You are not logged in.

#1 2022-07-31 05:53:17

exodrifter
Member
Registered: 2022-07-31
Posts: 3
Website

[Solved] Disabling monitor causes Xorg to crash

Turning off a display using xrandr logs me out of my current desktop session and kicks me back to my log-in manager (lightdm).

$ xrandr --output DP-4 --off

After some digging around, it seems like this is because Xorg segfaults.

Context: I have two monitors plugged into my Nvidia 1080Ti and a Steam Index HMD into my motherboard. The DP-4 monitor is the Steam Index display. It shouldn't be detected as a monitor, but I haven't really gotten around to investigating that so I had gotten into the habit of just disabling the monitor so it doesn't get in the way of my normal desktop experience (otherwise, my mouse won't be bounded to the edges of my screen since the index display is considerably larger than my monitors, which can make clicking on certain things near the edge of the screen annoying). This workaround had been working until about a week or so ago, but I'm not really sure when exactly since I hadn't been bothering to use VR recently due to unrelated shenanigans.

This behaviour exists when I use either the linux and linux-lts kernels. I tried looking through the official Xorg gitlab issues for bugs, but it won't load for me at the moment.

$ pacman -Q | grep "intel\|nouveau"
intel-gmmlib 22.1.4-1
intel-gpu-tools 1.26-1
intel-media-driver 22.4.4-1
intel-ucode 20220510-1
lib32-vulkan-intel 22.1.4-1
nouveau-fw 325.15-1
vulkan-intel 22.1.4-1
xf86-video-nouveau 1.0.17-2

Xorg.log.old (linux-lts)

[     9.584] 
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[     9.584] Current Operating System: Linux rain 5.15.55-2-lts #1 SMP Fri, 22 Jul 2022 23:29:06 +0000 x86_64
[     9.584] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=79753fa7-ccf8-45cd-9262-26c1c67f62eb rw loglevel=3 quiet
[     9.584]  
[     9.584] Current version of pixman: 0.40.0
[     9.584] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     9.584] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     9.584] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jul 30 23:58:56 2022
[     9.586] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     9.586] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     9.586] (==) No Layout section.  Using the first Screen section.
[     9.586] (==) No screen section available. Using defaults.
[     9.586] (**) |-->Screen "Default Screen Section" (0)
[     9.586] (**) |   |-->Monitor "<default monitor>"
[     9.586] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     9.586] (==) Automatically adding devices
[     9.586] (==) Automatically enabling devices
[     9.586] (==) Automatically adding GPU devices
[     9.586] (==) Automatically binding GPU devices
[     9.586] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     9.587] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     9.587] 	Entry deleted from font path.
[     9.587] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[     9.587] 	Entry deleted from font path.
[     9.587] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     9.587] 	Entry deleted from font path.
[     9.587] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     9.587] 	Entry deleted from font path.
[     9.587] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     9.587] 	Entry deleted from font path.
[     9.587] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     9.587] 	Entry deleted from font path.
[     9.587] (==) FontPath set to:
	
[     9.587] (==) ModulePath set to "/usr/lib/xorg/modules"
[     9.587] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     9.587] (II) Module ABI versions:
[     9.587] 	X.Org ANSI C Emulation: 0.4
[     9.587] 	X.Org Video Driver: 25.2
[     9.587] 	X.Org XInput driver : 24.4
[     9.587] 	X.Org Server Extension : 10.0
[     9.587] (++) using VT number 7

