You are not logged in.

#1 2025-04-04 23:17:42

bobheart
Member
Registered: 2023-03-15
Posts: 31

[SOLVED] Mouse and Keyboard disabled in desktop environment (Xorg)

The issue is that my keyboard and mouse are disabled when getting into my desktop environment. It looks like it has something to do with hotpluging as it is disabling my USB devices. How do I fix my config so that I can use my keyboard and mouse again?

I tried adding this to my xorg.conf to disable hotpluging but it didn't seem to help:

Section "ServerFlags"
  Option "AutoAddDevices" "False"
EndSection

xorg.conf file:

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	Screen      1  "Screen1" RightOf "Screen0"
	Screen      2  "Screen2" RightOf "Screen1"
	Screen      3  "Screen3" RightOf "Screen2"
	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 "Monitor"
	Identifier   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

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

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

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"              	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "SubPixelOrder"      	# [<str>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "AccelMethod"        	# <str>
        #Option     "DRI3"               	# [<bool>]
        #Option     "DRI"                	# <i>
        #Option     "ShadowPrimary"      	# [<bool>]
        #Option     "TearFree"           	# [<bool>]
        #Option     "DeleteUnusedDP12Displays" 	# [<bool>]
        #Option     "VariableRefresh"    	# [<bool>]
        #Option     "AsyncFlipSecondaries" 	# [<bool>]
	Identifier  "Card0"
	Driver      "amdgpu"
	BusID       "PCI:39:0:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"              	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "SubPixelOrder"      	# [<str>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "AccelMethod"        	# <str>
        #Option     "DRI3"               	# [<bool>]
        #Option     "DRI"                	# <i>
        #Option     "ShadowPrimary"      	# [<bool>]
        #Option     "TearFree"           	# [<bool>]
        #Option     "DeleteUnusedDP12Displays" 	# [<bool>]
        #Option     "VariableRefresh"    	# [<bool>]
        #Option     "AsyncFlipSecondaries" 	# [<bool>]
	Identifier  "Card1"
	Driver      "amdgpu"
	BusID       "PCI:40:0:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"              	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "SubPixelOrder"      	# [<str>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "AccelMethod"        	# <str>
        #Option     "DRI3"               	# [<bool>]
        #Option     "DRI"                	# <i>
        #Option     "ShadowPrimary"      	# [<bool>]
        #Option     "TearFree"           	# [<bool>]
        #Option     "DeleteUnusedDP12Displays" 	# [<bool>]
        #Option     "VariableRefresh"    	# [<bool>]
        #Option     "AsyncFlipSecondaries" 	# [<bool>]
	Identifier  "Card2"
	Driver      "amdgpu"
	BusID       "PCI:41:0:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"              	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "SubPixelOrder"      	# [<str>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "AccelMethod"        	# <str>
        #Option     "DRI3"               	# [<bool>]
        #Option     "DRI"                	# <i>
        #Option     "ShadowPrimary"      	# [<bool>]
        #Option     "TearFree"           	# [<bool>]
        #Option     "DeleteUnusedDP12Displays" 	# [<bool>]
        #Option     "VariableRefresh"    	# [<bool>]
        #Option     "AsyncFlipSecondaries" 	# [<bool>]
	Identifier  "Card3"
	Driver      "amdgpu"
	BusID       "PCI:41:0:1"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	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

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor1"
	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

Section "Screen"
	Identifier "Screen2"
	Device     "Card2"
	Monitor    "Monitor2"
	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

Section "Screen"
	Identifier "Screen3"
	Device     "Card3"
	Monitor    "Monitor3"
	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 log file with xorg.conf file edit:

[   253.194] 
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[   253.197] Current Operating System: Linux jman-gaming 6.13.8-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Sun, 23 Mar 2025 17:17:17 +0000 x86_64
[   253.197] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-zen root=UUID=61d00d95-e059-4439-8cff-7afce5e4442c rw loglevel=3 quiet
[   253.199]  
[   253.200] Current version of pixman: 0.44.2
[   253.202] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   253.202] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   253.207] (==) Log file: "/home/jman/.local/share/xorg/Xorg.0.log", Time: Fri Apr  4 15:40:58 2025
[   253.207] (II) Module ABI versions:
[   253.207] 	X.Org ANSI C Emulation: 0.4
[   253.207] 	X.Org Video Driver: 25.2
[   253.207] 	X.Org XInput driver : 24.4
[   253.207] 	X.Org Server Extension : 10.0
[   253.208] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   253.210] (II) xfree86: Adding drm device (/dev/dri/card1)
[   253.210] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:27:00.0/0000:28:00.0/0000:29:00.0/drm/card1
[   253.211] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[   253.220] (--) PCI:*(41@0:0:0) 1002:744c:1eae:7905 rev 204, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfcb00000/1048576, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[   253.220] List of video drivers:
[   253.220] 	amdgpu
[   253.220] 	nouveau
[   253.220] 	modesetting
[   253.220] 	vesa
[   253.220] (II) LoadModule: "amdgpu"
[   253.220] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[   253.221] (II) Module amdgpu: vendor="X.Org Foundation"
[   253.221] 	compiled for 1.21.1.11, module version = 23.0.0
[   253.221] 	Module class: X.Org Video Driver
[   253.221] 	ABI class: X.Org Video Driver, version 25.2
[   253.221] (II) LoadModule: "nouveau"
[   253.221] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[   253.221] (II) Module nouveau: vendor="X.Org Foundation"
[   253.221] 	compiled for 1.21.1.14, module version = 1.0.18
[   253.221] 	Module class: X.Org Video Driver
[   253.221] 	ABI class: X.Org Video Driver, version 25.2
[   253.221] (II) LoadModule: "modesetting"
[   253.221] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   253.221] (II) Module modesetting: vendor="X.Org Foundation"
[   253.221] 	compiled for 1.21.1.16, module version = 1.21.1
[   253.221] 	Module class: X.Org Video Driver
[   253.221] 	ABI class: X.Org Video Driver, version 25.2
[   253.221] (II) LoadModule: "vesa"
[   253.221] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   253.221] (II) Module vesa: vendor="X.Org Foundation"
[   253.221] 	compiled for 1.21.1.11, module version = 2.6.0
[   253.221] 	Module class: X.Org Video Driver
[   253.221] 	ABI class: X.Org Video Driver, version 25.2
[   253.221] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[   253.221] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[   253.221] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   253.221] (II) VESA: driver for VESA chipsets: vesa
[   253.222] (++) Using config file: "/home/jman/xorg.conf.new"
[   253.222] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   253.222] (==) ServerLayout "X.org Configured"
[   253.222] (**) |-->Screen "Screen0" (0)
[   253.222] (**) |   |-->Monitor "Monitor0"
[   253.222] (**) |   |-->Device "Card0"
[   253.222] (**) |-->Screen "Screen1" (1)
[   253.222] (**) |   |-->Monitor "Monitor1"
[   253.222] (**) |   |-->Device "Card1"
[   253.222] (**) |-->Screen "Screen2" (2)
[   253.222] (**) |   |-->Monitor "Monitor2"
[   253.222] (**) |   |-->Device "Card2"
[   253.222] (**) |-->Screen "Screen3" (3)
[   253.222] (**) |   |-->Monitor "Monitor3"
[   253.222] (**) |   |-->Device "Card3"
[   253.222] (**) |-->Input Device "Mouse0"
[   253.222] (**) |-->Input Device "Keyboard0"
[   253.222] (**) Option "AutoAddDevices" "False"
[   253.222] (**) Allowing byte-swapped clients
[   253.222] (**) Not automatically adding devices
[   253.222] (==) Automatically enabling devices
[   253.222] (==) Automatically adding GPU devices
[   253.222] (==) Automatically binding GPU devices
[   253.222] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   253.222] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   253.222] 	Entry deleted from font path.
[   253.222] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   253.222] 	Entry deleted from font path.
[   253.222] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   253.222] 	Entry deleted from font path.
[   253.222] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   253.222] 	Entry deleted from font path.
[   253.222] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   253.222] 	Entry deleted from font path.
[   253.222] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   253.222] 	Entry deleted from font path.
[   253.222] (**) FontPath set to:
	/usr/share/fonts/Type1,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/Type1,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   253.222] (**) ModulePath set to "/usr/lib/xorg/modules"
[   253.222] (II) AMDGPU(0): [KMS] Kernel modesetting enabled.
[   253.223] (EE) AMDGPU(0): [drm] Failed to open DRM device for pci:0000:27:00.0: Invalid argument
[   253.223] (II) AMDGPU(1): [KMS] Kernel modesetting enabled.
[   253.223] (EE) AMDGPU(1): [drm] Failed to open DRM device for pci:0000:28:00.0: Invalid argument
[   253.223] (II) AMDGPU(2): [KMS] Kernel modesetting enabled.
[   253.223] (EE) AMDGPU(2): [drm] device is not DRM master.
[   253.224] (II) AMDGPU(3): [KMS] Kernel modesetting enabled.
[   253.224] (EE) AMDGPU(3): [drm] Failed to open DRM device for pci:0000:29:00.1: Invalid argument
[   253.224] 
[   253.224] 
Xorg is not able to detect your mouse.
Edit the file and correct the Device.
[   253.224] 
Xorg has configured a multihead system, please check your config.
[   253.224] 
Your xorg.conf file is /home/jman/xorg.conf.new

[   253.224] To test the server, run 'X -config /home/jman/xorg.conf.new'

[   253.287] (EE) Server terminated with error (2). Closing log file.

Clean xorg.conf with no edits; Xorg log file:

