You are not logged in.

#26 2025-08-15 14:38:34

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,062

Re: [SOLVED] nvidia-open-dkms keeps getting preempted by nouveau

Additionally…

seth wrote:

I'd suggest to leave uki_generator at mkinitcpio, fix the kernel presets to use default_uki instead of default_image and try again.

dkms and kernel update should™ trigger mkinicpio via alpm hooks, no?

but I still get a black screen after entering the system

but the subject is

nvidia-open-dkms keeps getting preempted by nouveau

which is no longer the case.

Aug 15 20:50:31 archlinux-laptop.huize.org kernel: nvidia 0000:65:00.0: [drm] Cannot find any crtc or sizes

Seems there's no output attached to the nvidia device.
The relevant device would be

Aug 15 20:50:30 archlinux-laptop.huize.org kernel: amdgpu: ATOM BIOS: 113-STRIXEMU-001
Aug 15 20:50:32 archlinux-laptop.huize.org sddm[847]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
…
Aug 15 20:53:05 archlinux-laptop.huize.org systemd[1]: Started Getty on tty3.
Aug 15 20:53:08 archlinux-laptop.huize.org login[923]: pam_unix(login:session): session opened for user root(uid=0) by root(uid=0)
Aug 15 20:53:08 archlinux-laptop.huize.org systemd-logind[757]: New session 2 of user root.

I assume the problem is limited to SDDM (since you can log in on the console)
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General - though actually that should be a new thread about that problem specifically.

Offline

#27 2025-08-15 15:59:30

zhihuiyuze
Member
Registered: 2022-12-27
Posts: 52
Website

Re: [SOLVED] nvidia-open-dkms keeps getting preempted by nouveau

I originally thought it was because the NVIDIA driver wasn’t working that I couldn’t enter the KDE GUI, but it seems KDE GUI has been using the AMD integrated GPU all along. I want to find a reasonable way to make use of both the integrated and dedicated GPUs, and I see that ASUSU Linux is a good tool for this. Then I plan to use KDE with Wayland. The Xorg log is here > https://0x0.st/KrmI.txt

Last edited by zhihuiyuze (2025-08-15 16:00:00)

Offline

#28 2025-08-15 19:42:57

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,062

Re: [SOLVED] nvidia-open-dkms keeps getting preempted by nouveau

[    24.536] (II) xfree86: Adding drm device (/dev/dri/card2)
[    24.536] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:65:00.0/drm/card2
[    24.536] (II) xfree86: Adding drm device (/dev/dri/card1)
[    24.536] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:66:00.0/drm/card1
[    24.540] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    24.541] (--) PCI:*(101@0:0:0) 10de:2860:1043:3808 rev 161, Mem @ 0xdc000000/16777216, 0x7800000000/8589934592, 0x7a00000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    24.541] (--) PCI: (102@0:0:0) 1002:150e:1043:3808 rev 193, Mem @ 0x7a10000000/268435456, 0xdd200000/2097152, 0xdd600000/524288, I/O @ 0x0000d000/256
…
[    24.635] (II) NVIDIA(0): Validated MetaModes:
[    24.635] (II) NVIDIA(0):     "NULL"
[    24.635] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
…
[    24.897] (II) AMDGPU(G0): EDID for output eDP-1-0
[    24.897] (II) AMDGPU(G0): Manufacturer: BOE  Model: c80  Serial#: 0
[    24.897] (II) AMDGPU(G0): Year: 2023  Week: 31
[    24.897] (II) AMDGPU(G0): EDID Version: 1.4

For some weird reason (likely the strace bus IDs) the server is running on the nvidia GPU despite there being no outputs attached, so you'd might need to explicitly redirect the output for reverse prime, but:
/etc/X11/xorg.conf.d/20-amdgpu.conf

Section "Device"
   Identifier "AMD"
   Driver "amdgpu"
   BusID: "102:0:0"
EndSection

should™ explicitly flip this around.

Edit: for kwin_wayland see https://wiki.archlinux.org/title/KDE#Me … -specific)

Last edited by seth (2025-08-15 19:43:55)

Offline

#29 2025-08-16 12:49:05

zhihuiyuze
Member
Registered: 2022-12-27
Posts: 52
Website

Re: [SOLVED] nvidia-open-dkms keeps getting preempted by nouveau

seth wrote:
[    24.536] (II) xfree86: Adding drm device (/dev/dri/card2)
[    24.536] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:65:00.0/drm/card2
[    24.536] (II) xfree86: Adding drm device (/dev/dri/card1)
[    24.536] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:66:00.0/drm/card1
[    24.540] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    24.541] (--) PCI:*(101@0:0:0) 10de:2860:1043:3808 rev 161, Mem @ 0xdc000000/16777216, 0x7800000000/8589934592, 0x7a00000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    24.541] (--) PCI: (102@0:0:0) 1002:150e:1043:3808 rev 193, Mem @ 0x7a10000000/268435456, 0xdd200000/2097152, 0xdd600000/524288, I/O @ 0x0000d000/256
…
[    24.635] (II) NVIDIA(0): Validated MetaModes:
[    24.635] (II) NVIDIA(0):     "NULL"
[    24.635] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
…
[    24.897] (II) AMDGPU(G0): EDID for output eDP-1-0
[    24.897] (II) AMDGPU(G0): Manufacturer: BOE  Model: c80  Serial#: 0
[    24.897] (II) AMDGPU(G0): Year: 2023  Week: 31
[    24.897] (II) AMDGPU(G0): EDID Version: 1.4

For some weird reason (likely the strace bus IDs) the server is running on the nvidia GPU despite there being no outputs attached, so you'd might need to explicitly redirect the output for reverse prime, but:
/etc/X11/xorg.conf.d/20-amdgpu.conf

Section "Device"
   Identifier "AMD"
   Driver "amdgpu"
   BusID: "102:0:0"
EndSection

should™ explicitly flip this around.

Edit: for kwin_wayland see https://wiki.archlinux.org/title/KDE#Me … -specific)

[    18.015] (--) Log file renamed from "/var/log/Xorg.pid-865.log" to "/var/log/Xorg.0.log"
[    18.015] 
X.Org X Server 1.21.1.18
X Protocol Version 11, Revision 0
[    18.015] Current Operating System: Linux archlinux-laptop.huize.org 6.15.9-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Sat, 02 Aug 2025 01:19:55 +0000 x86_64
[    18.015] Kernel command line: rd.luks.name=1101ff97-2720-4676-8561-8693ca7ae6da=cryptlvm root=/dev/vg0/root rw quiet splash module_blacklist=nouveau modprobe.blacklist=nouveau nouveau.modeset=1
[    18.015]  
[    18.015] Current version of pixman: 0.46.4
[    18.015]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    18.015] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    18.015] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 16 20:21:58 2025
[    18.015] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    18.015] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    18.015] Parse error on line 4 of section Device in file /etc/X11/xorg.conf.d/20-amdgpu.conf
        "BusID:" is not a valid keyword in this section.
[    18.015] (EE) Problem parsing the config file
[    18.015] (EE) Error parsing the config file
[    18.015] (EE) 
Fatal server error:
[    18.015] (EE) no screens found(EE) 
[    18.015] (EE) 
Please consult the The X.Org Foundation support 
         at http://wiki.x.org
 for help. 
[    18.015] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    18.015] (EE) 
[    18.015] (EE) Server terminated with error (1). Closing log file.

/etc/X11/xorg.conf.d/20-amdgpu.conf

Section "Device"
        Identifier "AMD"
        Driver "amdgpu"
        BusID:  "68:0:0"
EndSection

It seems that BusID: is not supported, I tried with PCI:68:0:0 or 182:0:0. Also I checked on the archwiki, it does not provide any example for BusID in xorg,conf.



Edit: for kwin_wayland see https://wiki.archlinux.org/title/KDE#Me … -specific)

I tried with on a non-root user, and by startplasma-wayland I can go into KDE now.

Card: card1-DP-1
---
Card: card1-DP-2
---
Card: card1-DP-3
---
Card: card1-DP-4
---
Card: card1-DP-5
---
Card: card1-DP-6
---
Card: card1-DP-7
---
Card: card1-DP-8
---
Card: card1-Writeback-1
---
Card: card1-eDP-1
---
Card: card1
GPU: 0x1002 0x150e
---
Card: card2-DP-9
---
Card: card2-HDMI-A-1
---
Card: card2-eDP-2
---
Card: card2
GPU: 0x10de 0x2860
---
#!/bin/sh
export KWIN_DRM_DEVICES=/dev/dri/card1:/dev/dri/card2

But know how to let it use wayland for KDE by default when I start the system?

Also are all software running on wayland now? what if there are some software use xorg and my xorg does not work?

Offline

#30 2025-08-16 13:07:31

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,062

Re: [SOLVED] nvidia-open-dkms keeps getting preempted by nouveau

"BusID", somebody (not me!) typed a stray colon there wink

Offline

#31 2025-08-16 13:58:46

zhihuiyuze
Member
Registered: 2022-12-27
Posts: 52
Website

Re: [SOLVED] nvidia-open-dkms keeps getting preempted by nouveau

Ah but i still got device not defected.

Xorg log http://0x0.st/Krfu.txt

20-amdgpu.conf http://0x0.st/KrfS.txt

lspci http://0x0.st/Krfj.txt

Last edited by zhihuiyuze (2025-08-16 13:59:56)

Offline

#32 2025-08-16 14:26:59

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,062

Re: [SOLVED] nvidia-open-dkms keeps getting preempted by nouveau

https://linux-hardware.org/?id=pci:1002-150e-1043-1df3
Try to remove xf86-video-amdgpu, it might simply not support that device (yet)

If you keep /etc/X11/xorg.conf.d/20-amdgpu.conf , use the "modesetting" Driver instead and the BusID /is/ 102, X11 counts decimally.

Offline

#33 2025-08-17 20:10:16

zhihuiyuze
Member
Registered: 2022-12-27
Posts: 52
Website

Re: [SOLVED] nvidia-open-dkms keeps getting preempted by nouveau

Hey, after I corrected BusID it works. Also I fixed the TPM2 problem with PCR11+7.

But I installed some software, and I can't go into SDDM again.

I think it might be caused by ASUS Linux tools since I provide a switching function between AMD inter GPU and my Dedicated GPU.

I followed the instructions here > https://asus-linux.org/guides/arch-guide/, but did not install the kernel.

I checked the log and noticed that I have something like modeset filed to create pixmap..., so I followed the old thread here > https://bbs.archlinux.org/viewtopic.php?id=299995

I created 20-nvidia.conf, but is my BusID correct? Since I got black screen again.

Section "Device"
        Identifier "Device0"
        Driver  "nvidia-open"
        VendorName      "NVIDIA Corporation"
        Busid   "PCI:65:0:0"
EndSection
archlinux-laptop% lspci | grep VGA
65:00.0 VGA compatible controller: NVIDIA Corporation AD106M [GeForce RTX 4070 Max-Q / Mobile] (rev a1)

Full xorg log

[    13.324] (--) Log file renamed from "/var/log/Xorg.pid-918.log" to "/var/log/Xorg.0.log"
[    13.329] 
X.Org X Server 1.21.1.18
X Protocol Version 11, Revision 0
[    13.329] Current Operating System: Linux archlinux-laptop.huize.org 6.16.1-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Fri, 15 Aug 2025 16:04:24 +0000 x86_64
[    13.329] Kernel command line: rd.luks.name=1101ff97-2720-4676-8561-8693ca7ae6da=cryptlvm root=/dev/vg0/root rw quiet splash module_blacklist=nouveau modprobe.blacklist=nouveau nouveau.modeset=1
[    13.329]  
[    13.329] Current version of pixman: 0.46.4
[    13.329]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    13.329] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    13.329] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 18 03:46:39 2025
[    13.331] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    13.331] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    13.332] (==) ServerLayout "layout"
[    13.332] (==) No screen section available. Using defaults.
[    13.332] (**) |-->Screen "Default Screen Section" (0)
[    13.332] (**) |   |-->Monitor "<default monitor>"
[    13.333] (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
[    13.333] (**) |   |-->Device "AMD"
[    13.333] (**) |   |-->GPUDevice "Device0"
[    13.333] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    13.333] (**) Allowing byte-swapped clients
[    13.333] (==) Automatically adding devices
[    13.333] (==) Automatically enabling devices
[    13.333] (==) Automatically adding GPU devices
[    13.333] (==) Automatically binding GPU devices
[    13.333] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    13.335] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    13.335]    Entry deleted from font path.
[    13.335] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[    13.335]    Entry deleted from font path.
[    13.335]    (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[    13.335] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    13.335]    Entry deleted from font path.
[    13.335] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    13.335]    Entry deleted from font path.
[    13.335] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    13.335]    Entry deleted from font path.
[    13.335] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    13.335]    Entry deleted from font path.
[    13.335] (==) FontPath set to:

[    13.335] (==) ModulePath set to "/usr/lib/xorg/modules"
[    13.335] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    13.335] (II) Module ABI versions:
[    13.335]    X.Org ANSI C Emulation: 0.4
[    13.335]    X.Org Video Driver: 25.2
[    13.335]    X.Org XInput driver : 24.4
[    13.335]    X.Org Server Extension : 10.0
[    13.335] (++) using VT number 2

[    13.335] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    13.336] (II) xfree86: Adding drm device (/dev/dri/card1)
[    13.336] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:66:00.0/drm/card1
[    13.347] (--) PCI:*(101@0:0:0) 10de:2860:1043:3808 rev 161, Mem @ 0xdc000000/16777216, 0x7800000000/8589934592, 0x7a00000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    13.347] (--) PCI: (102@0:0:0) 1002:150e:1043:3808 rev 193, Mem @ 0x7a10000000/268435456, 0xdd200000/2097152, 0xdd600000/524288, I/O @ 0x0000d000/256
[    13.347] (II) LoadModule: "glx"
[    13.347] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    13.362] (II) Module glx: vendor="X.Org Foundation"
[    13.362]    compiled for 1.21.1.18, module version = 1.0.0
[    13.362]    ABI class: X.Org Server Extension, version 10.0
[    13.362] (II) LoadModule: "amdgpu"
[    13.362] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[    13.364] (II) Module amdgpu: vendor="X.Org Foundation"
[    13.364]    compiled for 1.21.1.18, module version = 25.0.0
[    13.364]    Module class: X.Org Video Driver
[    13.364]    ABI class: X.Org Video Driver, version 25.2
[    13.365] (II) LoadModule: "nvidia-open"
[    13.365] (WW) Warning, couldn't open module nvidia-open
[    13.365] (EE) Failed to load module "nvidia-open" (module does not exist, 0)
[    13.365] (II) AMDGPU: Driver for AMD Radeon:
        All GPUs supported by the amdgpu kernel driver
