You are not logged in.

#1 2026-02-01 16:54:57

mosdos
Member
Registered: 2026-01-28
Posts: 9

Poor performance with nvidia drivers

Good afternoon,
I have been using arch linux on and off for a combined time of about a year now. I have recently switched back to arch from bazzite, and I am having a lot of troubles with performance in games. Specifically, games that used to run a lot better on bazzite and windows are running a lot worse on arch. I will list these games and the FPS differences:
Star Wars the Old Republic (Steam with proton): Bazzite: 120+ Medium settings. Arch: 60-80(sometimes for short times 120FPS) Medium settings.
Minecraft Java Edition: Bazzite: 145+ FPS. Arch: 80-120 max
TCG Card Shop Simulator (Steam with proton): Bazzite: 120 FPS Medium settings. Arch: 20-60 FPS Medium settings.

These are just a few games, but I do have more that I can test on arch.  (Also, I have the nvidia-open, nvidia-utils, nvidia-settings, and nvidia-prime all installed on my computer, I figured that might be important to mention).

For system information:

OS: Arch Linux x86_64
Host: 21G2002CUS (ThinkPad P14s Gen 5)
Kernel: Linux 6.18.7-arch1-1
Uptime: 17 hours, 28 mins
Packages: 945 (pacman), 18 (flatpak)
Shell: bash 5.3.9
Display (G2490W1G4): 1920x1080 in 24", 144 Hz [External]
Display (LEN8AB1): 3072x1920 @ 1.65x in 14", 120 Hz [Built-in] *
DE: KDE Plasma 6.5.5
WM: KWin (Wayland)
WM Theme: Breeze
Theme: Breeze (Dark) [Qt], Breeze-Dark [GTK2], Breeze [GTK3]
Icons: breeze-dark [Qt], breeze-dark [GTK2/3/4]
Font: Noto Sans (10pt) [Qt], Noto Sans (10pt) [GTK2/3/4]
 Cursor: breeze (24px)
Terminal: konsole 25.12.1
CPU: Intel(R) Core(TM) Ultra 7 155H (22) @ 4.80 GHz
GPU 1: NVIDIA RTX 500 Ada Generation Laptop GPU
GPU 2: Intel Arc Graphics @ 2.25 GHz [Integrated]
Memory: 4.60 GiB / 30.84 GiB (15%)
Swap: 0 B / 15.42 GiB (0%)
Disk (/): 125.23 GiB / 1.79 TiB (7%) - ext4
Battery (5B11H56402): 99% [Charging, AC Connected]
Locale: en_US.UTF-8

For more specific info, I do have the proper nvidia driver installed for my computer per the arch linux wiki's nvidia page: https://wiki.archlinux.org/title/NVIDIA
Here is some info about OpenGL on my computer from the command glxinfo | grep -Ei 'Direct|String':

direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) Arc(tm) Graphics (MTL)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 25.3.4-arch1.1
OpenGL core profile shading language version string: 4.60
    GL_AMD_multi_draw_indirect, GL_AMD_performance_monitor, 
    GL_ARB_depth_clamp, GL_ARB_derivative_control, GL_ARB_direct_state_access, 
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_indirect, 
    GL_ARB_half_float_vertex, GL_ARB_indirect_parameters, 
    GL_ARB_multi_draw_indirect, GL_ARB_occlusion_query2, 
OpenGL version string: 4.6 (Compatibility Profile) Mesa 25.3.4-arch1.1
OpenGL shading language version string: 4.60
    GL_AMD_draw_buffers_blend, GL_AMD_multi_draw_indirect, 
    GL_ARB_direct_state_access, GL_ARB_draw_buffers, 
    GL_ARB_draw_indirect, GL_ARB_draw_instanced, GL_ARB_enhanced_layouts, 
    GL_ARB_half_float_vertex, GL_ARB_indirect_parameters, 
    GL_ARB_multi_draw_indirect, GL_ARB_multisample, GL_ARB_multitexture, 
    GL_EXT_direct_state_access, GL_EXT_draw_buffers2, GL_EXT_draw_instanced, 
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 25.3.4-arch1.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
    GL_EXT_multi_draw_indirect, GL_EXT_occlusion_query_boolean, 

It would appear that opengl is using my integrated graphics. That being said, I am getting mixed signals, as when I run lspci -k | grep -EA3 'VGA|3D' , it shows me this which would lead me to believe that my gpu is being used. Furthermore, when I run nvidia-smi, games that I run show up as running processes under the gpu.

00:02.0 VGA compatible controller: Intel Corporation Meteor Lake-P [Intel Arc Graphics] (rev 08)
        Subsystem: Lenovo Device 50ea
        Kernel driver in use: i915
        Kernel modules: i915, xe
--
01:00.0 3D controller: NVIDIA Corporation AD107GLM [RTX 500 Ada Generation Laptop GPU] (rev a1)
        Subsystem: Lenovo Device 50ea
        Kernel driver in use: nvidia
        Kernel modules: nouveau, nvidia_drm, nvidia

I would greatly appreciate any help/advice that people can offer, as this has been bugging me for a while because I know my computer can comfortably run pretty much most modern games without issues on windows and bazzite.

Offline

#2 2026-02-01 22:28:04

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

Re: Poor performance with nvidia drivers

https://wiki.archlinux.org/title/PRIME
https://wiki.archlinux.org/title/PRIME# … _using_GPU
Though steam *ought* to automatically pick the GPU, but the Arc IGP might throw it off?

Also

WM: KWin (Wayland)

test the behavior on X11 (steam runs via xwayland)

Offline

#3 2026-02-02 01:17:45

mosdos
Member
Registered: 2026-01-28
Posts: 9

Re: Poor performance with nvidia drivers

Hello,

So I tried these fixes, and they didn't quite work as expected. I first tried installing x11 and running steam through there. I opened Star Wars the Old Republic on steam in x11, and the game froze once I logged into my character, which usually doesn't happen in wayland. I tried some of the fixes from the articles you sent too. I tried to list the providers with the command xrandr --listproviders, and got the following input:

Providers: number : 0

Because of this lack of actual providers, I don't think I will currently be able to try prime gpu offloading, as it requires 2 providers as arguments.

Please let me know if you need any more information, as I would be happy to provide any information that may help solve this issue.

Offline

#4 2026-02-02 09:22:36

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

Re: Poor performance with nvidia drivers

I tried these fixes … tried some of the fixes

Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855
Nothing I linked "fixes" anything but explains how to control the GPU in an optimus setup

xrandr --listproviders …  I don't think I will currently be able to try prime gpu offloading

3D controller: NVIDIA Corporation AD107GLM

That's not a VGA device.

Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

Offline

#5 2026-02-02 13:17:43

mosdos
Member
Registered: 2026-01-28
Posts: 9

Re: Poor performance with nvidia drivers

The logs are long, but I wasn't sure what info was important, so I do apologize about the length.

[     9.150] (--) Log file renamed from "/var/log/Xorg.pid-799.log" to "/var/log/Xorg.0.log"
[     9.151] 
X.Org X Server 1.21.1.21
X Protocol Version 11, Revision 0
[     9.151] Current Operating System: Linux pfradio2 6.18.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 24 Jan 2026 00:47:39 +0000 x86_64
[     9.151] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=34d1289d-e296-4fbe-84db-029af1274090 rw zswap.enabled=0 rootfstype=ext4 loglevel=3 quiet splash nvidia_drm.modeset=1 nvidia-drm.fbdev=1
[     9.151]  
[     9.151] Current version of pixman: 0.46.4
[     9.151] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     9.151] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     9.151] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Feb  2 08:06:27 2026
[     9.152] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     9.152] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     9.153] (==) No Layout section.  Using the first Screen section.
[     9.153] (==) No screen section available. Using defaults.
[     9.153] (**) |-->Screen "Default Screen Section" (0)
[     9.153] (**) |   |-->Monitor "<default monitor>"
[     9.153] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     9.153] (**) Allowing byte-swapped clients
[     9.153] (==) Automatically adding devices
[     9.153] (==) Automatically enabling devices
[     9.153] (==) Automatically adding GPU devices
[     9.153] (==) Automatically binding GPU devices
[     9.153] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     9.153] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     9.153] 	Entry deleted from font path.
[     9.153] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[     9.153] 	Entry deleted from font path.
[     9.153] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[     9.153] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     9.153] 	Entry deleted from font path.
[     9.153] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     9.153] 	Entry deleted from font path.
[     9.153] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     9.153] 	Entry deleted from font path.
[     9.153] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     9.153] 	Entry deleted from font path.
[     9.153] (==) FontPath set to:
	
[     9.153] (==) ModulePath set to "/usr/lib/xorg/modules"
[     9.153] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     9.153] (II) Module ABI versions:
[     9.153] 	X.Org ANSI C Emulation: 0.4
[     9.153] 	X.Org Video Driver: 25.2
[     9.153] 	X.Org XInput driver : 24.4
[     9.153] 	X.Org Server Extension : 10.0
[     9.153] (++) using VT number 2