[     9.587] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     9.588] (II) xfree86: Adding drm device (/dev/dri/card0)
[     9.588] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[     9.588] (II) xfree86: Adding drm device (/dev/dri/card1)
[     9.588] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[     9.590] (--) PCI:*(0@0:2:0) 8086:4680:1043:8694 rev 12, Mem @ 0x6014000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     9.590] (--) PCI: (1@0:0:0) 10de:1b06:3842:6390 rev 161, Mem @ 0x84000000/16777216, 0x6000000000/268435456, 0x6010000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[     9.590] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     9.590] (II) LoadModule: "glx"
[     9.590] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     9.593] (II) Module glx: vendor="X.Org Foundation"
[     9.593] 	compiled for 1.21.1.4, module version = 1.0.0
[     9.593] 	ABI class: X.Org Server Extension, version 10.0
[     9.593] (==) Matched intel as autoconfigured driver 0
[     9.593] (==) Matched nouveau as autoconfigured driver 1
[     9.593] (==) Matched nv as autoconfigured driver 2
[     9.593] (==) Matched modesetting as autoconfigured driver 3
[     9.593] (==) Matched fbdev as autoconfigured driver 4
[     9.593] (==) Matched vesa as autoconfigured driver 5
[     9.593] (==) Assigned the driver to the xf86ConfigLayout
[     9.593] (II) LoadModule: "intel"
[     9.594] (WW) Warning, couldn't open module intel
[     9.594] (EE) Failed to load module "intel" (module does not exist, 0)
[     9.594] (II) LoadModule: "nouveau"
[     9.594] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[     9.594] (II) Module nouveau: vendor="X.Org Foundation"
[     9.594] 	compiled for 1.21.1.1, module version = 1.0.17
[     9.594] 	Module class: X.Org Video Driver
[     9.594] 	ABI class: X.Org Video Driver, version 25.2
[     9.595] (II) LoadModule: "nv"
[     9.595] (WW) Warning, couldn't open module nv
[     9.595] (EE) Failed to load module "nv" (module does not exist, 0)
[     9.595] (II) LoadModule: "modesetting"
[     9.595] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     9.596] (II) Module modesetting: vendor="X.Org Foundation"
[     9.596] 	compiled for 1.21.1.4, module version = 1.21.1
[     9.596] 	Module class: X.Org Video Driver
[     9.596] 	ABI class: X.Org Video Driver, version 25.2
[     9.596] (II) LoadModule: "fbdev"
[     9.596] (WW) Warning, couldn't open module fbdev
[     9.596] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     9.596] (II) LoadModule: "vesa"
[     9.596] (WW) Warning, couldn't open module vesa
[     9.596] (EE) Failed to load module "vesa" (module does not exist, 0)
[     9.596] (II) NOUVEAU driver 
[     9.596] (II) NOUVEAU driver for NVIDIA chipset families :
[     9.596] 	RIVA TNT            (NV04)
[     9.596] 	RIVA TNT2           (NV05)
[     9.596] 	GeForce 256         (NV10)
[     9.596] 	GeForce 2           (NV11, NV15)
[     9.596] 	GeForce 4MX         (NV17, NV18)
[     9.596] 	GeForce 3           (NV20)
[     9.596] 	GeForce 4Ti         (NV25, NV28)
[     9.596] 	GeForce FX          (NV3x)
[     9.596] 	GeForce 6           (NV4x)
[     9.596] 	GeForce 7           (G7x)
[     9.596] 	GeForce 8           (G8x)
[     9.596] 	GeForce 9           (G9x)
[     9.596] 	GeForce GTX 2xx/3xx (GT2xx)
[     9.596] 	GeForce GTX 4xx/5xx (GFxxx)
[     9.596] 	GeForce GTX 6xx/7xx (GKxxx)
[     9.596] 	GeForce GTX 9xx     (GMxxx)
[     9.596] 	GeForce GTX 10xx    (GPxxx)
[     9.596] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     9.596] (II) modeset(0): using drv /dev/dri/card1
[     9.596] (II) [drm] nouveau interface version: 1.3.1
[     9.596] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     9.596] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     9.596] (==) modeset(0): RGB weight 888
[     9.596] (==) modeset(0): Default visual is TrueColor
[     9.596] (II) Loading sub module "glamoregl"
[     9.596] (II) LoadModule: "glamoregl"
[     9.596] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     9.599] (II) Module glamoregl: vendor="X.Org Foundation"
[     9.599] 	compiled for 1.21.1.4, module version = 1.0.1
[     9.599] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.861] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Graphics (ADL-S GT1)
[     9.861] (II) modeset(0): glamor initialized
[     9.861] (==) modeset(0): VariableRefresh: disabled
[     9.861] (==) modeset(0): AsyncFlipSecondaries: disabled
[     9.871] (II) modeset(0): Output DP-4 has no monitor section
[     9.875] (II) modeset(0): Output HDMI-2 has no monitor section
[     9.875] (II) modeset(0): Output HDMI-3 has no monitor section
[     9.885] (II) modeset(0): EDID for output DP-4
[     9.885] (II) modeset(0): Manufacturer: VLV  Model: 91a8  Serial#: 1759523492
[     9.885] (II) modeset(0): Year: 2018  Week: 255
[     9.885] (II) modeset(0): EDID Version: 1.3
[     9.885] (II) modeset(0): Digital Display Input
[     9.885] (II) modeset(0): Indeterminate output size
[     9.885] (II) modeset(0): Gamma: 2.20
[     9.885] (II) modeset(0): No DPMS capabilities specified
[     9.885] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     9.885] (II) modeset(0): First detailed timing is preferred mode
[     9.885] (II) modeset(0): redX: 0.630 redY: 0.355   greenX: 0.330 greenY: 0.625
[     9.885] (II) modeset(0): blueX: 0.150 blueY: 0.075   whiteX: 0.290 whiteY: 0.315
[     9.885] (II) modeset(0): Manufacturer's mask: 0
[     9.885] (II) modeset(0): Monitor name: Index HMD
[     9.885] (II) modeset(0): Number of EDID sections to follow: 1
[     9.885] (II) modeset(0): EDID (in hex):
[     9.885] (II) modeset(0): 	00ffffffffffff005996a891a432e068
[     9.886] (II) modeset(0): 	ff1c0103800000780a4897a15b54a026
[     9.886] (II) modeset(0): 	134a5000000001010101010101010101
[     9.886] (II) modeset(0): 	01010101010100000010000000000000
[     9.886] (II) modeset(0): 	0000000000000000000000fc00496e64
[     9.886] (II) modeset(0): 	657820484d440a202020000000100000
[     9.886] (II) modeset(0): 	00000000000000000000000000000010
[     9.886] (II) modeset(0): 	00000000000000000000000000000165
[     9.886] (II) modeset(0): 	70125a0000030150f70b01803f0b4f00
[     9.886] (II) modeset(0): 	07001f003f06ce03c4030500f70b0100
[     9.886] (II) modeset(0): 	3f0b4f0007001f003f06100506050500
[     9.886] (II) modeset(0): 	f70b01003f0b4f0007001f003f064a01
[     9.886] (II) modeset(0): 	40010500650c01003f0b4f0007001f00
[     9.886] (II) modeset(0): 	3f060b00020005008103042309040117
[     9.886] (II) modeset(0): 	00000000000000000000000000000000
[     9.886] (II) modeset(0): 	00000000000000000000000000000090
[     9.886] (II) modeset(0): Printing probed modes for output DP-4
[     9.886] (II) modeset(0): Modeline "2880x1600"x90.0  686.00  2880 2888 2920 2960  1600 2565 2571 2575 -hsync -vsync (231.8 kHz eP)
[     9.886] (II) modeset(0): Modeline "2880x1600"x144.0  687.10  2880 2888 2920 2960  1600 1603 1609 1612 -hsync -vsync (232.1 kHz e)
[     9.886] (II) modeset(0): Modeline "2880x1600"x120.0  686.00  2880 2888 2920 2960  1600 1921 1927 1931 -hsync -vsync (231.8 kHz e)
[     9.886] (II) modeset(0): Modeline "2880x1600"x80.0  686.00  2880 2888 2920 2960  1600 2887 2893 2897 -hsync -vsync (231.8 kHz e)
[     9.889] (II) modeset(0): EDID for output HDMI-2
[     9.889] (II) modeset(0): EDID for output HDMI-3
[     9.889] (II) modeset(0): Output DP-4 disconnected
[     9.889] (II) modeset(0): Output HDMI-2 disconnected
[     9.889] (II) modeset(0): Output HDMI-3 disconnected
[     9.889] (WW) modeset(0): No outputs definitely connected, trying again...
[     9.889] (II) modeset(0): Output DP-4 connected
[     9.889] (II) modeset(0): Output HDMI-2 disconnected
[     9.889] (II) modeset(0): Output HDMI-3 disconnected
[     9.889] (II) modeset(0): Using exact sizes for initial modes
[     9.889] (II) modeset(0): Output DP-4 using initial mode 2880x1600 +0+0
[     9.889] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     9.889] (==) modeset(0): DPI set to (96, 96)
[     9.889] (II) Loading sub module "fb"
[     9.889] (II) LoadModule: "fb"
[     9.889] (II) Module "fb" already built-in
[     9.889] (II) Loading sub module "dri2"
[     9.889] (II) LoadModule: "dri2"
[     9.890] (II) Module "dri2" already built-in
[     9.890] (--) NOUVEAU(G0): Chipset: "NVIDIA NV132"
[     9.890] (==) NOUVEAU(G0): Depth 24, (--) framebuffer bpp 32
[     9.890] (==) NOUVEAU(G0): RGB weight 888
[     9.890] (==) NOUVEAU(G0): Default visual is TrueColor
[     9.890] (==) NOUVEAU(G0): Using HW cursor
[     9.890] (==) NOUVEAU(G0): Allowed maximum DRI level 2.
[     9.890] (==) NOUVEAU(G0): GLX sync to VBlank enabled.
[     9.890] (==) NOUVEAU(G0): Page flipping enabled
[     9.890] (==) NOUVEAU(G0): Swap limit set to 1 [Max allowed 2]
[     9.890] (==) NOUVEAU(G0): Page flipping synced to vblank by kernel.
[     9.890] (II) NOUVEAU(G0): Initializing outputs ...
[     9.908] (II) NOUVEAU(G0): Output DP-1-1 has no monitor section
[     9.926] (II) NOUVEAU(G0): Output DP-1-2 has no monitor section
[     9.927] (II) NOUVEAU(G0): Output HDMI-1-1 has no monitor section
[    10.103] (II) NOUVEAU(G0): Output DP-1-3 has no monitor section
[    10.103] (II) NOUVEAU(G0): 4 crtcs needed for screen.
[    10.103] (II) NOUVEAU(G0): Allocated crtc nr. 0 to this screen.
[    10.103] (II) NOUVEAU(G0): Allocated crtc nr. 1 to this screen.
[    10.103] (II) NOUVEAU(G0): Allocated crtc nr. 2 to this screen.
[    10.103] (II) NOUVEAU(G0): Allocated crtc nr. 3 to this screen.
[    10.121] (II) NOUVEAU(G0): EDID for output DP-1-1
[    10.121] (II) NOUVEAU(G0): Manufacturer: DEL  Model: 4148  Serial#: 825308759
[    10.121] (II) NOUVEAU(G0): Year: 2021  Week: 3
[    10.121] (II) NOUVEAU(G0): EDID Version: 1.4
[    10.121] (II) NOUVEAU(G0): Digital Display Input
[    10.121] (II) NOUVEAU(G0): 8 bits per channel
[    10.121] (II) NOUVEAU(G0): Digital interface is DisplayPort
[    10.121] (II) NOUVEAU(G0): Max Image Size [cm]: horiz.: 53  vert.: 30
[    10.121] (II) NOUVEAU(G0): Gamma: 2.20
[    10.121] (II) NOUVEAU(G0): DPMS capabilities: Off
[    10.121] (II) NOUVEAU(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[    10.121] (II) NOUVEAU(G0): Default color space is primary color space
[    10.121] (II) NOUVEAU(G0): First detailed timing is preferred mode
[    10.121] (II) NOUVEAU(G0): Preferred mode is native pixel format and refresh rate
[    10.121] (II) NOUVEAU(G0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[    10.121] (II) NOUVEAU(G0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[    10.121] (II) NOUVEAU(G0): Supported established timings:
[    10.121] (II) NOUVEAU(G0): 720x400@70Hz
[    10.121] (II) NOUVEAU(G0): 640x480@60Hz
[    10.121] (II) NOUVEAU(G0): 640x480@75Hz
[    10.121] (II) NOUVEAU(G0): 800x600@60Hz
[    10.121] (II) NOUVEAU(G0): 800x600@75Hz
[    10.121] (II) NOUVEAU(G0): 1024x768@60Hz
[    10.121] (II) NOUVEAU(G0): 1024x768@75Hz
[    10.121] (II) NOUVEAU(G0): 1280x1024@75Hz
[    10.121] (II) NOUVEAU(G0): Manufacturer's mask: 0
[    10.121] (II) NOUVEAU(G0): Supported standard timings:
[    10.121] (II) NOUVEAU(G0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    10.121] (II) NOUVEAU(G0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    10.121] (II) NOUVEAU(G0): #2: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[    10.121] (II) NOUVEAU(G0): #3: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    10.121] (II) NOUVEAU(G0): Supported detailed timing:
[    10.121] (II) NOUVEAU(G0): clock: 148.5 MHz   Image Size:  527 x 296 mm
[    10.121] (II) NOUVEAU(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    10.121] (II) NOUVEAU(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    10.121] (II) NOUVEAU(G0): Serial No: GML5D23
[    10.121] (II) NOUVEAU(G0): Monitor name: DELL U2419H
[    10.121] (II) NOUVEAU(G0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[    10.121] (II) NOUVEAU(G0): Supported detailed timing:
[    10.121] (II) NOUVEAU(G0): clock: 148.5 MHz   Image Size:  527 x 296 mm
[    10.121] (II) NOUVEAU(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    10.121] (II) NOUVEAU(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    10.121] (II) NOUVEAU(G0): Supported detailed timing:
[    10.121] (II) NOUVEAU(G0): clock: 74.2 MHz   Image Size:  527 x 296 mm
[    10.121] (II) NOUVEAU(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    10.121] (II) NOUVEAU(G0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[    10.121] (II) NOUVEAU(G0): Supported detailed timing:
[    10.121] (II) NOUVEAU(G0): clock: 74.2 MHz   Image Size:  527 x 296 mm
[    10.121] (II) NOUVEAU(G0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[    10.121] (II) NOUVEAU(G0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    10.121] (II) NOUVEAU(G0): Supported detailed timing:
[    10.121] (II) NOUVEAU(G0): clock: 27.0 MHz   Image Size:  527 x 296 mm
[    10.121] (II) NOUVEAU(G0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[    10.121] (II) NOUVEAU(G0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[    10.121] (II) NOUVEAU(G0): Number of EDID sections to follow: 1
[    10.121] (II) NOUVEAU(G0): EDID (in hex):
[    10.121] (II) NOUVEAU(G0): 	00ffffffffffff0010ac484157363131
[    10.121] (II) NOUVEAU(G0): 	031f0104a5351e783eee95a3544c9926
[    10.121] (II) NOUVEAU(G0): 	0f5054a54b00714f8180a9c0d1c00101
[    10.121] (II) NOUVEAU(G0): 	010101010101023a801871382d40582c
[    10.121] (II) NOUVEAU(G0): 	45000f282100001e000000ff00474d4c
[    10.121] (II) NOUVEAU(G0): 	354432330a2020202020000000fc0044
[    10.121] (II) NOUVEAU(G0): 	454c4c205532343139480a20000000fd
[    10.121] (II) NOUVEAU(G0): 	00384c1e5311010a20202020202001df
[    10.121] (II) NOUVEAU(G0): 	02031cf14f9005040302071601061112
[    10.121] (II) NOUVEAU(G0): 	1513141f23097f0783010000023a8018
[    10.121] (II) NOUVEAU(G0): 	71382d40582c45000f282100001e011d
[    10.121] (II) NOUVEAU(G0): 	8018711c1620582c25000f282100009e
[    10.121] (II) NOUVEAU(G0): 	011d007251d01e206e2855000f282100
[    10.121] (II) NOUVEAU(G0): 	001e8c0ad08a20e02d10103e96000f28
[    10.121] (II) NOUVEAU(G0): 	21000018000000000000000000000000
[    10.121] (II) NOUVEAU(G0): 	00000000000000000000000000000017
[    10.121] (II) NOUVEAU(G0): Printing probed modes for output DP-1-1
[    10.121] (II) NOUVEAU(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    10.121] (II) NOUVEAU(G0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    10.121] (II) NOUVEAU(G0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[    10.121] (II) NOUVEAU(G0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    10.121] (II) NOUVEAU(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    10.121] (II) NOUVEAU(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    10.121] (II) NOUVEAU(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    10.121] (II) NOUVEAU(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    10.121] (II) NOUVEAU(G0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    10.121] (II) NOUVEAU(G0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    10.121] (II) NOUVEAU(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    10.121] (II) NOUVEAU(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    10.121] (II) NOUVEAU(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    10.121] (II) NOUVEAU(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    10.121] (II) NOUVEAU(G0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    10.121] (II) NOUVEAU(G0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    10.121] (II) NOUVEAU(G0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    10.121] (II) NOUVEAU(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    10.121] (II) NOUVEAU(G0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    10.121] (II) NOUVEAU(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    10.121] (II) NOUVEAU(G0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    10.139] (II) NOUVEAU(G0): EDID for output DP-1-2
[    10.139] (II) NOUVEAU(G0): Manufacturer: DEL  Model: 4148  Serial#: 825309271
[    10.139] (II) NOUVEAU(G0): Year: 2021  Week: 3
[    10.139] (II) NOUVEAU(G0): EDID Version: 1.4
[    10.139] (II) NOUVEAU(G0): Digital Display Input
[    10.139] (II) NOUVEAU(G0): 8 bits per channel
[    10.139] (II) NOUVEAU(G0): Digital interface is DisplayPort
[    10.139] (II) NOUVEAU(G0): Max Image Size [cm]: horiz.: 53  vert.: 30
[    10.139] (II) NOUVEAU(G0): Gamma: 2.20
[    10.139] (II) NOUVEAU(G0): DPMS capabilities: Off
[    10.139] (II) NOUVEAU(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[    10.139] (II) NOUVEAU(G0): Default color space is primary color space
[    10.139] (II) NOUVEAU(G0): First detailed timing is preferred mode
[    10.139] (II) NOUVEAU(G0): Preferred mode is native pixel format and refresh rate
[    10.140] (II) NOUVEAU(G0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[    10.140] (II) NOUVEAU(G0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[    10.140] (II) NOUVEAU(G0): Supported established timings:
[    10.140] (II) NOUVEAU(G0): 720x400@70Hz
[    10.140] (II) NOUVEAU(G0): 640x480@60Hz
[    10.140] (II) NOUVEAU(G0): 640x480@75Hz
[    10.140] (II) NOUVEAU(G0): 800x600@60Hz
[    10.140] (II) NOUVEAU(G0): 800x600@75Hz
[    10.140] (II) NOUVEAU(G0): 1024x768@60Hz
[    10.140] (II) NOUVEAU(G0): 1024x768@75Hz
[    10.140] (II) NOUVEAU(G0): 1280x1024@75Hz
[    10.140] (II) NOUVEAU(G0): Manufacturer's mask: 0
[    10.140] (II) NOUVEAU(G0): Supported standard timings:
[    10.140] (II) NOUVEAU(G0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    10.140] (II) NOUVEAU(G0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    10.140] (II) NOUVEAU(G0): #2: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[    10.140] (II) NOUVEAU(G0): #3: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    10.140] (II) NOUVEAU(G0): Supported detailed timing:
[    10.140] (II) NOUVEAU(G0): clock: 148.5 MHz   Image Size:  527 x 296 mm
[    10.140] (II) NOUVEAU(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    10.140] (II) NOUVEAU(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    10.140] (II) NOUVEAU(G0): Serial No: JML5D23
[    10.140] (II) NOUVEAU(G0): Monitor name: DELL U2419H
[    10.140] (II) NOUVEAU(G0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[    10.140] (II) NOUVEAU(G0): Supported detailed timing:
[    10.140] (II) NOUVEAU(G0): clock: 148.5 MHz   Image Size:  527 x 296 mm
[    10.140] (II) NOUVEAU(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    10.140] (II) NOUVEAU(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    10.140] (II) NOUVEAU(G0): Supported detailed timing:
[    10.140] (II) NOUVEAU(G0): clock: 74.2 MHz   Image Size:  527 x 296 mm
[    10.140] (II) NOUVEAU(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    10.140] (II) NOUVEAU(G0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[    10.140] (II) NOUVEAU(G0): Supported detailed timing:
[    10.140] (II) NOUVEAU(G0): clock: 74.2 MHz   Image Size:  527 x 296 mm
[    10.140] (II) NOUVEAU(G0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[    10.140] (II) NOUVEAU(G0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    10.140] (II) NOUVEAU(G0): Supported detailed timing:
[    10.140] (II) NOUVEAU(G0): clock: 27.0 MHz   Image Size:  527 x 296 mm
[    10.140] (II) NOUVEAU(G0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[    10.140] (II) NOUVEAU(G0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[    10.140] (II) NOUVEAU(G0): Number of EDID sections to follow: 1
[    10.140] (II) NOUVEAU(G0): EDID (in hex):
[    10.140] (II) NOUVEAU(G0): 	00ffffffffffff0010ac484157383131
[    10.140] (II) NOUVEAU(G0): 	031f0104a5351e783eee95a3544c9926
[    10.140] (II) NOUVEAU(G0): 	0f5054a54b00714f8180a9c0d1c00101
[    10.140] (II) NOUVEAU(G0): 	010101010101023a801871382d40582c
[    10.140] (II) NOUVEAU(G0): 	45000f282100001e000000ff004a4d4c
[    10.140] (II) NOUVEAU(G0): 	354432330a2020202020000000fc0044
[    10.140] (II) NOUVEAU(G0): 	454c4c205532343139480a20000000fd
[    10.140] (II) NOUVEAU(G0): 	00384c1e5311010a20202020202001da
[    10.140] (II) NOUVEAU(G0): 	02031cf14f9005040302071601061112
[    10.140] (II) NOUVEAU(G0): 	1513141f23097f0783010000023a8018
[    10.140] (II) NOUVEAU(G0): 	71382d40582c45000f282100001e011d
[    10.140] (II) NOUVEAU(G0): 	8018711c1620582c25000f282100009e
[    10.140] (II) NOUVEAU(G0): 	011d007251d01e206e2855000f282100
[    10.140] (II) NOUVEAU(G0): 	001e8c0ad08a20e02d10103e96000f28
[    10.140] (II) NOUVEAU(G0): 	21000018000000000000000000000000
[    10.140] (II) NOUVEAU(G0): 	00000000000000000000000000000017
[    10.140] (II) NOUVEAU(G0): Printing probed modes for output DP-1-2
[    10.140] (II) NOUVEAU(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    10.140] (II) NOUVEAU(G0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    10.140] (II) NOUVEAU(G0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[    10.140] (II) NOUVEAU(G0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    10.140] (II) NOUVEAU(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    10.140] (II) NOUVEAU(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    10.140] (II) NOUVEAU(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    10.140] (II) NOUVEAU(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    10.140] (II) NOUVEAU(G0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    10.140] (II) NOUVEAU(G0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    10.140] (II) NOUVEAU(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    10.140] (II) NOUVEAU(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    10.140] (II) NOUVEAU(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    10.140] (II) NOUVEAU(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    10.140] (II) NOUVEAU(G0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    10.140] (II) NOUVEAU(G0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    10.140] (II) NOUVEAU(G0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    10.140] (II) NOUVEAU(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    10.140] (II) NOUVEAU(G0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    10.140] (II) NOUVEAU(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    10.140] (II) NOUVEAU(G0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    10.141] (II) NOUVEAU(G0): EDID for output HDMI-1-1
[    10.313] (II) NOUVEAU(G0): EDID for output DP-1-3
[    10.313] (==) NOUVEAU(G0): Using gamma correction (1.0, 1.0, 1.0)
[    10.313] (II) NOUVEAU(G0): Virtual size is 1024x768 (pitch 0)
[    10.313] (**) NOUVEAU(G0):  Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
[    10.313] (II) NOUVEAU(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    10.313] (**) NOUVEAU(G0):  Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 56.2 kHz, 50.0 Hz
[    10.313] (II) NOUVEAU(G0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    10.313] (**) NOUVEAU(G0):  Driver mode "1920x1080": 148.4 MHz (scaled from 0.0 MHz), 67.4 kHz, 59.9 Hz
[    10.313] (II) NOUVEAU(G0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[    10.313] (**) NOUVEAU(G0):  Driver mode "1600x900": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
[    10.313] (II) NOUVEAU(G0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    10.313] (**) NOUVEAU(G0):  Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
[    10.313] (II) NOUVEAU(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    10.313] (**) NOUVEAU(G0):  Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[    10.313] (II) NOUVEAU(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    10.313] (**) NOUVEAU(G0):  Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
[    10.313] (II) NOUVEAU(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    10.313] (**) NOUVEAU(G0):  Driver mode "1280x720": 74.2 MHz (scaled from 0.0 MHz), 45.0 kHz, 60.0 Hz
[    10.313] (II) NOUVEAU(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    10.313] (**) NOUVEAU(G0):  Driver mode "1280x720": 74.2 MHz (scaled from 0.0 MHz), 37.5 kHz, 50.0 Hz
[    10.313] (II) NOUVEAU(G0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    10.313] (**) NOUVEAU(G0):  Driver mode "1280x720": 74.2 MHz (scaled from 0.0 MHz), 45.0 kHz, 59.9 Hz
[    10.313] (II) NOUVEAU(G0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    10.313] (**) NOUVEAU(G0):  Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz
[    10.313] (II) NOUVEAU(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    10.313] (**) NOUVEAU(G0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[    10.313] (II) NOUVEAU(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    10.313] (**) NOUVEAU(G0):  Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
[    10.313] (II) NOUVEAU(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    10.313] (**) NOUVEAU(G0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[    10.313] (II) NOUVEAU(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    10.313] (**) NOUVEAU(G0):  Driver mode "720x576": 27.0 MHz (scaled from 0.0 MHz), 31.2 kHz, 50.0 Hz
[    10.313] (II) NOUVEAU(G0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    10.313] (**) NOUVEAU(G0):  Driver mode "720x480": 27.0 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
[    10.313] (II) NOUVEAU(G0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    10.313] (**) NOUVEAU(G0):  Driver mode "720x480": 27.0 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[    10.313] (II) NOUVEAU(G0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    10.313] (**) NOUVEAU(G0):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
[    10.313] (II) NOUVEAU(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    10.313] (**) NOUVEAU(G0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
[    10.313] (II) NOUVEAU(G0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    10.313] (**) NOUVEAU(G0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[    10.313] (II) NOUVEAU(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    10.313] (**) NOUVEAU(G0):  Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
[    10.313] (II) NOUVEAU(G0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    10.313] (==) NOUVEAU(G0): DPI set to (96, 96)
[    10.313] (II) Loading sub module "fb"
[    10.313] (II) LoadModule: "fb"
[    10.313] (II) Module "fb" already built-in
[    10.313] (II) Loading sub module "shadowfb"
[    10.313] (II) LoadModule: "shadowfb"
[    10.313] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[    10.313] (II) Module shadowfb: vendor="X.Org Foundation"
[    10.313] 	compiled for 1.21.1.4, module version = 1.0.0
[    10.313] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    10.325] (==) modeset(0): Backing store enabled
[    10.325] (==) modeset(0): Silken mouse enabled
[    10.326] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    10.326] (==) modeset(0): DPMS enabled
[    10.326] (II) modeset(0): [DRI2] Setup complete
[    10.326] (II) modeset(0): [DRI2]   DRI driver: iris
[    10.326] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    10.327] (II) NOUVEAU(G0): Channel setup complete.
[    10.327] (II) NOUVEAU(G0): [COPY] async initialised.
[    10.327] (II) NOUVEAU(G0): Hardware support for Present enabled
[    10.327] (II) NOUVEAU(G0): [DRI2] Setup complete
[    10.327] (II) NOUVEAU(G0): [DRI2]   DRI driver: nouveau
[    10.327] (II) NOUVEAU(G0): [DRI2]   VDPAU driver: nouveau
[    10.327] (II) Loading sub module "exa"
[    10.327] (II) LoadModule: "exa"
[    10.327] (II) Loading /usr/lib/xorg/modules/libexa.so
[    10.327] (II) Module exa: vendor="X.Org Foundation"
[    10.327] 	compiled for 1.21.1.4, module version = 2.6.0
[    10.327] 	ABI class: X.Org Video Driver, version 25.2
[    10.327] (II) EXA(256): Driver allocated offscreen pixmaps
[    10.327] (II) EXA(256): Driver registered support for the following operations:
[    10.327] (II)         Solid
[    10.327] (II)         Copy
[    10.327] (II)         Composite (RENDER acceleration)
[    10.327] (II)         UploadToScreen
[    10.327] (II)         DownloadFromScreen
[    10.327] (==) NOUVEAU(G0): Backing store enabled
[    10.327] (==) NOUVEAU(G0): Silken mouse enabled
[    10.327] (II) NOUVEAU(G0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[    10.327] (II) NOUVEAU(G0): [XvMC] Extension initialized.
[    10.327] (==) NOUVEAU(G0): DPMS enabled
[    10.328] (II) Initializing extension Generic Event Extension
[    10.328] (II) Initializing extension SHAPE
[    10.328] (II) Initializing extension MIT-SHM
[    10.328] (II) Initializing extension XInputExtension
[    10.328] (II) Initializing extension XTEST
[    10.328] (II) Initializing extension BIG-REQUESTS
[    10.328] (II) Initializing extension SYNC
[    10.328] (II) Initializing extension XKEYBOARD
[    10.328] (II) Initializing extension XC-MISC
[    10.328] (II) Initializing extension SECURITY
[    10.328] (II) Initializing extension XFIXES
[    10.328] (II) Initializing extension RENDER
[    10.328] (II) Initializing extension RANDR
[    10.328] (II) Initializing extension COMPOSITE
[    10.328] (II) Initializing extension DAMAGE
[    10.328] (II) Initializing extension MIT-SCREEN-SAVER
[    10.328] (II) Initializing extension DOUBLE-BUFFER
[    10.328] (II) Initializing extension RECORD
[    10.329] (II) Initializing extension DPMS
[    10.329] (II) Initializing extension Present
[    10.329] (II) Initializing extension DRI3
[    10.329] (II) Initializing extension X-Resource
[    10.329] (II) Initializing extension XVideo
[    10.329] (II) Initializing extension XVideo-MotionCompensation
[    10.329] (II) Initializing extension GLX
[    10.331] (II) AIGLX: Loaded and initialized iris
[    10.331] (II) GLX: Initialized DRI2 GL provider for screen 0
[    10.331] (II) Initializing extension XFree86-VidModeExtension
[    10.331] (II) Initializing extension XFree86-DGA
[    10.331] (II) Initializing extension XFree86-DRI
[    10.331] (II) Initializing extension DRI2
[    10.332] (II) NOUVEAU(G0): NVEnterVT is called.
[    10.410] (II) modeset(0): Damage tracking initialized
[    10.410] (II) modeset(0): Setting screen physical size to 762 x 423
[    10.437] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    10.437] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    10.437] (II) LoadModule: "libinput"
[    10.437] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    10.438] (II) Module libinput: vendor="X.Org Foundation"
[    10.438] 	compiled for 1.21.1.3, module version = 1.2.1
[    10.438] 	Module class: X.Org XInput Driver
[    10.438] 	ABI class: X.Org XInput driver, version 24.4
[    10.438] (II) Using input driver 'libinput' for 'Power Button'
[    10.438] (**) Power Button: always reports core events
[    10.438] (**) Option "Device" "/dev/input/event2"
[    10.442] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    10.442] (II) event2  - Power Button: device is a keyboard
[    10.442] (II) event2  - Power Button: device removed
[    10.544] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    10.544] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    10.547] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    10.547] (II) event2  - Power Button: device is a keyboard
[    10.548] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[    10.548] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    10.548] (II) Using input driver 'libinput' for 'Video Bus'
[    10.548] (**) Video Bus: always reports core events
[    10.548] (**) Option "Device" "/dev/input/event3"
[    10.549] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    10.549] (II) event3  - Video Bus: device is a keyboard
[    10.549] (II) event3  - Video Bus: device removed
[    10.683] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[    10.683] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    10.683] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    10.683] (II) event3  - Video Bus: device is a keyboard
[    10.683] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    10.683] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    10.683] (II) Using input driver 'libinput' for 'Power Button'
[    10.683] (**) Power Button: always reports core events
[    10.683] (**) Option "Device" "/dev/input/event1"
[    10.684] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    10.684] (II) event1  - Power Button: device is a keyboard
[    10.684] (II) event1  - Power Button: device removed
[    10.743] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    10.743] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    10.745] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    10.746] (II) event1  - Power Button: device is a keyboard
[    10.747] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    10.747] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    10.747] (II) Using input driver 'libinput' for 'Sleep Button'
[    10.747] (**) Sleep Button: always reports core events
[    10.747] (**) Option "Device" "/dev/input/event0"
[    10.749] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    10.749] (II) event0  - Sleep Button: device is a keyboard
[    10.749] (II) event0  - Sleep Button: device removed
[    10.813] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    10.813] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    10.816] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    10.816] (II) event0  - Sleep Button: device is a keyboard
[    10.888] (II) config/udev: removing device Sleep Button
[    10.888] (II) event0  - Sleep Button: device removed
[    11.003] (II) UnloadModule: "libinput"
[    11.004] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    11.004] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    11.004] (II) Using input driver 'libinput' for 'Sleep Button'
[    11.004] (**) Sleep Button: always reports core events
[    11.004] (**) Option "Device" "/dev/input/event0"
[    11.006] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    11.006] (II) event0  - Sleep Button: device is a keyboard
[    11.006] (II) event0  - Sleep Button: device removed
[    11.093] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    11.093] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    11.096] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    11.096] (II) event0  - Sleep Button: device is a keyboard
[    11.097] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:02.0/drm/card1 /dev/dri/card1
[    11.097] xf86: remove device 1 /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[    11.097] failed to find screen to remove
[    20.009] (II) config/udev: Adding input device ZSA Moonlander Mark I (/dev/input/event4)
[    20.009] (**) ZSA Moonlander Mark I: Applying InputClass "libinput keyboard catchall"
[    20.009] (II) Using input driver 'libinput' for 'ZSA Moonlander Mark I'
[    20.009] (**) ZSA Moonlander Mark I: always reports core events
[    20.009] (**) Option "Device" "/dev/input/event4"
[    20.011] (II) event4  - ZSA Moonlander Mark I: is tagged by udev as: Keyboard
[    20.011] (II) event4  - ZSA Moonlander Mark I: device is a keyboard
[    20.012] (II) event4  - ZSA Moonlander Mark I: device removed
[    20.073] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.0/0003:3297:1969.0002/input/input4/event4"
[    20.073] (II) XINPUT: Adding extended input device "ZSA Moonlander Mark I" (type: KEYBOARD, id 10)
[    20.076] (II) event4  - ZSA Moonlander Mark I: is tagged by udev as: Keyboard
[    20.076] (II) event4  - ZSA Moonlander Mark I: device is a keyboard
[    20.080] (II) config/udev: Adding input device ZSA Moonlander Mark I System Control (/dev/input/event6)
[    20.080] (**) ZSA Moonlander Mark I System Control: Applying InputClass "libinput keyboard catchall"
[    20.080] (II) Using input driver 'libinput' for 'ZSA Moonlander Mark I System Control'
[    20.080] (**) ZSA Moonlander Mark I System Control: always reports core events
[    20.080] (**) Option "Device" "/dev/input/event6"
[    20.081] (II) event6  - ZSA Moonlander Mark I System Control: is tagged by udev as: Keyboard
[    20.081] (II) event6  - ZSA Moonlander Mark I System Control: device is a keyboard
[    20.081] (II) event6  - ZSA Moonlander Mark I System Control: device removed
[    20.163] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.2/0003:3297:1969.0004/input/input13/event6"
[    20.163] (II) XINPUT: Adding extended input device "ZSA Moonlander Mark I System Control" (type: KEYBOARD, id 11)
[    20.165] (II) event6  - ZSA Moonlander Mark I System Control: is tagged by udev as: Keyboard
[    20.165] (II) event6  - ZSA Moonlander Mark I System Control: device is a keyboard
[    20.166] (II) config/udev: Adding input device ZSA Moonlander Mark I (/dev/input/event5)
[    20.166] (**) ZSA Moonlander Mark I: Applying InputClass "libinput pointer catchall"
[    20.166] (II) Using input driver 'libinput' for 'ZSA Moonlander Mark I'
[    20.166] (**) ZSA Moonlander Mark I: always reports core events
[    20.166] (**) Option "Device" "/dev/input/event5"
[    20.244] (II) event5  - ZSA Moonlander Mark I: is tagged by udev as: Mouse
[    20.245] (II) event5  - ZSA Moonlander Mark I: device is a pointer
[    20.245] (II) event5  - ZSA Moonlander Mark I: device removed
[    20.373] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.1/0003:3297:1969.0003/input/input12/event5"
[    20.373] (II) XINPUT: Adding extended input device "ZSA Moonlander Mark I" (type: MOUSE, id 12)
[    20.373] (**) Option "AccelerationScheme" "none"
[    20.373] (**) ZSA Moonlander Mark I: (accel) selected scheme none/0
[    20.373] (**) ZSA Moonlander Mark I: (accel) acceleration factor: 2.000
[    20.373] (**) ZSA Moonlander Mark I: (accel) acceleration threshold: 4
[    20.444] (II) event5  - ZSA Moonlander Mark I: is tagged by udev as: Mouse
[    20.445] (II) event5  - ZSA Moonlander Mark I: device is a pointer
[    20.446] (II) config/udev: Adding input device ZSA Moonlander Mark I Keyboard (/dev/input/event8)
[    20.446] (**) ZSA Moonlander Mark I Keyboard: Applying InputClass "libinput keyboard catchall"
[    20.446] (II) Using input driver 'libinput' for 'ZSA Moonlander Mark I Keyboard'
[    20.446] (**) ZSA Moonlander Mark I Keyboard: always reports core events
[    20.446] (**) Option "Device" "/dev/input/event8"
[    20.447] (II) event8  - ZSA Moonlander Mark I Keyboard: is tagged by udev as: Keyboard
[    20.447] (II) event8  - ZSA Moonlander Mark I Keyboard: device is a keyboard
[    20.448] (II) event8  - ZSA Moonlander Mark I Keyboard: device removed
[    20.523] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.2/0003:3297:1969.0004/input/input15/event8"
[    20.523] (II) XINPUT: Adding extended input device "ZSA Moonlander Mark I Keyboard" (type: KEYBOARD, id 13)
[    20.525] (II) event8  - ZSA Moonlander Mark I Keyboard: is tagged by udev as: Keyboard
[    20.525] (II) event8  - ZSA Moonlander Mark I Keyboard: device is a keyboard
[    20.526] (II) config/udev: Adding input device ZSA Moonlander Mark I Consumer Control (/dev/input/event7)
[    20.526] (**) ZSA Moonlander Mark I Consumer Control: Applying InputClass "libinput keyboard catchall"
[    20.526] (II) Using input driver 'libinput' for 'ZSA Moonlander Mark I Consumer Control'
[    20.526] (**) ZSA Moonlander Mark I Consumer Control: always reports core events
[    20.526] (**) Option "Device" "/dev/input/event7"
[    20.528] (II) event7  - ZSA Moonlander Mark I Consumer Control: is tagged by udev as: Keyboard
[    20.528] (II) event7  - ZSA Moonlander Mark I Consumer Control: device is a keyboard
[    20.528] (II) event7  - ZSA Moonlander Mark I Consumer Control: device removed
[    20.563] (II) libinput: ZSA Moonlander Mark I Consumer Control: needs a virtual subdevice
[    20.563] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.2/0003:3297:1969.0004/input/input14/event7"
[    20.563] (II) XINPUT: Adding extended input device "ZSA Moonlander Mark I Consumer Control" (type: MOUSE, id 14)
[    20.563] (**) Option "AccelerationScheme" "none"
[    20.563] (**) ZSA Moonlander Mark I Consumer Control: (accel) selected scheme none/0
[    20.563] (**) ZSA Moonlander Mark I Consumer Control: (accel) acceleration factor: 2.000
[    20.563] (**) ZSA Moonlander Mark I Consumer Control: (accel) acceleration threshold: 4
[    20.565] (II) event7  - ZSA Moonlander Mark I Consumer Control: is tagged by udev as: Keyboard
[    20.565] (II) event7  - ZSA Moonlander Mark I Consumer Control: device is a keyboard
[    20.565] (**) ZSA Moonlander Mark I Consumer Control: Applying InputClass "libinput keyboard catchall"
[    20.565] (II) Using input driver 'libinput' for 'ZSA Moonlander Mark I Consumer Control'
[    20.565] (**) ZSA Moonlander Mark I Consumer Control: always reports core events
[    20.565] (**) Option "Device" "/dev/input/event7"
[    20.565] (II) libinput: ZSA Moonlander Mark I Consumer Control: is a virtual subdevice
[    20.565] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.2/0003:3297:1969.0004/input/input14/event7"
[    20.565] (II) XINPUT: Adding extended input device "ZSA Moonlander Mark I Consumer Control" (type: KEYBOARD, id 15)
[    20.566] (II) config/udev: Adding input device Logi Litra Glow Consumer Control (/dev/input/event9)
[    20.566] (**) Logi Litra Glow Consumer Control: Applying InputClass "libinput keyboard catchall"
[    20.566] (II) Using input driver 'libinput' for 'Logi Litra Glow Consumer Control'
[    20.566] (**) Logi Litra Glow Consumer Control: always reports core events
[    20.566] (**) Option "Device" "/dev/input/event9"
[    20.568] (II) event9  - Logi Litra Glow Consumer Control: is tagged by udev as: Keyboard
[    20.568] (II) event9  - Logi Litra Glow Consumer Control: device is a keyboard
[    20.568] (II) event9  - Logi Litra Glow Consumer Control: device removed
[    20.663] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2:1.0/0003:046D:C900.0005/input/input16/event9"
[    20.663] (II) XINPUT: Adding extended input device "Logi Litra Glow Consumer Control" (type: KEYBOARD, id 16)
[    20.665] (II) event9  - Logi Litra Glow Consumer Control: is tagged by udev as: Keyboard
[    20.665] (II) event9  - Logi Litra Glow Consumer Control: device is a keyboard
[    20.666] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
[    20.666] (II) No input driver specified, ignoring this device.
[    20.666] (II) This device may have been added with another device file.
[    20.666] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[    20.666] (II) No input driver specified, ignoring this device.
[    20.666] (II) This device may have been added with another device file.
[    20.666] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event13)
[    20.666] (II) No input driver specified, ignoring this device.
[    20.666] (II) This device may have been added with another device file.
[    20.667] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
[    20.667] (II) No input driver specified, ignoring this device.
[    20.667] (II) This device may have been added with another device file.
[    20.667] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event15)
[    20.667] (II) No input driver specified, ignoring this device.
[    20.667] (II) This device may have been added with another device file.
[    20.667] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event14)
[    20.667] (II) No input driver specified, ignoring this device.
[    20.667] (II) This device may have been added with another device file.
[    20.668] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event17)
[    20.668] (II) No input driver specified, ignoring this device.
[    20.668] (II) This device may have been added with another device file.
[    20.668] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event16)
[    20.668] (II) No input driver specified, ignoring this device.
[    20.668] (II) This device may have been added with another device file.
[    20.668] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event18)
[    20.668] (II) No input driver specified, ignoring this device.
[    20.668] (II) This device may have been added with another device file.
[    20.669] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event19)
[    20.669] (II) No input driver specified, ignoring this device.
[    20.669] (II) This device may have been added with another device file.
[    20.669] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event20)
[    20.669] (II) No input driver specified, ignoring this device.
[    20.669] (II) This device may have been added with another device file.
[    20.669] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event21)
[    20.669] (II) No input driver specified, ignoring this device.
[    20.669] (II) This device may have been added with another device file.
[    20.670] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=12 (/dev/input/event23)
[    20.670] (II) No input driver specified, ignoring this device.
[    20.670] (II) This device may have been added with another device file.
[    20.670] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=16 (/dev/input/event27)
[    20.670] (II) No input driver specified, ignoring this device.
[    20.670] (II) This device may have been added with another device file.
[    20.670] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=15 (/dev/input/event26)
[    20.670] (II) No input driver specified, ignoring this device.
[    20.670] (II) This device may have been added with another device file.
[    20.670] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=11 (/dev/input/event22)
[    20.670] (II) No input driver specified, ignoring this device.
[    20.670] (II) This device may have been added with another device file.
[    20.671] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=14 (/dev/input/event25)
[    20.671] (II) No input driver specified, ignoring this device.
[    20.671] (II) This device may have been added with another device file.
[    20.687] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=13 (/dev/input/event24)
[    20.688] (II) No input driver specified, ignoring this device.
[    20.688] (II) This device may have been added with another device file.
[    20.725] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=17 (/dev/input/event28)
[    20.725] (II) No input driver specified, ignoring this device.
[    20.725] (II) This device may have been added with another device file.
[    20.837] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event256)
[    20.837] (II) No input driver specified, ignoring this device.
[    20.837] (II) This device may have been added with another device file.
[    20.848] (II) config/udev: Adding input device USB Keyboard (/dev/input/event31)
[    20.849] (**) USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    20.849] (II) Using input driver 'libinput' for 'USB Keyboard'
[    20.849] (**) USB Keyboard: always reports core events
[    20.849] (**) Option "Device" "/dev/input/event31"
[    20.850] (II) event31 - USB Keyboard: is tagged by udev as: Keyboard
[    20.850] (II) event31 - USB Keyboard: device is a keyboard
[    20.851] (II) event31 - USB Keyboard: device removed
[    20.883] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.0/0003:04D9:0169.000C/input/input39/event31"
[    20.883] (II) XINPUT: Adding extended input device "USB Keyboard" (type: KEYBOARD, id 17)
[    20.885] (II) event31 - USB Keyboard: is tagged by udev as: Keyboard
[    20.885] (II) event31 - USB Keyboard: device is a keyboard
[    20.886] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event257)
[    20.886] (II) No input driver specified, ignoring this device.
[    20.886] (II) This device may have been added with another device file.
[    20.957] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event258)
[    20.957] (II) No input driver specified, ignoring this device.
[    20.957] (II) This device may have been added with another device file.
[    20.997] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event259)
[    20.997] (II) No input driver specified, ignoring this device.
[    20.997] (II) This device may have been added with another device file.
[    21.017] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event260)
[    21.017] (II) No input driver specified, ignoring this device.
[    21.017] (II) This device may have been added with another device file.
[    21.097] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event261)
[    21.097] (II) No input driver specified, ignoring this device.
[    21.097] (II) This device may have been added with another device file.
[    21.137] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event262)
[    21.137] (II) No input driver specified, ignoring this device.
[    21.137] (II) This device may have been added with another device file.
[    21.178] (II) config/udev: Adding input device USB Keyboard Consumer Control (/dev/input/event263)
[    21.178] (**) USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    21.178] (II) Using input driver 'libinput' for 'USB Keyboard Consumer Control'
[    21.178] (**) USB Keyboard Consumer Control: always reports core events
[    21.178] (**) Option "Device" "/dev/input/event263"
[    21.180] (II) event263 - USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    21.180] (II) event263 - USB Keyboard Consumer Control: device is a keyboard
[    21.181] (II) event263 - USB Keyboard Consumer Control: device removed
[    21.423] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.1/0003:04D9:0169.000D/input/input40/event263"
[    21.423] (II) XINPUT: Adding extended input device "USB Keyboard Consumer Control" (type: KEYBOARD, id 18)
[    21.427] (II) event263 - USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    21.428] (II) event263 - USB Keyboard Consumer Control: device is a keyboard
[    21.429] (II) config/udev: Adding input device USB Keyboard System Control (/dev/input/event264)
[    21.429] (**) USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[    21.429] (II) Using input driver 'libinput' for 'USB Keyboard System Control'
[    21.429] (**) USB Keyboard System Control: always reports core events
[    21.429] (**) Option "Device" "/dev/input/event264"
[    21.429] (II) event264 - USB Keyboard System Control: is tagged by udev as: Keyboard
[    21.429] (II) event264 - USB Keyboard System Control: device is a keyboard
[    21.429] (II) event264 - USB Keyboard System Control: device removed
[    21.533] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.1/0003:04D9:0169.000D/input/input41/event264"
[    21.533] (II) XINPUT: Adding extended input device "USB Keyboard System Control" (type: KEYBOARD, id 19)
[    21.537] (II) event264 - USB Keyboard System Control: is tagged by udev as: Keyboard
[    21.538] (II) event264 - USB Keyboard System Control: device is a keyboard
[    21.562] (II) config/udev: Adding input device HD264 Webcam USB: HD264 Webcam  (/dev/input/event270)
[    21.562] (**) HD264 Webcam USB: HD264 Webcam : Applying InputClass "libinput keyboard catchall"
[    21.562] (II) Using input driver 'libinput' for 'HD264 Webcam USB: HD264 Webcam '
[    21.562] (**) HD264 Webcam USB: HD264 Webcam : always reports core events
[    21.562] (**) Option "Device" "/dev/input/event270"
[    21.564] (II) event270 - HD264 Webcam USB: HD264 Webcam : is tagged by udev as: Keyboard
[    21.565] (II) event270 - HD264 Webcam USB: HD264 Webcam : device is a keyboard
[    21.565] (II) event270 - HD264 Webcam USB: HD264 Webcam : device removed
[    21.643] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.1/1-6.1:1.0/input/input47/event270"
[    21.643] (II) XINPUT: Adding extended input device "HD264 Webcam USB: HD264 Webcam " (type: KEYBOARD, id 20)
[    21.643] (II) event270 - HD264 Webcam USB: HD264 Webcam : is tagged by udev as: Keyboard
[    21.643] (II) event270 - HD264 Webcam USB: HD264 Webcam : device is a keyboard
[    21.733] (II) config/udev: Adding input device 3D Camera: eTronVideo (/dev/input/event271)
[    21.734] (**) 3D Camera: eTronVideo: Applying InputClass "libinput keyboard catchall"
[    21.734] (II) Using input driver 'libinput' for '3D Camera: eTronVideo'
[    21.734] (**) 3D Camera: eTronVideo: always reports core events
[    21.734] (**) Option "Device" "/dev/input/event271"
[    21.737] (II) event271 - 3D Camera: eTronVideo: is tagged by udev as: Keyboard
[    21.737] (II) event271 - 3D Camera: eTronVideo: device is a keyboard
[    21.737] (II) event271 - 3D Camera: eTronVideo: device removed
[    21.863] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.3/2-2.3.1/2-2.3.1:1.0/input/input48/event271"
[    21.863] (II) XINPUT: Adding extended input device "3D Camera: eTronVideo" (type: KEYBOARD, id 21)
[    21.866] (II) event271 - 3D Camera: eTronVideo: is tagged by udev as: Keyboard
[    21.866] (II) event271 - 3D Camera: eTronVideo: device is a keyboard
[    21.868] (II) config/udev: Adding input device ZSA Moonlander Mark I (/dev/input/mouse0)
[    21.868] (II) No input driver specified, ignoring this device.
[    21.868] (II) This device may have been added with another device file.
[    21.908] (II) config/udev: Adding input device PC Speaker (/dev/input/event273)
[    21.908] (II) No input driver specified, ignoring this device.
[    21.908] (II) This device may have been added with another device file.
[    21.961] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event272)
[    21.961] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    21.961] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[    21.961] (**) Eee PC WMI hotkeys: always reports core events
[    21.961] (**) Option "Device" "/dev/input/event272"
[    21.963] (II) event272 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[    21.963] (II) event272 - Eee PC WMI hotkeys: device is a keyboard
[    21.963] (II) event272 - Eee PC WMI hotkeys: device removed
[    22.003] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input49/event272"
[    22.003] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 22)
[    22.005] (II) event272 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[    22.005] (II) event272 - Eee PC WMI hotkeys: device is a keyboard
[    22.031] (II) config/udev: Adding input device UC-LOGIC TWHA60 Keyboard (/dev/input/event269)
[    22.031] (**) UC-LOGIC TWHA60 Keyboard: Applying InputClass "libinput keyboard catchall"
[    22.031] (**) UC-LOGIC TWHA60 Keyboard: Applying InputClass "Tablet"
[    22.031] (II) LoadModule: "wacom"
[    22.031] (II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
[    22.032] (II) Module wacom: vendor="X.Org Foundation"
[    22.032] 	compiled for 1.21.1.4, module version = 1.1.0
[    22.032] 	Module class: X.Org XInput Driver
[    22.032] 	ABI class: X.Org XInput driver, version 24.4
[    22.032] (II) Build version: 1.1.0
[    22.032] (II) wacom: Driver for Wacom graphics tablets: PenPartner, Graphire,
	Graphire2 4x5, Graphire2 5x7, Graphire3 4x5, Graphire3 6x8,
	Graphire4 4x5, Graphire4 6x8, BambooFun 4x5, BambooFun 6x8,
	Bamboo1 Medium, Graphire4 6x8 BlueTooth, CTL-460, CTH-461, CTL-660,
	CTL-461/S, Bamboo Touch, CTH-460/K, CTH-461/S, CTH-661/S1, CTH-461/L,
	CTH-661/L, Intuos 4x5, Intuos 6x8, Intuos 9x12, Intuos 12x12,
	Intuos 12x18, PTU600, PL400, PL500, PL600, PL600SX, PL550, PL800,
	PL700, PL510, PL710, DTI520, DTF720, DTF720a, DTF521, DTU1931,
	DTU2231, DTU1631, DTH1152, DTH1152, DTK2451, DTH2452, DTH2452,
	Wacom One Pen Display 13, Intuos2 4x5, Intuos2 6x8, Intuos2 9x12,
	Intuos2 12x12, Intuos2 12x18, Intuos2 6x8 , Volito, PenStation,
	Volito2 4x5, Volito2 2x3, PenPartner2, Bamboo, Bamboo1, Bamboo1 4x6,
	Bamboo1 5x8, Intuos3 4x5, Intuos3 6x8, Intuos3 9x12, Intuos3 12x12,
	Intuos3 12x19, Intuos3 6x11, Intuos3 4x6, Intuos4 4x6, Intuos4 6x9,
	Intuos4 8x13, Intuos4 12x19, Intuos4 WL USB Endpoint,
	Intuos4 WL Bluetooth Endpoint, Intuos5 touch S, Intuos5 touch M,
	Intuos5 touch L, Intuos5 S, Intuos5 M, Intuos Pro S, Intuos Pro M,
	Intuos Pro L, Cintiq 21UX, Cintiq 20WSX, Cintiq 12WX, Cintiq 21UX2,
	Cintiq 24HD, Cintiq 22HD, Cintiq 24HD touch (EMR digitizer),
	Cintiq 13HD, DTK2241, DTH2242, Cintiq 22HDT, Cintiq 27QHDT,
	Cintiq 27QHDT, Mobilestudio Pro 13, MobileStudio Pro 16,
	MobileStudio Pro 13, MobileStudio Pro 16, Cintiq 13 FHD Pro,
	Cintiq 16 UHD Pro, Cintiq Pro 24, Cintiq Pro 32, Cintiq 13 FHD Pro,
	Cintiq 16 UHD Pro, Cintiq Pro 24, Cintiq Pro 32, Cintiq Pro 24,
	Mobilestudio Pro 13, MobileStudio Pro 16, MobileStudio Pro 13,
	MobileStudio Pro 16, MobileStudio Pro 16, MobileStudio Pro 16,
	TabletPC 0x90, TabletPC 0x93, TabletPC 0x97, TabletPC 0x9A,
	CapPlus  0x9F, TabletPC 0xE2, TabletPC 0xE3, TabletPC 0xE5,
	TabletPC 0xE6, TabletPC 0xEC, TabletPC 0xED, TabletPC 0xEF,
	TabletPC 0x100, TabletPC 0x101, TabletPC 0x10D, TabletPC 0x116,
	TabletPC 0x12C, TabletPC 0x4001, TabletPC 0x4004, TabletPC 0x5000,
	TabletPC 0x5002, usb:172f:0024, usb:172f:0025, usb:172f:0026,
	usb:172f:0027, usb:172f:0028, usb:172f:0030, usb:172f:0031,
	usb:172f:0032, usb:172f:0033, usb:172f:0034, usb:172f:0035,
	usb:172f:0036, usb:172f:0037, usb:172f:0038, usb:172f:0039,
	usb:172f:0051, usb:172f:0052, usb:172f:0053, usb:172f:0054,
	usb:172f:0055, usb:172f:0056, usb:172f:0057, usb:172f:0058,
	usb:172f:0500, usb:172f:0501, usb:172f:0502, usb:172f:0503,
	usb:1b96:0001, usb:17ef:6004
[    22.033] (II) Using input driver 'wacom' for 'UC-LOGIC TWHA60 Keyboard'
[    22.033] (**) UC-LOGIC TWHA60 Keyboard: always reports core events
[    22.033] (**) Option "Device" "/dev/input/event269"
[    22.033] (EE) wacom: UC-LOGIC TWHA60 Keyboard: stat failed (No such file or directory). cannot check for duplicates.
[    22.033] (EE) xf86OpenSerial: Cannot open device /dev/input/event269
	No such file or directory.
[    22.033] (EE) wacom: UC-LOGIC TWHA60 Keyboard: Error opening /dev/input/event269 (No such file or directory)
[    22.033] (EE) PreInit returned 8 for "UC-LOGIC TWHA60 Keyboard"
[    22.033] (II) UnloadModule: "wacom"
[    22.150] (II) config/udev: Adding input device UC-LOGIC TWHA60 Mouse (/dev/input/mouse3)
[    22.151] (II) No input driver specified, ignoring this device.
[    22.151] (II) This device may have been added with another device file.
[    22.165] (II) config/udev: Adding input device UC-LOGIC TWHA60 Pen (/dev/input/mouse2)
[    22.165] (II) No input driver specified, ignoring this device.
[    22.165] (II) This device may have been added with another device file.
[    22.166] (II) config/udev: Adding input device UC-LOGIC TWHA60 Pad (/dev/input/js0)
[    22.166] (II) No input driver specified, ignoring this device.
[    22.166] (II) This device may have been added with another device file.
[    22.415] (II) config/udev: Adding input device UC-LOGIC TWHA60 Consumer Control (/dev/input/event268)
[    22.415] (**) UC-LOGIC TWHA60 Consumer Control: Applying InputClass "libinput keyboard catchall"
[    22.415] (**) UC-LOGIC TWHA60 Consumer Control: Applying InputClass "Tablet"
[    22.415] (II) Using input driver 'wacom' for 'UC-LOGIC TWHA60 Consumer Control'
[    22.415] (**) UC-LOGIC TWHA60 Consumer Control: always reports core events
[    22.415] (**) Option "Device" "/dev/input/event268"
[    22.415] (II) wacom: UC-LOGIC TWHA60 Consumer Control: type not specified, assuming 'pad'.
[    22.415] (II) wacom: UC-LOGIC TWHA60 Consumer Control: other types will be automatically added.
[    22.415] (EE) wacom: UC-LOGIC TWHA60 Consumer Control pad: xmax value is 0, expected > 0.
[    22.473] (EE) PreInit returned 8 for "UC-LOGIC TWHA60 Consumer Control pad"
[    22.473] (II) UnloadModule: "wacom"
[    22.475] (II) config/udev: Adding input device UC-LOGIC TWHA60 System Control (/dev/input/event269)
[    22.475] (**) UC-LOGIC TWHA60 System Control: Applying InputClass "libinput keyboard catchall"
[    22.475] (**) UC-LOGIC TWHA60 System Control: Applying InputClass "Tablet"
[    22.475] (II) Using input driver 'wacom' for 'UC-LOGIC TWHA60 System Control'
[    22.475] (**) UC-LOGIC TWHA60 System Control: always reports core events
[    22.475] (**) Option "Device" "/dev/input/event269"
[    22.475] (EE) wacom: UC-LOGIC TWHA60 System Control: No valid type found for this device.
[    22.475] (EE) wacom: UC-LOGIC TWHA60 System Control: No type specified
[    22.475] (EE) wacom: UC-LOGIC TWHA60 System Control: Invalid type '(null)' for this device.
[    22.543] (EE) PreInit returned 8 for "UC-LOGIC TWHA60 System Control"
[    22.543] (II) UnloadModule: "wacom"
[    22.545] (II) config/udev: Adding input device UC-LOGIC TWHA60 Pad (/dev/input/event265)
[    22.545] (**) UC-LOGIC TWHA60 Pad: Applying InputClass "libinput tablet catchall"
[    22.545] (**) UC-LOGIC TWHA60 Pad: Applying InputClass "Tablet"
[    22.545] (II) Using input driver 'wacom' for 'UC-LOGIC TWHA60 Pad'
[    22.545] (**) UC-LOGIC TWHA60 Pad: always reports core events
[    22.545] (**) Option "Device" "/dev/input/event265"
[    22.613] (II) wacom: UC-LOGIC TWHA60 Pad: type not specified, assuming 'pad'.
[    22.613] (II) wacom: UC-LOGIC TWHA60 Pad: other types will be automatically added.
[    22.613] (**) wacom: UC-LOGIC TWHA60 Pad pad: panscroll is 0
[    22.613] (**) wacom: UC-LOGIC TWHA60 Pad pad: panscroll modified to 1000
[    22.613] (II) wacom: UC-LOGIC TWHA60 Pad pad: hotplugging dependent devices.
[    22.613] (II) wacom: UC-LOGIC TWHA60 Pad pad: hotplugging completed.
[    22.783] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:5543:0781.0011/input/input53/event265"
[    22.783] (II) XINPUT: Adding extended input device "UC-LOGIC TWHA60 Pad pad" (type: PAD, id 23)
[    22.784] (**) UC-LOGIC TWHA60 Pad pad: (accel) keeping acceleration scheme 1
[    22.784] (**) UC-LOGIC TWHA60 Pad pad: (accel) acceleration profile 0
[    22.784] (**) UC-LOGIC TWHA60 Pad pad: (accel) acceleration factor: 2.000
[    22.784] (**) UC-LOGIC TWHA60 Pad pad: (accel) acceleration threshold: 4
[    22.854] (II) config/udev: Adding input device UC-LOGIC TWHA60 Keyboard (/dev/input/event267)
[    22.855] (**) UC-LOGIC TWHA60 Keyboard: Applying InputClass "libinput keyboard catchall"
[    22.855] (**) UC-LOGIC TWHA60 Keyboard: Applying InputClass "Tablet"
[    22.855] (II) Using input driver 'wacom' for 'UC-LOGIC TWHA60 Keyboard'
[    22.855] (**) UC-LOGIC TWHA60 Keyboard: always reports core events
[    22.855] (**) Option "Device" "/dev/input/event267"
[    22.855] (EE) wacom: UC-LOGIC TWHA60 Keyboard: No valid type found for this device.
[    22.855] (EE) wacom: UC-LOGIC TWHA60 Keyboard: No type specified
[    22.855] (EE) wacom: UC-LOGIC TWHA60 Keyboard: Invalid type '(null)' for this device.
[    22.963] (EE) PreInit returned 8 for "UC-LOGIC TWHA60 Keyboard"
[    22.963] (II) UnloadModule: "wacom"
[    22.965] (II) config/udev: Adding input device UC-LOGIC TWHA60 Mouse (/dev/input/event266)
[    22.965] (**) UC-LOGIC TWHA60 Mouse: Applying InputClass "libinput pointer catchall"
[    22.965] (**) UC-LOGIC TWHA60 Mouse: Applying InputClass "Tablet"
[    22.965] (II) Using input driver 'wacom' for 'UC-LOGIC TWHA60 Mouse'
[    22.965] (**) UC-LOGIC TWHA60 Mouse: always reports core events
[    22.965] (**) Option "Device" "/dev/input/event266"
[    23.033] (EE) wacom: UC-LOGIC TWHA60 Mouse: No valid type found for this device.
[    23.033] (EE) wacom: UC-LOGIC TWHA60 Mouse: No type specified
[    23.033] (EE) wacom: UC-LOGIC TWHA60 Mouse: Invalid type '(null)' for this device.
[    23.173] (EE) PreInit returned 8 for "UC-LOGIC TWHA60 Mouse"
[    23.173] (II) UnloadModule: "wacom"
[    23.177] (II) config/udev: Adding input device Valve Software Steam Controller (/dev/input/mouse1)
[    23.177] (II) No input driver specified, ignoring this device.
[    23.177] (II) This device may have been added with another device file.
[    23.178] (II) config/udev: Adding input device Valve Software Steam Controller (/dev/input/event29)
[    23.178] (**) Valve Software Steam Controller: Applying InputClass "libinput pointer catchall"
[    23.178] (**) Valve Software Steam Controller: Applying InputClass "libinput keyboard catchall"
[    23.178] (II) Using input driver 'libinput' for 'Valve Software Steam Controller'
[    23.178] (**) Valve Software Steam Controller: always reports core events
[    23.178] (**) Option "Device" "/dev/input/event29"
[    23.180] (II) event29 - Valve Software Steam Controller: is tagged by udev as: Keyboard Mouse
[    23.180] (II) event29 - Valve Software Steam Controller: device is a pointer
[    23.180] (II) event29 - Valve Software Steam Controller: device is a keyboard
[    23.180] (II) event29 - Valve Software Steam Controller: device removed
[    23.323] (II) libinput: Valve Software Steam Controller: needs a virtual subdevice
[    23.323] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:28DE:1142.0006/input/input51/event29"
[    23.323] (II) XINPUT: Adding extended input device "Valve Software Steam Controller" (type: MOUSE, id 24)
[    23.323] (**) Option "AccelerationScheme" "none"
[    23.323] (**) Valve Software Steam Controller: (accel) selected scheme none/0
[    23.323] (**) Valve Software Steam Controller: (accel) acceleration factor: 2.000
[    23.324] (**) Valve Software Steam Controller: (accel) acceleration threshold: 4
[    23.327] (II) event29 - Valve Software Steam Controller: is tagged by udev as: Keyboard Mouse
[    23.327] (II) event29 - Valve Software Steam Controller: device is a pointer
[    23.327] (II) event29 - Valve Software Steam Controller: device is a keyboard
[    23.328] (**) Valve Software Steam Controller: Applying InputClass "libinput pointer catchall"
[    23.328] (**) Valve Software Steam Controller: Applying InputClass "libinput keyboard catchall"
[    23.328] (II) Using input driver 'libinput' for 'Valve Software Steam Controller'
[    23.328] (**) Valve Software Steam Controller: always reports core events
[    23.328] (**) Option "Device" "/dev/input/event29"
[    23.328] (II) libinput: Valve Software Steam Controller: is a virtual subdevice
[    23.328] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:28DE:1142.0006/input/input51/event29"
[    23.328] (II) XINPUT: Adding extended input device "Valve Software Steam Controller" (type: KEYBOARD, id 25)
[    23.329] (II) config/udev: Adding input device UC-LOGIC TWHA60 Pen (/dev/input/event30)
[    23.329] (**) UC-LOGIC TWHA60 Pen: Applying InputClass "libinput tablet catchall"
[    23.329] (**) UC-LOGIC TWHA60 Pen: Applying InputClass "Tablet"
[    23.329] (II) Using input driver 'wacom' for 'UC-LOGIC TWHA60 Pen'
[    23.329] (**) UC-LOGIC TWHA60 Pen: always reports core events
[    23.329] (**) Option "Device" "/dev/input/event30"
[    23.329] (II) wacom: UC-LOGIC TWHA60 Pen: type not specified, assuming 'stylus'.
[    23.329] (II) wacom: UC-LOGIC TWHA60 Pen: other types will be automatically added.
[    23.329] (--) wacom: UC-LOGIC TWHA60 Pen stylus: using pressure threshold of 851 for button 1
[    23.329] (**) wacom: UC-LOGIC TWHA60 Pen stylus: panscroll is 0
[    23.329] (**) wacom: UC-LOGIC TWHA60 Pen stylus: panscroll modified to 2041
[    23.329] (--) wacom: UC-LOGIC TWHA60 Pen stylus: maxX=40000 maxY=25000 maxZ=2047 resX=157000 resY=157000  tilt=enabled
[    23.329] (II) wacom: UC-LOGIC TWHA60 Pen stylus: hotplugging dependent devices.
[    23.329] (II) wacom: UC-LOGIC TWHA60 Pen stylus: hotplugging completed.
[    23.413] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:5543:0781.0011/input/input52/event30"
[    23.413] (II) XINPUT: Adding extended input device "UC-LOGIC TWHA60 Pen stylus" (type: STYLUS, id 26)
[    23.414] (**) UC-LOGIC TWHA60 Pen stylus: (accel) keeping acceleration scheme 1
[    23.414] (**) UC-LOGIC TWHA60 Pen stylus: (accel) acceleration profile 0
[    23.414] (**) UC-LOGIC TWHA60 Pen stylus: (accel) acceleration factor: 2.000
[    23.414] (**) UC-LOGIC TWHA60 Pen stylus: (accel) acceleration threshold: 4
[    38.013] (II) modeset(0): EDID vendor "VLV", prod id 37288
[    38.025] (II) modeset(0): EDID vendor "VLV", prod id 37288
[    38.261] (II) modeset(0): Allocate new frame buffer 3840x1600 stride
[    38.344] randr: falling back to unsynchronized pixmap sharing
[    38.344] resize called 1920 1080
[    40.999] randr: falling back to unsynchronized pixmap sharing
[    40.999] resize called 3840 1080
[    44.367] (II) config/udev: Adding input device MX Vertical Mouse (/dev/input/mouse4)
[    44.367] (II) No input driver specified, ignoring this device.
[    44.367] (II) This device may have been added with another device file.
[    44.545] (II) config/udev: Adding input device MX Vertical Mouse (/dev/input/event274)
[    44.545] (**) MX Vertical Mouse: Applying InputClass "libinput pointer catchall"
[    44.545] (II) Using input driver 'libinput' for 'MX Vertical Mouse'
[    44.545] (**) MX Vertical Mouse: always reports core events
[    44.545] (**) Option "Device" "/dev/input/event274"
[    44.545] (II) event274 - MX Vertical Mouse: is tagged by udev as: Mouse
[    44.545] (II) event274 - MX Vertical Mouse: device is a pointer
[    44.545] (II) event274 - MX Vertical Mouse: device removed
[    44.723] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:046D:B020.001B/input/input59/event274"
[    44.723] (II) XINPUT: Adding extended input device "MX Vertical Mouse" (type: MOUSE, id 27)
[    44.724] (**) Option "AccelerationScheme" "none"
[    44.724] (**) MX Vertical Mouse: (accel) selected scheme none/0
[    44.724] (**) MX Vertical Mouse: (accel) acceleration factor: 2.000
[    44.724] (**) MX Vertical Mouse: (accel) acceleration threshold: 4
[    44.726] (II) event274 - MX Vertical Mouse: is tagged by udev as: Mouse
[    44.726] (II) event274 - MX Vertical Mouse: device is a pointer
[    53.255] (II) modeset(0): EDID vendor "VLV", prod id 37288
[    53.268] (II) modeset(0): EDID vendor "VLV", prod id 37288
[    53.280] (II) modeset(0): EDID vendor "VLV", prod id 37288
[    63.814] (EE) event31 - USB Keyboard: client bug: event processing lagging behind by 41ms, your system is too slow
[   129.063] (EE) event31 - USB Keyboard: client bug: event processing lagging behind by 49ms, your system is too slow
[   130.438] (EE) event31 - USB Keyboard: client bug: event processing lagging behind by 45ms, your system is too slow
[   136.550] (EE) event31 - USB Keyboard: client bug: event processing lagging behind by 37ms, your system is too slow
[   188.179] (II) modeset(0): EDID vendor "VLV", prod id 37288
[   188.192] (II) modeset(0): EDID vendor "VLV", prod id 37288
[   188.204] (II) modeset(0): EDID vendor "VLV", prod id 37288
[   193.530] (II) modeset(0): Allocate new frame buffer 3840x1080 stride
[   193.868] (EE) 
[   193.868] (EE) Backtrace:
[   193.868] (EE) 0: /usr/lib/Xorg (dri3_send_open_reply+0xdd) [0x563b0cc71bad]
[   193.869] (EE) 1: /usr/lib/libc.so.6 (__sigaction+0x50) [0x7f58661a58e0]
[   193.869] (EE) 2: /usr/lib/xorg/modules/libexa.so (exaGetPixmapDriverPrivate+0x32) [0x7f58506ebe92]
[   193.869] (EE) unw_get_proc_name failed: no unwind info found [-10]
[   193.869] (EE) 3: /usr/lib/xorg/modules/drivers/nouveau_drv.so (?+0x0) [0x7f58654ef95e]
[   193.869] (EE) 4: /usr/lib/Xorg (CreateClipShape+0x5b4) [0x563b0cbf16a4]
[   193.869] (EE) 5: /usr/lib/Xorg (present_event_notify+0x183c) [0x563b0cbf6f7c]
[   193.869] (EE) 6: /usr/lib/Xorg (present_event_notify+0xad5) [0x563b0cbf6215]
[   193.869] (EE) 7: /usr/lib/Xorg (SProcXkbDispatch+0x280c) [0x563b0cb52057]
[   193.869] (EE) 8: /usr/lib/libc.so.6 (__libc_init_first+0x90) [0x7f5866190290]
[   193.869] (EE) 9: /usr/lib/libc.so.6 (__libc_start_main+0x8a) [0x7f586619034a]
[   193.869] (EE) 10: /usr/lib/Xorg (_start+0x25) [0x563b0cb52475]
[   193.869] (EE) 
[   193.869] (EE) Segmentation fault at address 0x2c8
[   193.869] (EE) 
Fatal server error:
[   193.869] (EE) Caught signal 11 (Segmentation fault). Server aborting
[   193.869] (EE) 
[   193.869] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   193.869] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   193.869] (EE) 
[   193.869] (II) AIGLX: Suspending AIGLX clients for VT switch
[   193.869] (EE) Server terminated with error (1). Closing log file.