[    13.371] (II) AMDGPU(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[    13.371] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[    13.371] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    13.371] (==) AMDGPU(0): Default visual is TrueColor
[    13.371] (II) Applying OutputClass "AMDgpu" options to /dev/dri/card1
[    13.371] (==) AMDGPU(0): RGB weight 888
[    13.371] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[    13.371] (--) AMDGPU(0): Chipset: "AMD Radeon 890M Graphics" (ChipID = 0x150e)
[    13.371] (II) Loading sub module "fb"
[    13.371] (II) LoadModule: "fb"
[    13.371] (II) Module "fb" already built-in
[    13.371] (II) Loading sub module "dri2"
[    13.371] (II) LoadModule: "dri2"
[    13.371] (II) Module "dri2" already built-in
[    13.715] (II) Loading sub module "glamoregl"
[    13.715] (II) LoadModule: "glamoregl"
[    13.716] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    13.721] (II) Module glamoregl: vendor="X.Org Foundation"
[    13.721]    compiled for 1.21.1.18, module version = 1.0.1
[    13.721]    ABI class: X.Org ANSI C Emulation, version 0.4
[    13.894] (II) AMDGPU(0): glamor X acceleration enabled on AMD Radeon 890M Graphics (radeonsi, gfx1150, LLVM 20.1.8, DRM 3.64, 6.16.1-zen1-1-zen)
[    13.894] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[    13.894] (==) AMDGPU(0): TearFree property default: auto
[    13.894] (==) AMDGPU(0): VariableRefresh: disabled
[    13.894] (==) AMDGPU(0): AsyncFlipSecondaries: disabled
[    13.894] (II) AMDGPU(0): KMS Pageflipping: enabled
[    13.895] (II) AMDGPU(0): Output eDP has no monitor section
[    13.895] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[    13.895] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[    13.895] (II) AMDGPU(0): Output DisplayPort-2 has no monitor section
[    13.895] (II) AMDGPU(0): Output DisplayPort-3 has no monitor section
[    13.895] (II) AMDGPU(0): Output DisplayPort-4 has no monitor section
[    13.895] (II) AMDGPU(0): Output DisplayPort-5 has no monitor section
[    13.895] (II) AMDGPU(0): Output DisplayPort-6 has no monitor section
[    13.895] (II) AMDGPU(0): Output DisplayPort-7 has no monitor section
[    13.914] (WW) AMDGPU(0): 9 ZaphodHeads crtcs unavailable. Some outputs will stay off.
[    13.916] (II) AMDGPU(0): EDID for output eDP
[    13.916] (II) AMDGPU(0): Manufacturer: BOE  Model: c80  Serial#: 0
[    13.916] (II) AMDGPU(0): Year: 2023  Week: 31
[    13.916] (II) AMDGPU(0): EDID Version: 1.4
[    13.916] (II) AMDGPU(0): Digital Display Input
[    13.916] (II) AMDGPU(0): 8 bits per channel
[    13.916] (II) AMDGPU(0): Digital interface is DisplayPort
[    13.916] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 34  vert.: 22
[    13.916] (II) AMDGPU(0): Gamma: 2.20
[    13.916] (II) AMDGPU(0): No DPMS capabilities specified
[    13.916] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 
[    13.916] (II) AMDGPU(0): Default color space is primary color space
[    13.916] (II) AMDGPU(0): First detailed timing is preferred mode
[    13.916] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[    13.916] (II) AMDGPU(0): Display is continuous-frequency
[    13.916] (II) AMDGPU(0): redX: 0.646 redY: 0.330   greenX: 0.301 greenY: 0.607
[    13.916] (II) AMDGPU(0): blueX: 0.146 blueY: 0.061   whiteX: 0.313 whiteY: 0.329
[    13.916] (II) AMDGPU(0): Manufacturer's mask: 0
[    13.916] (II) AMDGPU(0): Supported detailed timing:
[    13.916] (II) AMDGPU(0): clock: 280.7 MHz   Image Size:  344 x 215 mm
[    13.916] (II) AMDGPU(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[    13.916] (II) AMDGPU(0): v_active: 1600  v_sync: 1603  v_sync_end 1609 v_blanking: 1720 v_border: 0
[    13.916] (II) AMDGPU(0): Ranges: V min: 48 V max: 165 Hz, H min: 284 H max: 284 kHz, PixClock max 775 MHz
[    13.916] (II) AMDGPU(0): Monitor name: NE160QDM-NYJ
[    13.916] (II) AMDGPU(0):  BOE CQ
[    13.916] (II) AMDGPU(0): Number of EDID sections to follow: 1
[    13.916] (II) AMDGPU(0): EDID (in hex):
[    13.916] (II) AMDGPU(0):    00ffffffffffff0009e5800c00000000
[    13.916] (II) AMDGPU(0):    1f210104a522167807a2a5a5544d9b25
[    13.916] (II) AMDGPU(0):    0f505400000001010101010101010101
[    13.916] (II) AMDGPU(0):    010101010101a76d00a0a04078603020
[    13.916] (II) AMDGPU(0):    360058d71000001a000000fd0c30a51d
[    13.916] (II) AMDGPU(0):    1d4d010a202020202020000000fc004e
[    13.916] (II) AMDGPU(0):    4531363051444d2d4e594a0a000000fe
[    13.916] (II) AMDGPU(0):    00424f452043510a20202020202001dd
[    13.916] (II) AMDGPU(0):    702079020021001d7a0d6608000a4006
[    13.916] (II) AMDGPU(0):    80567a54d0649b56920f023554008000
[    13.916] (II) AMDGPU(0):    800080127822001463c70b85ff099f00
[    13.916] (II) AMDGPU(0):    2f001f003f067700020005002b000c27
[    13.916] (II) AMDGPU(0):    003ca400002700303b0000810013721a
[    13.916] (II) AMDGPU(0):    0000030130a5000000000000a5000000
[    13.916] (II) AMDGPU(0):    00000000000000000000000000000000
[    13.916] (II) AMDGPU(0):    0000000000000000000000000000cd90
[    13.916] (II) AMDGPU(0): Printing probed modes for output eDP
[    13.916] (II) AMDGPU(0): Modeline "2560x1600"x165.0  771.94  2560 2608 2640 2720  1600 1603 1609 1720 -hsync -vsync (283.8 kHz eP)
[    13.916] (II) AMDGPU(0): Modeline "2560x1600"x60.0  280.71  2560 2608 2640 2720  1600 1603 1609 1720 +hsync -vsync (103.2 kHz eP)
[    13.916] (II) AMDGPU(0): Modeline "1920x1200"x165.0  771.94  1920 2608 2640 2720  1200 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    13.916] (II) AMDGPU(0): Modeline "1920x1080"x165.0  771.94  1920 2608 2640 2720  1080 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    13.916] (II) AMDGPU(0): Modeline "1600x1200"x165.0  771.94  1600 2608 2640 2720  1200 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    13.916] (II) AMDGPU(0): Modeline "1680x1050"x165.0  771.94  1680 2608 2640 2720  1050 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    13.916] (II) AMDGPU(0): Modeline "1280x1024"x165.0  771.94  1280 2608 2640 2720  1024 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    13.916] (II) AMDGPU(0): Modeline "1440x900"x165.0  771.94  1440 2608 2640 2720  900 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    13.916] (II) AMDGPU(0): Modeline "1280x800"x165.0  771.94  1280 2608 2640 2720  800 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    13.916] (II) AMDGPU(0): Modeline "1280x720"x165.0  771.94  1280 2608 2640 2720  720 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    13.916] (II) AMDGPU(0): Modeline "1024x768"x165.0  771.94  1024 2608 2640 2720  768 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    13.916] (II) AMDGPU(0): Modeline "800x600"x165.0  771.94  800 2608 2640 2720  600 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    13.916] (II) AMDGPU(0): Modeline "640x480"x165.0  771.94  640 2608 2640 2720  480 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    13.916] (II) AMDGPU(0): EDID for output DisplayPort-0
[    13.916] (II) AMDGPU(0): EDID for output DisplayPort-1
[    13.916] (II) AMDGPU(0): EDID for output DisplayPort-2
[    13.916] (II) AMDGPU(0): EDID for output DisplayPort-3
[    13.916] (II) AMDGPU(0): EDID for output DisplayPort-4
[    13.916] (II) AMDGPU(0): EDID for output DisplayPort-5
[    13.916] (II) AMDGPU(0): EDID for output DisplayPort-6
[    13.916] (II) AMDGPU(0): EDID for output DisplayPort-7
[    13.916] (II) AMDGPU(0): Output eDP connected
[    13.916] (II) AMDGPU(0): Output DisplayPort-0 disconnected
[    13.916] (II) AMDGPU(0): Output DisplayPort-1 disconnected
[    13.916] (II) AMDGPU(0): Output DisplayPort-2 disconnected
[    13.916] (II) AMDGPU(0): Output DisplayPort-3 disconnected
[    13.916] (II) AMDGPU(0): Output DisplayPort-4 disconnected
[    13.916] (II) AMDGPU(0): Output DisplayPort-5 disconnected
[    13.916] (II) AMDGPU(0): Output DisplayPort-6 disconnected
[    13.916] (II) AMDGPU(0): Output DisplayPort-7 disconnected
[    13.916] (II) AMDGPU(0): Using exact sizes for initial modes
[    13.916] (II) AMDGPU(0): Output eDP using initial mode 2560x1600 +0+0
[    13.916] (II) AMDGPU(0): mem size init: gart size :3cc525000 vram size: s:1585f000 visible:1585f000
[    13.916] (==) AMDGPU(0): DPI set to (96, 96)
[    13.916] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[    13.916] (II) Loading sub module "ramdac"
[    13.916] (II) LoadModule: "ramdac"
[    13.916] (II) Module "ramdac" already built-in
[    13.916] (II) AMDGPU(0): [DRI2] Setup complete
[    13.916] (II) AMDGPU(0): [DRI2]   DRI driver: radeonsi
[    13.916] (II) AMDGPU(0): [DRI2]   VDPAU driver: radeonsi
[    13.916] (II) AMDGPU(0): Front buffer pitch: 10240 bytes
[    13.918] (II) AMDGPU(0): SYNC extension fences enabled
[    13.918] (II) AMDGPU(0): Present extension enabled
[    13.918] (==) AMDGPU(0): DRI3 enabled
[    13.918] (==) AMDGPU(0): Backing store enabled
[    13.918] (II) AMDGPU(0): Direct rendering enabled
[    13.934] (II) AMDGPU(0): Use GLAMOR acceleration.
[    13.934] (II) AMDGPU(0): Acceleration enabled
[    13.934] (==) AMDGPU(0): DPMS enabled
[    13.934] (==) AMDGPU(0): Silken mouse enabled
[    13.934] (II) AMDGPU(0): Set up textured video (glamor)
[    13.937] (WW) AMDGPU(0): Option "HotplugDriver" is not used
[    13.937] (II) Initializing extension Generic Event Extension
[    13.938] (II) Initializing extension SHAPE
[    13.938] (II) Initializing extension MIT-SHM
[    13.938] (II) Initializing extension XInputExtension
[    13.938] (II) Initializing extension XTEST
[    13.938] (II) Initializing extension BIG-REQUESTS
[    13.938] (II) Initializing extension SYNC
[    13.938] (II) Initializing extension XKEYBOARD
[    13.938] (II) Initializing extension XC-MISC
[    13.939] (II) Initializing extension SECURITY
[    13.939] (II) Initializing extension XFIXES
[    13.939] (II) Initializing extension RENDER
[    13.939] (II) Initializing extension RANDR
[    13.939] (II) Initializing extension COMPOSITE
[    13.939] (II) Initializing extension DAMAGE
[    13.939] (II) Initializing extension MIT-SCREEN-SAVER
[    13.940] (II) Initializing extension DOUBLE-BUFFER
[    13.940] (II) Initializing extension RECORD
[    13.940] (II) Initializing extension DPMS
[    13.940] (II) Initializing extension Present
[    13.940] (II) Initializing extension DRI3
[    13.940] (II) Initializing extension X-Resource
[    13.940] (II) Initializing extension XVideo
[    13.940] (II) Initializing extension XVideo-MotionCompensation
[    13.940] (II) Initializing extension GLX
[    13.948] (II) AIGLX: Loaded and initialized radeonsi
[    13.948] (II) GLX: Initialized DRI2 GL provider for screen 0
[    13.948] (II) Initializing extension XFree86-VidModeExtension
[    13.948] (II) Initializing extension XFree86-DGA
[    13.948] (II) Initializing extension XFree86-DRI
[    13.948] (II) Initializing extension DRI2
[    13.950] (II) AMDGPU(0): Setting screen physical size to 677 x 423
[    14.081] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    14.081] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    14.081] (II) LoadModule: "libinput"
[    14.081] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    14.085] (II) Module libinput: vendor="X.Org Foundation"
[    14.085]    compiled for 1.21.1.13, module version = 1.5.0
[    14.085]    Module class: X.Org XInput Driver
[    14.085]    ABI class: X.Org XInput driver, version 24.4
[    14.085] (II) Using input driver 'libinput' for 'Video Bus'
[    14.085] (**) Video Bus: always reports core events
[    14.085] (**) Option "Device" "/dev/input/event5"
[    14.091] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    14.091] (II) event5  - Video Bus: device is a keyboard
[    14.091] (II) event5  - Video Bus: device removed
[    14.111] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14/LNXVIDEO:00/input/input5/event5"
[    14.111] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[    14.111] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    14.111] (II) event5  - Video Bus: device is a keyboard
[    14.112] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    14.112] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    14.112] (II) Using input driver 'libinput' for 'Video Bus'
[    14.112] (**) Video Bus: always reports core events
[    14.112] (**) Option "Device" "/dev/input/event6"
[    14.112] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    14.112] (II) event6  - Video Bus: device is a keyboard
[    14.112] (II) event6  - Video Bus: device removed
[    14.122] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/LNXVIDEO:01/input/input6/event6"
[    14.122] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    14.122] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    14.122] (II) event6  - Video Bus: device is a keyboard
[    14.123] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    14.123] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    14.123] (II) Using input driver 'libinput' for 'Power Button'
[    14.123] (**) Power Button: always reports core events
[    14.123] (**) Option "Device" "/dev/input/event0"
[    14.123] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    14.123] (II) event0  - Power Button: device is a keyboard
[    14.123] (II) event0  - Power Button: device removed
[    14.123] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    14.123] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    14.124] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    14.124] (II) event0  - Power Button: device is a keyboard
[    14.124] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    14.124] (II) No input driver specified, ignoring this device.
[    14.124] (II) This device may have been added with another device file.
[    14.124] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    14.124] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    14.124] (II) Using input driver 'libinput' for 'Sleep Button'
[    14.124] (**) Sleep Button: always reports core events
[    14.124] (**) Option "Device" "/dev/input/event1"
[    14.125] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    14.125] (II) event1  - Sleep Button: device is a keyboard
[    14.125] (II) event1  - Sleep Button: device removed
[    14.125] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    14.125] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    14.125] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    14.125] (II) event1  - Sleep Button: device is a keyboard
[    14.126] (II) config/udev: Adding drm device (/dev/dri/card2)
[    14.126] (II) xfree86: Adding drm device (/dev/dri/card2)
[    14.126] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:65:00.0/drm/card2
[    14.126] (II) LoadModule: "modesetting"
[    14.126] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    14.127] (II) Module modesetting: vendor="X.Org Foundation"
[    14.127]    compiled for 1.21.1.18, module version = 1.21.1
[    14.127]    Module class: X.Org Video Driver
[    14.127]    ABI class: X.Org Video Driver, version 25.2
[    14.127] (II) modeset(G0): using drv /dev/dri/card2
[    14.127] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    14.127] (II) Applying OutputClass "nvidia" options to /dev/dri/card2
[    14.127] (==) modeset(G0): RGB weight 888
[    14.127] (==) modeset(G0): Default visual is TrueColor
[    14.127] (II) Loading sub module "glamoregl"
[    14.127] (II) LoadModule: "glamoregl"
[    14.127] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    14.127] (II) Module glamoregl: vendor="X.Org Foundation"
[    14.127]    compiled for 1.21.1.18, module version = 1.0.1
[    14.127]    ABI class: X.Org ANSI C Emulation, version 0.4
[    14.202] (II) modeset(G0): glamor X acceleration enabled on NVIDIA GeForce RTX 4070 Laptop GPU/PCIe/SSE2
[    14.202] (II) modeset(G0): glamor initialized
[    14.203] (II) modeset(G0): Output DP-1-9 has no monitor section
[    14.203] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    14.203] (II) modeset(G0): Output eDP-1-2 has no monitor section
[    14.204] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    14.204] (==) modeset(G0): DPI set to (96, 96)
[    14.204] (II) Loading sub module "fb"
[    14.204] (II) LoadModule: "fb"
[    14.204] (II) Module "fb" already built-in
[    14.330] (==) modeset(G0): Backing store enabled
[    14.330] (==) modeset(G0): Silken mouse enabled
[    14.330] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    14.330] (==) modeset(G0): DPMS enabled
[    14.330] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[    14.331] (II) modeset(G0): [DRI2] Setup complete
[    14.331] (II) modeset(G0): [DRI2]   DRI driver: nouveau
[    14.331] (II) modeset(G0): [DRI2]   VDPAU driver: nouveau
[    14.331] (EE) modeset(G0): Failed to create pixmap
[    14.340] (II) UnloadModule: "modesetting"
[    14.340] (II) UnloadSubModule: "glamoregl"
[    14.340] (II) Unloading glamoregl
[    14.340] xf86: found device 1
[    14.340] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[    14.340] (II) No input driver specified, ignoring this device.
[    14.340] (II) This device may have been added with another device file.
[    14.340] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[    14.340] (II) No input driver specified, ignoring this device.
[    14.340] (II) This device may have been added with another device file.
[    14.341] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[    14.341] (II) No input driver specified, ignoring this device.
[    14.341] (II) This device may have been added with another device file.
[    14.341] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[    14.341] (II) No input driver specified, ignoring this device.
[    14.341] (II) This device may have been added with another device file.
[    14.341] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event12)
[    14.341] (II) No input driver specified, ignoring this device.
[    14.341] (II) This device may have been added with another device file.
[    14.342] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event17)
[    14.342] (II) No input driver specified, ignoring this device.
[    14.342] (II) This device may have been added with another device file.
[    14.342] (II) config/udev: Adding input device ASCP1200:00 093A:3016 Mouse (/dev/input/event8)
[    14.342] (**) ASCP1200:00 093A:3016 Mouse: Applying InputClass "libinput pointer catchall"
[    14.342] (II) Using input driver 'libinput' for 'ASCP1200:00 093A:3016 Mouse'
[    14.342] (**) ASCP1200:00 093A:3016 Mouse: always reports core events
[    14.342] (**) Option "Device" "/dev/input/event8"
[    14.345] (II) event8  - ASCP1200:00 093A:3016 Mouse: is tagged by udev as: Mouse Pointingstick
[    14.345] (II) event8  - ASCP1200:00 093A:3016 Mouse: device is a pointer
[    14.345] (II) event8  - ASCP1200:00 093A:3016 Mouse: device removed
[    14.364] (II) libinput: ASCP1200:00 093A:3016 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.364] (II) libinput: ASCP1200:00 093A:3016 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.364] (II) libinput: ASCP1200:00 093A:3016 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.364] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:00/i2c-0/i2c-ASCP1200:00/0018:093A:3016.0001/input/input12/event8"
[    14.364] (II) XINPUT: Adding extended input device "ASCP1200:00 093A:3016 Mouse" (type: MOUSE, id 10)
[    14.364] (**) Option "AccelerationScheme" "none"
[    14.364] (**) ASCP1200:00 093A:3016 Mouse: (accel) selected scheme none/0
[    14.364] (**) ASCP1200:00 093A:3016 Mouse: (accel) acceleration factor: 2.000
[    14.364] (**) ASCP1200:00 093A:3016 Mouse: (accel) acceleration threshold: 4
[    14.365] (II) event8  - ASCP1200:00 093A:3016 Mouse: is tagged by udev as: Mouse Pointingstick
[    14.366] (II) event8  - ASCP1200:00 093A:3016 Mouse: device is a pointer
[    14.366] (II) config/udev: Adding input device ASCP1200:00 093A:3016 Mouse (/dev/input/mouse0)
[    14.366] (II) No input driver specified, ignoring this device.
[    14.366] (II) This device may have been added with another device file.
[    14.367] (II) config/udev: Adding input device ASCP1200:00 093A:3016 Touchpad (/dev/input/event11)
[    14.367] (**) ASCP1200:00 093A:3016 Touchpad: Applying InputClass "libinput touchpad catchall"
[    14.367] (II) Using input driver 'libinput' for 'ASCP1200:00 093A:3016 Touchpad'
[    14.367] (**) ASCP1200:00 093A:3016 Touchpad: always reports core events
[    14.367] (**) Option "Device" "/dev/input/event11"
[    14.367] (II) event11 - ASCP1200:00 093A:3016 Touchpad: is tagged by udev as: Touchpad
[    14.368] (II) event11 - ASCP1200:00 093A:3016 Touchpad: device is a touchpad
[    14.368] (II) event11 - ASCP1200:00 093A:3016 Touchpad: device removed
[    14.378] (II) libinput: ASCP1200:00 093A:3016 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.378] (II) libinput: ASCP1200:00 093A:3016 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.378] (II) libinput: ASCP1200:00 093A:3016 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.378] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:00/i2c-0/i2c-ASCP1200:00/0018:093A:3016.0001/input/input13/event11"
[    14.378] (II) XINPUT: Adding extended input device "ASCP1200:00 093A:3016 Touchpad" (type: TOUCHPAD, id 11)
[    14.379] (**) Option "AccelerationScheme" "none"
[    14.379] (**) ASCP1200:00 093A:3016 Touchpad: (accel) selected scheme none/0
[    14.379] (**) ASCP1200:00 093A:3016 Touchpad: (accel) acceleration factor: 2.000
[    14.379] (**) ASCP1200:00 093A:3016 Touchpad: (accel) acceleration threshold: 4
[    14.379] (II) event11 - ASCP1200:00 093A:3016 Touchpad: is tagged by udev as: Touchpad
[    14.380] (II) event11 - ASCP1200:00 093A:3016 Touchpad: device is a touchpad
[    14.380] (II) config/udev: Adding input device ASCP1200:00 093A:3016 Touchpad (/dev/input/mouse1)
[    14.380] (II) No input driver specified, ignoring this device.
[    14.380] (II) This device may have been added with another device file.
[    14.381] (II) config/udev: Adding input device ITE5570:00 0B05:19B6 (/dev/input/event10)
[    14.381] (II) No input driver specified, ignoring this device.
[    14.381] (II) This device may have been added with another device file.
[    14.381] (II) config/udev: Adding input device ITE5570:00 0B05:19B6 Wireless Radio Control (/dev/input/event9)
[    14.381] (**) ITE5570:00 0B05:19B6 Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    14.381] (II) Using input driver 'libinput' for 'ITE5570:00 0B05:19B6 Wireless Radio Control'
[    14.381] (**) ITE5570:00 0B05:19B6 Wireless Radio Control: always reports core events
[    14.381] (**) Option "Device" "/dev/input/event9"
[    14.382] (II) event9  - ITE5570:00 0B05:19B6 Wireless Radio Control: is tagged by udev as: Keyboard
[    14.382] (II) event9  - ITE5570:00 0B05:19B6 Wireless Radio Control: device is a keyboard
[    14.382] (II) event9  - ITE5570:00 0B05:19B6 Wireless Radio Control: device removed
[    14.392] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:01/i2c-1/i2c-ITE5570:00/0018:0B05:19B6.0002/input/input9/event9"
[    14.392] (II) XINPUT: Adding extended input device "ITE5570:00 0B05:19B6 Wireless Radio Control" (type: KEYBOARD, id 12)
[    14.392] (II) event9  - ITE5570:00 0B05:19B6 Wireless Radio Control: is tagged by udev as: Keyboard
[    14.392] (II) event9  - ITE5570:00 0B05:19B6 Wireless Radio Control: device is a keyboard
[    14.393] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event7)
[    14.393] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    14.393] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    14.393] (**) Asus WMI hotkeys: always reports core events
[    14.393] (**) Option "Device" "/dev/input/event7"
[    14.393] (II) event7  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    14.393] (II) event7  - Asus WMI hotkeys: device is a keyboard
[    14.393] (II) event7  - Asus WMI hotkeys: device removed
[    14.403] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input11/event7"
[    14.403] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
[    14.403] (II) event7  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    14.403] (II) event7  - Asus WMI hotkeys: device is a keyboard
[    14.404] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    14.404] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    14.404] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    14.404] (**) AT Translated Set 2 keyboard: always reports core events
[    14.404] (**) Option "Device" "/dev/input/event3"
[    14.404] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    14.404] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    14.405] (II) event3  - AT Translated Set 2 keyboard: device removed
[    14.405] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    14.405] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    14.405] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    14.405] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    14.406] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[    14.406] (II) No input driver specified, ignoring this device.
[    14.406] (II) This device may have been added with another device file.
[    14.410] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:03.1/0000:65:00.0/drm/card2 /dev/dri/card2
[    14.410] (II) config/udev: Adding drm device (/dev/dri/card2)
[    14.410] (II) xfree86: Adding drm device (/dev/dri/card2)
[    14.410] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:65:00.0/drm/card2
[    14.410] (II) LoadModule: "modesetting"
[    14.410] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    14.410] (II) Module modesetting: vendor="X.Org Foundation"
[    14.410]    compiled for 1.21.1.18, module version = 1.21.1
[    14.410]    Module class: X.Org Video Driver
[    14.410]    ABI class: X.Org Video Driver, version 25.2
[    14.410] (II) UnloadModule: "modesetting"
[    14.410] (II) Unloading modesetting
[    14.410] (II) Failed to load module "modesetting" (already loaded, 0)
[    14.410] (II) modeset(G0): using drv /dev/dri/card2
[    14.411] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    14.411] (II) Applying OutputClass "nvidia" options to /dev/dri/card2
[    14.411] (==) modeset(G0): RGB weight 888
[    14.411] (==) modeset(G0): Default visual is TrueColor
[    14.411] (II) Loading sub module "glamoregl"
[    14.411] (II) LoadModule: "glamoregl"
[    14.411] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    14.411] (II) Module glamoregl: vendor="X.Org Foundation"
[    14.411]    compiled for 1.21.1.18, module version = 1.0.1
[    14.411]    ABI class: X.Org ANSI C Emulation, version 0.4
[    14.413] (II) modeset(G0): glamor X acceleration enabled on NVIDIA GeForce RTX 4070 Laptop GPU/PCIe/SSE2
[    14.413] (II) modeset(G0): glamor initialized
[    14.413] (II) modeset(G0): Output DP-1-9 has no monitor section
[    14.414] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    14.414] (II) modeset(G0): Output eDP-1-2 has no monitor section
[    14.414] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    14.414] (==) modeset(G0): DPI set to (96, 96)
[    14.414] (II) Loading sub module "fb"
[    14.414] (II) LoadModule: "fb"
[    14.414] (II) Module "fb" already built-in
[    14.497] (==) modeset(G0): Backing store enabled
[    14.497] (==) modeset(G0): Silken mouse enabled
[    14.497] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    14.497] (==) modeset(G0): DPMS enabled
[    14.497] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[    14.498] (II) modeset(G0): [DRI2] Setup complete
[    14.498] (II) modeset(G0): [DRI2]   DRI driver: nouveau
[    14.498] (II) modeset(G0): [DRI2]   VDPAU driver: nouveau
[    14.498] (EE) modeset(G0): Failed to create pixmap
[    14.500] (II) UnloadModule: "modesetting"
[    14.500] (II) UnloadSubModule: "glamoregl"
[    14.500] (II) Unloading glamoregl
[    14.500] xf86: found device 1
[    84.198] (II) event5  - Video Bus: device removed
[    84.208] (II) event6  - Video Bus: device removed
[    84.218] (II) event0  - Power Button: device removed
[    84.218] (II) event1  - Sleep Button: device removed
[    84.218] (II) event8  - ASCP1200:00 093A:3016 Mouse: device removed
[    84.228] (II) event11 - ASCP1200:00 093A:3016 Touchpad: device removed
[    84.246] (II) event9  - ITE5570:00 0B05:19B6 Wireless Radio Control: device removed
[    84.256] (II) event7  - Asus WMI hotkeys: device removed
[    84.266] (II) event3  - AT Translated Set 2 keyboard: device removed
[    84.266] (II) AIGLX: Suspending AIGLX clients for VT switch

