You are not logged in.

#1 2017-02-15 12:20:17

unclec
Member
Registered: 2017-02-15
Posts: 2

Xserver doesn't work after installation

Hello Arch comunity at first i'm completly new at using arch linux, now a few days ago i installed arch linux on my new pc.
A friend of mine who is an experienced arch user helped me to install the system so i'm really sure there are no simple mistakes in my configuration but now i'm not able to get the desktop environment start because the Xserver doesn't work right i tried it at first by using slim later i uninstalled it an disabled the service and tried it again with lxdm but theres still the same problem as you can see in the logs below the display manager is not able to connect to the xserver. I use xfce4 as desktop environment. And if i execute startx there only apear three consoles if i try startxfce4 it won't start anything so i hope somebody can help me to solve my problem.


lxdm.conf

[base]
## uncomment and set autologin username to enable autologin
# autologin=dgod

## uncomment and set timeout to enable timeout autologin,
## the value should >=5
# timeout=10

## default session or desktop used when no systemwide config
session=/usr/bin/startxfce4

## uncomment and set to set numlock on your keyboard
# numlock=0

## set this if you don't want to put xauth file at ~/.Xauthority
# xauth_path=/tmp

# not ask password for users who have empty password
# skip_password=1

## greeter used to welcome the user
greeter=/usr/lib/lxdm/lxdm-greeter-gtk

[server]
## arg used to start xserver, not fully function
arg=/usr/bin/X -background vt1
# uncomment this if you really want xserver listen to tcp
# tcp_listen=1
# uncoment this if you want reset the xserver after logou
# reset=1

[display]
## gtk theme used by greeter
gtk_theme=Adwaita

## background of the greeter
# bg=/usr/share/backgrounds/default.png

## if show bottom pane
bottom_pane=1

## if show language select control
lang=1

## if show keyboard layout select control
keyboard=0

## the theme of greeter
theme=Industrial

[input]

[userlist]
## if disable the user list control at greeter
disable=0

## whitelist user
white=

## blacklist user
black=

lsdm.log

** Message: find greeter (nil)

** Message: find idle (nil)

** Message: 1487153372: add xserver watch


X.Org X Server 1.19.1
Release Date: 2017-01-11
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.8.14-1-ARCH x86_64 
Current Operating System: Linux localhost 4.9.8-1-ARCH #1 SMP PREEMPT Mon Feb 6 12:59:40 CET 2017 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=aac7862e-e292-4979-acc9-ed47a7f00f33 rw cryptdevice=/dev/sdb2:cryptroot quiet
Build Date: 08 February 2017  11:38:04AM
 
Current version of pixman: 0.34.0
    Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 15 11:09:32 2017
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
** Message: 1487153373: start xserver in 1 retry
** Message: add 0xf39e00

** Message: prepare greeter on /var/run/lxdm/lxdm-:0.auth

** Message: start greeter on /var/run/lxdm/lxdm-:0.auth

No protocol specified

(lxdm-greeter-gtk:461): Gtk-WARNING **: cannot open display: :0

xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 375.26  (buildmeister@swio-display-x86-rhel47-01)  Thu Dec  8 19:07:46 PST 2016


Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc/"
    FontPath        "/usr/share/fonts/TTF/"
    FontPath        "/usr/share/fonts/OTF/"
    FontPath        "/usr/share/fonts/Type1/"
    FontPath        "/usr/share/fonts/100dpi/"
    FontPath        "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
    Load           "glx"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0 0
        Depth       1
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       4
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       15
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection

Xorg.0.log

