You are not logged in.

#1 2023-06-15 05:05:30

moy0
Member
Registered: 2021-02-16
Posts: 23

[SOLVED] Xorg: use integrated graphics, not Nvidia

Hi folks. I have a Thinkpad P1 Gen 5 with an Nvidia RTX A2000 and Intel Iris XE integrated graphics.

lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P Integrated Graphics Controller (rev 0c)
01:00.0 VGA compatible controller: NVIDIA Corporation GA107GLM [RTX A2000 8GB Laptop GPU] (rev a1)

I installed the Nvidia driver and I'm able to get Xorg working. So far, so good.

Here's the problem: I don't want to use the Nvidia card for graphics. I'd like to use the Intel iGPU for graphics, and the Nvidia card only to prime-run math computations on its CUDA cores. (Also, note that the HDMI port on this laptop is on the Nvidia GPU, not the Intel iGPU.) Following instructions on the Thinkpad X1 Extreme Gen 3 page on the Arch wiki (the X1 Extreme and the P1 are siblings) I set

Option "PrimaryGPU" "no"

in a custom Xorg config for the Nvidia card. I've tried both the intel and the modesetting drivers for the Intel card, and neither one works: in both cases nvidia-smi reports that /usr/lib/Xorg is still using the Nvidia GPU, and /var/log/Xorg.0.log says

(WW) NVIDIA(G0): Option "PrimaryGPU" is not used

With the intel driver I also get

(WW) intel(0): Unknown chipset

and with the modesetting driver I get

(WW) modeset(0): Option "DRI" is not used

How do I get X to not use the Nvidia card?

Last edited by moy0 (2023-06-17 02:31:44)

Offline

#2 2023-06-15 09:33:25

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

Re: [SOLVED] Xorg: use integrated graphics, not Nvidia

nvidia-smi reports that /usr/lib/Xorg is still using the Nvidia GPU

Nope, nvidia-smi querying X to determine if it uses the nvidai card causes X to activate the nvidia card so nvidia-smi always reports X as using the card.
Query the kernel directly through /sys/class/drm/card<some-number> and it's subfolders to detemine if the card is in use .

Your iGPU is way to new for xf86-video-intel, just remove it and never reinstall it on this laptop .

in a custom Xorg config for the Nvidia card.

post that config and xorg log .

Last edited by Lone_Wolf (2023-06-15 09:36:06)


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

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

Offline

#3 2023-06-15 18:01:12

moy0
Member
Registered: 2021-02-16
Posts: 23

Re: [SOLVED] Xorg: use integrated graphics, not Nvidia

Thanks for your help @Lone_Wolf. I'm including below an ls of /sys/class/drm/{,card0,card1,card0/device/enable,card1/device/enable}, and contents of 20-nvidia.conf and Xorg.0.log, both with the intel driver and the modesetting driver.


/sys/class/drm/:

[moy@moyusb ~]$ ll /sys/class/drm/
total 0
lrwxrwxrwx 1 root root    0 Jun 15 12:38 card0 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/
lrwxrwxrwx 1 root root    0 Jun 15 12:38 card0-DP-1 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-1/
lrwxrwxrwx 1 root root    0 Jun 15 12:38 card0-DP-2 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-2/
lrwxrwxrwx 1 root root    0 Jun 15 12:38 card0-DP-3 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-3/
lrwxrwxrwx 1 root root    0 Jun 15 12:38 card0-DP-4 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-4/
lrwxrwxrwx 1 root root    0 Jun 15 12:38 card0-eDP-1 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/
lrwxrwxrwx 1 root root    0 Jun 15 12:38 card0-HDMI-A-1 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-HDMI-A-1/
lrwxrwxrwx 1 root root    0 Jun 15 12:38 card1 -> ../../devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1/
lrwxrwxrwx 1 root root    0 Jun 15 12:38 renderD128 -> ../../devices/pci0000:00/0000:00:02.0/drm/renderD128/
lrwxrwxrwx 1 root root    0 Jun 15 12:38 renderD129 -> ../../devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/renderD129/
-r--r--r-- 1 root root 4096 Jun 15 12:56 version

So from the lspci output in my first post card0 is apparently the Intel iGPU and card1 is the Nvidia GPU. Whether I use the intel driver or the modesettings driver in my 20-nvidia.conf, either way there's a lot more stuff under /sys/class/drm/card0/ than under /sys/class/drm/card1/. Also, each card's directory has an enable file that contains "1".

I'm not sure how to tell from this which card Xorg is using.

[moy@moyusb ~]$ ll /sys/class/drm/card0/
total 0
drwxr-xr-x  5 root root    0 Jun 15 12:37 card0-DP-1/
drwxr-xr-x  5 root root    0 Jun 15 12:37 card0-DP-2/
drwxr-xr-x  5 root root    0 Jun 15 12:37 card0-DP-3/
drwxr-xr-x  5 root root    0 Jun 15 12:37 card0-DP-4/
drwxr-xr-x  7 root root    0 Jun 15 12:37 card0-eDP-1/
drwxr-xr-x  3 root root    0 Jun 15 12:37 card0-HDMI-A-1/
-r--r--r--  1 root root 4096 Jun 15 12:57 dev
lrwxrwxrwx  1 root root    0 Jun 15 12:38 device -> ../../../0000:00:02.0/
drwxr-xr-x  7 root root    0 Jun 15 12:37 engine/
-rw-------  1 root root    0 Jun 15 12:57 error
drwxr-xr-x  3 root root    0 Jun 15 12:37 gt/
-r--r--r--  1 root root 4096 Jun 15 12:57 gt_act_freq_mhz
-rw-r--r--  1 root root 4096 Jun 15 12:57 gt_boost_freq_mhz
-r--r--r--  1 root root 4096 Jun 15 12:57 gt_cur_freq_mhz
-rw-r--r--  1 root root 4096 Jun 15 12:38 gt_max_freq_mhz
-rw-r--r--  1 root root 4096 Jun 15 12:38 gt_min_freq_mhz
-r--r--r--  1 root root 4096 Jun 15 12:57 gt_RP0_freq_mhz
-r--r--r--  1 root root 4096 Jun 15 12:57 gt_RP1_freq_mhz
-r--r--r--  1 root root 4096 Jun 15 12:57 gt_RPn_freq_mhz
drwxr-xr-x 28 root root    0 Jun 15 12:37 metrics/
drwxr-xr-x  2 root root    0 Jun 15 12:37 power/
lrwxrwxrwx  1 root root    0 Jun 15 12:37 subsystem -> ../../../../../class/drm/
-rw-r--r--  1 root root 4096 Jun 15 12:37 uevent
[moy@moyusb ~]$ ll /sys/class/drm/card1/
total 0
-r--r--r-- 1 root root 4096 Jun 15 12:57 dev
lrwxrwxrwx 1 root root    0 Jun 15 12:38 device -> ../../../0000:01:00.0/
drwxr-xr-x 2 root root    0 Jun 15 12:57 power/
lrwxrwxrwx 1 root root    0 Jun 15 12:37 subsystem -> ../../../../../../class/drm/
-rw-r--r-- 1 root root 4096 Jun 15 12:37 uevent

[moy@moyusb ~]$ cat /sys/class/drm/card0/device/enable
1
[moy@moyusb ~]$ cat /sys/class/drm/card1/device/enable
1

/etc/X11/xorg.conf.d/20-nvidia.conf with intel driver:

Section "Device"
        Identifier  "Card0"
        Driver      "intel"
        Option      "DRI"  "iris"
        BusID       "PCI:0:2:0"
EndSection

Section "Device"
        Identifier  "Card1"
        Driver      "nvidia"
        BusID       "PCI:1:0:0"
        Option      "PrimaryGPU" "False"
        Option      "ConnectToAcpid" "0"
EndSection

/var/log/Xorg.0.log with intel driver:

[    28.189] 
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[    28.190] Current Operating System: Linux moyusb 6.3.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 10 Jun 2023 00:35:35 +0000 x86_64
[    28.190] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e13c2493-8666-4b4a-90d6-313c5096eb98 rw loglevel=4
[    28.190]  
[    28.190] Current version of pixman: 0.42.2
[    28.190] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    28.190] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    28.191] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun 15 12:32:45 2023
[    28.197] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    28.197] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    28.201] (==) No Layout section.  Using the first Screen section.
[    28.201] (==) No screen section available. Using defaults.
[    28.201] (**) |-->Screen "Default Screen Section" (0)
[    28.201] (**) |   |-->Monitor "<default monitor>"
[    28.201] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    28.201] (**) |   |-->Device "Card0"
[    28.201] (**) |   |-->GPUDevice "Card1"
[    28.201] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    28.201] (==) Automatically adding devices
[    28.201] (==) Automatically enabling devices
[    28.201] (==) Automatically adding GPU devices
[    28.201] (==) Automatically binding GPU devices
[    28.201] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    28.209] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    28.209] 	Entry deleted from font path.
[    28.216] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    28.216] (==) ModulePath set to "/usr/lib/xorg/modules"
[    28.216] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    28.216] (II) Module ABI versions:
[    28.216] 	X.Org ANSI C Emulation: 0.4
[    28.216] 	X.Org Video Driver: 25.2
[    28.216] 	X.Org XInput driver : 24.4
[    28.216] 	X.Org Server Extension : 10.0
[    28.219] (++) using VT number 1

