You are not logged in.
Hello everyone,
I'm on a laptop running linux-zen, arch, hyprland setup as a dock connected to an external monitor. It has an NVIDIA dGPU. Everytime it boots, the SDDM screen shows on the laptop display only.
hyprctl monitors all show:
Monitor HDMI-A-1 (External) and Monitor eDP-1 (Laptop)
In /usr/share/sddm/scripts/Xsetup:
xrandr --output HDMI-A-1 --auto --primary
xrandr --output eDP-1 --off
turns off the laptop display but doesn't do anything on the external monitor.
I think SDDM isn't using my dGPU. If it matters, i put this line into the hyprland config file to use my dGPU only.
env = AQ_DRM_DEVICES,/dev/dri/card0:/dev/dri/card1
I've been having this issue since I first installed Linux and I'd have to look under my table to log in. Any help would be greatly appreciated!
Last edited by Munkhu (2025-05-10 09:44:06)
Offline
Do you run SDDM on X11 (default) or do you use hyprland as its compositor?
https://wiki.archlinux.org/title/SDDM#Wayland
For X11, please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
Offline
I think it's using X11 as the sddm.conf and Xsetup files don't have anything setting it to use wayland. Here's the log file in /var/log/:
[ 6.991] (--) Log file renamed from "/var/log/Xorg.pid-716.log" to "/var/log/Xorg.0.log"
[ 6.992]
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[ 6.992] Current Operating System: Linux archlinux 6.14.5-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Sat, 03 May 2025 13:33:50 +0000 x86_64
[ 6.992] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-zen root=UUID=37a8ac82-14f3-420a-8675-e4884b076ade rw loglevel=3 quiet nvidia_drm.modeset=1
[ 6.992]
[ 6.992] Current version of pixman: 0.46.0
[ 6.992] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 6.992] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 6.992] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 10 00:24:50 2025
[ 6.993] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 6.994] (==) No Layout section. Using the first Screen section.
[ 6.994] (==) No screen section available. Using defaults.
[ 6.994] (**) |-->Screen "Default Screen Section" (0)
[ 6.994] (**) | |-->Monitor "<default monitor>"
[ 6.994] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 6.994] (**) Allowing byte-swapped clients
[ 6.994] (==) Automatically adding devices
[ 6.994] (==) Automatically enabling devices
[ 6.994] (==) Automatically adding GPU devices
[ 6.994] (==) Automatically binding GPU devices
[ 6.994] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 6.994] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 6.994] Entry deleted from font path.
[ 6.994] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 6.994] Entry deleted from font path.
[ 6.994] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 6.994] Entry deleted from font path.
[ 6.994] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 6.994] Entry deleted from font path.
[ 6.994] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 6.994] Entry deleted from font path.
[ 6.994] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 6.994] Entry deleted from font path.
[ 6.994] (==) FontPath set to:
[ 6.994] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 6.994] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 6.994] (II) Module ABI versions:
[ 6.994] X.Org ANSI C Emulation: 0.4
[ 6.994] X.Org Video Driver: 25.2
[ 6.994] X.Org XInput driver : 24.4
[ 6.994] X.Org Server Extension : 10.0
[ 6.994] (++) using VT number 2
[ 6.994] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 6.995] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 6.995] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[ 7.009] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 7.009] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 7.011] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 7.012] (--) PCI:*(0@0:2:0) 8086:9a60:1025:1534 rev 1, Mem @ 0x6204000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 7.012] (--) PCI: (1@0:0:0) 10de:2520:1025:1547 rev 161, Mem @ 0x5f000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 7.012] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 7.012] (II) LoadModule: "glx"
[ 7.012] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 7.016] (II) Module glx: vendor="X.Org Foundation"
[ 7.016] compiled for 1.21.1.16, module version = 1.0.0
[ 7.016] ABI class: X.Org Server Extension, version 10.0
[ 7.016] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 7.016] loading driver: nvidia
[ 7.016] (==) Matched intel as autoconfigured driver 0
[ 7.016] (==) Matched nvidia as autoconfigured driver 1
[ 7.016] (==) Matched nouveau as autoconfigured driver 2
[ 7.016] (==) Matched nv as autoconfigured driver 3
[ 7.016] (==) Matched modesetting as autoconfigured driver 4
[ 7.016] (==) Matched fbdev as autoconfigured driver 5
[ 7.016] (==) Matched vesa as autoconfigured driver 6
[ 7.016] (==) Assigned the driver to the xf86ConfigLayout
[ 7.016] (II) LoadModule: "intel"
[ 7.016] (WW) Warning, couldn't open module intel
[ 7.016] (EE) Failed to load module "intel" (module does not exist, 0)
[ 7.016] (II) LoadModule: "nvidia"
[ 7.016] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 7.018] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 7.018] compiled for 1.6.99.901, module version = 1.0.0
[ 7.018] Module class: X.Org Video Driver
[ 7.018] (II) LoadModule: "nouveau"
[ 7.018] (WW) Warning, couldn't open module nouveau
[ 7.018] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 7.018] (II) LoadModule: "nv"
[ 7.018] (WW) Warning, couldn't open module nv
[ 7.018] (EE) Failed to load module "nv" (module does not exist, 0)
[ 7.018] (II) LoadModule: "modesetting"
[ 7.018] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 7.019] (II) Module modesetting: vendor="X.Org Foundation"
[ 7.019] compiled for 1.21.1.16, module version = 1.21.1
[ 7.019] Module class: X.Org Video Driver
[ 7.019] ABI class: X.Org Video Driver, version 25.2
[ 7.019] (II) LoadModule: "fbdev"
[ 7.019] (WW) Warning, couldn't open module fbdev
[ 7.019] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 7.019] (II) LoadModule: "vesa"
[ 7.019] (WW) Warning, couldn't open module vesa
[ 7.019] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 7.019] (II) NVIDIA dlloader X Driver 570.144 Thu Apr 10 20:05:34 UTC 2025
[ 7.019] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 7.019] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 7.031] (II) modeset(0): using drv /dev/dri/card1
[ 7.031] (II) Loading sub module "fb"
[ 7.031] (II) LoadModule: "fb"
[ 7.031] (II) Module "fb" already built-in
[ 7.031] (II) Loading sub module "wfb"
[ 7.031] (II) LoadModule: "wfb"
[ 7.031] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 7.032] (II) Module wfb: vendor="X.Org Foundation"
[ 7.032] compiled for 1.21.1.16, module version = 1.0.0
[ 7.032] ABI class: X.Org ANSI C Emulation, version 0.4
[ 7.032] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 7.032] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 7.032] (==) modeset(0): RGB weight 888
[ 7.032] (==) modeset(0): Default visual is TrueColor
[ 7.032] (II) Loading sub module "glamoregl"
[ 7.032] (II) LoadModule: "glamoregl"
[ 7.032] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 7.035] (II) Module glamoregl: vendor="X.Org Foundation"
[ 7.035] compiled for 1.21.1.16, module version = 1.0.1
[ 7.035] ABI class: X.Org ANSI C Emulation, version 0.4
[ 7.144] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics (TGL GT1)
[ 7.144] (II) modeset(0): glamor initialized
[ 7.144] (==) modeset(0): VariableRefresh: disabled
[ 7.144] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 7.146] (II) modeset(0): Output eDP-1 has no monitor section
[ 7.146] (II) modeset(0): Output DP-2 has no monitor section
[ 7.146] (II) modeset(0): Output DP-3 has no monitor section
[ 7.149] (II) modeset(0): EDID for output eDP-1
[ 7.149] (II) modeset(0): Manufacturer: AUO Model: b78d Serial#: 0
[ 7.149] (II) modeset(0): Year: 2019 Week: 38
[ 7.149] (II) modeset(0): EDID Version: 1.4
[ 7.149] (II) modeset(0): Digital Display Input
[ 7.149] (II) modeset(0): 8 bits per channel
[ 7.149] (II) modeset(0): Digital interface is DisplayPort
[ 7.149] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 7.149] (II) modeset(0): Gamma: 2.20
[ 7.149] (II) modeset(0): No DPMS capabilities specified
[ 7.149] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 7.149] (II) modeset(0): First detailed timing is preferred mode
[ 7.149] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 7.149] (II) modeset(0): Display is continuous-frequency
[ 7.149] (II) modeset(0): redX: 0.566 redY: 0.339 greenX: 0.351 greenY: 0.568
[ 7.149] (II) modeset(0): blueX: 0.158 blueY: 0.121 whiteX: 0.313 whiteY: 0.329
[ 7.149] (II) modeset(0): Manufacturer's mask: 0
[ 7.149] (II) modeset(0): Supported detailed timing:
[ 7.149] (II) modeset(0): clock: 342.3 MHz Image Size: 344 x 193 mm
[ 7.149] (II) modeset(0): h_active: 1920 h_sync: 2028 h_sync_end 2076 h_blank_end 2080 h_border: 0
[ 7.149] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1142 v_border: 0
[ 7.149] (II) modeset(0): Supported detailed timing:
[ 7.149] (II) modeset(0): clock: 143.0 MHz Image Size: 344 x 193 mm
[ 7.149] (II) modeset(0): h_active: 1920 h_sync: 2028 h_sync_end 2076 h_blank_end 2080 h_border: 0
[ 7.149] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1142 v_border: 0
[ 7.149] (II) modeset(0): Ranges: V min: 60 V max: 144 Hz, H min: 165 H max: 165 kHz, PixClock max 345 MHz
[ 7.149] (II) modeset(0): B156HAN09.2
[ 7.149] (II) modeset(0): EDID (in hex):
[ 7.149] (II) modeset(0): 00ffffffffffff0006af8db700000000
[ 7.149] (II) modeset(0): 261d0104a5221378033e859156599128
[ 7.149] (II) modeset(0): 1f505400000001010101010101010101
[ 7.149] (II) modeset(0): 010101010101b68580a070383e406c30
[ 7.149] (II) modeset(0): 350058c110000018dc3780a070383e40
[ 7.149] (II) modeset(0): 6c30350058c110000018000000fd003c
[ 7.149] (II) modeset(0): 90a5a522010a202020202020000000fe
[ 7.149] (II) modeset(0): 004231353648414e30392e32200a003d
[ 7.149] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[ 7.149] (II) modeset(0): Printing probed modes for output eDP-1
[ 7.149] (II) modeset(0): Modeline "1920x1080"x144.1 342.30 1920 2028 2076 2080 1080 1083 1088 1142 -hsync -vsync (164.6 kHz eP)
[ 7.149] (II) modeset(0): Modeline "1920x1080"x60.0 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 7.149] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 7.149] (II) modeset(0): Modeline "1920x1080"x60.2 143.00 1920 2028 2076 2080 1080 1083 1088 1142 -hsync -vsync (68.8 kHz e)
[ 7.149] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 7.149] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 7.149] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 7.149] (II) modeset(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[ 7.149] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 7.149] (II) modeset(0): Modeline "1600x900"x60.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 7.149] (II) modeset(0): Modeline "1600x900"x59.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 7.149] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 7.149] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 7.149] (II) modeset(0): Modeline "1280x1024"x85.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[ 7.149] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[ 7.149] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 7.149] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 7.149] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 7.149] (II) modeset(0): Modeline "1280x960"x85.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz d)
[ 7.149] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 7.149] (II) modeset(0): Modeline "1440x810"x60.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 7.149] (II) modeset(0): Modeline "1440x810"x60.0 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 7.149] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 7.149] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 7.149] (II) modeset(0): Modeline "1280x800"x60.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 7.149] (II) modeset(0): Modeline "1280x800"x60.0 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 7.149] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 7.149] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 7.149] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz d)
[ 7.149] (II) modeset(0): Modeline "1280x720"x60.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 7.149] (II) modeset(0): Modeline "1280x720"x60.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 7.149] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 7.149] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 7.149] (II) modeset(0): Modeline "1024x768"x85.0 194.02 1024 1108 1220 1416 768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[ 7.149] (II) modeset(0): Modeline "1024x768"x75.0 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[ 7.149] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 7.149] (II) modeset(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz d)
[ 7.149] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz d)
[ 7.149] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)
[ 7.149] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 7.149] (II) modeset(0): Modeline "1024x768i"x87.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[ 7.149] (II) modeset(0): Modeline "960x720"x85.0 170.68 960 1036 1144 1328 720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[ 7.149] (II) modeset(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[ 7.149] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 7.149] (II) modeset(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[ 7.149] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 7.149] (II) modeset(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[ 7.149] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 7.149] (II) modeset(0): Modeline "1024x576"x60.0 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 7.149] (II) modeset(0): Modeline "1024x576"x60.0 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 7.149] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 7.149] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 7.149] (II) modeset(0): Modeline "960x600"x59.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 7.149] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 7.149] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz d)
[ 7.149] (II) modeset(0): Modeline "960x540"x60.0 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 7.149] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 7.149] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 7.149] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 7.149] (II) modeset(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[ 7.149] (II) modeset(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[ 7.149] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 7.149] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 7.149] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 7.149] (II) modeset(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz d)
[ 7.149] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz d)
[ 7.149] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz d)
[ 7.149] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 7.149] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 7.149] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 7.149] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 7.149] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 7.149] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 7.149] (II) modeset(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[ 7.149] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 7.149] (II) modeset(0): Modeline "800x450"x59.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 7.149] (II) modeset(0): Modeline "800x450"x59.8 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 7.149] (II) modeset(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[ 7.149] (II) modeset(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[ 7.149] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 7.149] (II) modeset(0): Modeline "700x450"x60.0 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 7.149] (II) modeset(0): Modeline "700x450"x59.9 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 7.149] (II) modeset(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[ 7.149] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 7.149] (II) modeset(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz d)
[ 7.149] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
[ 7.149] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 7.149] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 7.149] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 7.149] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 7.149] (II) modeset(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz d)
[ 7.149] (II) modeset(0): Modeline "684x384"x59.9 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 7.149] (II) modeset(0): Modeline "684x384"x59.9 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 7.149] (II) modeset(0): Modeline "640x400"x59.9 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 7.149] (II) modeset(0): Modeline "640x400"x60.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 7.149] (II) modeset(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz d)
[ 7.149] (II) modeset(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[ 7.149] (II) modeset(0): Modeline "640x360"x59.9 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 7.149] (II) modeset(0): Modeline "640x360"x59.8 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 7.149] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 7.149] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 7.149] (II) modeset(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz d)
[ 7.149] (II) modeset(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[ 7.149] (II) modeset(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[ 7.149] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 7.149] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 7.149] (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)
[ 7.149] (II) modeset(0): Modeline "512x288"x60.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 7.149] (II) modeset(0): Modeline "512x288"x59.9 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 7.149] (II) modeset(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[ 7.149] (II) modeset(0): Modeline "480x270"x59.6 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 7.149] (II) modeset(0): Modeline "480x270"x59.8 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 7.149] (II) modeset(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[ 7.149] (II) modeset(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[ 7.149] (II) modeset(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[ 7.149] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 7.149] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 7.149] (II) modeset(0): Modeline "432x243"x59.9 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 7.149] (II) modeset(0): Modeline "432x243"x59.6 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 7.149] (II) modeset(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[ 7.149] (II) modeset(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[ 7.149] (II) modeset(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[ 7.149] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 7.149] (II) modeset(0): Modeline "360x202"x59.5 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 7.149] (II) modeset(0): Modeline "360x202"x59.1 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 7.149] (II) modeset(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[ 7.149] (II) modeset(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[ 7.149] (II) modeset(0): Modeline "320x180"x59.8 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 7.149] (II) modeset(0): Modeline "320x180"x59.3 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 7.149] (II) modeset(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[ 7.149] (II) modeset(0): EDID for output DP-2
[ 7.149] (II) modeset(0): EDID for output DP-3
[ 7.149] (II) modeset(0): Output eDP-1 connected
[ 7.149] (II) modeset(0): Output DP-2 disconnected
[ 7.149] (II) modeset(0): Output DP-3 disconnected
[ 7.149] (II) modeset(0): Using exact sizes for initial modes
[ 7.149] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 7.149] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 7.149] (==) modeset(0): DPI set to (96, 96)
[ 7.149] (II) Loading sub module "fb"
[ 7.149] (II) LoadModule: "fb"
[ 7.149] (II) Module "fb" already built-in
[ 7.149] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[ 7.149] (==) NVIDIA(G0): RGB weight 888
[ 7.149] (==) NVIDIA(G0): Default visual is TrueColor
[ 7.149] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 7.149] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 7.149] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 7.149] (**) NVIDIA(G0): Enabling 2D acceleration
[ 7.149] (II) Loading sub module "glxserver_nvidia"
[ 7.149] (II) LoadModule: "glxserver_nvidia"
[ 7.149] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 7.167] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 7.167] compiled for 1.6.99.901, module version = 1.0.0
[ 7.167] Module class: X.Org Server Extension
[ 7.167] (II) NVIDIA GLX Module 570.144 Thu Apr 10 20:06:53 UTC 2025
[ 7.167] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 7.170] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 7.170] (--) NVIDIA(0): DFP-0
[ 7.170] (--) NVIDIA(0): DFP-1
[ 7.170] (--) NVIDIA(0): DFP-2 (boot)
[ 7.181] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 3060 Laptop GPU (GA106-A) at
[ 7.181] (II) NVIDIA(G0): PCI:1:0:0 (GPU-0)
[ 7.181] (--) NVIDIA(G0): Memory: 6291456 kBytes
[ 7.181] (--) NVIDIA(G0): VideoBIOS: 94.06.19.00.61
[ 7.181] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[ 7.219] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 7.219] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 7.219] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 7.219] (--) NVIDIA(GPU-0):
[ 7.219] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 7.219] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 7.219] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 7.219] (--) NVIDIA(GPU-0):
[ 7.266] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 7.266] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 7.266] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 7.266] (--) NVIDIA(GPU-0):
[ 7.298] (II) NVIDIA(G0): Validated MetaModes:
[ 7.298] (II) NVIDIA(G0): "NULL"
[ 7.298] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 7.485] (WW) NVIDIA(G0): Cannot find size of first mode for DELL S2722DGM (DFP-2);
[ 7.485] (WW) NVIDIA(G0): cannot compute DPI from DELL S2722DGM (DFP-2)'s EDID.
[ 7.485] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[ 7.504] (==) modeset(0): Backing store enabled
[ 7.504] (==) modeset(0): Silken mouse enabled
[ 7.538] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 7.538] (==) modeset(0): DPMS enabled
[ 7.538] (II) modeset(0): [DRI2] Setup complete
[ 7.538] (II) modeset(0): [DRI2] DRI driver: iris
[ 7.538] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 7.540] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 7.540] (II) NVIDIA: access.
[ 7.549] (WW) NVIDIA(G0): ACPI: failed to determine the system's current power source
[ 7.549] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 7.549] (II) NVIDIA(G0): may not be running or the "AcpidSocketPath" X
[ 7.549] (II) NVIDIA(G0): configuration option may not be set correctly. When the
[ 7.549] (II) NVIDIA(G0): ACPI event daemon is available, the NVIDIA X driver will
[ 7.549] (II) NVIDIA(G0): try to use it to receive ACPI event notifications. For
[ 7.549] (II) NVIDIA(G0): details, please see the "ConnectToAcpid" and
[ 7.549] (II) NVIDIA(G0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 7.549] (II) NVIDIA(G0): Config Options in the README.
[ 7.563] (II) NVIDIA(G0): Setting mode "NULL"
[ 7.585] (==) NVIDIA(G0): Disabling shared memory pixmaps
[ 7.585] (==) NVIDIA(G0): Backing store enabled
[ 7.585] (==) NVIDIA(G0): Silken mouse enabled
[ 7.585] (==) NVIDIA(G0): DPMS enabled
[ 7.585] (II) Loading sub module "dri2"
[ 7.585] (II) LoadModule: "dri2"
[ 7.585] (II) Module "dri2" already built-in
[ 7.585] (II) NVIDIA(G0): [DRI2] Setup complete
[ 7.585] (II) NVIDIA(G0): [DRI2] VDPAU driver: nvidia
[ 7.585] (II) Initializing extension Generic Event Extension
[ 7.585] (II) Initializing extension SHAPE
[ 7.585] (II) Initializing extension MIT-SHM
[ 7.585] (II) Initializing extension XInputExtension
[ 7.585] (II) Initializing extension XTEST
[ 7.586] (II) Initializing extension BIG-REQUESTS
[ 7.586] (II) Initializing extension SYNC
[ 7.586] (II) Initializing extension XKEYBOARD
[ 7.586] (II) Initializing extension XC-MISC
[ 7.586] (II) Initializing extension SECURITY
[ 7.586] (II) Initializing extension XFIXES
[ 7.586] (II) Initializing extension RENDER
[ 7.586] (II) Initializing extension RANDR
[ 7.586] (II) Initializing extension COMPOSITE
[ 7.586] (II) Initializing extension DAMAGE
[ 7.586] (II) Initializing extension MIT-SCREEN-SAVER
[ 7.586] (II) Initializing extension DOUBLE-BUFFER
[ 7.586] (II) Initializing extension RECORD
[ 7.586] (II) Initializing extension DPMS
[ 7.586] (II) Initializing extension Present
[ 7.586] (II) Initializing extension DRI3
[ 7.586] (II) Initializing extension X-Resource
[ 7.587] (II) Initializing extension XVideo
[ 7.587] (II) Initializing extension XVideo-MotionCompensation
[ 7.587] (II) Initializing extension GLX
[ 7.587] (II) Initializing extension GLX
[ 7.587] (II) Indirect GLX disabled.
[ 7.592] (II) AIGLX: Loaded and initialized iris
[ 7.592] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 7.592] (II) Initializing extension XFree86-VidModeExtension
[ 7.592] (II) Initializing extension XFree86-DGA
[ 7.592] (II) Initializing extension XFree86-DRI
[ 7.592] (II) Initializing extension DRI2
[ 7.592] (II) Initializing extension NV-GLX
[ 7.592] (II) Initializing extension NV-CONTROL
[ 7.593] (II) modeset(0): Damage tracking initialized
[ 7.593] (II) modeset(0): Setting screen physical size to 508 x 285
[ 7.621] (II) config/udev: Adding input device Acer Wireless Radio Control (/dev/input/event13)
[ 7.621] (**) Acer Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[ 7.621] (II) LoadModule: "libinput"
[ 7.621] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 7.623] (II) Module libinput: vendor="X.Org Foundation"
[ 7.623] compiled for 1.21.1.13, module version = 1.5.0
[ 7.623] Module class: X.Org XInput Driver
[ 7.623] ABI class: X.Org XInput driver, version 24.4
[ 7.623] (II) Using input driver 'libinput' for 'Acer Wireless Radio Control'
[ 7.623] (**) Acer Wireless Radio Control: always reports core events
[ 7.623] (**) Option "Device" "/dev/input/event13"
[ 7.626] (II) event13 - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[ 7.626] (II) event13 - Acer Wireless Radio Control: device is a keyboard
[ 7.626] (II) event13 - Acer Wireless Radio Control: device removed
[ 7.643] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/10251229:00/input/input14/event13"
[ 7.643] (II) XINPUT: Adding extended input device "Acer Wireless Radio Control" (type: KEYBOARD, id 6)
[ 7.643] (II) event13 - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[ 7.643] (II) event13 - Acer Wireless Radio Control: device is a keyboard
[ 7.643] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 7.643] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 7.643] (II) Using input driver 'libinput' for 'Power Button'
[ 7.643] (**) Power Button: always reports core events
[ 7.643] (**) Option "Device" "/dev/input/event3"
[ 7.643] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 7.643] (II) event3 - Power Button: device is a keyboard
[ 7.643] (II) event3 - Power Button: device removed
[ 7.643] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 7.643] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 7.644] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 7.644] (II) event3 - Power Button: device is a keyboard
[ 7.644] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[ 7.644] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 7.644] (II) Using input driver 'libinput' for 'Video Bus'
[ 7.644] (**) Video Bus: always reports core events
[ 7.644] (**) Option "Device" "/dev/input/event12"
[ 7.644] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[ 7.644] (II) event12 - Video Bus: device is a keyboard
[ 7.644] (II) event12 - Video Bus: device removed
[ 7.661] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13/event12"
[ 7.661] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 7.661] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[ 7.661] (II) event12 - Video Bus: device is a keyboard
[ 7.661] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 7.661] (II) No input driver specified, ignoring this device.
[ 7.661] (II) This device may have been added with another device file.
[ 7.661] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 7.661] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 7.661] (II) Using input driver 'libinput' for 'Power Button'
[ 7.661] (**) Power Button: always reports core events
[ 7.661] (**) Option "Device" "/dev/input/event2"
[ 7.662] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 7.662] (II) event2 - Power Button: device is a keyboard
[ 7.662] (II) event2 - Power Button: device removed
[ 7.662] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[ 7.662] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 7.662] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 7.662] (II) event2 - Power Button: device is a keyboard
[ 7.662] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 7.662] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 7.662] (II) Using input driver 'libinput' for 'Sleep Button'
[ 7.662] (**) Sleep Button: always reports core events
[ 7.662] (**) Option "Device" "/dev/input/event1"
[ 7.662] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 7.662] (II) event1 - Sleep Button: device is a keyboard
[ 7.662] (II) event1 - Sleep Button: device removed
[ 7.662] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 7.662] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[ 7.663] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 7.663] (II) event1 - Sleep Button: device is a keyboard
[ 7.663] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event16)
[ 7.663] (II) No input driver specified, ignoring this device.
[ 7.663] (II) This device may have been added with another device file.
[ 7.663] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
[ 7.663] (II) No input driver specified, ignoring this device.
[ 7.663] (II) This device may have been added with another device file.
[ 7.663] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event18)
[ 7.663] (II) No input driver specified, ignoring this device.
[ 7.663] (II) This device may have been added with another device file.
[ 7.663] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event19)
[ 7.663] (II) No input driver specified, ignoring this device.
[ 7.663] (II) This device may have been added with another device file.
[ 7.664] (II) config/udev: Adding input device Wooting Wooting 80HE (/dev/input/event4)
[ 7.664] (**) Wooting Wooting 80HE: Applying InputClass "libinput keyboard catchall"
[ 7.664] (II) Using input driver 'libinput' for 'Wooting Wooting 80HE'
[ 7.664] (**) Wooting Wooting 80HE: always reports core events
[ 7.664] (**) Option "Device" "/dev/input/event4"
[ 7.664] (II) event4 - Wooting Wooting 80HE: is tagged by udev as: Keyboard
[ 7.664] (II) event4 - Wooting Wooting 80HE: device is a keyboard
[ 7.664] (II) event4 - Wooting Wooting 80HE: device removed
[ 7.664] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:31E3:1402.0002/input/input4/event4"
[ 7.664] (II) XINPUT: Adding extended input device "Wooting Wooting 80HE" (type: KEYBOARD, id 11)
[ 7.665] (II) event4 - Wooting Wooting 80HE: is tagged by udev as: Keyboard
[ 7.665] (II) event4 - Wooting Wooting 80HE: device is a keyboard
[ 7.665] (II) config/udev: Adding input device Wooting Wooting 80HE System Control (/dev/input/event5)
[ 7.665] (**) Wooting Wooting 80HE System Control: Applying InputClass "libinput keyboard catchall"
[ 7.665] (II) Using input driver 'libinput' for 'Wooting Wooting 80HE System Control'
[ 7.665] (**) Wooting Wooting 80HE System Control: always reports core events
[ 7.665] (**) Option "Device" "/dev/input/event5"
[ 7.666] (II) event5 - Wooting Wooting 80HE System Control: is tagged by udev as: Keyboard
[ 7.666] (II) event5 - Wooting Wooting 80HE System Control: device is a keyboard
[ 7.666] (II) event5 - Wooting Wooting 80HE System Control: device removed
[ 7.666] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.3/0003:31E3:1402.0004/input/input5/event5"
[ 7.666] (II) XINPUT: Adding extended input device "Wooting Wooting 80HE System Control" (type: KEYBOARD, id 12)
[ 7.666] (II) event5 - Wooting Wooting 80HE System Control: is tagged by udev as: Keyboard
[ 7.666] (II) event5 - Wooting Wooting 80HE System Control: device is a keyboard
[ 7.667] (II) config/udev: Adding input device Wooting Wooting 80HE Consumer Control (/dev/input/event6)
[ 7.667] (**) Wooting Wooting 80HE Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 7.667] (II) Using input driver 'libinput' for 'Wooting Wooting 80HE Consumer Control'
[ 7.667] (**) Wooting Wooting 80HE Consumer Control: always reports core events
[ 7.667] (**) Option "Device" "/dev/input/event6"
[ 7.667] (II) event6 - Wooting Wooting 80HE Consumer Control: is tagged by udev as: Keyboard
[ 7.667] (II) event6 - Wooting Wooting 80HE Consumer Control: device is a keyboard
[ 7.667] (II) event6 - Wooting Wooting 80HE Consumer Control: device removed
[ 7.667] (II) libinput: Wooting Wooting 80HE Consumer Control: needs a virtual subdevice
[ 7.667] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.3/0003:31E3:1402.0004/input/input6/event6"
[ 7.667] (II) XINPUT: Adding extended input device "Wooting Wooting 80HE Consumer Control" (type: MOUSE, id 13)
[ 7.667] (**) Option "AccelerationScheme" "none"
[ 7.667] (**) Wooting Wooting 80HE Consumer Control: (accel) selected scheme none/0
[ 7.667] (**) Wooting Wooting 80HE Consumer Control: (accel) acceleration factor: 2.000
[ 7.667] (**) Wooting Wooting 80HE Consumer Control: (accel) acceleration threshold: 4
[ 7.668] (II) event6 - Wooting Wooting 80HE Consumer Control: is tagged by udev as: Keyboard
[ 7.668] (II) event6 - Wooting Wooting 80HE Consumer Control: device is a keyboard
[ 7.668] (II) config/udev: Adding input device Wooting Wooting 80HE Mouse (/dev/input/event7)
[ 7.668] (**) Wooting Wooting 80HE Mouse: Applying InputClass "libinput pointer catchall"
[ 7.668] (II) Using input driver 'libinput' for 'Wooting Wooting 80HE Mouse'
[ 7.668] (**) Wooting Wooting 80HE Mouse: always reports core events
[ 7.668] (**) Option "Device" "/dev/input/event7"
[ 7.669] (II) event7 - Wooting Wooting 80HE Mouse: is tagged by udev as: Mouse
[ 7.669] (II) event7 - Wooting Wooting 80HE Mouse: device is a pointer
[ 7.669] (II) event7 - Wooting Wooting 80HE Mouse: device removed
[ 7.681] (II) libinput: Wooting Wooting 80HE Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.681] (II) libinput: Wooting Wooting 80HE Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.681] (II) libinput: Wooting Wooting 80HE Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.681] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.3/0003:31E3:1402.0004/input/input7/event7"
[ 7.681] (II) XINPUT: Adding extended input device "Wooting Wooting 80HE Mouse" (type: MOUSE, id 14)
[ 7.681] (**) Option "AccelerationScheme" "none"
[ 7.681] (**) Wooting Wooting 80HE Mouse: (accel) selected scheme none/0
[ 7.681] (**) Wooting Wooting 80HE Mouse: (accel) acceleration factor: 2.000
[ 7.681] (**) Wooting Wooting 80HE Mouse: (accel) acceleration threshold: 4
[ 7.682] (II) event7 - Wooting Wooting 80HE Mouse: is tagged by udev as: Mouse
[ 7.682] (II) event7 - Wooting Wooting 80HE Mouse: device is a pointer
[ 7.683] (II) config/udev: Adding input device Wooting Wooting 80HE Mouse (/dev/input/mouse0)
[ 7.683] (II) No input driver specified, ignoring this device.
[ 7.683] (II) This device may have been added with another device file.
[ 7.684] (II) config/udev: Adding input device HP, Inc HyperX QuadCast Consumer Control (/dev/input/event8)
[ 7.684] (**) HP, Inc HyperX QuadCast Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 7.684] (II) Using input driver 'libinput' for 'HP, Inc HyperX QuadCast Consumer Control'
[ 7.684] (**) HP, Inc HyperX QuadCast Consumer Control: always reports core events
[ 7.684] (**) Option "Device" "/dev/input/event8"
[ 7.685] (II) event8 - HP, Inc HyperX QuadCast Consumer Control: is tagged by udev as: Keyboard
[ 7.685] (II) event8 - HP, Inc HyperX QuadCast Consumer Control: device is a keyboard
[ 7.685] (II) event8 - HP, Inc HyperX QuadCast Consumer Control: device removed
[ 7.707] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.3/0003:038C:0491.0006/input/input8/event8"
[ 7.707] (II) XINPUT: Adding extended input device "HP, Inc HyperX QuadCast Consumer Control" (type: KEYBOARD, id 15)
[ 7.709] (II) event8 - HP, Inc HyperX QuadCast Consumer Control: is tagged by udev as: Keyboard
[ 7.709] (II) event8 - HP, Inc HyperX QuadCast Consumer Control: device is a keyboard
[ 7.710] (II) config/udev: Adding input device Logitech PRO X Wireless (/dev/input/event9)
[ 7.710] (**) Logitech PRO X Wireless: Applying InputClass "libinput pointer catchall"
[ 7.710] (II) Using input driver 'libinput' for 'Logitech PRO X Wireless'
[ 7.710] (**) Logitech PRO X Wireless: always reports core events
[ 7.710] (**) Option "Device" "/dev/input/event9"
[ 7.762] (II) event9 - Logitech PRO X Wireless: is tagged by udev as: Mouse
[ 7.763] (II) event9 - Logitech PRO X Wireless: device is a pointer
[ 7.763] (II) event9 - Logitech PRO X Wireless: device removed
[ 7.779] (II) libinput: Logitech PRO X Wireless: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.779] (II) libinput: Logitech PRO X Wireless: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.779] (II) libinput: Logitech PRO X Wireless: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.779] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.0/0003:046D:C094.0007/input/input15/event9"
[ 7.779] (II) XINPUT: Adding extended input device "Logitech PRO X Wireless" (type: MOUSE, id 16)
[ 7.779] (**) Option "AccelerationScheme" "none"
[ 7.779] (**) Logitech PRO X Wireless: (accel) selected scheme none/0
[ 7.779] (**) Logitech PRO X Wireless: (accel) acceleration factor: 2.000
[ 7.779] (**) Logitech PRO X Wireless: (accel) acceleration threshold: 4
[ 7.832] (II) event9 - Logitech PRO X Wireless: is tagged by udev as: Mouse
[ 7.832] (II) event9 - Logitech PRO X Wireless: device is a pointer
[ 7.833] (II) config/udev: Adding input device Logitech PRO X Wireless (/dev/input/mouse1)
[ 7.833] (II) No input driver specified, ignoring this device.
[ 7.833] (II) This device may have been added with another device file.
[ 7.835] (II) config/udev: Adding input device Logitech PRO X Wireless (/dev/input/event14)
[ 7.835] (**) Logitech PRO X Wireless: Applying InputClass "libinput keyboard catchall"
[ 7.835] (II) Using input driver 'libinput' for 'Logitech PRO X Wireless'
[ 7.835] (**) Logitech PRO X Wireless: always reports core events
[ 7.835] (**) Option "Device" "/dev/input/event14"
[ 7.837] (II) event14 - Logitech PRO X Wireless: is tagged by udev as: Keyboard
[ 7.837] (II) event14 - Logitech PRO X Wireless: device is a keyboard
[ 7.837] (II) event14 - Logitech PRO X Wireless: device removed
[ 7.837] (II) libinput: Logitech PRO X Wireless: needs a virtual subdevice
[ 7.837] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.1/0003:046D:C094.0008/input/input17/event14"
[ 7.837] (II) XINPUT: Adding extended input device "Logitech PRO X Wireless" (type: MOUSE, id 17)
[ 7.837] (**) Option "AccelerationScheme" "none"
[ 7.837] (**) Logitech PRO X Wireless: (accel) selected scheme none/0
[ 7.837] (**) Logitech PRO X Wireless: (accel) acceleration factor: 2.000
[ 7.837] (**) Logitech PRO X Wireless: (accel) acceleration threshold: 4
[ 7.839] (II) event14 - Logitech PRO X Wireless: is tagged by udev as: Keyboard
[ 7.839] (II) event14 - Logitech PRO X Wireless: device is a keyboard
[ 7.840] (II) config/udev: Adding input device ELAN0521:01 04F3:31B1 Mouse (/dev/input/event20)
[ 7.840] (**) ELAN0521:01 04F3:31B1 Mouse: Applying InputClass "libinput pointer catchall"
[ 7.840] (II) Using input driver 'libinput' for 'ELAN0521:01 04F3:31B1 Mouse'
[ 7.840] (**) ELAN0521:01 04F3:31B1 Mouse: always reports core events
[ 7.840] (**) Option "Device" "/dev/input/event20"
[ 7.842] (II) event20 - ELAN0521:01 04F3:31B1 Mouse: is tagged by udev as: Mouse Pointingstick
[ 7.842] (II) event20 - ELAN0521:01 04F3:31B1 Mouse: device is a pointer
[ 7.844] (II) event20 - ELAN0521:01 04F3:31B1 Mouse: device removed
[ 7.861] (II) libinput: ELAN0521:01 04F3:31B1 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.861] (II) libinput: ELAN0521:01 04F3:31B1 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.861] (II) libinput: ELAN0521:01 04F3:31B1 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.861] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-17/i2c-ELAN0521:01/0018:04F3:31B1.000A/input/input26/event20"
[ 7.861] (II) XINPUT: Adding extended input device "ELAN0521:01 04F3:31B1 Mouse" (type: MOUSE, id 18)
[ 7.861] (**) Option "AccelerationScheme" "none"
[ 7.861] (**) ELAN0521:01 04F3:31B1 Mouse: (accel) selected scheme none/0
[ 7.861] (**) ELAN0521:01 04F3:31B1 Mouse: (accel) acceleration factor: 2.000
[ 7.861] (**) ELAN0521:01 04F3:31B1 Mouse: (accel) acceleration threshold: 4
[ 7.863] (II) event20 - ELAN0521:01 04F3:31B1 Mouse: is tagged by udev as: Mouse Pointingstick
[ 7.863] (II) event20 - ELAN0521:01 04F3:31B1 Mouse: device is a pointer
[ 7.866] (II) config/udev: Adding input device ELAN0521:01 04F3:31B1 Mouse (/dev/input/mouse2)
[ 7.866] (II) No input driver specified, ignoring this device.
[ 7.866] (II) This device may have been added with another device file.
[ 7.866] (II) config/udev: Adding input device ELAN0521:01 04F3:31B1 Touchpad (/dev/input/event21)
[ 7.866] (**) ELAN0521:01 04F3:31B1 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 7.866] (II) Using input driver 'libinput' for 'ELAN0521:01 04F3:31B1 Touchpad'
[ 7.866] (**) ELAN0521:01 04F3:31B1 Touchpad: always reports core events
[ 7.866] (**) Option "Device" "/dev/input/event21"
[ 7.868] (II) event21 - ELAN0521:01 04F3:31B1 Touchpad: is tagged by udev as: Touchpad
[ 7.870] (II) event21 - ELAN0521:01 04F3:31B1 Touchpad: device is a touchpad
[ 7.870] (II) event21 - ELAN0521:01 04F3:31B1 Touchpad: device removed
[ 7.881] (II) libinput: ELAN0521:01 04F3:31B1 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.881] (II) libinput: ELAN0521:01 04F3:31B1 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.881] (II) libinput: ELAN0521:01 04F3:31B1 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.881] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-17/i2c-ELAN0521:01/0018:04F3:31B1.000A/input/input28/event21"
[ 7.881] (II) XINPUT: Adding extended input device "ELAN0521:01 04F3:31B1 Touchpad" (type: TOUCHPAD, id 19)
[ 7.884] (**) Option "AccelerationScheme" "none"
[ 7.884] (**) ELAN0521:01 04F3:31B1 Touchpad: (accel) selected scheme none/0
[ 7.884] (**) ELAN0521:01 04F3:31B1 Touchpad: (accel) acceleration factor: 2.000
[ 7.884] (**) ELAN0521:01 04F3:31B1 Touchpad: (accel) acceleration threshold: 4
[ 7.885] (II) event21 - ELAN0521:01 04F3:31B1 Touchpad: is tagged by udev as: Touchpad
[ 7.887] (II) event21 - ELAN0521:01 04F3:31B1 Touchpad: device is a touchpad
[ 7.888] (II) config/udev: Adding input device ELAN0521:01 04F3:31B1 Touchpad (/dev/input/mouse3)
[ 7.888] (II) No input driver specified, ignoring this device.
[ 7.888] (II) This device may have been added with another device file.
[ 7.889] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event22)
[ 7.889] (II) No input driver specified, ignoring this device.
[ 7.889] (II) This device may have been added with another device file.
[ 7.889] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event23)
[ 7.889] (II) No input driver specified, ignoring this device.
[ 7.889] (II) This device may have been added with another device file.
[ 7.890] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event24)
[ 7.890] (II) No input driver specified, ignoring this device.
[ 7.890] (II) This device may have been added with another device file.
[ 7.890] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event25)
[ 7.890] (II) No input driver specified, ignoring this device.
[ 7.890] (II) This device may have been added with another device file.
[ 7.890] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event26)
[ 7.890] (II) No input driver specified, ignoring this device.
[ 7.890] (II) This device may have been added with another device file.
[ 7.891] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event11)
[ 7.891] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 7.891] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 7.891] (**) AT Translated Set 2 keyboard: always reports core events
[ 7.891] (**) Option "Device" "/dev/input/event11"
[ 7.892] (II) event11 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 7.892] (II) event11 - AT Translated Set 2 keyboard: device is a keyboard
[ 7.893] (II) event11 - AT Translated Set 2 keyboard: device removed
[ 7.893] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input12/event11"
[ 7.893] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 20)
[ 7.893] (II) event11 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 7.893] (II) event11 - AT Translated Set 2 keyboard: device is a keyboard
[ 7.895] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[ 7.895] (II) No input driver specified, ignoring this device.
[ 7.895] (II) This device may have been added with another device file.
[ 7.896] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event15)
[ 7.896] (**) Acer WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 7.896] (II) Using input driver 'libinput' for 'Acer WMI hotkeys'
[ 7.896] (**) Acer WMI hotkeys: always reports core events
[ 7.896] (**) Option "Device" "/dev/input/event15"
[ 7.896] (II) event15 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[ 7.896] (II) event15 - Acer WMI hotkeys: device is a keyboard
[ 7.896] (II) event15 - Acer WMI hotkeys: device removed
[ 7.896] (**) Option "config_info" "udev:/sys/devices/virtual/input/input21/event15"
[ 7.896] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 21)
[ 7.897] (II) event15 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[ 7.897] (II) event15 - Acer WMI hotkeys: device is a keyboard
[ 7.931] (**) Wooting Wooting 80HE Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 7.931] (II) Using input driver 'libinput' for 'Wooting Wooting 80HE Consumer Control'
[ 7.931] (**) Wooting Wooting 80HE Consumer Control: always reports core events
[ 7.931] (**) Option "Device" "/dev/input/event6"
[ 7.931] (II) libinput: Wooting Wooting 80HE Consumer Control: is a virtual subdevice
[ 7.931] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.3/0003:31E3:1402.0004/input/input6/event6"
[ 7.931] (II) XINPUT: Adding extended input device "Wooting Wooting 80HE Consumer Control" (type: KEYBOARD, id 22)
[ 7.931] (**) Logitech PRO X Wireless: Applying InputClass "libinput keyboard catchall"
[ 7.931] (II) Using input driver 'libinput' for 'Logitech PRO X Wireless'
[ 7.931] (**) Logitech PRO X Wireless: always reports core events
[ 7.931] (**) Option "Device" "/dev/input/event14"
[ 7.931] (II) libinput: Logitech PRO X Wireless: is a virtual subdevice
[ 7.931] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.1/0003:046D:C094.0008/input/input17/event14"
[ 7.931] (II) XINPUT: Adding extended input device "Logitech PRO X Wireless" (type: KEYBOARD, id 23)
[ 13.164] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 13.164] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 13.164] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 13.164] (--) NVIDIA(GPU-0):
[ 13.209] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 13.209] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 13.209] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 13.209] (--) NVIDIA(GPU-0):
[ 19.112] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 19.112] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 19.112] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 19.112] (--) NVIDIA(GPU-0):
[ 19.158] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 19.158] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 19.158] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 19.158] (--) NVIDIA(GPU-0):
[ 25.025] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 25.025] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 25.025] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 25.025] (--) NVIDIA(GPU-0):
[ 25.071] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 25.071] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 25.071] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 25.071] (--) NVIDIA(GPU-0):
[ 30.951] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 30.951] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 30.951] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 30.951] (--) NVIDIA(GPU-0):
[ 30.996] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 30.996] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 30.996] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 30.996] (--) NVIDIA(GPU-0):
[ 36.872] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 36.872] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 36.872] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 36.872] (--) NVIDIA(GPU-0):
[ 36.919] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 36.919] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 36.919] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 36.919] (--) NVIDIA(GPU-0):
[ 42.791] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 42.791] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 42.791] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 42.791] (--) NVIDIA(GPU-0):
[ 42.839] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 42.839] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 42.839] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 42.839] (--) NVIDIA(GPU-0):
[ 48.725] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 48.725] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 48.725] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 48.725] (--) NVIDIA(GPU-0):
[ 48.771] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 48.771] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 48.771] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 48.771] (--) NVIDIA(GPU-0):
[ 54.655] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 54.655] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 54.655] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 54.655] (--) NVIDIA(GPU-0):
[ 54.700] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 54.700] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 54.700] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 54.700] (--) NVIDIA(GPU-0):
[ 60.581] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 60.581] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 60.581] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 60.581] (--) NVIDIA(GPU-0):
[ 60.627] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 60.627] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 60.627] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 60.627] (--) NVIDIA(GPU-0):
[ 66.505] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 66.505] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 66.505] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 66.505] (--) NVIDIA(GPU-0):
[ 66.550] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 66.550] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 66.550] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 66.550] (--) NVIDIA(GPU-0):
[ 72.430] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 72.430] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 72.430] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 72.430] (--) NVIDIA(GPU-0):
[ 72.477] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 72.477] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 72.477] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 72.477] (--) NVIDIA(GPU-0):
[ 78.361] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 78.361] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 78.361] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 78.361] (--) NVIDIA(GPU-0):
[ 78.407] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 78.407] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 78.407] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 78.407] (--) NVIDIA(GPU-0):
[ 80.059] (II) event13 - Acer Wireless Radio Control: device removed
[ 80.080] (II) event3 - Power Button: device removed
[ 80.080] (II) event12 - Video Bus: device removed
[ 80.093] (II) event2 - Power Button: device removed
[ 80.093] (II) event1 - Sleep Button: device removed
[ 80.093] (II) event4 - Wooting Wooting 80HE: device removed
[ 80.093] (II) event5 - Wooting Wooting 80HE System Control: device removed
[ 80.093] (II) event7 - Wooting Wooting 80HE Mouse: device removed
[ 80.112] (II) event8 - HP, Inc HyperX QuadCast Consumer Control: device removed
[ 80.126] (II) event9 - Logitech PRO X Wireless: device removed
[ 80.151] (II) event20 - ELAN0521:01 04F3:31B1 Mouse: device removed
[ 80.170] (II) event21 - ELAN0521:01 04F3:31B1 Touchpad: device removed
[ 80.186] (II) event11 - AT Translated Set 2 keyboard: device removed
[ 80.186] (II) event15 - Acer WMI hotkeys: device removed
[ 80.186] (II) event6 - Wooting Wooting 80HE Consumer Control: device removed
[ 80.186] (II) event14 - Logitech PRO X Wireless: device removed
[ 80.186] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 680.060] (WW) NVIDIA(G0): Failed to set the display configuration
[ 680.060] (WW) NVIDIA(G0): - Setting a mode on head 0 failed: Insufficient permissions
[ 680.060] (WW) NVIDIA(G0): - Setting a mode on head 1 failed: Insufficient permissions
[ 680.060] (WW) NVIDIA(G0): - Setting a mode on head 2 failed: Insufficient permissions
[ 680.060] (WW) NVIDIA(G0): - Setting a mode on head 3 failed: Insufficient permissions
[ 680.075] (WW) NVIDIA(G0): Failed to set the display configuration
[ 680.075] (WW) NVIDIA(G0): - Setting a mode on head 0 failed: Insufficient permissions
[ 680.075] (WW) NVIDIA(G0): - Setting a mode on head 1 failed: Insufficient permissions
[ 680.075] (WW) NVIDIA(G0): - Setting a mode on head 2 failed: Insufficient permissions
[ 680.075] (WW) NVIDIA(G0): - Setting a mode on head 3 failed: Insufficient permissions
[ 680.075] (WW) NVIDIA(G0): Failed to set DPMS to off
[ 2658.696] (II) config/udev: removing device Logitech PRO X Wireless
[ 2658.696] (II) UnloadModule: "libinput"
[ 2658.812] (II) config/udev: removing device Logitech PRO X Wireless
[ 2658.812] (II) UnloadModule: "libinput"
[ 2658.812] (II) config/udev: removing device Logitech PRO X Wireless
[ 2658.812] (II) UnloadModule: "libinput"
[ 2662.613] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse1)
[ 2662.613] (II) No input driver specified, ignoring this device.
[ 2662.613] (II) This device may have been added with another device file.
[ 2662.638] (II) config/udev: Adding input device Logitech USB Receiver Keyboard (/dev/input/event14)
[ 2662.638] (**) Logitech USB Receiver Keyboard: Applying InputClass "libinput keyboard catchall"
[ 2662.638] (II) Using input driver 'libinput' for 'Logitech USB Receiver Keyboard'
[ 2662.638] (**) Logitech USB Receiver Keyboard: always reports core events
[ 2662.638] (**) Option "Device" "/dev/input/event14"
[ 2662.639] (II) event14 - Logitech USB Receiver Keyboard: is tagged by udev as: Keyboard
[ 2662.639] (II) event14 - Logitech USB Receiver Keyboard: device is a keyboard
[ 2662.639] (II) event14 - Logitech USB Receiver Keyboard: device removed
[ 2662.639] (II) libinput: Logitech USB Receiver Keyboard: needs a virtual subdevice
[ 2662.639] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.1/0003:046D:C547.000C/input/input35/event14"
[ 2662.639] (II) XINPUT: Adding extended input device "Logitech USB Receiver Keyboard" (type: MOUSE, id 16)
[ 2662.639] (**) Option "AccelerationScheme" "none"
[ 2662.639] (**) Logitech USB Receiver Keyboard: (accel) selected scheme none/0
[ 2662.639] (**) Logitech USB Receiver Keyboard: (accel) acceleration factor: 2.000
[ 2662.639] (**) Logitech USB Receiver Keyboard: (accel) acceleration threshold: 4
[ 2662.639] (**) Logitech USB Receiver Keyboard: Applying InputClass "libinput keyboard catchall"
[ 2662.639] (II) Using input driver 'libinput' for 'Logitech USB Receiver Keyboard'
[ 2662.639] (**) Logitech USB Receiver Keyboard: always reports core events
[ 2662.639] (**) Option "Device" "/dev/input/event14"
[ 2662.639] (II) libinput: Logitech USB Receiver Keyboard: is a virtual subdevice
[ 2662.639] (EE) libinput: Logitech USB Receiver Keyboard: Parent device not available
[ 2662.640] (II) event14 - Logitech USB Receiver Keyboard: is tagged by udev as: Keyboard
[ 2662.640] (II) event14 - Logitech USB Receiver Keyboard: device is a keyboard
[ 2662.640] (II) event14 - Logitech USB Receiver Keyboard: device removed
[ 2662.640] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.1/0003:046D:C547.000C/input/input35/event14"
[ 2662.640] (II) XINPUT: Adding extended input device "Logitech USB Receiver Keyboard" (type: KEYBOARD, id 17)
[ 2662.685] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event9)
[ 2662.685] (**) Logitech USB Receiver: Applying InputClass "libinput pointer catchall"
[ 2662.685] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[ 2662.685] (**) Logitech USB Receiver: always reports core events
[ 2662.685] (**) Option "Device" "/dev/input/event9"
[ 2662.736] (II) event9 - Logitech USB Receiver: is tagged by udev as: Mouse
[ 2662.736] (II) event9 - Logitech USB Receiver: device is a pointer
[ 2662.736] (II) event9 - Logitech USB Receiver: device removed
[ 2662.736] (II) libinput: Logitech USB Receiver: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2662.736] (II) libinput: Logitech USB Receiver: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2662.736] (II) libinput: Logitech USB Receiver: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2662.736] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.0/0003:046D:C547.000B/input/input34/event9"
[ 2662.736] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 23)
[ 2662.736] (**) Option "AccelerationScheme" "none"
[ 2662.736] (**) Logitech USB Receiver: (accel) selected scheme none/0
[ 2662.736] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[ 2662.736] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
Offline
X11 runs in regular prime fashion but
[ 7.266] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): connected
[ 7.266] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): Internal TMDS
[ 7.266] (--) NVIDIA(GPU-0): DELL S2722DGM (DFP-2): 600.0 MHz maximum pixel clock
[ 7.266] (--) NVIDIA(GPU-0):
[ 7.298] (II) NVIDIA(G0): Validated MetaModes:
[ 7.298] (II) NVIDIA(G0): "NULL"
[ 7.298] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 7.485] (WW) NVIDIA(G0): Cannot find size of first mode for DELL S2722DGM (DFP-2);
[ 7.485] (WW) NVIDIA(G0): cannot compute DPI from DELL S2722DGM (DFP-2)'s EDID.
…
[ 7.563] (II) NVIDIA(G0): Setting mode "NULL"
In /usr/share/sddm/scripts/Xsetup log
(xrandr -q; xrandr --listproviders) > /tmp/sddm.randr
and post that file.
You might have to explicitly "xrandr --setprovideroutputsource <nvidia> <intel>"
If you wanted to run SDDM/X11 on the nvidia chip (and you cannot disable the IGP in the BIOS/UEFI), see https://wiki.archlinux.org/title/NVIDIA … phics_only
Offline
Here's the log:
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
1920x1080 144.10*+ 59.97 59.96 60.20 59.93
1680x1050 59.95 59.88
1400x1050 74.76 59.98
1600x900 59.99 59.94 59.95 59.82
1280x1024 85.02 75.02 60.02
1400x900 59.96 59.88
1280x960 85.00 60.00
1440x810 60.00 59.97
1368x768 59.88 59.85
1280x800 59.99 59.97 59.81 59.91
1152x864 75.00
1280x720 60.00 59.99 59.86 59.74
1024x768 85.00 75.05 60.04 85.00 75.03 70.07 60.00
1024x768i 86.96
960x720 85.00 75.00 60.00
928x696 75.00 60.05
896x672 75.05 60.01
1024x576 59.95 59.96 59.90 59.82
960x600 59.93 60.00
832x624 74.55
960x540 59.96 59.99 59.63 59.82
800x600 85.00 75.00 70.00 65.00 60.00 85.14 72.19 75.00 60.32 56.25
840x525 60.01 59.88
864x486 59.92 59.57
700x525 74.76 59.98
800x450 59.95 59.82
640x512 85.02 75.02 60.02
700x450 59.96 59.88
640x480 85.09 60.00 85.01 72.81 75.00 59.94
720x405 59.51 58.99
720x400 85.04
684x384 59.88 59.85
640x400 59.88 59.98 85.08
576x432 75.00
640x360 59.86 59.83 59.84 59.32
640x350 85.08
512x384 85.00 75.03 70.07 60.00
512x384i 87.06
512x288 60.00 59.92
416x312 74.66
480x270 59.63 59.82
400x300 85.27 72.19 75.12 60.32 56.34
432x243 59.92 59.57
320x240 85.18 72.81 75.00 60.05
360x202 59.51 59.13
360x200 85.04
320x200 85.27
320x180 59.84 59.32
320x175 85.27
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-1-0 disconnected (normal left inverted right x axis y axis)
DP-1-1 disconnected (normal left inverted right x axis y axis)
HDMI-1-0 disconnected (normal left inverted right x axis y axis)
Providers: number : 2
Provider 0: id: 0x45 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 4 outputs: 3 associated providers: 1 name:modesetting
Provider 1: id: 0x26f cap: 0x2, Sink Output crtcs: 4 outputs: 3 associated providers: 1 name:NVIDIA-G0
Preferably, I wonder if it's able to detect if the external monitor is connected to display the login screen on it. I'm worried if i disable the iGPU, it won't show any login screen if I'm using the laptop outside.|
EDIT: After reading the wiki you provided another read, it seems that i didn't put
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto
in the Xsetup file before. After i did it, it's working now! Thanks a lot!
Last edited by Munkhu (2025-05-10 09:38:59)
Offline