[    30.814] 
X.Org X Server 1.19.1
Release Date: 2017-01-11
[    30.814] X Protocol Version 11, Revision 0
[    30.814] Build Operating System: Linux 4.8.14-1-ARCH x86_64 
[    30.814] Current Operating System: Linux localhost 4.9.8-1-ARCH #1 SMP PREEMPT Mon Feb 6 12:59:40 CET 2017 x86_64
[    30.814] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=aac7862e-e292-4979-acc9-ed47a7f00f33 rw cryptdevice=/dev/sdb2:cryptroot quiet
[    30.814] Build Date: 08 February 2017  11:38:04AM
[    30.814]  
[    30.814] Current version of pixman: 0.34.0
[    30.814]     Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
[    30.814] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    30.814] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 15 11:09:32 2017
[    30.817] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    30.818] (==) No Layout section.  Using the first Screen section.
[    30.818] (==) No screen section available. Using defaults.
[    30.818] (**) |-->Screen "Default Screen Section" (0)
[    30.818] (**) |   |-->Monitor "<default monitor>"
[    30.818] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[    30.818] (==) Automatically adding devices
[    30.818] (==) Automatically enabling devices
[    30.818] (==) Automatically adding GPU devices
[    30.818] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    30.821] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    30.821]     Entry deleted from font path.
[    30.821] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    30.821]     Entry deleted from font path.
[    30.821]     (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    30.821] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    30.821]     Entry deleted from font path.
[    30.821]     (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    30.821] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/
[    30.821] (==) ModulePath set to "/usr/lib/xorg/modules"
[    30.821] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    30.822] (II) Loader magic: 0x821d60
[    30.822] (II) Module ABI versions:
[    30.822]     X.Org ANSI C Emulation: 0.4
[    30.822]     X.Org Video Driver: 23.0
[    30.822]     X.Org XInput driver : 24.1
[    30.822]     X.Org Server Extension : 10.0
[    30.822] (++) using VT number 1