Offline

#34 2025-08-18 08:48:31

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,062

Re: [SOLVED] nvidia-open-dkms keeps getting preempted by nouveau

[    13.365] (II) LoadModule: "nvidia-open"
[    13.365] (WW) Warning, couldn't open module nvidia-open
[    13.365] (EE) Failed to load module "nvidia-open" (module does not exist, 0)

The driver is still "nvidia", regardless of the kernel module.
In addition

[    14.127] (II) modeset(G0): using drv /dev/dri/card2
[    14.127] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    14.127] (==) modeset(G0): RGB weight 888
[    14.127] (==) modeset(G0): Default visual is TrueColor
[    14.202] (II) modeset(G0): glamor X acceleration enabled on NVIDIA GeForce RTX 4070 Laptop GPU/PCIe/SSE2
[    14.202] (II) modeset(G0): glamor initialized
[    14.203] (II) modeset(G0): Output DP-1-9 has no monitor section
[    14.203] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    14.203] (II) modeset(G0): Output eDP-1-2 has no monitor section
[    14.204] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    14.204] (==) modeset(G0): DPI set to (96, 96)
[    14.330] (==) modeset(G0): Backing store enabled
[    14.330] (==) modeset(G0): Silken mouse enabled
[    14.330] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    14.330] (==) modeset(G0): DPMS enabled
[    14.330] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[    14.331] (II) modeset(G0): [DRI2] Setup complete
[    14.331] (II) modeset(G0): [DRI2]   DRI driver: nouveau
[    14.331] (II) modeset(G0): [DRI2]   VDPAU driver: nouveau
[    14.331] (EE) modeset(G0): Failed to create pixmap
[    14.410] (II) modeset(G0): using drv /dev/dri/card2
[    14.411] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    14.411] (==) modeset(G0): RGB weight 888
[    14.411] (==) modeset(G0): Default visual is TrueColor
[    14.413] (II) modeset(G0): glamor X acceleration enabled on NVIDIA GeForce RTX 4070 Laptop GPU/PCIe/SSE2
[    14.413] (II) modeset(G0): glamor initialized
[    14.413] (II) modeset(G0): Output DP-1-9 has no monitor section
[    14.414] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    14.414] (II) modeset(G0): Output eDP-1-2 has no monitor section
[    14.414] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    14.414] (==) modeset(G0): DPI set to (96, 96)
[    14.497] (==) modeset(G0): Backing store enabled
[    14.497] (==) modeset(G0): Silken mouse enabled
[    14.497] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    14.497] (==) modeset(G0): DPMS enabled
[    14.497] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[    14.498] (II) modeset(G0): [DRI2] Setup complete
[    14.498] (II) modeset(G0): [DRI2]   DRI driver: nouveau
[    14.498] (II) modeset(G0): [DRI2]   VDPAU driver: nouveau
[    14.498] (EE) modeset(G0): Failed to create pixmap