[    28.222] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    28.224] (II) xfree86: Adding drm device (/dev/dri/card1)
[    28.224] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[    28.225] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[    28.225] (II) xfree86: Adding drm device (/dev/dri/card0)
[    28.225] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    28.225] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[    28.227] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    29.120] (--) PCI:*(0@0:2:0) 8086:46a6:17aa:22f8 rev 12, Mem @ 0x625b000000/16777216, 0x4000000000/536870912, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[    29.120] (--) PCI: (1@0:0:0) 10de:25ba:17aa:22f8 rev 161, Mem @ 0xb3000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[    29.120] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    29.120] (II) LoadModule: "glx"
[    29.124] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    29.147] (II) Module glx: vendor="X.Org Foundation"
[    29.147] 	compiled for 1.21.1.8, module version = 1.0.0
[    29.147] 	ABI class: X.Org Server Extension, version 10.0
[    29.147] (II) LoadModule: "intel"
[    29.150] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    29.160] (II) Module intel: vendor="X.Org Foundation"
[    29.160] 	compiled for 1.21.1.6, module version = 2.99.917
[    29.160] 	Module class: X.Org Video Driver
[    29.160] 	ABI class: X.Org Video Driver, version 25.2
[    29.160] (II) LoadModule: "nvidia"
[    29.160] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    29.178] (II) Module nvidia: vendor="NVIDIA Corporation"
[    29.178] 	compiled for 1.6.99.901, module version = 1.0.0
[    29.178] 	Module class: X.Org Video Driver
[    29.179] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    29.180] (II) intel: Driver for Intel(R) HD Graphics
[    29.180] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    29.180] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    29.180] (II) NVIDIA dlloader X Driver  530.41.03  Thu Mar 16 19:25:45 UTC 2023
[    29.180] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    29.183] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[    29.183] (II) intel(0): SNA compiled from 2.99.917-923-gb74b67f0
[    29.187] (II) systemd-logind: releasing fd for 226:1
[    29.192] (II) Loading sub module "fb"
[    29.192] (II) LoadModule: "fb"
[    29.192] (II) Module "fb" already built-in
[    29.192] (II) Loading sub module "wfb"
[    29.192] (II) LoadModule: "wfb"
[    29.192] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    29.195] (II) Module wfb: vendor="X.Org Foundation"
[    29.195] 	compiled for 1.21.1.8, module version = 1.0.0
[    29.195] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    29.200] (WW) intel(0): Unknown chipset
[    29.200] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 14 threads
[    29.200] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    29.200] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    29.200] (==) intel(0): RGB weight 888
[    29.200] (==) intel(0): Default visual is TrueColor
[    29.200] (**) intel(0): Option "DRI" "iris"
[    29.201] (II) intel(0): Output eDP1 has no monitor section
[    29.201] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[    29.201] (II) intel(0): Enabled output eDP1
[    29.201] (II) intel(0): Output HDMI1 has no monitor section
[    29.201] (II) intel(0): Enabled output HDMI1
[    29.201] (II) intel(0): Output DP1 has no monitor section
[    29.201] (II) intel(0): Enabled output DP1
[    29.201] (II) intel(0): Output DP2 has no monitor section
[    29.202] (II) intel(0): Enabled output DP2
[    29.202] (II) intel(0): Output DP3 has no monitor section
[    29.202] (II) intel(0): Enabled output DP3
[    29.202] (II) intel(0): Output DP4 has no monitor section
[    29.202] (II) intel(0): Enabled output DP4
[    29.202] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    29.202] (II) intel(0): Output VIRTUAL1 has no monitor section
[    29.202] (II) intel(0): Enabled output VIRTUAL1
[    29.202] (--) intel(0): Output eDP1 using initial mode 2560x1600 on pipe 0
[    29.203] (==) intel(0): TearFree enabled
[    29.203] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    29.203] (==) intel(0): DPI set to (96, 96)
[    29.203] (II) Loading sub module "dri3"
[    29.203] (II) LoadModule: "dri3"
[    29.203] (II) Module "dri3" already built-in
[    29.203] (II) Loading sub module "dri2"
[    29.203] (II) LoadModule: "dri2"
[    29.203] (II) Module "dri2" already built-in
[    29.203] (II) Loading sub module "present"
[    29.203] (II) LoadModule: "present"
[    29.203] (II) Module "present" already built-in
[    29.203] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    29.203] (==) NVIDIA(G0): RGB weight 888
[    29.203] (==) NVIDIA(G0): Default visual is TrueColor
[    29.203] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    29.203] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    29.203] (**) NVIDIA(G0): Option "ConnectToAcpid" "0"
[    29.204] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    29.204] (**) NVIDIA(G0): Enabling 2D acceleration
[    29.204] (II) Loading sub module "glxserver_nvidia"
[    29.204] (II) LoadModule: "glxserver_nvidia"
[    29.204] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    29.429] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    29.429] 	compiled for 1.6.99.901, module version = 1.0.0
[    29.429] 	Module class: X.Org Server Extension
[    29.429] (II) NVIDIA GLX Module  530.41.03  Thu Mar 16 19:27:05 UTC 2023
[    29.433] (II) NVIDIA: The X server supports PRIME Render Offload.
[    31.294] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    31.294] (--) NVIDIA(0):     DFP-0
[    31.294] (--) NVIDIA(0):     DFP-1
[    31.294] (--) NVIDIA(0):     DFP-2
[    31.294] (--) NVIDIA(0):     DFP-3
[    31.294] (--) NVIDIA(0):     DFP-4
[    31.294] (II) NVIDIA(G0): NVIDIA GPU NVIDIA RTX A2000 8GB Laptop GPU (GA107GL-A) at
[    31.298] (II) NVIDIA(G0):     PCI:1:0:0 (GPU-0)
[    31.298] (--) NVIDIA(G0): Memory: 8388608 kBytes
[    31.298] (--) NVIDIA(G0): VideoBIOS: 94.07.64.00.66
[    31.298] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[    31.298] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    31.298] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[    31.298] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[    31.298] (--) NVIDIA(GPU-0): 
[    31.298] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    31.298] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    31.298] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    31.298] (--) NVIDIA(GPU-0): 
[    31.298] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    31.298] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    31.298] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[    31.298] (--) NVIDIA(GPU-0): 
[    31.298] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    31.298] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    31.298] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    31.298] (--) NVIDIA(GPU-0): 
[    31.298] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    31.298] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    31.298] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    31.298] (--) NVIDIA(GPU-0): 
[    31.301] (II) NVIDIA(G0): Validated MetaModes:
[    31.301] (II) NVIDIA(G0):     "NULL"
[    31.301] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[    31.301] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[    31.301] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[    31.306] (II) intel(0): SNA initialized with generic backend
[    31.306] (==) intel(0): Backing store enabled
[    31.306] (==) intel(0): Silken mouse enabled
[    31.306] (II) intel(0): HW Cursor enabled
[    31.306] (==) intel(0): DPMS enabled
[    31.307] (==) intel(0): Display hotplug detection enabled
[    31.308] (II) intel(0): Textured video not supported on this hardware or backend
[    31.310] (II) intel(0): [DRI2] Setup complete
[    31.310] (II) intel(0): [DRI2]   DRI driver: iris
[    31.310] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    31.310] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[    31.310] (II) intel(0): hardware support for Present enabled
[    31.310] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    31.310] (II) NVIDIA:     access.
[    31.332] (II) NVIDIA(G0): Setting mode "NULL"
[    31.345] (==) NVIDIA(G0): Disabling shared memory pixmaps
[    31.345] (==) NVIDIA(G0): Backing store enabled
[    31.345] (==) NVIDIA(G0): Silken mouse enabled
[    31.345] (==) NVIDIA(G0): DPMS enabled
[    31.346] (WW) NVIDIA(G0): Option "PrimaryGPU" is not used
[    31.346] (II) Loading sub module "dri2"
[    31.346] (II) LoadModule: "dri2"
[    31.346] (II) Module "dri2" already built-in
[    31.346] (II) NVIDIA(G0): [DRI2] Setup complete
[    31.346] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[    31.346] (II) Initializing extension Generic Event Extension
[    31.347] (II) Initializing extension SHAPE
[    31.347] (II) Initializing extension MIT-SHM
[    31.347] (II) Initializing extension XInputExtension
[    31.348] (II) Initializing extension XTEST
[    31.348] (II) Initializing extension BIG-REQUESTS
[    31.348] (II) Initializing extension SYNC
[    31.349] (II) Initializing extension XKEYBOARD
[    31.349] (II) Initializing extension XC-MISC
[    31.349] (II) Initializing extension SECURITY
[    31.349] (II) Initializing extension XFIXES
[    31.349] (II) Initializing extension RENDER
[    31.349] (II) Initializing extension RANDR
[    31.349] (II) Initializing extension COMPOSITE
[    31.349] (II) Initializing extension DAMAGE
[    31.349] (II) Initializing extension MIT-SCREEN-SAVER
[    31.349] (II) Initializing extension DOUBLE-BUFFER
[    31.349] (II) Initializing extension RECORD
[    31.349] (II) Initializing extension DPMS
[    31.349] (II) Initializing extension Present
[    31.349] (II) Initializing extension DRI3
[    31.349] (II) Initializing extension X-Resource
[    31.349] (II) Initializing extension XVideo
[    31.349] (II) Initializing extension XVideo-MotionCompensation
[    31.349] (II) Initializing extension GLX
[    31.349] (II) Initializing extension GLX
[    31.349] (II) Indirect GLX disabled.
[    32.172] (II) AIGLX: Loaded and initialized iris
[    32.172] (II) GLX: Initialized DRI2 GL provider for screen 0
[    32.172] (II) Initializing extension XFree86-VidModeExtension
[    32.172] (II) Initializing extension XFree86-DGA
[    32.173] (II) Initializing extension XFree86-DRI
[    32.173] (II) Initializing extension DRI2
[    32.173] (II) Initializing extension NV-GLX
[    32.173] (II) Initializing extension NV-CONTROL
[    32.180] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[    32.182] (II) intel(0): switch to mode 2560x1600@165.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[    32.184] (II) intel(0): Setting screen physical size to 677 x 423
[    32.287] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    32.287] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    32.287] (II) LoadModule: "libinput"
[    32.287] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    32.297] (II) Module libinput: vendor="X.Org Foundation"
[    32.297] 	compiled for 1.21.1.8, module version = 1.3.0
[    32.297] 	Module class: X.Org XInput Driver
[    32.297] 	ABI class: X.Org XInput driver, version 24.4
[    32.297] (II) Using input driver 'libinput' for 'Power Button'
[    32.298] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 43 paused 0
[    32.298] (**) Power Button: always reports core events
[    32.298] (**) Option "Device" "/dev/input/event2"
[    32.308] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    32.308] (II) event2  - Power Button: device is a keyboard
[    32.308] (II) event2  - Power Button: device removed
[    32.308] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    32.308] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    32.308] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    32.308] (II) event2  - Power Button: device is a keyboard
[    32.309] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
[    32.309] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    32.309] (II) Using input driver 'libinput' for 'Video Bus'
[    32.309] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 46 paused 0
[    32.309] (**) Video Bus: always reports core events
[    32.309] (**) Option "Device" "/dev/input/event14"
[    32.310] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[    32.310] (II) event14 - Video Bus: device is a keyboard
[    32.310] (II) event14 - Video Bus: device removed
[    32.310] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input19/event14"
[    32.310] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    32.310] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[    32.310] (II) event14 - Video Bus: device is a keyboard
[    32.311] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
[    32.311] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    32.311] (II) Using input driver 'libinput' for 'Video Bus'
[    32.311] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 47 paused 0
[    32.311] (**) Video Bus: always reports core events
[    32.311] (**) Option "Device" "/dev/input/event13"
[    32.311] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[    32.312] (II) event13 - Video Bus: device is a keyboard
[    32.312] (II) event13 - Video Bus: device removed
[    32.312] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:04/LNXVIDEO:00/input/input18/event13"
[    32.312] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    32.312] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[    32.312] (II) event13 - Video Bus: device is a keyboard
[    32.312] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    32.312] (II) No input driver specified, ignoring this device.
[    32.312] (II) This device may have been added with another device file.
[    32.313] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    32.313] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    32.313] (II) Using input driver 'libinput' for 'Sleep Button'
[    32.313] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 48 paused 0
[    32.313] (**) Sleep Button: always reports core events
[    32.313] (**) Option "Device" "/dev/input/event0"
[    32.313] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    32.313] (II) event0  - Sleep Button: device is a keyboard
[    32.313] (II) event0  - Sleep Button: device removed
[    32.313] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    32.313] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    32.314] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    32.314] (II) event0  - Sleep Button: device is a keyboard
[    32.314] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event7)
[    32.314] (II) No input driver specified, ignoring this device.
[    32.314] (II) This device may have been added with another device file.
[    32.314] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event8)
[    32.314] (II) No input driver specified, ignoring this device.
[    32.314] (II) This device may have been added with another device file.
[    32.314] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event9)
[    32.314] (II) No input driver specified, ignoring this device.
[    32.314] (II) This device may have been added with another device file.
[    32.314] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event10)
[    32.314] (II) No input driver specified, ignoring this device.
[    32.314] (II) This device may have been added with another device file.
[    32.315] (II) config/udev: Adding input device ELAN0686:00 04F3:320D Mouse (/dev/input/event5)
[    32.315] (**) ELAN0686:00 04F3:320D Mouse: Applying InputClass "libinput pointer catchall"
[    32.315] (II) Using input driver 'libinput' for 'ELAN0686:00 04F3:320D Mouse'
[    32.315] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 49 paused 0
[    32.315] (**) ELAN0686:00 04F3:320D Mouse: always reports core events
[    32.315] (**) Option "Device" "/dev/input/event5"
[    32.315] (II) event5  - ELAN0686:00 04F3:320D Mouse: is tagged by udev as: Mouse Pointingstick
[    32.316] (II) event5  - ELAN0686:00 04F3:320D Mouse: device is a pointer
[    32.316] (II) event5  - ELAN0686:00 04F3:320D Mouse: device removed
[    32.316] (II) libinput: ELAN0686:00 04F3:320D Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    32.316] (II) libinput: ELAN0686:00 04F3:320D Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    32.316] (II) libinput: ELAN0686:00 04F3:320D Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    32.316] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN0686:00/0018:04F3:320D.0001/input/input11/event5"
[    32.316] (II) XINPUT: Adding extended input device "ELAN0686:00 04F3:320D Mouse" (type: MOUSE, id 10)
[    32.316] (**) Option "AccelerationScheme" "none"
[    32.316] (**) ELAN0686:00 04F3:320D Mouse: (accel) selected scheme none/0
[    32.316] (**) ELAN0686:00 04F3:320D Mouse: (accel) acceleration factor: 2.000
[    32.316] (**) ELAN0686:00 04F3:320D Mouse: (accel) acceleration threshold: 4
[    32.316] (II) event5  - ELAN0686:00 04F3:320D Mouse: is tagged by udev as: Mouse Pointingstick
[    32.316] (II) event5  - ELAN0686:00 04F3:320D Mouse: device is a pointer
[    32.317] (II) config/udev: Adding input device ELAN0686:00 04F3:320D Mouse (/dev/input/mouse0)
[    32.317] (II) No input driver specified, ignoring this device.
[    32.317] (II) This device may have been added with another device file.
[    32.317] (II) config/udev: Adding input device ELAN0686:00 04F3:320D Touchpad (/dev/input/event6)
[    32.317] (**) ELAN0686:00 04F3:320D Touchpad: Applying InputClass "libinput touchpad catchall"
[    32.317] (II) Using input driver 'libinput' for 'ELAN0686:00 04F3:320D Touchpad'
[    32.317] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 50 paused 0
[    32.317] (**) ELAN0686:00 04F3:320D Touchpad: always reports core events
[    32.317] (**) Option "Device" "/dev/input/event6"
[    32.318] (II) event6  - ELAN0686:00 04F3:320D Touchpad: is tagged by udev as: Touchpad
[    32.319] (II) event6  - ELAN0686:00 04F3:320D Touchpad: device is a touchpad
[    32.319] (II) event6  - ELAN0686:00 04F3:320D Touchpad: device removed
[    32.319] (II) libinput: ELAN0686:00 04F3:320D Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    32.319] (II) libinput: ELAN0686:00 04F3:320D Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    32.319] (II) libinput: ELAN0686:00 04F3:320D Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    32.319] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN0686:00/0018:04F3:320D.0001/input/input13/event6"
[    32.319] (II) XINPUT: Adding extended input device "ELAN0686:00 04F3:320D Touchpad" (type: TOUCHPAD, id 11)
[    32.319] (**) Option "AccelerationScheme" "none"
[    32.319] (**) ELAN0686:00 04F3:320D Touchpad: (accel) selected scheme none/0
[    32.319] (**) ELAN0686:00 04F3:320D Touchpad: (accel) acceleration factor: 2.000
[    32.319] (**) ELAN0686:00 04F3:320D Touchpad: (accel) acceleration threshold: 4
[    32.320] (II) event6  - ELAN0686:00 04F3:320D Touchpad: is tagged by udev as: Touchpad
[    32.320] (II) event6  - ELAN0686:00 04F3:320D Touchpad: device is a touchpad
[    32.321] (II) config/udev: Adding input device ELAN0686:00 04F3:320D Touchpad (/dev/input/mouse1)
[    32.321] (II) No input driver specified, ignoring this device.
[    32.321] (II) This device may have been added with another device file.
[    32.321] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event15)
[    32.321] (II) No input driver specified, ignoring this device.
[    32.321] (II) This device may have been added with another device file.
[    32.321] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event16)
[    32.321] (II) No input driver specified, ignoring this device.
[    32.321] (II) This device may have been added with another device file.
[    32.321] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event17)
[    32.321] (II) No input driver specified, ignoring this device.
[    32.321] (II) This device may have been added with another device file.
[    32.321] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event18)
[    32.321] (II) No input driver specified, ignoring this device.
[    32.321] (II) This device may have been added with another device file.
[    32.321] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event19)
[    32.321] (II) No input driver specified, ignoring this device.
[    32.321] (II) This device may have been added with another device file.
[    32.321] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    32.321] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    32.321] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    32.322] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 51 paused 0
[    32.322] (**) AT Translated Set 2 keyboard: always reports core events
[    32.322] (**) Option "Device" "/dev/input/event3"
[    32.322] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    32.322] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    32.323] (II) event3  - AT Translated Set 2 keyboard: device removed
[    32.323] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    32.323] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    32.323] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    32.323] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    32.323] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event12)
[    32.323] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[    32.323] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[    32.324] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 52 paused 0
[    32.324] (**) TPPS/2 Elan TrackPoint: always reports core events
[    32.324] (**) Option "Device" "/dev/input/event12"
[    32.325] (II) event12 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[    32.325] (II) event12 - TPPS/2 Elan TrackPoint: device is a pointer
[    32.325] (II) event12 - TPPS/2 Elan TrackPoint: device removed
[    32.325] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[    32.325] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[    32.325] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[    32.325] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event12"
[    32.325] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 13)
[    32.325] (**) Option "AccelerationScheme" "none"
[    32.325] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[    32.325] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[    32.325] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[    32.325] (II) event12 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[    32.325] (II) event12 - TPPS/2 Elan TrackPoint: device is a pointer
[    32.326] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse2)
[    32.326] (II) No input driver specified, ignoring this device.
[    32.326] (II) This device may have been added with another device file.
[    32.326] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[    32.326] (II) No input driver specified, ignoring this device.
[    32.326] (II) This device may have been added with another device file.
[    32.327] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event11)
[    32.327] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[    32.327] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[    32.328] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 53 paused 0
[    32.328] (**) ThinkPad Extra Buttons: always reports core events
[    32.328] (**) Option "Device" "/dev/input/event11"
[    32.328] (II) event11 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    32.328] (II) event11 - ThinkPad Extra Buttons: device is a keyboard
[    32.328] (II) event11 - ThinkPad Extra Buttons: device removed
[    32.328] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input10/event11"
[    32.328] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
[    32.328] (II) event11 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    32.328] (II) event11 - ThinkPad Extra Buttons: device is a keyboard
[    33.309] (II) intel(0): EDID vendor "CSO", prod id 5643
[    33.309] (II) intel(0): Using EDID range info for horizontal sync
[    33.309] (II) intel(0): Using EDID range info for vertical refresh
[    33.309] (II) intel(0): Printing DDC gathered Modelines:
[    33.309] (II) intel(0): Modeline "2560x1600"x0.0  282.70  2560 2608 2640 2720  1600 1603 1609 1732 -hsync -vsync (103.9 kHz eP)
[    33.717] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    33.717] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[    33.717] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[    33.717] (--) NVIDIA(GPU-0): 
[    33.717] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    33.717] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    33.717] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    33.717] (--) NVIDIA(GPU-0): 
[    33.717] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    33.717] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    33.717] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[    33.717] (--) NVIDIA(GPU-0): 
[    33.718] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    33.718] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    33.718] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    33.718] (--) NVIDIA(GPU-0): 
[    33.718] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    33.718] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    33.718] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    33.718] (--) NVIDIA(GPU-0): 
[   158.103] (**) Option "fd" "43"
[   158.103] (II) event2  - Power Button: device removed
[   158.103] (**) Option "fd" "46"
[   158.103] (II) event14 - Video Bus: device removed
[   158.103] (**) Option "fd" "47"
[   158.103] (II) event13 - Video Bus: device removed
[   158.103] (**) Option "fd" "48"
[   158.103] (II) event0  - Sleep Button: device removed
[   158.103] (**) Option "fd" "49"
[   158.103] (II) event5  - ELAN0686:00 04F3:320D Mouse: device removed
[   158.104] (**) Option "fd" "50"
[   158.104] (II) event6  - ELAN0686:00 04F3:320D Touchpad: device removed
[   158.104] (**) Option "fd" "51"
[   158.104] (II) event3  - AT Translated Set 2 keyboard: device removed
[   158.104] (**) Option "fd" "52"
[   158.104] (II) event12 - TPPS/2 Elan TrackPoint: device removed
[   158.104] (**) Option "fd" "53"
[   158.104] (II) event11 - ThinkPad Extra Buttons: device removed
[   159.855] (II) UnloadModule: "libinput"
[   159.855] (II) systemd-logind: releasing fd for 13:75
[   159.856] (II) UnloadModule: "libinput"
[   159.856] (II) systemd-logind: releasing fd for 13:76
[   159.856] (II) UnloadModule: "libinput"
[   159.856] (II) systemd-logind: releasing fd for 13:67
[   159.857] (II) UnloadModule: "libinput"
[   159.857] (II) systemd-logind: releasing fd for 13:70
[   159.857] (II) UnloadModule: "libinput"
[   159.857] (II) systemd-logind: releasing fd for 13:69
[   159.857] (II) UnloadModule: "libinput"
[   159.857] (II) systemd-logind: releasing fd for 13:64
[   159.858] (II) UnloadModule: "libinput"
[   159.858] (II) systemd-logind: releasing fd for 13:77
[   159.858] (II) UnloadModule: "libinput"
[   159.858] (II) systemd-logind: releasing fd for 13:78
[   159.858] (II) UnloadModule: "libinput"
[   159.858] (II) systemd-logind: releasing fd for 13:66
[   159.975] (II) NVIDIA(GPU-0): Deleting GPU-0
[   160.231] (II) Server terminated successfully (0). Closing log file.

