You are not logged in.

#1 2021-01-09 15:23:16

sawrz
Member
Registered: 2020-12-02
Posts: 11

Nvidia - multi GPU + monitors screen horizontal split (driver bug?)

Hi,
I have a weird issue with my monitor setup: All displays, besides the primary, have a weird offset. They are horizontally split, and the top of my screen is in the lower part of my monitor while the lower part is in the upper part.  See here.

My hardware configuration:
- 2x NVIDIA GeForce RTX 2080 Ti Rev. A
- 3x Seasonic ELite 1440p Monitors (all connected to the first GPU)

My Software Setup:
- OS: Arch Linux
- WM: Qtile
- Driver: Nvidia-dkms
- Kernel: 5.9.14-arch1-1

This issue occurs only with the Nvidia (regardless if nvidia or nvidia-dkms) driver. While running nouveau, everything shows up fine. I suspect being Xorg, and the Nvidia driver as the culprits since this weird behavior starts with the login manager. However, I need the Nvidia driver for CUDA, so I can't switch for the sake of simplicity. I don't do any gameing on this system, so I wouldn't mind running nouveau for the display output and Nvidia for GPU data tasks if that would be an option.

My xorg.conf:

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" RightOf "Screen1"
	Screen      1  "Screen1" 0 0 
	Screen      2  "Screen2" LeftOf "Screen1"
	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 "Device"
	Identifier  "Card0"
	Driver      "nvidia"
	BusID       "PCI:46:0:0"
EndSection

Section "Device"
	Identifier  "Card1"
	Driver      "nvidia"
	BusID       "PCI:47:0:0"
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     "Card0"
	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     "Card0"
	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

My Xorg.log:

[   107.596] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[   107.596] Build Operating System: Linux Arch Linux
[   107.596] Current Operating System: Linux charizard 5.9.14-arch1-1 #1 SMP PREEMPT Sat, 12 Dec 2020 14:37:12 +0000 x86_64
[   107.596] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=676abd65-50b2-4286-bd62-b8e5ba8a4d0a rw loglevel=3 quiet
[   107.596] Build Date: 14 December 2020  12:10:29PM
[   107.596]  
[   107.596] Current version of pixman: 0.40.0
[   107.596] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   107.596] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   107.596] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan  9 15:32:40 2021
[   107.596] (==) Using config file: "/etc/X11/xorg.conf"
[   107.596] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   107.596] (==) ServerLayout "X.org Configured"
[   107.596] (**) |-->Screen "Screen0" (0)
[   107.596] (**) |   |-->Monitor "Monitor0"
[   107.596] (**) |   |-->Device "Card0"
[   107.596] (**) |-->Screen "Screen1" (1)
[   107.596] (**) |   |-->Monitor "Monitor1"
[   107.596] (**) |   |-->Device "Card0"
[   107.596] (**) |-->Screen "Screen2" (2)
[   107.596] (**) |   |-->Monitor "Monitor2"
[   107.596] (**) |   |-->Device "Card0"
[   107.596] (**) |-->Input Device "Mouse0"
[   107.596] (**) |-->Input Device "Keyboard0"
[   107.596] (==) Automatically adding devices
[   107.596] (==) Automatically enabling devices
[   107.596] (==) Automatically adding GPU devices
[   107.596] (==) Automatically binding GPU devices
[   107.596] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   107.596] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   107.596] 	Entry deleted from font path.
[   107.596] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[   107.596] 	Entry deleted from font path.
[   107.596] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[   107.596] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   107.596] 	Entry deleted from font path.
[   107.596] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/Type1".
[   107.596] 	Entry deleted from font path.
[   107.596] 	(Run 'mkfontdir' on "/usr/share/fonts/Type1").
[   107.596] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   107.596] 	Entry deleted from font path.
[   107.596] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   107.596] 	Entry deleted from font path.
[   107.596] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   107.596] 	Entry deleted from font path.
[   107.596] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[   107.597] 	Entry deleted from font path.
[   107.597] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[   107.597] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   107.597] 	Entry deleted from font path.
[   107.597] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/Type1".
[   107.597] 	Entry deleted from font path.
[   107.597] 	(Run 'mkfontdir' on "/usr/share/fonts/Type1").
[   107.597] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   107.597] 	Entry deleted from font path.
[   107.597] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   107.597] 	Entry deleted from font path.
[   107.597] (**) FontPath set to:
	
[   107.597] (**) ModulePath set to "/usr/lib/xorg/modules"
[   107.597] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   107.597] (WW) Disabling Mouse0
[   107.597] (WW) Disabling Keyboard0
[   107.597] (II) Module ABI versions:
[   107.597] 	X.Org ANSI C Emulation: 0.4
[   107.597] 	X.Org Video Driver: 24.1
[   107.597] 	X.Org XInput driver : 24.1
[   107.597] 	X.Org Server Extension : 10.0
[   107.597] (++) using VT number 7