[    30.822] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    30.823] (II) xfree86: Adding drm device (/dev/dri/card0)
[    30.824] (--) PCI:*(0:1:0:0) 10de:1c03:10de:1c03 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[    30.824] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    30.824] (II) LoadModule: "glx"
[    30.827] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    30.920] (II) Module glx: vendor="NVIDIA Corporation"
[    30.920]     compiled for 4.0.2, module version = 1.0.0
[    30.920]     Module class: X.Org Server Extension
[    30.921] (II) NVIDIA GLX Module  375.26  Thu Dec  8 17:59:51 PST 2016
[    30.922] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[    30.922]     loading driver: nvidia
[    30.922] (==) Matched nvidia as autoconfigured driver 0
[    30.922] (==) Matched nouveau as autoconfigured driver 1
[    30.922] (==) Matched nv as autoconfigured driver 2
[    30.922] (==) Matched nouveau as autoconfigured driver 3
[    30.922] (==) Matched nv as autoconfigured driver 4
[    30.922] (==) Matched modesetting as autoconfigured driver 5
[    30.922] (==) Matched fbdev as autoconfigured driver 6
[    30.922] (==) Matched vesa as autoconfigured driver 7
[    30.922] (==) Assigned the driver to the xf86ConfigLayout
[    30.922] (II) LoadModule: "nvidia"
[    30.922] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    30.933] (II) Module nvidia: vendor="NVIDIA Corporation"
[    30.933]     compiled for 4.0.2, module version = 1.0.0
[    30.933]     Module class: X.Org Video Driver
[    30.935] (II) LoadModule: "nouveau"
[    30.935] (WW) Warning, couldn't open module nouveau
[    30.935] (II) UnloadModule: "nouveau"
[    30.935] (II) Unloading nouveau
[    30.935] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    30.935] (II) LoadModule: "nv"
[    30.935] (WW) Warning, couldn't open module nv
[    30.935] (II) UnloadModule: "nv"
[    30.935] (II) Unloading nv
[    30.935] (EE) Failed to load module "nv" (module does not exist, 0)
[    30.935] (II) LoadModule: "modesetting"
[    30.935] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    30.937] (II) Module modesetting: vendor="X.Org Foundation"
[    30.937]     compiled for 1.19.1, module version = 1.19.1
[    30.937]     Module class: X.Org Video Driver
[    30.937]     ABI class: X.Org Video Driver, version 23.0
[    30.937] (II) LoadModule: "fbdev"
[    30.937] (WW) Warning, couldn't open module fbdev
[    30.937] (II) UnloadModule: "fbdev"
[    30.937] (II) Unloading fbdev
[    30.937] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    30.937] (II) LoadModule: "vesa"
[    30.937] (WW) Warning, couldn't open module vesa
[    30.937] (II) UnloadModule: "vesa"
[    30.937] (II) Unloading vesa
[    30.937] (EE) Failed to load module "vesa" (module does not exist, 0)
[    30.937] (II) NVIDIA dlloader X Driver  375.26  Thu Dec  8 17:37:15 PST 2016
[    30.937] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    30.938] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    30.940] (II) Loading sub module "fb"
[    30.940] (II) LoadModule: "fb"
[    30.940] (II) Loading /usr/lib/xorg/modules/libfb.so
[    30.944] (II) Module fb: vendor="X.Org Foundation"
[    30.944]     compiled for 1.19.1, module version = 1.0.0
[    30.944]     ABI class: X.Org ANSI C Emulation, version 0.4
[    30.944] (II) Loading sub module "wfb"
[    30.944] (II) LoadModule: "wfb"
[    30.944] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    30.947] (II) Module wfb: vendor="X.Org Foundation"
[    30.947]     compiled for 1.19.1, module version = 1.0.0
[    30.947]     ABI class: X.Org ANSI C Emulation, version 0.4
[    30.947] (II) Loading sub module "ramdac"
[    30.947] (II) LoadModule: "ramdac"
[    30.947] (II) Module "ramdac" already built-in
[    30.952] (WW) Falling back to old probe method for modesetting
[    30.952] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[    30.952] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    30.952] (==) NVIDIA(0): RGB weight 888
[    30.952] (==) NVIDIA(0): Default visual is TrueColor
[    30.952] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    30.954] (**) NVIDIA(0): Enabling 2D acceleration
[    31.683] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    31.683] (--) NVIDIA(0):     DFP-0
[    31.683] (--) NVIDIA(0):     DFP-1 (boot)
[    31.683] (--) NVIDIA(0):     DFP-2
[    31.683] (--) NVIDIA(0):     DFP-3
[    31.683] (--) NVIDIA(0):     DFP-4
[    31.683] (--) NVIDIA(0):     DFP-5
[    31.683] (--) NVIDIA(0):     DFP-6
[    31.683] (--) NVIDIA(0):     DFP-7
[    31.684] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1060 6GB (GP106-A) at PCI:1:0:0
[    31.684] (II) NVIDIA(0):     (GPU-0)
[    31.684] (--) NVIDIA(0): Memory: 6291456 kBytes
[    31.684] (--) NVIDIA(0): VideoBIOS: 86.06.0e.00.71
[    31.684] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    31.687] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    31.687] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    31.687] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    31.687] (--) NVIDIA(GPU-0): 
[    31.715] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-1): connected
[    31.715] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-1): Internal TMDS
[    31.715] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-1): 600.0 MHz maximum pixel clock
[    31.715] (--) NVIDIA(GPU-0): 
[    31.715] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    31.715] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    31.715] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[    31.715] (--) NVIDIA(GPU-0): 
[    31.715] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    31.715] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    31.715] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[    31.715] (--) NVIDIA(GPU-0): 
[    31.715] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    31.715] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    31.715] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[    31.715] (--) NVIDIA(GPU-0): 
[    31.715] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    31.715] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[    31.715] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[    31.715] (--) NVIDIA(GPU-0): 
[    31.715] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    31.715] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    31.715] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
[    31.715] (--) NVIDIA(GPU-0): 
[    31.715] (--) NVIDIA(GPU-0): DFP-7: disconnected
[    31.715] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[    31.715] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[    31.715] (--) NVIDIA(GPU-0): 
[    31.719] (==) NVIDIA(0): 
[    31.719] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    31.719] (==) NVIDIA(0):     will be used as the requested mode.
[    31.719] (==) NVIDIA(0): 
[    31.722] (II) NVIDIA(0): Validated MetaModes:
[    31.722] (II) NVIDIA(0):     "DFP-1:nvidia-auto-select"
[    31.722] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[    31.731] (--) NVIDIA(0): DPI set to (304, 304); computed from "UseEdidDpi" X config
[    31.731] (--) NVIDIA(0):     option
[    31.731] (II) UnloadModule: "modesetting"
[    31.731] (II) Unloading modesetting
[    31.731] (--) Depth 24 pixmap format is 32 bpp
[    31.732] (II) NVIDIA: Using 49152.00 MB of virtual memory for indirect memory
[    31.732] (II) NVIDIA:     access.
[    31.734] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    31.734] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    31.734] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    31.734] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    31.734] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    31.734] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    31.734] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    31.734] (II) NVIDIA(0):     Config Options in the README.
[    31.751] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
[    31.810] (==) NVIDIA(0): Disabling shared memory pixmaps
[    31.810] (==) NVIDIA(0): Backing store enabled
[    31.810] (==) NVIDIA(0): Silken mouse enabled
[    31.812] (==) NVIDIA(0): DPMS enabled
[    31.813] (II) Loading sub module "dri2"
[    31.813] (II) LoadModule: "dri2"
[    31.813] (II) Module "dri2" already built-in
[    31.813] (II) NVIDIA(0): [DRI2] Setup complete
[    31.813] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    31.813] (--) RandR disabled
[    31.816] (II) Initializing extension GLX
[    31.816] (II) Indirect GLX disabled.
[    31.890] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    31.890] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    31.890] (II) LoadModule: "libinput"
[    31.890] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    31.896] (II) Module libinput: vendor="X.Org Foundation"
[    31.896]     compiled for 1.19.1, module version = 0.24.0
[    31.896]     Module class: X.Org XInput Driver
[    31.896]     ABI class: X.Org XInput driver, version 24.1
[    31.896] (II) Using input driver 'libinput' for 'Power Button'
[    31.896] (**) Power Button: always reports core events
[    31.896] (**) Option "Device" "/dev/input/event3"
[    31.896] (**) Option "_source" "server/udev"
[    31.897] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard
[    31.897] (II) input device 'Power Button', /dev/input/event3 is a keyboard
[    31.920] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event3"
[    31.920] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    31.920] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard
[    31.920] (II) input device 'Power Button', /dev/input/event3 is a keyboard
[    31.921] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    31.921] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    31.921] (II) Using input driver 'libinput' for 'Power Button'
[    31.921] (**) Power Button: always reports core events
[    31.921] (**) Option "Device" "/dev/input/event2"
[    31.921] (**) Option "_source" "server/udev"
[    31.921] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
[    31.921] (II) input device 'Power Button', /dev/input/event2 is a keyboard
[    31.940] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4/event2"
[    31.940] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    31.940] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
[    31.940] (II) input device 'Power Button', /dev/input/event2 is a keyboard
[    31.941] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[    31.941] (II) No input driver specified, ignoring this device.
[    31.941] (II) This device may have been added with another device file.
[    31.941] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[    31.941] (II) No input driver specified, ignoring this device.
[    31.941] (II) This device may have been added with another device file.
[    31.941] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[    31.941] (II) No input driver specified, ignoring this device.
[    31.941] (II) This device may have been added with another device file.
[    31.942] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[    31.942] (II) No input driver specified, ignoring this device.
[    31.942] (II) This device may have been added with another device file.
[    31.942] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event0)
[    31.942] (**) Microsoft Wired Keyboard 600: Applying InputClass "libinput keyboard catchall"
[    31.942] (II) Using input driver 'libinput' for 'Microsoft Wired Keyboard 600'
[    31.942] (**) Microsoft Wired Keyboard 600: always reports core events
[    31.942] (**) Option "Device" "/dev/input/event0"
[    31.942] (**) Option "_source" "server/udev"
[    31.943] (II) input device 'Microsoft Wired Keyboard 600', /dev/input/event0 is tagged by udev as: Keyboard
[    31.943] (II) input device 'Microsoft Wired Keyboard 600', /dev/input/event0 is a keyboard
[    31.990] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:045E:0750.0001/input/input2/event0"
[    31.990] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD, id 8)
[    31.990] (II) input device 'Microsoft Wired Keyboard 600', /dev/input/event0 is tagged by udev as: Keyboard
[    31.990] (II) input device 'Microsoft Wired Keyboard 600', /dev/input/event0 is a keyboard
[    31.991] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event1)
[    31.991] (**) Microsoft Wired Keyboard 600: Applying InputClass "libinput keyboard catchall"
[    31.991] (II) Using input driver 'libinput' for 'Microsoft Wired Keyboard 600'
[    31.991] (**) Microsoft Wired Keyboard 600: always reports core events
[    31.991] (**) Option "Device" "/dev/input/event1"
[    31.991] (**) Option "_source" "server/udev"
[    31.991] (II) input device 'Microsoft Wired Keyboard 600', /dev/input/event1 is tagged by udev as: Keyboard
[    31.992] (II) input device 'Microsoft Wired Keyboard 600', /dev/input/event1 is a keyboard
[    32.030] (II) libinput: Microsoft Wired Keyboard 600: needs a virtual subdevice
[    32.030] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:045E:0750.0002/input/input3/event1"
[    32.030] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: MOUSE, id 9)
[    32.030] (**) Option "AccelerationScheme" "none"
[    32.030] (**) Microsoft Wired Keyboard 600: (accel) selected scheme none/0
[    32.030] (**) Microsoft Wired Keyboard 600: (accel) acceleration factor: 2.000
[    32.030] (**) Microsoft Wired Keyboard 600: (accel) acceleration threshold: 4
[    32.030] (II) input device 'Microsoft Wired Keyboard 600', /dev/input/event1 is tagged by udev as: Keyboard
[    32.030] (II) input device 'Microsoft Wired Keyboard 600', /dev/input/event1 is a keyboard
[    32.031] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event7)
[    32.031] (II) No input driver specified, ignoring this device.
[    32.031] (II) This device may have been added with another device file.
[    32.031] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event8)
[    32.031] (II) No input driver specified, ignoring this device.
[    32.031] (II) This device may have been added with another device file.
[    32.031] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event9)
[    32.031] (II) No input driver specified, ignoring this device.
[    32.031] (II) This device may have been added with another device file.
[    32.032] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event10)
[    32.032] (II) No input driver specified, ignoring this device.
[    32.032] (II) This device may have been added with another device file.
[    32.032] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event11)
[    32.032] (II) No input driver specified, ignoring this device.
[    32.032] (II) This device may have been added with another device file.
[    32.032] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
[    32.032] (II) No input driver specified, ignoring this device.
[    32.032] (II) This device may have been added with another device file.
[    32.033] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event5)
[    32.033] (II) No input driver specified, ignoring this device.
[    32.033] (II) This device may have been added with another device file.
[    32.033] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event6)
[    32.033] (II) No input driver specified, ignoring this device.
[    32.033] (II) This device may have been added with another device file.
[    32.033] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[    32.033] (II) No input driver specified, ignoring this device.
[    32.033] (II) This device may have been added with another device file.
[    32.037] (**) Microsoft Wired Keyboard 600: Applying InputClass "libinput keyboard catchall"
[    32.037] (II) Using input driver 'libinput' for 'Microsoft Wired Keyboard 600'
[    32.037] (**) Microsoft Wired Keyboard 600: always reports core events
[    32.037] (**) Option "Device" "/dev/input/event1"
[    32.037] (**) Option "_source" "_driver/libinput"
[    32.037] (II) libinput: Microsoft Wired Keyboard 600: is a virtual subdevice
[    32.037] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:045E:0750.0002/input/input3/event1"
[    32.037] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD, id 10)
[    32.037] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event8)
[    32.037] (II) No input driver specified, ignoring this device.
[    32.037] (II) This device may have been added with another device file.
[    32.038] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
[    32.038] (II) No input driver specified, ignoring this device.
[    32.038] (II) This device may have been added with another device file.
[    32.038] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event7)
[    32.038] (II) No input driver specified, ignoring this device.
[    32.038] (II) This device may have been added with another device file.
[    32.038] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event5)
[    32.038] (II) No input driver specified, ignoring this device.
[    32.038] (II) This device may have been added with another device file.
[    32.039] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event10)
[    32.039] (II) No input driver specified, ignoring this device.
[    32.039] (II) This device may have been added with another device file.
[    32.039] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event11)
[    32.039] (II) No input driver specified, ignoring this device.
[    32.039] (II) This device may have been added with another device file.
[    32.039] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event6)
[    32.039] (II) No input driver specified, ignoring this device.
[    32.039] (II) This device may have been added with another device file.
[    32.039] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event9)
[    32.039] (II) No input driver specified, ignoring this device.
[    32.039] (II) This device may have been added with another device file.
[    32.040] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[    32.040] (II) No input driver specified, ignoring this device.
[    32.040] (II) This device may have been added with another device file.
[    32.040] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[    32.040] (II) No input driver specified, ignoring this device.
[    32.040] (II) This device may have been added with another device file.
[    32.040] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[    32.040] (II) No input driver specified, ignoring this device.
[    32.040] (II) This device may have been added with another device file.
[    32.041] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[    32.041] (II) No input driver specified, ignoring this device.
[    32.041] (II) This device may have been added with another device file.