the module path isn't extended, so nvidia_drm isn't matched.
Might be nouveau again, might be a race condition (the 580xx driver is slow on init) => journal

But AMDGPU seems to handle your chip atm. and

[    13.916] (II) AMDGPU(0): Output eDP using initial mode 2560x1600 +0+0

configures an output.

Offline

#35 2025-08-18 09:59:15

zhihuiyuze
Member
Registered: 2022-12-27
Posts: 52
Website

Re: [SOLVED] nvidia-open-dkms keeps getting preempted by nouveau

I fixed the driver name, after rebooting I see from xorg log.

http://0x0.st/Ks-e.txt

 
[    12.040] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[    12.041] (II) modeset(G0): [DRI2] Setup complete
[    12.041] (II) modeset(G0): [DRI2]   DRI driver: nouveau
[    12.041] (II) modeset(G0): [DRI2]   VDPAU driver: nouveau
[    12.041] (EE) modeset(G0): Failed to create pixmap
[    12.045] (II) UnloadModule: "modesetting"
[    12.045] (II) UnloadSubModule: "glamoregl"
[    12.045] (II) Unloading glamoregl
[    12.045] xf86: found device 1

Journal to log

http://0x0.st/Ks-v.txt

cat /sys/module/nvidia_drm/parameters/ < the results from here is Y, I think it should be already blocked?

Offline

#36 2025-08-19 03:42:43

zhihuiyuze
Member
Registered: 2022-12-27
Posts: 52
Website

Re: [SOLVED] nvidia-open-dkms keeps getting preempted by nouveau

I tried to remove the previous conf.

archlinux-laptop% ls
10-prime-offload.conf  20-amdgpu.conf.back  20-nvidia.conf.back
archlinux-laptop% 

And added

archlinux-laptop% cat 10-prime-offload.conf
Section "OutputClass"
    Identifier  "AMDgpu"
    MatchDriver "amdgpu"
    Driver      "amdgpu"
    Option      "PrimaryGPU" "yes"
EndSection

Section "OutputClass"
    Identifier  "nvidia"
    MatchDriver "nvidia-drm"
    Driver      "nvidia"
    ModulePath  "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
    Option      "AllowEmptyInitialConfiguration"
EndSection
archlinux-laptop% 

But it is weird, nouveau is still loading.

archlinux-laptop% __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia glxinfo | grep -E 'OpenGL vendor|OpenGL renderer'

OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce RTX 4070 Laptop GPU/PCIe/SSE2
archlinux-laptop% grep -E 'glx|ModulePath|DRI driver' /var/log/Xorg.0.log
[    19.816] (==) ModulePath set to "/usr/lib/xorg/modules"
[    19.827] (II) LoadModule: "glx"
[    19.827] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    19.841] (II) Module glx: vendor="X.Org Foundation"
[    20.339] (II) AMDGPU(0): [DRI2]   DRI driver: radeonsi
[    20.732] (II) modeset(G0): [DRI2]   DRI driver: nouveau
[    20.896] (II) modeset(G0): [DRI2]   DRI driver: nouveau

/var/log/Xorg.0.log

[    19.804] (--) Log file renamed from "/var/log/Xorg.pid-894.log" to "/var/log/Xorg.0.log"
[    19.809] 
X.Org X Server 1.21.1.18
X Protocol Version 11, Revision 0
[    19.809] Current Operating System: Linux archlinux-laptop.huize.org 6.16.1-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Fri, 15 Aug 2025 16:04:24 +0000 x86_64
[    19.809] Kernel command line: rd.luks.name=1101ff97-2720-4676-8561-8693ca7ae6da=cryptlvm root=/dev/vg0/root rw quiet splash module_blacklist=nouveau modprobe.blacklist=nouveau nvidia_drm.modeset=1
[    19.809]  
[    19.809] Current version of pixman: 0.46.4
[    19.809]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    19.809] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    19.809] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 19 11:36:10 2025
[    19.811] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    19.811] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    19.814] (==) ServerLayout "layout"
[    19.814] (==) No screen section available. Using defaults.
[    19.814] (**) |-->Screen "Default Screen Section" (0)
[    19.814] (**) |   |-->Monitor "<default monitor>"
[    19.814] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    19.814] (**) Allowing byte-swapped clients
[    19.814] (==) Automatically adding devices
[    19.814] (==) Automatically enabling devices
[    19.814] (==) Automatically adding GPU devices
[    19.814] (==) Automatically binding GPU devices
[    19.814] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    19.816] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    19.816]    Entry deleted from font path.
[    19.816] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[    19.816]    Entry deleted from font path.
[    19.816]    (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[    19.816] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    19.816]    Entry deleted from font path.
[    19.816] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    19.816]    Entry deleted from font path.
[    19.816] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    19.816]    Entry deleted from font path.
[    19.816] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    19.816]    Entry deleted from font path.
[    19.816] (==) FontPath set to:

[    19.816] (==) ModulePath set to "/usr/lib/xorg/modules"
[    19.816] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    19.816] (II) Module ABI versions:
[    19.816]    X.Org ANSI C Emulation: 0.4
[    19.816]    X.Org Video Driver: 25.2
[    19.816]    X.Org XInput driver : 24.4
[    19.816]    X.Org Server Extension : 10.0
[    19.817] (++) using VT number 2

[    19.817] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    19.818] (II) xfree86: Adding drm device (/dev/dri/card1)
[    19.818] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:66:00.0/drm/card1
[    19.825] (**) OutputClass "AMDgpu" setting /dev/dri/card1 as PrimaryGPU
[    19.827] (--) PCI: (101@0:0:0) 10de:2860:1043:3808 rev 161, Mem @ 0xdc000000/16777216, 0x7800000000/8589934592, 0x7a00000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    19.827] (--) PCI:*(102@0:0:0) 1002:150e:1043:3808 rev 193, Mem @ 0x7a10000000/268435456, 0xdd200000/2097152, 0xdd600000/524288, I/O @ 0x0000d000/256
[    19.827] (II) LoadModule: "glx"
[    19.827] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    19.841] (II) Module glx: vendor="X.Org Foundation"
[    19.841]    compiled for 1.21.1.18, module version = 1.0.0
[    19.841]    ABI class: X.Org Server Extension, version 10.0
[    19.841] (II) Applying OutputClass "AMDgpu" to /dev/dri/card1
[    19.841]    loading driver: amdgpu
[    19.841] (II) Applying OutputClass "AMDgpu" to /dev/dri/card1
[    19.841]    loading driver: amdgpu
[    19.841] (==) Matched amdgpu as autoconfigured driver 0
[    19.841] (==) Matched ati as autoconfigured driver 1
[    19.841] (==) Matched modesetting as autoconfigured driver 2
[    19.841] (==) Matched fbdev as autoconfigured driver 3
[    19.841] (==) Matched vesa as autoconfigured driver 4
[    19.841] (==) Assigned the driver to the xf86ConfigLayout
[    19.841] (II) LoadModule: "amdgpu"
[    19.841] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[    19.845] (II) Module amdgpu: vendor="X.Org Foundation"
[    19.845]    compiled for 1.21.1.18, module version = 25.0.0
[    19.845]    Module class: X.Org Video Driver
[    19.845]    ABI class: X.Org Video Driver, version 25.2
[    19.845] (II) LoadModule: "ati"
[    19.845] (WW) Warning, couldn't open module ati
[    19.845] (EE) Failed to load module "ati" (module does not exist, 0)
[    19.845] (II) LoadModule: "modesetting"
[    19.845] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    19.846] (II) Module modesetting: vendor="X.Org Foundation"
[    19.846]    compiled for 1.21.1.18, module version = 1.21.1
[    19.846]    Module class: X.Org Video Driver
[    19.846]    ABI class: X.Org Video Driver, version 25.2
[    19.846] (II) LoadModule: "fbdev"
[    19.846] (WW) Warning, couldn't open module fbdev
[    19.846] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    19.846] (II) LoadModule: "vesa"
[    19.847] (WW) Warning, couldn't open module vesa
[    19.847] (EE) Failed to load module "vesa" (module does not exist, 0)
[    19.847] (II) AMDGPU: Driver for AMD Radeon:
        All GPUs supported by the amdgpu kernel driver