[   107.597] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   107.597] (II) xfree86: Adding drm device (/dev/dri/card0)
[   107.597] (II) xfree86: Adding drm device (/dev/dri/card1)
[   107.600] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[   107.600] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[   107.603] (--) PCI:*(46@0:0:0) 10de:1e07:1462:3715 rev 161, Mem @ 0xf5000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/131072
[   107.603] (--) PCI: (47@0:0:0) 10de:1e07:1462:3715 rev 161, Mem @ 0xf3000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[   107.603] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   107.603] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[   107.603] (II) LoadModule: "glx"
[   107.604] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   107.605] (II) Module glx: vendor="X.Org Foundation"
[   107.605] 	compiled for 1.20.10, module version = 1.0.0
[   107.605] 	ABI class: X.Org Server Extension, version 10.0
[   107.605] (II) LoadModule: "nvidia"
[   107.605] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   107.605] (II) Module nvidia: vendor="NVIDIA Corporation"
[   107.605] 	compiled for 1.6.99.901, module version = 1.0.0
[   107.605] 	Module class: X.Org Video Driver
[   107.605] (II) NVIDIA dlloader X Driver  455.45.01  Thu Nov  5 23:01:05 UTC 2020
[   107.605] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   107.611] (II) Loading sub module "fb"
[   107.611] (II) LoadModule: "fb"
[   107.611] (II) Loading /usr/lib/xorg/modules/libfb.so
[   107.611] (II) Module fb: vendor="X.Org Foundation"
[   107.611] 	compiled for 1.20.10, module version = 1.0.0
[   107.611] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   107.611] (II) Loading sub module "wfb"
[   107.611] (II) LoadModule: "wfb"
[   107.611] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   107.611] (II) Module wfb: vendor="X.Org Foundation"
[   107.611] 	compiled for 1.20.10, module version = 1.0.0
[   107.611] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   107.611] (II) Loading sub module "ramdac"
[   107.611] (II) LoadModule: "ramdac"
[   107.611] (II) Module "ramdac" already built-in
[   107.612] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[   107.612] (==) NVIDIA(0): RGB weight 888
[   107.612] (==) NVIDIA(0): Default visual is TrueColor
[   107.612] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   107.612] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[   107.612] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[   107.612] (**) NVIDIA(0): Enabling 2D acceleration
[   107.612] (II) Loading sub module "glxserver_nvidia"
[   107.612] (II) LoadModule: "glxserver_nvidia"
[   107.612] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[   107.638] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[   107.638] 	compiled for 1.6.99.901, module version = 1.0.0
[   107.638] 	Module class: X.Org Server Extension
[   107.638] (II) NVIDIA GLX Module  455.45.01  Thu Nov  5 22:58:18 UTC 2020
[   107.638] (II) NVIDIA: The X server supports PRIME Render Offload.
[   108.431] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:46:0:0
[   108.431] (--) NVIDIA(0):     DFP-0 (boot)
[   108.431] (--) NVIDIA(0):     DFP-1
[   108.431] (--) NVIDIA(0):     DFP-2 (boot)
[   108.431] (--) NVIDIA(0):     DFP-3
[   108.431] (--) NVIDIA(0):     DFP-4
[   108.431] (--) NVIDIA(0):     DFP-5
[   108.431] (--) NVIDIA(0):     DFP-6
[   108.431] (--) NVIDIA(0):     DFP-7 (boot)
[   108.432] (II) NVIDIA(0): NVIDIA GPU GeForce RTX 2080 Ti (TU102-A) at PCI:46:0:0
[   108.432] (II) NVIDIA(0):     (GPU-0)
[   108.432] (--) NVIDIA(0): Memory: 11534336 kBytes
[   108.432] (--) NVIDIA(0): VideoBIOS: 90.02.17.00.2c
[   108.432] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   108.432] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-0): connected
[   108.432] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-0): Internal DisplayPort
[   108.432] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-0): 2660.0 MHz maximum pixel clock
[   108.432] (--) NVIDIA(GPU-0): 
[   108.434] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   108.434] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   108.434] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   108.434] (--) NVIDIA(GPU-0): 
[   108.463] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-2): connected
[   108.463] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-2): Internal TMDS
[   108.463] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-2): 600.0 MHz maximum pixel clock
[   108.463] (--) NVIDIA(GPU-0): 
[   108.463] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   108.463] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   108.463] (--) NVIDIA(GPU-0): DFP-3: 2660.0 MHz maximum pixel clock
[   108.463] (--) NVIDIA(GPU-0): 
[   108.463] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   108.463] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   108.463] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   108.463] (--) NVIDIA(GPU-0): 
[   108.463] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   108.463] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   108.463] (--) NVIDIA(GPU-0): DFP-5: 2660.0 MHz maximum pixel clock
[   108.463] (--) NVIDIA(GPU-0): 
[   108.464] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   108.464] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[   108.464] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[   108.464] (--) NVIDIA(GPU-0): 
[   108.464] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-7): connected
[   108.464] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-7): Internal DisplayPort
[   108.464] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-7): 2660.0 MHz maximum pixel clock
[   108.464] (--) NVIDIA(GPU-0): 
[   108.517] (==) NVIDIA(0): 
[   108.517] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[   108.517] (==) NVIDIA(0):     will be used as the requested mode.
[   108.517] (==) NVIDIA(0): 
[   108.518] (II) NVIDIA(0): Validated MetaModes:
[   108.518] (II) NVIDIA(0):    
[   108.518] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select,DFP-2:nvidia-auto-select,DFP-7:nvidia-auto-select"
[   108.518] (II) NVIDIA(0): Virtual screen size determined to be 7680 x 1440
[   108.553] (--) NVIDIA(0): DPI set to (106, 101); computed from "UseEdidDpi" X config
[   108.553] (--) NVIDIA(0):     option
[   108.553] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[   108.553] (==) NVIDIA(G0): RGB weight 888
[   108.553] (==) NVIDIA(G0): Default visual is TrueColor
[   108.553] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[   108.553] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[   108.553] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[   108.553] (**) NVIDIA(G0): Enabling 2D acceleration
[   108.553] (II) NVIDIA: The X server supports PRIME Render Offload.
[   109.143] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:47:0:0
[   109.143] (--) NVIDIA(0):     DFP-0
[   109.143] (--) NVIDIA(0):     DFP-1
[   109.143] (--) NVIDIA(0):     DFP-2
[   109.143] (--) NVIDIA(0):     DFP-3
[   109.143] (--) NVIDIA(0):     DFP-4
[   109.143] (--) NVIDIA(0):     DFP-5
[   109.143] (--) NVIDIA(0):     DFP-6
[   109.143] (--) NVIDIA(0):     DFP-7
[   109.143] (II) NVIDIA(G0): NVIDIA GPU GeForce RTX 2080 Ti (TU102-A) at PCI:47:0:0
[   109.143] (II) NVIDIA(G0):     (GPU-1)
[   109.143] (--) NVIDIA(G0): Memory: 11534336 kBytes
[   109.143] (--) NVIDIA(G0): VideoBIOS: 90.02.17.00.2c
[   109.143] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[   109.143] (--) NVIDIA(GPU-1): DFP-0: disconnected
[   109.143] (--) NVIDIA(GPU-1): DFP-0: Internal DisplayPort
[   109.143] (--) NVIDIA(GPU-1): DFP-0: 2660.0 MHz maximum pixel clock
[   109.143] (--) NVIDIA(GPU-1): 
[   109.144] (--) NVIDIA(GPU-1): DFP-1: disconnected
[   109.144] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
[   109.144] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[   109.144] (--) NVIDIA(GPU-1): 
[   109.144] (--) NVIDIA(GPU-1): DFP-2: disconnected
[   109.144] (--) NVIDIA(GPU-1): DFP-2: Internal TMDS
[   109.144] (--) NVIDIA(GPU-1): DFP-2: 165.0 MHz maximum pixel clock
[   109.144] (--) NVIDIA(GPU-1): 
[   109.144] (--) NVIDIA(GPU-1): DFP-3: disconnected
[   109.144] (--) NVIDIA(GPU-1): DFP-3: Internal DisplayPort
[   109.144] (--) NVIDIA(GPU-1): DFP-3: 2660.0 MHz maximum pixel clock
[   109.144] (--) NVIDIA(GPU-1): 
[   109.144] (--) NVIDIA(GPU-1): DFP-4: disconnected
[   109.144] (--) NVIDIA(GPU-1): DFP-4: Internal TMDS
[   109.144] (--) NVIDIA(GPU-1): DFP-4: 165.0 MHz maximum pixel clock
[   109.144] (--) NVIDIA(GPU-1): 
[   109.144] (--) NVIDIA(GPU-1): DFP-5: disconnected
[   109.144] (--) NVIDIA(GPU-1): DFP-5: Internal DisplayPort
[   109.144] (--) NVIDIA(GPU-1): DFP-5: 2660.0 MHz maximum pixel clock
[   109.144] (--) NVIDIA(GPU-1): 
[   109.144] (--) NVIDIA(GPU-1): DFP-6: disconnected
[   109.144] (--) NVIDIA(GPU-1): DFP-6: Internal TMDS
[   109.144] (--) NVIDIA(GPU-1): DFP-6: 165.0 MHz maximum pixel clock
[   109.144] (--) NVIDIA(GPU-1): 
[   109.144] (--) NVIDIA(GPU-1): DFP-7: disconnected
[   109.144] (--) NVIDIA(GPU-1): DFP-7: Internal DisplayPort
[   109.144] (--) NVIDIA(GPU-1): DFP-7: 2660.0 MHz maximum pixel clock
[   109.144] (--) NVIDIA(GPU-1): 
[   109.144] (II) NVIDIA(G0): Validated MetaModes:
[   109.144] (II) NVIDIA(G0):     "NULL"
[   109.144] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[   109.144] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[   109.144] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[   109.145] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[   109.146] (II) NVIDIA:     access.
[   109.149] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   109.149] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   109.149] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   109.149] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   109.149] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   109.149] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   109.149] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   109.149] (II) NVIDIA(0):     Config Options in the README.
[   109.163] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select,DFP-2:nvidia-auto-select,DFP-7:nvidia-auto-select"
[   109.437] (==) NVIDIA(0): Disabling shared memory pixmaps
[   109.437] (==) NVIDIA(0): Backing store enabled
[   109.437] (==) NVIDIA(0): Silken mouse disabled
[   109.437] (==) NVIDIA(0): DPMS enabled
[   109.437] (II) Loading sub module "dri2"
[   109.437] (II) LoadModule: "dri2"
[   109.437] (II) Module "dri2" already built-in
[   109.437] (II) NVIDIA(0): [DRI2] Setup complete
[   109.437] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   109.441] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   109.441] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[   109.441] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[   109.441] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[   109.441] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[   109.441] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[   109.441] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   109.441] (II) NVIDIA(G0):     Config Options in the README.
[   109.454] (II) NVIDIA(G0): Setting mode "NULL"
[   109.463] (==) NVIDIA(G0): Disabling shared memory pixmaps
[   109.463] (==) NVIDIA(G0): Backing store enabled
[   109.463] (==) NVIDIA(G0): Silken mouse disabled
[   109.463] (==) NVIDIA(G0): DPMS enabled
[   109.463] (II) Loading sub module "dri2"
[   109.463] (II) LoadModule: "dri2"
[   109.463] (II) Module "dri2" already built-in
[   109.463] (II) NVIDIA(G0): [DRI2] Setup complete
[   109.463] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[   109.463] (WW) Not including screen "Screen0" in origins calculation.
[   109.463] (II) Initializing extension Generic Event Extension
[   109.463] (II) Initializing extension SHAPE
[   109.463] (II) Initializing extension MIT-SHM
[   109.463] (II) Initializing extension XInputExtension
[   109.464] (II) Initializing extension XTEST
[   109.464] (II) Initializing extension BIG-REQUESTS
[   109.464] (II) Initializing extension SYNC
[   109.464] (II) Initializing extension XKEYBOARD
[   109.464] (II) Initializing extension XC-MISC
[   109.464] (II) Initializing extension SECURITY
[   109.464] (II) Initializing extension XFIXES
[   109.464] (II) Initializing extension RENDER
[   109.464] (II) Initializing extension RANDR
[   109.464] (II) Initializing extension COMPOSITE
[   109.464] (II) Initializing extension DAMAGE
[   109.464] (II) Initializing extension MIT-SCREEN-SAVER
[   109.464] (II) Initializing extension DOUBLE-BUFFER
[   109.464] (II) Initializing extension RECORD
[   109.464] (II) Initializing extension DPMS
[   109.464] (II) Initializing extension Present
[   109.464] (II) Initializing extension DRI3
[   109.464] (II) Initializing extension X-Resource
[   109.464] (II) Initializing extension XVideo
[   109.464] (II) Initializing extension XVideo-MotionCompensation
[   109.464] (II) Initializing extension GLX
[   109.464] (II) Initializing extension GLX
[   109.465] (II) Indirect GLX disabled.
[   109.465] (II) GLX: Another vendor is already registered for screen 0
[   109.465] (II) Initializing extension XFree86-VidModeExtension
[   109.465] (II) Initializing extension XFree86-DGA
[   109.465] (II) Initializing extension XFree86-DRI
[   109.465] (II) Initializing extension DRI2
[   109.465] (II) Initializing extension NV-GLX
[   109.465] (II) Initializing extension NV-CONTROL
[   109.465] (II) Initializing extension XINERAMA
[   109.505] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   109.505] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   109.505] (II) LoadModule: "libinput"
[   109.505] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   109.506] (II) Module libinput: vendor="X.Org Foundation"
[   109.506] 	compiled for 1.20.8, module version = 0.30.0
[   109.506] 	Module class: X.Org XInput Driver
[   109.506] 	ABI class: X.Org XInput driver, version 24.1
[   109.506] (II) Using input driver 'libinput' for 'Power Button'
[   109.506] (**) Power Button: always reports core events
[   109.506] (**) Option "Device" "/dev/input/event1"
[   109.506] (**) Option "_source" "server/udev"
[   109.507] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   109.507] (II) event1  - Power Button: device is a keyboard
[   109.507] (II) event1  - Power Button: device removed
[   109.530] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[   109.530] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   109.531] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   109.531] (II) event1  - Power Button: device is a keyboard
[   109.531] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   109.531] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   109.531] (II) Using input driver 'libinput' for 'Power Button'
[   109.531] (**) Power Button: always reports core events
[   109.531] (**) Option "Device" "/dev/input/event0"
[   109.531] (**) Option "_source" "server/udev"
[   109.532] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   109.532] (II) event0  - Power Button: device is a keyboard
[   109.532] (II) event0  - Power Button: device removed
[   109.570] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[   109.570] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   109.570] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   109.570] (II) event0  - Power Button: device is a keyboard
[   109.571] (II) config/udev: Adding input device Elgato Stream Deck (/dev/input/event29)
[   109.571] (**) Elgato Stream Deck: Applying InputClass "libinput keyboard catchall"
[   109.571] (II) Using input driver 'libinput' for 'Elgato Stream Deck'
[   109.571] (**) Elgato Stream Deck: always reports core events
[   109.571] (**) Option "Device" "/dev/input/event29"
[   109.571] (**) Option "_source" "server/udev"
[   109.573] (II) event29 - Elgato Stream Deck: is tagged by udev as: Keyboard
[   109.574] (II) event29 - Elgato Stream Deck: device is a keyboard
[   109.574] (II) event29 - Elgato Stream Deck: device removed
[   109.636] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2c:00.1/usb3/3-1/3-1.1/3-1.1.1/3-1.1.1.1/3-1.1.1.1:1.0/0003:0FD9:006D.0005/input/input29/event29"
[   109.636] (II) XINPUT: Adding extended input device "Elgato Stream Deck" (type: KEYBOARD, id 8)
[   109.638] (II) event29 - Elgato Stream Deck: is tagged by udev as: Keyboard
[   109.638] (II) event29 - Elgato Stream Deck: device is a keyboard
[   109.639] (II) config/udev: Adding input device Logitech Candy (/dev/input/event31)
[   109.639] (**) Logitech Candy: Applying InputClass "libinput keyboard catchall"
[   109.639] (II) Using input driver 'libinput' for 'Logitech Candy'
[   109.639] (**) Logitech Candy: always reports core events
[   109.639] (**) Option "Device" "/dev/input/event31"
[   109.639] (**) Option "_source" "server/udev"
[   109.642] (II) event31 - Logitech Candy: is tagged by udev as: Keyboard
[   109.642] (II) event31 - Logitech Candy: device is a keyboard
[   109.642] (II) event31 - Logitech Candy: device removed
[   109.676] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2c:00.1/usb3/3-1/3-1.1/3-1.1.1/3-1.1.1.2/3-1.1.1.2:1.2/0003:046D:C53A.0008/0003:046D:405F.000C/input/input49/event31"
[   109.676] (II) XINPUT: Adding extended input device "Logitech Candy" (type: KEYBOARD, id 9)
[   109.679] (II) event31 - Logitech Candy: is tagged by udev as: Keyboard
[   109.679] (II) event31 - Logitech Candy: device is a keyboard
[   109.680] (II) config/udev: Adding input device Logitech G502 (/dev/input/event30)
[   109.680] (**) Logitech G502: Applying InputClass "libinput pointer catchall"
[   109.680] (**) Logitech G502: Applying InputClass "libinput keyboard catchall"
[   109.680] (II) Using input driver 'libinput' for 'Logitech G502'
[   109.680] (**) Logitech G502: always reports core events
[   109.680] (**) Option "Device" "/dev/input/event30"
[   109.680] (**) Option "_source" "server/udev"
[   109.683] (II) event30 - Logitech G502: is tagged by udev as: Keyboard Mouse
[   109.683] (II) event30 - Logitech G502: device is a pointer
[   109.683] (II) event30 - Logitech G502: device is a keyboard
[   109.683] (II) event30 - Logitech G502: device removed
[   109.703] (II) libinput: Logitech G502: needs a virtual subdevice
[   109.703] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2c:00.1/usb3/3-1/3-1.1/3-1.1.1/3-1.1.1.2/3-1.1.1.2:1.2/0003:046D:C53A.0008/0003:046D:407F.000B/input/input48/event30"
[   109.703] (II) XINPUT: Adding extended input device "Logitech G502" (type: MOUSE, id 10)
[   109.703] (**) Option "AccelerationScheme" "none"
[   109.703] (**) Logitech G502: (accel) selected scheme none/0
[   109.703] (**) Logitech G502: (accel) acceleration factor: 2.000
[   109.703] (**) Logitech G502: (accel) acceleration threshold: 4
[   109.706] (II) event30 - Logitech G502: is tagged by udev as: Keyboard Mouse
[   109.706] (II) event30 - Logitech G502: device is a pointer
[   109.706] (II) event30 - Logitech G502: device is a keyboard
[   109.707] (II) config/udev: Adding input device Logitech G502 (/dev/input/mouse1)
[   109.707] (II) No input driver specified, ignoring this device.
[   109.707] (II) This device may have been added with another device file.
[   109.708] (II) config/udev: Adding input device Burr-Brown from TI               USB Audio DAC    (/dev/input/event258)
[   109.708] (**) Burr-Brown from TI               USB Audio DAC   : Applying InputClass "libinput keyboard catchall"
[   109.708] (II) Using input driver 'libinput' for 'Burr-Brown from TI               USB Audio DAC   '
[   109.708] (**) Burr-Brown from TI               USB Audio DAC   : always reports core events
[   109.708] (**) Option "Device" "/dev/input/event258"
[   109.708] (**) Option "_source" "server/udev"
[   109.710] (II) event258 - Burr-Brown from TI               USB Audio DAC   : is tagged by udev as: Keyboard
[   109.711] (II) event258 - Burr-Brown from TI               USB Audio DAC   : device is a keyboard
[   109.711] (II) event258 - Burr-Brown from TI               USB Audio DAC   : device removed
[   109.770] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2c:00.1/usb3/3-1/3-1.1/3-1.1.1/3-1.1.1.3/3-1.1.1.3:1.2/0003:08BB:2704.0009/input/input34/event258"
[   109.770] (II) XINPUT: Adding extended input device "Burr-Brown from TI               USB Audio DAC   " (type: KEYBOARD, id 11)
[   109.772] (II) event258 - Burr-Brown from TI               USB Audio DAC   : is tagged by udev as: Keyboard
[   109.772] (II) event258 - Burr-Brown from TI               USB Audio DAC   : device is a keyboard
[   109.773] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event257)
[   109.773] (**) Logitech USB Receiver: Applying InputClass "libinput keyboard catchall"
[   109.773] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[   109.773] (**) Logitech USB Receiver: always reports core events
[   109.773] (**) Option "Device" "/dev/input/event257"
[   109.773] (**) Option "_source" "server/udev"
[   109.776] (II) event257 - Logitech USB Receiver: is tagged by udev as: Keyboard
[   109.776] (II) event257 - Logitech USB Receiver: device is a keyboard
[   109.776] (II) event257 - Logitech USB Receiver: device removed
[   109.810] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2c:00.1/usb3/3-1/3-1.1/3-1.1.1/3-1.1.1.4/3-1.1.1.4.3/3-1.1.1.4.3:1.0/0003:046D:C541.000D/input/input44/event257"
[   109.810] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 12)
[   109.812] (II) event257 - Logitech USB Receiver: is tagged by udev as: Keyboard
[   109.812] (II) event257 - Logitech USB Receiver: device is a keyboard
[   109.814] (II) config/udev: Adding input device Logitech USB Receiver Mouse (/dev/input/event259)
[   109.814] (**) Logitech USB Receiver Mouse: Applying InputClass "libinput pointer catchall"
[   109.814] (II) Using input driver 'libinput' for 'Logitech USB Receiver Mouse'
[   109.814] (**) Logitech USB Receiver Mouse: always reports core events
[   109.814] (**) Option "Device" "/dev/input/event259"
[   109.814] (**) Option "_source" "server/udev"
[   109.816] (II) event259 - Logitech USB Receiver Mouse: is tagged by udev as: Mouse
[   109.816] (II) event259 - Logitech USB Receiver Mouse: device is a pointer
[   109.816] (II) event259 - Logitech USB Receiver Mouse: device removed
[   109.863] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2c:00.1/usb3/3-1/3-1.1/3-1.1.1/3-1.1.1.4/3-1.1.1.4.3/3-1.1.1.4.3:1.1/0003:046D:C541.000E/input/input45/event259"
[   109.863] (II) XINPUT: Adding extended input device "Logitech USB Receiver Mouse" (type: MOUSE, id 13)
[   109.863] (**) Option "AccelerationScheme" "none"
[   109.863] (**) Logitech USB Receiver Mouse: (accel) selected scheme none/0
[   109.863] (**) Logitech USB Receiver Mouse: (accel) acceleration factor: 2.000
[   109.863] (**) Logitech USB Receiver Mouse: (accel) acceleration threshold: 4
[   109.865] (II) event259 - Logitech USB Receiver Mouse: is tagged by udev as: Mouse
[   109.866] (II) event259 - Logitech USB Receiver Mouse: device is a pointer
[   109.867] (II) config/udev: Adding input device Logitech USB Receiver Mouse (/dev/input/mouse2)
[   109.867] (II) No input driver specified, ignoring this device.
[   109.867] (II) This device may have been added with another device file.
[   109.868] (II) config/udev: Adding input device Logitech USB Receiver Consumer Control (/dev/input/event260)
[   109.868] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[   109.868] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[   109.868] (**) Logitech USB Receiver Consumer Control: always reports core events
[   109.868] (**) Option "Device" "/dev/input/event260"
[   109.868] (**) Option "_source" "server/udev"
[   109.870] (II) event260 - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[   109.870] (II) event260 - Logitech USB Receiver Consumer Control: device is a keyboard
[   109.871] (II) event260 - Logitech USB Receiver Consumer Control: device removed
[   109.903] (II) libinput: Logitech USB Receiver Consumer Control: needs a virtual subdevice
[   109.903] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2c:00.1/usb3/3-1/3-1.1/3-1.1.1/3-1.1.1.4/3-1.1.1.4.3/3-1.1.1.4.3:1.1/0003:046D:C541.000E/input/input46/event260"
[   109.903] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: MOUSE, id 14)
[   109.903] (**) Option "AccelerationScheme" "none"
[   109.903] (**) Logitech USB Receiver Consumer Control: (accel) selected scheme none/0
[   109.903] (**) Logitech USB Receiver Consumer Control: (accel) acceleration factor: 2.000
[   109.903] (**) Logitech USB Receiver Consumer Control: (accel) acceleration threshold: 4
[   109.905] (II) event260 - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[   109.906] (II) event260 - Logitech USB Receiver Consumer Control: device is a keyboard
[   109.907] (II) config/udev: Adding input device Logitech USB Receiver System Control (/dev/input/event261)
[   109.907] (**) Logitech USB Receiver System Control: Applying InputClass "libinput keyboard catchall"
[   109.907] (II) Using input driver 'libinput' for 'Logitech USB Receiver System Control'
[   109.907] (**) Logitech USB Receiver System Control: always reports core events
[   109.907] (**) Option "Device" "/dev/input/event261"
[   109.907] (**) Option "_source" "server/udev"
[   109.909] (II) event261 - Logitech USB Receiver System Control: is tagged by udev as: Keyboard
[   109.909] (II) event261 - Logitech USB Receiver System Control: device is a keyboard
[   109.910] (II) event261 - Logitech USB Receiver System Control: device removed
[   109.930] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2c:00.1/usb3/3-1/3-1.1/3-1.1.1/3-1.1.1.4/3-1.1.1.4.3/3-1.1.1.4.3:1.1/0003:046D:C541.000E/input/input47/event261"
[   109.930] (II) XINPUT: Adding extended input device "Logitech USB Receiver System Control" (type: KEYBOARD, id 15)
[   109.932] (II) event261 - Logitech USB Receiver System Control: is tagged by udev as: Keyboard
[   109.932] (II) event261 - Logitech USB Receiver System Control: device is a keyboard
[   109.933] (II) config/udev: Adding input device RODE Microphones RODE NT-USB Consumer Control (/dev/input/event256)
[   109.933] (**) RODE Microphones RODE NT-USB Consumer Control: Applying InputClass "libinput keyboard catchall"
[   109.933] (II) Using input driver 'libinput' for 'RODE Microphones RODE NT-USB Consumer Control'
[   109.933] (**) RODE Microphones RODE NT-USB Consumer Control: always reports core events
[   109.933] (**) Option "Device" "/dev/input/event256"
[   109.933] (**) Option "_source" "server/udev"
[   109.936] (II) event256 - RODE Microphones RODE NT-USB Consumer Control: is tagged by udev as: Keyboard
[   109.936] (II) event256 - RODE Microphones RODE NT-USB Consumer Control: device is a keyboard
[   109.936] (II) event256 - RODE Microphones RODE NT-USB Consumer Control: device removed
[   109.996] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2c:00.1/usb3/3-1/3-1.1/3-1.1.1/3-1.1.1.4/3-1.1.1.4.4/3-1.1.1.4.4:1.3/0003:19F7:0003.0010/input/input50/event256"
[   109.996] (II) XINPUT: Adding extended input device "RODE Microphones RODE NT-USB Consumer Control" (type: KEYBOARD, id 16)
[   109.999] (II) event256 - RODE Microphones RODE NT-USB Consumer Control: is tagged by udev as: Keyboard
[   109.999] (II) event256 - RODE Microphones RODE NT-USB Consumer Control: device is a keyboard
[   110.000] (II) config/udev: Adding input device Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD (/dev/input/event25)
[   110.000] (**) Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD: Applying InputClass "libinput keyboard catchall"
[   110.000] (II) Using input driver 'libinput' for 'Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD'
[   110.000] (**) Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD: always reports core events
[   110.000] (**) Option "Device" "/dev/input/event25"
[   110.000] (**) Option "_source" "server/udev"
[   110.002] (II) event25 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD: is tagged by udev as: Keyboard
[   110.002] (II) event25 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD: device is a keyboard
[   110.002] (II) event25 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD: device removed
[   110.036] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2c:00.1/usb3/3-1/3-1.1/3-1.1.4/3-1.1.4:1.0/0003:046D:C33E.0002/input/input25/event25"
[   110.036] (II) XINPUT: Adding extended input device "Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD" (type: KEYBOARD, id 17)
[   110.038] (II) event25 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD: is tagged by udev as: Keyboard
[   110.038] (II) event25 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD: device is a keyboard
[   110.039] (II) config/udev: Adding input device Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Mouse (/dev/input/event26)
[   110.040] (**) Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Mouse: Applying InputClass "libinput pointer catchall"
[   110.040] (II) Using input driver 'libinput' for 'Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Mouse'
[   110.040] (**) Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Mouse: always reports core events
[   110.040] (**) Option "Device" "/dev/input/event26"
[   110.040] (**) Option "_source" "server/udev"
[   110.041] (II) event26 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Mouse: is tagged by udev as: Mouse
[   110.042] (II) event26 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Mouse: device is a pointer
[   110.042] (II) event26 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Mouse: device removed
[   110.103] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2c:00.1/usb3/3-1/3-1.1/3-1.1.4/3-1.1.4:1.1/0003:046D:C33E.0003/input/input26/event26"
[   110.103] (II) XINPUT: Adding extended input device "Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Mouse" (type: MOUSE, id 18)
[   110.103] (**) Option "AccelerationScheme" "none"
[   110.103] (**) Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Mouse: (accel) selected scheme none/0
[   110.103] (**) Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Mouse: (accel) acceleration factor: 2.000
[   110.103] (**) Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Mouse: (accel) acceleration threshold: 4
[   110.105] (II) event26 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Mouse: is tagged by udev as: Mouse
[   110.105] (II) event26 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Mouse: device is a pointer
[   110.106] (II) config/udev: Adding input device Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Mouse (/dev/input/mouse0)
[   110.106] (II) No input driver specified, ignoring this device.
[   110.106] (II) This device may have been added with another device file.
[   110.107] (II) config/udev: Adding input device Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Consumer Control (/dev/input/event27)
[   110.107] (**) Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Consumer Control: Applying InputClass "libinput keyboard catchall"
[   110.107] (II) Using input driver 'libinput' for 'Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Consumer Control'
[   110.107] (**) Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Consumer Control: always reports core events
[   110.107] (**) Option "Device" "/dev/input/event27"
[   110.107] (**) Option "_source" "server/udev"
[   110.109] (II) event27 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Consumer Control: is tagged by udev as: Keyboard
[   110.109] (II) event27 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Consumer Control: device is a keyboard
[   110.109] (II) event27 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Consumer Control: device removed
[   110.143] (II) libinput: Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Consumer Control: needs a virtual subdevice
[   110.143] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2c:00.1/usb3/3-1/3-1.1/3-1.1.4/3-1.1.4:1.1/0003:046D:C33E.0003/input/input27/event27"
[   110.143] (II) XINPUT: Adding extended input device "Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Consumer Control" (type: MOUSE, id 19)
[   110.143] (**) Option "AccelerationScheme" "none"
[   110.143] (**) Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Consumer Control: (accel) selected scheme none/0
[   110.143] (**) Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Consumer Control: (accel) acceleration factor: 2.000
[   110.143] (**) Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Consumer Control: (accel) acceleration threshold: 4
[   110.145] (II) event27 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Consumer Control: is tagged by udev as: Keyboard
[   110.145] (II) event27 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Consumer Control: device is a keyboard
[   110.146] (II) config/udev: Adding input device Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD System Control (/dev/input/event28)
[   110.146] (**) Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD System Control: Applying InputClass "libinput keyboard catchall"
[   110.146] (II) Using input driver 'libinput' for 'Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD System Control'
[   110.146] (**) Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD System Control: always reports core events
[   110.146] (**) Option "Device" "/dev/input/event28"
[   110.146] (**) Option "_source" "server/udev"
[   110.148] (II) event28 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD System Control: is tagged by udev as: Keyboard
[   110.148] (II) event28 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD System Control: device is a keyboard
[   110.148] (II) event28 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD System Control: device removed
[   110.183] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2c:00.1/usb3/3-1/3-1.1/3-1.1.4/3-1.1.4:1.1/0003:046D:C33E.0003/input/input28/event28"
[   110.183] (II) XINPUT: Adding extended input device "Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD System Control" (type: KEYBOARD, id 20)
[   110.185] (II) event28 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD System Control: is tagged by udev as: Keyboard
[   110.185] (II) event28 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD System Control: device is a keyboard
[   110.186] (II) config/udev: Adding input device MSI MYSTIC LIGHT  (/dev/input/event24)
[   110.186] (II) No input driver specified, ignoring this device.
[   110.186] (II) This device may have been added with another device file.
[   110.187] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event5)
[   110.187] (II) No input driver specified, ignoring this device.
[   110.187] (II) This device may have been added with another device file.
[   110.187] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event6)
[   110.187] (II) No input driver specified, ignoring this device.
[   110.187] (II) This device may have been added with another device file.
[   110.187] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event9)
[   110.187] (II) No input driver specified, ignoring this device.
[   110.187] (II) This device may have been added with another device file.
[   110.188] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event10)
[   110.188] (II) No input driver specified, ignoring this device.
[   110.188] (II) This device may have been added with another device file.
[   110.188] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event13)
[   110.188] (II) No input driver specified, ignoring this device.
[   110.188] (II) This device may have been added with another device file.
[   110.188] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event14)
[   110.188] (II) No input driver specified, ignoring this device.
[   110.188] (II) This device may have been added with another device file.
[   110.189] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event16)
[   110.189] (II) No input driver specified, ignoring this device.
[   110.189] (II) This device may have been added with another device file.
[   110.189] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event3)
[   110.189] (II) No input driver specified, ignoring this device.
[   110.189] (II) This device may have been added with another device file.
[   110.189] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event4)
[   110.189] (II) No input driver specified, ignoring this device.
[   110.189] (II) This device may have been added with another device file.
[   110.190] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event7)
[   110.190] (II) No input driver specified, ignoring this device.
[   110.190] (II) This device may have been added with another device file.
[   110.190] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event8)
[   110.190] (II) No input driver specified, ignoring this device.
[   110.190] (II) This device may have been added with another device file.
[   110.190] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event11)
[   110.190] (II) No input driver specified, ignoring this device.
[   110.190] (II) This device may have been added with another device file.
[   110.191] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event12)
[   110.191] (II) No input driver specified, ignoring this device.
[   110.191] (II) This device may have been added with another device file.
[   110.191] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event15)
[   110.191] (II) No input driver specified, ignoring this device.
[   110.191] (II) This device may have been added with another device file.
[   110.191] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event17)
[   110.191] (II) No input driver specified, ignoring this device.
[   110.191] (II) This device may have been added with another device file.
[   110.192] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event18)
[   110.192] (II) No input driver specified, ignoring this device.
[   110.192] (II) This device may have been added with another device file.
[   110.192] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event19)
[   110.192] (II) No input driver specified, ignoring this device.
[   110.192] (II) This device may have been added with another device file.
[   110.192] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event20)
[   110.192] (II) No input driver specified, ignoring this device.
[   110.192] (II) This device may have been added with another device file.
[   110.192] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event21)
[   110.193] (II) No input driver specified, ignoring this device.
[   110.193] (II) This device may have been added with another device file.
[   110.193] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event22)
[   110.193] (II) No input driver specified, ignoring this device.
[   110.193] (II) This device may have been added with another device file.
[   110.193] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event23)
[   110.193] (II) No input driver specified, ignoring this device.
[   110.193] (II) This device may have been added with another device file.
[   110.193] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[   110.193] (II) No input driver specified, ignoring this device.
[   110.193] (II) This device may have been added with another device file.
[   110.199] (**) Logitech G502: Applying InputClass "libinput pointer catchall"
[   110.199] (**) Logitech G502: Applying InputClass "libinput keyboard catchall"
[   110.199] (II) Using input driver 'libinput' for 'Logitech G502'
[   110.199] (**) Logitech G502: always reports core events
[   110.199] (**) Option "Device" "/dev/input/event30"
[   110.199] (**) Option "_source" "_driver/libinput"
[   110.199] (II) libinput: Logitech G502: is a virtual subdevice
[   110.199] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2c:00.1/usb3/3-1/3-1.1/3-1.1.1/3-1.1.1.2/3-1.1.1.2:1.2/0003:046D:C53A.0008/0003:046D:407F.000B/input/input48/event30"
[   110.199] (II) XINPUT: Adding extended input device "Logitech G502" (type: KEYBOARD, id 21)
[   110.199] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[   110.199] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[   110.199] (**) Logitech USB Receiver Consumer Control: always reports core events
[   110.199] (**) Option "Device" "/dev/input/event260"
[   110.199] (**) Option "_source" "_driver/libinput"
[   110.199] (II) libinput: Logitech USB Receiver Consumer Control: is a virtual subdevice
[   110.199] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2c:00.1/usb3/3-1/3-1.1/3-1.1.1/3-1.1.1.4/3-1.1.1.4.3/3-1.1.1.4.3:1.1/0003:046D:C541.000E/input/input46/event260"
[   110.199] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: KEYBOARD, id 22)
[   110.199] (**) Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Consumer Control: Applying InputClass "libinput keyboard catchall"
[   110.199] (II) Using input driver 'libinput' for 'Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Consumer Control'
[   110.199] (**) Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Consumer Control: always reports core events
[   110.199] (**) Option "Device" "/dev/input/event27"
[   110.199] (**) Option "_source" "_driver/libinput"
[   110.199] (II) libinput: Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Consumer Control: is a virtual subdevice
[   110.199] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2c:00.1/usb3/3-1/3-1.1/3-1.1.4/3-1.1.4:1.1/0003:046D:C33E.0003/input/input27/event27"
[   110.199] (II) XINPUT: Adding extended input device "Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Consumer Control" (type: KEYBOARD, id 23)
[   110.200] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-0): connected
[   110.200] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-0): Internal DisplayPort
[   110.200] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-0): 2660.0 MHz maximum pixel clock
[   110.200] (--) NVIDIA(GPU-0): 
[   110.200] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-7): connected
[   110.200] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-7): Internal DisplayPort
[   110.200] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-7): 2660.0 MHz maximum pixel clock
[   110.200] (--) NVIDIA(GPU-0): 
[   124.263] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-0): connected
[   124.263] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-0): Internal DisplayPort
[   124.263] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-0): 2660.0 MHz maximum pixel clock
[   124.263] (--) NVIDIA(GPU-0): 
[   124.266] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   124.266] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   124.266] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   124.266] (--) NVIDIA(GPU-0): 
[   124.296] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-2): connected
[   124.296] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-2): Internal TMDS
[   124.296] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-2): 600.0 MHz maximum pixel clock
[   124.296] (--) NVIDIA(GPU-0): 
[   124.296] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   124.296] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   124.296] (--) NVIDIA(GPU-0): DFP-3: 2660.0 MHz maximum pixel clock
[   124.296] (--) NVIDIA(GPU-0): 
[   124.297] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   124.297] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   124.297] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   124.297] (--) NVIDIA(GPU-0): 
[   124.297] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   124.297] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   124.297] (--) NVIDIA(GPU-0): DFP-5: 2660.0 MHz maximum pixel clock
[   124.297] (--) NVIDIA(GPU-0): 
[   124.297] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   124.297] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[   124.297] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[   124.297] (--) NVIDIA(GPU-0): 
[   124.297] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-7): connected
[   124.297] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-7): Internal DisplayPort
[   124.297] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-7): 2660.0 MHz maximum pixel clock
[   124.297] (--) NVIDIA(GPU-0): 
[   124.297] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-0): connected
[   124.297] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-0): Internal DisplayPort
[   124.297] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-0): 2660.0 MHz maximum pixel clock
[   124.297] (--) NVIDIA(GPU-0): 
[   124.300] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   124.300] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   124.300] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   124.300] (--) NVIDIA(GPU-0): 
[   124.331] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-2): connected
[   124.331] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-2): Internal TMDS
[   124.331] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-2): 600.0 MHz maximum pixel clock
[   124.331] (--) NVIDIA(GPU-0): 
[   124.331] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   124.331] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   124.331] (--) NVIDIA(GPU-0): DFP-3: 2660.0 MHz maximum pixel clock
[   124.331] (--) NVIDIA(GPU-0): 
[   124.331] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   124.331] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   124.331] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   124.331] (--) NVIDIA(GPU-0): 
[   124.331] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   124.331] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   124.331] (--) NVIDIA(GPU-0): DFP-5: 2660.0 MHz maximum pixel clock
[   124.331] (--) NVIDIA(GPU-0): 
[   124.332] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   124.332] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[   124.332] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[   124.332] (--) NVIDIA(GPU-0): 
[   124.332] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-7): connected
[   124.332] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-7): Internal DisplayPort
[   124.332] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-7): 2660.0 MHz maximum pixel clock
[   124.332] (--) NVIDIA(GPU-0): 
[   124.332] (--) NVIDIA(GPU-1): DFP-0: disconnected
[   124.332] (--) NVIDIA(GPU-1): DFP-0: Internal DisplayPort
[   124.332] (--) NVIDIA(GPU-1): DFP-0: 2660.0 MHz maximum pixel clock
[   124.332] (--) NVIDIA(GPU-1): 
[   124.333] (--) NVIDIA(GPU-1): DFP-1: disconnected
[   124.333] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
[   124.333] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[   124.333] (--) NVIDIA(GPU-1): 
[   124.333] (--) NVIDIA(GPU-1): DFP-2: disconnected
[   124.333] (--) NVIDIA(GPU-1): DFP-2: Internal TMDS
[   124.333] (--) NVIDIA(GPU-1): DFP-2: 165.0 MHz maximum pixel clock
[   124.333] (--) NVIDIA(GPU-1): 
[   124.333] (--) NVIDIA(GPU-1): DFP-3: disconnected
[   124.333] (--) NVIDIA(GPU-1): DFP-3: Internal DisplayPort
[   124.333] (--) NVIDIA(GPU-1): DFP-3: 2660.0 MHz maximum pixel clock
[   124.333] (--) NVIDIA(GPU-1): 
[   124.333] (--) NVIDIA(GPU-1): DFP-4: disconnected
[   124.333] (--) NVIDIA(GPU-1): DFP-4: Internal TMDS
[   124.333] (--) NVIDIA(GPU-1): DFP-4: 165.0 MHz maximum pixel clock
[   124.333] (--) NVIDIA(GPU-1): 
[   124.333] (--) NVIDIA(GPU-1): DFP-5: disconnected
[   124.333] (--) NVIDIA(GPU-1): DFP-5: Internal DisplayPort
[   124.333] (--) NVIDIA(GPU-1): DFP-5: 2660.0 MHz maximum pixel clock
[   124.333] (--) NVIDIA(GPU-1): 
[   124.333] (--) NVIDIA(GPU-1): DFP-6: disconnected
[   124.333] (--) NVIDIA(GPU-1): DFP-6: Internal TMDS
[   124.333] (--) NVIDIA(GPU-1): DFP-6: 165.0 MHz maximum pixel clock
[   124.333] (--) NVIDIA(GPU-1): 
[   124.333] (--) NVIDIA(GPU-1): DFP-7: disconnected
[   124.333] (--) NVIDIA(GPU-1): DFP-7: Internal DisplayPort
[   124.333] (--) NVIDIA(GPU-1): DFP-7: 2660.0 MHz maximum pixel clock
[   124.333] (--) NVIDIA(GPU-1): 
[   305.725] (EE) client bug: timer event30 debounce: scheduled expiry is in the past (-9ms), your system is too slow
[   305.725] (EE) client bug: timer event30 debounce short: scheduled expiry is in the past (-23ms), your system is too slow
[   310.410] (EE) event30 - Logitech G502: client bug: event processing lagging behind by 12ms, your system is too slow
[   310.826] (EE) event30 - Logitech G502: client bug: event processing lagging behind by 12ms, your system is too slow
[   360.195] (EE) event30 - Logitech G502: client bug: event processing lagging behind by 20ms, your system is too slow
[   379.543] (EE) event30 - Logitech G502: client bug: event processing lagging behind by 16ms, your system is too slow
[   437.669] (EE) event30 - Logitech G502: client bug: event processing lagging behind by 21ms, your system is too slow
[   437.669] (EE) event30 - Logitech G502: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
[   515.676] (II) event1  - Power Button: device removed
[   515.700] (II) event0  - Power Button: device removed
[   515.730] (II) event29 - Elgato Stream Deck: device removed
[   515.783] (II) event31 - Logitech Candy: device removed
[   515.810] (II) event258 - Burr-Brown from TI               USB Audio DAC   : device removed
[   515.863] (II) event257 - Logitech USB Receiver: device removed
[   515.890] (II) event259 - Logitech USB Receiver Mouse: device removed
[   515.943] (II) event261 - Logitech USB Receiver System Control: device removed
[   515.970] (II) event256 - RODE Microphones RODE NT-USB Consumer Control: device removed
[   516.024] (II) event25 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD: device removed
[   516.063] (II) event26 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Mouse: device removed
[   516.170] (II) event28 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD System Control: device removed
[   516.196] (II) event30 - Logitech G502: device removed
[   516.224] (II) event260 - Logitech USB Receiver Consumer Control: device removed
[   516.250] (II) event27 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Consumer Control: device removed
[   537.931] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-0): connected
[   537.931] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-0): Internal DisplayPort
[   537.931] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-0): 2660.0 MHz maximum pixel clock
[   537.931] (--) NVIDIA(GPU-0): 
[   537.933] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   537.933] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   537.933] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   537.933] (--) NVIDIA(GPU-0): 
[   537.962] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-2): connected
[   537.962] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-2): Internal TMDS
[   537.962] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-2): 600.0 MHz maximum pixel clock
[   537.962] (--) NVIDIA(GPU-0): 
[   537.962] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   537.962] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   537.962] (--) NVIDIA(GPU-0): DFP-3: 2660.0 MHz maximum pixel clock
[   537.963] (--) NVIDIA(GPU-0): 
[   537.963] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   537.963] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   537.963] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   537.963] (--) NVIDIA(GPU-0): 
[   537.963] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   537.963] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   537.963] (--) NVIDIA(GPU-0): DFP-5: 2660.0 MHz maximum pixel clock
[   537.963] (--) NVIDIA(GPU-0): 
[   537.963] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   537.963] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[   537.963] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[   537.963] (--) NVIDIA(GPU-0): 
[   537.963] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-7): connected
[   537.963] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-7): Internal DisplayPort
[   537.963] (--) NVIDIA(GPU-0): ViewSonic XG270QG (DFP-7): 2660.0 MHz maximum pixel clock
[   537.963] (--) NVIDIA(GPU-0): 
[   538.010] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select,DFP-2:nvidia-auto-select,DFP-7:nvidia-auto-select"
[   538.387] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   538.387] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   538.387] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   538.387] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   538.387] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   538.387] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   538.387] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   538.387] (II) NVIDIA(0):     Config Options in the README.
[   538.387] (--) NVIDIA(GPU-1): DFP-0: disconnected
[   538.387] (--) NVIDIA(GPU-1): DFP-0: Internal DisplayPort
[   538.387] (--) NVIDIA(GPU-1): DFP-0: 2660.0 MHz maximum pixel clock
[   538.387] (--) NVIDIA(GPU-1): 
[   538.387] (--) NVIDIA(GPU-1): DFP-1: disconnected
[   538.387] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
[   538.387] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[   538.387] (--) NVIDIA(GPU-1): 
[   538.387] (--) NVIDIA(GPU-1): DFP-2: disconnected
[   538.387] (--) NVIDIA(GPU-1): DFP-2: Internal TMDS
[   538.387] (--) NVIDIA(GPU-1): DFP-2: 165.0 MHz maximum pixel clock
[   538.387] (--) NVIDIA(GPU-1): 
[   538.387] (--) NVIDIA(GPU-1): DFP-3: disconnected
[   538.387] (--) NVIDIA(GPU-1): DFP-3: Internal DisplayPort
[   538.387] (--) NVIDIA(GPU-1): DFP-3: 2660.0 MHz maximum pixel clock
[   538.387] (--) NVIDIA(GPU-1): 
[   538.387] (--) NVIDIA(GPU-1): DFP-4: disconnected
[   538.387] (--) NVIDIA(GPU-1): DFP-4: Internal TMDS
[   538.387] (--) NVIDIA(GPU-1): DFP-4: 165.0 MHz maximum pixel clock
[   538.387] (--) NVIDIA(GPU-1): 
[   538.388] (--) NVIDIA(GPU-1): DFP-5: disconnected
[   538.388] (--) NVIDIA(GPU-1): DFP-5: Internal DisplayPort
[   538.388] (--) NVIDIA(GPU-1): DFP-5: 2660.0 MHz maximum pixel clock
[   538.388] (--) NVIDIA(GPU-1): 
[   538.388] (--) NVIDIA(GPU-1): DFP-6: disconnected
[   538.388] (--) NVIDIA(GPU-1): DFP-6: Internal TMDS
[   538.388] (--) NVIDIA(GPU-1): DFP-6: 165.0 MHz maximum pixel clock
[   538.388] (--) NVIDIA(GPU-1): 
[   538.388] (--) NVIDIA(GPU-1): DFP-7: disconnected
[   538.388] (--) NVIDIA(GPU-1): DFP-7: Internal DisplayPort
[   538.388] (--) NVIDIA(GPU-1): DFP-7: 2660.0 MHz maximum pixel clock
[   538.388] (--) NVIDIA(GPU-1): 
[   538.399] (II) NVIDIA(G0): Setting mode "NULL"
[   538.410] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   538.410] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[   538.410] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[   538.410] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[   538.410] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[   538.410] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[   538.410] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   538.410] (II) NVIDIA(G0):     Config Options in the README.
[   538.445] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   538.445] (II) event1  - Power Button: device is a keyboard
[   538.446] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   538.446] (II) event0  - Power Button: device is a keyboard
[   538.448] (II) event29 - Elgato Stream Deck: is tagged by udev as: Keyboard
[   538.448] (II) event29 - Elgato Stream Deck: device is a keyboard
[   538.450] (II) event31 - Logitech Candy: is tagged by udev as: Keyboard
[   538.450] (II) event31 - Logitech Candy: device is a keyboard
[   538.451] (II) event30 - Logitech G502: is tagged by udev as: Keyboard Mouse
[   538.452] (II) event30 - Logitech G502: device is a pointer
[   538.452] (II) event30 - Logitech G502: device is a keyboard
[   538.453] (II) event258 - Burr-Brown from TI               USB Audio DAC   : is tagged by udev as: Keyboard
[   538.453] (II) event258 - Burr-Brown from TI               USB Audio DAC   : device is a keyboard
[   538.454] (II) event257 - Logitech USB Receiver: is tagged by udev as: Keyboard
[   538.454] (II) event257 - Logitech USB Receiver: device is a keyboard
[   538.455] (II) event259 - Logitech USB Receiver Mouse: is tagged by udev as: Mouse
[   538.455] (II) event259 - Logitech USB Receiver Mouse: device is a pointer
[   538.457] (II) event260 - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[   538.457] (II) event260 - Logitech USB Receiver Consumer Control: device is a keyboard
[   538.458] (II) event261 - Logitech USB Receiver System Control: is tagged by udev as: Keyboard
[   538.458] (II) event261 - Logitech USB Receiver System Control: device is a keyboard
[   538.459] (II) event256 - RODE Microphones RODE NT-USB Consumer Control: is tagged by udev as: Keyboard
[   538.459] (II) event256 - RODE Microphones RODE NT-USB Consumer Control: device is a keyboard
[   538.460] (II) event25 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD: is tagged by udev as: Keyboard
[   538.460] (II) event25 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD: device is a keyboard
[   538.462] (II) event26 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Mouse: is tagged by udev as: Mouse
[   538.462] (II) event26 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Mouse: device is a pointer
[   538.463] (II) event27 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Consumer Control: is tagged by udev as: Keyboard
[   538.463] (II) event27 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD Consumer Control: device is a keyboard
[   538.464] (II) event28 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD System Control: is tagged by udev as: Keyboard
[   538.464] (II) event28 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD System Control: device is a keyboard
[   599.674] (EE) client bug: timer event30 debounce: scheduled expiry is in the past (-2ms), your system is too slow
[   599.674] (EE) client bug: timer event30 debounce short: scheduled expiry is in the past (-15ms), your system is too slow
[   606.843] (EE) event30 - Logitech G502: client bug: event processing lagging behind by 21ms, your system is too slow
[   626.491] (EE) event25 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD: client bug: event processing lagging behind by 14ms, your system is too slow
[   632.000] (EE) client bug: timer event30 debounce short: scheduled expiry is in the past (-11ms), your system is too slow
[   635.458] (EE) event30 - Logitech G502: client bug: event processing lagging behind by 13ms, your system is too slow
[   637.852] (EE) event30 - Logitech G502: client bug: event processing lagging behind by 22ms, your system is too slow
[   725.535] (EE) event30 - Logitech G502: client bug: event processing lagging behind by 22ms, your system is too slow
[   726.148] (EE) event30 - Logitech G502: client bug: event processing lagging behind by 22ms, your system is too slow
[   726.148] (EE) event30 - Logitech G502: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
[  1028.787] (EE) event25 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD: client bug: event processing lagging behind by 23ms, your system is too slow
[  1141.520] (EE) client bug: timer event30 debounce short: scheduled expiry is in the past (-8ms), your system is too slow
[  1241.633] (EE) client bug: timer event30 debounce short: scheduled expiry is in the past (-4ms), your system is too slow
[  1250.790] (EE) client bug: timer event30 debounce short: scheduled expiry is in the past (-5ms), your system is too slow
[  1257.433] (EE) client bug: timer event30 debounce short: scheduled expiry is in the past (-7ms), your system is too slow
[  1263.057] (EE) client bug: timer event30 debounce short: scheduled expiry is in the past (-5ms), your system is too slow
[  1265.507] (EE) client bug: timer event30 debounce: scheduled expiry is in the past (-2ms), your system is too slow
[  1265.507] (EE) client bug: timer event30 debounce short: scheduled expiry is in the past (-15ms), your system is too slow
[  1272.394] (EE) client bug: timer event30 debounce short: scheduled expiry is in the past (-8ms), your system is too slow
[  1861.371] (EE) client bug: timer event30 debounce short: scheduled expiry is in the past (-11ms), your system is too slow
[  1886.819] (EE) client bug: timer event30 debounce: scheduled expiry is in the past (-1ms), your system is too slow
[  1886.819] (EE) client bug: timer event30 debounce short: scheduled expiry is in the past (-14ms), your system is too slow
[  2011.135] (EE) client bug: timer event30 debounce: scheduled expiry is in the past (-10ms), your system is too slow
[  2011.135] (EE) client bug: timer event30 debounce short: scheduled expiry is in the past (-23ms), your system is too slow
[  2100.889] (EE) event25 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD: client bug: event processing lagging behind by 29ms, your system is too slow
[  2172.150] (EE) client bug: timer event30 debounce short: scheduled expiry is in the past (-1ms), your system is too slow
[  2187.371] (EE) client bug: timer event30 debounce short: scheduled expiry is in the past (-9ms), your system is too slow
[  2214.170] (EE) client bug: timer event30 debounce: scheduled expiry is in the past (-1ms), your system is too slow
[  2214.170] (EE) client bug: timer event30 debounce short: scheduled expiry is in the past (-15ms), your system is too slow
[  2221.971] (EE) client bug: timer event30 debounce: scheduled expiry is in the past (-6ms), your system is too slow
[  2221.971] (EE) client bug: timer event30 debounce short: scheduled expiry is in the past (-19ms), your system is too slow
[  2578.999] (EE) event25 - Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD: client bug: event processing lagging behind by 23ms, your system is too slow
[  2705.991] (EE) client bug: timer event30 debounce: scheduled expiry is in the past (-9ms), your system is too slow
[  2705.991] (EE) client bug: timer event30 debounce short: scheduled expiry is in the past (-22ms), your system is too slow
[  2734.451] (EE) client bug: timer event30 debounce: scheduled expiry is in the past (-2ms), your system is too slow
[  2734.451] (EE) client bug: timer event30 debounce short: scheduled expiry is in the past (-15ms), your system is too slow

