You are not logged in.

#1 2021-09-22 16:33:17

KillPinguin
Member
Registered: 2021-09-22
Posts: 2

[Solved] Xorg/lightdm can't start automatically but from TTY

Today is my first day of setting up Arch and I struggle with the following.

I want to use i3wm and so I installed i3-gaps, xorg, lightdm and lightdm-gtk-greeter.

Now when I start my system and unlock the disk, I only get a black screen and a blinking white cursor.
The funny thing is that when I do either "systemctl start lightdm" or "startx" from any other TTY it works like a charm.

I think that Xorg is the issue based on the logs:

This is /var/log/Xorg.0.log (created at startup)

[    36.681] 
X.Org X Server 1.20.13
X Protocol Version 11, Revision 0
[    36.681] Build Operating System: Linux Archlinux
[    36.681] Current Operating System: Linux thinkpad-t14 5.14.6-arch1-1 #1 SMP PREEMPT Sat, 18 Sep 2021 16:19:35 +0000 x86_64
[    36.681] Kernel command line: initrd=\initramfs-linux.img rd.luks.name=2eab740b-7c8b-4ad8-8573-c9ffcc2085d5=cryptroot root=/dev/mapper/cryptroot rw quiet
[    36.681] Build Date: 04 August 2021  08:13:54AM
[    36.681]  
[    36.681] Current version of pixman: 0.40.0
[    36.681] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    36.681] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    36.681] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep 22 18:00:51 2021
[    36.682] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    36.682] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    36.682] (==) No Layout section.  Using the first Screen section.
[    36.682] (==) No screen section available. Using defaults.
[    36.682] (**) |-->Screen "Default Screen Section" (0)
[    36.682] (**) |   |-->Monitor "<default monitor>"
[    36.682] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    36.682] (**) |   |-->Device "AMD"
[    36.682] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    36.682] (==) Automatically adding devices
[    36.682] (==) Automatically enabling devices
[    36.682] (==) Automatically adding GPU devices
[    36.682] (==) Automatically binding GPU devices
[    36.682] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    36.682] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    36.682] 	Entry deleted from font path.
[    36.682] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    36.682] 	Entry deleted from font path.
[    36.682] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    36.682] 	Entry deleted from font path.
[    36.682] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    36.682] (==) ModulePath set to "/usr/lib/xorg/modules"
[    36.682] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    36.682] (II) Module ABI versions:
[    36.682] 	X.Org ANSI C Emulation: 0.4
[    36.682] 	X.Org Video Driver: 24.1
[    36.682] 	X.Org XInput driver : 24.1
[    36.682] 	X.Org Server Extension : 10.0
[    36.683] (++) using VT number 7

[    36.683] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    36.689] (--) PCI:*(6@0:0:0) 1002:1636:17aa:5082 rev 209, Mem @ 0x860000000/268435456, 0x870000000/2097152, 0xfd300000/524288, I/O @ 0x00001000/256
[    36.689] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    36.689] (II) LoadModule: "glx"
[    36.690] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    36.691] (II) Module glx: vendor="X.Org Foundation"
[    36.692] 	compiled for 1.20.13, module version = 1.0.0
[    36.692] 	ABI class: X.Org Server Extension, version 10.0
[    36.692] (II) LoadModule: "amdgpu"
[    36.692] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[    36.692] (II) Module amdgpu: vendor="X.Org Foundation"
[    36.692] 	compiled for 1.20.13, module version = 21.0.0
[    36.692] 	Module class: X.Org Video Driver
[    36.692] 	ABI class: X.Org Video Driver, version 24.1
[    36.692] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[    36.692] (II) AMDGPU(0): [KMS] Kernel modesetting enabled.
[    36.692] (EE) AMDGPU(0): [drm] Failed to open DRM device for pci:0000:06:00.0: No such file or directory
[    36.692] (EE) Screen 0 deleted because of no matching config section.
[    36.692] (II) UnloadModule: "amdgpu"
[    36.692] (EE) Device(s) detected, but none match those in the config file.
[    36.692] (EE) 
Fatal server error:
[    36.692] (EE) no screens found(EE) 
[    36.692] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    36.692] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    36.692] (EE) 
[    36.698] (EE) Server terminated with error (1). Closing log file.