[   263.747] 
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[   263.748] Current Operating System: Linux jman-gaming 6.13.8-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Sun, 23 Mar 2025 17:17:17 +0000 x86_64
[   263.748] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-zen root=UUID=61d00d95-e059-4439-8cff-7afce5e4442c rw loglevel=3 quiet
[   263.749]  
[   263.749] Current version of pixman: 0.44.2
[   263.750] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   263.750] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   263.751] (==) Log file: "/home/jman/.local/share/xorg/Xorg.0.log", Time: Fri Apr  4 23:02:28 2025
[   263.751] (II) Module ABI versions:
[   263.751] 	X.Org ANSI C Emulation: 0.4
[   263.751] 	X.Org Video Driver: 25.2
[   263.751] 	X.Org XInput driver : 24.4
[   263.751] 	X.Org Server Extension : 10.0
[   263.753] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   263.754] (II) xfree86: Adding drm device (/dev/dri/card1)
[   263.754] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:27:00.0/0000:28:00.0/0000:29:00.0/drm/card1
[   263.754] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[   263.762] (--) PCI:*(41@0:0:0) 1002:744c:1eae:7905 rev 204, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfcb00000/1048576, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[   263.762] List of video drivers:
[   263.762] 	amdgpu
[   263.762] 	nouveau
[   263.762] 	modesetting
[   263.762] 	vesa
[   263.762] (II) LoadModule: "amdgpu"
[   263.762] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[   263.762] (II) Module amdgpu: vendor="X.Org Foundation"
[   263.762] 	compiled for 1.21.1.11, module version = 23.0.0
[   263.762] 	Module class: X.Org Video Driver
[   263.762] 	ABI class: X.Org Video Driver, version 25.2
[   263.762] (II) LoadModule: "nouveau"
[   263.763] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[   263.763] (II) Module nouveau: vendor="X.Org Foundation"
[   263.763] 	compiled for 1.21.1.14, module version = 1.0.18
[   263.763] 	Module class: X.Org Video Driver
[   263.763] 	ABI class: X.Org Video Driver, version 25.2
[   263.763] (II) LoadModule: "modesetting"
[   263.763] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   263.763] (II) Module modesetting: vendor="X.Org Foundation"
[   263.763] 	compiled for 1.21.1.16, module version = 1.21.1
[   263.763] 	Module class: X.Org Video Driver
[   263.763] 	ABI class: X.Org Video Driver, version 25.2
[   263.763] (II) LoadModule: "vesa"
[   263.763] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   263.763] (II) Module vesa: vendor="X.Org Foundation"
[   263.763] 	compiled for 1.21.1.11, module version = 2.6.0
[   263.763] 	Module class: X.Org Video Driver
[   263.763] 	ABI class: X.Org Video Driver, version 25.2
[   263.763] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[   263.763] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[   263.763] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   263.763] (II) VESA: driver for VESA chipsets: vesa
[   263.764] (++) Using config file: "/home/jman/xorg.conf.new"
[   263.764] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   263.764] (==) ServerLayout "X.org Configured"
[   263.764] (**) |-->Screen "Screen0" (0)
[   263.764] (**) |   |-->Monitor "Monitor0"
[   263.764] (**) |   |-->Device "Card0"
[   263.764] (**) |-->Screen "Screen1" (1)
[   263.764] (**) |   |-->Monitor "Monitor1"
[   263.764] (**) |   |-->Device "Card1"
[   263.764] (**) |-->Screen "Screen2" (2)
[   263.764] (**) |   |-->Monitor "Monitor2"
[   263.765] (**) |   |-->Device "Card2"
[   263.765] (**) |-->Screen "Screen3" (3)
[   263.765] (**) |   |-->Monitor "Monitor3"
[   263.765] (**) |   |-->Device "Card3"
[   263.765] (**) |-->Input Device "Mouse0"
[   263.765] (**) |-->Input Device "Keyboard0"
[   263.765] (**) Allowing byte-swapped clients
[   263.765] (==) Automatically adding devices
[   263.765] (==) Automatically enabling devices
[   263.765] (==) Automatically adding GPU devices
[   263.765] (==) Automatically binding GPU devices
[   263.765] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   263.765] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   263.765] 	Entry deleted from font path.
[   263.765] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   263.765] 	Entry deleted from font path.
[   263.765] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   263.765] 	Entry deleted from font path.
[   263.765] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   263.765] 	Entry deleted from font path.
[   263.765] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   263.765] 	Entry deleted from font path.
[   263.765] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   263.765] 	Entry deleted from font path.
[   263.765] (**) FontPath set to:
	/usr/share/fonts/Type1,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/Type1,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   263.765] (**) ModulePath set to "/usr/lib/xorg/modules"
[   263.765] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   263.765] (WW) Disabling Mouse0
[   263.765] (WW) Disabling Keyboard0
[   263.765] (II) AMDGPU(0): [KMS] Kernel modesetting enabled.
[   263.765] (EE) AMDGPU(0): [drm] Failed to open DRM device for pci:0000:27:00.0: Invalid argument
[   263.765] (II) AMDGPU(1): [KMS] Kernel modesetting enabled.
[   263.766] (EE) AMDGPU(1): [drm] Failed to open DRM device for pci:0000:28:00.0: Invalid argument
[   263.766] (II) AMDGPU(2): [KMS] Kernel modesetting enabled.
[   263.766] (EE) AMDGPU(2): [drm] device is not DRM master.
[   263.766] (II) AMDGPU(3): [KMS] Kernel modesetting enabled.
[   263.767] (EE) AMDGPU(3): [drm] Failed to open DRM device for pci:0000:29:00.1: Invalid argument
[   263.767] 
[   263.767] 
Xorg is not able to detect your mouse.
Edit the file and correct the Device.
[   263.767] 
Xorg has configured a multihead system, please check your config.
[   263.767] 
Your xorg.conf file is /home/jman/xorg.conf.new

[   263.767] To test the server, run 'X -config /home/jman/xorg.conf.new'

[   263.825] (EE) Server terminated with error (2). Closing log file.

Last edited by bobheart (2025-04-05 20:11:24)

Offline

#2 2025-04-05 00:45:27

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,076

Re: [SOLVED] Mouse and Keyboard disabled in desktop environment (Xorg)

Get rid of that config entirely and reboot. That config makes very little general sense. Do you actually have 3 GPUs? and even if so, more targeted config is likely going to be better than the clusterfuck xorg --configure generated.

Offline

#3 2025-04-05 02:03:06

bobheart
Member
Registered: 2023-03-15
Posts: 31

Re: [SOLVED] Mouse and Keyboard disabled in desktop environment (Xorg)

No I only have one gpu the other pcie slots are filled though with a network card and a usb splitter of some kind.

I tried deleting xorg.conf file in the /usr/share/X11/xorg.conf.d directory then restarted and got the same results.

I ran xinit grabbed the log as well as tried to get some info from startx log. I was unable to get anything from after running startx as the Xorg.0.log file as it was blank...

xinit.log:

[   428.709] 
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[   428.710] Current Operating System: Linux jman-gaming 6.13.8-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Sun, 23 Mar 2025 17:17:17 +0000 x86_64
[   428.710] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-zen root=UUID=61d00d95-e059-4439-8cff-7afce5e4442c rw loglevel=3 quiet
[   428.711]  
[   428.711] Current version of pixman: 0.44.2
[   428.712] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   428.712] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   428.714] (==) Log file: "/home/jman/.local/share/xorg/Xorg.0.log", Time: Sat Apr  5 01:07:01 2025
[   428.714] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   428.714] (==) No Layout section.  Using the first Screen section.
[   428.714] (==) No screen section available. Using defaults.
[   428.714] (**) |-->Screen "Default Screen Section" (0)
[   428.714] (**) |   |-->Monitor "<default monitor>"
[   428.714] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   428.714] (**) Allowing byte-swapped clients
[   428.714] (==) Automatically adding devices
[   428.714] (==) Automatically enabling devices
[   428.714] (==) Automatically adding GPU devices
[   428.714] (==) Automatically binding GPU devices
[   428.714] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   428.714] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   428.714] 	Entry deleted from font path.
[   428.714] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   428.714] 	Entry deleted from font path.
[   428.714] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   428.714] 	Entry deleted from font path.
[   428.714] (==) FontPath set to:
	/usr/share/fonts/Type1,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   428.714] (==) ModulePath set to "/usr/lib/xorg/modules"