/etc/X11/xorg.conf.d/20-nvidia.conf with modesetting driver:

Section "Device"
        Identifier  "Card0"
        Driver      "modesetting"
        Option      "AccelMethod"    "glamor"
        Option      "DRI"            "iris"
        BusID       "PCI:0:2:0"
EndSection

Section "Device"
        Identifier  "Card1"
        Driver      "nvidia"
        BusID       "PCI:1:0:0"
        Option      "PrimaryGPU" "False"
        Option      "ConnectToAcpid" "0"
EndSection

/var/log/Xorg.0.log with modesetting driver:

[    61.937] 
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[    61.937] Current Operating System: Linux moyusb 6.3.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 10 Jun 2023 00:35:35 +0000 x86_64
[    61.937] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e13c2493-8666-4b4a-90d6-313c5096eb98 rw loglevel=4
[    61.937]  
[    61.937] Current version of pixman: 0.42.2
[    61.938] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    61.938] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    61.938] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun 15 12:38:35 2023
[    61.944] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    61.945] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    61.948] (==) No Layout section.  Using the first Screen section.
[    61.948] (==) No screen section available. Using defaults.
[    61.948] (**) |-->Screen "Default Screen Section" (0)
[    61.948] (**) |   |-->Monitor "<default monitor>"
[    61.948] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    61.948] (**) |   |-->Device "Card0"
[    61.948] (**) |   |-->GPUDevice "Card1"
[    61.948] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    61.948] (==) Automatically adding devices
[    61.948] (==) Automatically enabling devices
[    61.948] (==) Automatically adding GPU devices
[    61.948] (==) Automatically binding GPU devices
[    61.948] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    61.953] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    61.953] 	Entry deleted from font path.
[    61.961] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    61.961] (==) ModulePath set to "/usr/lib/xorg/modules"
[    61.961] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    61.961] (II) Module ABI versions:
[    61.961] 	X.Org ANSI C Emulation: 0.4
[    61.961] 	X.Org Video Driver: 25.2
[    61.961] 	X.Org XInput driver : 24.4
[    61.961] 	X.Org Server Extension : 10.0
[    61.963] (++) using VT number 1