first try:
slim.log

slim: waiting for X server to begin accepting connections.
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
Giving up.
slim: unable to connect to X server

slim: waiting for X server to shut down..........

slim:  X server slow to shut down, sending KILL signal.

slim: waiting for server to die



slim: waiting for X server to begin accepting connections.
slim: pam_authentication(): Authentication failure


slim: waiting for X server to begin accepting connections.


slim: waiting for X server to begin accepting connections.
slim: unexpected signal 15

slim: waiting for X server to shut down..........

slim:  X server slow to shut down, sending KILL signal.

slim: waiting for server to die



slim: waiting for X server to begin accepting connections.
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
Giving up.
slim: unable to connect to X server

slim: waiting for X server to shut down..........

slim:  X server slow to shut down, sending KILL signal.

slim: waiting for server to die



slim: waiting for X server to begin accepting connections.


slim: waiting for X server to begin accepting connections.
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
Giving up.
slim: unable to connect to X server

slim: waiting for X server to shut down



slim: waiting for X server to begin accepting connections.


slim: waiting for X server to begin accepting connections.
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
Giving up.
slim: unable to connect to X server

slim: waiting for X server to shut down



slim: waiting for X server to begin accepting connections.


slim: waiting for X server to begin accepting connections.
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
Giving up.
slim: unable to connect to X server