[    19.847] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    19.857] (WW) Falling back to old probe method for modesetting
[    19.857] (EE) open /dev/dri/card0: No such file or directory
[    19.857] (II) AMDGPU(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[    19.857] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[    19.857] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    19.857] (==) AMDGPU(0): Default visual is TrueColor
[    19.857] (II) Applying OutputClass "AMDgpu" options to /dev/dri/card1
[    19.857] (II) Applying OutputClass "AMDgpu" options to /dev/dri/card1
[    19.857] (==) AMDGPU(0): RGB weight 888
[    19.857] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[    19.857] (--) AMDGPU(0): Chipset: "AMD Radeon 890M Graphics" (ChipID = 0x150e)
[    19.857] (II) Loading sub module "fb"
[    19.857] (II) LoadModule: "fb"
[    19.857] (II) Module "fb" already built-in
[    19.857] (II) Loading sub module "dri2"
[    19.857] (II) LoadModule: "dri2"
[    19.857] (II) Module "dri2" already built-in
[    20.148] (II) Loading sub module "glamoregl"
[    20.148] (II) LoadModule: "glamoregl"
[    20.148] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    20.156] (II) Module glamoregl: vendor="X.Org Foundation"
[    20.156]    compiled for 1.21.1.18, module version = 1.0.1
[    20.156]    ABI class: X.Org ANSI C Emulation, version 0.4
[    20.315] (II) AMDGPU(0): glamor X acceleration enabled on AMD Radeon 890M Graphics (radeonsi, gfx1150, LLVM 20.1.8, DRM 3.64, 6.16.1-zen1-1-zen)
[    20.315] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[    20.315] (==) AMDGPU(0): TearFree property default: auto
[    20.315] (==) AMDGPU(0): VariableRefresh: disabled
[    20.315] (==) AMDGPU(0): AsyncFlipSecondaries: disabled
[    20.315] (II) AMDGPU(0): KMS Pageflipping: enabled
[    20.317] (II) AMDGPU(0): Output eDP has no monitor section
[    20.317] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[    20.317] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[    20.317] (II) AMDGPU(0): Output DisplayPort-2 has no monitor section
[    20.317] (II) AMDGPU(0): Output DisplayPort-3 has no monitor section
[    20.317] (II) AMDGPU(0): Output DisplayPort-4 has no monitor section
[    20.317] (II) AMDGPU(0): Output DisplayPort-5 has no monitor section
[    20.317] (II) AMDGPU(0): Output DisplayPort-6 has no monitor section
[    20.317] (II) AMDGPU(0): Output DisplayPort-7 has no monitor section
[    20.337] (WW) AMDGPU(0): 9 ZaphodHeads crtcs unavailable. Some outputs will stay off.
[    20.339] (II) AMDGPU(0): EDID for output eDP
[    20.339] (II) AMDGPU(0): Manufacturer: BOE  Model: c80  Serial#: 0
[    20.339] (II) AMDGPU(0): Year: 2023  Week: 31
[    20.339] (II) AMDGPU(0): EDID Version: 1.4
[    20.339] (II) AMDGPU(0): Digital Display Input
[    20.339] (II) AMDGPU(0): 8 bits per channel
[    20.339] (II) AMDGPU(0): Digital interface is DisplayPort
[    20.339] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 34  vert.: 22
[    20.339] (II) AMDGPU(0): Gamma: 2.20
[    20.339] (II) AMDGPU(0): No DPMS capabilities specified
[    20.339] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 
[    20.339] (II) AMDGPU(0): Default color space is primary color space
[    20.339] (II) AMDGPU(0): First detailed timing is preferred mode
[    20.339] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[    20.339] (II) AMDGPU(0): Display is continuous-frequency
[    20.339] (II) AMDGPU(0): redX: 0.646 redY: 0.330   greenX: 0.301 greenY: 0.607
[    20.339] (II) AMDGPU(0): blueX: 0.146 blueY: 0.061   whiteX: 0.313 whiteY: 0.329
[    20.339] (II) AMDGPU(0): Manufacturer's mask: 0
[    20.339] (II) AMDGPU(0): Supported detailed timing:
[    20.339] (II) AMDGPU(0): clock: 280.7 MHz   Image Size:  344 x 215 mm
[    20.339] (II) AMDGPU(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[    20.339] (II) AMDGPU(0): v_active: 1600  v_sync: 1603  v_sync_end 1609 v_blanking: 1720 v_border: 0
[    20.339] (II) AMDGPU(0): Ranges: V min: 48 V max: 165 Hz, H min: 284 H max: 284 kHz, PixClock max 775 MHz
[    20.339] (II) AMDGPU(0): Monitor name: NE160QDM-NYJ
[    20.339] (II) AMDGPU(0):  BOE CQ
[    20.339] (II) AMDGPU(0): Number of EDID sections to follow: 1
[    20.339] (II) AMDGPU(0): EDID (in hex):
[    20.339] (II) AMDGPU(0):    00ffffffffffff0009e5800c00000000
[    20.339] (II) AMDGPU(0):    1f210104a522167807a2a5a5544d9b25
[    20.339] (II) AMDGPU(0):    0f505400000001010101010101010101
[    20.339] (II) AMDGPU(0):    010101010101a76d00a0a04078603020
[    20.339] (II) AMDGPU(0):    360058d71000001a000000fd0c30a51d
[    20.339] (II) AMDGPU(0):    1d4d010a202020202020000000fc004e
[    20.339] (II) AMDGPU(0):    4531363051444d2d4e594a0a000000fe
[    20.339] (II) AMDGPU(0):    00424f452043510a20202020202001dd
[    20.339] (II) AMDGPU(0):    702079020021001d7a0d6608000a4006
[    20.339] (II) AMDGPU(0):    80567a54d0649b56920f023554008000
[    20.339] (II) AMDGPU(0):    800080127822001463c70b85ff099f00
[    20.339] (II) AMDGPU(0):    2f001f003f067700020005002b000c27
[    20.339] (II) AMDGPU(0):    003ca400002700303b0000810013721a
[    20.339] (II) AMDGPU(0):    0000030130a5000000000000a5000000
[    20.339] (II) AMDGPU(0):    00000000000000000000000000000000
[    20.339] (II) AMDGPU(0):    0000000000000000000000000000cd90
[    20.339] (II) AMDGPU(0): Printing probed modes for output eDP
[    20.339] (II) AMDGPU(0): Modeline "2560x1600"x165.0  771.94  2560 2608 2640 2720  1600 1603 1609 1720 -hsync -vsync (283.8 kHz eP)
[    20.339] (II) AMDGPU(0): Modeline "2560x1600"x60.0  280.71  2560 2608 2640 2720  1600 1603 1609 1720 +hsync -vsync (103.2 kHz eP)
[    20.339] (II) AMDGPU(0): Modeline "1920x1200"x165.0  771.94  1920 2608 2640 2720  1200 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    20.339] (II) AMDGPU(0): Modeline "1920x1080"x165.0  771.94  1920 2608 2640 2720  1080 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    20.339] (II) AMDGPU(0): Modeline "1600x1200"x165.0  771.94  1600 2608 2640 2720  1200 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    20.339] (II) AMDGPU(0): Modeline "1680x1050"x165.0  771.94  1680 2608 2640 2720  1050 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    20.339] (II) AMDGPU(0): Modeline "1280x1024"x165.0  771.94  1280 2608 2640 2720  1024 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    20.339] (II) AMDGPU(0): Modeline "1440x900"x165.0  771.94  1440 2608 2640 2720  900 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    20.339] (II) AMDGPU(0): Modeline "1280x800"x165.0  771.94  1280 2608 2640 2720  800 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    20.339] (II) AMDGPU(0): Modeline "1280x720"x165.0  771.94  1280 2608 2640 2720  720 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    20.339] (II) AMDGPU(0): Modeline "1024x768"x165.0  771.94  1024 2608 2640 2720  768 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    20.339] (II) AMDGPU(0): Modeline "800x600"x165.0  771.94  800 2608 2640 2720  600 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    20.339] (II) AMDGPU(0): Modeline "640x480"x165.0  771.94  640 2608 2640 2720  480 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    20.339] (II) AMDGPU(0): EDID for output DisplayPort-0
[    20.339] (II) AMDGPU(0): EDID for output DisplayPort-1
[    20.339] (II) AMDGPU(0): EDID for output DisplayPort-2
[    20.339] (II) AMDGPU(0): EDID for output DisplayPort-3
[    20.339] (II) AMDGPU(0): EDID for output DisplayPort-4
[    20.339] (II) AMDGPU(0): EDID for output DisplayPort-5
[    20.339] (II) AMDGPU(0): EDID for output DisplayPort-6
[    20.339] (II) AMDGPU(0): EDID for output DisplayPort-7
[    20.339] (II) AMDGPU(0): Output eDP connected
[    20.339] (II) AMDGPU(0): Output DisplayPort-0 disconnected
[    20.339] (II) AMDGPU(0): Output DisplayPort-1 disconnected
[    20.339] (II) AMDGPU(0): Output DisplayPort-2 disconnected
[    20.339] (II) AMDGPU(0): Output DisplayPort-3 disconnected
[    20.339] (II) AMDGPU(0): Output DisplayPort-4 disconnected
[    20.339] (II) AMDGPU(0): Output DisplayPort-5 disconnected
[    20.339] (II) AMDGPU(0): Output DisplayPort-6 disconnected
[    20.339] (II) AMDGPU(0): Output DisplayPort-7 disconnected
[    20.339] (II) AMDGPU(0): Using exact sizes for initial modes
[    20.339] (II) AMDGPU(0): Output eDP using initial mode 2560x1600 +0+0
[    20.339] (II) AMDGPU(0): mem size init: gart size :3cc525000 vram size: s:1585f000 visible:1585f000
[    20.339] (==) AMDGPU(0): DPI set to (96, 96)
[    20.339] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[    20.339] (II) Loading sub module "ramdac"
[    20.339] (II) LoadModule: "ramdac"
[    20.339] (II) Module "ramdac" already built-in
[    20.339] (II) UnloadModule: "modesetting"
[    20.339] (II) Unloading modesetting
[    20.339] (II) AMDGPU(0): [DRI2] Setup complete
[    20.339] (II) AMDGPU(0): [DRI2]   DRI driver: radeonsi
[    20.339] (II) AMDGPU(0): [DRI2]   VDPAU driver: radeonsi
[    20.339] (II) AMDGPU(0): Front buffer pitch: 10240 bytes
[    20.340] (II) AMDGPU(0): SYNC extension fences enabled
[    20.340] (II) AMDGPU(0): Present extension enabled
[    20.340] (==) AMDGPU(0): DRI3 enabled
[    20.340] (==) AMDGPU(0): Backing store enabled
[    20.340] (II) AMDGPU(0): Direct rendering enabled
[    20.357] (II) AMDGPU(0): Use GLAMOR acceleration.
[    20.357] (II) AMDGPU(0): Acceleration enabled
[    20.357] (==) AMDGPU(0): DPMS enabled
[    20.357] (==) AMDGPU(0): Silken mouse enabled
[    20.357] (II) AMDGPU(0): Set up textured video (glamor)
[    20.362] (WW) AMDGPU(0): Option "HotplugDriver" is not used
[    20.362] (WW) AMDGPU(0): Option "PrimaryGPU" is not used
[    20.362] (II) Initializing extension Generic Event Extension
[    20.362] (II) Initializing extension SHAPE
[    20.362] (II) Initializing extension MIT-SHM
[    20.362] (II) Initializing extension XInputExtension
[    20.362] (II) Initializing extension XTEST
[    20.362] (II) Initializing extension BIG-REQUESTS
[    20.362] (II) Initializing extension SYNC
[    20.363] (II) Initializing extension XKEYBOARD
[    20.363] (II) Initializing extension XC-MISC
[    20.363] (II) Initializing extension SECURITY
[    20.363] (II) Initializing extension XFIXES
[    20.363] (II) Initializing extension RENDER
[    20.363] (II) Initializing extension RANDR
[    20.363] (II) Initializing extension COMPOSITE
[    20.364] (II) Initializing extension DAMAGE
[    20.364] (II) Initializing extension MIT-SCREEN-SAVER
[    20.364] (II) Initializing extension DOUBLE-BUFFER
[    20.364] (II) Initializing extension RECORD
[    20.364] (II) Initializing extension DPMS
[    20.365] (II) Initializing extension Present
[    20.365] (II) Initializing extension DRI3
[    20.365] (II) Initializing extension X-Resource
[    20.365] (II) Initializing extension XVideo
[    20.365] (II) Initializing extension XVideo-MotionCompensation
[    20.365] (II) Initializing extension GLX
[    20.373] (II) AIGLX: Loaded and initialized radeonsi
[    20.373] (II) GLX: Initialized DRI2 GL provider for screen 0
[    20.373] (II) Initializing extension XFree86-VidModeExtension
[    20.373] (II) Initializing extension XFree86-DGA
[    20.373] (II) Initializing extension XFree86-DRI
[    20.373] (II) Initializing extension DRI2
[    20.374] (II) AMDGPU(0): Setting screen physical size to 677 x 423
[    20.487] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    20.487] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    20.487] (II) LoadModule: "libinput"
[    20.487] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    20.490] (II) Module libinput: vendor="X.Org Foundation"
[    20.490]    compiled for 1.21.1.13, module version = 1.5.0
[    20.490]    Module class: X.Org XInput Driver
[    20.490]    ABI class: X.Org XInput driver, version 24.4
[    20.490] (II) Using input driver 'libinput' for 'Video Bus'
[    20.490] (**) Video Bus: always reports core events
[    20.490] (**) Option "Device" "/dev/input/event5"
[    20.497] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    20.497] (II) event5  - Video Bus: device is a keyboard
[    20.497] (II) event5  - Video Bus: device removed
[    20.515] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14/LNXVIDEO:00/input/input5/event5"
[    20.515] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[    20.515] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    20.515] (II) event5  - Video Bus: device is a keyboard
[    20.516] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    20.516] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    20.516] (II) Using input driver 'libinput' for 'Video Bus'
[    20.516] (**) Video Bus: always reports core events
[    20.516] (**) Option "Device" "/dev/input/event6"
[    20.516] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    20.516] (II) event6  - Video Bus: device is a keyboard
[    20.516] (II) event6  - Video Bus: device removed
[    20.526] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/LNXVIDEO:01/input/input6/event6"
[    20.526] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    20.526] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    20.526] (II) event6  - Video Bus: device is a keyboard
[    20.527] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    20.527] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    20.527] (II) Using input driver 'libinput' for 'Power Button'
[    20.527] (**) Power Button: always reports core events
[    20.527] (**) Option "Device" "/dev/input/event0"
[    20.527] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    20.527] (II) event0  - Power Button: device is a keyboard
[    20.527] (II) event0  - Power Button: device removed
[    20.527] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    20.527] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    20.528] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    20.528] (II) event0  - Power Button: device is a keyboard
[    20.528] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    20.528] (II) No input driver specified, ignoring this device.
[    20.528] (II) This device may have been added with another device file.
[    20.528] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    20.528] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    20.528] (II) Using input driver 'libinput' for 'Sleep Button'
[    20.528] (**) Sleep Button: always reports core events
[    20.528] (**) Option "Device" "/dev/input/event1"
[    20.529] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    20.529] (II) event1  - Sleep Button: device is a keyboard
[    20.529] (II) event1  - Sleep Button: device removed
[    20.529] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    20.529] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    20.529] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    20.529] (II) event1  - Sleep Button: device is a keyboard
[    20.529] (II) config/udev: Adding drm device (/dev/dri/card2)
[    20.529] (II) xfree86: Adding drm device (/dev/dri/card2)
[    20.529] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:65:00.0/drm/card2
[    20.530] (II) LoadModule: "modesetting"
[    20.530] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    20.530] (II) Module modesetting: vendor="X.Org Foundation"
[    20.530]    compiled for 1.21.1.18, module version = 1.21.1
[    20.530]    Module class: X.Org Video Driver
[    20.530]    ABI class: X.Org Video Driver, version 25.2
[    20.530] (II) modeset(G0): using drv /dev/dri/card2
[    20.530] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    20.530] (II) Applying OutputClass "nvidia" options to /dev/dri/card2
[    20.530] (II) Applying OutputClass "nvidia" options to /dev/dri/card2
[    20.530] (==) modeset(G0): RGB weight 888
[    20.530] (==) modeset(G0): Default visual is TrueColor
[    20.530] (II) Loading sub module "glamoregl"
[    20.530] (II) LoadModule: "glamoregl"
[    20.530] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    20.530] (II) Module glamoregl: vendor="X.Org Foundation"
[    20.530]    compiled for 1.21.1.18, module version = 1.0.1
[    20.530]    ABI class: X.Org ANSI C Emulation, version 0.4
[    20.606] (II) modeset(G0): glamor X acceleration enabled on NVIDIA GeForce RTX 4070 Laptop GPU/PCIe/SSE2
[    20.606] (II) modeset(G0): glamor initialized
[    20.606] (II) modeset(G0): Output DP-1-9 has no monitor section
[    20.606] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    20.606] (II) modeset(G0): Output eDP-1-2 has no monitor section
[    20.607] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    20.607] (==) modeset(G0): DPI set to (96, 96)
[    20.607] (II) Loading sub module "fb"
[    20.607] (II) LoadModule: "fb"
[    20.607] (II) Module "fb" already built-in
[    20.731] (==) modeset(G0): Backing store enabled
[    20.732] (==) modeset(G0): Silken mouse enabled
[    20.732] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    20.732] (==) modeset(G0): DPMS enabled
[    20.732] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[    20.732] (II) modeset(G0): [DRI2] Setup complete
[    20.732] (II) modeset(G0): [DRI2]   DRI driver: nouveau
[    20.732] (II) modeset(G0): [DRI2]   VDPAU driver: nouveau
[    20.732] (EE) modeset(G0): Failed to create pixmap
[    20.736] (II) UnloadModule: "modesetting"
[    20.736] (II) UnloadSubModule: "glamoregl"
[    20.736] (II) Unloading glamoregl
[    20.736] xf86: found device 1
[    20.737] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[    20.737] (II) No input driver specified, ignoring this device.
[    20.737] (II) This device may have been added with another device file.
[    20.737] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[    20.737] (II) No input driver specified, ignoring this device.
[    20.737] (II) This device may have been added with another device file.
[    20.737] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[    20.737] (II) No input driver specified, ignoring this device.
[    20.737] (II) This device may have been added with another device file.
[    20.737] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[    20.737] (II) No input driver specified, ignoring this device.
[    20.737] (II) This device may have been added with another device file.
[    20.738] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event12)
[    20.738] (II) No input driver specified, ignoring this device.
[    20.738] (II) This device may have been added with another device file.
[    20.738] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event17)
[    20.738] (II) No input driver specified, ignoring this device.
[    20.738] (II) This device may have been added with another device file.
[    20.738] (II) config/udev: Adding input device ASCP1200:00 093A:3016 Touchpad (/dev/input/event8)
[    20.738] (**) ASCP1200:00 093A:3016 Touchpad: Applying InputClass "libinput touchpad catchall"
[    20.738] (II) Using input driver 'libinput' for 'ASCP1200:00 093A:3016 Touchpad'
[    20.738] (**) ASCP1200:00 093A:3016 Touchpad: always reports core events
[    20.738] (**) Option "Device" "/dev/input/event8"
[    20.741] (II) event8  - ASCP1200:00 093A:3016 Touchpad: is tagged by udev as: Touchpad
[    20.742] (II) event8  - ASCP1200:00 093A:3016 Touchpad: device is a touchpad
[    20.742] (II) event8  - ASCP1200:00 093A:3016 Touchpad: device removed
[    20.762] (II) libinput: ASCP1200:00 093A:3016 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    20.762] (II) libinput: ASCP1200:00 093A:3016 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    20.762] (II) libinput: ASCP1200:00 093A:3016 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    20.762] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:00/i2c-0/i2c-ASCP1200:00/0018:093A:3016.0001/input/input10/event8"
[    20.762] (II) XINPUT: Adding extended input device "ASCP1200:00 093A:3016 Touchpad" (type: TOUCHPAD, id 10)
[    20.763] (**) Option "AccelerationScheme" "none"
[    20.763] (**) ASCP1200:00 093A:3016 Touchpad: (accel) selected scheme none/0
[    20.763] (**) ASCP1200:00 093A:3016 Touchpad: (accel) acceleration factor: 2.000
[    20.763] (**) ASCP1200:00 093A:3016 Touchpad: (accel) acceleration threshold: 4
[    20.764] (II) event8  - ASCP1200:00 093A:3016 Touchpad: is tagged by udev as: Touchpad
[    20.765] (II) event8  - ASCP1200:00 093A:3016 Touchpad: device is a touchpad
[    20.766] (II) config/udev: Adding input device ASCP1200:00 093A:3016 Touchpad (/dev/input/mouse1)
[    20.766] (II) No input driver specified, ignoring this device.
[    20.766] (II) This device may have been added with another device file.
[    20.766] (II) config/udev: Adding input device ASCP1200:00 093A:3016 Mouse (/dev/input/event7)
[    20.766] (**) ASCP1200:00 093A:3016 Mouse: Applying InputClass "libinput pointer catchall"
[    20.766] (II) Using input driver 'libinput' for 'ASCP1200:00 093A:3016 Mouse'
[    20.766] (**) ASCP1200:00 093A:3016 Mouse: always reports core events
[    20.766] (**) Option "Device" "/dev/input/event7"
[    20.767] (II) event7  - ASCP1200:00 093A:3016 Mouse: is tagged by udev as: Mouse Pointingstick
[    20.767] (II) event7  - ASCP1200:00 093A:3016 Mouse: device is a pointer
[    20.767] (II) event7  - ASCP1200:00 093A:3016 Mouse: device removed
[    20.777] (II) libinput: ASCP1200:00 093A:3016 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    20.777] (II) libinput: ASCP1200:00 093A:3016 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    20.777] (II) libinput: ASCP1200:00 093A:3016 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    20.777] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:00/i2c-0/i2c-ASCP1200:00/0018:093A:3016.0001/input/input9/event7"
[    20.777] (II) XINPUT: Adding extended input device "ASCP1200:00 093A:3016 Mouse" (type: MOUSE, id 11)
[    20.777] (**) Option "AccelerationScheme" "none"
[    20.777] (**) ASCP1200:00 093A:3016 Mouse: (accel) selected scheme none/0
[    20.777] (**) ASCP1200:00 093A:3016 Mouse: (accel) acceleration factor: 2.000
[    20.777] (**) ASCP1200:00 093A:3016 Mouse: (accel) acceleration threshold: 4
[    20.777] (II) event7  - ASCP1200:00 093A:3016 Mouse: is tagged by udev as: Mouse Pointingstick
[    20.777] (II) event7  - ASCP1200:00 093A:3016 Mouse: device is a pointer
[    20.778] (II) config/udev: Adding input device ASCP1200:00 093A:3016 Mouse (/dev/input/mouse0)
[    20.778] (II) No input driver specified, ignoring this device.
[    20.778] (II) This device may have been added with another device file.
[    20.778] (II) config/udev: Adding input device ITE5570:00 0B05:19B6 Wireless Radio Control (/dev/input/event9)
[    20.778] (**) ITE5570:00 0B05:19B6 Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    20.778] (II) Using input driver 'libinput' for 'ITE5570:00 0B05:19B6 Wireless Radio Control'
[    20.778] (**) ITE5570:00 0B05:19B6 Wireless Radio Control: always reports core events
[    20.778] (**) Option "Device" "/dev/input/event9"
[    20.779] (II) event9  - ITE5570:00 0B05:19B6 Wireless Radio Control: is tagged by udev as: Keyboard
[    20.779] (II) event9  - ITE5570:00 0B05:19B6 Wireless Radio Control: device is a keyboard
[    20.779] (II) event9  - ITE5570:00 0B05:19B6 Wireless Radio Control: device removed
[    20.789] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:01/i2c-1/i2c-ITE5570:00/0018:0B05:19B6.0002/input/input11/event9"
[    20.789] (II) XINPUT: Adding extended input device "ITE5570:00 0B05:19B6 Wireless Radio Control" (type: KEYBOARD, id 12)
[    20.789] (II) event9  - ITE5570:00 0B05:19B6 Wireless Radio Control: is tagged by udev as: Keyboard
[    20.789] (II) event9  - ITE5570:00 0B05:19B6 Wireless Radio Control: device is a keyboard
[    20.790] (II) config/udev: Adding input device ITE5570:00 0B05:19B6 (/dev/input/event10)
[    20.790] (II) No input driver specified, ignoring this device.
[    20.790] (II) This device may have been added with another device file.
[    20.790] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event11)
[    20.790] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    20.790] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    20.790] (**) Asus WMI hotkeys: always reports core events
[    20.790] (**) Option "Device" "/dev/input/event11"
[    20.790] (II) event11 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    20.790] (II) event11 - Asus WMI hotkeys: device is a keyboard
[    20.790] (II) event11 - Asus WMI hotkeys: device removed
[    20.800] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input13/event11"
[    20.800] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
[    20.800] (II) event11 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    20.800] (II) event11 - Asus WMI hotkeys: device is a keyboard
[    20.801] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    20.801] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    20.801] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    20.801] (**) AT Translated Set 2 keyboard: always reports core events
[    20.801] (**) Option "Device" "/dev/input/event3"
[    20.801] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    20.801] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    20.802] (II) event3  - AT Translated Set 2 keyboard: device removed
[    20.802] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    20.802] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    20.802] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    20.802] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    20.803] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[    20.803] (II) No input driver specified, ignoring this device.
[    20.803] (II) This device may have been added with another device file.
[    20.807] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:03.1/0000:65:00.0/drm/card2 /dev/dri/card2
[    20.807] (II) config/udev: Adding drm device (/dev/dri/card2)
[    20.807] (II) xfree86: Adding drm device (/dev/dri/card2)
[    20.807] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:65:00.0/drm/card2
[    20.807] (II) LoadModule: "modesetting"
[    20.808] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    20.808] (II) Module modesetting: vendor="X.Org Foundation"
[    20.808]    compiled for 1.21.1.18, module version = 1.21.1
[    20.808]    Module class: X.Org Video Driver
[    20.808]    ABI class: X.Org Video Driver, version 25.2
[    20.808] (II) UnloadModule: "modesetting"
[    20.808] (II) Unloading modesetting
[    20.808] (II) Failed to load module "modesetting" (already loaded, 0)
[    20.808] (II) modeset(G0): using drv /dev/dri/card2
[    20.808] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    20.808] (II) Applying OutputClass "nvidia" options to /dev/dri/card2
[    20.808] (II) Applying OutputClass "nvidia" options to /dev/dri/card2
[    20.808] (==) modeset(G0): RGB weight 888
[    20.808] (==) modeset(G0): Default visual is TrueColor
[    20.808] (II) Loading sub module "glamoregl"
[    20.808] (II) LoadModule: "glamoregl"
[    20.808] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    20.808] (II) Module glamoregl: vendor="X.Org Foundation"
[    20.808]    compiled for 1.21.1.18, module version = 1.0.1
[    20.808]    ABI class: X.Org ANSI C Emulation, version 0.4
[    20.810] (II) modeset(G0): glamor X acceleration enabled on NVIDIA GeForce RTX 4070 Laptop GPU/PCIe/SSE2
[    20.810] (II) modeset(G0): glamor initialized
[    20.810] (II) modeset(G0): Output DP-1-9 has no monitor section
[    20.811] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    20.811] (II) modeset(G0): Output eDP-1-2 has no monitor section
[    20.812] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    20.812] (==) modeset(G0): DPI set to (96, 96)
[    20.812] (II) Loading sub module "fb"
[    20.812] (II) LoadModule: "fb"
[    20.812] (II) Module "fb" already built-in
[    20.896] (==) modeset(G0): Backing store enabled
[    20.896] (==) modeset(G0): Silken mouse enabled
[    20.896] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    20.896] (==) modeset(G0): DPMS enabled
[    20.896] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[    20.896] (II) modeset(G0): [DRI2] Setup complete
[    20.896] (II) modeset(G0): [DRI2]   DRI driver: nouveau
[    20.896] (II) modeset(G0): [DRI2]   VDPAU driver: nouveau
[    20.897] (EE) modeset(G0): Failed to create pixmap
[    20.899] (II) UnloadModule: "modesetting"
[    20.899] (II) UnloadSubModule: "glamoregl"
[    20.899] (II) Unloading glamoregl
[    20.899] xf86: found device 1
[    51.227] (II) event5  - Video Bus: device removed
[    51.237] (II) event6  - Video Bus: device removed
[    51.247] (II) event0  - Power Button: device removed
[    51.247] (II) event1  - Sleep Button: device removed
[    51.247] (II) event8  - ASCP1200:00 093A:3016 Touchpad: device removed
[    51.257] (II) event7  - ASCP1200:00 093A:3016 Mouse: device removed
[    51.277] (II) event9  - ITE5570:00 0B05:19B6 Wireless Radio Control: device removed
[    51.288] (II) event11 - Asus WMI hotkeys: device removed
[    51.298] (II) event3  - AT Translated Set 2 keyboard: device removed
[    51.298] (II) AIGLX: Suspending AIGLX clients for VT switch
archlinux-laptop% 