[    61.967] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    61.969] (II) xfree86: Adding drm device (/dev/dri/card1)
[    61.969] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[    61.969] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[    61.970] (II) xfree86: Adding drm device (/dev/dri/card0)
[    61.970] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    61.970] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[    61.972] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    62.884] (--) PCI:*(0@0:2:0) 8086:46a6:17aa:22f8 rev 12, Mem @ 0x625b000000/16777216, 0x4000000000/536870912, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[    62.884] (--) PCI: (1@0:0:0) 10de:25ba:17aa:22f8 rev 161, Mem @ 0xb3000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[    62.884] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    62.884] (II) LoadModule: "glx"
[    62.888] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    62.911] (II) Module glx: vendor="X.Org Foundation"
[    62.911] 	compiled for 1.21.1.8, module version = 1.0.0
[    62.911] 	ABI class: X.Org Server Extension, version 10.0
[    62.911] (II) LoadModule: "modesetting"
[    62.914] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    62.923] (II) Module modesetting: vendor="X.Org Foundation"
[    62.923] 	compiled for 1.21.1.8, module version = 1.21.1
[    62.923] 	Module class: X.Org Video Driver
[    62.923] 	ABI class: X.Org Video Driver, version 25.2
[    62.923] (II) LoadModule: "nvidia"
[    62.924] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    62.941] (II) Module nvidia: vendor="NVIDIA Corporation"
[    62.941] 	compiled for 1.6.99.901, module version = 1.0.0
[    62.941] 	Module class: X.Org Video Driver
[    62.943] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    62.943] (II) NVIDIA dlloader X Driver  530.41.03  Thu Mar 16 19:25:45 UTC 2023
[    62.943] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    62.944] (II) modeset(0): using drv /dev/dri/card0
[    62.944] (II) systemd-logind: releasing fd for 226:1
[    62.948] (II) Loading sub module "fb"
[    62.948] (II) LoadModule: "fb"
[    62.948] (II) Module "fb" already built-in
[    62.948] (II) Loading sub module "wfb"
[    62.948] (II) LoadModule: "wfb"
[    62.948] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    62.951] (II) Module wfb: vendor="X.Org Foundation"
[    62.951] 	compiled for 1.21.1.8, module version = 1.0.0
[    62.951] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    62.954] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    62.954] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    62.954] (**) modeset(0): Option "AccelMethod" "glamor"
[    62.955] (==) modeset(0): RGB weight 888
[    62.955] (==) modeset(0): Default visual is TrueColor
[    62.955] (II) Loading sub module "glamoregl"
[    62.955] (II) LoadModule: "glamoregl"
[    62.955] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    62.971] (II) Module glamoregl: vendor="X.Org Foundation"
[    62.971] 	compiled for 1.21.1.8, module version = 1.0.1
[    62.971] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    65.762] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Graphics (ADL GT2)
[    65.762] (II) modeset(0): glamor initialized
[    65.762] (==) modeset(0): VariableRefresh: disabled
[    65.762] (==) modeset(0): AsyncFlipSecondaries: disabled
[    65.765] (II) modeset(0): Output eDP-1 has no monitor section
[    65.765] (II) modeset(0): Output HDMI-1 has no monitor section
[    65.766] (II) modeset(0): Output DP-1 has no monitor section
[    65.767] (II) modeset(0): Output DP-2 has no monitor section
[    65.769] (II) modeset(0): Output DP-3 has no monitor section
[    65.772] (II) modeset(0): Output DP-4 has no monitor section
[    65.776] (II) modeset(0): EDID for output eDP-1
[    65.776] (II) modeset(0): Manufacturer: CSO  Model: 160b  Serial#: 0
[    65.776] (II) modeset(0): Year: 2021  Week: 0
[    65.776] (II) modeset(0): EDID Version: 1.4
[    65.776] (II) modeset(0): Digital Display Input
[    65.776] (II) modeset(0): 10 bits per channel
[    65.776] (II) modeset(0): Digital interface is DisplayPort
[    65.776] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 22
[    65.776] (II) modeset(0): Gamma: 2.20
[    65.776] (II) modeset(0): No DPMS capabilities specified
[    65.776] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    65.776] (II) modeset(0): First detailed timing is preferred mode
[    65.776] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    65.776] (II) modeset(0): Display is continuous-frequency
[    65.776] (II) modeset(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[    65.776] (II) modeset(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[    65.776] (II) modeset(0): Manufacturer's mask: 0
[    65.776] (II) modeset(0): Supported detailed timing:
[    65.776] (II) modeset(0): clock: 282.7 MHz   Image Size:  345 x 215 mm
[    65.776] (II) modeset(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[    65.776] (II) modeset(0): v_active: 1600  v_sync: 1603  v_sync_end 1609 v_blanking: 1732 v_border: 0
[    65.776] (II) modeset(0): Ranges: V min: 60 V max: 165 Hz, H min: 286 H max: 286 kHz, PixClock max 785 MHz
[    65.776] (II) modeset(0):  CSOT T3
[    65.776] (II) modeset(0):  MNG007DA1-9
[    65.776] (II) modeset(0): Number of EDID sections to follow: 2
[    65.776] (II) modeset(0): EDID (in hex):
[    65.776] (II) modeset(0): 	00ffffffffffff000e6f0b1600000000
[    65.776] (II) modeset(0): 	001f0104b522167803ee95a3544c9926
[    65.776] (II) modeset(0): 	0f505400000001010101010101010101
[    65.776] (II) modeset(0): 	0101010101016e6e00a0a04084603020
[    65.776] (II) modeset(0): 	360059d710000018000000fd0c3ca51f
[    65.776] (II) modeset(0): 	1f4e010a202020202020000000fe0043
[    65.776] (II) modeset(0): 	534f542054330a2020202020000000fe
[    65.776] (II) modeset(0): 	004d4e473030374441312d390a2002ee
[    65.776] (II) modeset(0): 	02031d00e3058000e60605016a6a246d
[    65.776] (II) modeset(0): 	1a000002033ca500046a246a24000000
[    65.776] (II) modeset(0): 	00000000000000000000000000000000
[    65.776] (II) modeset(0): 	00000000000000000000000000000000
[    65.776] (II) modeset(0): 	00000000000000000000000000000000
[    65.776] (II) modeset(0): 	00000000000000000000000000000000
[    65.776] (II) modeset(0): 	00000000000000000000000000000000
[    65.776] (II) modeset(0): 	000000000000000000000000000000ff
[    65.776] (II) modeset(0): 	7013790000030114ac2f0185ff099f00
[    65.776] (II) modeset(0): 	2f001f003f0683000200050000000000
[    65.776] (II) modeset(0): 	00000000000000000000000000000000
[    65.776] (II) modeset(0): 	00000000000000000000000000000000
[    65.776] (II) modeset(0): 	00000000000000000000000000000000
[    65.776] (II) modeset(0): 	00000000000000000000000000000000
[    65.776] (II) modeset(0): 	00000000000000000000000000000000
[    65.776] (II) modeset(0): 	00000000000000000000000000003790
[    65.777] (II) modeset(0): Printing probed modes for output eDP-1
[    65.777] (II) modeset(0): Modeline "2560x1600"x165.0  777.41  2560 2608 2640 2720  1600 1603 1609 1732 -hsync -vsync (285.8 kHz eP)
[    65.777] (II) modeset(0): Modeline "2560x1600"x60.0  282.70  2560 2608 2640 2720  1600 1603 1609 1732 -hsync -vsync (103.9 kHz eP)
[    65.777] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2760 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[    65.777] (II) modeset(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[    65.777] (II) modeset(0): Modeline "2560x1440"x60.0  638.25  2560 2780 3064 3568  1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[    65.777] (II) modeset(0): Modeline "2560x1440"x60.0  469.12  2560 2584 2600 2640  1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[    65.777] (II) modeset(0): Modeline "2560x1440"x60.0  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[    65.777] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[    65.777] (II) modeset(0): Modeline "2048x1536"x85.0  388.04  2048 2216 2440 2832  1536 1537 1540 1612 -hsync +vsync (137.0 kHz d)
[    65.777] (II) modeset(0): Modeline "2048x1536"x75.0  340.48  2048 2216 2440 2832  1536 1537 1540 1603 -hsync +vsync (120.2 kHz d)
[    65.777] (II) modeset(0): Modeline "2048x1536"x60.0  266.95  2048 2200 2424 2800  1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[    65.777] (II) modeset(0): Modeline "1920x1440"x85.0  341.35  1920 2072 2288 2656  1440 1441 1444 1512 -hsync +vsync (128.5 kHz d)
[    65.777] (II) modeset(0): Modeline "1920x1440"x75.0  297.00  1920 2064 2288 2640  1440 1441 1444 1500 -hsync +vsync (112.5 kHz d)
[    65.777] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[    65.777] (II) modeset(0): Modeline "1856x1392"x75.0  288.00  1856 1984 2208 2560  1392 1393 1396 1500 -hsync +vsync (112.5 kHz d)
[    65.777] (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[    65.777] (II) modeset(0): Modeline "1792x1344"x75.0  261.00  1792 1888 2104 2456  1344 1345 1348 1417 -hsync +vsync (106.3 kHz d)
[    65.777] (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[    65.777] (II) modeset(0): Modeline "2048x1152"x60.0  406.50  2048 2220 2444 2840  1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[    65.777] (II) modeset(0): Modeline "2048x1152"x60.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[    65.777] (II) modeset(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[    65.777] (II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[    65.777] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[    65.777] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[    65.777] (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    65.777] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    65.777] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    65.777] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    65.777] (II) modeset(0): Modeline "1600x1200"x85.0  229.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (106.2 kHz d)
[    65.777] (II) modeset(0): Modeline "1600x1200"x75.0  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)
[    65.777] (II) modeset(0): Modeline "1600x1200"x70.0  189.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)
[    65.777] (II) modeset(0): Modeline "1600x1200"x65.0  175.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[    65.777] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[    65.777] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    65.777] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    65.777] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[    65.777] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    65.777] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    65.777] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    65.777] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    65.777] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    65.777] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[    65.777] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[    65.777] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    65.777] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    65.777] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    65.777] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[    65.777] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    65.777] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    65.777] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    65.777] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    65.777] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    65.777] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    65.777] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    65.777] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    65.777] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    65.777] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[    65.777] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    65.777] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    65.777] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    65.777] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    65.777] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[    65.777] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[    65.777] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    65.777] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[    65.777] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[    65.777] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[    65.777] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    65.777] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[    65.777] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[    65.777] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[    65.777] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    65.777] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[    65.777] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    65.777] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[    65.777] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    65.777] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    65.777] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    65.777] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    65.777] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    65.777] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    65.777] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    65.777] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[    65.777] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    65.777] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    65.777] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    65.777] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    65.777] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[    65.777] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[    65.777] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[    65.777] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[    65.777] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    65.777] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[    65.777] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[    65.777] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[    65.777] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    65.777] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    65.777] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    65.777] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    65.777] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    65.777] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    65.777] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[    65.777] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    65.777] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    65.777] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    65.777] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[    65.777] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[    65.777] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    65.777] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    65.777] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    65.777] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[    65.777] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    65.777] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[    65.777] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[    65.777] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[    65.777] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    65.777] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    65.777] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    65.777] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[    65.777] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    65.778] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    65.778] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    65.778] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    65.778] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[    65.778] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[    65.778] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    65.778] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    65.778] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    65.778] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    65.778] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[    65.778] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[    65.778] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[    65.778] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[    65.778] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    65.778] (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)
[    65.778] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    65.778] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    65.778] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[    65.778] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    65.778] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    65.778] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[    65.778] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[    65.778] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[    65.778] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    65.778] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    65.778] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    65.778] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    65.778] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[    65.778] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[    65.778] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[    65.778] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    65.778] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    65.778] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    65.778] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[    65.778] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[    65.778] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    65.778] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    65.778] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[    65.778] (II) modeset(0): EDID for output HDMI-1
[    65.778] (II) modeset(0): EDID for output DP-1
[    65.778] (II) modeset(0): EDID for output DP-2
[    65.778] (II) modeset(0): EDID for output DP-3
[    65.778] (II) modeset(0): EDID for output DP-4
[    65.778] (II) modeset(0): Output eDP-1 connected
[    65.778] (II) modeset(0): Output HDMI-1 disconnected
[    65.778] (II) modeset(0): Output DP-1 disconnected
[    65.778] (II) modeset(0): Output DP-2 disconnected
[    65.778] (II) modeset(0): Output DP-3 disconnected
[    65.778] (II) modeset(0): Output DP-4 disconnected
[    65.778] (II) modeset(0): Using exact sizes for initial modes
[    65.778] (II) modeset(0): Output eDP-1 using initial mode 2560x1600 +0+0
[    65.778] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    65.778] (==) modeset(0): DPI set to (96, 96)
[    65.778] (II) Loading sub module "fb"
[    65.778] (II) LoadModule: "fb"
[    65.778] (II) Module "fb" already built-in
[    65.778] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    65.778] (==) NVIDIA(G0): RGB weight 888
[    65.778] (==) NVIDIA(G0): Default visual is TrueColor
[    65.778] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    65.778] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    65.778] (**) NVIDIA(G0): Option "ConnectToAcpid" "0"
[    65.778] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    65.778] (**) NVIDIA(G0): Enabling 2D acceleration
[    65.778] (II) Loading sub module "glxserver_nvidia"
[    65.778] (II) LoadModule: "glxserver_nvidia"
[    65.778] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    65.984] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    65.984] 	compiled for 1.6.99.901, module version = 1.0.0
[    65.984] 	Module class: X.Org Server Extension
[    65.984] (II) NVIDIA GLX Module  530.41.03  Thu Mar 16 19:27:05 UTC 2023
[    65.988] (II) NVIDIA: The X server supports PRIME Render Offload.
[    66.010] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    66.010] (--) NVIDIA(0):     DFP-0
[    66.010] (--) NVIDIA(0):     DFP-1
[    66.010] (--) NVIDIA(0):     DFP-2
[    66.010] (--) NVIDIA(0):     DFP-3
[    66.010] (--) NVIDIA(0):     DFP-4
[    66.011] (II) NVIDIA(G0): NVIDIA GPU NVIDIA RTX A2000 8GB Laptop GPU (GA107GL-A) at
[    66.011] (II) NVIDIA(G0):     PCI:1:0:0 (GPU-0)
[    66.011] (--) NVIDIA(G0): Memory: 8388608 kBytes
[    66.011] (--) NVIDIA(G0): VideoBIOS: 94.07.64.00.66
[    66.011] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[    66.011] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    66.011] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[    66.011] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[    66.011] (--) NVIDIA(GPU-0): 
[    66.011] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    66.011] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    66.011] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    66.011] (--) NVIDIA(GPU-0): 
[    66.011] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    66.011] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    66.011] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[    66.011] (--) NVIDIA(GPU-0): 
[    66.011] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    66.011] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    66.011] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    66.011] (--) NVIDIA(GPU-0): 
[    66.011] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    66.011] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    66.011] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    66.011] (--) NVIDIA(GPU-0): 
[    66.014] (II) NVIDIA(G0): Validated MetaModes:
[    66.014] (II) NVIDIA(G0):     "NULL"
[    66.014] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[    66.014] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[    66.014] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[    66.165] (==) modeset(0): Backing store enabled
[    66.165] (==) modeset(0): Silken mouse enabled
[    66.195] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    66.195] (==) modeset(0): DPMS enabled
[    66.195] (WW) modeset(0): Option "DRI" is not used
[    66.195] (II) modeset(0): [DRI2] Setup complete
[    66.195] (II) modeset(0): [DRI2]   DRI driver: iris
[    66.195] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    66.196] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    66.196] (II) NVIDIA:     access.
[    66.222] (II) NVIDIA(G0): Setting mode "NULL"
[    66.235] (==) NVIDIA(G0): Disabling shared memory pixmaps
[    66.235] (==) NVIDIA(G0): Backing store enabled
[    66.235] (==) NVIDIA(G0): Silken mouse enabled
[    66.235] (==) NVIDIA(G0): DPMS enabled
[    66.237] (WW) NVIDIA(G0): Option "PrimaryGPU" is not used
[    66.237] (II) Loading sub module "dri2"
[    66.237] (II) LoadModule: "dri2"
[    66.237] (II) Module "dri2" already built-in
[    66.237] (II) NVIDIA(G0): [DRI2] Setup complete
[    66.237] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[    66.237] (II) Initializing extension Generic Event Extension
[    66.237] (II) Initializing extension SHAPE
[    66.237] (II) Initializing extension MIT-SHM
[    66.237] (II) Initializing extension XInputExtension
[    66.237] (II) Initializing extension XTEST
[    66.237] (II) Initializing extension BIG-REQUESTS
[    66.237] (II) Initializing extension SYNC
[    66.237] (II) Initializing extension XKEYBOARD
[    66.237] (II) Initializing extension XC-MISC
[    66.237] (II) Initializing extension SECURITY
[    66.237] (II) Initializing extension XFIXES
[    66.237] (II) Initializing extension RENDER
[    66.237] (II) Initializing extension RANDR
[    66.238] (II) Initializing extension COMPOSITE
[    66.238] (II) Initializing extension DAMAGE
[    66.238] (II) Initializing extension MIT-SCREEN-SAVER
[    66.238] (II) Initializing extension DOUBLE-BUFFER
[    66.238] (II) Initializing extension RECORD
[    66.238] (II) Initializing extension DPMS
[    66.238] (II) Initializing extension Present
[    66.238] (II) Initializing extension DRI3
[    66.238] (II) Initializing extension X-Resource
[    66.238] (II) Initializing extension XVideo
[    66.238] (II) Initializing extension XVideo-MotionCompensation
[    66.238] (II) Initializing extension GLX
[    66.238] (II) Initializing extension GLX
[    66.238] (II) Indirect GLX disabled.
[    66.243] (II) AIGLX: Loaded and initialized iris
[    66.243] (II) GLX: Initialized DRI2 GL provider for screen 0
[    66.243] (II) Initializing extension XFree86-VidModeExtension
[    66.243] (II) Initializing extension XFree86-DGA
[    66.243] (II) Initializing extension XFree86-DRI
[    66.243] (II) Initializing extension DRI2
[    66.243] (II) Initializing extension NV-GLX
[    66.243] (II) Initializing extension NV-CONTROL
[    66.244] (II) modeset(0): Damage tracking initialized
[    66.244] (II) modeset(0): Setting screen physical size to 677 x 423
[    66.350] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    66.350] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    66.350] (II) LoadModule: "libinput"
[    66.350] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    66.360] (II) Module libinput: vendor="X.Org Foundation"
[    66.360] 	compiled for 1.21.1.8, module version = 1.3.0
[    66.360] 	Module class: X.Org XInput Driver
[    66.360] 	ABI class: X.Org XInput driver, version 24.4
[    66.360] (II) Using input driver 'libinput' for 'Power Button'
[    66.360] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 47 paused 0
[    66.361] (**) Power Button: always reports core events
[    66.361] (**) Option "Device" "/dev/input/event2"
[    66.370] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    66.370] (II) event2  - Power Button: device is a keyboard
[    66.370] (II) event2  - Power Button: device removed
[    66.370] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    66.370] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    66.371] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    66.371] (II) event2  - Power Button: device is a keyboard
[    66.371] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
[    66.371] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    66.371] (II) Using input driver 'libinput' for 'Video Bus'
[    66.372] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 50 paused 0
[    66.372] (**) Video Bus: always reports core events
[    66.372] (**) Option "Device" "/dev/input/event14"
[    66.373] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[    66.373] (II) event14 - Video Bus: device is a keyboard
[    66.373] (II) event14 - Video Bus: device removed
[    66.373] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input19/event14"
[    66.373] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    66.374] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[    66.374] (II) event14 - Video Bus: device is a keyboard
[    66.375] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
[    66.375] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    66.375] (II) Using input driver 'libinput' for 'Video Bus'
[    66.376] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 51 paused 0
[    66.376] (**) Video Bus: always reports core events
[    66.376] (**) Option "Device" "/dev/input/event13"
[    66.377] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[    66.377] (II) event13 - Video Bus: device is a keyboard
[    66.377] (II) event13 - Video Bus: device removed
[    66.377] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:04/LNXVIDEO:00/input/input18/event13"
[    66.377] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    66.378] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[    66.378] (II) event13 - Video Bus: device is a keyboard
[    66.378] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    66.378] (II) No input driver specified, ignoring this device.
[    66.378] (II) This device may have been added with another device file.
[    66.379] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    66.379] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    66.379] (II) Using input driver 'libinput' for 'Sleep Button'
[    66.379] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 52 paused 0
[    66.379] (**) Sleep Button: always reports core events
[    66.379] (**) Option "Device" "/dev/input/event0"
[    66.380] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    66.380] (II) event0  - Sleep Button: device is a keyboard
[    66.380] (II) event0  - Sleep Button: device removed
[    66.380] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    66.380] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    66.380] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    66.380] (II) event0  - Sleep Button: device is a keyboard
[    66.381] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event7)
[    66.381] (II) No input driver specified, ignoring this device.
[    66.381] (II) This device may have been added with another device file.
[    66.381] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event8)
[    66.381] (II) No input driver specified, ignoring this device.
[    66.381] (II) This device may have been added with another device file.
[    66.381] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event9)
[    66.381] (II) No input driver specified, ignoring this device.
[    66.381] (II) This device may have been added with another device file.
[    66.381] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event10)
[    66.381] (II) No input driver specified, ignoring this device.
[    66.381] (II) This device may have been added with another device file.
[    66.382] (II) config/udev: Adding input device ELAN0686:00 04F3:320D Mouse (/dev/input/event4)
[    66.382] (**) ELAN0686:00 04F3:320D Mouse: Applying InputClass "libinput pointer catchall"
[    66.382] (II) Using input driver 'libinput' for 'ELAN0686:00 04F3:320D Mouse'
[    66.382] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 53 paused 0
[    66.382] (**) ELAN0686:00 04F3:320D Mouse: always reports core events
[    66.382] (**) Option "Device" "/dev/input/event4"
[    66.383] (II) event4  - ELAN0686:00 04F3:320D Mouse: is tagged by udev as: Mouse Pointingstick
[    66.383] (II) event4  - ELAN0686:00 04F3:320D Mouse: device is a pointer
[    66.383] (II) event4  - ELAN0686:00 04F3:320D Mouse: device removed
[    66.383] (II) libinput: ELAN0686:00 04F3:320D Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    66.383] (II) libinput: ELAN0686:00 04F3:320D Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    66.383] (II) libinput: ELAN0686:00 04F3:320D Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    66.383] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0686:00/0018:04F3:320D.0001/input/input11/event4"
[    66.383] (II) XINPUT: Adding extended input device "ELAN0686:00 04F3:320D Mouse" (type: MOUSE, id 10)
[    66.383] (**) Option "AccelerationScheme" "none"
[    66.383] (**) ELAN0686:00 04F3:320D Mouse: (accel) selected scheme none/0
[    66.383] (**) ELAN0686:00 04F3:320D Mouse: (accel) acceleration factor: 2.000
[    66.383] (**) ELAN0686:00 04F3:320D Mouse: (accel) acceleration threshold: 4
[    66.384] (II) event4  - ELAN0686:00 04F3:320D Mouse: is tagged by udev as: Mouse Pointingstick
[    66.384] (II) event4  - ELAN0686:00 04F3:320D Mouse: device is a pointer
[    66.384] (II) config/udev: Adding input device ELAN0686:00 04F3:320D Mouse (/dev/input/mouse0)
[    66.384] (II) No input driver specified, ignoring this device.
[    66.384] (II) This device may have been added with another device file.
[    66.385] (II) config/udev: Adding input device ELAN0686:00 04F3:320D Touchpad (/dev/input/event5)
[    66.385] (**) ELAN0686:00 04F3:320D Touchpad: Applying InputClass "libinput touchpad catchall"
[    66.385] (II) Using input driver 'libinput' for 'ELAN0686:00 04F3:320D Touchpad'
[    66.385] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 54 paused 0
[    66.385] (**) ELAN0686:00 04F3:320D Touchpad: always reports core events
[    66.385] (**) Option "Device" "/dev/input/event5"
[    66.385] (II) event5  - ELAN0686:00 04F3:320D Touchpad: is tagged by udev as: Touchpad
[    66.386] (II) event5  - ELAN0686:00 04F3:320D Touchpad: device is a touchpad
[    66.386] (II) event5  - ELAN0686:00 04F3:320D Touchpad: device removed
[    66.386] (II) libinput: ELAN0686:00 04F3:320D Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    66.386] (II) libinput: ELAN0686:00 04F3:320D Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    66.386] (II) libinput: ELAN0686:00 04F3:320D Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    66.386] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0686:00/0018:04F3:320D.0001/input/input13/event5"
[    66.386] (II) XINPUT: Adding extended input device "ELAN0686:00 04F3:320D Touchpad" (type: TOUCHPAD, id 11)
[    66.387] (**) Option "AccelerationScheme" "none"
[    66.387] (**) ELAN0686:00 04F3:320D Touchpad: (accel) selected scheme none/0
[    66.387] (**) ELAN0686:00 04F3:320D Touchpad: (accel) acceleration factor: 2.000
[    66.387] (**) ELAN0686:00 04F3:320D Touchpad: (accel) acceleration threshold: 4
[    66.387] (II) event5  - ELAN0686:00 04F3:320D Touchpad: is tagged by udev as: Touchpad
[    66.388] (II) event5  - ELAN0686:00 04F3:320D Touchpad: device is a touchpad
[    66.388] (II) config/udev: Adding input device ELAN0686:00 04F3:320D Touchpad (/dev/input/mouse1)
[    66.388] (II) No input driver specified, ignoring this device.
[    66.388] (II) This device may have been added with another device file.
[    66.388] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event15)
[    66.388] (II) No input driver specified, ignoring this device.
[    66.388] (II) This device may have been added with another device file.
[    66.389] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event16)
[    66.389] (II) No input driver specified, ignoring this device.
[    66.389] (II) This device may have been added with another device file.
[    66.389] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event17)
[    66.389] (II) No input driver specified, ignoring this device.
[    66.389] (II) This device may have been added with another device file.
[    66.389] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event18)
[    66.389] (II) No input driver specified, ignoring this device.
[    66.389] (II) This device may have been added with another device file.
[    66.389] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event19)
[    66.389] (II) No input driver specified, ignoring this device.
[    66.389] (II) This device may have been added with another device file.
[    66.389] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    66.389] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    66.389] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    66.390] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 55 paused 0
[    66.390] (**) AT Translated Set 2 keyboard: always reports core events
[    66.390] (**) Option "Device" "/dev/input/event3"
[    66.390] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    66.390] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    66.390] (II) event3  - AT Translated Set 2 keyboard: device removed
[    66.390] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    66.390] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    66.391] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    66.391] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    66.391] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event12)
[    66.391] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[    66.391] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[    66.392] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 56 paused 0
[    66.392] (**) TPPS/2 Elan TrackPoint: always reports core events
[    66.392] (**) Option "Device" "/dev/input/event12"
[    66.392] (II) event12 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[    66.392] (II) event12 - TPPS/2 Elan TrackPoint: device is a pointer
[    66.393] (II) event12 - TPPS/2 Elan TrackPoint: device removed
[    66.393] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[    66.393] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[    66.393] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[    66.393] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event12"
[    66.393] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 13)
[    66.393] (**) Option "AccelerationScheme" "none"
[    66.393] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[    66.393] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[    66.393] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[    66.393] (II) event12 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[    66.393] (II) event12 - TPPS/2 Elan TrackPoint: device is a pointer
[    66.393] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse2)
[    66.393] (II) No input driver specified, ignoring this device.
[    66.393] (II) This device may have been added with another device file.
[    66.394] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    66.394] (II) No input driver specified, ignoring this device.
[    66.394] (II) This device may have been added with another device file.
[    66.394] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event11)
[    66.394] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[    66.394] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[    66.395] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 57 paused 0
[    66.395] (**) ThinkPad Extra Buttons: always reports core events
[    66.395] (**) Option "Device" "/dev/input/event11"
[    66.395] (II) event11 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    66.395] (II) event11 - ThinkPad Extra Buttons: device is a keyboard
[    66.395] (II) event11 - ThinkPad Extra Buttons: device removed
[    66.395] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input10/event11"
[    66.395] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
[    66.396] (II) event11 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    66.396] (II) event11 - ThinkPad Extra Buttons: device is a keyboard
[    67.543] (II) modeset(0): EDID vendor "CSO", prod id 5643
[    67.543] (II) modeset(0): Using EDID range info for horizontal sync
[    67.543] (II) modeset(0): Using EDID range info for vertical refresh
[    67.543] (II) modeset(0): Printing DDC gathered Modelines:
[    67.543] (II) modeset(0): Modeline "2560x1600"x0.0  282.70  2560 2608 2640 2720  1600 1603 1609 1732 -hsync -vsync (103.9 kHz eP)
[    67.555] (II) modeset(0): EDID vendor "CSO", prod id 5643
[    67.555] (II) modeset(0): Using hsync ranges from config file
[    67.555] (II) modeset(0): Using vrefresh ranges from config file
[    67.555] (II) modeset(0): Printing DDC gathered Modelines:
[    67.555] (II) modeset(0): Modeline "2560x1600"x0.0  282.70  2560 2608 2640 2720  1600 1603 1609 1732 -hsync -vsync (103.9 kHz eP)
[    67.555] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    67.555] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[    67.555] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[    67.555] (--) NVIDIA(GPU-0): 
[    67.556] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    67.556] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    67.556] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    67.556] (--) NVIDIA(GPU-0): 
[    67.556] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    67.556] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    67.556] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[    67.556] (--) NVIDIA(GPU-0): 
[    67.556] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    67.556] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    67.556] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    67.556] (--) NVIDIA(GPU-0): 
[    67.556] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    67.556] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    67.556] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    67.556] (--) NVIDIA(GPU-0): 
[    67.833] (II) modeset(0): Allocate new frame buffer 2048x1280 stride
[  1072.320] (II) modeset(0): EDID vendor "CSO", prod id 5643
[  1072.320] (II) modeset(0): Using hsync ranges from config file
[  1072.320] (II) modeset(0): Using vrefresh ranges from config file
[  1072.320] (II) modeset(0): Printing DDC gathered Modelines:
[  1072.320] (II) modeset(0): Modeline "2560x1600"x0.0  282.70  2560 2608 2640 2720  1600 1603 1609 1732 -hsync -vsync (103.9 kHz eP)
[  1072.333] (II) modeset(0): EDID vendor "CSO", prod id 5643
[  1072.333] (II) modeset(0): Using hsync ranges from config file
[  1072.333] (II) modeset(0): Using vrefresh ranges from config file
[  1072.333] (II) modeset(0): Printing DDC gathered Modelines:
[  1072.333] (II) modeset(0): Modeline "2560x1600"x0.0  282.70  2560 2608 2640 2720  1600 1603 1609 1732 -hsync -vsync (103.9 kHz eP)
[  1072.333] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1072.333] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1072.333] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1072.333] (--) NVIDIA(GPU-0): 
[  1074.070] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1074.070] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1074.070] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1074.070] (--) NVIDIA(GPU-0): 
[  1074.070] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1074.070] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1074.070] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1074.070] (--) NVIDIA(GPU-0): 
[  1074.071] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1074.071] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1074.071] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1074.071] (--) NVIDIA(GPU-0): 
[  1074.076] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  1074.076] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  1074.076] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  1074.076] (--) NVIDIA(GPU-0): 
[  1111.467] (**) Option "fd" "47"
[  1111.468] (II) event2  - Power Button: device removed
[  1111.468] (**) Option "fd" "50"
[  1111.468] (II) event14 - Video Bus: device removed
[  1111.468] (**) Option "fd" "51"
[  1111.468] (II) event13 - Video Bus: device removed
[  1111.468] (**) Option "fd" "52"
[  1111.468] (II) event0  - Sleep Button: device removed
[  1111.468] (**) Option "fd" "53"
[  1111.468] (II) event4  - ELAN0686:00 04F3:320D Mouse: device removed
[  1111.469] (**) Option "fd" "54"
[  1111.469] (II) event5  - ELAN0686:00 04F3:320D Touchpad: device removed
[  1111.469] (**) Option "fd" "55"
[  1111.469] (II) event3  - AT Translated Set 2 keyboard: device removed
[  1111.469] (**) Option "fd" "56"
[  1111.469] (II) event12 - TPPS/2 Elan TrackPoint: device removed
[  1111.470] (**) Option "fd" "57"
[  1111.470] (II) event11 - ThinkPad Extra Buttons: device removed
[  1111.470] (II) AIGLX: Suspending AIGLX clients for VT switch
[  1113.259] (II) systemd-logind: got pause for 13:69
[  1113.259] (II) systemd-logind: got pause for 13:67
[  1113.259] (II) systemd-logind: got pause for 13:75
[  1113.259] (II) systemd-logind: got pause for 13:77
[  1113.259] (II) systemd-logind: got pause for 13:78
[  1113.259] (II) systemd-logind: got pause for 13:68
[  1113.259] (II) systemd-logind: got pause for 13:64
[  1113.259] (II) systemd-logind: got pause for 13:66
[  1113.259] (II) systemd-logind: got pause for 13:76
[  1116.067] (II) systemd-logind: got resume for 13:69
[  1116.084] (II) systemd-logind: got resume for 13:67
[  1116.101] (II) systemd-logind: got resume for 13:75
[  1116.101] (II) systemd-logind: got resume for 226:0
[  1116.101] (II) AIGLX: Resuming AIGLX clients after VT switch
[  1116.121] (II) modeset(0): EDID vendor "CSO", prod id 5643
[  1116.121] (II) modeset(0): Using hsync ranges from config file
[  1116.121] (II) modeset(0): Using vrefresh ranges from config file
[  1116.121] (II) modeset(0): Printing DDC gathered Modelines:
[  1116.121] (II) modeset(0): Modeline "2560x1600"x0.0  282.70  2560 2608 2640 2720  1600 1603 1609 1732 -hsync -vsync (103.9 kHz eP)
[  1116.164] (II) modeset(0): EDID vendor "CSO", prod id 5643
[  1116.164] (II) modeset(0): Using hsync ranges from config file
[  1116.164] (II) modeset(0): Using vrefresh ranges from config file
[  1116.164] (II) modeset(0): Printing DDC gathered Modelines:
[  1116.164] (II) modeset(0): Modeline "2560x1600"x0.0  282.70  2560 2608 2640 2720  1600 1603 1609 1732 -hsync -vsync (103.9 kHz eP)
[  1116.170] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1116.170] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1116.170] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1116.170] (--) NVIDIA(GPU-0): 
[  1116.171] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1116.171] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1116.171] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1116.171] (--) NVIDIA(GPU-0): 
[  1116.171] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1116.171] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1116.171] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1116.171] (--) NVIDIA(GPU-0): 
[  1116.171] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1116.171] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1116.171] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1116.171] (--) NVIDIA(GPU-0): 
[  1116.171] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  1116.171] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  1116.171] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  1116.171] (--) NVIDIA(GPU-0): 
[  1116.185] (II) NVIDIA(G0): Setting mode "NULL"
[  1116.207] (II) event5  - ELAN0686:00 04F3:320D Touchpad: is tagged by udev as: Touchpad
[  1116.208] (II) event5  - ELAN0686:00 04F3:320D Touchpad: device is a touchpad
[  1116.208] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1116.208] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[  1116.209] (II) event11 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[  1116.209] (II) event11 - ThinkPad Extra Buttons: device is a keyboard
[  1116.210] (II) systemd-logind: got resume for 13:77
[  1116.210] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[  1116.210] (II) event13 - Video Bus: device is a keyboard
[  1116.210] (II) systemd-logind: got resume for 13:78
[  1116.211] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[  1116.211] (II) event14 - Video Bus: device is a keyboard
[  1116.211] (II) systemd-logind: got resume for 13:68
[  1116.211] (II) event4  - ELAN0686:00 04F3:320D Mouse: is tagged by udev as: Mouse Pointingstick
[  1116.211] (II) event4  - ELAN0686:00 04F3:320D Mouse: device is a pointer
[  1116.212] (II) systemd-logind: got resume for 13:64
[  1116.212] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  1116.212] (II) event0  - Sleep Button: device is a keyboard
[  1116.212] (II) systemd-logind: got resume for 13:66
[  1116.212] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1116.212] (II) event2  - Power Button: device is a keyboard
[  1116.240] (II) systemd-logind: got resume for 13:76
[  1116.241] (II) event12 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[  1116.241] (II) event12 - TPPS/2 Elan TrackPoint: device is a pointer
[  1118.694] (**) Option "fd" "56"
[  1118.694] (II) event2  - Power Button: device removed
[  1118.695] (**) Option "fd" "50"
[  1118.695] (II) event14 - Video Bus: device removed
[  1118.695] (**) Option "fd" "81"
[  1118.695] (II) event13 - Video Bus: device removed
[  1118.695] (**) Option "fd" "55"
[  1118.695] (II) event0  - Sleep Button: device removed
[  1118.696] (**) Option "fd" "54"
[  1118.696] (II) event4  - ELAN0686:00 04F3:320D Mouse: device removed
[  1118.696] (**) Option "fd" "36"
[  1118.696] (II) event5  - ELAN0686:00 04F3:320D Touchpad: device removed
[  1118.697] (**) Option "fd" "47"
[  1118.697] (II) event3  - AT Translated Set 2 keyboard: device removed
[  1118.698] (**) Option "fd" "83"
[  1118.698] (II) event12 - TPPS/2 Elan TrackPoint: device removed
[  1118.698] (**) Option "fd" "51"
[  1118.698] (II) event11 - ThinkPad Extra Buttons: device removed
[  1118.698] (II) AIGLX: Suspending AIGLX clients for VT switch
[  1118.754] (II) systemd-logind: got pause for 13:69
[  1118.754] (II) systemd-logind: got pause for 13:67
[  1118.754] (II) systemd-logind: got pause for 13:75
[  1118.754] (II) systemd-logind: got pause for 13:77
[  1118.754] (II) systemd-logind: got pause for 13:78
[  1118.754] (II) systemd-logind: got pause for 13:68
[  1118.754] (II) systemd-logind: got pause for 13:64
[  1118.754] (II) systemd-logind: got pause for 13:66
[  1118.754] (II) systemd-logind: got pause for 13:76
[  1453.634] (II) systemd-logind: got resume for 13:69
[  1453.650] (II) systemd-logind: got resume for 13:67
[  1453.667] (II) systemd-logind: got resume for 13:75
[  1453.667] (II) systemd-logind: got resume for 226:0
[  1453.667] (II) AIGLX: Resuming AIGLX clients after VT switch
[  1453.686] (II) modeset(0): EDID vendor "CSO", prod id 5643
[  1453.686] (II) modeset(0): Using hsync ranges from config file
[  1453.686] (II) modeset(0): Using vrefresh ranges from config file
[  1453.686] (II) modeset(0): Printing DDC gathered Modelines:
[  1453.686] (II) modeset(0): Modeline "2560x1600"x0.0  282.70  2560 2608 2640 2720  1600 1603 1609 1732 -hsync -vsync (103.9 kHz eP)
[  1453.729] (II) modeset(0): EDID vendor "CSO", prod id 5643
[  1453.729] (II) modeset(0): Using hsync ranges from config file
[  1453.729] (II) modeset(0): Using vrefresh ranges from config file
[  1453.729] (II) modeset(0): Printing DDC gathered Modelines:
[  1453.729] (II) modeset(0): Modeline "2560x1600"x0.0  282.70  2560 2608 2640 2720  1600 1603 1609 1732 -hsync -vsync (103.9 kHz eP)
[  1455.466] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1455.466] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1455.466] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1455.466] (--) NVIDIA(GPU-0): 
[  1455.467] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1455.467] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1455.467] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1455.467] (--) NVIDIA(GPU-0): 
[  1455.467] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1455.467] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1455.467] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1455.467] (--) NVIDIA(GPU-0): 
[  1455.467] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1455.467] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1455.467] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1455.467] (--) NVIDIA(GPU-0): 
[  1455.472] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  1455.472] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  1455.472] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  1455.472] (--) NVIDIA(GPU-0): 
[  1455.557] (II) NVIDIA(G0): Setting mode "NULL"
[  1455.592] (II) event5  - ELAN0686:00 04F3:320D Touchpad: is tagged by udev as: Touchpad
[  1455.592] (II) event5  - ELAN0686:00 04F3:320D Touchpad: device is a touchpad
[  1455.593] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1455.593] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[  1455.593] (II) event11 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[  1455.593] (II) event11 - ThinkPad Extra Buttons: device is a keyboard
[  1455.594] (II) systemd-logind: got resume for 13:77
[  1455.595] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[  1455.595] (II) event13 - Video Bus: device is a keyboard
[  1455.595] (II) systemd-logind: got resume for 13:78
[  1455.595] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[  1455.595] (II) event14 - Video Bus: device is a keyboard
[  1455.595] (II) systemd-logind: got resume for 13:68
[  1455.596] (II) event4  - ELAN0686:00 04F3:320D Mouse: is tagged by udev as: Mouse Pointingstick
[  1455.596] (II) event4  - ELAN0686:00 04F3:320D Mouse: device is a pointer
[  1455.596] (II) systemd-logind: got resume for 13:64
[  1455.596] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  1455.596] (II) event0  - Sleep Button: device is a keyboard
[  1455.597] (II) systemd-logind: got resume for 13:66
[  1455.597] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1455.597] (II) event2  - Power Button: device is a keyboard
[  1455.597] (II) systemd-logind: got resume for 13:76
[  1455.597] (II) event12 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[  1455.597] (II) event12 - TPPS/2 Elan TrackPoint: device is a pointer
[  1885.439] (**) Option "fd" "50"
[  1885.439] (II) event5  - ELAN0686:00 04F3:320D Touchpad: device removed
[  1885.439] (**) Option "fd" "51"
[  1885.439] (II) event3  - AT Translated Set 2 keyboard: device removed
[  1885.439] (**) Option "fd" "53"
[  1885.439] (II) event11 - ThinkPad Extra Buttons: device removed
[  1885.439] (**) Option "fd" "85"
[  1885.439] (II) event13 - Video Bus: device removed
[  1885.439] (**) Option "fd" "52"
[  1885.439] (II) event14 - Video Bus: device removed
[  1885.439] (**) Option "fd" "56"
[  1885.439] (II) event4  - ELAN0686:00 04F3:320D Mouse: device removed
[  1885.439] (**) Option "fd" "57"
[  1885.439] (II) event0  - Sleep Button: device removed
[  1885.439] (**) Option "fd" "81"
[  1885.439] (II) event2  - Power Button: device removed
[  1885.440] (**) Option "fd" "83"
[  1885.440] (II) event12 - TPPS/2 Elan TrackPoint: device removed
[  1887.180] (II) UnloadModule: "libinput"
[  1887.180] (II) systemd-logind: releasing fd for 13:76
[  1887.216] (II) UnloadModule: "libinput"
[  1887.217] (II) systemd-logind: releasing fd for 13:66
[  1887.233] (II) UnloadModule: "libinput"
[  1887.233] (II) systemd-logind: releasing fd for 13:64
[  1887.250] (II) UnloadModule: "libinput"
[  1887.250] (II) systemd-logind: releasing fd for 13:68
[  1887.283] (II) UnloadModule: "libinput"
[  1887.283] (II) systemd-logind: releasing fd for 13:78
[  1887.316] (II) UnloadModule: "libinput"
[  1887.316] (II) systemd-logind: releasing fd for 13:77
[  1887.350] (II) UnloadModule: "libinput"
[  1887.350] (II) systemd-logind: releasing fd for 13:75
[  1887.366] (II) UnloadModule: "libinput"
[  1887.366] (II) systemd-logind: releasing fd for 13:67
[  1887.384] (II) UnloadModule: "libinput"
[  1887.384] (II) systemd-logind: releasing fd for 13:69
[  1887.473] (II) NVIDIA(GPU-0): Deleting GPU-0
[  1887.492] (II) Server terminated successfully (0). Closing log file.

