You are not logged in.
/etc/X11 contains more that /etc/X11/xorg.conf.d - restore everything else, post the files in /etc/X11/xorg.conf.d
Fun part is that looks like with NVIDIA driver the primary rendering engine is NVIDIA, and using prime-run is unnecessary
glxinfo -B | grep ve
prime-run glxinfo -B | grep veAlso check/post the related Xorg logs.
Offline
tree /etc/X11
/etc/X11
├── xinit
│ ├── xinitrc
│ ├── xinitrc.d
│ │ ├── 40-libcanberra-gtk-module.sh
│ │ ├── 50-systemd-user.sh
│ │ └── 90xbrlapi
│ └── xserverrc
├── xorg.conf.d
│ ├── 01-keyboard-layout.conf
│ ├── 30-magictrackpad.conf
│ └── 99-no-touchscreen.confI verified that glxinfo uses Nvidia with prime and Intel ( after rebooting, sometimes I may forged to unload modules ).
So far everything looks good now, I have nothing specific related to neither Intel nor Nvidia in /etx/X11 and everything works as expected with HDMI / xrandr.
Offline
xorg.conf.d doesn't look overly suspicious, please post an updated X11 log and make sure that DRI_PRIME isn't just globally exported unconditionally.
Offline
> glxinfo -B | grep ve
Max core profile version: 4.6
Max compat profile version: 4.6
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL core profile version string: 4.6 (Core Profile) Mesa 23.1.7-arch1.1
OpenGL core profile shading language version string: 4.60
OpenGL version string: 4.6 (Compatibility Profile) Mesa 23.1.7-arch1.1
OpenGL shading language version string: 4.60
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 23.1.7-arch1.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20> prime-run glxinfo -B | grep ve
OpenGL vendor string: NVIDIA Corporation
OpenGL core profile version string: 4.6.0 NVIDIA 535.104.05
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL version string: 4.6.0 NVIDIA 535.104.05
OpenGL shading language version string: 4.60 NVIDIA
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 535.104.05
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20[ 62.518] (==) Log file: "/home/user/.local/share/xorg/Xorg.0.log", Time: Fri Sep 15 10:57:42 2023
[ 62.519] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 62.519] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 62.520] (==) No Layout section. Using the first Screen section.
[ 62.520] (==) No screen section available. Using defaults.
[ 62.520] (**) |-->Screen "Default Screen Section" (0)
[ 62.520] (**) | |-->Monitor "<default monitor>"
[ 62.520] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 62.520] (==) Automatically adding devices
[ 62.520] (==) Automatically enabling devices
[ 62.520] (==) Automatically adding GPU devices
[ 62.520] (==) Automatically binding GPU devices
[ 62.520] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 62.522] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 62.522] Entry deleted from font path.
[ 62.522] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/Type1,
/usr/share/fonts/100dpi
[ 62.522] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 62.522] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 62.522] (II) Module ABI versions:
[ 62.522] X.Org ANSI C Emulation: 0.4
[ 62.522] X.Org Video Driver: 25.2
[ 62.522] X.Org XInput driver : 24.4
[ 62.522] X.Org Server Extension : 10.0
[ 62.523] (++) using VT number 1
[ 62.524] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
[ 62.525] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 62.525] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[ 62.525] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 62.526] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 62.526] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 62.526] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[ 62.528] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 62.529] (--) PCI:*(0@0:2:0) 8086:3e94:17aa:2267 rev 0, Mem @ 0x404a000000/16777216, 0x60000000/536870912, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 62.529] (--) PCI: (1@0:0:0) 10de:1cba:17aa:2267 rev 161, Mem @ 0xc3000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[ 62.529] (II) Open ACPI successful (/var/run/acpid.socket)
[ 62.529] (II) LoadModule: "glx"
[ 62.530] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 62.536] (II) Module glx: vendor="X.Org Foundation"
[ 62.536] compiled for 1.21.1.8, module version = 1.0.0
[ 62.536] ABI class: X.Org Server Extension, version 10.0
[ 62.536] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 62.536] loading driver: nvidia
[ 62.536] (==) Matched intel as autoconfigured driver 0
[ 62.536] (==) Matched nvidia as autoconfigured driver 1
[ 62.536] (==) Matched nouveau as autoconfigured driver 2
[ 62.536] (==) Matched nv as autoconfigured driver 3
[ 62.536] (==) Matched modesetting as autoconfigured driver 4
[ 62.536] (==) Matched fbdev as autoconfigured driver 5
[ 62.536] (==) Matched vesa as autoconfigured driver 6
[ 62.536] (==) Assigned the driver to the xf86ConfigLayout
[ 62.536] (II) LoadModule: "intel"
[ 62.537] (WW) Warning, couldn't open module intel
[ 62.537] (EE) Failed to load module "intel" (module does not exist, 0)
[ 62.537] (II) LoadModule: "nvidia"
[ 62.537] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 62.541] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 62.541] compiled for 1.6.99.901, module version = 1.0.0
[ 62.541] Module class: X.Org Video Driver
[ 62.541] (II) LoadModule: "nouveau"
[ 62.541] (WW) Warning, couldn't open module nouveau
[ 62.541] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 62.541] (II) LoadModule: "nv"
[ 62.542] (WW) Warning, couldn't open module nv
[ 62.542] (EE) Failed to load module "nv" (module does not exist, 0)
[ 62.542] (II) LoadModule: "modesetting"
[ 62.542] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 62.544] (II) Module modesetting: vendor="X.Org Foundation"
[ 62.544] compiled for 1.21.1.8, module version = 1.21.1
[ 62.544] Module class: X.Org Video Driver
[ 62.544] ABI class: X.Org Video Driver, version 25.2
[ 62.544] (II) LoadModule: "fbdev"
[ 62.545] (WW) Warning, couldn't open module fbdev
[ 62.545] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 62.545] (II) LoadModule: "vesa"
[ 62.545] (WW) Warning, couldn't open module vesa
[ 62.545] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 62.545] (II) NVIDIA dlloader X Driver 535.104.05 Sat Aug 19 01:01:11 UTC 2023
[ 62.545] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 62.545] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 62.545] (II) modeset(0): using drv /dev/dri/card0
[ 62.545] (II) systemd-logind: releasing fd for 226:1
[ 62.561] (II) Loading sub module "fb"
[ 62.561] (II) LoadModule: "fb"
[ 62.561] (II) Module "fb" already built-in
[ 62.561] (II) Loading sub module "wfb"
[ 62.561] (II) LoadModule: "wfb"
[ 62.561] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 62.562] (II) Module wfb: vendor="X.Org Foundation"
[ 62.562] compiled for 1.21.1.8, module version = 1.0.0
[ 62.562] ABI class: X.Org ANSI C Emulation, version 0.4
[ 62.565] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 62.565] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 62.565] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 62.565] (==) modeset(0): RGB weight 888
[ 62.565] (==) modeset(0): Default visual is TrueColor
[ 62.565] (II) Loading sub module "glamoregl"
[ 62.565] (II) LoadModule: "glamoregl"
[ 62.565] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 62.570] (II) Module glamoregl: vendor="X.Org Foundation"
[ 62.570] compiled for 1.21.1.8, module version = 1.0.1
[ 62.570] ABI class: X.Org ANSI C Emulation, version 0.4
[ 62.929] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics P630 (CFL GT2)
[ 62.929] (II) modeset(0): glamor initialized
[ 62.929] (==) modeset(0): VariableRefresh: disabled
[ 62.929] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 62.931] (II) modeset(0): Output eDP-1 has no monitor section
[ 62.935] (II) modeset(0): EDID for output eDP-1
[ 62.935] (II) modeset(0): Manufacturer: AUO Model: 32eb Serial#: 0
[ 62.935] (II) modeset(0): Year: 2017 Week: 37
[ 62.935] (II) modeset(0): EDID Version: 1.4
[ 62.935] (II) modeset(0): Digital Display Input
[ 62.935] (II) modeset(0): 8 bits per channel
[ 62.935] (II) modeset(0): Digital interface is DisplayPort
[ 62.935] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 62.935] (II) modeset(0): Gamma: 2.20
[ 62.935] (II) modeset(0): No DPMS capabilities specified
[ 62.935] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 62.935] (II) modeset(0): First detailed timing is preferred mode
[ 62.935] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 62.935] (II) modeset(0): redX: 0.645 redY: 0.336 greenX: 0.311 greenY: 0.606
[ 62.935] (II) modeset(0): blueX: 0.152 blueY: 0.049 whiteX: 0.313 whiteY: 0.329
[ 62.935] (II) modeset(0): Manufacturer's mask: 0
[ 62.935] (II) modeset(0): Supported detailed timing:
[ 62.935] (II) modeset(0): clock: 533.3 MHz Image Size: 344 x 193 mm
[ 62.935] (II) modeset(0): h_active: 3840 h_sync: 3888 h_sync_end 3920 h_blank_end 4000 h_border: 0
[ 62.935] (II) modeset(0): v_active: 2160 v_sync: 2163 v_sync_end 2168 v_blanking: 2222 v_border: 0
[ 62.935] (II) modeset(0): Unknown vendor-specific block f
[ 62.935] (II) modeset(0): AUO
[ 62.935] (II) modeset(0): B156ZAN03.2
[ 62.935] (II) modeset(0): EDID (in hex):
[ 62.935] (II) modeset(0): 00ffffffffffff0006afeb3200000000
[ 62.935] (II) modeset(0): 251b0104a5221378020925a5564f9b27
[ 62.935] (II) modeset(0): 0c505400000001010101010101010101
[ 62.935] (II) modeset(0): 01010101010152d000a0f0703e803020
[ 62.935] (II) modeset(0): 350058c1100000180000000f00000000
[ 62.935] (II) modeset(0): 00000000000000000020000000fe0041
[ 62.935] (II) modeset(0): 554f0a202020202020202020000000fe
[ 62.935] (II) modeset(0): 00423135365a414e30332e32200a000d
[ 62.936] (II) modeset(0): Printing probed modes for output eDP-1
[ 62.936] (II) modeset(0): Modeline "3840x2160"x60.0 533.30 3840 3888 3920 4000 2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 62.936] (II) modeset(0): Modeline "3840x2160"x60.0 712.75 3840 4160 4576 5312 2160 2163 2168 2237 -hsync +vsync (134.2 kHz d)
[ 62.936] (II) modeset(0): Modeline "3840x2160"x60.0 533.00 3840 3888 3920 4000 2160 2163 2168 2222 +hsync -vsync (133.2 kHz d)
[ 62.936] (II) modeset(0): Modeline "3200x1800"x60.0 492.00 3200 3456 3800 4400 1800 1803 1808 1865 -hsync +vsync (111.8 kHz d)
[ 62.936] (II) modeset(0): Modeline "3200x1800"x59.9 373.00 3200 3248 3280 3360 1800 1803 1808 1852 +hsync -vsync (111.0 kHz d)
[ 62.936] (II) modeset(0): Modeline "2880x1620"x60.0 396.25 2880 3096 3408 3936 1620 1623 1628 1679 -hsync +vsync (100.7 kHz d)
[ 62.936] (II) modeset(0): Modeline "2880x1620"x60.0 303.75 2880 2928 2960 3040 1620 1623 1628 1666 +hsync -vsync (99.9 kHz d)
[ 62.936] (II) modeset(0): Modeline "2560x1600"x60.0 348.50 2560 2760 3032 3504 1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[ 62.936] (II) modeset(0): Modeline "2560x1600"x60.0 268.50 2560 2608 2640 2720 1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[ 62.936] (II) modeset(0): Modeline "2560x1440"x120.0 638.25 2560 2780 3064 3568 1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[ 62.936] (II) modeset(0): Modeline "2560x1440"x120.0 469.12 2560 2584 2600 2640 1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[ 62.936] (II) modeset(0): Modeline "2560x1440"x60.0 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[ 62.936] (II) modeset(0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[ 62.936] (II) modeset(0): Modeline "2048x1536"x60.0 266.95 2048 2200 2424 2800 1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[ 62.936] (II) modeset(0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[ 62.936] (II) modeset(0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[ 62.936] (II) modeset(0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[ 62.936] (II) modeset(0): Modeline "2048x1152"x120.0 406.50 2048 2220 2444 2840 1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[ 62.936] (II) modeset(0): Modeline "2048x1152"x120.0 302.50 2048 2072 2088 2128 1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[ 62.936] (II) modeset(0): Modeline "2048x1152"x59.9 197.00 2048 2184 2400 2752 1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[ 62.936] (II) modeset(0): Modeline "2048x1152"x59.9 156.75 2048 2096 2128 2208 1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[ 62.936] (II) modeset(0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[ 62.937] (II) modeset(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[ 62.937] (II) modeset(0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 62.937] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 62.937] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 62.937] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 62.937] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[ 62.937] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 62.937] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 62.937] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 62.937] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 62.937] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 62.937] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 62.937] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 62.937] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 62.937] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 62.937] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 62.937] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 62.937] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 62.937] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 62.937] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 62.937] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 62.937] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 62.937] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 62.937] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 62.937] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 62.937] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 62.937] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 62.937] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 62.937] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 62.937] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 62.937] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 62.937] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 62.937] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 62.937] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 62.937] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 62.937] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 62.937] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 62.937] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 62.937] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 62.937] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 62.937] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 62.937] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 62.937] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 62.937] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 62.937] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 62.937] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 62.937] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 62.937] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 62.937] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 62.937] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 62.937] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 62.937] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 62.937] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 62.937] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 62.937] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 62.937] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 62.937] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 62.937] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 62.937] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 62.937] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 62.937] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 62.937] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 62.937] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 62.937] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 62.937] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 62.937] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 62.938] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 62.938] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 62.938] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 62.938] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 62.938] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 62.938] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 62.938] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 62.938] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 62.938] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 62.938] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 62.938] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 62.938] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 62.938] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 62.938] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 62.938] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 62.938] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 62.938] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 62.938] (II) modeset(0): Output eDP-1 connected
[ 62.938] (II) modeset(0): Using exact sizes for initial modes
[ 62.938] (II) modeset(0): Output eDP-1 using initial mode 3840x2160 +0+0
[ 62.938] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 62.938] (==) modeset(0): DPI set to (96, 96)
[ 62.938] (II) Loading sub module "fb"
[ 62.938] (II) LoadModule: "fb"
[ 62.938] (II) Module "fb" already built-in
[ 62.938] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[ 62.938] (==) NVIDIA(G0): RGB weight 888
[ 62.938] (==) NVIDIA(G0): Default visual is TrueColor
[ 62.938] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 62.938] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 62.938] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 62.938] (**) NVIDIA(G0): Enabling 2D acceleration
[ 62.938] (II) Loading sub module "glxserver_nvidia"
[ 62.938] (II) LoadModule: "glxserver_nvidia"
[ 62.938] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 62.998] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 62.998] compiled for 1.6.99.901, module version = 1.0.0
[ 62.998] Module class: X.Org Server Extension
[ 62.998] (II) NVIDIA GLX Module 535.104.05 Sat Aug 19 01:06:04 UTC 2023
[ 62.999] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 63.004] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 63.005] (--) NVIDIA(0): DFP-0
[ 63.005] (--) NVIDIA(0): DFP-1
[ 63.005] (--) NVIDIA(0): DFP-2 (boot)
[ 63.006] (II) NVIDIA(G0): NVIDIA GPU Quadro P2000 with Max-Q Design (GP107GL-A) at
[ 63.006] (II) NVIDIA(G0): PCI:1:0:0 (GPU-0)
[ 63.006] (--) NVIDIA(G0): Memory: 4194304 kBytes
[ 63.006] (--) NVIDIA(G0): VideoBIOS: 86.07.63.00.35
[ 63.006] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[ 63.006] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 63.006] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 63.006] (--) NVIDIA(GPU-0): DFP-0: 1440.0 MHz maximum pixel clock
[ 63.006] (--) NVIDIA(GPU-0):
[ 63.006] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 63.006] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 63.006] (--) NVIDIA(GPU-0): DFP-1: 1440.0 MHz maximum pixel clock
[ 63.006] (--) NVIDIA(GPU-0):
[ 63.050] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-2): connected
[ 63.050] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-2): Internal TMDS
[ 63.050] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-2): 600.0 MHz maximum pixel clock
[ 63.050] (--) NVIDIA(GPU-0):
[ 63.053] (II) NVIDIA(G0): Validated MetaModes:
[ 63.053] (II) NVIDIA(G0): "NULL"
[ 63.053] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 63.060] (WW) NVIDIA(G0): Cannot find size of first mode for LG Electronics LG HDR 4K
[ 63.060] (WW) NVIDIA(G0): (DFP-2); cannot compute DPI from LG Electronics LG HDR 4K
[ 63.060] (WW) NVIDIA(G0): (DFP-2)'s EDID.
[ 63.060] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[ 63.083] (==) modeset(0): Backing store enabled
[ 63.083] (==) modeset(0): Silken mouse enabled
[ 63.173] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 63.173] (==) modeset(0): DPMS enabled
[ 63.173] (II) modeset(0): [DRI2] Setup complete
[ 63.173] (II) modeset(0): [DRI2] DRI driver: iris
[ 63.173] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 63.173] (WW) NVIDIA: Failed to bind sideband socket to
[ 63.173] (WW) NVIDIA: '/var/run/nvidia-xdriver-e53521e2' Permission denied
[ 63.173] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 63.174] (II) NVIDIA: access.
[ 63.228] (II) NVIDIA(G0): Setting mode "NULL"
[ 63.236] (==) NVIDIA(G0): Disabling shared memory pixmaps
[ 63.236] (==) NVIDIA(G0): Backing store enabled
[ 63.236] (==) NVIDIA(G0): Silken mouse enabled
[ 63.236] (==) NVIDIA(G0): DPMS enabled
[ 63.236] (II) Loading sub module "dri2"
[ 63.236] (II) LoadModule: "dri2"
[ 63.236] (II) Module "dri2" already built-in
[ 63.236] (II) NVIDIA(G0): [DRI2] Setup complete
[ 63.236] (II) NVIDIA(G0): [DRI2] VDPAU driver: nvidia
[ 63.236] (II) Initializing extension Generic Event Extension
[ 63.237] (II) Initializing extension SHAPE
[ 63.237] (II) Initializing extension MIT-SHM
[ 63.237] (II) Initializing extension XInputExtension
[ 63.237] (II) Initializing extension XTEST
[ 63.237] (II) Initializing extension BIG-REQUESTS
[ 63.237] (II) Initializing extension SYNC
[ 63.237] (II) Initializing extension XKEYBOARD
[ 63.237] (II) Initializing extension XC-MISC
[ 63.238] (II) Initializing extension SECURITY
[ 63.238] (II) Initializing extension XFIXES
[ 63.238] (II) Initializing extension RENDER
[ 63.238] (II) Initializing extension RANDR
[ 63.238] (II) Initializing extension COMPOSITE
[ 63.238] (II) Initializing extension DAMAGE
[ 63.238] (II) Initializing extension MIT-SCREEN-SAVER
[ 63.238] (II) Initializing extension DOUBLE-BUFFER
[ 63.238] (II) Initializing extension RECORD
[ 63.238] (II) Initializing extension DPMS
[ 63.239] (II) Initializing extension Present
[ 63.239] (II) Initializing extension DRI3
[ 63.239] (II) Initializing extension X-Resource
[ 63.239] (II) Initializing extension XVideo
[ 63.239] (II) Initializing extension XVideo-MotionCompensation
[ 63.239] (II) Initializing extension GLX
[ 63.239] (II) Initializing extension GLX
[ 63.239] (II) Indirect GLX disabled.
[ 63.245] (II) AIGLX: Loaded and initialized iris
[ 63.245] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 63.245] (II) Initializing extension XFree86-VidModeExtension
[ 63.246] (II) Initializing extension XFree86-DGA
[ 63.246] (II) Initializing extension XFree86-DRI
[ 63.246] (II) Initializing extension DRI2
[ 63.246] (II) Initializing extension NV-GLX
[ 63.246] (II) Initializing extension NV-CONTROL
[ 63.246] (II) modeset(0): Damage tracking initialized
[ 63.246] (II) modeset(0): Setting screen physical size to 1016 x 571
[ 63.321] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 63.321] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 63.321] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 63.321] (**) Power Button: Applying InputClass "Keyboard Defaults"
[ 63.321] (II) LoadModule: "libinput"
[ 63.321] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 63.323] (II) Module libinput: vendor="X.Org Foundation"
[ 63.323] compiled for 1.21.1.8, module version = 1.4.0
[ 63.323] Module class: X.Org XInput Driver
[ 63.323] ABI class: X.Org XInput driver, version 24.4
[ 63.323] (II) Using input driver 'libinput' for 'Power Button'
[ 63.324] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 45 paused 0
[ 63.324] (**) Power Button: always reports core events
[ 63.324] (**) Option "Device" "/dev/input/event2"
[ 63.328] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 63.328] (II) event2 - Power Button: device is a keyboard
[ 63.328] (II) event2 - Power Button: device removed
[ 63.328] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 63.328] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 63.328] (**) Option "xkb_rules" "evdev"
[ 63.328] (**) Option "xkb_layout" "us,ru"
[ 63.328] (**) Option "xkb_variant" ",ruu"
[ 63.328] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll"
[ 63.344] (**) Option "AutoRepeat" "200 25"
[ 63.344] (**) AutoRepeat: 200 25
[ 63.345] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 63.345] (II) event2 - Power Button: device is a keyboard
[ 63.346] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 63.346] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 63.346] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 63.346] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[ 63.346] (II) Using input driver 'libinput' for 'Video Bus'
[ 63.346] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 48 paused 0
[ 63.346] (**) Video Bus: always reports core events
[ 63.346] (**) Option "Device" "/dev/input/event4"
[ 63.347] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 63.347] (II) event4 - Video Bus: device is a keyboard
[ 63.347] (II) event4 - Video Bus: device removed
[ 63.347] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input4/event4"
[ 63.347] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 63.347] (**) Option "xkb_rules" "evdev"
[ 63.347] (**) Option "xkb_layout" "us,ru"
[ 63.347] (**) Option "xkb_variant" ",ruu"
[ 63.347] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll"
[ 63.347] (**) Option "AutoRepeat" "200 25"
[ 63.347] (**) AutoRepeat: 200 25
[ 63.348] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 63.348] (II) event4 - Video Bus: device is a keyboard
[ 63.349] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 63.349] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 63.349] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 63.349] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[ 63.349] (II) Using input driver 'libinput' for 'Video Bus'
[ 63.349] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 49 paused 0
[ 63.349] (**) Video Bus: always reports core events
[ 63.349] (**) Option "Device" "/dev/input/event3"
[ 63.350] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 63.350] (II) event3 - Video Bus: device is a keyboard
[ 63.350] (II) event3 - Video Bus: device removed
[ 63.350] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input3/event3"
[ 63.350] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 63.350] (**) Option "xkb_rules" "evdev"
[ 63.350] (**) Option "xkb_layout" "us,ru"
[ 63.350] (**) Option "xkb_variant" ",ruu"
[ 63.350] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll"
[ 63.350] (**) Option "AutoRepeat" "200 25"
[ 63.350] (**) AutoRepeat: 200 25
[ 63.351] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 63.351] (II) event3 - Video Bus: device is a keyboard
[ 63.352] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 63.352] (II) No input driver specified, ignoring this device.
[ 63.352] (II) This device may have been added with another device file.
[ 63.352] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 63.352] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 63.352] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 63.352] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[ 63.352] (II) Using input driver 'libinput' for 'Sleep Button'
[ 63.352] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 50 paused 0
[ 63.352] (**) Sleep Button: always reports core events
[ 63.352] (**) Option "Device" "/dev/input/event0"
[ 63.353] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 63.353] (II) event0 - Sleep Button: device is a keyboard
[ 63.353] (II) event0 - Sleep Button: device removed
[ 63.353] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 63.353] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 63.353] (**) Option "xkb_rules" "evdev"
[ 63.353] (**) Option "xkb_layout" "us,ru"
[ 63.353] (**) Option "xkb_variant" ",ruu"
[ 63.353] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll"
[ 63.353] (**) Option "AutoRepeat" "200 25"
[ 63.353] (**) AutoRepeat: 200 25
[ 63.354] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 63.354] (II) event0 - Sleep Button: device is a keyboard
[ 63.355] (II) config/udev: Adding input device Razer Razer Viper Ultimate Dongle (/dev/input/event6)
[ 63.355] (**) Razer Razer Viper Ultimate Dongle: Applying InputClass "evdev pointer catchall"
[ 63.355] (**) Razer Razer Viper Ultimate Dongle: Applying InputClass "libinput pointer catchall"
[ 63.355] (II) Using input driver 'libinput' for 'Razer Razer Viper Ultimate Dongle'
[ 63.410] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 51 paused 0
[ 63.410] (**) Razer Razer Viper Ultimate Dongle: always reports core events
[ 63.410] (**) Option "Device" "/dev/input/event6"
[ 63.412] (II) event6 - Razer Razer Viper Ultimate Dongle: is tagged by udev as: Mouse
[ 63.412] (II) event6 - Razer Razer Viper Ultimate Dongle: device is a pointer
[ 63.412] (II) event6 - Razer Razer Viper Ultimate Dongle: device removed
[ 63.412] (II) libinput: Razer Razer Viper Ultimate Dongle: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 63.412] (II) libinput: Razer Razer Viper Ultimate Dongle: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 63.412] (II) libinput: Razer Razer Viper Ultimate Dongle: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 63.412] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:1532:007B.0001/input/input7/event6"
[ 63.412] (II) XINPUT: Adding extended input device "Razer Razer Viper Ultimate Dongle" (type: MOUSE, id 10)
[ 63.412] (**) Option "AccelerationScheme" "none"
[ 63.412] (**) Razer Razer Viper Ultimate Dongle: (accel) selected scheme none/0
[ 63.412] (**) Razer Razer Viper Ultimate Dongle: (accel) acceleration factor: 2.000
[ 63.412] (**) Razer Razer Viper Ultimate Dongle: (accel) acceleration threshold: 4
[ 63.414] (II) event6 - Razer Razer Viper Ultimate Dongle: is tagged by udev as: Mouse
[ 63.414] (II) event6 - Razer Razer Viper Ultimate Dongle: device is a pointer
[ 63.415] (II) config/udev: Adding input device Razer Razer Viper Ultimate Dongle (/dev/input/mouse0)
[ 63.415] (II) No input driver specified, ignoring this device.
[ 63.415] (II) This device may have been added with another device file.
[ 63.417] (II) config/udev: Adding input device Razer Razer Viper Ultimate Dongle Keyboard (/dev/input/event7)
[ 63.417] (**) Razer Razer Viper Ultimate Dongle Keyboard: Applying InputClass "evdev keyboard catchall"
[ 63.417] (**) Razer Razer Viper Ultimate Dongle Keyboard: Applying InputClass "libinput keyboard catchall"
[ 63.417] (**) Razer Razer Viper Ultimate Dongle Keyboard: Applying InputClass "Keyboard Defaults"
[ 63.417] (II) Using input driver 'libinput' for 'Razer Razer Viper Ultimate Dongle Keyboard'
[ 63.417] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 52 paused 0
[ 63.417] (**) Razer Razer Viper Ultimate Dongle Keyboard: always reports core events
[ 63.417] (**) Option "Device" "/dev/input/event7"
[ 63.419] (II) event7 - Razer Razer Viper Ultimate Dongle Keyboard: is tagged by udev as: Keyboard
[ 63.419] (II) event7 - Razer Razer Viper Ultimate Dongle Keyboard: device is a keyboard
[ 63.420] (II) event7 - Razer Razer Viper Ultimate Dongle Keyboard: device removed
[ 63.420] (II) libinput: Razer Razer Viper Ultimate Dongle Keyboard: needs a virtual subdevice
[ 63.420] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:1532:007B.0002/input/input8/event7"
[ 63.420] (II) XINPUT: Adding extended input device "Razer Razer Viper Ultimate Dongle Keyboard" (type: MOUSE, id 11)
[ 63.420] (**) Option "AccelerationScheme" "none"
[ 63.420] (**) Razer Razer Viper Ultimate Dongle Keyboard: (accel) selected scheme none/0
[ 63.420] (**) Razer Razer Viper Ultimate Dongle Keyboard: (accel) acceleration factor: 2.000
[ 63.420] (**) Razer Razer Viper Ultimate Dongle Keyboard: (accel) acceleration threshold: 4
[ 63.422] (II) event7 - Razer Razer Viper Ultimate Dongle Keyboard: is tagged by udev as: Keyboard
[ 63.422] (II) event7 - Razer Razer Viper Ultimate Dongle Keyboard: device is a keyboard
[ 63.423] (II) config/udev: Adding input device Razer Razer Viper Ultimate Dongle (/dev/input/event8)
[ 63.423] (II) No input driver specified, ignoring this device.
[ 63.423] (II) This device may have been added with another device file.
[ 63.425] (II) config/udev: Adding input device Razer Razer Viper Ultimate Dongle (/dev/input/event9)
[ 63.425] (**) Razer Razer Viper Ultimate Dongle: Applying InputClass "evdev keyboard catchall"
[ 63.425] (**) Razer Razer Viper Ultimate Dongle: Applying InputClass "libinput keyboard catchall"
[ 63.425] (**) Razer Razer Viper Ultimate Dongle: Applying InputClass "Keyboard Defaults"
[ 63.425] (II) Using input driver 'libinput' for 'Razer Razer Viper Ultimate Dongle'
[ 63.425] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 53 paused 0
[ 63.425] (**) Razer Razer Viper Ultimate Dongle: always reports core events
[ 63.425] (**) Option "Device" "/dev/input/event9"
[ 63.428] (II) event9 - Razer Razer Viper Ultimate Dongle: is tagged by udev as: Keyboard
[ 63.428] (II) event9 - Razer Razer Viper Ultimate Dongle: device is a keyboard
[ 63.428] (II) event9 - Razer Razer Viper Ultimate Dongle: device removed
[ 63.428] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.2/0003:1532:007B.0003/input/input10/event9"
[ 63.428] (II) XINPUT: Adding extended input device "Razer Razer Viper Ultimate Dongle" (type: KEYBOARD, id 12)
[ 63.428] (**) Option "xkb_rules" "evdev"
[ 63.428] (**) Option "xkb_layout" "us,ru"
[ 63.428] (**) Option "xkb_variant" ",ruu"
[ 63.428] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll"
[ 63.428] (**) Option "AutoRepeat" "200 25"
[ 63.428] (**) AutoRepeat: 200 25
[ 63.430] (II) event9 - Razer Razer Viper Ultimate Dongle: is tagged by udev as: Keyboard
[ 63.430] (II) event9 - Razer Razer Viper Ultimate Dongle: device is a keyboard
[ 63.432] (II) config/udev: Adding input device Telink Wireless Receiver Mouse (/dev/input/event10)
[ 63.432] (**) Telink Wireless Receiver Mouse: Applying InputClass "evdev pointer catchall"
[ 63.432] (**) Telink Wireless Receiver Mouse: Applying InputClass "libinput pointer catchall"
[ 63.432] (II) Using input driver 'libinput' for 'Telink Wireless Receiver Mouse'
[ 63.432] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 54 paused 0
[ 63.432] (**) Telink Wireless Receiver Mouse: always reports core events
[ 63.432] (**) Option "Device" "/dev/input/event10"
[ 63.434] (II) event10 - Telink Wireless Receiver Mouse: is tagged by udev as: Mouse
[ 63.435] (II) event10 - Telink Wireless Receiver Mouse: device is a pointer
[ 63.435] (II) event10 - Telink Wireless Receiver Mouse: device removed
[ 63.435] (II) libinput: Telink Wireless Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 63.435] (II) libinput: Telink Wireless Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 63.435] (II) libinput: Telink Wireless Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 63.435] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:248A:8367.0004/input/input11/event10"
[ 63.435] (II) XINPUT: Adding extended input device "Telink Wireless Receiver Mouse" (type: MOUSE, id 13)
[ 63.435] (**) Option "AccelerationScheme" "none"
[ 63.435] (**) Telink Wireless Receiver Mouse: (accel) selected scheme none/0
[ 63.435] (**) Telink Wireless Receiver Mouse: (accel) acceleration factor: 2.000
[ 63.435] (**) Telink Wireless Receiver Mouse: (accel) acceleration threshold: 4
[ 63.437] (II) event10 - Telink Wireless Receiver Mouse: is tagged by udev as: Mouse
[ 63.437] (II) event10 - Telink Wireless Receiver Mouse: device is a pointer
[ 63.439] (II) config/udev: Adding input device Telink Wireless Receiver Mouse (/dev/input/mouse1)
[ 63.439] (II) No input driver specified, ignoring this device.
[ 63.439] (II) This device may have been added with another device file.
[ 63.440] (II) config/udev: Adding input device Telink Wireless Receiver Consumer Control (/dev/input/event11)
[ 63.440] (**) Telink Wireless Receiver Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 63.440] (**) Telink Wireless Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 63.440] (**) Telink Wireless Receiver Consumer Control: Applying InputClass "Keyboard Defaults"
[ 63.440] (II) Using input driver 'libinput' for 'Telink Wireless Receiver Consumer Control'
[ 63.441] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 55 paused 0
[ 63.441] (**) Telink Wireless Receiver Consumer Control: always reports core events
[ 63.441] (**) Option "Device" "/dev/input/event11"
[ 63.443] (II) event11 - Telink Wireless Receiver Consumer Control: is tagged by udev as: Keyboard
[ 63.443] (II) event11 - Telink Wireless Receiver Consumer Control: device is a keyboard
[ 63.443] (II) event11 - Telink Wireless Receiver Consumer Control: device removed
[ 63.443] (II) libinput: Telink Wireless Receiver Consumer Control: needs a virtual subdevice
[ 63.443] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:248A:8367.0004/input/input12/event11"
[ 63.443] (II) XINPUT: Adding extended input device "Telink Wireless Receiver Consumer Control" (type: MOUSE, id 14)
[ 63.443] (**) Option "AccelerationScheme" "none"
[ 63.443] (**) Telink Wireless Receiver Consumer Control: (accel) selected scheme none/0
[ 63.443] (**) Telink Wireless Receiver Consumer Control: (accel) acceleration factor: 2.000
[ 63.443] (**) Telink Wireless Receiver Consumer Control: (accel) acceleration threshold: 4
[ 63.445] (II) event11 - Telink Wireless Receiver Consumer Control: is tagged by udev as: Keyboard
[ 63.445] (II) event11 - Telink Wireless Receiver Consumer Control: device is a keyboard
[ 63.446] (II) config/udev: Adding input device Telink Wireless Receiver System Control (/dev/input/event12)
[ 63.446] (**) Telink Wireless Receiver System Control: Applying InputClass "evdev keyboard catchall"
[ 63.446] (**) Telink Wireless Receiver System Control: Applying InputClass "libinput keyboard catchall"
[ 63.446] (**) Telink Wireless Receiver System Control: Applying InputClass "Keyboard Defaults"
[ 63.446] (II) Using input driver 'libinput' for 'Telink Wireless Receiver System Control'
[ 63.447] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 56 paused 0
[ 63.447] (**) Telink Wireless Receiver System Control: always reports core events
[ 63.447] (**) Option "Device" "/dev/input/event12"
[ 63.448] (II) event12 - Telink Wireless Receiver System Control: is tagged by udev as: Keyboard
[ 63.448] (II) event12 - Telink Wireless Receiver System Control: device is a keyboard
[ 63.448] (II) event12 - Telink Wireless Receiver System Control: device removed
[ 63.449] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:248A:8367.0004/input/input13/event12"
[ 63.449] (II) XINPUT: Adding extended input device "Telink Wireless Receiver System Control" (type: KEYBOARD, id 15)
[ 63.449] (**) Option "xkb_rules" "evdev"
[ 63.449] (**) Option "xkb_layout" "us,ru"
[ 63.449] (**) Option "xkb_variant" ",ruu"
[ 63.449] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll"
[ 63.449] (**) Option "AutoRepeat" "200 25"
[ 63.449] (**) AutoRepeat: 200 25
[ 63.450] (II) event12 - Telink Wireless Receiver System Control: is tagged by udev as: Keyboard
[ 63.450] (II) event12 - Telink Wireless Receiver System Control: device is a keyboard
[ 63.451] (II) config/udev: Adding input device Telink Wireless Receiver (/dev/input/event13)
[ 63.451] (**) Telink Wireless Receiver: Applying InputClass "evdev keyboard catchall"
[ 63.451] (**) Telink Wireless Receiver: Applying InputClass "libinput keyboard catchall"
[ 63.451] (**) Telink Wireless Receiver: Applying InputClass "Keyboard Defaults"
[ 63.451] (II) Using input driver 'libinput' for 'Telink Wireless Receiver'
[ 63.452] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 57 paused 0
[ 63.452] (**) Telink Wireless Receiver: always reports core events
[ 63.452] (**) Option "Device" "/dev/input/event13"
[ 63.453] (II) event13 - Telink Wireless Receiver: is tagged by udev as: Keyboard
[ 63.453] (II) event13 - Telink Wireless Receiver: device is a keyboard
[ 63.454] (II) event13 - Telink Wireless Receiver: device removed
[ 63.454] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:248A:8367.0005/input/input14/event13"
[ 63.454] (II) XINPUT: Adding extended input device "Telink Wireless Receiver" (type: KEYBOARD, id 16)
[ 63.454] (**) Option "xkb_rules" "evdev"
[ 63.454] (**) Option "xkb_layout" "us,ru"
[ 63.454] (**) Option "xkb_variant" ",ruu"
[ 63.454] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll"
[ 63.454] (**) Option "AutoRepeat" "200 25"
[ 63.454] (**) AutoRepeat: 200 25
[ 63.455] (II) event13 - Telink Wireless Receiver: is tagged by udev as: Keyboard
[ 63.455] (II) event13 - Telink Wireless Receiver: device is a keyboard
[ 63.456] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Finger (/dev/input/event14)
[ 63.456] (**) Wacom Pen and multitouch sensor Finger: Ignoring device from InputClass "Touchscreen catchall"
[ 63.457] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Finger (/dev/input/mouse2)
[ 63.457] (**) Wacom Pen and multitouch sensor Finger: Ignoring device from InputClass "Touchscreen catchall"
[ 63.457] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Pen (/dev/input/event15)
[ 63.457] (**) Wacom Pen and multitouch sensor Pen: Applying InputClass "evdev tablet catchall"
[ 63.457] (**) Wacom Pen and multitouch sensor Pen: Applying InputClass "libinput tablet catchall"
[ 63.457] (II) Using input driver 'libinput' for 'Wacom Pen and multitouch sensor Pen'
[ 63.513] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 58 paused 0
[ 63.513] (**) Wacom Pen and multitouch sensor Pen: always reports core events
[ 63.513] (**) Option "Device" "/dev/input/event15"
[ 63.515] (II) event15 - Wacom Pen and multitouch sensor Pen: is tagged by udev as: Tablet
[ 63.551] (II) event15 - Wacom Pen and multitouch sensor Pen: tablet 'Wacom Pen and multitouch sensor Pen' unknown to libwacom
[ 63.570] (II) event15 - Wacom Pen and multitouch sensor Pen: device is a tablet
[ 63.570] (II) event15 - Wacom Pen and multitouch sensor Pen: device removed
[ 63.570] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:056A:5193.0007/input/input33/event15"
[ 63.570] (II) XINPUT: Adding extended input device "Wacom Pen and multitouch sensor Pen" (type: TABLET, id 17)
[ 63.571] (II) event15 - Wacom Pen and multitouch sensor Pen: is tagged by udev as: Tablet
[ 63.589] (II) event15 - Wacom Pen and multitouch sensor Pen: tablet 'Wacom Pen and multitouch sensor Pen' unknown to libwacom
[ 63.608] (II) event15 - Wacom Pen and multitouch sensor Pen: device is a tablet
[ 63.609] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Pen (/dev/input/mouse3)
[ 63.609] (II) No input driver specified, ignoring this device.
[ 63.609] (II) This device may have been added with another device file.
[ 63.609] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event22)
[ 63.609] (II) No input driver specified, ignoring this device.
[ 63.609] (II) This device may have been added with another device file.
[ 63.609] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event23)
[ 63.609] (II) No input driver specified, ignoring this device.
[ 63.609] (II) This device may have been added with another device file.
[ 63.610] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event24)
[ 63.610] (II) No input driver specified, ignoring this device.
[ 63.610] (II) This device may have been added with another device file.
[ 63.610] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event25)
[ 63.610] (II) No input driver specified, ignoring this device.
[ 63.610] (II) This device may have been added with another device file.
[ 63.610] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event26)
[ 63.610] (II) No input driver specified, ignoring this device.
[ 63.610] (II) This device may have been added with another device file.
[ 63.611] (II) config/udev: Adding input device Synaptics TM3418-002 (/dev/input/event21)
[ 63.611] (**) Synaptics TM3418-002: Applying InputClass "evdev touchpad catchall"
[ 63.611] (**) Synaptics TM3418-002: Applying InputClass "libinput touchpad catchall"
[ 63.611] (**) Synaptics TM3418-002: Applying InputClass "touchpad catchall"
[ 63.611] (**) Synaptics TM3418-002: Applying InputClass "Default clickpad buttons"
[ 63.611] (II) LoadModule: "synaptics"
[ 63.611] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 63.620] (II) Module synaptics: vendor="X.Org Foundation"
[ 63.621] compiled for 1.21.1.3, module version = 1.9.2
[ 63.621] Module class: X.Org XInput Driver
[ 63.621] ABI class: X.Org XInput driver, version 24.4
[ 63.621] (II) Using input driver 'synaptics' for 'Synaptics TM3418-002'
[ 63.622] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 60 paused 0
[ 63.622] (**) Synaptics TM3418-002: always reports core events
[ 63.622] (**) Option "Device" "/dev/input/event21"
[ 63.622] (II) synaptics: Synaptics TM3418-002: found clickpad property
[ 63.622] (--) synaptics: Synaptics TM3418-002: x-axis range 0 - 1938 (res 20)
[ 63.622] (--) synaptics: Synaptics TM3418-002: y-axis range 0 - 1297 (res 20)
[ 63.622] (--) synaptics: Synaptics TM3418-002: pressure range 0 - 255
[ 63.622] (II) synaptics: Synaptics TM3418-002: device does not report finger width.
[ 63.622] (--) synaptics: Synaptics TM3418-002: buttons: left double triple
[ 63.622] (--) synaptics: Synaptics TM3418-002: Vendor 0x6cb Product 0
[ 63.622] (--) synaptics: Synaptics TM3418-002: invalid finger width range. defaulting to 0 - 15
[ 63.622] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[ 63.622] (--) synaptics: Synaptics TM3418-002: touchpad found
[ 63.622] (**) Synaptics TM3418-002: always reports core events
[ 63.622] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.4/i2c-5/5-002c/rmi4-00/input/input23/event21"
[ 63.622] (II) XINPUT: Adding extended input device "Synaptics TM3418-002" (type: TOUCHPAD, id 18)
[ 63.622] (**) synaptics: Synaptics TM3418-002: (accel) MinSpeed is now constant deceleration 2.5
[ 63.622] (**) synaptics: Synaptics TM3418-002: (accel) MaxSpeed is now 1.75
[ 63.622] (**) synaptics: Synaptics TM3418-002: (accel) AccelFactor is now 0.086
[ 63.622] (**) Synaptics TM3418-002: (accel) keeping acceleration scheme 1
[ 63.622] (**) Synaptics TM3418-002: (accel) acceleration profile 1
[ 63.622] (**) Synaptics TM3418-002: (accel) acceleration factor: 2.000
[ 63.622] (**) Synaptics TM3418-002: (accel) acceleration threshold: 4
[ 63.622] (--) synaptics: Synaptics TM3418-002: touchpad found
[ 63.624] (II) config/udev: Adding input device Synaptics TM3418-002 (/dev/input/mouse6)
[ 63.624] (**) Synaptics TM3418-002: Ignoring device from InputClass "touchpad ignore duplicates"
[ 63.625] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event27)
[ 63.625] (**) TPPS/2 Elan TrackPoint: Applying InputClass "evdev pointer catchall"
[ 63.625] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[ 63.625] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[ 63.626] (II) systemd-logind: got fd for /dev/input/event27 13:91 fd 61 paused 0
[ 63.626] (**) TPPS/2 Elan TrackPoint: always reports core events
[ 63.626] (**) Option "Device" "/dev/input/event27"
[ 63.628] (II) event27 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 63.629] (II) event27 - TPPS/2 Elan TrackPoint: device is a pointer
[ 63.632] (II) event27 - TPPS/2 Elan TrackPoint: device removed
[ 63.632] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 63.632] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 63.632] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 63.632] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.4/i2c-5/5-002c/rmi4-00/rmi4-00.fn03/serio2/input/input24/event27"
[ 63.632] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 19)
[ 63.632] (**) Option "AccelerationScheme" "none"
[ 63.632] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[ 63.632] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[ 63.632] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[ 63.634] (II) event27 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 63.635] (II) event27 - TPPS/2 Elan TrackPoint: device is a pointer
[ 63.638] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse7)
[ 63.638] (II) No input driver specified, ignoring this device.
[ 63.638] (II) This device may have been added with another device file.
[ 63.638] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[ 63.638] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 63.638] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 63.638] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[ 63.638] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 63.639] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 62 paused 0
[ 63.639] (**) AT Translated Set 2 keyboard: always reports core events
[ 63.639] (**) Option "Device" "/dev/input/event5"
[ 63.640] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 63.640] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 63.641] (II) event5 - AT Translated Set 2 keyboard: device removed
[ 63.641] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[ 63.641] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 20)
[ 63.641] (**) Option "xkb_rules" "evdev"
[ 63.641] (**) Option "xkb_layout" "us,ru"
[ 63.641] (**) Option "xkb_variant" ",ruu"
[ 63.641] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll"
[ 63.642] (**) Option "AutoRepeat" "200 25"
[ 63.642] (**) AutoRepeat: 200 25
[ 63.642] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 63.643] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 63.644] (II) config/udev: Adding input device PC Speaker (/dev/input/event19)
[ 63.644] (II) No input driver specified, ignoring this device.
[ 63.644] (II) This device may have been added with another device file.
[ 63.647] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event20)
[ 63.647] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[ 63.647] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[ 63.647] (**) ThinkPad Extra Buttons: Applying InputClass "Keyboard Defaults"
[ 63.647] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[ 63.647] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 63 paused 0
[ 63.648] (**) ThinkPad Extra Buttons: always reports core events
[ 63.648] (**) Option "Device" "/dev/input/event20"
[ 63.648] (II) event20 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 63.648] (II) event20 - ThinkPad Extra Buttons: device is a keyboard
[ 63.649] (II) event20 - ThinkPad Extra Buttons: device removed
[ 63.649] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input22/event20"
[ 63.649] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 21)
[ 63.649] (**) Option "xkb_rules" "evdev"
[ 63.649] (**) Option "xkb_layout" "us,ru"
[ 63.649] (**) Option "xkb_variant" ",ruu"
[ 63.649] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll"
[ 63.649] (**) Option "AutoRepeat" "200 25"
[ 63.649] (**) AutoRepeat: 200 25
[ 63.649] (II) event20 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 63.649] (II) event20 - ThinkPad Extra Buttons: device is a keyboard
[ 63.690] (**) Razer Razer Viper Ultimate Dongle Keyboard: Applying InputClass "evdev keyboard catchall"
[ 63.690] (**) Razer Razer Viper Ultimate Dongle Keyboard: Applying InputClass "libinput keyboard catchall"
[ 63.690] (**) Razer Razer Viper Ultimate Dongle Keyboard: Applying InputClass "Keyboard Defaults"
[ 63.690] (II) Using input driver 'libinput' for 'Razer Razer Viper Ultimate Dongle Keyboard'
[ 63.690] (II) systemd-logind: returning pre-existing fd for /dev/input/event7 13:71
[ 63.690] (**) Razer Razer Viper Ultimate Dongle Keyboard: always reports core events
[ 63.690] (**) Option "Device" "/dev/input/event7"
[ 63.690] (II) libinput: Razer Razer Viper Ultimate Dongle Keyboard: is a virtual subdevice
[ 63.690] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:1532:007B.0002/input/input8/event7"
[ 63.690] (II) XINPUT: Adding extended input device "Razer Razer Viper Ultimate Dongle Keyboard" (type: KEYBOARD, id 22)
[ 63.690] (**) Option "xkb_rules" "evdev"
[ 63.690] (**) Option "xkb_layout" "us,ru"
[ 63.690] (**) Option "xkb_variant" ",ruu"
[ 63.690] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll"
[ 63.691] (**) Option "AutoRepeat" "200 25"
[ 63.691] (**) AutoRepeat: 200 25
[ 63.691] (**) Telink Wireless Receiver Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 63.691] (**) Telink Wireless Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 63.691] (**) Telink Wireless Receiver Consumer Control: Applying InputClass "Keyboard Defaults"
[ 63.691] (II) Using input driver 'libinput' for 'Telink Wireless Receiver Consumer Control'
[ 63.691] (II) systemd-logind: returning pre-existing fd for /dev/input/event11 13:75
[ 63.691] (**) Telink Wireless Receiver Consumer Control: always reports core events
[ 63.691] (**) Option "Device" "/dev/input/event11"
[ 63.691] (II) libinput: Telink Wireless Receiver Consumer Control: is a virtual subdevice
[ 63.691] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:248A:8367.0004/input/input12/event11"
[ 63.691] (II) XINPUT: Adding extended input device "Telink Wireless Receiver Consumer Control" (type: KEYBOARD, id 23)
[ 63.691] (**) Option "xkb_rules" "evdev"
[ 63.691] (**) Option "xkb_layout" "us,ru"
[ 63.691] (**) Option "xkb_variant" ",ruu"
[ 63.691] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll"
[ 63.691] (**) Option "AutoRepeat" "200 25"
[ 63.691] (**) AutoRepeat: 200 25
[ 68.826] (II) modeset(0): EDID vendor "AUO", prod id 13035
[ 68.826] (II) modeset(0): Printing DDC gathered Modelines:
[ 68.826] (II) modeset(0): Modeline "3840x2160"x0.0 533.30 3840 3888 3920 4000 2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 68.843] (II) modeset(0): EDID vendor "AUO", prod id 13035
[ 68.843] (II) modeset(0): Printing DDC gathered Modelines:
[ 68.843] (II) modeset(0): Modeline "3840x2160"x0.0 533.30 3840 3888 3920 4000 2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 68.843] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 68.843] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 68.843] (--) NVIDIA(GPU-0): DFP-0: 1440.0 MHz maximum pixel clock
[ 68.843] (--) NVIDIA(GPU-0):
[ 68.843] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 68.843] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 68.843] (--) NVIDIA(GPU-0): DFP-1: 1440.0 MHz maximum pixel clock
[ 68.843] (--) NVIDIA(GPU-0):
[ 68.886] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-2): connected
[ 68.886] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-2): Internal TMDS
[ 68.886] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-2): 600.0 MHz maximum pixel clock
[ 68.886] (--) NVIDIA(GPU-0): Last edited by jdevelop (2023-09-15 15:02:35)
Offline
Nope, that's all exactly as it should be - you're defaulting to the intel chip and can prime-run on nvidia.
Offline