[     9.153] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     9.154] (II) xfree86: Adding drm device (/dev/dri/card1)
[     9.154] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[     9.154] (II) xfree86: Adding drm device (/dev/dri/card0)
[     9.154] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     9.170] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     9.171] (--) PCI:*(0@0:2:0) 8086:7d55:17aa:50ea rev 8, Mem @ 0x4168000000/16777216, 0x4110000000/268435456, BIOS @ 0x????????/131072
[     9.171] (--) PCI: (1@0:0:0) 10de:28ba:17aa:50ea rev 161, Mem @ 0xab000000/16777216, 0x4000000000/4294967296, 0x4100000000/33554432, I/O @ 0x00002000/128
[     9.171] (II) LoadModule: "glx"
[     9.172] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     9.175] (II) Module glx: vendor="X.Org Foundation"
[     9.175] 	compiled for 1.21.1.21, module version = 1.0.0
[     9.175] 	ABI class: X.Org Server Extension, version 10.0
[     9.175] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[     9.175] 	loading driver: nvidia
[     9.175] (==) Matched intel as autoconfigured driver 0
[     9.175] (==) Matched nvidia as autoconfigured driver 1
[     9.175] (==) Matched nouveau as autoconfigured driver 2
[     9.175] (==) Matched nv as autoconfigured driver 3
[     9.175] (==) Matched modesetting as autoconfigured driver 4
[     9.175] (==) Matched fbdev as autoconfigured driver 5
[     9.175] (==) Matched vesa as autoconfigured driver 6
[     9.175] (==) Assigned the driver to the xf86ConfigLayout
[     9.175] (II) LoadModule: "intel"
[     9.175] (WW) Warning, couldn't open module intel
[     9.175] (EE) Failed to load module "intel" (module does not exist, 0)
[     9.175] (II) LoadModule: "nvidia"
[     9.175] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     9.177] (II) Module nvidia: vendor="NVIDIA Corporation"
[     9.177] 	compiled for 1.16.99.901, module version = 1.0.0
[     9.177] 	Module class: X.Org Video Driver
[     9.177] (II) LoadModule: "nouveau"
[     9.177] (WW) Warning, couldn't open module nouveau
[     9.177] (EE) Failed to load module "nouveau" (module does not exist, 0)
[     9.177] (II) LoadModule: "nv"
[     9.177] (WW) Warning, couldn't open module nv
[     9.177] (EE) Failed to load module "nv" (module does not exist, 0)
[     9.177] (II) LoadModule: "modesetting"
[     9.177] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     9.177] (II) Module modesetting: vendor="X.Org Foundation"
[     9.177] 	compiled for 1.21.1.21, module version = 1.21.1
[     9.177] 	Module class: X.Org Video Driver
[     9.177] 	ABI class: X.Org Video Driver, version 25.2
[     9.177] (II) LoadModule: "fbdev"
[     9.177] (WW) Warning, couldn't open module fbdev
[     9.177] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     9.177] (II) LoadModule: "vesa"
[     9.178] (WW) Warning, couldn't open module vesa
[     9.178] (EE) Failed to load module "vesa" (module does not exist, 0)
[     9.178] (II) NVIDIA dlloader X Driver  590.48.01  Mon Dec  8 12:52:06 UTC 2025
[     9.178] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     9.178] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     9.209] (II) modeset(0): using drv /dev/dri/card0
[     9.210] (II) Loading sub module "fb"
[     9.210] (II) LoadModule: "fb"
[     9.210] (II) Module "fb" already built-in
[     9.210] (II) Loading sub module "wfb"
[     9.210] (II) LoadModule: "wfb"
[     9.210] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     9.210] (II) Module wfb: vendor="X.Org Foundation"
[     9.210] 	compiled for 1.21.1.21, module version = 1.0.0
[     9.210] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.211] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     9.211] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     9.211] (==) modeset(0): RGB weight 888
[     9.211] (==) modeset(0): Default visual is TrueColor
[     9.211] (II) Loading sub module "glamoregl"
[     9.211] (II) LoadModule: "glamoregl"
[     9.212] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     9.215] (II) Module glamoregl: vendor="X.Org Foundation"
[     9.215] 	compiled for 1.21.1.21, module version = 1.0.1
[     9.215] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.337] (II) modeset(0): glamor: Using OpenGL 4.6 context.
[     9.337] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Arc(tm) Graphics (MTL)
[     9.337] (II) modeset(0): glamor initialized
[     9.337] (==) modeset(0): VariableRefresh: disabled
[     9.337] (==) modeset(0): AsyncFlipSecondaries: disabled
[     9.338] (II) modeset(0): Output eDP-1 has no monitor section
[     9.363] (II) modeset(0): Output HDMI-1 has no monitor section
[     9.363] (II) modeset(0): Output DP-1 has no monitor section
[     9.363] (II) modeset(0): Output DP-2 has no monitor section
[     9.363] (II) modeset(0): Output DP-3 has no monitor section
[     9.364] (II) modeset(0): Output DP-4 has no monitor section
[     9.366] (II) modeset(0): EDID for output eDP-1
[     9.366] (II) modeset(0): Manufacturer: LEN  Model: 8ab1  Serial#: 0
[     9.366] (II) modeset(0): Year: 2022  Week: 30
[     9.366] (II) modeset(0): EDID Version: 1.4
[     9.366] (II) modeset(0): Digital Display Input
[     9.366] (II) modeset(0): 10 bits per channel
[     9.366] (II) modeset(0): Digital interface is DisplayPort
[     9.366] (II) modeset(0): Max Image Size [cm]: horiz.: 31  vert.: 20
[     9.366] (II) modeset(0): Gamma: 2.20
[     9.366] (II) modeset(0): No DPMS capabilities specified
[     9.366] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[     9.366] (II) modeset(0): First detailed timing is preferred mode
[     9.366] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     9.366] (II) modeset(0): Display is continuous-frequency
[     9.366] (II) modeset(0): redX: 0.678 redY: 0.317   greenX: 0.265 greenY: 0.689
[     9.366] (II) modeset(0): blueX: 0.149 blueY: 0.060   whiteX: 0.312 whiteY: 0.328
[     9.366] (II) modeset(0): Manufacturer's mask: 0
[     9.366] (II) modeset(0): Supported detailed timing:
[     9.366] (II) modeset(0): clock: 387.8 MHz   Image Size:  312 x 195 mm
[     9.366] (II) modeset(0): h_active: 3072  h_sync: 3120  h_sync_end 3152 h_blank_end 3232 h_border: 0
[     9.366] (II) modeset(0): v_active: 1920  v_sync: 1923  v_sync_end 1929 v_blanking: 2000 v_border: 0
[     9.366] (II) modeset(0): Ranges: V min: 30 V max: 120 Hz, H min: 240 H max: 240 kHz, PixClock max 785 MHz
[     9.366] (II) modeset(0):  LENOVO
[     9.366] (II) modeset(0):  LEN145-3K
[     9.366] (II) modeset(0): Number of EDID sections to follow: 2
[     9.366] (II) modeset(0): EDID (in hex):
[     9.366] (II) modeset(0): 	00ffffffffffff0030aeb18a00000000
[     9.366] (II) modeset(0): 	1e200104b51f1478039e50ad5143b026
[     9.366] (II) modeset(0): 	0f505400000001010101010101010101
[     9.366] (II) modeset(0): 	010101010101809700a0c08050703020
[     9.366] (II) modeset(0): 	360038c310000018000000fd001e78f0
[     9.366] (II) modeset(0): 	f04e010a202020202020000000fe004c
[     9.366] (II) modeset(0): 	454e4f564f0a202020202020000000fe
[     9.366] (II) modeset(0): 	004c454e3134352d334b0a202020026a
[     9.366] (II) modeset(0): 	02030f00e60601016060230000000000
[     9.366] (II) modeset(0): 	00000000000000000000000000000000
[     9.366] (II) modeset(0): 	00000000000000000000000000000000
[     9.366] (II) modeset(0): 	00000000000000000000000000000000
[     9.366] (II) modeset(0): 	00000000000000000000000000000000
[     9.366] (II) modeset(0): 	00000000000000000000000000000000
[     9.366] (II) modeset(0): 	00000000000000000000000000000000
[     9.366] (II) modeset(0): 	00000000000000000000000000001dfe
[     9.366] (II) modeset(0): 	7012790000030114002f0105ff0b9f00
[     9.366] (II) modeset(0): 	2f001f007f074f000200050000000000
[     9.366] (II) modeset(0): 	00000000000000000000000000000000
[     9.366] (II) modeset(0): 	00000000000000000000000000000000
[     9.366] (II) modeset(0): 	00000000000000000000000000000000
[     9.366] (II) modeset(0): 	00000000000000000000000000000000
[     9.366] (II) modeset(0): 	00000000000000000000000000000000
[     9.366] (II) modeset(0): 	00000000000000000000000000005590
[     9.366] (II) modeset(0): Printing probed modes for output eDP-1
[     9.366] (II) modeset(0): Modeline "3072x1920"x60.0  387.84  3072 3120 3152 3232  1920 1923 1929 2000 -hsync -vsync (120.0 kHz eP)
[     9.366] (II) modeset(0): Modeline "3072x1920"x120.0  775.69  3072 3120 3152 3232  1920 1923 1929 2000 -hsync -vsync (240.0 kHz e)
[     9.366] (II) modeset(0): Modeline "2880x1620"x60.0  396.25  2880 3096 3408 3936  1620 1623 1628 1679 -hsync +vsync (100.7 kHz d)
[     9.366] (II) modeset(0): Modeline "2880x1620"x60.0  303.75  2880 2928 2960 3040  1620 1623 1628 1666 +hsync -vsync (99.9 kHz d)
[     9.366] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2760 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[     9.366] (II) modeset(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[     9.366] (II) modeset(0): Modeline "2560x1440"x60.0  638.25  2560 2780 3064 3568  1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[     9.366] (II) modeset(0): Modeline "2560x1440"x60.0  469.12  2560 2584 2600 2640  1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[     9.366] (II) modeset(0): Modeline "2560x1440"x60.0  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[     9.366] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[     9.366] (II) modeset(0): Modeline "2048x1536"x85.0  388.04  2048 2216 2440 2832  1536 1537 1540 1612 -hsync +vsync (137.0 kHz d)
[     9.366] (II) modeset(0): Modeline "2048x1536"x75.0  340.48  2048 2216 2440 2832  1536 1537 1540 1603 -hsync +vsync (120.2 kHz d)
[     9.366] (II) modeset(0): Modeline "2048x1536"x60.0  266.95  2048 2200 2424 2800  1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[     9.366] (II) modeset(0): Modeline "1920x1440"x85.0  341.35  1920 2072 2288 2656  1440 1441 1444 1512 -hsync +vsync (128.5 kHz d)
[     9.366] (II) modeset(0): Modeline "1920x1440"x75.0  297.00  1920 2064 2288 2640  1440 1441 1444 1500 -hsync +vsync (112.5 kHz d)
[     9.366] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[     9.366] (II) modeset(0): Modeline "1856x1392"x75.0  288.00  1856 1984 2208 2560  1392 1393 1396 1500 -hsync +vsync (112.5 kHz d)
[     9.366] (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[     9.366] (II) modeset(0): Modeline "1792x1344"x75.0  261.00  1792 1888 2104 2456  1344 1345 1348 1417 -hsync +vsync (106.3 kHz d)
[     9.366] (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[     9.366] (II) modeset(0): Modeline "2048x1152"x60.0  406.50  2048 2220 2444 2840  1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[     9.366] (II) modeset(0): Modeline "2048x1152"x60.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[     9.366] (II) modeset(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[     9.366] (II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[     9.366] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[     9.366] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[     9.366] (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[     9.366] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     9.366] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     9.366] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     9.366] (II) modeset(0): Modeline "1600x1200"x85.0  229.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (106.2 kHz d)
[     9.366] (II) modeset(0): Modeline "1600x1200"x75.0  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)
[     9.366] (II) modeset(0): Modeline "1600x1200"x70.0  189.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)
[     9.366] (II) modeset(0): Modeline "1600x1200"x65.0  175.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[     9.366] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[     9.366] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     9.366] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     9.366] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[     9.366] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     9.366] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     9.366] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     9.366] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     9.366] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     9.366] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[     9.366] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[     9.366] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     9.366] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     9.366] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     9.366] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[     9.366] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     9.366] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     9.366] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     9.366] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     9.366] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     9.366] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     9.366] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     9.366] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     9.366] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     9.366] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[     9.366] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     9.366] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     9.366] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     9.366] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     9.366] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[     9.366] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[     9.366] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     9.366] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[     9.366] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[     9.366] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[     9.366] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     9.366] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[     9.366] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[     9.366] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[     9.366] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     9.366] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[     9.366] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     9.366] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[     9.366] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     9.366] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     9.366] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     9.366] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     9.366] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     9.366] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     9.366] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     9.366] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[     9.366] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     9.366] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     9.366] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     9.366] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     9.366] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[     9.366] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[     9.366] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[     9.366] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[     9.366] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     9.366] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[     9.366] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[     9.366] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[     9.366] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     9.366] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     9.366] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     9.366] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     9.366] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     9.366] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     9.366] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[     9.366] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     9.366] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     9.366] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     9.366] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[     9.366] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[     9.366] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     9.366] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     9.366] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     9.366] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[     9.366] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     9.366] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[     9.366] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[     9.366] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[     9.366] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     9.366] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     9.366] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     9.366] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[     9.366] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     9.366] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     9.366] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     9.366] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     9.366] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[     9.366] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[     9.366] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     9.366] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     9.366] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     9.366] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     9.366] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[     9.366] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[     9.366] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[     9.366] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[     9.366] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     9.366] (II) modeset(0): Modeline "512x384i"x87.1   22.45  512 516 604 632  384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[     9.366] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     9.366] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     9.366] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[     9.366] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     9.366] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     9.366] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[     9.366] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[     9.366] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[     9.366] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     9.366] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     9.366] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     9.366] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     9.366] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[     9.366] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[     9.366] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[     9.366] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     9.366] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     9.366] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     9.366] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[     9.366] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[     9.366] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     9.366] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     9.366] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[     9.392] (II) modeset(0): EDID for output HDMI-1
[     9.392] (II) modeset(0): Manufacturer: AOC  Model: 2490  Serial#: 159671
[     9.392] (II) modeset(0): Year: 2022  Week: 10
[     9.392] (II) modeset(0): EDID Version: 1.3
[     9.392] (II) modeset(0): Digital Display Input
[     9.392] (II) modeset(0): Max Image Size [cm]: horiz.: 53  vert.: 30
[     9.392] (II) modeset(0): Gamma: 2.20
[     9.392] (II) modeset(0): DPMS capabilities: Off
[     9.392] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     9.392] (II) modeset(0): First detailed timing is preferred mode
[     9.392] (II) modeset(0): redX: 0.680 redY: 0.309   greenX: 0.248 greenY: 0.664
[     9.392] (II) modeset(0): blueX: 0.149 blueY: 0.092   whiteX: 0.313 whiteY: 0.329
[     9.392] (II) modeset(0): Supported established timings:
[     9.392] (II) modeset(0): 720x400@70Hz
[     9.392] (II) modeset(0): 640x480@60Hz
[     9.392] (II) modeset(0): 640x480@67Hz
[     9.392] (II) modeset(0): 640x480@72Hz
[     9.392] (II) modeset(0): 640x480@75Hz
[     9.392] (II) modeset(0): 800x600@56Hz
[     9.392] (II) modeset(0): 800x600@60Hz
[     9.392] (II) modeset(0): 800x600@72Hz
[     9.392] (II) modeset(0): 800x600@75Hz
[     9.392] (II) modeset(0): 832x624@75Hz
[     9.392] (II) modeset(0): 1024x768@60Hz
[     9.392] (II) modeset(0): 1024x768@70Hz
[     9.392] (II) modeset(0): 1024x768@75Hz
[     9.392] (II) modeset(0): 1280x1024@75Hz
[     9.392] (II) modeset(0): Manufacturer's mask: 0
[     9.392] (II) modeset(0): Supported standard timings:
[     9.392] (II) modeset(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[     9.392] (II) modeset(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     9.392] (II) modeset(0): #2: hsize: 640  vsize 480  refresh: 100  vid: 26673
[     9.392] (II) modeset(0): #3: hsize: 640  vsize 480  refresh: 120  vid: 31793
[     9.392] (II) modeset(0): #4: hsize: 800  vsize 600  refresh: 100  vid: 26693
[     9.392] (II) modeset(0): #5: hsize: 800  vsize 600  refresh: 120  vid: 31813
[     9.392] (II) modeset(0): #6: hsize: 1024  vsize 768  refresh: 100  vid: 26721
[     9.392] (II) modeset(0): #7: hsize: 1024  vsize 768  refresh: 120  vid: 31841
[     9.392] (II) modeset(0): Supported detailed timing:
[     9.392] (II) modeset(0): clock: 148.5 MHz   Image Size:  527 x 296 mm
[     9.392] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     9.392] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     9.392] (II) modeset(0): Serial No: PION3HA159671
[     9.392] (II) modeset(0): Monitor name: G2490W1G4
[     9.392] (II) modeset(0): Ranges: V min: 48 V max: 144 Hz, H min: 30 H max: 160 kHz, PixClock max 335 MHz
[     9.392] (II) modeset(0): Supported detailed timing:
[     9.392] (II) modeset(0): clock: 325.7 MHz   Image Size:  527 x 296 mm
[     9.392] (II) modeset(0): h_active: 1920  h_sync: 1944  h_sync_end 1976 h_blank_end 2056 h_border: 0
[     9.392] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1100 v_border: 0
[     9.392] (II) modeset(0): Supported detailed timing:
[     9.392] (II) modeset(0): clock: 285.5 MHz   Image Size:  527 x 296 mm
[     9.392] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[     9.392] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1144 v_border: 0
[     9.392] (II) modeset(0): Supported detailed timing:
[     9.392] (II) modeset(0): clock: 235.5 MHz   Image Size:  527 x 296 mm
[     9.392] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[     9.392] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1133 v_border: 0
[     9.392] (II) modeset(0): Supported detailed timing:
[     9.392] (II) modeset(0): clock: 174.5 MHz   Image Size:  527 x 296 mm
[     9.392] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[     9.392] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1119 v_border: 0
[     9.392] (II) modeset(0): Number of EDID sections to follow: 1
[     9.392] (II) modeset(0): EDID (in hex):
[     9.392] (II) modeset(0): 	00ffffffffffff0005e39024b76f0200
[     9.392] (II) modeset(0): 	0a20010380351e782a0865ae4f3faa26
[     9.392] (II) modeset(0): 	175054bfef00d1c081803168317c4568
[     9.392] (II) modeset(0): 	457c6168617c023a801871382d40582c
[     9.392] (II) modeset(0): 	45000f282100001e000000ff0050494f
[     9.392] (II) modeset(0): 	4e334841313539363731000000fc0047
[     9.392] (II) modeset(0): 	32343930573147340a202020000000fd
[     9.392] (II) modeset(0): 	0030901ea021000a2020202020200194
[     9.392] (II) modeset(0): 	02032ff14c101f051404130312021101
[     9.392] (II) modeset(0): 	3f230907078301000067030c00100000
[     9.392] (II) modeset(0): 	426d1a000002013090e6000000000037
[     9.392] (II) modeset(0): 	7f808870381440182035000f28210000
[     9.392] (II) modeset(0): 	1e866f80a070384040302035000f2821
[     9.392] (II) modeset(0): 	00001efe5b80a070383540302035000f
[     9.392] (II) modeset(0): 	282100001e2a4480a070382740302035
[     9.392] (II) modeset(0): 	000f282100001a000000000000000018
[     9.392] (--) modeset(0): HDMI max TMDS frequency 330000KHz
[     9.392] (II) modeset(0): Printing probed modes for output HDMI-1
[     9.392] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[     9.392] (II) modeset(0): Modeline "1920x1080"x144.0  325.67  1920 1944 1976 2056  1080 1083 1088 1100 +hsync +vsync (158.4 kHz e)
[     9.392] (II) modeset(0): Modeline "1920x1080"x120.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[     9.392] (II) modeset(0): Modeline "1920x1080"x119.9  296.70  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (134.9 kHz e)
[     9.392] (II) modeset(0): Modeline "1920x1080"x120.0  285.50  1920 1968 2000 2080  1080 1083 1088 1144 +hsync +vsync (137.3 kHz e)
[     9.392] (II) modeset(0): Modeline "1920x1080"x99.9  235.50  1920 1968 2000 2080  1080 1083 1088 1133 +hsync +vsync (113.2 kHz e)
[     9.392] (II) modeset(0): Modeline "1920x1080"x75.0  174.50  1920 1968 2000 2080  1080 1083 1088 1119 +hsync -vsync (83.9 kHz e)
[     9.392] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[     9.392] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[     9.392] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     9.392] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     9.392] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     9.392] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[     9.392] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     9.392] (II) modeset(0): Modeline "1024x768"x120.0  115.50  1024 1072 1104 1184  768 771 775 813 +hsync -vsync (97.6 kHz e)
[     9.392] (II) modeset(0): Modeline "1024x768"x100.0  113.27  1024 1096 1208 1392  768 769 772 814 -hsync +vsync (81.4 kHz)
[     9.392] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[     9.392] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[     9.392] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     9.392] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[     9.392] (II) modeset(0): Modeline "800x600"x120.0   73.25  800 848 880 960  600 603 607 636 +hsync -vsync (76.3 kHz e)
[     9.392] (II) modeset(0): Modeline "800x600"x100.0   68.17  800 848 936 1072  600 601 604 636 -hsync +vsync (63.6 kHz)
[     9.392] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[     9.392] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[     9.392] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     9.392] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     9.392] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[     9.392] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[     9.392] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[     9.392] (II) modeset(0): Modeline "640x480"x120.0   52.40  640 680 744 848  480 481 484 515 -hsync +vsync (61.8 kHz)
[     9.392] (II) modeset(0): Modeline "640x480"x100.0   43.16  640 680 744 848  480 481 484 509 -hsync +vsync (50.9 kHz)
[     9.392] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[     9.392] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[     9.392] (II) modeset(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[     9.392] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     9.392] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     9.392] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     9.392] (II) modeset(0): EDID for output DP-1
[     9.392] (II) modeset(0): EDID for output DP-2
[     9.392] (II) modeset(0): EDID for output DP-3
[     9.392] (II) modeset(0): EDID for output DP-4
[     9.392] (II) modeset(0): Output eDP-1 connected
[     9.392] (II) modeset(0): Output HDMI-1 connected
[     9.392] (II) modeset(0): Output DP-1 disconnected
[     9.392] (II) modeset(0): Output DP-2 disconnected
[     9.392] (II) modeset(0): Output DP-3 disconnected
[     9.392] (II) modeset(0): Output DP-4 disconnected
[     9.392] (II) modeset(0): Using spanning desktop for initial modes
[     9.392] (II) modeset(0): Output eDP-1 using initial mode 3072x1920 +0+0
[     9.392] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080 +3072+0
[     9.392] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     9.392] (==) modeset(0): DPI set to (96, 96)
[     9.392] (II) Loading sub module "fb"
[     9.392] (II) LoadModule: "fb"
[     9.392] (II) Module "fb" already built-in
[     9.392] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[     9.392] (==) NVIDIA(G0): RGB weight 888
[     9.392] (==) NVIDIA(G0): Default visual is TrueColor
[     9.392] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[     9.393] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[     9.393] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[     9.393] (**) NVIDIA(G0): Enabling 2D acceleration
[     9.393] (II) Loading sub module "glxserver_nvidia"
[     9.393] (II) LoadModule: "glxserver_nvidia"
[     9.393] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     9.407] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     9.407] 	compiled for 1.16.99.901, module version = 1.0.0
[     9.407] 	Module class: X.Org Server Extension
[     9.407] (II) NVIDIA GLX Module  590.48.01  Mon Dec  8 12:52:09 UTC 2025
[     9.407] (II) NVIDIA: The X server supports PRIME Render Offload.
[     9.420] (II) NVIDIA(G0): NVIDIA GPU NVIDIA RTX 500 Ada Generation Laptop GPU
[     9.420] (II) NVIDIA(G0):     (AD107GL-A) at PCI:1:0:0 (GPU-0)
[     9.420] (--) NVIDIA(G0): Memory: 4192256 kBytes
[     9.420] (--) NVIDIA(G0): VideoBIOS: 95.07.41.00.df
[     9.420] (II) NVIDIA(G0): Detected PCI Express Link width: 8X
[     9.420] (II) NVIDIA(G0): Validated MetaModes:
[     9.420] (II) NVIDIA(G0):     "NULL"
[     9.420] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[     9.420] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[     9.420] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[     9.444] (==) modeset(0): Backing store enabled
[     9.444] (==) modeset(0): Silken mouse enabled
[     9.670] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     9.670] (==) modeset(0): DPMS enabled
[     9.670] (II) modeset(0): [DRI2] Setup complete
[     9.670] (II) modeset(0): [DRI2]   DRI driver: iris
[     9.670] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[     9.671] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[     9.671] (II) NVIDIA:     access.
[     9.679] (WW) NVIDIA(G0): ACPI: failed to determine the system's current power source
[     9.679] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     9.679] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[     9.679] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[     9.679] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[     9.679] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[     9.679] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[     9.679] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     9.679] (II) NVIDIA(G0):     Config Options in the README.
[     9.691] (II) NVIDIA(G0): Setting mode "NULL"
[     9.699] (==) NVIDIA(G0): Disabling shared memory pixmaps
[     9.699] (==) NVIDIA(G0): Backing store enabled
[     9.699] (==) NVIDIA(G0): Silken mouse enabled
[     9.699] (==) NVIDIA(G0): DPMS enabled
[     9.699] (II) Loading sub module "dri2"
[     9.699] (II) LoadModule: "dri2"
[     9.699] (II) Module "dri2" already built-in
[     9.699] (II) NVIDIA(G0): [DRI2] Setup complete
[     9.699] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[     9.699] (II) Initializing extension Generic Event Extension
[     9.699] (II) Initializing extension SHAPE
[     9.699] (II) Initializing extension MIT-SHM
[     9.699] (II) Initializing extension XInputExtension
[     9.699] (II) Initializing extension XTEST
[     9.699] (II) Initializing extension BIG-REQUESTS
[     9.699] (II) Initializing extension SYNC
[     9.699] (II) Initializing extension XKEYBOARD
[     9.700] (II) Initializing extension XC-MISC
[     9.700] (II) Initializing extension SECURITY
[     9.700] (II) Initializing extension XFIXES
[     9.700] (II) Initializing extension RENDER
[     9.700] (II) Initializing extension RANDR
[     9.700] (II) Initializing extension COMPOSITE
[     9.700] (II) Initializing extension DAMAGE
[     9.700] (II) Initializing extension MIT-SCREEN-SAVER
[     9.700] (II) Initializing extension DOUBLE-BUFFER
[     9.700] (II) Initializing extension RECORD
[     9.700] (II) Initializing extension DPMS
[     9.700] (II) Initializing extension Present
[     9.700] (II) Initializing extension DRI3
[     9.700] (II) Initializing extension X-Resource
[     9.700] (II) Initializing extension XVideo
[     9.700] (II) Initializing extension XVideo-MotionCompensation
[     9.700] (II) Initializing extension GLX
[     9.700] (II) Initializing extension GLX
[     9.700] (II) Indirect GLX disabled.
[     9.706] (II) AIGLX: Loaded and initialized iris
[     9.706] (II) GLX: Initialized DRI2 GL provider for screen 0
[     9.706] (II) Initializing extension XFree86-VidModeExtension
[     9.706] (II) Initializing extension XFree86-DGA
[     9.706] (II) Initializing extension XFree86-DRI
[     9.706] (II) Initializing extension DRI2
[     9.706] (II) Initializing extension NV-GLX
[     9.706] (II) Initializing extension NV-CONTROL
[     9.707] (II) modeset(0): Damage tracking initialized
[     9.707] (II) modeset(0): Setting screen physical size to 1320 x 508
[     9.743] (II) config/udev: Adding input device Video Bus (/dev/input/event17)
[     9.743] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     9.743] (**) Video Bus: Applying InputClass "system-keyboard"
[     9.743] (II) LoadModule: "libinput"
[     9.743] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     9.746] (II) Module libinput: vendor="X.Org Foundation"
[     9.746] 	compiled for 1.21.1.13, module version = 1.5.0
[     9.746] 	Module class: X.Org XInput Driver
[     9.746] 	ABI class: X.Org XInput driver, version 24.4
[     9.746] (II) Using input driver 'libinput' for 'Video Bus'
[     9.746] (**) Video Bus: always reports core events
[     9.746] (**) Option "Device" "/dev/input/event17"
[     9.748] (II) event17 - Video Bus: is tagged by udev as: Keyboard
[     9.748] (II) event17 - Video Bus: device is a keyboard
[     9.748] (II) event17 - Video Bus: device removed
[     9.774] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input22/event17"
[     9.774] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[     9.774] (**) Option "xkb_model" "pc105+inet"
[     9.774] (**) Option "xkb_layout" "us"
[     9.774] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     9.788] (II) event17 - Video Bus: is tagged by udev as: Keyboard
[     9.788] (II) event17 - Video Bus: device is a keyboard
[     9.789] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     9.789] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     9.789] (**) Power Button: Applying InputClass "system-keyboard"
[     9.789] (II) Using input driver 'libinput' for 'Power Button'
[     9.789] (**) Power Button: always reports core events
[     9.789] (**) Option "Device" "/dev/input/event2"
[     9.789] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     9.789] (II) event2  - Power Button: device is a keyboard
[     9.790] (II) event2  - Power Button: device removed
[     9.803] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[     9.803] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     9.803] (**) Option "xkb_model" "pc105+inet"
[     9.803] (**) Option "xkb_layout" "us"
[     9.803] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     9.803] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     9.803] (II) event2  - Power Button: device is a keyboard
[     9.804] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     9.804] (II) No input driver specified, ignoring this device.
[     9.804] (II) This device may have been added with another device file.
[     9.805] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[     9.805] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     9.805] (**) Sleep Button: Applying InputClass "system-keyboard"
[     9.805] (II) Using input driver 'libinput' for 'Sleep Button'
[     9.805] (**) Sleep Button: always reports core events
[     9.805] (**) Option "Device" "/dev/input/event0"
[     9.805] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     9.805] (II) event0  - Sleep Button: device is a keyboard
[     9.806] (II) event0  - Sleep Button: device removed
[     9.822] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[     9.822] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[     9.822] (**) Option "xkb_model" "pc105+inet"
[     9.822] (**) Option "xkb_layout" "us"
[     9.822] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     9.822] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     9.822] (II) event0  - Sleep Button: device is a keyboard
[     9.824] (II) config/udev: Adding input device Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle (/dev/input/event4)
[     9.824] (**) Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle: Applying InputClass "libinput pointer catchall"
[     9.824] (II) Using input driver 'libinput' for 'Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle'
[     9.824] (**) Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle: always reports core events
[     9.824] (**) Option "Device" "/dev/input/event4"
[     9.876] (II) event4  - Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle: is tagged by udev as: Mouse
[     9.876] (II) event4  - Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle: device is a pointer
[     9.877] (II) event4  - Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle: device removed
[     9.905] (II) libinput: Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle: Step value 0 was provided, libinput Fallback acceleration function is used.
[     9.905] (II) libinput: Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle: Step value 0 was provided, libinput Fallback acceleration function is used.
[     9.905] (II) libinput: Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle: Step value 0 was provided, libinput Fallback acceleration function is used.
[     9.905] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7.3/3-7.3:1.0/0003:1B1C:1B7F.0001/input/input5/event4"
[     9.905] (II) XINPUT: Adding extended input device "Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle" (type: MOUSE, id 9)
[     9.905] (**) Option "AccelerationScheme" "none"
[     9.905] (**) Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle: (accel) selected scheme none/0
[     9.905] (**) Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle: (accel) acceleration factor: 2.000
[     9.905] (**) Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle: (accel) acceleration threshold: 4
[     9.957] (II) event4  - Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle: is tagged by udev as: Mouse
[     9.958] (II) event4  - Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle: device is a pointer
[     9.959] (II) config/udev: Adding input device Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle (/dev/input/js0)
[     9.959] (II) No input driver specified, ignoring this device.
[     9.959] (II) This device may have been added with another device file.
[     9.959] (II) config/udev: Adding input device Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle (/dev/input/mouse0)
[     9.959] (II) No input driver specified, ignoring this device.
[     9.959] (II) This device may have been added with another device file.
[     9.960] (II) config/udev: Adding input device Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard (/dev/input/event7)
[     9.960] (**) Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: Applying InputClass "libinput keyboard catchall"
[     9.960] (**) Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: Applying InputClass "system-keyboard"
[     9.960] (II) Using input driver 'libinput' for 'Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard'
[     9.960] (**) Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: always reports core events
[     9.960] (**) Option "Device" "/dev/input/event7"
[     9.961] (II) event7  - Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: is tagged by udev as: Keyboard
[     9.961] (II) event7  - Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: device is a keyboard
[     9.961] (II) event7  - Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: device removed
[     9.982] (II) libinput: Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: needs a virtual subdevice
[     9.982] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7.3/3-7.3:1.3/0003:1B1C:1B7F.0006/input/input8/event7"
[     9.982] (II) XINPUT: Adding extended input device "Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard" (type: MOUSE, id 10)
[     9.982] (**) Option "AccelerationScheme" "none"
[     9.982] (**) Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: (accel) selected scheme none/0
[     9.982] (**) Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: (accel) acceleration factor: 2.000
[     9.982] (**) Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: (accel) acceleration threshold: 4
[     9.983] (II) event7  - Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: is tagged by udev as: Keyboard
[     9.983] (II) event7  - Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: device is a keyboard
[     9.984] (II) config/udev: Adding input device Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle (/dev/input/event6)
[     9.984] (II) No input driver specified, ignoring this device.
[     9.984] (II) This device may have been added with another device file.
[     9.984] (II) config/udev: Adding input device Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard (/dev/input/event5)
[     9.984] (**) Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: Applying InputClass "libinput keyboard catchall"
[     9.984] (**) Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: Applying InputClass "system-keyboard"
[     9.984] (II) Using input driver 'libinput' for 'Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard'
[     9.984] (**) Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: always reports core events
[     9.984] (**) Option "Device" "/dev/input/event5"
[     9.985] (II) event5  - Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: is tagged by udev as: Keyboard
[     9.985] (II) event5  - Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: device is a keyboard
[     9.985] (II) event5  - Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: device removed
[    10.008] (II) libinput: Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: needs a virtual subdevice
[    10.008] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7.3/3-7.3:1.5/0003:1B1C:1B7F.0004/input/input6/event5"
[    10.008] (II) XINPUT: Adding extended input device "Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard" (type: MOUSE, id 11)
[    10.008] (**) Option "AccelerationScheme" "none"
[    10.008] (**) Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: (accel) selected scheme none/0
[    10.008] (**) Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: (accel) acceleration factor: 2.000
[    10.008] (**) Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: (accel) acceleration threshold: 4
[    10.009] (II) event5  - Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: is tagged by udev as: Keyboard
[    10.009] (II) event5  - Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: device is a keyboard
[    10.010] (II) config/udev: Adding input device be quiet! be quiet! Light Mount (/dev/input/event8)
[    10.010] (**) be quiet! be quiet! Light Mount: Applying InputClass "libinput keyboard catchall"
[    10.010] (**) be quiet! be quiet! Light Mount: Applying InputClass "system-keyboard"
[    10.010] (II) Using input driver 'libinput' for 'be quiet! be quiet! Light Mount'
[    10.010] (**) be quiet! be quiet! Light Mount: always reports core events
[    10.010] (**) Option "Device" "/dev/input/event8"
[    10.010] (II) event8  - be quiet! be quiet! Light Mount: is tagged by udev as: Keyboard
[    10.010] (II) event8  - be quiet! be quiet! Light Mount: device is a keyboard
[    10.010] (II) event8  - be quiet! be quiet! Light Mount: device removed
[    10.026] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7.4/3-7.4:1.0/0003:373F:0002.0007/input/input9/event8"
[    10.026] (II) XINPUT: Adding extended input device "be quiet! be quiet! Light Mount" (type: KEYBOARD, id 12)
[    10.026] (**) Option "xkb_model" "pc105+inet"
[    10.026] (**) Option "xkb_layout" "us"
[    10.026] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.027] (II) event8  - be quiet! be quiet! Light Mount: is tagged by udev as: Keyboard
[    10.027] (II) event8  - be quiet! be quiet! Light Mount: device is a keyboard
[    10.027] (II) config/udev: Adding input device be quiet! be quiet! Light Mount Keyboard (/dev/input/event9)
[    10.027] (**) be quiet! be quiet! Light Mount Keyboard: Applying InputClass "libinput keyboard catchall"
[    10.027] (**) be quiet! be quiet! Light Mount Keyboard: Applying InputClass "system-keyboard"
[    10.027] (II) Using input driver 'libinput' for 'be quiet! be quiet! Light Mount Keyboard'
[    10.027] (**) be quiet! be quiet! Light Mount Keyboard: always reports core events
[    10.027] (**) Option "Device" "/dev/input/event9"
[    10.028] (II) event9  - be quiet! be quiet! Light Mount Keyboard: is tagged by udev as: Keyboard
[    10.028] (II) event9  - be quiet! be quiet! Light Mount Keyboard: device is a keyboard
[    10.028] (II) event9  - be quiet! be quiet! Light Mount Keyboard: device removed
[    10.044] (II) libinput: be quiet! be quiet! Light Mount Keyboard: needs a virtual subdevice
[    10.044] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7.4/3-7.4:1.1/0003:373F:0002.0008/input/input10/event9"
[    10.044] (II) XINPUT: Adding extended input device "be quiet! be quiet! Light Mount Keyboard" (type: MOUSE, id 13)
[    10.044] (**) Option "AccelerationScheme" "none"
[    10.044] (**) be quiet! be quiet! Light Mount Keyboard: (accel) selected scheme none/0
[    10.044] (**) be quiet! be quiet! Light Mount Keyboard: (accel) acceleration factor: 2.000
[    10.044] (**) be quiet! be quiet! Light Mount Keyboard: (accel) acceleration threshold: 4
[    10.045] (II) event9  - be quiet! be quiet! Light Mount Keyboard: is tagged by udev as: Keyboard
[    10.045] (II) event9  - be quiet! be quiet! Light Mount Keyboard: device is a keyboard
[    10.045] (II) config/udev: Adding input device be quiet! be quiet! Light Mount Mouse (/dev/input/event10)
[    10.045] (**) be quiet! be quiet! Light Mount Mouse: Applying InputClass "libinput pointer catchall"
[    10.045] (II) Using input driver 'libinput' for 'be quiet! be quiet! Light Mount Mouse'
[    10.045] (**) be quiet! be quiet! Light Mount Mouse: always reports core events
[    10.045] (**) Option "Device" "/dev/input/event10"
[    10.046] (II) event10 - be quiet! be quiet! Light Mount Mouse: is tagged by udev as: Mouse
[    10.046] (II) event10 - be quiet! be quiet! Light Mount Mouse: device is a pointer
[    10.046] (II) event10 - be quiet! be quiet! Light Mount Mouse: device removed
[    10.072] (II) libinput: be quiet! be quiet! Light Mount Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.072] (II) libinput: be quiet! be quiet! Light Mount Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.072] (II) libinput: be quiet! be quiet! Light Mount Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.072] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7.4/3-7.4:1.1/0003:373F:0002.0008/input/input11/event10"
[    10.072] (II) XINPUT: Adding extended input device "be quiet! be quiet! Light Mount Mouse" (type: MOUSE, id 14)
[    10.072] (**) Option "AccelerationScheme" "none"
[    10.072] (**) be quiet! be quiet! Light Mount Mouse: (accel) selected scheme none/0
[    10.072] (**) be quiet! be quiet! Light Mount Mouse: (accel) acceleration factor: 2.000
[    10.072] (**) be quiet! be quiet! Light Mount Mouse: (accel) acceleration threshold: 4
[    10.073] (II) event10 - be quiet! be quiet! Light Mount Mouse: is tagged by udev as: Mouse
[    10.073] (II) event10 - be quiet! be quiet! Light Mount Mouse: device is a pointer
[    10.074] (II) config/udev: Adding input device be quiet! be quiet! Light Mount Mouse (/dev/input/mouse1)
[    10.074] (II) No input driver specified, ignoring this device.
[    10.074] (II) This device may have been added with another device file.
[    10.075] (II) config/udev: Adding input device SYNA8022:00 06CB:CE67 Mouse (/dev/input/event13)
[    10.075] (**) SYNA8022:00 06CB:CE67 Mouse: Applying InputClass "libinput pointer catchall"
[    10.075] (II) Using input driver 'libinput' for 'SYNA8022:00 06CB:CE67 Mouse'
[    10.075] (**) SYNA8022:00 06CB:CE67 Mouse: always reports core events
[    10.075] (**) Option "Device" "/dev/input/event13"
[    10.089] (II) event13 - SYNA8022:00 06CB:CE67 Mouse: is tagged by udev as: Mouse
[    10.089] (II) event13 - SYNA8022:00 06CB:CE67 Mouse: device is a pointer
[    10.089] (II) event13 - SYNA8022:00 06CB:CE67 Mouse: device removed
[    10.110] (II) libinput: SYNA8022:00 06CB:CE67 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.110] (II) libinput: SYNA8022:00 06CB:CE67 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.110] (II) libinput: SYNA8022:00 06CB:CE67 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.110] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SYNA8022:00/0018:06CB:CE67.000B/input/input19/event13"
[    10.110] (II) XINPUT: Adding extended input device "SYNA8022:00 06CB:CE67 Mouse" (type: MOUSE, id 15)
[    10.110] (**) Option "AccelerationScheme" "none"
[    10.110] (**) SYNA8022:00 06CB:CE67 Mouse: (accel) selected scheme none/0
[    10.110] (**) SYNA8022:00 06CB:CE67 Mouse: (accel) acceleration factor: 2.000
[    10.110] (**) SYNA8022:00 06CB:CE67 Mouse: (accel) acceleration threshold: 4
[    10.112] (II) event13 - SYNA8022:00 06CB:CE67 Mouse: is tagged by udev as: Mouse
[    10.112] (II) event13 - SYNA8022:00 06CB:CE67 Mouse: device is a pointer
[    10.113] (II) config/udev: Adding input device SYNA8022:00 06CB:CE67 Mouse (/dev/input/mouse2)
[    10.113] (II) No input driver specified, ignoring this device.
[    10.113] (II) This device may have been added with another device file.
[    10.114] (II) config/udev: Adding input device SYNA8022:00 06CB:CE67 Touchpad (/dev/input/event14)
[    10.114] (**) SYNA8022:00 06CB:CE67 Touchpad: Applying InputClass "libinput touchpad catchall"
[    10.114] (II) Using input driver 'libinput' for 'SYNA8022:00 06CB:CE67 Touchpad'
[    10.114] (**) SYNA8022:00 06CB:CE67 Touchpad: always reports core events
[    10.114] (**) Option "Device" "/dev/input/event14"
[    10.114] (II) event14 - SYNA8022:00 06CB:CE67 Touchpad: is tagged by udev as: Touchpad
[    10.115] (II) event14 - SYNA8022:00 06CB:CE67 Touchpad: device is a touchpad
[    10.115] (II) event14 - SYNA8022:00 06CB:CE67 Touchpad: device removed
[    10.154] (II) libinput: SYNA8022:00 06CB:CE67 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.154] (II) libinput: SYNA8022:00 06CB:CE67 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.154] (II) libinput: SYNA8022:00 06CB:CE67 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.154] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SYNA8022:00/0018:06CB:CE67.000B/input/input20/event14"
[    10.154] (II) XINPUT: Adding extended input device "SYNA8022:00 06CB:CE67 Touchpad" (type: TOUCHPAD, id 16)
[    10.155] (**) Option "AccelerationScheme" "none"
[    10.155] (**) SYNA8022:00 06CB:CE67 Touchpad: (accel) selected scheme none/0
[    10.155] (**) SYNA8022:00 06CB:CE67 Touchpad: (accel) acceleration factor: 2.000
[    10.155] (**) SYNA8022:00 06CB:CE67 Touchpad: (accel) acceleration threshold: 4
[    10.156] (II) event14 - SYNA8022:00 06CB:CE67 Touchpad: is tagged by udev as: Touchpad
[    10.157] (II) event14 - SYNA8022:00 06CB:CE67 Touchpad: device is a touchpad
[    10.157] (II) config/udev: Adding input device SYNA8022:00 06CB:CE67 Touchpad (/dev/input/mouse3)
[    10.157] (II) No input driver specified, ignoring this device.
[    10.157] (II) This device may have been added with another device file.
[    10.158] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event18)
[    10.158] (II) No input driver specified, ignoring this device.
[    10.158] (II) This device may have been added with another device file.
[    10.158] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event19)
[    10.158] (II) No input driver specified, ignoring this device.
[    10.158] (II) This device may have been added with another device file.
[    10.158] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event20)
[    10.158] (II) No input driver specified, ignoring this device.
[    10.158] (II) This device may have been added with another device file.
[    10.158] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event21)
[    10.158] (II) No input driver specified, ignoring this device.
[    10.158] (II) This device may have been added with another device file.
[    10.158] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event22)
[    10.158] (II) No input driver specified, ignoring this device.
[    10.158] (II) This device may have been added with another device file.
[    10.159] (II) config/udev: Adding input device Intel HID events (/dev/input/event11)
[    10.159] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    10.159] (**) Intel HID events: Applying InputClass "system-keyboard"
[    10.159] (II) Using input driver 'libinput' for 'Intel HID events'
[    10.159] (**) Intel HID events: always reports core events
[    10.159] (**) Option "Device" "/dev/input/event11"
[    10.159] (II) event11 - Intel HID events: is tagged by udev as: Keyboard
[    10.159] (II) event11 - Intel HID events: device is a keyboard
[    10.159] (II) event11 - Intel HID events: device removed
[    10.179] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input12/event11"
[    10.179] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 17)
[    10.179] (**) Option "xkb_model" "pc105+inet"
[    10.179] (**) Option "xkb_layout" "us"
[    10.179] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.179] (II) event11 - Intel HID events: is tagged by udev as: Keyboard
[    10.179] (II) event11 - Intel HID events: device is a keyboard
[    10.180] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    10.180] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    10.180] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    10.180] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    10.180] (**) AT Translated Set 2 keyboard: always reports core events
[    10.180] (**) Option "Device" "/dev/input/event3"
[    10.180] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    10.180] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    10.181] (II) event3  - AT Translated Set 2 keyboard: device removed
[    10.198] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    10.198] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 18)
[    10.198] (**) Option "xkb_model" "pc105+inet"
[    10.198] (**) Option "xkb_layout" "us"
[    10.198] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.198] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    10.198] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    10.200] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event15)
[    10.200] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[    10.200] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[    10.200] (**) TPPS/2 Elan TrackPoint: always reports core events
[    10.200] (**) Option "Device" "/dev/input/event15"
[    10.200] (II) event15 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[    10.201] (II) event15 - TPPS/2 Elan TrackPoint: device is a pointer
[    10.201] (II) event15 - TPPS/2 Elan TrackPoint: device removed
[    10.234] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.234] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.234] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.234] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input14/event15"
[    10.234] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 19)
[    10.234] (**) Option "AccelerationScheme" "none"
[    10.234] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[    10.234] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[    10.234] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[    10.234] (II) event15 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[    10.235] (II) event15 - TPPS/2 Elan TrackPoint: device is a pointer
[    10.236] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse4)
[    10.236] (II) No input driver specified, ignoring this device.
[    10.236] (II) This device may have been added with another device file.
[    10.236] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
[    10.236] (II) No input driver specified, ignoring this device.
[    10.236] (II) This device may have been added with another device file.
[    10.238] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event16)
[    10.238] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[    10.238] (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
[    10.238] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[    10.238] (**) ThinkPad Extra Buttons: always reports core events
[    10.238] (**) Option "Device" "/dev/input/event16"
[    10.238] (II) event16 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    10.238] (II) event16 - ThinkPad Extra Buttons: device is a keyboard
[    10.238] (II) event16 - ThinkPad Extra Buttons: device removed
[    10.260] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input18/event16"
[    10.260] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 20)
[    10.260] (**) Option "xkb_model" "pc105+inet"
[    10.260] (**) Option "xkb_layout" "us"
[    10.260] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.260] (II) event16 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    10.260] (II) event16 - ThinkPad Extra Buttons: device is a keyboard
[    10.298] (**) Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: Applying InputClass "libinput keyboard catchall"
[    10.298] (**) Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: Applying InputClass "system-keyboard"
[    10.298] (II) Using input driver 'libinput' for 'Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard'
[    10.298] (**) Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: always reports core events
[    10.298] (**) Option "Device" "/dev/input/event7"
[    10.298] (II) libinput: Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: is a virtual subdevice
[    10.298] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7.3/3-7.3:1.3/0003:1B1C:1B7F.0006/input/input8/event7"
[    10.298] (II) XINPUT: Adding extended input device "Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard" (type: KEYBOARD, id 21)
[    10.298] (**) Option "xkb_model" "pc105+inet"
[    10.298] (**) Option "xkb_layout" "us"
[    10.298] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.298] (**) Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: Applying InputClass "libinput keyboard catchall"
[    10.298] (**) Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: Applying InputClass "system-keyboard"
[    10.298] (II) Using input driver 'libinput' for 'Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard'
[    10.298] (**) Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: always reports core events
[    10.298] (**) Option "Device" "/dev/input/event5"
[    10.298] (II) libinput: Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: is a virtual subdevice
[    10.298] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7.3/3-7.3:1.5/0003:1B1C:1B7F.0004/input/input6/event5"
[    10.298] (II) XINPUT: Adding extended input device "Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard" (type: KEYBOARD, id 22)
[    10.298] (**) Option "xkb_model" "pc105+inet"
[    10.298] (**) Option "xkb_layout" "us"
[    10.298] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.298] (**) be quiet! be quiet! Light Mount Keyboard: Applying InputClass "libinput keyboard catchall"
[    10.298] (**) be quiet! be quiet! Light Mount Keyboard: Applying InputClass "system-keyboard"
[    10.298] (II) Using input driver 'libinput' for 'be quiet! be quiet! Light Mount Keyboard'
[    10.298] (**) be quiet! be quiet! Light Mount Keyboard: always reports core events
[    10.298] (**) Option "Device" "/dev/input/event9"
[    10.298] (II) libinput: be quiet! be quiet! Light Mount Keyboard: is a virtual subdevice
[    10.298] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7.4/3-7.4:1.1/0003:373F:0002.0008/input/input10/event9"
[    10.298] (II) XINPUT: Adding extended input device "be quiet! be quiet! Light Mount Keyboard" (type: KEYBOARD, id 23)
[    10.298] (**) Option "xkb_model" "pc105+inet"
[    10.298] (**) Option "xkb_layout" "us"
[    10.298] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.520] (II) modeset(0): EDID vendor "AOC", prod id 9360
[    10.520] (II) modeset(0): Using EDID range info for horizontal sync
[    10.520] (II) modeset(0): Using EDID range info for vertical refresh
[    10.520] (II) modeset(0): Printing DDC gathered Modelines:
[    10.520] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    10.520] (II) modeset(0): Modeline "1920x1080"x0.0  325.67  1920 1944 1976 2056  1080 1083 1088 1100 +hsync +vsync (158.4 kHz e)
[    10.520] (II) modeset(0): Modeline "1920x1080"x0.0  285.50  1920 1968 2000 2080  1080 1083 1088 1144 +hsync +vsync (137.3 kHz e)
[    10.520] (II) modeset(0): Modeline "1920x1080"x0.0  235.50  1920 1968 2000 2080  1080 1083 1088 1133 +hsync +vsync (113.2 kHz e)
[    10.520] (II) modeset(0): Modeline "1920x1080"x0.0  174.50  1920 1968 2000 2080  1080 1083 1088 1119 +hsync -vsync (83.9 kHz e)
[    10.520] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    10.520] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[    10.520] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[    10.520] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    10.520] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    10.520] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    10.520] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    10.520] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    10.520] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[    10.520] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    10.520] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    10.520] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    10.520] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    10.520] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    10.520] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    10.520] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    10.520] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    10.520] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    10.520] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    10.520] (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    10.520] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    10.520] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    10.520] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    10.520] (II) modeset(0): Modeline "640x480"x100.0   43.16  640 680 744 848  480 481 484 509 -hsync +vsync (50.9 kHz e)
[    10.520] (II) modeset(0): Modeline "640x480"x120.0   52.41  640 680 744 848  480 481 484 515 -hsync +vsync (61.8 kHz e)
[    10.520] (II) modeset(0): Modeline "800x600"x100.0   68.18  800 848 936 1072  600 601 604 636 -hsync +vsync (63.6 kHz e)
[    10.520] (II) modeset(0): Modeline "800x600"x0.0   73.25  800 848 880 960  600 603 607 636 +hsync -vsync (76.3 kHz e)
[    10.520] (II) modeset(0): Modeline "1024x768"x100.0  113.31  1024 1096 1208 1392  768 769 772 814 -hsync +vsync (81.4 kHz e)
[    10.520] (II) modeset(0): Modeline "1024x768"x0.0  115.50  1024 1072 1104 1184  768 771 775 813 +hsync -vsync (97.6 kHz e)
[    10.520] (--) modeset(0): HDMI max TMDS frequency 330000KHz
[   141.206] (II) modeset(0): EDID vendor "AOC", prod id 9360
[   141.206] (II) modeset(0): Using hsync ranges from config file
[   141.206] (II) modeset(0): Using vrefresh ranges from config file
[   141.206] (II) modeset(0): Printing DDC gathered Modelines:
[   141.206] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   141.206] (II) modeset(0): Modeline "1920x1080"x0.0  325.67  1920 1944 1976 2056  1080 1083 1088 1100 +hsync +vsync (158.4 kHz e)
[   141.206] (II) modeset(0): Modeline "1920x1080"x0.0  285.50  1920 1968 2000 2080  1080 1083 1088 1144 +hsync +vsync (137.3 kHz e)
[   141.206] (II) modeset(0): Modeline "1920x1080"x0.0  235.50  1920 1968 2000 2080  1080 1083 1088 1133 +hsync +vsync (113.2 kHz e)
[   141.206] (II) modeset(0): Modeline "1920x1080"x0.0  174.50  1920 1968 2000 2080  1080 1083 1088 1119 +hsync -vsync (83.9 kHz e)
[   141.206] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[   141.206] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[   141.206] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[   141.206] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   141.206] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[   141.206] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   141.206] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   141.206] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   141.206] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[   141.206] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   141.206] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   141.206] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   141.206] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   141.206] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   141.206] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   141.206] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   141.206] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   141.206] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   141.206] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   141.206] (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   141.206] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   141.206] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   141.206] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   141.206] (II) modeset(0): Modeline "640x480"x100.0   43.16  640 680 744 848  480 481 484 509 -hsync +vsync (50.9 kHz e)
[   141.206] (II) modeset(0): Modeline "640x480"x120.0   52.41  640 680 744 848  480 481 484 515 -hsync +vsync (61.8 kHz e)
[   141.206] (II) modeset(0): Modeline "800x600"x100.0   68.18  800 848 936 1072  600 601 604 636 -hsync +vsync (63.6 kHz e)
[   141.206] (II) modeset(0): Modeline "800x600"x0.0   73.25  800 848 880 960  600 603 607 636 +hsync -vsync (76.3 kHz e)
[   141.206] (II) modeset(0): Modeline "1024x768"x100.0  113.31  1024 1096 1208 1392  768 769 772 814 -hsync +vsync (81.4 kHz e)
[   141.206] (II) modeset(0): Modeline "1024x768"x0.0  115.50  1024 1072 1104 1184  768 771 775 813 +hsync -vsync (97.6 kHz e)
[   141.206] (--) modeset(0): HDMI max TMDS frequency 330000KHz
[   141.306] (II) modeset(0): EDID vendor "AOC", prod id 9360
[   141.306] (II) modeset(0): Using hsync ranges from config file
[   141.306] (II) modeset(0): Using vrefresh ranges from config file
[   141.306] (II) modeset(0): Printing DDC gathered Modelines:
[   141.306] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   141.306] (II) modeset(0): Modeline "1920x1080"x0.0  325.67  1920 1944 1976 2056  1080 1083 1088 1100 +hsync +vsync (158.4 kHz e)
[   141.306] (II) modeset(0): Modeline "1920x1080"x0.0  285.50  1920 1968 2000 2080  1080 1083 1088 1144 +hsync +vsync (137.3 kHz e)
[   141.306] (II) modeset(0): Modeline "1920x1080"x0.0  235.50  1920 1968 2000 2080  1080 1083 1088 1133 +hsync +vsync (113.2 kHz e)
[   141.306] (II) modeset(0): Modeline "1920x1080"x0.0  174.50  1920 1968 2000 2080  1080 1083 1088 1119 +hsync -vsync (83.9 kHz e)
[   141.306] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[   141.306] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[   141.306] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[   141.306] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   141.306] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[   141.306] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   141.306] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   141.306] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   141.306] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[   141.306] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   141.306] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   141.306] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   141.306] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   141.306] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   141.306] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   141.306] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   141.306] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   141.306] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   141.306] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   141.306] (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   141.306] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   141.306] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   141.306] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   141.306] (II) modeset(0): Modeline "640x480"x100.0   43.16  640 680 744 848  480 481 484 509 -hsync +vsync (50.9 kHz e)
[   141.306] (II) modeset(0): Modeline "640x480"x120.0   52.41  640 680 744 848  480 481 484 515 -hsync +vsync (61.8 kHz e)
[   141.306] (II) modeset(0): Modeline "800x600"x100.0   68.18  800 848 936 1072  600 601 604 636 -hsync +vsync (63.6 kHz e)
[   141.306] (II) modeset(0): Modeline "800x600"x0.0   73.25  800 848 880 960  600 603 607 636 +hsync -vsync (76.3 kHz e)
[   141.306] (II) modeset(0): Modeline "1024x768"x100.0  113.31  1024 1096 1208 1392  768 769 772 814 -hsync +vsync (81.4 kHz e)
[   141.306] (II) modeset(0): Modeline "1024x768"x0.0  115.50  1024 1072 1104 1184  768 771 775 813 +hsync -vsync (97.6 kHz e)
[   141.306] (--) modeset(0): HDMI max TMDS frequency 330000KHz
[   141.307] (II) event17 - Video Bus: device removed
[   141.340] (II) event2  - Power Button: device removed
[   141.356] (II) event0  - Sleep Button: device removed
[   141.366] (II) event4  - Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle: device removed
[   141.388] (II) event8  - be quiet! be quiet! Light Mount: device removed
[   141.394] (II) event10 - be quiet! be quiet! Light Mount Mouse: device removed
[   141.420] (II) event13 - SYNA8022:00 06CB:CE67 Mouse: device removed
[   141.446] (II) event14 - SYNA8022:00 06CB:CE67 Touchpad: device removed
[   141.491] (II) event11 - Intel HID events: device removed
[   141.501] (II) event3  - AT Translated Set 2 keyboard: device removed
[   141.511] (II) event15 - TPPS/2 Elan TrackPoint: device removed
[   141.531] (II) event16 - ThinkPad Extra Buttons: device removed
[   141.547] (II) event7  - Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: device removed
[   141.557] (II) event5  - Corsair CORSAIR DARK CORE RGB PRO SE Gaming Dongle Keyboard: device removed
[   141.567] (II) event9  - be quiet! be quiet! Light Mount Keyboard: device removed
[   141.577] (II) AIGLX: Suspending AIGLX clients for VT switch