Offline

#4 2023-06-15 19:52:04

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

Re: [SOLVED] Xorg: use integrated graphics, not Nvidia

You've an ampere chip on an alder lake CPU.
Remove all configs you generated, remove xf86-video-* (notably "-intel") and post an udpated xorg log.

cat /sys/class/drm/card*/device/power_state # card1 should be the nvidia one

https://wiki.archlinux.org/title/PRIME# … Management

Edit, there're no outputs on the nvidia chip, you're running on the thing that says "(0)" and not "(G0)"

Last edited by seth (2023-06-15 19:53:24)

Offline

#5 2023-06-15 21:47:35

moy0
Member
Registered: 2021-02-16
Posts: 23

Re: [SOLVED] Xorg: use integrated graphics, not Nvidia

Thanks, @seth, but I'm very confused.

First, to answer your questions:

  1. The second config and log above (with the modesetting driver) were with xf86-video-* removed. Do you still want to see a log with the config removed? Wasn't clear from your edit.

  2. Yeah, you're right: the Nvidia card is getting no power!

[moy@moyusb ~]$ cat /sys/class/drm/card*/device/power_state
D0
D3cold

So now my confusion:

  1. How come the Nvidia card is still getting no power even though Xorg is ignoring my "PrimaryGPU" option?

  2. I just started up a youtube video and a zoom video call simultaneously, and it's still on D3cold. I then started firefox with prime-run, ran a youtube video and a zoom video call, and the Nvidia ard switched to D0. As soon as I closed those Firefox windows it went back to D3cold. All that sounds great, of course, but can I be sure that it won't come on on its own? Is this something I can configure? I'm actually concerned about the Nvidia driver's stability even more than about power usage. That's why I don't want it doing anything unless I explicitly call it with prime-run.