Thank you in advance,
Sandro

Last edited by sawrz (2021-01-10 21:01:12)

Offline

#2 2021-01-09 15:35:40

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,410

Re: Nvidia - multi GPU + monitors screen horizontal split (driver bug?)

if you remove the xorg.conf. Do you still have these issues?

Offline

#3 2021-01-09 16:19:27

sawrz
Member
Registered: 2020-12-02
Posts: 11

Re: Nvidia - multi GPU + monitors screen horizontal split (driver bug?)

Hi V1del,
Yes, the problem is still there. Since it exists from day one, I started to mess with the xorg.conf (in addition to positioning my monitors virtually). I made a fresh Arch Linux installation a few weeks ago. When I installed the NVIDIA driver, the issue started. If I remove the driver, everything works fine again; I need to edit the xorg.conf, of course smile.

Last edited by sawrz (2021-01-09 16:20:43)

Offline

#4 2021-01-09 16:34:14

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,410

Re: Nvidia - multi GPU + monitors screen horizontal split (driver bug?)

What about

xrandr -q

and/or check in nvidia-settings whether the declared resolution is just off,  I could also see a DPI bug, nouveau/foss driver tend to stick with 96 wheras nvidia tries to set it according to edid data:

[   108.553] (--) NVIDIA(0): DPI set to (106, 101); computed from "UseEdidDpi" X config
[   108.553] (--) NVIDIA(0):     option