Offline

#6 2026-02-02 14:50:07

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

Re: Poor performance with nvidia drivers

Oh no, over 1k lines smile

Setup looks fine,

prime-run glxinfo -B
vulkaninfo --summary

and try to prime-run the game, explain exactly how you went about that and bonus points if the game exposes the used GL device (ie it tells you what it's running on)

TCG Card Shop Simulator (Steam with proton): Bazzite: 120 FPS Medium settings. Arch: 20-60 FPS Medium settings.

seems the most interesting testcase since 20fps won't be caused by vsync issues.
Also test https://wiki.archlinux.org/title/Steam/ … _emulation in case steam/the game picks the wrong vulkan device, and generally make sure to have https://archlinux.org/packages/?name=vulkan-intel installed and in doubt export "VK_DRIVER_FILES=usr/share/vulkansc/icd.d/nvidia_icd_vksc.json"

Offline

#7 2026-02-03 00:22:43

mosdos
Member
Registered: 2026-01-28
Posts: 9

Re: Poor performance with nvidia drivers

Hello,
I apologize for the late day, had a long day of work and classes.

Here is the input for both prime-run glxinfo -B and vulkaninfo --summary
prime-run glxinfo -B

name of display: :1
display: :1  screen: 0
direct rendering: Yes
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 4094 MB
    Total available memory: 4094 MB
    Currently available dedicated video memory: 3721 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA RTX 500 Ada Generation Laptop GPU/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 590.48.01
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  146 ()
  Minor opcode of failed request:  5
  Resource id in failed request:  0x1000003
  Serial number of failed request:  55
  Current serial number in output stream:  56

vulkaninfo --summary

==========
VULKANINFO
==========

Vulkan Instance Version: 1.4.335


Instance Extensions: count = 27
-------------------------------
VK_EXT_acquire_drm_display             : extension revision 1
VK_EXT_acquire_xlib_display            : extension revision 1
VK_EXT_debug_report                    : extension revision 10
VK_EXT_debug_utils                     : extension revision 2
VK_EXT_direct_mode_display             : extension revision 1
VK_EXT_display_surface_counter         : extension revision 1
VK_EXT_headless_surface                : extension revision 1
VK_EXT_layer_settings                  : extension revision 2
VK_EXT_surface_maintenance1            : extension revision 1
VK_EXT_swapchain_colorspace            : extension revision 5
VK_KHR_device_group_creation           : extension revision 1
VK_KHR_display                         : extension revision 23
VK_KHR_external_fence_capabilities     : extension revision 1
VK_KHR_external_memory_capabilities    : extension revision 1
VK_KHR_external_semaphore_capabilities : extension revision 1
VK_KHR_get_display_properties2         : extension revision 1
VK_KHR_get_physical_device_properties2 : extension revision 2
VK_KHR_get_surface_capabilities2       : extension revision 1
VK_KHR_portability_enumeration         : extension revision 1
VK_KHR_surface                         : extension revision 25
VK_KHR_surface_maintenance1            : extension revision 1
VK_KHR_surface_protected_capabilities  : extension revision 1
VK_KHR_wayland_surface                 : extension revision 6
VK_KHR_xcb_surface                     : extension revision 6
VK_KHR_xlib_surface                    : extension revision 6
VK_LUNARG_direct_driver_loading        : extension revision 1
VK_NV_display_stereo                   : extension revision 1

Instance Layers: count = 8
--------------------------
VK_LAYER_MESA_anti_lag            Open-source implementation of the VK_AMD_anti_lag extension. 1.4.303  version 1
VK_LAYER_MESA_device_select       Linux device selection layer                                 1.4.303  version 1
VK_LAYER_NV_optimus               NVIDIA Optimus layer                                         1.4.325  version 1
VK_LAYER_NV_present               NVIDIA Presentation Layer                                    1.4.325  version 1
VK_LAYER_VALVE_steam_fossilize_32 Steam Pipeline Caching Layer                                 1.3.207  version 1
VK_LAYER_VALVE_steam_fossilize_64 Steam Pipeline Caching Layer                                 1.3.207  version 1
VK_LAYER_VALVE_steam_overlay_32   Steam Overlay Layer                                          1.3.207  version 1
VK_LAYER_VALVE_steam_overlay_64   Steam Overlay Layer                                          1.3.207  version 1

Devices:
========
GPU0:
        apiVersion         = 1.4.328
        driverVersion      = 25.3.4
        vendorID           = 0x8086
        deviceID           = 0x7d55
        deviceType         = PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU
        deviceName         = Intel(R) Arc(tm) Graphics (MTL)
        driverID           = DRIVER_ID_INTEL_OPEN_SOURCE_MESA
        driverName         = Intel open-source Mesa driver
        driverInfo         = Mesa 25.3.4-arch1.1
        conformanceVersion = 1.4.0.0
        deviceUUID         = 8680557d-0800-0000-0002-000000000000
        driverUUID         = 4c455cee-7873-0e67-d65e-b27962d02d0d
GPU1:
        apiVersion         = 1.4.325
        driverVersion      = 590.48.1.0
        vendorID           = 0x10de
        deviceID           = 0x28ba
        deviceType         = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
        deviceName         = NVIDIA RTX 500 Ada Generation Laptop GPU
        driverID           = DRIVER_ID_NVIDIA_PROPRIETARY
        driverName         = NVIDIA
        driverInfo         = 590.48.01
        conformanceVersion = 1.4.3.0
        deviceUUID         = 09df508f-e51f-bd9c-719b-0bb392666892
        driverUUID         = cacc304f-7167-5cf5-a6bd-293f0657ef84

I tried to prime-run the game by:
1. Going to the game in my steam library
2. Pressing the settings button on the game to the right of the play time and going to the game's properties
3. Adding 'prime-run %command%' to the launch options for the game

I made sure to install vulkan-intel and I also tried the fix that is detailed here https://wiki.archlinux.org/title/Steam/ … _emulation. I was not able to configure prime properly because when I run xrandr --listproviders to see what providers I have, I get no real output, as seen below:

Providers: number : 0

I also tried to use Direct3D over DXVK. I got lower performance from this (no more than 40 fps in TCG Cardshop Simulator), but not as many stutters.

I am not too sure what you mean by exporting "VK_DRIVER_FILES=usr/share/vulkansc/icd.d/nvidia_icd_vksc.json". Is that something I can do in a config file?

Offline

#8 2026-02-03 09:56:23

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

Re: Poor performance with nvidia drivers

when I run xrandr --listproviders to see what providers I have, I get no real output

This *only* works on X11, now wayland, please get the outputs from there.

https://wiki.archlinux.org/title/Environment_variables

The glxinfo output looks promising but results in an error, since steam runs on Xwayland that's probably bad enough.

Offline

#9 2026-02-03 13:27:31

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,803

Re: Poor performance with nvidia drivers

For clarity :
what driver & version were bazzite and windows using ?


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

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#10 2026-02-03 14:22:34

mosdos
Member
Registered: 2026-01-28
Posts: 9

Re: Poor performance with nvidia drivers

Hello,

I added that environment variable you mentioned in the last post. Also, I logged into an x11 session, and this is the output for xrand --listproviders:

Providers: number : 2
Provider 0: id: 0x48 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 4 outputs: 6 associated providers: 0 name:modesetting
Provider 1: id: 0x2f0 cap: 0x0 crtcs: 0 outputs: 0 associated providers: 0 name:NVIDIA-G0

I looked at this article involving prime https://wiki.archlinux.org/title/PRIME. I tried to set up gpu offloading, but I get this output when trying to use either the provider number or the hexadecimal id:

X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  34 (RRSetProviderOffloadSink)
  Value in failed request:  0x2f0
  Serial number of failed request:  16
  Current serial number in output stream:  17

I am not sure which driver & versions that bazzite and windows were using. I switched away from bazzite about a month ago, and I haven't used windows on this computer in about a year.

Offline

#11 2026-02-03 15:12:44

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

Re: Poor performance with nvidia drivers

I tried to set up gpu offloading

Don't.
What's the output of "prime-run glxinfo -B" on X11 and how does steam behave there (resp. if you explicitly direct it towards the nvidia GPU)

not sure which driver & versions that bazzite

Sanity check: where you actually running KDE 6 on that system as well?

Offline

#12 2026-02-03 18:38:33

mosdos
Member
Registered: 2026-01-28
Posts: 9

Re: Poor performance with nvidia drivers

Hello,

Here is the output of prime-run glxinfo -B on x11:

name of display: :0
display: :0  screen: 0
direct rendering: Yes
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 4094 MB
    Total available memory: 4094 MB
    Currently available dedicated video memory: 3720 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA RTX 500 Ada Generation Laptop GPU/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 590.48.01
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6.0 NVIDIA 590.48.01
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)

OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 590.48.01
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

I tested both star wars the old republic and tcg cardshop sim with the prime-run %command% in the launch options, and they both either froze (while still playing the game's sound, if any), or reached near 120 fps(specifically in tcg cardshop sim) but also got horrible stutters and lag, making it a choppy and difficult experience to play.

Also, I do belive kde 6 was running on Bazzite.

Offline

#13 2026-02-03 19:19:54

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

Re: Poor performance with nvidia drivers

You could try https://aur.archlinux.org/packages?O=0&K=580xx and to disable the KWin compositor (SHIFT+Alt+F12 on X11, on wayland that's not possible)

Offline

Board footer

Powered by FluxBB