Last edited by moy0 (2023-06-15 21:48:38)

Offline

#6 2023-06-16 03:26:41

moy0
Member
Registered: 2021-02-16
Posts: 23

Re: [SOLVED] Xorg: use integrated graphics, not Nvidia

Update: if I connect an external monitor then the power-state is D0 for both cards. That makes sense, as the the HDMI port on this laptop is wired to the Nvidia card. Which means I pretty much have to use the Nvidia card, correct? I was hoping to use only the Intel iGPU for daily use but it looks like that's not possible.

So a supplementary question: @Lone_Wolf and @seth, what's your subjective personal opinion of the stability of Nvidia drivers and cards on laptops these days? Right now I have a choice between this P1 Gen 5 with an A2000 vs. a P1 Gen 4 with no Nvidia card (just Intel iGPU). I'd prefer the Gen 5, of course, but I'm very nervous about Nvidia stability: I had severe problems with a laptop with an Nvidia card about 10 years ago.

Offline

#7 2023-06-16 06:10:59

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

Re: [SOLVED] Xorg: use integrated graphics, not Nvidia

How come the Nvidia card is still getting no power even though Xorg is ignoring my "PrimaryGPU" option?

Because that's the point and default behavior of an optimus/prime setup.

can I be sure that it won't come on on its own?