Maybe I should give up using SDDM?

Offline

#37 2025-08-19 08:03:52

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,062

Re: [SOLVED] nvidia-open-dkms keeps getting preempted by nouveau

Stop flailing around, no X11 client (SDDM) will change anything about problems w/ the server configuration.
Your changes in #36 seek to combat the asusd/supergfxd stuff, if you don't want to use the latter, just don't use the latter - don't pick a fight with it.

Then replace nvidia-open w/ nvidia, Ada chips aren't properly supported by nvidia-open, if you still run into problems, see https://bbs.archlinux.org/viewtopic.php … 8#p2256418

Offline

#38 2025-08-19 09:51:33

zhihuiyuze
Member
Registered: 2022-12-27
Posts: 52
Website

Re: [SOLVED] nvidia-open-dkms keeps getting preempted by nouveau

I installed nvidia and removed nvidia-open(all dkms), added nvidia_drm.fbdev=0 to cmdline.

From the log, I can see Xorg can't find nvidia driver still, and then it started to use the modset.

[    11.978] (--) Log file renamed from "/var/log/Xorg.pid-953.log" to "/var/log/Xorg.0.log"
[    11.984] 
X.Org X Server 1.21.1.18
X Protocol Version 11, Revision 0
[    11.984] Current Operating System: Linux archlinux-laptop.huize.org 6.16.1-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Fri, 15 Aug 2025 16:04:24 +0000 x86_64
[    11.984] Kernel command line: rd.luks.name=1101ff97-2720-4676-8561-8693ca7ae6da=cryptlvm root=/dev/vg0/root rw quiet splash module_blacklist=nouveau modprobe.blacklist=nouveau nvidia_drm.modeset=1 nvidia_drm.fbdev=0
[    11.984]  
[    11.984] Current version of pixman: 0.46.4
[    11.984]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    11.984] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    11.984] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 19 17:27:32 2025
[    11.986] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    11.986] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    11.987] (==) ServerLayout "layout"
[    11.987] (==) No screen section available. Using defaults.
[    11.987] (**) |-->Screen "Default Screen Section" (0)
[    11.987] (**) |   |-->Monitor "<default monitor>"
[    11.988] (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
[    11.988] (**) |   |-->Device "AMD"
[    11.988] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    11.988] (**) Allowing byte-swapped clients
[    11.988] (==) Automatically adding devices
[    11.988] (==) Automatically enabling devices
[    11.988] (==) Automatically adding GPU devices
[    11.988] (==) Automatically binding GPU devices
[    11.988] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    11.989] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    11.989]    Entry deleted from font path.
[    11.989] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[    11.989]    Entry deleted from font path.
[    11.989]    (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[    11.989] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    11.989]    Entry deleted from font path.
[    11.989] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    11.989]    Entry deleted from font path.
[    11.989] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    11.989]    Entry deleted from font path.
[    11.989] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    11.989]    Entry deleted from font path.
[    11.989] (==) FontPath set to:

[    11.989] (==) ModulePath set to "/usr/lib/xorg/modules"
[    11.989] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    11.989] (II) Module ABI versions:
[    11.989]    X.Org ANSI C Emulation: 0.4
[    11.989]    X.Org Video Driver: 25.2
[    11.989]    X.Org XInput driver : 24.4
[    11.989]    X.Org Server Extension : 10.0
[    11.990] (++) using VT number 2

[    11.990] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    11.991] (II) xfree86: Adding drm device (/dev/dri/card2)
[    11.991] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:66:00.0/drm/card2
[    11.997] (--) PCI:*(101@0:0:0) 10de:2860:1043:3808 rev 161, Mem @ 0xdc000000/16777216, 0x7800000000/8589934592, 0x7a00000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    11.997] (--) PCI: (102@0:0:0) 1002:150e:1043:3808 rev 193, Mem @ 0x7a10000000/268435456, 0xdd200000/2097152, 0xdd600000/524288, I/O @ 0x0000d000/256
[    11.997] (II) LoadModule: "glx"
[    11.997] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    12.008] (II) Module glx: vendor="X.Org Foundation"
[    12.008]    compiled for 1.21.1.18, module version = 1.0.0
[    12.008]    ABI class: X.Org Server Extension, version 10.0
[    12.008] (II) LoadModule: "amdgpu"
[    12.008] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[    12.011] (II) Module amdgpu: vendor="X.Org Foundation"
[    12.011]    compiled for 1.21.1.18, module version = 25.0.0
[    12.011]    Module class: X.Org Video Driver
[    12.011]    ABI class: X.Org Video Driver, version 25.2
[    12.012] (II) AMDGPU: Driver for AMD Radeon:
        All GPUs supported by the amdgpu kernel driver