Try setting that option to "false"

Offline

#5 2021-01-09 18:37:31

sawrz
Member
Registered: 2020-12-02
Posts: 11

Re: Nvidia - multi GPU + monitors screen horizontal split (driver bug?)

I get:

Screen 0: minimum 8 x 8, current 7680 x 1440, maximum 32767 x 32767
DP-0 connected primary 2560x1440+0+0 (normal left inverted right x axis y axis) 608mm x 355mm
   2560x1440     59.95*+
   1920x1080     59.94    50.00
   1280x720      59.94    50.00
   1024x768      60.00
   800x600       60.32
   720x576       50.00
   720x480       59.94
   640x480       59.94    59.93
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected 2560x1440+2560+0 (normal left inverted right x axis y axis) 608mm x 355mm
   2560x1440     59.95*+
   1920x1080     59.94    50.00
   1280x720      59.94    50.00
   1024x768      60.00
   800x600       60.32
   720x576       50.00
   720x480       59.94
   640x480       59.94    59.93
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)
USB-C-0 connected 2560x1440+5120+0 (normal left inverted right x axis y axis) 608mm x 355mm
   2560x1440     59.95*+
   1920x1080     59.94    50.00
   1280x720      59.94    50.00
   1024x768      60.00
   800x600       60.32
   720x576       50.00
   720x480       59.94
   640x480       59.94    59.93