And this is ~/.local/share/xorg/Xorg.0.log when starting Xorg with "startx"

[   266.132] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   266.134] 
X.Org X Server 1.20.13
X Protocol Version 11, Revision 0
[   266.140] Build Operating System: Linux Archlinux
[   266.143] Current Operating System: Linux thinkpad-t14 5.14.6-arch1-1 #1 SMP PREEMPT Sat, 18 Sep 2021 16:19:35 +0000 x86_64
[   266.143] Kernel command line: initrd=\initramfs-linux.img rd.luks.name=2eab740b-7c8b-4ad8-8573-c9ffcc2085d5=cryptroot root=/dev/mapper/cryptroot rw quiet
[   266.150] Build Date: 04 August 2021  08:13:54AM
[   266.152]  
[   266.155] Current version of pixman: 0.40.0
[   266.160] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   266.160] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   266.170] (==) Log file: "/home/*****/.local/share/xorg/Xorg.0.log", Time: Wed Sep 22 18:04:41 2021
[   266.173] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   266.176] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   266.177] (==) No Layout section.  Using the first Screen section.
[   266.177] (==) No screen section available. Using defaults.
[   266.177] (**) |-->Screen "Default Screen Section" (0)
[   266.177] (**) |   |-->Monitor "<default monitor>"
[   266.177] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[   266.177] (**) |   |-->Device "AMD"
[   266.177] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   266.177] (==) Automatically adding devices
[   266.177] (==) Automatically enabling devices
[   266.177] (==) Automatically adding GPU devices
[   266.177] (==) Automatically binding GPU devices
[   266.178] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   266.178] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   266.178] 	Entry deleted from font path.
[   266.178] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   266.178] 	Entry deleted from font path.
[   266.178] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   266.178] 	Entry deleted from font path.
[   266.178] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   266.178] (==) ModulePath set to "/usr/lib/xorg/modules"
[   266.178] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   266.178] (II) Module ABI versions:
[   266.178] 	X.Org ANSI C Emulation: 0.4
[   266.178] 	X.Org Video Driver: 24.1
[   266.178] 	X.Org XInput driver : 24.1
[   266.178] 	X.Org Server Extension : 10.0
[   266.179] (++) using VT number 3