slim: waiting for X server to shut down



slim: waiting for X server to begin accepting connections.


slim: waiting for X server to begin accepting connections.


slim: waiting for X server to begin accepting connections.


slim: waiting for X server to begin accepting connections.
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
Giving up.
slim: unable to connect to X server

slim: waiting for X server to shut down



slim: waiting for X server to begin accepting connections.


slim: waiting for X server to begin accepting connections.
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
Giving up.
slim: unable to connect to X server

slim: waiting for X server to shut down



slim: waiting for X server to begin accepting connections.
slim: pam_authentication(): Authentication failure


slim: waiting for X server to begin accepting connections.


slim: waiting for X server to begin accepting connections.
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
Giving up.
slim: unable to connect to X server

slim: waiting for X server to shut down



slim: waiting for X server to begin accepting connections.


slim: waiting for X server to begin accepting connections.
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
Giving up.
slim: unable to connect to X server

slim: waiting for X server to shut down



slim: waiting for X server to begin accepting connections.


slim: waiting for X server to begin accepting connections.


slim: waiting for X server to begin accepting connections.


slim: waiting for X server to begin accepting connections.
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
..
Giving up.
slim: unable to connect to X server

slim: waiting for X server to shut down



slim: waiting for X server to begin accepting connections.

Last edited by unclec (2017-02-15 12:23:12)

Offline

#2 2017-02-15 13:07:51

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,919

Re: Xserver doesn't work after installation

boot to multi-user.target instead of graphical.target, see systemd wiki page .

login to console as normal user

create a .xinitrc file as described here : https://wiki.archlinux.org/index.php/Xinit

put exec startxfce4 in ~/.xinitrc .

run startx


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2017-02-15 16:07:20

unclec
Member
Registered: 2017-02-15
Posts: 2

Re: Xserver doesn't work after installation

I solved the problem, i had to delete the exec commands for the TVM, now it works fine when ich execute startx thanks for your help.

Offline

#4 2017-02-15 17:03:00

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,858
Website

Re: Xserver doesn't work after installation

Not an installation issue, moving to NC.

Please remember to mark your thread as solved by editing the first post and amending your topic title.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

Board footer

Powered by FluxBB