DP-1-0 disconnected
DP-1-1 disconnected
HDMI-1-0 disconnected
DP-1-2 disconnected
DP-1-3 disconnected
DP-1-4 disconnected
DP-1-5 disconnected
USB-C-1-0 disconnected

Everything looks good to me. The resolution in nvidia-settings was set to auto, but changing to 2560x1440 didn't solve the problem.

I added both lines to every screen section in my conf:

Option     "UseEdidDpi" "FALSE"
Option     "DPI" "96 x 96"

Again, the problem is still there. Checking with

xdpyinfo | grep -B2 resolution

gives me:

screen #0:
  dimensions:    7680x1440 pixels (2032x381 millimeters)
  resolution:    96x96 dots per inch

So it seems the DPI is not the culprit here.

Last edited by sawrz (2021-01-09 22:32:53)

Offline

#6 2021-01-10 13:41:02

sawrz
Member
Registered: 2020-12-02
Posts: 11

Re: Nvidia - multi GPU + monitors screen horizontal split (driver bug?)

I think I made a mistake describing my issue here:
I was wrong about being okay with nouveau. I assumed nouveau to be the default driver, but it isn't. So, everything is fine with the default drivers, not with nouveau.

It seems nouveau doesn't support my GPUs at all.

Edit: Although I stated that the nvidia driver results in the same problem as nvidia-dkms (it did when I initially had the problem), now Xorg raise the following error:

Can't load the nvidia kernel-module

At this point, I am more than confused and thankful for any suggestions.

Edit 2: I resolved the nvidia kernel issue. Obviously, installing a precompiled driver to a specific kernel without updating the kernel is a bad idea. Therefore, nvidia-dkms worked without any problems. I should have known better!

Edit 3: Desperate as I am, I installed another distro (Linux Mint) to make sure it's not my own stupidity. It ran fine on nouveau, but as soon I installed the Nvidia driver (v460), the same issue occurs. So the problem seems to be specific to my setup. It's either the dual GPU setup or the 2080 Ti causing problems. I have a second system with a 2080 Super, all three monitors attached via DP to it, and there are no issues so far. It ran out of the box. I contact Nvidia and post an update as soon as I get a solution.

Last edited by sawrz (2021-01-10 20:58:47)

Offline

#7 2021-03-26 15:34:02

sawrz
Member
Registered: 2020-12-02
Posts: 11

Re: Nvidia - multi GPU + monitors screen horizontal split (driver bug?)

It seems Nvidia can't provide a solution to my problem. My experience with the support is rather disappointing. It seems the chat with Nvidia staff is reserved only for Windows users. So, they pointed me to their forum where the help is organized more or less community-driven. It seems there are some developers as well, but none of them answered my post. Another friendly user tried to help, but it seems he couldn't do much as well. So, for me, it's the last Nvidia GPU I bought as long as they won't change their policies. I won't use Windows because of the hardware (I'm not so desperate).

My issue resolved itself since my 2080 in another system died, so I had to use one from the dual GPU system. I guess one could say Nvidia solved my issue then...

Anyway, I promised to keep you updated, so I post the link to the Nvidia support forum thread:
https://forums.developer.nvidia.com/t/d … t/165635/4

Thanks for anybody's help!

Offline

Board footer

Powered by FluxBB