[   428.714] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   428.714] (II) Module ABI versions:
[   428.714] 	X.Org ANSI C Emulation: 0.4
[   428.714] 	X.Org Video Driver: 25.2
[   428.714] 	X.Org XInput driver : 24.4
[   428.714] 	X.Org Server Extension : 10.0
[   428.716] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   428.717] (II) xfree86: Adding drm device (/dev/dri/card1)
[   428.717] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:27:00.0/0000:28:00.0/0000:29:00.0/drm/card1
[   428.717] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[   428.722] (--) PCI:*(41@0:0:0) 1002:744c:1eae:7905 rev 204, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfcb00000/1048576, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[   428.722] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   428.722] (II) LoadModule: "glx"
[   428.722] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   428.723] (II) Module glx: vendor="X.Org Foundation"
[   428.723] 	compiled for 1.21.1.16, module version = 1.0.0
[   428.723] 	ABI class: X.Org Server Extension, version 10.0
[   428.723] (II) Applying OutputClass "AMDgpu" to /dev/dri/card1
[   428.723] 	loading driver: amdgpu
[   428.723] (==) Matched amdgpu as autoconfigured driver 0
[   428.723] (==) Matched ati as autoconfigured driver 1
[   428.723] (==) Matched modesetting as autoconfigured driver 2
[   428.723] (==) Matched fbdev as autoconfigured driver 3
[   428.723] (==) Matched vesa as autoconfigured driver 4
[   428.723] (==) Assigned the driver to the xf86ConfigLayout
[   428.723] (II) LoadModule: "amdgpu"
[   428.723] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[   428.724] (II) Module amdgpu: vendor="X.Org Foundation"
[   428.724] 	compiled for 1.21.1.11, module version = 23.0.0
[   428.724] 	Module class: X.Org Video Driver
[   428.724] 	ABI class: X.Org Video Driver, version 25.2
[   428.724] (II) LoadModule: "ati"
[   428.724] (WW) Warning, couldn't open module ati
[   428.724] (EE) Failed to load module "ati" (module does not exist, 0)
[   428.724] (II) LoadModule: "modesetting"
[   428.724] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   428.724] (II) Module modesetting: vendor="X.Org Foundation"
[   428.724] 	compiled for 1.21.1.16, module version = 1.21.1
[   428.724] 	Module class: X.Org Video Driver
[   428.724] 	ABI class: X.Org Video Driver, version 25.2
[   428.724] (II) LoadModule: "fbdev"
[   428.724] (WW) Warning, couldn't open module fbdev
[   428.724] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   428.724] (II) LoadModule: "vesa"
[   428.724] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   428.724] (II) Module vesa: vendor="X.Org Foundation"
[   428.724] 	compiled for 1.21.1.11, module version = 2.6.0
[   428.724] 	Module class: X.Org Video Driver
[   428.724] 	ABI class: X.Org Video Driver, version 25.2
[   428.724] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[   428.724] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   428.724] (II) VESA: driver for VESA chipsets: vesa
[   428.724] (EE) 
Fatal server error:
[   428.724] (EE) parse_vt_settings: Cannot open /dev/tty0 (Permission denied)
[   428.724] (EE) 
[   428.724] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   428.724] (EE) Please also check the log file at "/home/jman/.local/share/xorg/Xorg.0.log" for additional information.
[   428.724] (EE) 
[   428.724] (WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
[   428.724] (WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor
[   428.791] (EE) Server terminated with error (1). Closing log file.

startx > startx.log 2>&1;

X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
Current Operating System: Linux jman-gaming 6.13.8-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Sun, 23 Mar 2025 17:17:17 +0000 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-zen root=UUID=61d00d95-e059-4439-8cff-7afce5e4442c rw loglevel=3 quiet
 
Current version of pixman: 0.44.2
	Before reporting problems, check http://wiki.x.org
	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: "/home/jman/.local/share/xorg/Xorg.0.log", Time: Sat Apr  5 01:12:10 2025
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Could not resolve keysym XF86RefreshRateToggle
> Warning:          Could not resolve keysym XF86Accessibility
> Warning:          Could not resolve keysym XF86DoNotDisturb
Errors from xkbcomp are not fatal to the X server
Screen 0: minimum 320 x 200, current 5760 x 2160, maximum 16384 x 16384
DisplayPort-0 disconnected primary (normal left inverted right x axis y axis)
DisplayPort-1 connected 3840x2160+0+0 (normal left inverted right x axis y axis) 697mm x 392mm
   3840x2160     60.00 + 144.00*  120.00   119.88   120.00    60.00    59.94  
   2560x1440    144.02   120.00    60.00  
   1920x1200     60.00  
   1920x1080    120.00   119.88    60.00    60.00    50.00    59.94  
   1600x1200     60.00  
   1680x1050     59.95  
   1280x1024     75.02    60.02  
   1440x900      59.89  
   1280x960      60.00  
   1280x800      60.00  
   1152x864      75.00  
   1280x720      60.00    50.00    59.94  
   1024x768     119.93    75.03    70.07    60.00  
   832x624       74.55  
   800x600       72.19    75.00    60.32    56.25  
   720x576       50.00  
   720x480       60.00    59.94  
   640x480       75.00    72.81    66.67    60.00    59.94  
   720x400       70.08  
DisplayPort-2 connected 1920x1080+3840+0 (normal left inverted right x axis y axis) 598mm x 336mm
   1920x1080     60.00 + 144.00*  119.98    99.93    84.90    50.00    59.94  
   1680x1050     59.95  
   1280x1024     75.02    60.02  
   1440x900      59.89  
   1280x960      60.00  
   1280x800      59.81  
   1152x864      75.00  
   1280x720      60.00    50.00    59.94  
   1024x768      75.03    70.07    60.00  
   832x624       74.55  
   800x600       72.19    75.00    60.32    56.25  
   720x576       50.00  
   720x480       60.00    59.94  
   640x480       75.00    66.67    60.00    59.94  
   720x400       70.08  
HDMI-A-0 disconnected (normal left inverted right x axis y axis)
2025-04-05 01:12:12 W: awesome: a_glib_poll:477: Last main loop iteration took 0.472965 seconds! Increasing limit for this warning to that value.

(nitrogen:1251): GLib-GObject-CRITICAL **: 01:12:12.837: Attempting to freeze the notification queue for object GtkSettings[0x5ca81e42bfc0]; Property notification does not work during instance finalization.

(nitrogen:1251): GLib-GObject-CRITICAL **: 01:12:12.837: Attempting to thaw the notification queue for object GtkSettings[0x5ca81e42bfc0]; Property notification does not work during instance finalization.

(nitrogen:1251): GLib-GObject-CRITICAL **: 01:12:13.292: Attempting to freeze the notification queue for object GtkSettings[0x5ca81e43a790]; Property notification does not work during instance finalization.

(nitrogen:1251): GLib-GObject-CRITICAL **: 01:12:13.292: Attempting to thaw the notification queue for object GtkSettings[0x5ca81e43a790]; Property notification does not work during instance finalization.
ssh: connect to host 192.168.0.64 port 22: No route to host
ssh: connect to host 192.168.0.64 port 22: No route to host

Offline

#4 2025-04-05 07:37:16

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

Re: [SOLVED] Mouse and Keyboard disabled in desktop environment (Xorg)

[   428.724] (EE) parse_vt_settings: Cannot open /dev/tty0 (Permission denied)

Get rid of every xf86-video-* package, cerainly except xf86-video-amdgpu.
Then post your xinitrc and xserverrc, https://wiki.archlinux.org/title/Xinit

However:

ssh: connect to host 192.168.0.64 port 22: No route to host
ssh: connect to host 192.168.0.64 port 22: No route to host

are you trying to start X11 from an ssh login??

keyboard and mouse are disabled when getting into my desktop environment

How do you're typically "getting into [your] desktop environment"?
Post the xorg log that's relevant to /that/ approach.

Offline

#5 2025-04-05 14:30:03

bobheart
Member
Registered: 2023-03-15
Posts: 31

Re: [SOLVED] Mouse and Keyboard disabled in desktop environment (Xorg)

I got rid of two video packages; vesa and something related to nvidia.

I am not operating this computer remotely through ssh. The ssh calls are not for logging into the server they are for connecting a port over ssh to a computer that currently isn't on.

To start X11 all I'm doing is starting from a tty and running startx which is running the '~/.xinitrc' file. I don't use xinit at all and don't have a xserverrc file.

xinitrc file:

exec awesome

Xorg.log file:

[   275.348] 
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[   275.349] Current Operating System: Linux jman-gaming 6.13.8-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Sun, 23 Mar 2025 17:17:17 +0000 x86_64
[   275.349] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-zen root=UUID=61d00d95-e059-4439-8cff-7afce5e4442c rw loglevel=3 quiet
[   275.350]  
[   275.350] Current version of pixman: 0.44.2
[   275.351] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   275.351] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   275.353] (==) Log file: "/home/jman/.local/share/xorg/Xorg.0.log", Time: Sat Apr  5 14:03:14 2025
[   275.356] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   275.356] (==) No Layout section.  Using the first Screen section.
[   275.356] (==) No screen section available. Using defaults.
[   275.356] (**) |-->Screen "Default Screen Section" (0)
[   275.356] (**) |   |-->Monitor "<default monitor>"
[   275.357] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   275.357] (**) Allowing byte-swapped clients
[   275.357] (==) Automatically adding devices
[   275.357] (==) Automatically enabling devices
[   275.357] (==) Automatically adding GPU devices
[   275.357] (==) Automatically binding GPU devices
[   275.357] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   275.357] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   275.357] 	Entry deleted from font path.
[   275.357] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   275.357] 	Entry deleted from font path.
[   275.357] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   275.357] 	Entry deleted from font path.
[   275.359] (==) FontPath set to:
	/usr/share/fonts/Type1,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   275.359] (==) ModulePath set to "/usr/lib/xorg/modules"
[   275.359] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   275.359] (II) Module ABI versions:
[   275.359] 	X.Org ANSI C Emulation: 0.4
[   275.359] 	X.Org Video Driver: 25.2
[   275.359] 	X.Org XInput driver : 24.4
[   275.359] 	X.Org Server Extension : 10.0
[   275.359] (++) using VT number 2