Do you believe in Gremlins, Poltergeists or Bugs?
It's not supposed to happen but you cannot be "sure" about that either.
You'd have to (logically or physically) remove the GPU for that.

I'm actually concerned about the Nvidia driver's stability even more than about power usage.

Despite its shenanigans around the kernel, the nvidai drivers and GL libraries are not exactly on the record to be the most unstable implementations ever. Or at all.

the HDMI port on this laptop is wired to the Nvidia card. Which means I pretty much have to use the Nvidia card, correct? I was hoping to use only the Intel iGPU for daily use but it looks like that's not possible.

You "have" to use it as CRTC if you want to attach an output there unless you can disable it in the UEFI and this way re-wire the outputs, yes.
Doesn't mean its rendering anything (but see below for a pot. caveat w/ the indirect output)

I had severe problems with a laptop with an Nvidia card about 10 years ago.

The downside of the nvidia driver is that eventually your GPU will fall out of support (but for an Ampere chip that's rather not gonna be next year…) and that you'll have to pay a bit attentions w/ its kernel integration. 99.998% (source: my ass) of users showing up here w/ nvidia issues have simply misconfigured the system.
Tearing / Prime Sync is a more common issue and you might want to look at https://wiki.archlinux.org/title/NVIDIA … er_suspend (though even w/o you mostly just get invalid textures and delays for the re-render)

Offline

#8 2023-06-17 02:31:33

moy0
Member
Registered: 2021-02-16
Posts: 23

Re: [SOLVED] Xorg: use integrated graphics, not Nvidia

Cool thanks for the very helpful responses guys

Offline

Board footer

Powered by FluxBB