[   266.184] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   266.185] (II) xfree86: Adding drm device (/dev/dri/card0)
[   266.186] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[   266.192] (--) PCI:*(6@0:0:0) 1002:1636:17aa:5082 rev 209, Mem @ 0x860000000/268435456, 0x870000000/2097152, 0xfd300000/524288, I/O @ 0x00001000/256
[   266.192] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   266.192] (II) LoadModule: "glx"
[   266.192] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   266.193] (II) Module glx: vendor="X.Org Foundation"
[   266.193] 	compiled for 1.20.13, module version = 1.0.0
[   266.193] 	ABI class: X.Org Server Extension, version 10.0
[   266.193] (II) LoadModule: "amdgpu"
[   266.193] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[   266.194] (II) Module amdgpu: vendor="X.Org Foundation"
[   266.194] 	compiled for 1.20.13, module version = 21.0.0
[   266.194] 	Module class: X.Org Video Driver
[   266.194] 	ABI class: X.Org Video Driver, version 24.1
[   266.194] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[   266.196] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   266.196] (II) AMDGPU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   266.196] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[   266.196] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   266.196] (==) AMDGPU(0): Default visual is TrueColor
[   266.196] (==) AMDGPU(0): RGB weight 888
[   266.196] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[   266.196] (--) AMDGPU(0): Chipset: "Unknown AMD Radeon GPU" (ChipID = 0x1636)
[   266.196] (II) Loading sub module "fb"
[   266.196] (II) LoadModule: "fb"
[   266.196] (II) Loading /usr/lib/xorg/modules/libfb.so
[   266.196] (II) Module fb: vendor="X.Org Foundation"
[   266.196] 	compiled for 1.20.13, module version = 1.0.0
[   266.196] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   266.196] (II) Loading sub module "dri2"
[   266.196] (II) LoadModule: "dri2"
[   266.196] (II) Module "dri2" already built-in
[   266.227] (II) Loading sub module "glamoregl"
[   266.227] (II) LoadModule: "glamoregl"
[   266.227] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   266.233] (II) Module glamoregl: vendor="X.Org Foundation"
[   266.233] 	compiled for 1.20.13, module version = 1.0.1
[   266.233] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   266.248] (II) AMDGPU(0): glamor X acceleration enabled on AMD RENOIR (DRM 3.42.0, 5.14.6-arch1-1, LLVM 12.0.1)
[   266.249] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[   266.249] (==) AMDGPU(0): TearFree property default: auto
[   266.249] (==) AMDGPU(0): VariableRefresh: disabled
[   266.249] (II) AMDGPU(0): KMS Pageflipping: enabled
[   266.251] (II) AMDGPU(0): Output eDP has no monitor section
[   266.251] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[   266.251] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[   266.251] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[   266.261] (II) AMDGPU(0): EDID for output eDP
[   266.261] (II) AMDGPU(0): Manufacturer: CMN  Model: 14f2  Serial#: 0
[   266.261] (II) AMDGPU(0): Year: 2018  Week: 22
[   266.261] (II) AMDGPU(0): EDID Version: 1.4
[   266.261] (II) AMDGPU(0): Digital Display Input
[   266.261] (II) AMDGPU(0): 8 bits per channel
[   266.261] (II) AMDGPU(0): Digital interface is DisplayPort
[   266.261] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 31  vert.: 17
[   266.261] (II) AMDGPU(0): Gamma: 2.20
[   266.261] (II) AMDGPU(0): No DPMS capabilities specified
[   266.262] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 
[   266.262] (II) AMDGPU(0): First detailed timing is preferred mode
[   266.262] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[   266.262] (II) AMDGPU(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[   266.262] (II) AMDGPU(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[   266.262] (II) AMDGPU(0): Manufacturer's mask: 0
[   266.262] (II) AMDGPU(0): Supported detailed timing:
[   266.262] (II) AMDGPU(0): clock: 138.8 MHz   Image Size:  309 x 173 mm
[   266.262] (II) AMDGPU(0): h_active: 1920  h_sync: 1966  h_sync_end 1996 h_blank_end 2080 h_border: 0
[   266.262] (II) AMDGPU(0): v_active: 1080  v_sync: 1082  v_sync_end 1086 v_blanking: 1112 v_border: 0
[   266.262] (II) AMDGPU(0):  N140HCG-GQ2
[   266.262] (II) AMDGPU(0):  CMN
[   266.262] (II) AMDGPU(0):  N140HCG-GQ2
[   266.262] (II) AMDGPU(0): EDID (in hex):
[   266.262] (II) AMDGPU(0): 	00ffffffffffff000daef21400000000
[   266.262] (II) AMDGPU(0): 	161c0104a51f117802ee95a3544c9926
[   266.262] (II) AMDGPU(0): 	0f505400000001010101010101010101
[   266.262] (II) AMDGPU(0): 	010101010101363680a0703820402e1e
[   266.262] (II) AMDGPU(0): 	240035ad10000018000000fe004e3134
[   266.262] (II) AMDGPU(0): 	304843472d4751320a20000000fe0043
[   266.262] (II) AMDGPU(0): 	4d4e0a202020202020202020000000fe
[   266.262] (II) AMDGPU(0): 	004e3134304843472d4751320a2000bb
[   266.262] (II) AMDGPU(0): Printing probed modes for output eDP
[   266.262] (II) AMDGPU(0): Modeline "1920x1080"x60.0  138.78  1920 1966 1996 2080  1080 1082 1086 1112 -hsync -vsync (66.7 kHz eP)
[   266.262] (II) AMDGPU(0): Modeline "1680x1050"x60.0  138.78  1680 1966 1996 2080  1050 1082 1086 1112 -hsync -vsync (66.7 kHz e)
[   266.262] (II) AMDGPU(0): Modeline "1280x1024"x60.0  138.78  1280 1966 1996 2080  1024 1082 1086 1112 -hsync -vsync (66.7 kHz e)
[   266.262] (II) AMDGPU(0): Modeline "1440x900"x60.0  138.78  1440 1966 1996 2080  900 1082 1086 1112 -hsync -vsync (66.7 kHz e)
[   266.262] (II) AMDGPU(0): Modeline "1280x800"x60.0  138.78  1280 1966 1996 2080  800 1082 1086 1112 -hsync -vsync (66.7 kHz e)
[   266.262] (II) AMDGPU(0): Modeline "1280x720"x60.0  138.78  1280 1966 1996 2080  720 1082 1086 1112 -hsync -vsync (66.7 kHz e)
[   266.262] (II) AMDGPU(0): Modeline "1024x768"x60.0  138.78  1024 1966 1996 2080  768 1082 1086 1112 -hsync -vsync (66.7 kHz e)
[   266.262] (II) AMDGPU(0): Modeline "800x600"x60.0  138.78  800 1966 1996 2080  600 1082 1086 1112 -hsync -vsync (66.7 kHz e)
[   266.262] (II) AMDGPU(0): Modeline "640x480"x60.0  138.78  640 1966 1996 2080  480 1082 1086 1112 -hsync -vsync (66.7 kHz e)
[   266.262] (II) AMDGPU(0): EDID for output HDMI-A-0
[   266.262] (II) AMDGPU(0): EDID for output DisplayPort-0
[   266.262] (II) AMDGPU(0): EDID for output DisplayPort-1
[   266.262] (II) AMDGPU(0): Output eDP connected
[   266.262] (II) AMDGPU(0): Output HDMI-A-0 disconnected
[   266.262] (II) AMDGPU(0): Output DisplayPort-0 disconnected
[   266.262] (II) AMDGPU(0): Output DisplayPort-1 disconnected
[   266.262] (II) AMDGPU(0): Using exact sizes for initial modes
[   266.262] (II) AMDGPU(0): Output eDP using initial mode 1920x1080 +0+0
[   266.262] (II) AMDGPU(0): mem size init: gart size :bf6eb000 vram size: s:1df2e000 visible:1df2e000
[   266.262] (==) AMDGPU(0): DPI set to (96, 96)
[   266.262] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[   266.262] (II) Loading sub module "ramdac"
[   266.262] (II) LoadModule: "ramdac"
[   266.262] (II) Module "ramdac" already built-in
[   266.262] (II) AMDGPU(0): [DRI2] Setup complete
[   266.262] (II) AMDGPU(0): [DRI2]   DRI driver: radeonsi
[   266.262] (II) AMDGPU(0): [DRI2]   VDPAU driver: radeonsi
[   266.275] (II) AMDGPU(0): Front buffer pitch: 7680 bytes
[   266.275] (II) AMDGPU(0): SYNC extension fences enabled
[   266.276] (II) AMDGPU(0): Present extension enabled
[   266.276] (==) AMDGPU(0): DRI3 enabled
[   266.276] (==) AMDGPU(0): Backing store enabled
[   266.276] (II) AMDGPU(0): Direct rendering enabled
[   266.285] (II) AMDGPU(0): Use GLAMOR acceleration.
[   266.285] (II) AMDGPU(0): Acceleration enabled
[   266.285] (==) AMDGPU(0): DPMS enabled
[   266.285] (==) AMDGPU(0): Silken mouse disabled
[   266.285] (II) AMDGPU(0): Set up textured video (glamor)
[   266.294] (II) Initializing extension Generic Event Extension
[   266.294] (II) Initializing extension SHAPE
[   266.294] (II) Initializing extension MIT-SHM
[   266.294] (II) Initializing extension XInputExtension
[   266.294] (II) Initializing extension XTEST
[   266.294] (II) Initializing extension BIG-REQUESTS
[   266.294] (II) Initializing extension SYNC
[   266.294] (II) Initializing extension XKEYBOARD
[   266.294] (II) Initializing extension XC-MISC
[   266.294] (II) Initializing extension SECURITY
[   266.294] (II) Initializing extension XFIXES
[   266.294] (II) Initializing extension RENDER
[   266.294] (II) Initializing extension RANDR
[   266.294] (II) Initializing extension COMPOSITE
[   266.294] (II) Initializing extension DAMAGE
[   266.294] (II) Initializing extension MIT-SCREEN-SAVER
[   266.294] (II) Initializing extension DOUBLE-BUFFER
[   266.294] (II) Initializing extension RECORD
[   266.294] (II) Initializing extension DPMS
[   266.294] (II) Initializing extension Present
[   266.294] (II) Initializing extension DRI3
[   266.294] (II) Initializing extension X-Resource
[   266.294] (II) Initializing extension XVideo
[   266.294] (II) Initializing extension XVideo-MotionCompensation
[   266.294] (II) Initializing extension GLX
[   266.300] (II) AIGLX: Loaded and initialized radeonsi
[   266.300] (II) GLX: Initialized DRI2 GL provider for screen 0
[   266.300] (II) Initializing extension XFree86-VidModeExtension
[   266.300] (II) Initializing extension XFree86-DGA
[   266.300] (II) Initializing extension XFree86-DRI
[   266.300] (II) Initializing extension DRI2
[   266.301] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[   266.397] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[   266.397] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   266.397] (II) LoadModule: "libinput"
[   266.397] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   266.399] (II) Module libinput: vendor="X.Org Foundation"
[   266.399] 	compiled for 1.20.13, module version = 1.2.0
[   266.399] 	Module class: X.Org XInput Driver
[   266.399] 	ABI class: X.Org XInput driver, version 24.1
[   266.399] (II) Using input driver 'libinput' for 'Video Bus'
[   266.400] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 19 paused 0
[   266.400] (**) Video Bus: always reports core events
[   266.400] (**) Option "Device" "/dev/input/event3"
[   266.401] (**) Option "_source" "server/udev"
[   266.404] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[   266.404] (II) event3  - Video Bus: device is a keyboard
[   266.404] (II) event3  - Video Bus: device removed
[   266.404] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:17/LNXVIDEO:00/input/input3/event3"
[   266.404] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[   266.405] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[   266.405] (II) event3  - Video Bus: device is a keyboard
[   266.405] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   266.406] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   266.406] (II) Using input driver 'libinput' for 'Power Button'
[   266.407] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 22 paused 0
[   266.407] (**) Power Button: always reports core events
[   266.407] (**) Option "Device" "/dev/input/event0"
[   266.407] (**) Option "_source" "server/udev"
[   266.408] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   266.408] (II) event0  - Power Button: device is a keyboard
[   266.409] (II) event0  - Power Button: device removed
[   266.409] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[   266.409] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   266.410] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   266.410] (II) event0  - Power Button: device is a keyboard
[   266.411] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[   266.411] (II) No input driver specified, ignoring this device.
[   266.411] (II) This device may have been added with another device file.
[   266.412] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[   266.412] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   266.412] (II) Using input driver 'libinput' for 'Sleep Button'
[   266.413] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 23 paused 0
[   266.413] (**) Sleep Button: always reports core events
[   266.413] (**) Option "Device" "/dev/input/event2"
[   266.413] (**) Option "_source" "server/udev"
[   266.414] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[   266.414] (II) event2  - Sleep Button: device is a keyboard
[   266.414] (II) event2  - Sleep Button: device removed
[   266.414] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[   266.414] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[   266.415] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[   266.415] (II) event2  - Sleep Button: device is a keyboard
[   266.416] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event7)
[   266.416] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[   266.416] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[   266.418] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 24 paused 0
[   266.418] (**) Integrated Camera: Integrated C: always reports core events
[   266.418] (**) Option "Device" "/dev/input/event7"
[   266.418] (**) Option "_source" "server/udev"
[   266.419] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[   266.420] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[   266.420] (II) event7  - Integrated Camera: Integrated C: device removed
[   266.420] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.7/0000:05:00.0/usb2/2-2/2-2:1.0/input/input9/event7"
[   266.420] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[   266.422] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[   266.422] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[   266.424] (II) config/udev: Adding input device Integrated Camera: Integrated I (/dev/input/event8)
[   266.424] (**) Integrated Camera: Integrated I: Applying InputClass "libinput keyboard catchall"
[   266.424] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated I'
[   266.425] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 25 paused 0
[   266.425] (**) Integrated Camera: Integrated I: always reports core events
[   266.425] (**) Option "Device" "/dev/input/event8"
[   266.425] (**) Option "_source" "server/udev"
[   266.427] (II) event8  - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[   266.427] (II) event8  - Integrated Camera: Integrated I: device is a keyboard
[   266.427] (II) event8  - Integrated Camera: Integrated I: device removed
[   266.427] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.7/0000:05:00.0/usb2/2-2/2-2:1.2/input/input10/event8"
[   266.427] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated I" (type: KEYBOARD, id 10)
[   266.429] (II) event8  - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[   266.430] (II) event8  - Integrated Camera: Integrated I: device is a keyboard
[   266.431] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event9)
[   266.431] (II) No input driver specified, ignoring this device.
[   266.431] (II) This device may have been added with another device file.
[   266.431] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=7 (/dev/input/event10)
[   266.431] (II) No input driver specified, ignoring this device.
[   266.431] (II) This device may have been added with another device file.
[   266.432] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=8 (/dev/input/event11)
[   266.432] (II) No input driver specified, ignoring this device.
[   266.432] (II) This device may have been added with another device file.
[   266.432] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event12)
[   266.432] (II) No input driver specified, ignoring this device.
[   266.432] (II) This device may have been added with another device file.
[   266.433] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event13)
[   266.433] (II) No input driver specified, ignoring this device.
[   266.433] (II) This device may have been added with another device file.
[   266.434] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[   266.434] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   266.434] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   266.435] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 26 paused 0
[   266.435] (**) AT Translated Set 2 keyboard: always reports core events
[   266.435] (**) Option "Device" "/dev/input/event4"
[   266.435] (**) Option "_source" "server/udev"
[   266.436] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   266.436] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[   266.437] (II) event4  - AT Translated Set 2 keyboard: device removed
[   266.437] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[   266.437] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[   266.438] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   266.438] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[   266.439] (II) config/udev: Adding input device ETPS/2 Elantech TrackPoint (/dev/input/event14)
[   266.439] (**) ETPS/2 Elantech TrackPoint: Applying InputClass "libinput pointer catchall"
[   266.439] (II) Using input driver 'libinput' for 'ETPS/2 Elantech TrackPoint'
[   266.440] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 27 paused 0
[   266.440] (**) ETPS/2 Elantech TrackPoint: always reports core events
[   266.440] (**) Option "Device" "/dev/input/event14"
[   266.440] (**) Option "_source" "server/udev"
[   266.441] (II) event14 - ETPS/2 Elantech TrackPoint: is tagged by udev as: Mouse Pointingstick
[   266.441] (II) event14 - ETPS/2 Elantech TrackPoint: device is a pointer
[   266.442] (II) event14 - ETPS/2 Elantech TrackPoint: device removed
[   266.442] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input16/event14"
[   266.442] (II) XINPUT: Adding extended input device "ETPS/2 Elantech TrackPoint" (type: MOUSE, id 12)
[   266.442] (**) Option "AccelerationScheme" "none"
[   266.442] (**) ETPS/2 Elantech TrackPoint: (accel) selected scheme none/0
[   266.442] (**) ETPS/2 Elantech TrackPoint: (accel) acceleration factor: 2.000
[   266.442] (**) ETPS/2 Elantech TrackPoint: (accel) acceleration threshold: 4
[   266.443] (II) event14 - ETPS/2 Elantech TrackPoint: is tagged by udev as: Mouse Pointingstick
[   266.443] (II) event14 - ETPS/2 Elantech TrackPoint: device is a pointer
[   266.444] (II) config/udev: Adding input device ETPS/2 Elantech TrackPoint (/dev/input/mouse0)
[   266.444] (II) No input driver specified, ignoring this device.
[   266.444] (II) This device may have been added with another device file.
[   266.445] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event15)
[   266.445] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[   266.445] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[   266.446] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 28 paused 0
[   266.446] (**) ETPS/2 Elantech Touchpad: always reports core events
[   266.446] (**) Option "Device" "/dev/input/event15"
[   266.446] (**) Option "_source" "server/udev"
[   266.447] (II) event15 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[   266.449] (II) event15 - ETPS/2 Elantech Touchpad: device is a touchpad
[   266.449] (II) event15 - ETPS/2 Elantech Touchpad: device removed
[   266.449] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event15"
[   266.449] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 13)
[   266.450] (**) Option "AccelerationScheme" "none"
[   266.450] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[   266.450] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[   266.450] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[   266.451] (II) event15 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[   266.452] (II) event15 - ETPS/2 Elantech Touchpad: device is a touchpad
[   266.453] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[   266.453] (II) No input driver specified, ignoring this device.
[   266.453] (II) This device may have been added with another device file.
[   266.454] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[   266.454] (II) No input driver specified, ignoring this device.
[   266.454] (II) This device may have been added with another device file.
[   266.455] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event6)
[   266.456] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[   266.456] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[   266.457] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 29 paused 0
[   266.457] (**) ThinkPad Extra Buttons: always reports core events
[   266.457] (**) Option "Device" "/dev/input/event6"
[   266.457] (**) Option "_source" "server/udev"
[   266.458] (II) event6  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[   266.458] (II) event6  - ThinkPad Extra Buttons: device is a keyboard
[   266.458] (II) event6  - ThinkPad Extra Buttons: device removed
[   266.458] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input8/event6"
[   266.458] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
[   266.459] (II) event6  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[   266.459] (II) event6  - ThinkPad Extra Buttons: device is a keyboard
[   741.887] (EE) event15 - ETPS/2 Elantech Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.19.0/touchpad-jumping-cursors.html for details
[  1070.698] (EE) event15 - ETPS/2 Elantech Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.19.0/touchpad-jumping-cursors.html for details
[  1074.741] (EE) event15 - ETPS/2 Elantech Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.19.0/touchpad-jumping-cursors.html for details
[  1590.441] (EE) event15 - ETPS/2 Elantech Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.19.0/touchpad-jumping-cursors.html for details

The difference apart from logind seems to be the GPU

 [    36.692] (EE) AMDGPU(0): [drm] Failed to open DRM device for pci:0000:06:00. 


The only file in my Xorg configuration is: /etc/X11/xorg.conf.d/20-amdgpu.conf

Section "Device"
        Identifier "AMD"
        Driver "amdgpu"
        Screen 0
EndSection

I am thankful for any help!

Last edited by KillPinguin (2021-09-22 17:52:03)

Offline

#2 2021-09-22 16:49:51

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,254

Online

#3 2021-09-22 17:50:35

KillPinguin
Member
Registered: 2021-09-22
Posts: 2

Re: [Solved] Xorg/lightdm can't start automatically but from TTY

Thanks, the first link fixed it!

Would activating early KMS yield any further benefit?

Offline

#4 2021-09-22 20:04:31

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,254

Re: [Solved] Xorg/lightdm can't start automatically but from TTY

Faster startup and you're not relying on a specific DM feature.

Online

Board footer

Powered by FluxBB