[   275.360] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   275.360] (II) xfree86: Adding drm device (/dev/dri/card1)
[   275.360] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:27:00.0/0000:28:00.0/0000:29:00.0/drm/card1
[   275.361] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[   275.366] (--) PCI:*(41@0:0:0) 1002:744c:1eae:7905 rev 204, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfcb00000/1048576, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[   275.366] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   275.366] (II) LoadModule: "glx"
[   275.368] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   275.372] (II) Module glx: vendor="X.Org Foundation"
[   275.372] 	compiled for 1.21.1.16, module version = 1.0.0
[   275.372] 	ABI class: X.Org Server Extension, version 10.0
[   275.372] (II) Applying OutputClass "AMDgpu" to /dev/dri/card1
[   275.372] 	loading driver: amdgpu
[   275.372] (==) Matched amdgpu as autoconfigured driver 0
[   275.372] (==) Matched ati as autoconfigured driver 1
[   275.372] (==) Matched modesetting as autoconfigured driver 2
[   275.372] (==) Matched fbdev as autoconfigured driver 3
[   275.372] (==) Matched vesa as autoconfigured driver 4
[   275.372] (==) Assigned the driver to the xf86ConfigLayout
[   275.372] (II) LoadModule: "amdgpu"
[   275.374] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[   275.375] (II) Module amdgpu: vendor="X.Org Foundation"
[   275.376] 	compiled for 1.21.1.11, module version = 23.0.0
[   275.376] 	Module class: X.Org Video Driver
[   275.376] 	ABI class: X.Org Video Driver, version 25.2
[   275.376] (II) LoadModule: "ati"
[   275.376] (WW) Warning, couldn't open module ati
[   275.376] (EE) Failed to load module "ati" (module does not exist, 0)
[   275.376] (II) LoadModule: "modesetting"
[   275.376] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   275.376] (II) Module modesetting: vendor="X.Org Foundation"
[   275.376] 	compiled for 1.21.1.16, module version = 1.21.1
[   275.376] 	Module class: X.Org Video Driver
[   275.376] 	ABI class: X.Org Video Driver, version 25.2
[   275.376] (II) LoadModule: "fbdev"
[   275.376] (WW) Warning, couldn't open module fbdev
[   275.376] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   275.376] (II) LoadModule: "vesa"
[   275.376] (WW) Warning, couldn't open module vesa
[   275.376] (EE) Failed to load module "vesa" (module does not exist, 0)
[   275.376] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[   275.376] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   275.377] (WW) Falling back to old probe method for modesetting
[   275.377] (EE) open /dev/dri/card0: No such file or directory
[   275.377] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   275.377] (II) AMDGPU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   275.377] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[   275.377] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   275.377] (==) AMDGPU(0): Default visual is TrueColor
[   275.377] (II) Applying OutputClass "AMDgpu" options to /dev/dri/card1
[   275.377] (==) AMDGPU(0): RGB weight 888
[   275.378] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[   275.378] (--) AMDGPU(0): Chipset: "AMD Radeon RX 7900 XT" (ChipID = 0x744c)
[   275.378] (II) Loading sub module "fb"
[   275.378] (II) LoadModule: "fb"
[   275.378] (II) Module "fb" already built-in
[   275.378] (II) Loading sub module "dri2"
[   275.378] (II) LoadModule: "dri2"
[   275.378] (II) Module "dri2" already built-in
[   275.491] (II) Loading sub module "glamoregl"
[   275.491] (II) LoadModule: "glamoregl"
[   275.491] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   275.495] (II) Module glamoregl: vendor="X.Org Foundation"
[   275.495] 	compiled for 1.21.1.16, module version = 1.0.1
[   275.495] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   275.510] (II) AMDGPU(0): glamor X acceleration enabled on AMD Radeon RX 7900 XT (radeonsi, navi31, LLVM 19.1.7, DRM 3.61, 6.13.8-zen1-1-zen)
[   275.510] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[   275.510] (==) AMDGPU(0): TearFree property default: auto
[   275.510] (==) AMDGPU(0): VariableRefresh: disabled
[   275.510] (==) AMDGPU(0): AsyncFlipSecondaries: disabled
[   275.510] (II) AMDGPU(0): KMS Pageflipping: enabled
[   275.510] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[   275.513] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[   275.515] (II) AMDGPU(0): Output DisplayPort-2 has no monitor section
[   275.515] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[   275.624] (II) AMDGPU(0): EDID for output DisplayPort-0
[   275.627] (II) AMDGPU(0): EDID for output DisplayPort-1
[   275.627] (II) AMDGPU(0): Manufacturer: ACR  Model: c8f  Serial#: 0
[   275.627] (II) AMDGPU(0): Year: 2023  Week: 17
[   275.627] (II) AMDGPU(0): EDID Version: 1.4
[   275.627] (II) AMDGPU(0): Digital Display Input
[   275.627] (II) AMDGPU(0): 10 bits per channel
[   275.627] (II) AMDGPU(0): Digital interface is DisplayPort
[   275.627] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 70  vert.: 39
[   275.627] (II) AMDGPU(0): Gamma: 2.20
[   275.627] (II) AMDGPU(0): DPMS capabilities: Off
[   275.627] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[   275.627] (II) AMDGPU(0): First detailed timing is preferred mode
[   275.627] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[   275.627] (II) AMDGPU(0): Display is continuous-frequency
[   275.627] (II) AMDGPU(0): redX: 0.678 redY: 0.314   greenX: 0.271 greenY: 0.633
[   275.627] (II) AMDGPU(0): blueX: 0.148 blueY: 0.056   whiteX: 0.313 whiteY: 0.329
[   275.627] (II) AMDGPU(0): Supported established timings:
[   275.627] (II) AMDGPU(0): 720x400@70Hz
[   275.627] (II) AMDGPU(0): 640x480@60Hz
[   275.627] (II) AMDGPU(0): 640x480@67Hz
[   275.627] (II) AMDGPU(0): 640x480@72Hz
[   275.627] (II) AMDGPU(0): 640x480@75Hz
[   275.627] (II) AMDGPU(0): 800x600@56Hz
[   275.627] (II) AMDGPU(0): 800x600@60Hz
[   275.627] (II) AMDGPU(0): 800x600@72Hz
[   275.627] (II) AMDGPU(0): 800x600@75Hz
[   275.627] (II) AMDGPU(0): 832x624@75Hz
[   275.627] (II) AMDGPU(0): 1024x768@60Hz
[   275.627] (II) AMDGPU(0): 1024x768@70Hz
[   275.627] (II) AMDGPU(0): 1024x768@75Hz
[   275.627] (II) AMDGPU(0): 1280x1024@75Hz
[   275.627] (II) AMDGPU(0): 1152x864@75Hz
[   275.627] (II) AMDGPU(0): Manufacturer's mask: 0
[   275.627] (II) AMDGPU(0): Supported standard timings:
[   275.627] (II) AMDGPU(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[   275.627] (II) AMDGPU(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[   275.627] (II) AMDGPU(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   275.627] (II) AMDGPU(0): #3: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[   275.627] (II) AMDGPU(0): #4: hsize: 1024  vsize 768  refresh: 120  vid: 31841
[   275.627] (II) AMDGPU(0): #5: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   275.627] (II) AMDGPU(0): #6: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[   275.627] (II) AMDGPU(0): #7: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[   275.627] (II) AMDGPU(0): Supported detailed timing:
[   275.627] (II) AMDGPU(0): clock: 533.2 MHz   Image Size:  697 x 392 mm
[   275.627] (II) AMDGPU(0): h_active: 3840  h_sync: 3888  h_sync_end 3920 h_blank_end 4000 h_border: 0
[   275.627] (II) AMDGPU(0): v_active: 2160  v_sync: 2163  v_sync_end 2168 v_blanking: 2222 v_border: 0
[   275.627] (II) AMDGPU(0): Serial No: 
[   275.627] (II) AMDGPU(0): Ranges: V min: 48 V max: 144 Hz, H min: 320 H max: 320 kHz, PixClock max 1285 MHz
[   275.627] (II) AMDGPU(0): Monitor name: XV282K V3
[   275.627] (II) AMDGPU(0): Supported detailed timing:
[   275.627] (II) AMDGPU(0): clock: 587.6 MHz   Image Size:  697 x 392 mm
[   275.627] (II) AMDGPU(0): h_active: 2560  h_sync: 2568  h_sync_end 2600 h_blank_end 2720 h_border: 0
[   275.627] (II) AMDGPU(0): v_active: 1440  v_sync: 1465  v_sync_end 1473 v_blanking: 1500 v_border: 0
[   275.627] (II) AMDGPU(0): Supported detailed timing:
[   275.627] (II) AMDGPU(0): clock: 497.8 MHz   Image Size:  697 x 392 mm
[   275.627] (II) AMDGPU(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[   275.627] (II) AMDGPU(0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1525 v_border: 0
[   275.627] (II) AMDGPU(0): Number of EDID sections to follow: 2
[   275.627] (II) AMDGPU(0): EDID (in hex):
[   275.627] (II) AMDGPU(0): 	00ffffffffffff0004728f0c00000000
[   275.627] (II) AMDGPU(0): 	11210104b54627783ba815ad5045a226
[   275.627] (II) AMDGPU(0): 	0e5054bfef80714f8140818081c0617c
[   275.627] (II) AMDGPU(0): 	9500b300d1c04dd000a0f0703e803020
[   275.627] (II) AMDGPU(0): 	3500b9882100001a000000ff000a2020
[   275.627] (II) AMDGPU(0): 	20202020202020202020000000fd0c30
[   275.627] (II) AMDGPU(0): 	90414180010a202020202020000000fc
[   275.627] (II) AMDGPU(0): 	0058563238324b2056330a2020200228
[   275.627] (II) AMDGPU(0): 	020335f14c03020104901211131f3f61
[   275.627] (II) AMDGPU(0): 	762309070783010000e200c06d1a0000
[   275.627] (II) AMDGPU(0): 	02013090000000000000e305c301e606
[   275.627] (II) AMDGPU(0): 	070162620088e500a0a0a03c50082098
[   275.627] (II) AMDGPU(0): 	04b9882100001e6fc200a0a0a0555030
[   275.627] (II) AMDGPU(0): 	203500b9882100001e00000000000000
[   275.627] (II) AMDGPU(0): 	00000000000000000000000000000000
[   275.627] (II) AMDGPU(0): 	0000000000000000000000000000009e
[   275.627] (II) AMDGPU(0): 	701279030003013c7ff30104ff0e9f00
[   275.627] (II) AMDGPU(0): 	6f801f006f083b000b000400a2a00104
[   275.627] (II) AMDGPU(0): 	ff0e9f002f803f006f083d0002000400
[   275.627] (II) AMDGPU(0): 	9f5f0004ff099f002e801f009f053b00
[   275.627] (II) AMDGPU(0): 	02000400000000000000000000000000
[   275.627] (II) AMDGPU(0): 	00000000000000000000000000000000
[   275.627] (II) AMDGPU(0): 	00000000000000000000000000000000
[   275.627] (II) AMDGPU(0): 	00000000000000000000000000004a90
[   275.627] (II) AMDGPU(0): Printing probed modes for output DisplayPort-1
[   275.627] (II) AMDGPU(0): Modeline "3840x2160"x60.0  533.25  3840 3888 3920 4000  2160 2163 2168 2222 +hsync -vsync (133.3 kHz eP)
[   275.627] (II) AMDGPU(0): Modeline "3840x2160"x144.0  1278.72  3840 3952 3984 4000  2160 2172 2177 2220 +hsync -vsync (319.7 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "3840x2160"x120.0  1188.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (270.0 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "3840x2160"x119.9  1186.81  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (269.7 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "3840x2160"x120.0  1066.59  3840 3888 3952 4000  2160 2163 2168 2222 +hsync -vsync (266.6 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "3840x2160"x60.0  594.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (135.0 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "3840x2160"x59.9  593.41  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (134.9 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "2560x1440"x144.0  587.60  2560 2568 2600 2720  1440 1465 1473 1500 +hsync +vsync (216.0 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "2560x1440"x120.0  497.75  2560 2608 2640 2720  1440 1443 1448 1525 +hsync +vsync (183.0 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "2560x1440"x60.0  244.80  2560 2607 2639 2720  1440 1443 1448 1500 +hsync -vsync (90.0 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "1920x1200"x60.0  533.25  1920 3888 3920 4000  1200 2163 2168 2222 +hsync -vsync (133.3 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "1920x1080"x120.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "1920x1080"x119.9  296.70  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (134.9 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "1600x1200"x60.0  533.25  1600 3888 3920 4000  1200 2163 2168 2222 +hsync -vsync (133.3 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "1280x800"x60.0  533.25  1280 3888 3920 4000  800 2163 2168 2222 +hsync -vsync (133.3 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "1024x768"x119.9  137.89  1024 1104 1208 1392  768 771 775 826 -hsync +vsync (99.1 kHz)
[   275.627] (II) AMDGPU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   275.627] (II) AMDGPU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   275.628] (II) AMDGPU(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   275.628] (II) AMDGPU(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   275.628] (II) AMDGPU(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   275.628] (II) AMDGPU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   275.628] (II) AMDGPU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   275.628] (II) AMDGPU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   275.628] (II) AMDGPU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   275.628] (II) AMDGPU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   275.628] (II) AMDGPU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   275.630] (II) AMDGPU(0): EDID for output DisplayPort-2
[   275.630] (II) AMDGPU(0): Manufacturer: AUS  Model: 2782  Serial#: 16843009
[   275.630] (II) AMDGPU(0): Year: 2020  Week: 11
[   275.630] (II) AMDGPU(0): EDID Version: 1.4
[   275.630] (II) AMDGPU(0): Digital Display Input
[   275.630] (II) AMDGPU(0): 8 bits per channel
[   275.630] (II) AMDGPU(0): Digital interface is DisplayPort
[   275.630] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 60  vert.: 34
[   275.630] (II) AMDGPU(0): Gamma: 2.20
[   275.630] (II) AMDGPU(0): DPMS capabilities: Off
[   275.630] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[   275.630] (II) AMDGPU(0): First detailed timing is preferred mode
[   275.630] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[   275.630] (II) AMDGPU(0): Display is continuous-frequency
[   275.630] (II) AMDGPU(0): redX: 0.647 redY: 0.340   greenX: 0.303 greenY: 0.639
[   275.630] (II) AMDGPU(0): blueX: 0.148 blueY: 0.049   whiteX: 0.313 whiteY: 0.329
[   275.630] (II) AMDGPU(0): Supported established timings:
[   275.630] (II) AMDGPU(0): 720x400@70Hz
[   275.630] (II) AMDGPU(0): 640x480@60Hz
[   275.630] (II) AMDGPU(0): 640x480@67Hz
[   275.630] (II) AMDGPU(0): 640x480@75Hz
[   275.630] (II) AMDGPU(0): 800x600@56Hz
[   275.630] (II) AMDGPU(0): 800x600@60Hz
[   275.630] (II) AMDGPU(0): 800x600@72Hz
[   275.630] (II) AMDGPU(0): 800x600@75Hz
[   275.630] (II) AMDGPU(0): 832x624@75Hz
[   275.630] (II) AMDGPU(0): 1024x768@60Hz
[   275.630] (II) AMDGPU(0): 1024x768@70Hz
[   275.630] (II) AMDGPU(0): 1024x768@75Hz
[   275.630] (II) AMDGPU(0): 1280x1024@75Hz
[   275.630] (II) AMDGPU(0): Manufacturer's mask: 0
[   275.630] (II) AMDGPU(0): Supported standard timings:
[   275.630] (II) AMDGPU(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[   275.630] (II) AMDGPU(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   275.630] (II) AMDGPU(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[   275.630] (II) AMDGPU(0): #3: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[   275.630] (II) AMDGPU(0): #4: hsize: 1280  vsize 800  refresh: 60  vid: 129
[   275.630] (II) AMDGPU(0): #5: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   275.630] (II) AMDGPU(0): #6: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[   275.630] (II) AMDGPU(0): Supported detailed timing:
[   275.630] (II) AMDGPU(0): clock: 148.5 MHz   Image Size:  598 x 336 mm
[   275.630] (II) AMDGPU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   275.630] (II) AMDGPU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   275.630] (II) AMDGPU(0): Ranges: V min: 40 V max: 144 Hz, H min: 162 H max: 162 kHz, PixClock max 345 MHz
[   275.630] (II) AMDGPU(0): Monitor name: VG279
[   275.630] (II) AMDGPU(0): Serial No: L3LMQS040079
[   275.630] (II) AMDGPU(0): Supported detailed timing:
[   275.630] (II) AMDGPU(0): clock: 148.5 MHz   Image Size:  598 x 336 mm
[   275.630] (II) AMDGPU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   275.630] (II) AMDGPU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   275.630] (II) AMDGPU(0): Supported detailed timing:
[   275.630] (II) AMDGPU(0): clock: 198.5 MHz   Image Size:  598 x 336 mm
[   275.630] (II) AMDGPU(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[   275.630] (II) AMDGPU(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1124 v_border: 0
[   275.630] (II) AMDGPU(0): Supported detailed timing:
[   275.630] (II) AMDGPU(0): clock: 235.5 MHz   Image Size:  598 x 336 mm
[   275.630] (II) AMDGPU(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[   275.630] (II) AMDGPU(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1133 v_border: 0
[   275.630] (II) AMDGPU(0): Supported detailed timing:
[   275.630] (II) AMDGPU(0): clock: 285.5 MHz   Image Size:  598 x 336 mm
[   275.630] (II) AMDGPU(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[   275.630] (II) AMDGPU(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1144 v_border: 0
[   275.630] (II) AMDGPU(0): Supported detailed timing:
[   275.630] (II) AMDGPU(0): clock: 335.5 MHz   Image Size:  598 x 336 mm
[   275.630] (II) AMDGPU(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[   275.630] (II) AMDGPU(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1120 v_border: 0
[   275.630] (II) AMDGPU(0): Number of EDID sections to follow: 1
[   275.630] (II) AMDGPU(0): EDID (in hex):
[   275.630] (II) AMDGPU(0): 	00ffffffffffff0006b3822701010101
[   275.630] (II) AMDGPU(0): 	0b1e0104a53c22783bca25a5574da326
[   275.630] (II) AMDGPU(0): 	0c5054b7ef00714f8180814081c08100
[   275.630] (II) AMDGPU(0): 	9500b3000101023a801871382d40582c
[   275.630] (II) AMDGPU(0): 	450056502100001e000000fd002890a2
[   275.630] (II) AMDGPU(0): 	a222010a202020202020000000fc0056
[   275.630] (II) AMDGPU(0): 	473237390a20202020202020000000ff
[   275.630] (II) AMDGPU(0): 	004c334c4d51533034303037390a013a
[   275.630] (II) AMDGPU(0): 	020318f14b900504030201111213141f
[   275.630] (II) AMDGPU(0): 	2309070783010000023a801871382d40
[   275.630] (II) AMDGPU(0): 	582c450056502100001e8a4d80a07038
[   275.630] (II) AMDGPU(0): 	2c403020350056502100001afe5b80a0
[   275.630] (II) AMDGPU(0): 	703835403020350056502100001a866f
[   275.630] (II) AMDGPU(0): 	80a0703840403020350056502100001a
[   275.630] (II) AMDGPU(0): 	0a8380a0703828403020350056502100
[   275.630] (II) AMDGPU(0): 	001a0000000000000000000000000016
[   275.630] (II) AMDGPU(0): Printing probed modes for output DisplayPort-2
[   275.630] (II) AMDGPU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   275.630] (II) AMDGPU(0): Modeline "1920x1080"x144.0  335.46  1920 1968 2000 2080  1080 1083 1088 1120 +hsync -vsync (161.3 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "1920x1080"x120.0  285.50  1920 1968 2000 2080  1080 1083 1088 1144 +hsync -vsync (137.3 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "1920x1080"x99.9  235.50  1920 1968 2000 2080  1080 1083 1088 1133 +hsync -vsync (113.2 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "1920x1080"x84.9  198.50  1920 1968 2000 2080  1080 1083 1088 1124 +hsync -vsync (95.4 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   275.630] (II) AMDGPU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   275.630] (II) AMDGPU(0): EDID for output HDMI-A-0
[   275.630] (II) AMDGPU(0): Output DisplayPort-0 disconnected
[   275.630] (II) AMDGPU(0): Output DisplayPort-1 connected
[   275.630] (II) AMDGPU(0): Output DisplayPort-2 connected
[   275.630] (II) AMDGPU(0): Output HDMI-A-0 disconnected
[   275.630] (II) AMDGPU(0): Using spanning desktop for initial modes
[   275.630] (II) AMDGPU(0): Output DisplayPort-1 using initial mode 3840x2160 +0+0
[   275.630] (II) AMDGPU(0): Output DisplayPort-2 using initial mode 1920x1080 +3840+0
[   275.630] (II) AMDGPU(0): mem size init: gart size :bc5d59000 vram size: s:4fadbd000 visible:fc5f000
[   275.630] (==) AMDGPU(0): DPI set to (96, 96)
[   275.630] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[   275.630] (II) Loading sub module "ramdac"
[   275.630] (II) LoadModule: "ramdac"
[   275.630] (II) Module "ramdac" already built-in
[   275.630] (II) UnloadModule: "modesetting"
[   275.630] (II) Unloading modesetting
[   275.630] (II) AMDGPU(0): [DRI2] Setup complete
[   275.630] (II) AMDGPU(0): [DRI2]   DRI driver: radeonsi
[   275.630] (II) AMDGPU(0): [DRI2]   VDPAU driver: radeonsi
[   275.711] (II) AMDGPU(0): Front buffer pitch: 23552 bytes
[   275.711] (II) AMDGPU(0): SYNC extension fences enabled
[   275.711] (II) AMDGPU(0): Present extension enabled
[   275.711] (==) AMDGPU(0): DRI3 enabled
[   275.711] (==) AMDGPU(0): Backing store enabled
[   275.711] (II) AMDGPU(0): Direct rendering enabled
[   275.722] (II) AMDGPU(0): Use GLAMOR acceleration.
[   275.722] (II) AMDGPU(0): Acceleration enabled
[   275.722] (==) AMDGPU(0): DPMS enabled
[   275.722] (==) AMDGPU(0): Silken mouse enabled
[   275.722] (II) AMDGPU(0): Set up textured video (glamor)
[   275.824] (WW) AMDGPU(0): Option "HotplugDriver" is not used
[   275.824] (II) Initializing extension Generic Event Extension
[   275.824] (II) Initializing extension SHAPE
[   275.824] (II) Initializing extension MIT-SHM
[   275.824] (II) Initializing extension XInputExtension
[   275.825] (II) Initializing extension XTEST
[   275.825] (II) Initializing extension BIG-REQUESTS
[   275.825] (II) Initializing extension SYNC
[   275.825] (II) Initializing extension XKEYBOARD
[   275.825] (II) Initializing extension XC-MISC
[   275.825] (II) Initializing extension SECURITY
[   275.825] (II) Initializing extension XFIXES
[   275.826] (II) Initializing extension RENDER
[   275.826] (II) Initializing extension RANDR
[   275.826] (II) Initializing extension COMPOSITE
[   275.826] (II) Initializing extension DAMAGE
[   275.826] (II) Initializing extension MIT-SCREEN-SAVER
[   275.826] (II) Initializing extension DOUBLE-BUFFER
[   275.826] (II) Initializing extension RECORD
[   275.826] (II) Initializing extension DPMS
[   275.826] (II) Initializing extension Present
[   275.826] (II) Initializing extension DRI3
[   275.826] (II) Initializing extension X-Resource
[   275.826] (II) Initializing extension XVideo
[   275.826] (II) Initializing extension XVideo-MotionCompensation
[   275.826] (II) Initializing extension GLX
[   275.834] (II) AIGLX: Loaded and initialized radeonsi
[   275.834] (II) GLX: Initialized DRI2 GL provider for screen 0
[   275.834] (II) Initializing extension XFree86-VidModeExtension
[   275.834] (II) Initializing extension XFree86-DGA
[   275.834] (II) Initializing extension XFree86-DRI
[   275.834] (II) Initializing extension DRI2
[   275.835] (II) AMDGPU(0): Setting screen physical size to 1524 x 571
[   276.043] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   276.043] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   276.043] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   276.043] (II) LoadModule: "libinput"
[   276.043] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   276.044] (EE) Failed to load /usr/lib/xorg/modules/input/libinput_drv.so: /usr/lib/libwacom.so.9: version `LIBWACOM_2.15' not found (required by /usr/lib/libinput.so.10)
[   276.044] (EE) Failed to load module "libinput" (loader failed, 0)
[   276.044] (EE) No input driver matching `libinput'
[   276.044] (II) Falling back to input driver `libinput'
[   276.044] (II) LoadModule: "libinput"
[   276.044] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   276.045] (EE) Failed to load /usr/lib/xorg/modules/input/libinput_drv.so: /usr/lib/libwacom.so.9: version `LIBWACOM_2.15' not found (required by /usr/lib/libinput.so.10)
[   276.045] (EE) Failed to load module "libinput" (loader failed, 0)
[   276.045] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   276.045] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   276.045] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   276.045] (II) LoadModule: "libinput"
[   276.045] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   276.046] (EE) Failed to load /usr/lib/xorg/modules/input/libinput_drv.so: /usr/lib/libwacom.so.9: version `LIBWACOM_2.15' not found (required by /usr/lib/libinput.so.10)
[   276.046] (EE) Failed to load module "libinput" (loader failed, 0)
[   276.046] (EE) No input driver matching `libinput'
[   276.046] (II) Falling back to input driver `libinput'
[   276.046] (II) LoadModule: "libinput"
[   276.046] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   276.046] (EE) Failed to load /usr/lib/xorg/modules/input/libinput_drv.so: /usr/lib/libwacom.so.9: version `LIBWACOM_2.15' not found (required by /usr/lib/libinput.so.10)
[   276.046] (EE) Failed to load module "libinput" (loader failed, 0)
[   276.047] (II) config/udev: Adding input device Logitech G502 HERO Gaming Mouse (/dev/input/event6)
[   276.047] (**) Logitech G502 HERO Gaming Mouse: Applying InputClass "evdev pointer catchall"
[   276.047] (**) Logitech G502 HERO Gaming Mouse: Applying InputClass "libinput pointer catchall"
[   276.047] (II) LoadModule: "libinput"
[   276.047] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   276.047] (EE) Failed to load /usr/lib/xorg/modules/input/libinput_drv.so: /usr/lib/libwacom.so.9: version `LIBWACOM_2.15' not found (required by /usr/lib/libinput.so.10)
[   276.047] (EE) Failed to load module "libinput" (loader failed, 0)
[   276.047] (EE) No input driver matching `libinput'
[   276.047] (II) Falling back to input driver `libinput'
[   276.047] (II) LoadModule: "libinput"
[   276.047] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   276.047] (EE) Failed to load /usr/lib/xorg/modules/input/libinput_drv.so: /usr/lib/libwacom.so.9: version `LIBWACOM_2.15' not found (required by /usr/lib/libinput.so.10)
[   276.047] (EE) Failed to load module "libinput" (loader failed, 0)
[   276.048] (II) config/udev: Adding input device Logitech G502 HERO Gaming Mouse (/dev/input/mouse1)
[   276.048] (II) No input driver specified, ignoring this device.
[   276.048] (II) This device may have been added with another device file.
[   276.049] (II) config/udev: Adding input device Logitech G502 HERO Gaming Mouse Keyboard (/dev/input/event7)
[   276.049] (**) Logitech G502 HERO Gaming Mouse Keyboard: Applying InputClass "evdev keyboard catchall"
[   276.049] (**) Logitech G502 HERO Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[   276.049] (II) LoadModule: "libinput"
[   276.049] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   276.049] (EE) Failed to load /usr/lib/xorg/modules/input/libinput_drv.so: /usr/lib/libwacom.so.9: version `LIBWACOM_2.15' not found (required by /usr/lib/libinput.so.10)
[   276.049] (EE) Failed to load module "libinput" (loader failed, 0)
[   276.049] (EE) No input driver matching `libinput'
[   276.049] (II) Falling back to input driver `libinput'
[   276.049] (II) LoadModule: "libinput"
[   276.049] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   276.049] (EE) Failed to load /usr/lib/xorg/modules/input/libinput_drv.so: /usr/lib/libwacom.so.9: version `LIBWACOM_2.15' not found (required by /usr/lib/libinput.so.10)
[   276.049] (EE) Failed to load module "libinput" (loader failed, 0)
[   276.050] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event9)
[   276.050] (II) No input driver specified, ignoring this device.
[   276.050] (II) This device may have been added with another device file.
[   276.051] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event10)
[   276.051] (II) No input driver specified, ignoring this device.
[   276.051] (II) This device may have been added with another device file.
[   276.051] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event11)
[   276.051] (II) No input driver specified, ignoring this device.
[   276.051] (II) This device may have been added with another device file.
[   276.051] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event12)
[   276.051] (II) No input driver specified, ignoring this device.
[   276.051] (II) This device may have been added with another device file.
[   276.052] (II) config/udev: Adding input device Corsair CORSAIR K70 RGB MK.2 LOW PROFILE Mechanical Gaming Keyboard (/dev/input/event2)
[   276.052] (**) Corsair CORSAIR K70 RGB MK.2 LOW PROFILE Mechanical Gaming Keyboard: Applying InputClass "evdev keyboard catchall"
[   276.052] (**) Corsair CORSAIR K70 RGB MK.2 LOW PROFILE Mechanical Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[   276.052] (II) LoadModule: "libinput"
[   276.052] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   276.052] (EE) Failed to load /usr/lib/xorg/modules/input/libinput_drv.so: /usr/lib/libwacom.so.9: version `LIBWACOM_2.15' not found (required by /usr/lib/libinput.so.10)
[   276.052] (EE) Failed to load module "libinput" (loader failed, 0)
[   276.052] (EE) No input driver matching `libinput'
[   276.052] (II) Falling back to input driver `libinput'
[   276.052] (II) LoadModule: "libinput"
[   276.052] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   276.053] (EE) Failed to load /usr/lib/xorg/modules/input/libinput_drv.so: /usr/lib/libwacom.so.9: version `LIBWACOM_2.15' not found (required by /usr/lib/libinput.so.10)
[   276.053] (EE) Failed to load module "libinput" (loader failed, 0)
[   276.053] (II) config/udev: Adding input device Corsair CORSAIR K70 RGB MK.2 LOW PROFILE Mechanical Gaming Keyboard (/dev/input/event3)
[   276.053] (II) No input driver specified, ignoring this device.
[   276.053] (II) This device may have been added with another device file.
[   276.054] (II) config/udev: Adding input device Corsair CORSAIR K70 RGB MK.2 LOW PROFILE Mechanical Gaming Keyboard (/dev/input/event4)
[   276.054] (II) No input driver specified, ignoring this device.
[   276.054] (II) This device may have been added with another device file.
[   276.055] (II) config/udev: Adding input device Corsair CORSAIR K70 RGB MK.2 LOW PROFILE Mechanical Gaming Keyboard Mouse (/dev/input/event5)
[   276.055] (**) Corsair CORSAIR K70 RGB MK.2 LOW PROFILE Mechanical Gaming Keyboard Mouse: Applying InputClass "evdev pointer catchall"
[   276.055] (**) Corsair CORSAIR K70 RGB MK.2 LOW PROFILE Mechanical Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[   276.055] (II) LoadModule: "libinput"
[   276.055] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   276.055] (EE) Failed to load /usr/lib/xorg/modules/input/libinput_drv.so: /usr/lib/libwacom.so.9: version `LIBWACOM_2.15' not found (required by /usr/lib/libinput.so.10)
[   276.055] (EE) Failed to load module "libinput" (loader failed, 0)
[   276.055] (EE) No input driver matching `libinput'
[   276.055] (II) Falling back to input driver `libinput'
[   276.055] (II) LoadModule: "libinput"
[   276.055] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   276.055] (EE) Failed to load /usr/lib/xorg/modules/input/libinput_drv.so: /usr/lib/libwacom.so.9: version `LIBWACOM_2.15' not found (required by /usr/lib/libinput.so.10)
[   276.055] (EE) Failed to load module "libinput" (loader failed, 0)
[   276.056] (II) config/udev: Adding input device Corsair CORSAIR K70 RGB MK.2 LOW PROFILE Mechanical Gaming Keyboard Mouse (/dev/input/js0)
[   276.056] (II) No input driver specified, ignoring this device.
[   276.056] (II) This device may have been added with another device file.
[   276.056] (II) config/udev: Adding input device Corsair CORSAIR K70 RGB MK.2 LOW PROFILE Mechanical Gaming Keyboard Mouse (/dev/input/mouse0)
[   276.056] (II) No input driver specified, ignoring this device.
[   276.056] (II) This device may have been added with another device file.
[   276.057] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event13)
[   276.057] (II) No input driver specified, ignoring this device.
[   276.057] (II) This device may have been added with another device file.
[   276.057] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event14)
[   276.057] (II) No input driver specified, ignoring this device.
[   276.057] (II) This device may have been added with another device file.
[   276.057] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event15)
[   276.057] (II) No input driver specified, ignoring this device.
[   276.057] (II) This device may have been added with another device file.
[   276.058] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event16)
[   276.058] (II) No input driver specified, ignoring this device.
[   276.058] (II) This device may have been added with another device file.
[   276.058] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event17)
[   276.058] (II) No input driver specified, ignoring this device.
[   276.058] (II) This device may have been added with another device file.
[   276.058] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event18)
[   276.058] (II) No input driver specified, ignoring this device.
[   276.058] (II) This device may have been added with another device file.
[   276.058] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event19)
[   276.058] (II) No input driver specified, ignoring this device.
[   276.059] (II) This device may have been added with another device file.
[   276.059] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[   276.059] (II) No input driver specified, ignoring this device.
[   276.059] (II) This device may have been added with another device file.
[   276.892] (II) AMDGPU(0): EDID vendor "AUS", prod id 10114
[   276.892] (II) AMDGPU(0): Using EDID range info for horizontal sync
[   276.892] (II) AMDGPU(0): Using EDID range info for vertical refresh
[   276.892] (II) AMDGPU(0): Printing DDC gathered Modelines:
[   276.892] (II) AMDGPU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   276.892] (II) AMDGPU(0): Modeline "1920x1080"x0.0  198.50  1920 1968 2000 2080  1080 1083 1088 1124 +hsync -vsync (95.4 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "1920x1080"x0.0  235.50  1920 1968 2000 2080  1080 1083 1088 1133 +hsync -vsync (113.2 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "1920x1080"x0.0  285.50  1920 1968 2000 2080  1080 1083 1088 1144 +hsync -vsync (137.3 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "1920x1080"x0.0  335.46  1920 1968 2000 2080  1080 1083 1088 1120 +hsync -vsync (161.3 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[   276.892] (II) AMDGPU(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)

Offline

#6 2025-04-05 20:10:20

bobheart
Member
Registered: 2023-03-15
Posts: 31

Re: [SOLVED] Mouse and Keyboard disabled in desktop environment (Xorg)

Thanks for your help I figured it out it had to do with the libwacom package. For some reason when I updated my system the chaotic aur package libwacom-surface was switched out for it which is behind a few versions or maybe the chaotic aur was similar and never got updated...

This part of the log clued me into the issue:

[   276.044] (EE) Failed to load /usr/lib/xorg/modules/input/libinput_drv.so: /usr/lib/libwacom.so.9: version `LIBWACOM_2.15' not found (required by /usr/lib/libinput.so.10)

Checking the package in question:

pacman -Ss libwacom
extra/libwacom 2.15.0-1 
    Library to identify Wacom tablets and their features
chaotic-aur/libwacom-surface 2.13.0-1.2 [installed]
    Library to identify Wacom tablets and their features - Patched for Microsoft Surface devices

So I installed the newer one on the extra repo and every works perfectly fine.

Thanks for you help.

Last edited by bobheart (2025-04-05 20:13:08)

Offline

#7 2025-04-06 07:58:12

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

Re: [SOLVED] Mouse and Keyboard disabled in desktop environment (Xorg)

Fwwi: startx uses xinit and your xinitrc is broken (last link below, 2nd blue not on what to include at least)
Otherwise you'll end up w/ a degenerated session (and eg. the inability to shutdown the system from there etc)

Offline

#8 2025-04-06 14:43:00

bobheart
Member
Registered: 2023-03-15
Posts: 31

Re: [SOLVED] Mouse and Keyboard disabled in desktop environment (Xorg)

I don't understand what your saying about degenerated sessions, I just type in shutdown or reboot into the terminal.

Running xinit doesn't work and I'm not sure if I ever had that setup correctly.

/etc/X11/xinit/xinitrc file:

#!/bin/sh

prefix="/usr"
exec_prefix="${prefix}"
xrdb="xrdb"
xinitdir="/etc/X11/xinit"
xclock="xclock"
xterm="xterm"
twm="twm"
xmodmap="xmodmap"

userresources="$HOME/.Xresources"
usermodmap="$HOME/.Xmodmap"
sysresources="$xinitdir/.Xresources"
sysmodmap="$xinitdir/.Xmodmap"

# merge in defaults and keymaps

if [ -f "$sysresources" ]; then
    if [ -x /usr/bin/cpp ] ; then
        "$xrdb" -merge "$sysresources"
    else
        "$xrdb" -nocpp -merge "$sysresources"
    fi
fi

if [ -f "$sysmodmap" ]; then
    "$xmodmap" "$sysmodmap"
fi

if [ -f "$userresources" ]; then
    if [ -x /usr/bin/cpp ] ; then
        "$xrdb" -merge "$userresources"
    else
        "$xrdb" -nocpp -merge "$userresources"
    fi
fi

if [ -f "$usermodmap" ]; then
    "$xmodmap" "$usermodmap"
fi

# start some nice programs

if [ -d "$xinitdir"/xinitrc.d ] ; then
	for f in "$xinitdir/xinitrc.d"/?*.sh ; do
		[ -x "$f" ] && . "$f"
	done
	unset f
fi

"$twm" &
"$xclock" -geometry 50x50-1+1 &
"$xterm" -geometry 80x50+494+51 &
"$xterm" -geometry 80x20+494-0 &
exec "$xterm" -geometry 80x66+0+0 -name login

/etc/X11/xinit/xserverrc file:

#!/bin/sh
exec /usr/bin/X -nolisten tcp "$@"

Offline

#9 2025-04-06 15:16:08

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

Re: [SOLVED] Mouse and Keyboard disabled in desktop environment (Xorg)

loginctl session-status
echo $DBUS_SESSION_BUS_ADDRESS

To start X11 all I'm doing is starting from a tty and running startx which is running the '~/.xinitrc' file

The wiki wrote:

Note: At the very least, ensure that the last if block in /etc/X11/xinit/xinitrc is present in your ~/.xinitrc file to ensure that the scripts in /etc/X11/xinit/xinitrc.d are sourced.

Offline

#10 2025-04-06 16:26:13

bobheart
Member
Registered: 2023-03-15
Posts: 31

Re: [SOLVED] Mouse and Keyboard disabled in desktop environment (Xorg)

Appended ~/.xinitrc file:

#!/bin/bash
xinitdir='/etc/X11/xinit'
if [ -d "$xinitdir"/xinitrc.d ] ; then
	for f in "$xinitdir/xinitrc.d"/?*.sh ; do
		[ -x "$f" ] && . "$f"
	done
	unset f
fi
exec awesome

Looking at me current login though startx session startup

loginctl session-status
echo $DBUS_SESSION_BUS_ADDRESS
1 - jman (1000)
  Since: Sun 2025-04-06 14:20:17 UTC; 1h 53min ago
  State: active
 Leader: 1078 (login)
   Seat: seat0; vc2
    TTY: tty2
 Remote: no
Service: login
   Type: tty
  Class: user
   Idle: no
   Unit: session-1.scope
         ├─1078 "login -- jman"
         ├─1099 -bash
         ├─1623 ssh -fTNL 6666:127.0.0.1:6666 jman@192.168.0.63
         ├─2774 ssh -fTNL 6666:127.0.0.1:6666 jman@192.168.0.63
         ├─3705 ssh -fTNL 6666:127.0.0.1:6666 jman@192.168.0.63
         ├─4287 ssh -fTNL 6666:127.0.0.1:6666 jman@192.168.0.63
         ├─5166 ssh -fTNL 6666:127.0.0.1:6666 jman@192.168.0.63
         ├─6786 /bin/sh /usr/bin/startx
         ├─6806 xinit /home/jman/.xinitrc -- /etc/X11/xinit/xserverrc :0 vt2 -keeptty -auth /tmp/serverauth.6shtcUYws7
         ├─6807 /usr/lib/Xorg -nolisten tcp :0 vt2 -keeptty -auth /tmp/serverauth.6shtcUYws7 vt2
         ├─6821 awesome
         ├─6839 /usr/lib/librewolf/librewolf
         ├─6903 /usr/lib/librewolf/librewolf -contentproc -parentBuildID 20250327214049 -prefsHandle 0 -prefsLen 29374 -prefMapHandle 1 -prefMapSize 267171 -sandboxReporter 2 -chrootClient 3 -ipcHandle 4 -initial>
         ├─6968 /usr/lib/librewolf/librewolf -contentproc -isForBrowser -prefsHandle 0 -prefsLen 29739 -prefMapHandle 1 -prefMapSize 267171 -jsInitHandle 2 -jsInitLen 247588 -parentBuildID 20250327214049 -sandbox>
         ├─6975 /usr/lib/librewolf/librewolf -contentproc -parentBuildID 20250327214049 -prefsHandle 0 -prefsLen 29739 -prefMapHandle 1 -prefMapSize 267171 -sandboxReporter 2 -chrootClient 3 -ipcHandle 4 -initial>
         ├─7004 /usr/lib/librewolf/librewolf -contentproc -isForBrowser -prefsHandle 0 -prefsLen 29739 -prefMapHandle 1 -prefMapSize 267171 -jsInitHandle 2 -jsInitLen 247588 -parentBuildID 20250327214049 -sandbox>
         ├─7083 /usr/lib/librewolf/librewolf -contentproc -parentBuildID 20250327214049 -sandboxingKind 0 -prefsHandle 0 -prefsLen 36863 -prefMapHandle 1 -prefMapSize 267171 -sandboxReporter 2 -chrootClient 3 -ip>
         ├─7092 /usr/lib/librewolf/librewolf -contentproc -isForBrowser -prefsHandle 0 -prefsLen 33539 -prefMapHandle 1 -prefMapSize 267171 -jsInitHandle 2 -jsInitLen 247588 -parentBuildID 20250327214049 -sandbox>
         ├─7096 /usr/lib/librewolf/librewolf -contentproc -isForBrowser -prefsHandle 0 -prefsLen 33539 -prefMapHandle 1 -prefMapSize 267171 -jsInitHandle 2 -jsInitLen 247588 -parentBuildID 20250327214049 -sandbox>
         ├─7110 /usr/lib/librewolf/librewolf -contentproc -isForBrowser -prefsHandle 0 -prefsLen 33539 -prefMapHandle 1 -prefMapSize 267171 -jsInitHandle 2 -jsInitLen 247588 -parentBuildID 20250327214049 -sandbox>
         ├─7185 /usr/lib/librewolf/librewolf -contentproc -isForBrowser -prefsHandle 0 -prefsLen 33539 -prefMapHandle 1 -prefMapSize 267171 -jsInitHandle 2 -jsInitLen 247588 -parentBuildID 20250327214049 -sandbox>
         ├─7206 /usr/lib/librewolf/librewolf -contentproc -isForBrowser -prefsHandle 0 -prefsLen 33539 -prefMapHandle 1 -prefMapSize 267171 -jsInitHandle 2 -jsInitLen 247588 -parentBuildID 20250327214049 -sandbox>
         ├─7235 ssh -fTNL 6666:127.0.0.1:6666 jman@192.168.0.63
         ├─7257 /usr/lib/librewolf/librewolf -contentproc -isForBrowser -prefsHandle 0 -prefsLen 33539 -prefMapHandle 1 -prefMapSize 267171 -jsInitHandle 2 -jsInitLen 247588 -parentBuildID 20250327214049 -sandbox>
         ├─7287 kitty
         └─7304 /usr/bin/kitten __atexit__

Apr 06 14:20:18 jman-gaming systemd[1]: Started Session 1 of User jman.
Apr 06 14:20:18 jman-gaming login[1078]: LOGIN ON tty2 BY jman
unix:path=/run/user/1000/bus

running xinit generates this log file:

[  6625.128] 
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[  6625.130] Current Operating System: Linux jman-gaming 6.13.8-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Sun, 23 Mar 2025 17:17:17 +0000 x86_64
[  6625.130] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-zen root=UUID=61d00d95-e059-4439-8cff-7afce5e4442c rw loglevel=3 quiet
[  6625.131]  
[  6625.132] Current version of pixman: 0.44.2
[  6625.133] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  6625.133] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  6625.135] (==) Log file: "/home/jman/.local/share/xorg/Xorg.0.log", Time: Sun Apr  6 16:10:28 2025
[  6625.136] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  6625.136] (==) No Layout section.  Using the first Screen section.
[  6625.136] (==) No screen section available. Using defaults.
[  6625.136] (**) |-->Screen "Default Screen Section" (0)
[  6625.136] (**) |   |-->Monitor "<default monitor>"
[  6625.136] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  6625.136] (**) Allowing byte-swapped clients
[  6625.136] (==) Automatically adding devices
[  6625.136] (==) Automatically enabling devices
[  6625.136] (==) Automatically adding GPU devices
[  6625.136] (==) Automatically binding GPU devices
[  6625.136] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  6625.136] (WW) The directory "/usr/share/fonts/misc" does not exist.
[  6625.136] 	Entry deleted from font path.
[  6625.136] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[  6625.136] 	Entry deleted from font path.
[  6625.136] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  6625.136] 	Entry deleted from font path.
[  6625.136] (==) FontPath set to:
	/usr/share/fonts/Type1,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  6625.136] (==) ModulePath set to "/usr/lib/xorg/modules"
[  6625.136] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  6625.136] (II) Module ABI versions:
[  6625.136] 	X.Org ANSI C Emulation: 0.4
[  6625.136] 	X.Org Video Driver: 25.2
[  6625.136] 	X.Org XInput driver : 24.4
[  6625.136] 	X.Org Server Extension : 10.0
[  6625.137] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[  6625.139] (II) xfree86: Adding drm device (/dev/dri/card1)
[  6625.139] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:27:00.0/0000:28:00.0/0000:29:00.0/drm/card1
[  6625.139] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[  6625.149] (--) PCI:*(41@0:0:0) 1002:744c:1eae:7905 rev 204, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfcb00000/1048576, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[  6625.149] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  6625.149] (II) LoadModule: "glx"
[  6625.149] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  6625.151] (II) Module glx: vendor="X.Org Foundation"
[  6625.151] 	compiled for 1.21.1.16, module version = 1.0.0
[  6625.151] 	ABI class: X.Org Server Extension, version 10.0
[  6625.151] (II) Applying OutputClass "AMDgpu" to /dev/dri/card1
[  6625.151] 	loading driver: amdgpu
[  6625.151] (==) Matched amdgpu as autoconfigured driver 0
[  6625.151] (==) Matched ati as autoconfigured driver 1
[  6625.151] (==) Matched modesetting as autoconfigured driver 2
[  6625.151] (==) Matched fbdev as autoconfigured driver 3
[  6625.151] (==) Matched vesa as autoconfigured driver 4
[  6625.151] (==) Assigned the driver to the xf86ConfigLayout
[  6625.151] (II) LoadModule: "amdgpu"
[  6625.151] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[  6625.152] (II) Module amdgpu: vendor="X.Org Foundation"
[  6625.152] 	compiled for 1.21.1.11, module version = 23.0.0
[  6625.152] 	Module class: X.Org Video Driver
[  6625.152] 	ABI class: X.Org Video Driver, version 25.2
[  6625.152] (II) LoadModule: "ati"
[  6625.152] (WW) Warning, couldn't open module ati
[  6625.152] (EE) Failed to load module "ati" (module does not exist, 0)
[  6625.152] (II) LoadModule: "modesetting"
[  6625.152] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  6625.152] (II) Module modesetting: vendor="X.Org Foundation"
[  6625.152] 	compiled for 1.21.1.16, module version = 1.21.1
[  6625.152] 	Module class: X.Org Video Driver
[  6625.152] 	ABI class: X.Org Video Driver, version 25.2
[  6625.152] (II) LoadModule: "fbdev"
[  6625.153] (WW) Warning, couldn't open module fbdev
[  6625.153] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  6625.153] (II) LoadModule: "vesa"
[  6625.153] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  6625.153] (II) Module vesa: vendor="X.Org Foundation"
[  6625.153] 	compiled for 1.21.1.11, module version = 2.6.0
[  6625.153] 	Module class: X.Org Video Driver
[  6625.153] 	ABI class: X.Org Video Driver, version 25.2
[  6625.153] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[  6625.153] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  6625.153] (II) VESA: driver for VESA chipsets: vesa
[  6625.153] (EE) 
Fatal server error:
[  6625.153] (EE) parse_vt_settings: Cannot open /dev/tty0 (Permission denied)
[  6625.153] (EE) 
[  6625.153] (EE) 
Please consult the The X.Org Foundation support 
	at http://wiki.x.org
 for help. 
[  6625.153] (EE) Please also check the log file at "/home/jman/.local/share/xorg/Xorg.0.log" for additional information.
[  6625.153] (EE) 
[  6625.153] (WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
[  6625.153] (WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor
[  6625.208] (EE) Server terminated with error (1). Closing log file.

Last edited by bobheart (2025-04-06 16:27:34)

Offline

#11 2025-04-06 19:36:27

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

Re: [SOLVED] Mouse and Keyboard disabled in desktop environment (Xorg)

Appended ~/.xinitrc file:

That's fine now cool

The only that really matters is actually to run

systemctl --user import-environment DISPLAY XAUTHORITY

if command -v dbus-update-activation-environment >/dev/null 2>&1; then
    dbus-update-activation-environment DISPLAY XAUTHORITY
fi

which is provided by the now sourced /etc/X11/xinit/xinitrc.d/50-systemd-user.sh

Offline

Board footer

Powered by FluxBB