[    12.023] (II) AMDGPU(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[    12.023] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[    12.023] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    12.023] (==) AMDGPU(0): Default visual is TrueColor
[    12.023] (II) Applying OutputClass "AMDgpu" options to /dev/dri/card2
[    12.023] (==) AMDGPU(0): RGB weight 888
[    12.023] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[    12.023] (--) AMDGPU(0): Chipset: "AMD Radeon 890M Graphics" (ChipID = 0x150e)
[    12.023] (II) Loading sub module "fb"
[    12.023] (II) LoadModule: "fb"
[    12.023] (II) Module "fb" already built-in
[    12.023] (II) Loading sub module "dri2"
[    12.023] (II) LoadModule: "dri2"
[    12.023] (II) Module "dri2" already built-in
[    12.299] (II) Loading sub module "glamoregl"
[    12.299] (II) LoadModule: "glamoregl"
[    12.300] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    12.307] (II) Module glamoregl: vendor="X.Org Foundation"
[    12.307]    compiled for 1.21.1.18, module version = 1.0.1
[    12.307]    ABI class: X.Org ANSI C Emulation, version 0.4
[    12.487] (II) AMDGPU(0): glamor X acceleration enabled on AMD Radeon 890M Graphics (radeonsi, gfx1150, LLVM 20.1.8, DRM 3.64, 6.16.1-zen1-1-zen)
[    12.487] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[    12.487] (==) AMDGPU(0): TearFree property default: auto
[    12.487] (==) AMDGPU(0): VariableRefresh: disabled
[    12.487] (==) AMDGPU(0): AsyncFlipSecondaries: disabled
[    12.487] (II) AMDGPU(0): KMS Pageflipping: enabled
[    12.488] (II) AMDGPU(0): Output eDP has no monitor section
[    12.488] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[    12.488] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[    12.488] (II) AMDGPU(0): Output DisplayPort-2 has no monitor section
[    12.489] (II) AMDGPU(0): Output DisplayPort-3 has no monitor section
[    12.489] (II) AMDGPU(0): Output DisplayPort-4 has no monitor section
[    12.489] (II) AMDGPU(0): Output DisplayPort-5 has no monitor section
[    12.489] (II) AMDGPU(0): Output DisplayPort-6 has no monitor section
[    12.489] (II) AMDGPU(0): Output DisplayPort-7 has no monitor section
[    12.509] (WW) AMDGPU(0): 9 ZaphodHeads crtcs unavailable. Some outputs will stay off.
[    12.510] (II) AMDGPU(0): EDID for output eDP
[    12.510] (II) AMDGPU(0): Manufacturer: BOE  Model: c80  Serial#: 0
[    12.510] (II) AMDGPU(0): Year: 2023  Week: 31
[    12.510] (II) AMDGPU(0): EDID Version: 1.4
[    12.510] (II) AMDGPU(0): Digital Display Input
[    12.510] (II) AMDGPU(0): 8 bits per channel
[    12.510] (II) AMDGPU(0): Digital interface is DisplayPort
[    12.510] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 34  vert.: 22
[    12.511] (II) AMDGPU(0): Gamma: 2.20
[    12.511] (II) AMDGPU(0): No DPMS capabilities specified
[    12.511] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 
[    12.511] (II) AMDGPU(0): Default color space is primary color space
[    12.511] (II) AMDGPU(0): First detailed timing is preferred mode
[    12.511] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[    12.511] (II) AMDGPU(0): Display is continuous-frequency
[    12.511] (II) AMDGPU(0): redX: 0.646 redY: 0.330   greenX: 0.301 greenY: 0.607
[    12.511] (II) AMDGPU(0): blueX: 0.146 blueY: 0.061   whiteX: 0.313 whiteY: 0.329
[    12.511] (II) AMDGPU(0): Manufacturer's mask: 0
[    12.511] (II) AMDGPU(0): Supported detailed timing:
[    12.511] (II) AMDGPU(0): clock: 280.7 MHz   Image Size:  344 x 215 mm
[    12.511] (II) AMDGPU(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[    12.511] (II) AMDGPU(0): v_active: 1600  v_sync: 1603  v_sync_end 1609 v_blanking: 1720 v_border: 0
[    12.511] (II) AMDGPU(0): Ranges: V min: 48 V max: 165 Hz, H min: 284 H max: 284 kHz, PixClock max 775 MHz
[    12.511] (II) AMDGPU(0): Monitor name: NE160QDM-NYJ
[    12.511] (II) AMDGPU(0):  BOE CQ
[    12.511] (II) AMDGPU(0): Number of EDID sections to follow: 1
[    12.511] (II) AMDGPU(0): EDID (in hex):
[    12.511] (II) AMDGPU(0):    00ffffffffffff0009e5800c00000000
[    12.511] (II) AMDGPU(0):    1f210104a522167807a2a5a5544d9b25
[    12.511] (II) AMDGPU(0):    0f505400000001010101010101010101
[    12.511] (II) AMDGPU(0):    010101010101a76d00a0a04078603020
[    12.511] (II) AMDGPU(0):    360058d71000001a000000fd0c30a51d
[    12.511] (II) AMDGPU(0):    1d4d010a202020202020000000fc004e
[    12.511] (II) AMDGPU(0):    4531363051444d2d4e594a0a000000fe
[    12.511] (II) AMDGPU(0):    00424f452043510a20202020202001dd
[    12.511] (II) AMDGPU(0):    702079020021001d7a0d6608000a4006
[    12.511] (II) AMDGPU(0):    80567a54d0649b56920f023554008000
[    12.511] (II) AMDGPU(0):    800080127822001463c70b85ff099f00
[    12.511] (II) AMDGPU(0):    2f001f003f067700020005002b000c27
[    12.511] (II) AMDGPU(0):    003ca400002700303b0000810013721a
[    12.511] (II) AMDGPU(0):    0000030130a5000000000000a5000000
[    12.511] (II) AMDGPU(0):    00000000000000000000000000000000
[    12.511] (II) AMDGPU(0):    0000000000000000000000000000cd90
[    12.511] (II) AMDGPU(0): Printing probed modes for output eDP
[    12.511] (II) AMDGPU(0): Modeline "2560x1600"x165.0  771.94  2560 2608 2640 2720  1600 1603 1609 1720 -hsync -vsync (283.8 kHz eP)
[    12.511] (II) AMDGPU(0): Modeline "2560x1600"x60.0  280.71  2560 2608 2640 2720  1600 1603 1609 1720 +hsync -vsync (103.2 kHz eP)
[    12.511] (II) AMDGPU(0): Modeline "1920x1200"x165.0  771.94  1920 2608 2640 2720  1200 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    12.511] (II) AMDGPU(0): Modeline "1920x1080"x165.0  771.94  1920 2608 2640 2720  1080 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    12.511] (II) AMDGPU(0): Modeline "1600x1200"x165.0  771.94  1600 2608 2640 2720  1200 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    12.511] (II) AMDGPU(0): Modeline "1680x1050"x165.0  771.94  1680 2608 2640 2720  1050 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    12.511] (II) AMDGPU(0): Modeline "1280x1024"x165.0  771.94  1280 2608 2640 2720  1024 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    12.511] (II) AMDGPU(0): Modeline "1440x900"x165.0  771.94  1440 2608 2640 2720  900 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    12.511] (II) AMDGPU(0): Modeline "1280x800"x165.0  771.94  1280 2608 2640 2720  800 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    12.511] (II) AMDGPU(0): Modeline "1280x720"x165.0  771.94  1280 2608 2640 2720  720 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    12.511] (II) AMDGPU(0): Modeline "1024x768"x165.0  771.94  1024 2608 2640 2720  768 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    12.511] (II) AMDGPU(0): Modeline "800x600"x165.0  771.94  800 2608 2640 2720  600 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    12.511] (II) AMDGPU(0): Modeline "640x480"x165.0  771.94  640 2608 2640 2720  480 1603 1609 1720 -hsync -vsync (283.8 kHz e)
[    12.511] (II) AMDGPU(0): EDID for output DisplayPort-0
[    12.511] (II) AMDGPU(0): EDID for output DisplayPort-1
[    12.511] (II) AMDGPU(0): EDID for output DisplayPort-2
[    12.511] (II) AMDGPU(0): EDID for output DisplayPort-3
[    12.511] (II) AMDGPU(0): EDID for output DisplayPort-4
[    12.511] (II) AMDGPU(0): EDID for output DisplayPort-5
[    12.511] (II) AMDGPU(0): EDID for output DisplayPort-6
[    12.511] (II) AMDGPU(0): EDID for output DisplayPort-7
[    12.511] (II) AMDGPU(0): Output eDP connected
[    12.511] (II) AMDGPU(0): Output DisplayPort-0 disconnected
[    12.511] (II) AMDGPU(0): Output DisplayPort-1 disconnected
[    12.511] (II) AMDGPU(0): Output DisplayPort-2 disconnected
[    12.511] (II) AMDGPU(0): Output DisplayPort-3 disconnected
[    12.511] (II) AMDGPU(0): Output DisplayPort-4 disconnected
[    12.511] (II) AMDGPU(0): Output DisplayPort-5 disconnected
[    12.511] (II) AMDGPU(0): Output DisplayPort-6 disconnected
[    12.511] (II) AMDGPU(0): Output DisplayPort-7 disconnected
[    12.511] (II) AMDGPU(0): Using exact sizes for initial modes
[    12.511] (II) AMDGPU(0): Output eDP using initial mode 2560x1600 +0+0
[    12.511] (II) AMDGPU(0): mem size init: gart size :3cc527000 vram size: s:1585f000 visible:1585f000
[    12.511] (==) AMDGPU(0): DPI set to (96, 96)
[    12.511] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[    12.511] (II) Loading sub module "ramdac"
[    12.511] (II) LoadModule: "ramdac"
[    12.511] (II) Module "ramdac" already built-in
[    12.511] (II) AMDGPU(0): [DRI2] Setup complete
[    12.511] (II) AMDGPU(0): [DRI2]   DRI driver: radeonsi
[    12.511] (II) AMDGPU(0): [DRI2]   VDPAU driver: radeonsi
[    12.511] (II) AMDGPU(0): Front buffer pitch: 10240 bytes
[    12.512] (II) AMDGPU(0): SYNC extension fences enabled
[    12.512] (II) AMDGPU(0): Present extension enabled
[    12.512] (==) AMDGPU(0): DRI3 enabled
[    12.512] (==) AMDGPU(0): Backing store enabled
[    12.512] (II) AMDGPU(0): Direct rendering enabled
[    12.528] (II) AMDGPU(0): Use GLAMOR acceleration.
[    12.528] (II) AMDGPU(0): Acceleration enabled
[    12.528] (==) AMDGPU(0): DPMS enabled
[    12.528] (==) AMDGPU(0): Silken mouse enabled
[    12.528] (II) AMDGPU(0): Set up textured video (glamor)
[    12.533] (WW) AMDGPU(0): Option "HotplugDriver" is not used
[    12.533] (II) Initializing extension Generic Event Extension
[    12.533] (II) Initializing extension SHAPE
[    12.533] (II) Initializing extension MIT-SHM
[    12.534] (II) Initializing extension XInputExtension
[    12.534] (II) Initializing extension XTEST
[    12.534] (II) Initializing extension BIG-REQUESTS
[    12.534] (II) Initializing extension SYNC
[    12.534] (II) Initializing extension XKEYBOARD
[    12.534] (II) Initializing extension XC-MISC
[    12.534] (II) Initializing extension SECURITY
[    12.534] (II) Initializing extension XFIXES
[    12.535] (II) Initializing extension RENDER
[    12.535] (II) Initializing extension RANDR
[    12.535] (II) Initializing extension COMPOSITE
[    12.535] (II) Initializing extension DAMAGE
[    12.535] (II) Initializing extension MIT-SCREEN-SAVER
[    12.536] (II) Initializing extension DOUBLE-BUFFER
[    12.536] (II) Initializing extension RECORD
[    12.536] (II) Initializing extension DPMS
[    12.536] (II) Initializing extension Present
[    12.536] (II) Initializing extension DRI3
[    12.536] (II) Initializing extension X-Resource
[    12.536] (II) Initializing extension XVideo
[    12.536] (II) Initializing extension XVideo-MotionCompensation
[    12.536] (II) Initializing extension GLX
[    12.544] (II) AIGLX: Loaded and initialized radeonsi
[    12.544] (II) GLX: Initialized DRI2 GL provider for screen 0
[    12.544] (II) Initializing extension XFree86-VidModeExtension
[    12.544] (II) Initializing extension XFree86-DGA
[    12.545] (II) Initializing extension XFree86-DRI
[    12.545] (II) Initializing extension DRI2
[    12.546] (II) AMDGPU(0): Setting screen physical size to 677 x 423
[    12.669] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[    12.669] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    12.669] (II) LoadModule: "libinput"
[    12.669] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    12.672] (II) Module libinput: vendor="X.Org Foundation"
[    12.672]    compiled for 1.21.1.13, module version = 1.5.0
[    12.672]    Module class: X.Org XInput Driver
[    12.672]    ABI class: X.Org XInput driver, version 24.4
[    12.672] (II) Using input driver 'libinput' for 'Video Bus'
[    12.672] (**) Video Bus: always reports core events
[    12.672] (**) Option "Device" "/dev/input/event9"
[    12.679] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[    12.679] (II) event9  - Video Bus: device is a keyboard
[    12.679] (II) event9  - Video Bus: device removed
[    12.692] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14/LNXVIDEO:00/input/input11/event9"
[    12.692] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[    12.692] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[    12.692] (II) event9  - Video Bus: device is a keyboard
[    12.693] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[    12.693] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    12.693] (II) Using input driver 'libinput' for 'Video Bus'
[    12.693] (**) Video Bus: always reports core events
[    12.693] (**) Option "Device" "/dev/input/event10"
[    12.693] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[    12.693] (II) event10 - Video Bus: device is a keyboard
[    12.693] (II) event10 - Video Bus: device removed
[    12.703] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/LNXVIDEO:01/input/input12/event10"
[    12.703] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    12.703] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[    12.703] (II) event10 - Video Bus: device is a keyboard
[    12.704] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    12.704] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    12.704] (II) Using input driver 'libinput' for 'Power Button'
[    12.704] (**) Power Button: always reports core events
[    12.704] (**) Option "Device" "/dev/input/event0"
[    12.704] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    12.704] (II) event0  - Power Button: device is a keyboard
[    12.704] (II) event0  - Power Button: device removed
[    12.704] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    12.704] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    12.705] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    12.705] (II) event0  - Power Button: device is a keyboard
[    12.705] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    12.705] (II) No input driver specified, ignoring this device.
[    12.705] (II) This device may have been added with another device file.
[    12.705] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    12.705] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    12.705] (II) Using input driver 'libinput' for 'Sleep Button'
[    12.705] (**) Sleep Button: always reports core events
[    12.705] (**) Option "Device" "/dev/input/event1"
[    12.706] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    12.706] (II) event1  - Sleep Button: device is a keyboard
[    12.706] (II) event1  - Sleep Button: device removed
[    12.706] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    12.706] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    12.706] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    12.706] (II) event1  - Sleep Button: device is a keyboard
[    12.706] (II) config/udev: Adding drm device (/dev/dri/card1)
[    12.706] (II) xfree86: Adding drm device (/dev/dri/card1)
[    12.706] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:65:00.0/drm/card1
[    12.765] (II) LoadModule: "modesetting"
[    12.765] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    12.766] (II) Module modesetting: vendor="X.Org Foundation"
[    12.766]    compiled for 1.21.1.18, module version = 1.21.1
[    12.766]    Module class: X.Org Video Driver
[    12.766]    ABI class: X.Org Video Driver, version 25.2
[    12.827] (II) modeset(G0): using drv /dev/dri/card1
[    12.827] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    12.827] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    12.827] (==) modeset(G0): RGB weight 888
[    12.827] (==) modeset(G0): Default visual is TrueColor
[    12.827] (II) Loading sub module "glamoregl"
[    12.827] (II) LoadModule: "glamoregl"
[    12.827] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    12.827] (II) Module glamoregl: vendor="X.Org Foundation"
[    12.827]    compiled for 1.21.1.18, module version = 1.0.1
[    12.827]    ABI class: X.Org ANSI C Emulation, version 0.4
[    12.902] (II) modeset(G0): glamor X acceleration enabled on NVIDIA GeForce RTX 4070 Laptop GPU/PCIe/SSE2
[    12.902] (II) modeset(G0): glamor initialized
[    12.902] (II) modeset(G0): Output DP-1-9 has no monitor section
[    12.903] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    12.903] (II) modeset(G0): Output eDP-1-2 has no monitor section
[    12.904] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    12.904] (==) modeset(G0): DPI set to (96, 96)
[    12.904] (II) Loading sub module "fb"
[    12.904] (II) LoadModule: "fb"
[    12.904] (II) Module "fb" already built-in
[    13.030] (==) modeset(G0): Backing store enabled
[    13.030] (==) modeset(G0): Silken mouse enabled
[    13.030] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    13.030] (==) modeset(G0): DPMS enabled
[    13.030] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[    13.031] (II) modeset(G0): [DRI2] Setup complete
[    13.031] (II) modeset(G0): [DRI2]   DRI driver: nouveau
[    13.031] (II) modeset(G0): [DRI2]   VDPAU driver: nouveau
[    13.031] (EE) modeset(G0): Failed to create pixmap
[    13.093] (II) UnloadModule: "modesetting"
[    13.093] (II) UnloadSubModule: "glamoregl"
[    13.093] (II) Unloading glamoregl
[    13.093] xf86: found device 1
[    13.094] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[    13.094] (II) No input driver specified, ignoring this device.
[    13.094] (II) This device may have been added with another device file.
[    13.094] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[    13.094] (II) No input driver specified, ignoring this device.
[    13.094] (II) This device may have been added with another device file.
[    13.094] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[    13.094] (II) No input driver specified, ignoring this device.
[    13.095] (II) This device may have been added with another device file.
[    13.095] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[    13.095] (II) No input driver specified, ignoring this device.
[    13.095] (II) This device may have been added with another device file.
[    13.095] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event13)
[    13.095] (II) No input driver specified, ignoring this device.
[    13.095] (II) This device may have been added with another device file.
[    13.095] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event17)
[    13.096] (II) No input driver specified, ignoring this device.
[    13.096] (II) This device may have been added with another device file.
[    13.096] (II) config/udev: Adding input device ASCP1200:00 093A:3016 Touchpad (/dev/input/event8)
[    13.096] (**) ASCP1200:00 093A:3016 Touchpad: Applying InputClass "libinput touchpad catchall"
[    13.096] (II) Using input driver 'libinput' for 'ASCP1200:00 093A:3016 Touchpad'
[    13.096] (**) ASCP1200:00 093A:3016 Touchpad: always reports core events
[    13.096] (**) Option "Device" "/dev/input/event8"
[    13.099] (II) event8  - ASCP1200:00 093A:3016 Touchpad: is tagged by udev as: Touchpad
[    13.099] (II) event8  - ASCP1200:00 093A:3016 Touchpad: device is a touchpad
[    13.099] (II) event8  - ASCP1200:00 093A:3016 Touchpad: device removed
[    13.111] (II) libinput: ASCP1200:00 093A:3016 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.111] (II) libinput: ASCP1200:00 093A:3016 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.111] (II) libinput: ASCP1200:00 093A:3016 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.111] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:00/i2c-0/i2c-ASCP1200:00/0018:093A:3016.0001/input/input10/event8"
[    13.111] (II) XINPUT: Adding extended input device "ASCP1200:00 093A:3016 Touchpad" (type: TOUCHPAD, id 10)
[    13.112] (**) Option "AccelerationScheme" "none"
[    13.112] (**) ASCP1200:00 093A:3016 Touchpad: (accel) selected scheme none/0
[    13.112] (**) ASCP1200:00 093A:3016 Touchpad: (accel) acceleration factor: 2.000
[    13.112] (**) ASCP1200:00 093A:3016 Touchpad: (accel) acceleration threshold: 4
[    13.113] (II) event8  - ASCP1200:00 093A:3016 Touchpad: is tagged by udev as: Touchpad
[    13.114] (II) event8  - ASCP1200:00 093A:3016 Touchpad: device is a touchpad
[    13.115] (II) config/udev: Adding input device ASCP1200:00 093A:3016 Touchpad (/dev/input/mouse1)
[    13.115] (II) No input driver specified, ignoring this device.
[    13.115] (II) This device may have been added with another device file.
[    13.115] (II) config/udev: Adding input device ASCP1200:00 093A:3016 Mouse (/dev/input/event7)
[    13.115] (**) ASCP1200:00 093A:3016 Mouse: Applying InputClass "libinput pointer catchall"
[    13.115] (II) Using input driver 'libinput' for 'ASCP1200:00 093A:3016 Mouse'
[    13.115] (**) ASCP1200:00 093A:3016 Mouse: always reports core events
[    13.115] (**) Option "Device" "/dev/input/event7"
[    13.116] (II) event7  - ASCP1200:00 093A:3016 Mouse: is tagged by udev as: Mouse Pointingstick
[    13.116] (II) event7  - ASCP1200:00 093A:3016 Mouse: device is a pointer
[    13.116] (II) event7  - ASCP1200:00 093A:3016 Mouse: device removed
[    13.126] (II) libinput: ASCP1200:00 093A:3016 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.126] (II) libinput: ASCP1200:00 093A:3016 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.126] (II) libinput: ASCP1200:00 093A:3016 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.126] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:00/i2c-0/i2c-ASCP1200:00/0018:093A:3016.0001/input/input9/event7"
[    13.126] (II) XINPUT: Adding extended input device "ASCP1200:00 093A:3016 Mouse" (type: MOUSE, id 11)
[    13.126] (**) Option "AccelerationScheme" "none"
[    13.126] (**) ASCP1200:00 093A:3016 Mouse: (accel) selected scheme none/0
[    13.126] (**) ASCP1200:00 093A:3016 Mouse: (accel) acceleration factor: 2.000
[    13.126] (**) ASCP1200:00 093A:3016 Mouse: (accel) acceleration threshold: 4
[    13.126] (II) event7  - ASCP1200:00 093A:3016 Mouse: is tagged by udev as: Mouse Pointingstick
[    13.126] (II) event7  - ASCP1200:00 093A:3016 Mouse: device is a pointer
[    13.127] (II) config/udev: Adding input device ASCP1200:00 093A:3016 Mouse (/dev/input/mouse0)
[    13.127] (II) No input driver specified, ignoring this device.
[    13.127] (II) This device may have been added with another device file.
[    13.127] (II) config/udev: Adding input device ITE5570:00 0B05:19B6 Wireless Radio Control (/dev/input/event5)
[    13.127] (**) ITE5570:00 0B05:19B6 Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    13.127] (II) Using input driver 'libinput' for 'ITE5570:00 0B05:19B6 Wireless Radio Control'
[    13.127] (**) ITE5570:00 0B05:19B6 Wireless Radio Control: always reports core events
[    13.127] (**) Option "Device" "/dev/input/event5"
[    13.128] (II) event5  - ITE5570:00 0B05:19B6 Wireless Radio Control: is tagged by udev as: Keyboard
[    13.128] (II) event5  - ITE5570:00 0B05:19B6 Wireless Radio Control: device is a keyboard
[    13.128] (II) event5  - ITE5570:00 0B05:19B6 Wireless Radio Control: device removed
[    13.138] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:01/i2c-1/i2c-ITE5570:00/0018:0B05:19B6.0002/input/input7/event5"
[    13.138] (II) XINPUT: Adding extended input device "ITE5570:00 0B05:19B6 Wireless Radio Control" (type: KEYBOARD, id 12)
[    13.138] (II) event5  - ITE5570:00 0B05:19B6 Wireless Radio Control: is tagged by udev as: Keyboard
[    13.138] (II) event5  - ITE5570:00 0B05:19B6 Wireless Radio Control: device is a keyboard
[    13.139] (II) config/udev: Adding input device ITE5570:00 0B05:19B6 (/dev/input/event6)
[    13.139] (II) No input driver specified, ignoring this device.
[    13.139] (II) This device may have been added with another device file.
[    13.139] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event11)
[    13.139] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    13.139] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    13.139] (**) Asus WMI hotkeys: always reports core events
[    13.139] (**) Option "Device" "/dev/input/event11"
[    13.139] (II) event11 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    13.139] (II) event11 - Asus WMI hotkeys: device is a keyboard
[    13.140] (II) event11 - Asus WMI hotkeys: device removed
[    13.150] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input13/event11"
[    13.150] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
[    13.150] (II) event11 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    13.150] (II) event11 - Asus WMI hotkeys: device is a keyboard
[    13.151] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    13.151] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    13.151] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    13.151] (**) AT Translated Set 2 keyboard: always reports core events
[    13.151] (**) Option "Device" "/dev/input/event3"
[    13.151] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    13.151] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    13.152] (II) event3  - AT Translated Set 2 keyboard: device removed
[    13.152] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    13.152] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    13.152] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    13.152] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    13.153] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[    13.153] (II) No input driver specified, ignoring this device.
[    13.153] (II) This device may have been added with another device file.
[    13.160] (II) AMDGPU(0): EDID vendor "BOE", prod id 3200
[    13.160] (II) AMDGPU(0): Using EDID range info for horizontal sync
[    13.160] (II) AMDGPU(0): Using EDID range info for vertical refresh
[    13.160] (II) AMDGPU(0): Printing DDC gathered Modelines:
[    13.160] (II) AMDGPU(0): Modeline "2560x1600"x0.0  280.71  2560 2608 2640 2720  1600 1603 1609 1720 +hsync -vsync (103.2 kHz eP)
[    13.160] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:03.1/0000:65:00.0/drm/card1 /dev/dri/card1
[    13.160] (II) config/udev: Adding drm device (/dev/dri/card1)
[    13.160] (II) xfree86: Adding drm device (/dev/dri/card1)
[    13.160] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:65:00.0/drm/card1
[    13.214] (II) LoadModule: "modesetting"
[    13.214] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    13.215] (II) Module modesetting: vendor="X.Org Foundation"
[    13.215]    compiled for 1.21.1.18, module version = 1.21.1
[    13.215]    Module class: X.Org Video Driver
[    13.215]    ABI class: X.Org Video Driver, version 25.2
[    13.215] (II) UnloadModule: "modesetting"
[    13.215] (II) Unloading modesetting
[    13.215] (II) Failed to load module "modesetting" (already loaded, 0)
[    13.268] (II) modeset(G0): using drv /dev/dri/card1
[    13.269] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    13.269] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    13.269] (==) modeset(G0): RGB weight 888
[    13.269] (==) modeset(G0): Default visual is TrueColor
[    13.269] (II) Loading sub module "glamoregl"
[    13.269] (II) LoadModule: "glamoregl"
[    13.269] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    13.269] (II) Module glamoregl: vendor="X.Org Foundation"
[    13.269]    compiled for 1.21.1.18, module version = 1.0.1
[    13.269]    ABI class: X.Org ANSI C Emulation, version 0.4
[    13.271] (II) modeset(G0): glamor X acceleration enabled on NVIDIA GeForce RTX 4070 Laptop GPU/PCIe/SSE2
[    13.271] (II) modeset(G0): glamor initialized
[    13.271] (II) modeset(G0): Output DP-1-9 has no monitor section
[    13.271] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    13.271] (II) modeset(G0): Output eDP-1-2 has no monitor section
[    13.272] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    13.272] (**) modeset(G0): Display dimensions: (340, 220) mm
[    13.272] (**) modeset(G0): DPI set to (76, 88)
[    13.272] (II) Loading sub module "fb"
[    13.272] (II) LoadModule: "fb"
[    13.272] (II) Module "fb" already built-in
[    13.353] (==) modeset(G0): Backing store enabled
[    13.353] (==) modeset(G0): Silken mouse enabled
[    13.353] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    13.353] (==) modeset(G0): DPMS enabled
[    13.353] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[    13.354] (II) modeset(G0): [DRI2] Setup complete
[    13.354] (II) modeset(G0): [DRI2]   DRI driver: nouveau
[    13.354] (II) modeset(G0): [DRI2]   VDPAU driver: nouveau
[    13.354] (EE) modeset(G0): Failed to create pixmap
[    13.413] (II) UnloadModule: "modesetting"
[    13.413] (II) UnloadSubModule: "glamoregl"
[    13.413] (II) Unloading glamoregl
[    13.413] xf86: found device 1
[   351.722] (II) event9  - Video Bus: device removed
[   351.729] (II) event10 - Video Bus: device removed
[   351.734] (II) event0  - Power Button: device removed
[   351.734] (II) event1  - Sleep Button: device removed
[   351.734] (II) event8  - ASCP1200:00 093A:3016 Touchpad: device removed
[   351.740] (II) event7  - ASCP1200:00 093A:3016 Mouse: device removed
[   351.750] (II) event5  - ITE5570:00 0B05:19B6 Wireless Radio Control: device removed
[   351.756] (II) event11 - Asus WMI hotkeys: device removed
[   351.762] (II) event3  - AT Translated Set 2 keyboard: device removed
[   351.762] (II) AIGLX: Suspending AIGLX clients for VT switch