Last edited by exodrifter (2022-07-31 06:26:40)

Offline

#2 2022-07-31 06:12:07

seth
Member
Registered: 2012-09-03
Posts: 51,270

Re: [Solved] Disabling monitor causes Xorg to crash

Crashes in the nouveau ddx driver, try w/o xf86-video-nouveau and wrt "the Steam Index display" consider using the nvidia blob for much better performance.

Offline

#3 2022-07-31 06:20:14

exodrifter
Member
Registered: 2022-07-31
Posts: 3
Website

Re: [Solved] Disabling monitor causes Xorg to crash

Uninstalling `xf86-video-nouveau` and rebooting fixed it! How did you know the crash happened in the nouveau ddx driver? I don't see the phrase `ddx` mentioned anywhere in the log file.

If by "nvidia blob" you mean the proprietary nvidia drivers, I'm well aware but I've run into several different frustrating issues multiple times with those drivers in recent memory so I'm going to stick with nouveau for now (even though it doesn't support vulkan which is required for the index HMD)

Last edited by exodrifter (2022-07-31 06:21:08)

Offline

#4 2022-07-31 06:36:01

seth
Member
Registered: 2012-09-03
Posts: 51,270

Re: [Solved] Disabling monitor causes Xorg to crash

[   193.868] (EE) Backtrace:
[   193.868] (EE) 0: /usr/lib/Xorg (dri3_send_open_reply+0xdd) [0x563b0cc71bad]
[   193.869] (EE) 1: /usr/lib/libc.so.6 (__sigaction+0x50) [0x7f58661a58e0]
[   193.869] (EE) 2: /usr/lib/xorg/modules/libexa.so (exaGetPixmapDriverPrivate+0x32) [0x7f58506ebe92]
[   193.869] (EE) unw_get_proc_name failed: no unwind info found [-10]
[   193.869] (EE) 3: /usr/lib/xorg/modules/drivers/nouveau_drv.so (?+0x0) [0x7f58654ef95e]
[   193.869] (EE) 4: /usr/lib/Xorg (CreateClipShape+0x5b4) [0x563b0cbf16a4]
[   193.869] (EE) 5: /usr/lib/Xorg (present_event_notify+0x183c) [0x563b0cbf6f7c]
[   193.869] (EE) 6: /usr/lib/Xorg (present_event_notify+0xad5) [0x563b0cbf6215]
[   193.869] (EE) 7: /usr/lib/Xorg (SProcXkbDispatch+0x280c) [0x563b0cb52057]

"unwind" is already part of "Immagetme a stack trace)

I've run into several different frustrating issues multiple times with those drivers in recent memory

If you change your mind, see https://wiki.archlinux.org/title/NVIDIA#Installation

Offline

Board footer

Powered by FluxBB