From of the tourous remoamed adding nvidia nvidia_modeset nvidia_uvm nvidia_drm to MODULES=(), but it is no longer working.

archlinux-laptop% cat 
archlinux-laptop% ls 
10-prime-offload.conf.back  20-amdgpu.conf  20-nvidia.conf.back
archlinux-laptop% 

Should I use nvidia-xconfig to generate a configuration?

Last edited by zhihuiyuze (2025-08-19 09:55:15)

Offline

#39 2025-08-19 10:37:08

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

Re: [SOLVED] nvidia-open-dkms keeps getting preempted by nouveau

Should I use nvidia-xconfig to generate a configuration?

No, that tool was useful over a decade ago when X was bad at configuring things itself.

With modern X using nvidia-xconfig is great for getting black screens on next boot.


EDIT:
What is in 20-amdgpu.conf ?

2nd EDIT :
ignore
Why are you trying to load a radeon driver for a amd strix halo chipset ?

Last edited by Lone_Wolf (2025-08-19 10:44:37)


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

#40 2025-08-19 10:47:14

zhihuiyuze
Member
Registered: 2022-12-27
Posts: 52
Website

Re: [SOLVED] nvidia-open-dkms keeps getting preempted by nouveau

Lone_Wolf wrote:

Should I use nvidia-xconfig to generate a configuration?

No, that tool was useful over a decade ago when X was bad at configuring things itself.

With modern X using nvidia-xconfig is great for getting black screens on next boot.


EDIT:
What is in 20-amdgpu.conf ?

2nd EDIT :
Why are you trying to load a radeon driver for a amd strix halo chipset ?

Section "Device"
        Identifier "AMD"
        Driver "amdgpu"
        BusID:  "68:0:0"
EndSection

This configuration that Seth suggested can fix the black screen when I don’t have asus Linux for iGPU and dGPU.


For the second question, I was just trying to fix it by Google. Please tell me how should I make this right, thanks. I have limited experience with this 0.0

Offline

#41 2025-08-19 10:51:42

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

Re: [SOLVED] nvidia-open-dkms keeps getting preempted by nouveau

The 2nd Q was based on a wrong conclusion by me.
On the off-chance I was wrong 2 times : If you do have xf896-video-radeon installed, remove it.


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

#42 2025-08-19 13:49:16

zhihuiyuze
Member
Registered: 2022-12-27
Posts: 52
Website

Re: [SOLVED] nvidia-open-dkms keeps getting preempted by nouveau

I don't have such a package, do you mean xf86-video-amdgpu?

archlinux-laptop% pacman -Ss xf869              
archlinux-laptop% sudo pacman -R xf896-video-radeon
错误:未找到目标:xf896-video-radeon
archlinux-laptop% sudo pacman -Ss xf896-video-radeon
archlinux-laptop% 

Last edited by zhihuiyuze (2025-08-19 13:50:10)

Offline

#43 2025-08-19 14:13:43

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,062

Re: [SOLVED] nvidia-open-dkms keeps getting preempted by nouveau

Just for the status quo: the X11 server runs fine and you've display on the AMD GPU attached notebook panel?
The remaining problem is that the nvidia driver bitches around and refuses to pick up the device?
Have you tried to delay the start of the X11 server as discussed in https://bbs.archlinux.org/viewtopic.php … 8#p2256418 ?
The actual DM does absolutely not matter here, but of course you'll have to adjust whatever starts the X11 server. For a quick test you can boot only the multi-user.target (2nd link below) get a cup of coffee, then manually start the graphical.target and check the X11 log whether the nvidia driver has picked up the GPU.
If not, please also post an updated journal w/ the non-open nvidia kernel module.

Offline

#44 2025-08-19 16:48:39

zhihuiyuze
Member
Registered: 2022-12-27
Posts: 52
Website

Re: [SOLVED] nvidia-open-dkms keeps getting preempted by nouveau

I set ExecStartPre=/usr/bin/sleep 5 for SDDM, and that solved the problem. Right now I only use one display, but whenever I log in through a TTY and then start KDE with Wayland, everything works fine. I think that’s because by then all the drivers have already finished loading.

I’m wondering if it’s possible to use systemd to set SDDM to start only after certain services have started, but I haven’t been able to make it work. Right now, if I just let SDDM sleep for one second, it can start up normally.

Last edited by zhihuiyuze (2025-08-19 16:54:49)

Offline

#45 2025-08-19 19:20:19

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,062

Re: [SOLVED] nvidia-open-dkms keeps getting preempted by nouveau

I’m wondering if it’s possible to use systemd to set SDDM to start only after certain services have started

https://ewontfix.com/15/ - though also "what services would those be"?
You essentially need the GPU to be "ready", you could probably poll nvidia-smi into a target and have SDDM depend on that (but idk whether that will work, notably whether "GPU responds to nvidia-smi" equates to "the x11 driver or wayland will now work")
nb. that this is a very recent condition and was not a problem before the 580xx driver series.

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

#46 2025-08-20 07:59:36

zhihuiyuze
Member
Registered: 2022-12-27
Posts: 52
Website

Re: [SOLVED] nvidia-open-dkms keeps getting preempted by nouveau

Thank for helping me check the issues.

I have marked it, I will follow up to see if there is a better way.

Offline

Board footer

Powered by FluxBB