You are not logged in.

#1 2026-06-02 17:01:09

reloadedd
Member
Registered: 2023-07-06
Posts: 18

Freeze after login whenever upgrading nvidia/kernel

Hi everyone.

This issue is exactly this one, posted by me, 8 months ago: https://bbs.archlinux.org/viewtopic.php?id=309115. TLDR: Whenever I upgrade the kernel and/or nvidia driver, at next reboot after logging in (i.e. typing user & password and hitting ENTER) => the system completely freezes. Sometimes SysRq reboot works, sometimes it doesn't, therefore I have to hold the power button of the laptop to manually power it off.

A journalctl of a failed attempt (on this boot the whole system froze and I was able to reboot using SysRq reboot) -- also, in this attempt I've tried the latest kernel (7.0.10-arch1-1) and the latest nvidia-open-dkms (610.43.02) versions: https://paste.c-net.org/QuickerNicest.

The setup with which I was stuck for the past 8 months was nvidia-dkms (580.82.09-1) and linux kernel (6.16.0-arch2-1). For the last few days I've tried different combinations of kernel & nvidia driver versions. I've managed to upgrade my nvidia driver version, but not the kernel. Currently I'm having installed the latest nvidia-580xx-dkms version:

➜  ~ pacman -Qi nvidia-580xx-
…ia-580xx-dkms  (580.159.04-1)  …ia-580xx-settings  (580.159.04-1)  …ia-580xx-utils  (580.159.04-1)
# This is fish shell, I've pressed TAB in the command above for the shell to perform an autocomplete that shows the packages and their versions, not actually executed the command.

How did I got to install this package? By following the ArchWiki.

~ lspci -k -d ::03xx
# ... SKIPPING THE INTEGRATED GPU ...
0000:01:00.0 VGA compatible controller: NVIDIA Corporation AD107M [GeForce RTX 4060 Max-Q / Mobile] (rev a1)
       Subsystem: ASUSTeK Computer Inc. Device 20bd
       Kernel driver in use: nvidia
       Kernel modules: nouveau, nvidia_drm, nvidia

My GPU is AD107M, part of the NV190 family (Ada Lovelace). According to the table in the Wiki, I need to install either nvidia-open or nvidia-580xx-dkms (I've also tried nvidia-open). There is also a note on the Wiki:

NVIDIA's GSP firmware is known to cause issues, from suboptimal power management of Turing GPUs to complete failure on some laptops containing Ampere GPUs. If affected, use the proprietary driver (e.g. nvidia-580xx-dkmsAUR) with the module parameter NVreg_EnableGpuFirmware=0 instead.

I've also set the kernel parameter NVreg_EnableGpuFirmware=0, however to no avail, nothing changed. I've also tried different kernels with the current nvidia driver version using the downgrade tool:

-  631)  linux    7.0.10.arch1   1  /var/cache/pacman/pkg  2026-05-23 
-  608)  linux    6.18.9.arch1   2  /var/cache/pacman/pkg  2026-02-09
-  594)  linux    6.17.9.arch1   1  /var/cache/pacman/pkg  2025-11-2
-  581)  linux    6.16.10.arch1  1  /var/cache/pacman/pkg  2025-10-02

Those were the kernel versions that I've tested and all resulted on the same freeze after login. It seems that I'm stuck with 6.16.0-arch2-1 for now (... and since almost a year). It's also surprinsing to me that it also froze with kernel version 6.16.10 since it's 6.16.x.

Current system specs & versions:

➜ ~ neofetch
OS: Arch Linux x86_64
DE: Plasma 6.6.5
WM: kwin
CPU: 13th Gen Intel i9-13980HX (32) @ 5.400GHz
GPU: Intel Raptor Lake-S UHD Graphics
GPU: NVIDIA GeForce RTX 4060 Max-Q / Mobile

➜  ~ nvidia-smi
Tue Jun  2 19:58:00 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.159.04             Driver Version: 580.159.04     CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+

# Laptop model
ASUSTeK COMPUTER INC. ROG Strix G614JV_G614JV/G614JV, BIOS G614JV.333 10/01/2025

Offline

#2 2026-06-02 20:01:11

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,206

Re: Freeze after login whenever upgrading nvidia/kernel

it "looks" like things are mostly fine, nothing really screaming nvidia issue here. What happens if you simplify the running services? e.g. try disabling supergfxd,asusd,laptop-mode-tools and friends. The old microcode message could potentially be contributing, you might want to setup https://wiki.archlinux.org/title/Microcode and/or update your UEFI to make sure you have the newer revisions.

Offline

#3 2026-06-02 20:47:57

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

Re: Freeze after login whenever upgrading nvidia/kernel

Whenever I upgrade the kernel and/or nvidia driver, at next reboot after logging in (i.e. typing user & password and hitting ENTER) => the system completely freezes. Sometimes SysRq reboot works

And the problem is completely gone w/ a subsequent reboot?
You *have* tested only changing the nvidia driver, w/o altering the kernel (whether updating the driver or switching between nvidia-open and 580xx-dkms)?

May 31 10:02:21 Mithras kernel: nvidia 0000:01:00.0: [drm] Cannot find any crtc or sizes

There're no outputs attached to the nvidia GPU.

The log has a login on TTY3 (after fatfingering the password wink) but there seems no attempt to start a session from SDDM?
You'd typically log into plasma/wayland? Is this also a problem w/
- plasma/X11
- weston
- openbox
?

May 31 10:02:21 Mithras kernel:  nvme0n1: p1 p2 p3 p4 p5
May 31 10:02:21 Mithras kernel:  nvme1n1: p1 p2 p3 p4

Sanity check: How many parallel windows installations are there?

Offline

#4 2026-06-03 21:59:37

reloadedd
Member
Registered: 2023-07-06
Posts: 18

Re: Freeze after login whenever upgrading nvidia/kernel

V1del wrote:

What happens if you simplify the running services? e.g. try disabling supergfxd,asusd,laptop-mode-tools and friends.

Nothing, apparently. This is the list of everything that I've uninstalled (pacman -Rus ...) -- did I miss any friend?:

Name            : supergfxctl
Version         : 5.2.7-2
Description     : A utility for Linux graphics switching on Intel/AMD iGPU + nVidia dGPU laptops
Architecture    : x86_64
URL             : https://gitlab.com/asus-linux/supergfxctl
Licenses        : MPL-2.0
Groups          : None
Provides        : supergfxctl
Depends On      : gcc-libs  systemd  lsof
Optional Deps   : None
Required By     : asusctltray-git
Optional For    : asusctl
Conflicts With  : supergfxctl-git  optimus-manager
Replaces        : None
Installed Size  : 5.81 MiB
Packager        : Garuda Builder <team@garudalinux.org>
Build Date      : Wed 18 Jun 2025 11:46:28 AM EEST
Install Date    : Sun 24 May 2026 11:24:37 PM EEST
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : SHA-256 Sum  Signature

Name            : asusctltray-git
Version         : r28.c8ef0ba-1
Description     : Simple tray profile switcher for asusctl
Architecture    : any
URL             : https://github.com/Baldomo/asusctltray
Licenses        : MIT
Groups          : None
Provides        : asusctltray
Depends On      : python3  supergfxctl  asusctl  dbus  dbus-python
Optional Deps   : None
Required By     : None
Optional For    : asusctl
Conflicts With  : asusctltray
Replaces        : None
Installed Size  : 28.54 KiB
Packager        : Unknown Packager
Build Date      : Wed 08 Jan 2025 09:06:12 AM EET
Install Date    : Wed 08 Jan 2025 09:06:14 AM EET
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : None

Name            : rog-control-center
Version         : 6.3.7-1
Description     : App to control asusctl
Architecture    : x86_64
URL             : https://asus-linux.org
Licenses        : MPL-2.0
Groups          : None
Provides        : None
Depends On      : asusctl  fontconfig  freetype2  glibc  hicolor-icon-theme  libayatana-appindicator  libgcc  libinput  libxkbcommon  mesa  seatd  systemd-libs
Optional Deps   : None
Required By     : None
Optional For    : asusctl
Conflicts With  : None
Replaces        : None
Installed Size  : 20.39 MiB
Packager        : Garuda Builder <team@garudalinux.org>
Build Date      : Thu 16 Apr 2026 03:47:38 AM EEST
Install Date    : Thu 16 Apr 2026 08:07:16 PM EEST
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : SHA-256 Sum  Signature

Name            : asusctl
Version         : 6.3.7-1
Description     : A control daemon, CLI tools, and a collection of crates for interacting with ASUS ROG laptops
Architecture    : x86_64
URL             : https://asus-linux.org
Licenses        : MPL-2.0
Groups          : None
Provides        : None
Depends On      : glibc  libgcc  libusb  systemd  systemd-libs
Optional Deps   : acpi_call: fan control [installed]
                  asusctltray: tray profile switcher
                  rog-control-center: app to control asusctl
                  supergfxctl: hybrid GPU control
Required By     : None
Optional For    : None
Conflicts With  : gnome-shell-extension-asusctl-gnome
Replaces        : None
Installed Size  : 23.13 MiB
Packager        : Garuda Builder <team@garudalinux.org>
Build Date      : Thu 16 Apr 2026 03:47:38 AM EEST
Install Date    : Thu 16 Apr 2026 08:07:14 PM EEST
Install Reason  : Explicitly installed
Install Script  : Yes
Validated By    : SHA-256 Sum  Signature
V1del wrote:

The old microcode message could potentially be contributing [...]

Installed intel-ucode (had to manually remove old /boot/intel-ucode.img (maybe some leftover?) to install it, but now looking at journal logs it seems that the new microcode (0x00000133) is being loaded. The BIOS version (333) is the latest, checked the Asus website for my laptop.

seth wrote:

And the problem is completely gone w/ a subsequent reboot?

Nope, actually tried right now when testing another kernel and the changes I've mentioned above. I remember now back in the day trying different things then coming back the next day discovering that I've forget to fix it the night before and the system froze after logging in. It persists across reboots, the only way to fix it is to revert to a state it previously worked.

seth wrote:

You *have* tested only changing the nvidia driver, w/o altering the kernel (whether updating the driver or switching between nvidia-open and 580xx-dkms)?

I've tested all 3 packages (nvidia-open, 580xx-dkms, nvidia-open-dkms) with different kernels. 580xx-dkms is working for the current version of kernel (6.16.0-arch2-1). Scenarios tested:
- nvidia-open/nvidia-open-dkms tested with the current kernel that's working with 580xx-dkms
- All three with a newer kernel

So, even though 580xx-dkms is working with the current kernel, when I upgrade to 6.16.10-arch1-1 or 7.0.10-arch1-1 (this is what I've tested today), it freezes like before after login.

seth wrote:

There're no outputs attached to the nvidia GPU.

In that log, I've used only my laptop screen (no external display connected) - from what I know, the HDMI slot plugs into the GPU. I have an external 4K TV (LG C3) that goes into screensaver mode while I'm trying things and rebooting and it blinds me at full brightness, this is why I don't connect it when debugging. I've also tried with it connected and it also freezes.

seth wrote:

You'd typically log into plasma/wayland?

That's right, that's the setup.  Together with SDDM.

seth wrote:

but there seems no attempt to start a session from SDDM?

I don't know to read the log that well, but there should be because I've entered my credentials and pressed enter. Then it froze and I've rebooted with SysRq Reboot. Regarding the TTY3 (with the wrong pw attempt, oops) it was me probably checking the kernel version or something in another terminal (CTRL + ALT + F3). Also, I've tried once starting Plasma from such a terminal via startplasma-wayland command, it also froze.

seth wrote:

Sanity check: How many parallel windows installations are there?

Just one. 2 SSDs. 1 SSD (1 TB) for Windows, 1 SSD (2 TB) splitted between whole Linux install AND a partition of around 700GB on Windows (for storing things).

➜  sudo fdisk -l
Disk /dev/nvme1n1: 1.82 TiB, 2000398934016 bytes, 3907029168 sectors
Disk model: SHPP41-2000GM                           
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: C42031DD-51F5-42FF-B8B7-C472A5EFDF76

Device              Start        End    Sectors  Size Type
/dev/nvme1n1p1         34      32767      32734   16M Microsoft reserved
/dev/nvme1n1p2      32768 1484832767 1484800000  708G Microsoft basic data
/dev/nvme1n1p3 1484832768 1487978495    3145728  1.5G EFI System
/dev/nvme1n1p4 1487978496 1521532927   33554432   16G Linux swap
/dev/nvme1n1p5 1521532928 3907028991 2385496064  1.1T Linux filesystem


Disk /dev/nvme0n1: 953.87 GiB, 1024209543168 bytes, 2000409264 sectors
Disk model: WD PC SN560 SDDPNQE-1T00-1002           
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 65F8C023-0C77-4CE3-B2EF-05244D9C2AC6

Device              Start        End    Sectors   Size Type
/dev/nvme0n1p1       2048     206847     204800   100M EFI System
/dev/nvme0n1p2     206848     239615      32768    16M Microsoft reserved
/dev/nvme0n1p3     239616 1998432255 1998192640 952.8G Microsoft basic data
/dev/nvme0n1p4 1998432256 2000406527    1974272   964M Windows recovery environment


Disk /dev/mapper/root: 1.11 TiB, 1221357207552 bytes, 2385463296 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Here are two new journalctls from today after applying the changes:
- Upgrade to kernel  6.16.10-arch1-1 with the same 580xx-dkms nvidia driver, which resulted in the same system freeze and rebooted with SysRq: https://paste.c-net.org/BulldogTorches
- Successful login, after downgrading back to 6.16.0-arch2-1; this is the current boot on which I'm writing this post: https://paste.c-net.org/TelegramTwinge

Offline

#5 2026-06-03 22:35:48

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

Re: Freeze after login whenever upgrading nvidia/kernel

the only way to fix it is to revert to a state it previously worked.

So basically you've this problem w/ any kernel after 6.16.0 ?

Is "nvidia-modeset.hdmi_deepcolor=1" a non-working, stale effort to mitigate the problem?

Just one.

Was a trick question, please see teh 3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.

https://paste.c-net.org/BulldogTorches does't reboot w/ sysrq and doesn't have an attempt to login from SDDM either.
https://paste.c-net.org/TelegramTwinge shows you logging in into plasma/wayland - for some reason you're also starting picom.

Jun 04 00:18:56 Mithras intel-undervolt[1615]: CPU (0): -139.65 mV
Jun 04 00:18:56 Mithras intel-undervolt[1615]: GPU (1): -49.80 mV
Jun 04 00:18:56 Mithras intel-undervolt[1615]: CPU Cache (2): -125.00 mV
Jun 04 00:18:56 Mithras intel-undervolt[1615]: System Agent (3): -49.80 mV
Jun 04 00:18:56 Mithras intel-undervolt[1615]: Analog I/O (4): -0.00 mV

Disable that, too.

Can you log into plasma/X11 w/ kernels > 6.16.0?
Fwwi, I don't think your nvidia GPU is relevant here at all

Offline

#6 2026-06-04 20:31:09

reloadedd
Member
Registered: 2023-07-06
Posts: 18

Re: Freeze after login whenever upgrading nvidia/kernel

seth wrote:

So basically you've this problem w/ any kernel after 6.16.0 ?

Yes. Honestly, didn't tried before 6.16.0.

seth wrote:

Is "nvidia-modeset.hdmi_deepcolor=1" a non-working, stale effort to mitigate the problem?

It's a parameter I've got some time ago (~1 yr 1/2) when I couldn't use all 120hz of my TV. I've removed it now, the system works without it.

seth wrote:

Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.

It thought it was disabled. Re-checked now an the Hiberboot registry entry was 1. Set it to 0 and did as you said.

seth wrote:

https://paste.c-net.org/BulldogTorches does't reboot w/ sysrq and doesn't have an attempt to login from SDDM either.

I see now that when the system freezes, the logs don't seem to record this. Looking at my last boots where it froze and restarted with Sysrq, there's no mentioned of it not nor any log mentioning 'Stopping ...'.


seth wrote:

for some reason you're also starting picom.

No idea how it got there, first time hearing about it. Uninstalled. Also uninstalled intel-undervolt (I'm really curious tbh if it was doing something -- I've seen a log regarding unrecognized msr register write; on Windows I'm using ThrottleStop for undervolting and it works great).

seth wrote:

Can you log into plasma/X11 w/ kernels > 6.16.0?

No. Kernels tested today with the same nvidia driver (nvidia-580xx-dkms/580.159.04-1):

6.19.14-arch1-1
6.16.1-arch1-1
6.18.0-arch1-1
seth wrote:

Fwwi, I don't think your nvidia GPU is relevant here at all

Funny thing is, if I fully remove the nvidia driver (pacman -Rus nvidia-580xx-dkms) and install the latest kernel (7.0.x), it doesn't freeze at login! But yeah, now the HDMI port is useless 'cuz I can't connect the external TV.

While trying things today, I've also noticed a weird behavior:
- Went into settings -> Display & Monitor -> Enabled HDR for the external display.
- After that, no output on the external display. Disconnected it in order to be able to view something on the laptop screen. Tried to deactivate HDR, but had to reconnect the TV back and did it blindly because neither the external TV nor the laptop screen were showing anything (Fn + F10 to choose display mode and luckily set only laptop screen).
- After it was disabled, couldn't reconnect the external TV it back - no output, like it was dead (lasted until reboot). The system also froze a bit after managing to deactivate HDR (~5-7 secs, couldn't even move the mouse pointer, seen on laptop screen).

Here are the logs for this event:
# dmesg

[10844.674392] [drm:nv_drm_atomic_commit [nvidia_drm]] *ERROR* [nvidia-drm] [GPU ID 0x00000100] Flip event timeout on head 0
[10847.682600] [drm:nv_drm_atomic_commit [nvidia_drm]] *ERROR* [nvidia-drm] [GPU ID 0x00000100] Flip event timeout on head 0
[10924.865246] [drm:nv_drm_atomic_commit [nvidia_drm]] *ERROR* [nvidia-drm] [GPU ID 0x00000100] Flip event timeout on head 0
[10928.874727] [drm:nv_drm_atomic_commit [nvidia_drm]] *ERROR* [nvidia-drm] [GPU ID 0x00000100] Failed to apply atomic modeset.  Error code: -22

# journalctl --user-unit plasma-kwin_wayland --boot 0

Jun 04 19:11:25 Mithras systemd[1576]: Starting KDE Wayland Compositor...
Jun 04 19:11:25 Mithras systemd[1576]: Started KDE Wayland Compositor.
Jun 04 19:11:26 Mithras kwin_wayland[2102]: No backend specified, automatically choosing drm
Jun 04 19:11:26 Mithras kwin_wayland[2102]: XKB: Multiple definitions of group 1 name in map 'std'; Using 'Romanian (standard)', ignoring 'English (US)'
Jun 04 19:11:26 Mithras kwin_wayland[2102]: XKB: [XKB-800] Key "<META>" added to modifier map for multiple modifiers; Using Mod4, ignoring Mod1
Jun 04 19:11:26 Mithras kwin_wayland[2102]: XKB: [XKB-800] Symbol "Meta_L" added to modifier map for multiple modifiers; Using Mod4, ignoring Mod1
Jun 04 19:11:26 Mithras kwin_wayland[2102]: XKB: [XKB-800] Symbol "Meta_R" added to modifier map for multiple modifiers; Using Mod4, ignoring Mod1
Jun 04 19:11:27 Mithras kwin_wayland[2102]: The theme "Arch-round" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jun 04 19:11:27 Mithras kwin_wayland[2102]: The theme "Arch-round" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jun 04 19:11:27 Mithras kwin_wayland[2102]: The theme "Arch-round" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jun 04 19:11:27 Mithras kwin_wayland_wrapper[2358]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Jun 04 19:11:27 Mithras kwin_wayland_wrapper[2358]: > Warning:          Multiple symbols for level 1/group 1 on key <FK23>
Jun 04 19:11:27 Mithras kwin_wayland_wrapper[2358]: >                   Using F23, ignoring XF86TouchpadOff
Jun 04 19:11:27 Mithras kwin_wayland_wrapper[2358]: > Warning:          Symbol map for key <FK23> redefined
Jun 04 19:11:27 Mithras kwin_wayland_wrapper[2358]: >                   Using last definition for conflicting fields
Jun 04 19:11:27 Mithras kwin_wayland_wrapper[2358]: > Warning:          Symbol map for key <FK24> redefined
Jun 04 19:11:27 Mithras kwin_wayland_wrapper[2358]: >                   Using last definition for conflicting fields
Jun 04 19:11:27 Mithras kwin_wayland_wrapper[2358]: Errors from xkbcomp are not fatal to the X server
Jun 04 19:11:27 Mithras kwin_wayland_wrapper[2366]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Jun 04 19:11:27 Mithras kwin_wayland_wrapper[2366]: > Warning:          Unsupported maximum keycode 709, clipping.
Jun 04 19:11:27 Mithras kwin_wayland_wrapper[2366]: >                   X11 cannot support keycodes above 255.
Jun 04 19:11:27 Mithras kwin_wayland_wrapper[2366]: > Warning:          Virtual modifier Hyper multiply defined
Jun 04 19:11:27 Mithras kwin_wayland_wrapper[2366]: >                   Using 0, ignoring 0
Jun 04 19:11:27 Mithras kwin_wayland_wrapper[2366]: > Warning:          Virtual modifier ScrollLock multiply defined
Jun 04 19:11:27 Mithras kwin_wayland_wrapper[2366]: >                   Using 0, ignoring 0
Jun 04 19:11:27 Mithras kwin_wayland_wrapper[2366]: Errors from xkbcomp are not fatal to the X server
Jun 04 19:11:35 Mithras kwin_wayland[2102]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.kwin'")
Jun 04 19:11:35 Mithras kwin_wayland[2102]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.kwin'")
Jun 04 19:12:05 Mithras kwin_wayland[2102]: The theme "Arch-round" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jun 04 19:12:08 Mithras kwin_wayland[2102]: QDBusConnection: couldn't handle call to Teardown, no slot matched
Jun 04 19:12:08 Mithras kwin_wayland[2102]: QDBusConnection: couldn't handle call to Teardown, no slot matched
Jun 04 19:12:08 Mithras kwin_wayland[2102]: Could not find slot Krunner1Adaptor::Teardown
Jun 04 19:19:18 Mithras kwin_wayland[2102]: Member visible of the object PlasmaQuick::Dialog overrides a member of the base object. Consider renaming it or adding final or override specifier
Jun 04 19:19:18 Mithras kwin_wayland[2102]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Connection already associated with an application ID")
Jun 04 20:02:30 Mithras kwin_wayland[2102]: Libinput: event5  - Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse: client bug: event processing lagging behind by 26ms, your system is too slow
Jun 04 20:20:09 Mithras kwin_wayland[2102]: <input>:1:7682: Could not resolve property: #pattern528
Jun 04 20:24:45 Mithras kwin_wayland[2102]: This plugin does not support setting window masks
Jun 04 20:34:19 Mithras kwin_wayland[2102]: <input>:1:7682: Could not resolve property: #pattern528
Jun 04 22:11:14 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:11:14 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:11:14 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:11:17 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:11:17 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:11:17 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:12 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:12 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:12 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:13 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:13 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:13 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:14 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:14 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:14 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:15 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:15 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:15 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:16 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:16 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:16 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:17 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:17 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:17 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:18 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:18 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:18 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:19 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:19 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:19 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:20 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:20 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:20 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:21 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:21 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:21 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:22 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:22 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:22 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:23 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:23 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:23 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:24 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:24 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:24 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:25 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:25 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:25 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:26 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:26 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:26 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:27 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:27 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:27 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:28 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:28 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:28 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:29 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:29 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:29 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:30 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:30 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:30 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:31 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:31 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:31 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:32 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:32 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:32 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:33 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:33 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:33 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:34 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:34 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:34 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:35 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:35 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:35 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:36 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:36 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:36 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:37 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:37 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:37 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:38 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:38 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:38 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:39 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:39 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:39 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:40 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:40 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:40 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:41 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:41 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:41 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:42 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:42 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:42 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:43 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:43 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:43 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:44 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:44 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:44 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:45 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:45 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:45 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:46 Mithras kwin_wayland[2102]: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
Jun 04 22:12:46 Mithras kwin_wayland[2102]: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux
Jun 04 22:12:46 Mithras kwin_wayland[2102]: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Jun 04 22:12:52 Mithras kwin_wayland[2102]: Libinput: event20 - ASUF1205:00 2808:0106 Touchpad: kernel bug: Touch jump detected and discarded.
                                            See https://wayland.freedesktop.org/libinput/doc/1.31.2/touchpad-jumping-cursors.html for details
Jun 04 22:12:56 Mithras kwin_wayland[2102]: The main thread was hanging temporarily!
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:56 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:57 Mithras kwin_wayland[2102]: <input>:1:20614: Could not resolve property: #radialGradient2005
Jun 04 22:12:57 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
Jun 04 22:12:57 Mithras kwin_wayland[2102]: atomic commit failed: Device or resource busy
# [...] and so on - mostly same atomic commit failed mesage.

I see many logs in journalctl from powerdevil regularly. Is that okay or it's a possible suspect?

Offline

#7 2026-06-04 20:54:43

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

Re: Freeze after login whenever upgrading nvidia/kernel

I see now that when the system freezes, the logs don't seem to record this. Looking at my last boots where it froze and restarted with Sysrq, there's no mentioned of it not nor any log mentioning 'Stopping ...'.

Do you do the entire sysrq + REISUB dance (and give every stage like 3 seconds) or just sysrq + b?
S+U are really important when it comes to any chance of preserving the journal.

But yeah, now the HDMI port is useless 'cuz I can't connect the external TV.

The output would be operated by nouveau?

No. Kernels tested today with the same nvidia driver (nvidia-580xx-dkms/580.159.04-1):

Sanity check, can you run an openbox session w/ newer kernels and the nvidia driver?
If not, what does the xorg log for those look like?

Offline

#8 Yesterday 18:56:22

reloadedd
Member
Registered: 2023-07-06
Posts: 18

Re: Freeze after login whenever upgrading nvidia/kernel

seth wrote:

Do you do the entire sysrq + REISUB dance (and give every stage like 3 seconds) or just sysrq + b?

I guess that's why I've got 2 kernel panics after kernel upgrade + sysrq reboot and had to rescue from live USB. No, I did just sysrq + b, wasn't aware of REISUB.

seth wrote:

The output would be operated by nouveau?

Don't know honestly. What I know is that if I remove the nvidia driver and boot the system, I don't have any output on the external TV connected via HDMI. It doesn't try to detect it or something, like it's not even connected.

Sanity check, can you run an openbox session w/ newer kernels and the nvidia driver? If not, what does the xorg log for those look like?

I'm hearing about openbox right now from you. I can, need to read the docs first, but for now I will give you the Xorg log. I have lied (unintentionally) previously, I didn't try on X11. In fact, I discovered that X11 wasn't even installed because of the Plasma 6.4 Kwin split. I've upgraded the kernel back to 7.0.11-arch1-1 and with the same nvidia driver version as before, it doesn't freeze! However, it's worth mentioning that it's awful, animations don't work, it doesn't feel as smooth as Wayland and the brightness control doesn't work for the TV (the OSD message says Built-in screen, so maybe it's not even trying to adjust the brightness of the TV, but the one of the laptop screen who's disabled).

Journalctl from Wayland session with kernel 7.0.x, which freeze'd the system as usual (this time I've used SysRq REISUB): https://paste.c-net.org/SuburbsTables
Journalctl from successful login on X11 with kernel 7.0.x and nvidia 580.159.04: https://paste.c-net.org/SurgeonStaple

/var/log/Xorg.0.log (I don't know why it's saying 02 Jun, seems to be from the current boot - ls -l confirms that it was written today):

[    17.897] (--) Log file renamed from "/var/log/Xorg.pid-1237.log" to "/var/log/Xorg.0.log"
[    17.901] 
X.Org X Server 1.21.1.23
X Protocol Version 11, Revision 0
[    17.901] Current Operating System: Linux Mithras 7.0.11-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 02 Jun 2026 18:26:58 +0000 x86_64
[    17.901] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=da62eedb-eca2-4d81-81e1-9ff4c9c171a1 rw loglevel=3 quiet nvidia-drm.modeset=1 nvidia-drm.fbdev=1 cryptdevice=UUID=e1ae8f12-ab08-4178-834b-f0419f594e30:root root=/dev/mapper/root
[    17.901]  
[    17.901] Current version of pixman: 0.46.4
[    17.901] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    17.901] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    17.901] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun  5 21:32:13 2026
[    17.904] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    17.906] (==) No Layout section.  Using the first Screen section.
[    17.906] (==) No screen section available. Using defaults.
[    17.906] (**) |-->Screen "Default Screen Section" (0)
[    17.906] (**) |   |-->Monitor "<default monitor>"
[    17.906] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    17.906] (**) Allowing byte-swapped clients
[    17.906] (==) Automatically adding devices
[    17.906] (==) Automatically enabling devices
[    17.906] (==) Automatically adding GPU devices
[    17.906] (==) Automatically binding GPU devices
[    17.906] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    17.908] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[    17.908] 	Entry deleted from font path.
[    17.908] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[    17.908] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[    17.908] 	Entry deleted from font path.
[    17.908] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[    17.908] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    17.908] 	Entry deleted from font path.
[    17.908] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    17.908] 	Entry deleted from font path.
[    17.908] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    17.908] 	Entry deleted from font path.
[    17.908] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    17.908] 	Entry deleted from font path.
[    17.908] (==) FontPath set to:
	
[    17.908] (==) ModulePath set to "/usr/lib/xorg/modules"
[    17.908] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    17.908] (II) Module ABI versions:
[    17.908] 	X.Org ANSI C Emulation: 0.4
[    17.908] 	X.Org Video Driver: 25.2
[    17.908] 	X.Org XInput driver : 24.4
[    17.908] 	X.Org Server Extension : 10.0
[    17.909] (++) using VT number 2

[    17.909] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    17.909] (II) xfree86: Adding drm device (/dev/dri/card1)
[    17.909] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[    17.910] (II) xfree86: Adding drm device (/dev/dri/card2)
[    17.910] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card2
[    17.920] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    17.920] (--) PCI:*(0@0:2:0) 8086:a788:1043:20bd rev 4, Mem @ 0x625e000000/16777216, 0x4000000000/268435456, I/O @ 0x00006000/64, BIOS @ 0x????????/131072
[    17.920] (--) PCI: (1@0:0:0) 10de:28e0:1043:20bd rev 161, Mem @ 0x86000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/524288
[    17.920] (II) LoadModule: "glx"
[    17.921] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    17.926] (II) Module glx: vendor="X.Org Foundation"
[    17.926] 	compiled for 1.21.1.23, module version = 1.0.0
[    17.926] 	ABI class: X.Org Server Extension, version 10.0
[    17.926] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[    17.926] 	loading driver: nvidia
[    17.926] (==) Matched intel as autoconfigured driver 0
[    17.926] (==) Matched nvidia as autoconfigured driver 1
[    17.926] (==) Matched nouveau as autoconfigured driver 2
[    17.926] (==) Matched nv as autoconfigured driver 3
[    17.926] (==) Matched modesetting as autoconfigured driver 4
[    17.926] (==) Matched fbdev as autoconfigured driver 5
[    17.926] (==) Matched vesa as autoconfigured driver 6
[    17.926] (==) Assigned the driver to the xf86ConfigLayout
[    17.926] (II) LoadModule: "intel"
[    17.926] (WW) Warning, couldn't open module intel
[    17.926] (EE) Failed to load module "intel" (module does not exist, 0)
[    17.926] (II) LoadModule: "nvidia"
[    17.926] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    17.929] (II) Module nvidia: vendor="NVIDIA Corporation"
[    17.929] 	compiled for 1.6.99.901, module version = 1.0.0
[    17.929] 	Module class: X.Org Video Driver
[    17.929] (II) LoadModule: "nouveau"
[    17.929] (WW) Warning, couldn't open module nouveau
[    17.929] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    17.929] (II) LoadModule: "nv"
[    17.930] (WW) Warning, couldn't open module nv
[    17.930] (EE) Failed to load module "nv" (module does not exist, 0)
[    17.930] (II) LoadModule: "modesetting"
[    17.930] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    17.930] (II) Module modesetting: vendor="X.Org Foundation"
[    17.930] 	compiled for 1.21.1.23, module version = 1.21.1
[    17.930] 	Module class: X.Org Video Driver
[    17.930] 	ABI class: X.Org Video Driver, version 25.2
[    17.930] (II) LoadModule: "fbdev"
[    17.930] (WW) Warning, couldn't open module fbdev
[    17.930] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    17.930] (II) LoadModule: "vesa"
[    17.930] (WW) Warning, couldn't open module vesa
[    17.930] (EE) Failed to load module "vesa" (module does not exist, 0)
[    17.930] (II) NVIDIA dlloader X Driver  580.159.04  Wed Apr 29 17:01:30 UTC 2026
[    17.930] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    17.930] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    17.944] (II) modeset(0): using drv /dev/dri/card2
[    17.945] (II) Loading sub module "fb"
[    17.945] (II) LoadModule: "fb"
[    17.945] (II) Module "fb" already built-in
[    17.945] (II) Loading sub module "wfb"
[    17.945] (II) LoadModule: "wfb"
[    17.945] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    17.945] (II) Module wfb: vendor="X.Org Foundation"
[    17.945] 	compiled for 1.21.1.23, module version = 1.0.0
[    17.945] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    17.946] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    17.946] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    17.946] (==) modeset(0): RGB weight 888
[    17.946] (==) modeset(0): Default visual is TrueColor
[    17.946] (II) Loading sub module "glamoregl"
[    17.946] (II) LoadModule: "glamoregl"
[    17.946] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    17.951] (II) Module glamoregl: vendor="X.Org Foundation"
[    17.951] 	compiled for 1.21.1.23, module version = 1.0.1
[    17.951] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    18.092] (II) modeset(0): glamor: Using OpenGL 4.6 context.
[    18.092] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Graphics (RPL-S)
[    18.092] (II) modeset(0): glamor initialized
[    18.092] (==) modeset(0): VariableRefresh: disabled
[    18.092] (==) modeset(0): AsyncFlipSecondaries: disabled
[    18.093] (II) modeset(0): Output eDP-2 has no monitor section
[    18.097] (II) modeset(0): Output DP-2 has no monitor section
[    18.101] (II) modeset(0): Output HDMI-2 has no monitor section
[    18.105] (II) modeset(0): Output DP-3 has no monitor section
[    18.109] (II) modeset(0): Output HDMI-3 has no monitor section
[    18.112] (II) modeset(0): EDID for output eDP-2
[    18.112] (II) modeset(0): Manufacturer: TMX  Model: 1603  Serial#: 0
[    18.112] (II) modeset(0): Year: 2022  Week: 15
[    18.112] (II) modeset(0): EDID Version: 1.4
[    18.112] (II) modeset(0): Digital Display Input
[    18.112] (II) modeset(0): 10 bits per channel
[    18.112] (II) modeset(0): Digital interface is DisplayPort
[    18.112] (II) modeset(0): Max Image Size [cm]: horiz.: 35  vert.: 22
[    18.112] (II) modeset(0): Gamma: 2.20
[    18.112] (II) modeset(0): No DPMS capabilities specified
[    18.112] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    18.112] (II) modeset(0): Default color space is primary color space
[    18.112] (II) modeset(0): First detailed timing is preferred mode
[    18.112] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    18.112] (II) modeset(0): Display is continuous-frequency
[    18.112] (II) modeset(0): redX: 0.680 redY: 0.320   greenX: 0.265 greenY: 0.690
[    18.112] (II) modeset(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[    18.112] (II) modeset(0): Manufacturer's mask: 0
[    18.112] (II) modeset(0): Supported detailed timing:
[    18.112] (II) modeset(0): clock: 288.1 MHz   Image Size:  345 x 215 mm
[    18.112] (II) modeset(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[    18.112] (II) modeset(0): v_active: 1600  v_sync: 1603  v_sync_end 1609 v_blanking: 1765 v_border: 0
[    18.112] (II) modeset(0): Ranges: V min: 60 V max: 240 Hz, H min: 423 H max: 423 kHz, PixClock max 1155 MHz
[    18.112] (II) modeset(0): Monitor name: TL160ADMP03-0
[    18.112] (II) modeset(0): Number of EDID sections to follow: 1
[    18.112] (II) modeset(0): EDID (in hex):
[    18.112] (II) modeset(0): 	00ffffffffffff0051b8031600000000
[    18.112] (II) modeset(0): 	0f200104b5231678070f91ae5243b026
[    18.112] (II) modeset(0): 	0f505400000001010101010101010101
[    18.112] (II) modeset(0): 	010101010101857000a0a040a5603020
[    18.112] (II) modeset(0): 	360059d71000001a000000fd0c3cf0a8
[    18.112] (II) modeset(0): 	a873010a202020202020000000fc0054
[    18.112] (II) modeset(0): 	4c31363041444d5030332d3000000010
[    18.112] (II) modeset(0): 	0c30f0505043000a20202020202001ab
[    18.112] (II) modeset(0): 	7020790200220014bf941185ff099f00
[    18.112] (II) modeset(0): 	2f001f003f06a400020005002b000627
[    18.112] (II) modeset(0): 	003cef00000000000000000000000000
[    18.112] (II) modeset(0): 	00000000000000000000000000000000
[    18.112] (II) modeset(0): 	00000000000000000000000000000000
[    18.112] (II) modeset(0): 	00000000000000000000000000000000
[    18.112] (II) modeset(0): 	00000000000000000000000000000000
[    18.112] (II) modeset(0): 	0000000000000000000000000000de90
[    18.112] (II) modeset(0): Printing probed modes for output eDP-2
[    18.112] (II) modeset(0): Modeline "2560x1600"x240.0  1152.19  2560 2608 2640 2720  1600 1603 1609 1765 -hsync -vsync (423.6 kHz eP)
[    18.112] (II) modeset(0): Modeline "2560x1600"x60.0  288.05  2560 2608 2640 2720  1600 1603 1609 1765 +hsync -vsync (105.9 kHz eP)
[    18.112] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2760 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[    18.112] (II) modeset(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[    18.112] (II) modeset(0): Modeline "2560x1440"x60.0  638.25  2560 2780 3064 3568  1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[    18.112] (II) modeset(0): Modeline "2560x1440"x60.0  469.12  2560 2584 2600 2640  1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[    18.112] (II) modeset(0): Modeline "2560x1440"x60.0  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[    18.112] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[    18.112] (II) modeset(0): Modeline "2048x1536"x85.0  388.04  2048 2216 2440 2832  1536 1537 1540 1612 -hsync +vsync (137.0 kHz d)
[    18.112] (II) modeset(0): Modeline "2048x1536"x75.0  340.48  2048 2216 2440 2832  1536 1537 1540 1603 -hsync +vsync (120.2 kHz d)
[    18.112] (II) modeset(0): Modeline "2048x1536"x60.0  266.95  2048 2200 2424 2800  1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[    18.112] (II) modeset(0): Modeline "1920x1440"x85.0  341.35  1920 2072 2288 2656  1440 1441 1444 1512 -hsync +vsync (128.5 kHz d)
[    18.112] (II) modeset(0): Modeline "1920x1440"x75.0  297.00  1920 2064 2288 2640  1440 1441 1444 1500 -hsync +vsync (112.5 kHz d)
[    18.112] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[    18.112] (II) modeset(0): Modeline "1856x1392"x75.0  288.00  1856 1984 2208 2560  1392 1393 1396 1500 -hsync +vsync (112.5 kHz d)
[    18.112] (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[    18.112] (II) modeset(0): Modeline "1792x1344"x75.0  261.00  1792 1888 2104 2456  1344 1345 1348 1417 -hsync +vsync (106.3 kHz d)
[    18.112] (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[    18.112] (II) modeset(0): Modeline "2048x1152"x60.0  406.50  2048 2220 2444 2840  1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[    18.112] (II) modeset(0): Modeline "2048x1152"x60.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[    18.112] (II) modeset(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[    18.112] (II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[    18.112] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[    18.112] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[    18.112] (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    18.112] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    18.112] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    18.112] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    18.113] (II) modeset(0): Modeline "1600x1200"x85.0  229.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (106.2 kHz d)
[    18.113] (II) modeset(0): Modeline "1600x1200"x75.0  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)
[    18.113] (II) modeset(0): Modeline "1600x1200"x70.0  189.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)
[    18.113] (II) modeset(0): Modeline "1600x1200"x65.0  175.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[    18.113] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[    18.113] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    18.113] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    18.113] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[    18.113] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    18.113] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    18.113] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    18.113] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    18.113] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    18.113] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[    18.113] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[    18.113] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    18.113] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    18.113] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    18.113] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[    18.113] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    18.113] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    18.113] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    18.113] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    18.113] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    18.113] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    18.113] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    18.113] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    18.113] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    18.113] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[    18.113] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    18.113] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    18.113] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    18.113] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    18.113] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[    18.113] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[    18.113] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    18.113] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[    18.113] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[    18.113] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[    18.113] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    18.113] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[    18.113] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[    18.113] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[    18.113] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    18.113] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[    18.113] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    18.113] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[    18.113] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    18.113] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    18.113] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    18.113] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    18.113] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    18.113] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    18.113] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    18.113] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[    18.113] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    18.113] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    18.113] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    18.113] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    18.113] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[    18.113] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[    18.113] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[    18.113] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[    18.113] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    18.113] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[    18.113] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[    18.113] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[    18.113] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    18.113] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    18.113] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    18.113] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    18.113] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    18.113] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    18.113] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[    18.113] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    18.113] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    18.113] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    18.113] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[    18.113] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[    18.113] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    18.113] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    18.113] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    18.113] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[    18.113] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    18.113] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[    18.113] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[    18.113] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[    18.113] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    18.113] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    18.113] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    18.113] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[    18.113] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    18.113] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    18.113] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    18.113] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    18.113] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[    18.113] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[    18.113] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    18.113] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    18.113] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    18.113] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    18.113] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[    18.113] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[    18.113] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[    18.113] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[    18.113] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    18.113] (II) modeset(0): Modeline "512x384i"x87.1   22.45  512 516 604 632  384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[    18.113] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    18.113] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    18.113] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[    18.113] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    18.113] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    18.113] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[    18.113] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[    18.113] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[    18.113] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    18.113] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    18.113] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    18.113] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    18.113] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[    18.113] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[    18.113] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[    18.113] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    18.113] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    18.113] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    18.113] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[    18.113] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[    18.113] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    18.113] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    18.113] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[    18.117] (II) modeset(0): EDID for output DP-2
[    18.121] (II) modeset(0): EDID for output HDMI-2
[    18.125] (II) modeset(0): EDID for output DP-3
[    18.129] (II) modeset(0): EDID for output HDMI-3
[    18.129] (II) modeset(0): Output eDP-2 connected
[    18.129] (II) modeset(0): Output DP-2 disconnected
[    18.129] (II) modeset(0): Output HDMI-2 disconnected
[    18.129] (II) modeset(0): Output DP-3 disconnected
[    18.129] (II) modeset(0): Output HDMI-3 disconnected
[    18.129] (II) modeset(0): Using exact sizes for initial modes
[    18.129] (II) modeset(0): Output eDP-2 using initial mode 2560x1600 +0+0
[    18.129] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    18.129] (==) modeset(0): DPI set to (96, 96)
[    18.129] (II) Loading sub module "fb"
[    18.129] (II) LoadModule: "fb"
[    18.129] (II) Module "fb" already built-in
[    18.129] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    18.129] (==) NVIDIA(G0): RGB weight 888
[    18.129] (==) NVIDIA(G0): Default visual is TrueColor
[    18.129] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    18.130] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    18.130] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    18.130] (**) NVIDIA(G0): Enabling 2D acceleration
[    18.130] (II) Loading sub module "glxserver_nvidia"
[    18.130] (II) LoadModule: "glxserver_nvidia"
[    18.130] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    18.168] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    18.168] 	compiled for 1.6.99.901, module version = 1.0.0
[    18.168] 	Module class: X.Org Server Extension
[    18.168] (II) NVIDIA GLX Module  580.159.04  Wed Apr 29 17:07:05 UTC 2026
[    18.169] (II) NVIDIA: The X server supports PRIME Render Offload.
[    18.172] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    18.172] (--) NVIDIA(0):     DFP-0
[    18.172] (--) NVIDIA(0):     DFP-1
[    18.172] (--) NVIDIA(0):     DFP-2 (boot)
[    18.172] (--) NVIDIA(0):     DFP-3
[    18.184] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 4060 Laptop GPU (AD107-B) at
[    18.184] (II) NVIDIA(G0):     PCI:1:0:0 (GPU-0)
[    18.184] (--) NVIDIA(G0): Memory: 8384512 kBytes
[    18.184] (--) NVIDIA(G0): VideoBIOS: 95.07.16.40.f7
[    18.184] (II) NVIDIA(G0): Detected PCI Express Link width: 8X
[    18.222] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    18.222] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[    18.222] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[    18.222] (--) NVIDIA(GPU-0): 
[    18.222] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    18.222] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    18.222] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    18.222] (--) NVIDIA(GPU-0): 
[    18.266] (--) NVIDIA(GPU-0): LG Electronics LG TV SSCR2 (DFP-2): connected
[    18.266] (--) NVIDIA(GPU-0): LG Electronics LG TV SSCR2 (DFP-2): Internal TMDS
[    18.266] (--) NVIDIA(GPU-0): LG Electronics LG TV SSCR2 (DFP-2): 42666.7 MHz maximum pixel clock
[    18.266] (--) NVIDIA(GPU-0): 
[    18.266] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    18.266] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    18.266] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[    18.266] (--) NVIDIA(GPU-0): 
[    18.358] (II) NVIDIA(G0): Validated MetaModes:
[    18.358] (II) NVIDIA(G0):     "NULL"
[    18.358] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[    18.637] (WW) NVIDIA(G0): Cannot find size of first mode for LG Electronics LG TV SSCR2
[    18.637] (WW) NVIDIA(G0):     (DFP-2); cannot compute DPI from LG Electronics LG TV
[    18.637] (WW) NVIDIA(G0):     SSCR2 (DFP-2)'s EDID.
[    18.637] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[    18.660] (==) modeset(0): Backing store enabled
[    18.660] (==) modeset(0): Silken mouse enabled
[    18.678] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    18.678] (==) modeset(0): DPMS enabled
[    18.678] (II) modeset(0): [DRI2] Setup complete
[    18.678] (II) modeset(0): [DRI2]   DRI driver: iris
[    18.678] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    18.679] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    18.679] (II) NVIDIA:     access.
[    18.685] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    18.685] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[    18.685] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[    18.685] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[    18.685] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[    18.685] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[    18.685] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    18.685] (II) NVIDIA(G0):     Config Options in the README.
[    18.696] (II) NVIDIA(G0): Setting mode "NULL"
[    18.716] (==) NVIDIA(G0): Disabling shared memory pixmaps
[    18.716] (==) NVIDIA(G0): Backing store enabled
[    18.716] (==) NVIDIA(G0): Silken mouse enabled
[    18.716] (==) NVIDIA(G0): DPMS enabled
[    18.716] (II) Loading sub module "dri2"
[    18.716] (II) LoadModule: "dri2"
[    18.716] (II) Module "dri2" already built-in
[    18.716] (II) NVIDIA(G0): [DRI2] Setup complete
[    18.716] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[    18.716] (II) Initializing extension Generic Event Extension
[    18.716] (II) Initializing extension SHAPE
[    18.716] (II) Initializing extension MIT-SHM
[    18.716] (II) Initializing extension XInputExtension
[    18.717] (II) Initializing extension XTEST
[    18.717] (II) Initializing extension BIG-REQUESTS
[    18.717] (II) Initializing extension SYNC
[    18.717] (II) Initializing extension XKEYBOARD
[    18.717] (II) Initializing extension XC-MISC
[    18.717] (II) Initializing extension SECURITY
[    18.717] (II) Initializing extension XFIXES
[    18.717] (II) Initializing extension RENDER
[    18.717] (II) Initializing extension RANDR
[    18.717] (II) Initializing extension COMPOSITE
[    18.717] (II) Initializing extension DAMAGE
[    18.717] (II) Initializing extension MIT-SCREEN-SAVER
[    18.717] (II) Initializing extension DOUBLE-BUFFER
[    18.717] (II) Initializing extension RECORD
[    18.717] (II) Initializing extension DPMS
[    18.717] (II) Initializing extension Present
[    18.718] (II) Initializing extension DRI3
[    18.718] (II) Initializing extension X-Resource
[    18.718] (II) Initializing extension XVideo
[    18.718] (II) Initializing extension XVideo-MotionCompensation
[    18.718] (II) Initializing extension GLX
[    18.718] (II) Initializing extension GLX
[    18.718] (II) Indirect GLX disabled.
[    18.722] (II) AIGLX: Loaded and initialized iris
[    18.722] (II) GLX: Initialized DRI2 GL provider for screen 0
[    18.722] (II) Initializing extension XFree86-VidModeExtension
[    18.722] (II) Initializing extension XFree86-DGA
[    18.722] (II) Initializing extension XFree86-DRI
[    18.722] (II) Initializing extension DRI2
[    18.722] (II) Initializing extension NV-GLX
[    18.722] (II) Initializing extension NV-CONTROL
[    18.724] (II) modeset(0): Damage tracking initialized
[    18.724] (II) modeset(0): Setting screen physical size to 677 x 423
[    18.769] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event17)
[    18.769] (II) No input driver specified, ignoring this device.
[    18.769] (II) This device may have been added with another device file.
[    18.769] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event18)
[    18.769] (II) No input driver specified, ignoring this device.
[    18.769] (II) This device may have been added with another device file.
[    18.770] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event19)
[    18.770] (II) No input driver specified, ignoring this device.
[    18.770] (II) This device may have been added with another device file.
[    18.770] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event20)
[    18.770] (II) No input driver specified, ignoring this device.
[    18.770] (II) This device may have been added with another device file.
[    18.770] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[    18.770] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    18.770] (II) LoadModule: "libinput"
[    18.770] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    18.773] (II) Module libinput: vendor="X.Org Foundation"
[    18.773] 	compiled for 1.21.1.13, module version = 1.5.0
[    18.773] 	Module class: X.Org XInput Driver
[    18.773] 	ABI class: X.Org XInput driver, version 24.4
[    18.773] (II) Using input driver 'libinput' for 'Video Bus'
[    18.773] (**) Video Bus: always reports core events
[    18.773] (**) Option "Device" "/dev/input/event11"
[    18.777] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    18.777] (II) event11 - Video Bus: device is a keyboard
[    18.777] (II) event11 - Video Bus: device removed
[    18.805] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.0/acpi.video_bus.0/input/input18/event11"
[    18.805] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[    18.806] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    18.806] (II) event11 - Video Bus: device is a keyboard
[    18.808] (II) config/udev: Adding input device ASUSTek Computer Inc. N-KEY Device (/dev/input/event4)
[    18.808] (**) ASUSTek Computer Inc. N-KEY Device: Applying InputClass "libinput pointer catchall"
[    18.808] (**) ASUSTek Computer Inc. N-KEY Device: Applying InputClass "libinput keyboard catchall"
[    18.808] (II) Using input driver 'libinput' for 'ASUSTek Computer Inc. N-KEY Device'
[    18.808] (**) ASUSTek Computer Inc. N-KEY Device: always reports core events
[    18.808] (**) Option "Device" "/dev/input/event4"
[    18.809] (II) event4  - ASUSTek Computer Inc. N-KEY Device: is tagged by udev as: Keyboard Mouse
[    18.809] (II) event4  - ASUSTek Computer Inc. N-KEY Device: device is a pointer
[    18.809] (II) event4  - ASUSTek Computer Inc. N-KEY Device: device is a keyboard
[    18.810] (II) event4  - ASUSTek Computer Inc. N-KEY Device: device removed
[    18.819] (II) libinput: ASUSTek Computer Inc. N-KEY Device: Step value 0 was provided, libinput Fallback acceleration function is used.
[    18.819] (II) libinput: ASUSTek Computer Inc. N-KEY Device: Step value 0 was provided, libinput Fallback acceleration function is used.
[    18.819] (II) libinput: ASUSTek Computer Inc. N-KEY Device: Step value 0 was provided, libinput Fallback acceleration function is used.
[    18.819] (II) libinput: ASUSTek Computer Inc. N-KEY Device: needs a virtual subdevice
[    18.819] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:0B05:19B6.0001/input/input10/event4"
[    18.819] (II) XINPUT: Adding extended input device "ASUSTek Computer Inc. N-KEY Device" (type: MOUSE, id 7)
[    18.819] (**) Option "AccelerationScheme" "none"
[    18.819] (**) ASUSTek Computer Inc. N-KEY Device: (accel) selected scheme none/0
[    18.819] (**) ASUSTek Computer Inc. N-KEY Device: (accel) acceleration factor: 2.000
[    18.819] (**) ASUSTek Computer Inc. N-KEY Device: (accel) acceleration threshold: 4
[    18.821] (II) event4  - ASUSTek Computer Inc. N-KEY Device: is tagged by udev as: Keyboard Mouse
[    18.821] (II) event4  - ASUSTek Computer Inc. N-KEY Device: device is a pointer
[    18.821] (II) event4  - ASUSTek Computer Inc. N-KEY Device: device is a keyboard
[    18.822] (II) config/udev: Adding input device ASUSTek Computer Inc. N-KEY Device (/dev/input/mouse0)
[    18.822] (II) No input driver specified, ignoring this device.
[    18.822] (II) This device may have been added with another device file.
[    18.823] (II) config/udev: Adding input device Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse (/dev/input/event5)
[    18.823] (**) Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse: Applying InputClass "libinput pointer catchall"
[    18.823] (II) Using input driver 'libinput' for 'Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse'
[    18.823] (**) Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse: always reports core events
[    18.823] (**) Option "Device" "/dev/input/event5"
[    18.876] (II) event5  - Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse: is tagged by udev as: Mouse
[    18.876] (II) event5  - Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse: device is a pointer
[    18.876] (II) event5  - Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse: device removed
[    18.896] (II) libinput: Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    18.896] (II) libinput: Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    18.896] (II) libinput: Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    18.896] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.2/1-6.2:1.0/0003:1B1C:1B80.0002/input/input11/event5"
[    18.896] (II) XINPUT: Adding extended input device "Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse" (type: MOUSE, id 8)
[    18.896] (**) Option "AccelerationScheme" "none"
[    18.896] (**) Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse: (accel) selected scheme none/0
[    18.896] (**) Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse: (accel) acceleration factor: 2.000
[    18.896] (**) Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse: (accel) acceleration threshold: 4
[    18.948] (II) event5  - Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse: is tagged by udev as: Mouse
[    18.948] (II) event5  - Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse: device is a pointer
[    18.949] (II) config/udev: Adding input device Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse (/dev/input/js0)
[    18.949] (II) No input driver specified, ignoring this device.
[    18.949] (II) This device may have been added with another device file.
[    18.950] (II) config/udev: Adding input device Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse (/dev/input/mouse1)
[    18.950] (II) No input driver specified, ignoring this device.
[    18.950] (II) This device may have been added with another device file.
[    18.950] (II) config/udev: Adding input device Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse Keyboard (/dev/input/event6)
[    18.950] (**) Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[    18.950] (II) Using input driver 'libinput' for 'Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse Keyboard'
[    18.950] (**) Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse Keyboard: always reports core events
[    18.950] (**) Option "Device" "/dev/input/event6"
[    18.952] (II) event6  - Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[    18.952] (II) event6  - Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse Keyboard: device is a keyboard
[    18.952] (II) event6  - Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse Keyboard: device removed
[    18.961] (II) libinput: Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse Keyboard: needs a virtual subdevice
[    18.961] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.2/1-6.2:1.3/0003:1B1C:1B80.0005/input/input12/event6"
[    18.961] (II) XINPUT: Adding extended input device "Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse Keyboard" (type: MOUSE, id 9)
[    18.961] (**) Option "AccelerationScheme" "none"
[    18.961] (**) Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse Keyboard: (accel) selected scheme none/0
[    18.961] (**) Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[    18.961] (**) Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[    18.963] (II) event6  - Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[    18.963] (II) event6  - Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse Keyboard: device is a keyboard
[    18.964] (II) config/udev: Adding input device USB Keyboard (/dev/input/event7)
[    18.964] (**) USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    18.964] (II) Using input driver 'libinput' for 'USB Keyboard'
[    18.964] (**) USB Keyboard: always reports core events
[    18.964] (**) Option "Device" "/dev/input/event7"
[    18.966] (II) event7  - USB Keyboard: is tagged by udev as: Keyboard
[    18.966] (II) event7  - USB Keyboard: device is a keyboard
[    18.966] (II) event7  - USB Keyboard: device removed
[    18.985] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.0/0003:0C45:7603.0006/input/input13/event7"
[    18.985] (II) XINPUT: Adding extended input device "USB Keyboard" (type: KEYBOARD, id 10)
[    18.986] (II) event7  - USB Keyboard: is tagged by udev as: Keyboard
[    18.986] (II) event7  - USB Keyboard: device is a keyboard
[    18.987] (II) config/udev: Adding input device USB Keyboard Consumer Control (/dev/input/event8)
[    18.987] (**) USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    18.987] (II) Using input driver 'libinput' for 'USB Keyboard Consumer Control'
[    18.987] (**) USB Keyboard Consumer Control: always reports core events
[    18.987] (**) Option "Device" "/dev/input/event8"
[    18.988] (II) event8  - USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    18.989] (II) event8  - USB Keyboard Consumer Control: device is a keyboard
[    18.989] (II) event8  - USB Keyboard Consumer Control: device removed
[    19.007] (II) libinput: USB Keyboard Consumer Control: needs a virtual subdevice
[    19.007] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.1/0003:0C45:7603.0007/input/input14/event8"
[    19.007] (II) XINPUT: Adding extended input device "USB Keyboard Consumer Control" (type: MOUSE, id 11)
[    19.007] (**) Option "AccelerationScheme" "none"
[    19.007] (**) USB Keyboard Consumer Control: (accel) selected scheme none/0
[    19.007] (**) USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[    19.007] (**) USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[    19.009] (II) event8  - USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    19.009] (II) event8  - USB Keyboard Consumer Control: device is a keyboard
[    19.010] (II) config/udev: Adding input device USB Keyboard System Control (/dev/input/event9)
[    19.010] (**) USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[    19.010] (II) Using input driver 'libinput' for 'USB Keyboard System Control'
[    19.010] (**) USB Keyboard System Control: always reports core events
[    19.010] (**) Option "Device" "/dev/input/event9"
[    19.012] (II) event9  - USB Keyboard System Control: is tagged by udev as: Keyboard
[    19.012] (II) event9  - USB Keyboard System Control: device is a keyboard
[    19.012] (II) event9  - USB Keyboard System Control: device removed
[    19.023] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.1/0003:0C45:7603.0007/input/input15/event9"
[    19.023] (II) XINPUT: Adding extended input device "USB Keyboard System Control" (type: KEYBOARD, id 12)
[    19.025] (II) event9  - USB Keyboard System Control: is tagged by udev as: Keyboard
[    19.025] (II) event9  - USB Keyboard System Control: device is a keyboard
[    19.026] (II) config/udev: Adding input device USB Keyboard (/dev/input/event10)
[    19.026] (**) USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    19.026] (II) Using input driver 'libinput' for 'USB Keyboard'
[    19.026] (**) USB Keyboard: always reports core events
[    19.026] (**) Option "Device" "/dev/input/event10"
[    19.028] (II) event10 - USB Keyboard: is tagged by udev as: Keyboard
[    19.028] (II) event10 - USB Keyboard: device is a keyboard
[    19.028] (II) event10 - USB Keyboard: device removed
[    19.039] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.1/0003:0C45:7603.0007/input/input17/event10"
[    19.039] (II) XINPUT: Adding extended input device "USB Keyboard" (type: KEYBOARD, id 13)
[    19.041] (II) event10 - USB Keyboard: is tagged by udev as: Keyboard
[    19.041] (II) event10 - USB Keyboard: device is a keyboard
[    19.042] (II) config/udev: Adding input device ASUF1205:00 2808:0106 Mouse (/dev/input/event14)
[    19.042] (**) ASUF1205:00 2808:0106 Mouse: Applying InputClass "libinput pointer catchall"
[    19.042] (II) Using input driver 'libinput' for 'ASUF1205:00 2808:0106 Mouse'
[    19.042] (**) ASUF1205:00 2808:0106 Mouse: always reports core events
[    19.042] (**) Option "Device" "/dev/input/event14"
[    19.058] (II) event14 - ASUF1205:00 2808:0106 Mouse: is tagged by udev as: Mouse
[    19.059] (II) event14 - ASUF1205:00 2808:0106 Mouse: device is a pointer
[    19.059] (II) event14 - ASUF1205:00 2808:0106 Mouse: device removed
[    19.075] (II) libinput: ASUF1205:00 2808:0106 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.075] (II) libinput: ASUF1205:00 2808:0106 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.075] (II) libinput: ASUF1205:00 2808:0106 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.075] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.1/i2c-4/i2c-ASUF1205:00/0018:2808:0106.0008/input/input25/event14"
[    19.075] (II) XINPUT: Adding extended input device "ASUF1205:00 2808:0106 Mouse" (type: MOUSE, id 14)
[    19.075] (**) Option "AccelerationScheme" "none"
[    19.075] (**) ASUF1205:00 2808:0106 Mouse: (accel) selected scheme none/0
[    19.075] (**) ASUF1205:00 2808:0106 Mouse: (accel) acceleration factor: 2.000
[    19.075] (**) ASUF1205:00 2808:0106 Mouse: (accel) acceleration threshold: 4
[    19.078] (II) event14 - ASUF1205:00 2808:0106 Mouse: is tagged by udev as: Mouse
[    19.079] (II) event14 - ASUF1205:00 2808:0106 Mouse: device is a pointer
[    19.080] (II) config/udev: Adding input device ASUF1205:00 2808:0106 Mouse (/dev/input/mouse2)
[    19.080] (II) No input driver specified, ignoring this device.
[    19.080] (II) This device may have been added with another device file.
[    19.081] (II) config/udev: Adding input device ASUF1205:00 2808:0106 Touchpad (/dev/input/event15)
[    19.081] (**) ASUF1205:00 2808:0106 Touchpad: Applying InputClass "libinput touchpad catchall"
[    19.081] (II) Using input driver 'libinput' for 'ASUF1205:00 2808:0106 Touchpad'
[    19.081] (**) ASUF1205:00 2808:0106 Touchpad: always reports core events
[    19.081] (**) Option "Device" "/dev/input/event15"
[    19.082] (II) event15 - ASUF1205:00 2808:0106 Touchpad: is tagged by udev as: Touchpad
[    19.100] (II) event15 - ASUF1205:00 2808:0106 Touchpad: device is a touchpad
[    19.100] (II) event15 - ASUF1205:00 2808:0106 Touchpad: device removed
[    19.114] (II) libinput: ASUF1205:00 2808:0106 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.114] (II) libinput: ASUF1205:00 2808:0106 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.114] (II) libinput: ASUF1205:00 2808:0106 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.114] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.1/i2c-4/i2c-ASUF1205:00/0018:2808:0106.0008/input/input26/event15"
[    19.114] (II) XINPUT: Adding extended input device "ASUF1205:00 2808:0106 Touchpad" (type: TOUCHPAD, id 15)
[    19.116] (**) Option "AccelerationScheme" "none"
[    19.116] (**) ASUF1205:00 2808:0106 Touchpad: (accel) selected scheme none/0
[    19.116] (**) ASUF1205:00 2808:0106 Touchpad: (accel) acceleration factor: 2.000
[    19.116] (**) ASUF1205:00 2808:0106 Touchpad: (accel) acceleration threshold: 4
[    19.118] (II) event15 - ASUF1205:00 2808:0106 Touchpad: is tagged by udev as: Touchpad
[    19.119] (II) event15 - ASUF1205:00 2808:0106 Touchpad: device is a touchpad
[    19.120] (II) config/udev: Adding input device ASUF1205:00 2808:0106 Touchpad (/dev/input/mouse3)
[    19.120] (II) No input driver specified, ignoring this device.
[    19.120] (II) This device may have been added with another device file.
[    19.121] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    19.121] (II) No input driver specified, ignoring this device.
[    19.121] (II) This device may have been added with another device file.
[    19.121] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event21)
[    19.121] (II) No input driver specified, ignoring this device.
[    19.121] (II) This device may have been added with another device file.
[    19.121] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event22)
[    19.121] (II) No input driver specified, ignoring this device.
[    19.121] (II) This device may have been added with another device file.
[    19.122] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event23)
[    19.122] (II) No input driver specified, ignoring this device.
[    19.122] (II) This device may have been added with another device file.
[    19.122] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event24)
[    19.122] (II) No input driver specified, ignoring this device.
[    19.122] (II) This device may have been added with another device file.
[    19.123] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event25)
[    19.123] (II) No input driver specified, ignoring this device.
[    19.123] (II) This device may have been added with another device file.
[    19.123] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event26)
[    19.123] (II) No input driver specified, ignoring this device.
[    19.123] (II) This device may have been added with another device file.
[    19.123] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event27)
[    19.123] (II) No input driver specified, ignoring this device.
[    19.123] (II) This device may have been added with another device file.
[    19.124] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[    19.124] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    19.124] (II) Using input driver 'libinput' for 'Video Bus'
[    19.124] (**) Video Bus: always reports core events
[    19.124] (**) Option "Device" "/dev/input/event12"
[    19.124] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    19.124] (II) event12 - Video Bus: device is a keyboard
[    19.124] (II) event12 - Video Bus: device removed
[    19.138] (**) Option "config_info" "udev:/sys/devices/pci0000:00/acpi.video_bus.1/input/input19/event12"
[    19.138] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 16)
[    19.139] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    19.139] (II) event12 - Video Bus: device is a keyboard
[    19.140] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    19.140] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    19.140] (II) Using input driver 'libinput' for 'Power Button'
[    19.140] (**) Power Button: always reports core events
[    19.140] (**) Option "Device" "/dev/input/event2"
[    19.141] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    19.141] (II) event2  - Power Button: device is a keyboard
[    19.141] (II) event2  - Power Button: device removed
[    19.152] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C0C:00/input/input2/event2"
[    19.152] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 17)
[    19.153] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    19.153] (II) event2  - Power Button: device is a keyboard
[    19.154] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    19.154] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    19.154] (II) Using input driver 'libinput' for 'Sleep Button'
[    19.154] (**) Sleep Button: always reports core events
[    19.154] (**) Option "Device" "/dev/input/event1"
[    19.154] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    19.155] (II) event1  - Sleep Button: device is a keyboard
[    19.155] (II) event1  - Sleep Button: device removed
[    19.163] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C0E:00/input/input1/event1"
[    19.163] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 18)
[    19.164] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    19.164] (II) event1  - Sleep Button: device is a keyboard
[    19.165] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event16)
[    19.165] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    19.165] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    19.165] (**) Asus WMI hotkeys: always reports core events
[    19.165] (**) Option "Device" "/dev/input/event16"
[    19.165] (II) event16 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    19.165] (II) event16 - Asus WMI hotkeys: device is a keyboard
[    19.165] (II) event16 - Asus WMI hotkeys: device removed
[    19.180] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input29/event16"
[    19.180] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 19)
[    19.181] (II) event16 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    19.181] (II) event16 - Asus WMI hotkeys: device is a keyboard
[    19.182] (II) config/udev: Adding input device AT Raw Set 2 keyboard (/dev/input/event3)
[    19.182] (**) AT Raw Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    19.182] (II) Using input driver 'libinput' for 'AT Raw Set 2 keyboard'
[    19.182] (**) AT Raw Set 2 keyboard: always reports core events
[    19.182] (**) Option "Device" "/dev/input/event3"
[    19.183] (II) event3  - AT Raw Set 2 keyboard: is tagged by udev as: Keyboard
[    19.183] (II) event3  - AT Raw Set 2 keyboard: device is a keyboard
[    19.184] (II) event3  - AT Raw Set 2 keyboard: device removed
[    19.195] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    19.195] (II) XINPUT: Adding extended input device "AT Raw Set 2 keyboard" (type: KEYBOARD, id 20)
[    19.196] (II) event3  - AT Raw Set 2 keyboard: is tagged by udev as: Keyboard
[    19.196] (II) event3  - AT Raw Set 2 keyboard: device is a keyboard
[    19.198] (II) config/udev: Adding input device PC Speaker (/dev/input/event13)
[    19.198] (II) No input driver specified, ignoring this device.
[    19.198] (II) This device may have been added with another device file.
[    19.298] (**) ASUSTek Computer Inc. N-KEY Device: Applying InputClass "libinput pointer catchall"
[    19.298] (**) ASUSTek Computer Inc. N-KEY Device: Applying InputClass "libinput keyboard catchall"
[    19.298] (II) Using input driver 'libinput' for 'ASUSTek Computer Inc. N-KEY Device'
[    19.298] (**) ASUSTek Computer Inc. N-KEY Device: always reports core events
[    19.298] (**) Option "Device" "/dev/input/event4"
[    19.298] (II) libinput: ASUSTek Computer Inc. N-KEY Device: is a virtual subdevice
[    19.298] (II) libinput: ASUSTek Computer Inc. N-KEY Device: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.298] (II) libinput: ASUSTek Computer Inc. N-KEY Device: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.298] (II) libinput: ASUSTek Computer Inc. N-KEY Device: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.298] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:0B05:19B6.0001/input/input10/event4"
[    19.298] (II) XINPUT: Adding extended input device "ASUSTek Computer Inc. N-KEY Device" (type: KEYBOARD, id 21)
[    19.298] (**) Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[    19.298] (II) Using input driver 'libinput' for 'Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse Keyboard'
[    19.298] (**) Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse Keyboard: always reports core events
[    19.298] (**) Option "Device" "/dev/input/event6"
[    19.298] (II) libinput: Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse Keyboard: is a virtual subdevice
[    19.299] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.2/1-6.2:1.3/0003:1B1C:1B80.0005/input/input12/event6"
[    19.299] (II) XINPUT: Adding extended input device "Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse Keyboard" (type: KEYBOARD, id 22)
[    19.299] (**) USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    19.299] (II) Using input driver 'libinput' for 'USB Keyboard Consumer Control'
[    19.299] (**) USB Keyboard Consumer Control: always reports core events
[    19.299] (**) Option "Device" "/dev/input/event8"
[    19.299] (II) libinput: USB Keyboard Consumer Control: is a virtual subdevice
[    19.299] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.1/0003:0C45:7603.0007/input/input14/event8"
[    19.299] (II) XINPUT: Adding extended input device "USB Keyboard Consumer Control" (type: KEYBOARD, id 23)
[    19.386] (II) modeset(0): EDID vendor "TMX", prod id 5635
[    19.386] (II) modeset(0): Using EDID range info for horizontal sync
[    19.386] (II) modeset(0): Using EDID range info for vertical refresh
[    19.386] (II) modeset(0): Printing DDC gathered Modelines:
[    19.386] (II) modeset(0): Modeline "2560x1600"x0.0  288.05  2560 2608 2640 2720  1600 1603 1609 1765 +hsync -vsync (105.9 kHz eP)
[    20.851] (II) event11 - Video Bus: device removed
[    20.866] (II) event5  - Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse: device removed
[    20.880] (II) event7  - USB Keyboard: device removed
[    20.886] (II) event9  - USB Keyboard System Control: device removed
[    20.892] (II) event10 - USB Keyboard: device removed
[    20.898] (II) event14 - ASUF1205:00 2808:0106 Mouse: device removed
[    20.910] (II) event15 - ASUF1205:00 2808:0106 Touchpad: device removed
[    20.936] (II) event12 - Video Bus: device removed
[    20.948] (II) event2  - Power Button: device removed
[    20.954] (II) event1  - Sleep Button: device removed
[    20.960] (II) event16 - Asus WMI hotkeys: device removed
[    20.972] (II) event3  - AT Raw Set 2 keyboard: device removed
[    20.978] (II) event4  - ASUSTek Computer Inc. N-KEY Device: device removed
[    20.984] (II) event6  - Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse Keyboard: device removed
[    20.990] (II) event8  - USB Keyboard Consumer Control: device removed
[    20.996] (II) AIGLX: Suspending AIGLX clients for VT switch
[   203.953] (II) AIGLX: Resuming AIGLX clients after VT switch
[   203.976] (II) modeset(0): EDID vendor "TMX", prod id 5635
[   203.976] (II) modeset(0): Using hsync ranges from config file
[   203.976] (II) modeset(0): Using vrefresh ranges from config file
[   203.976] (II) modeset(0): Printing DDC gathered Modelines:
[   203.976] (II) modeset(0): Modeline "2560x1600"x0.0  288.05  2560 2608 2640 2720  1600 1603 1609 1765 +hsync -vsync (105.9 kHz eP)
[   204.019] (II) modeset(0): EDID vendor "TMX", prod id 5635
[   204.019] (II) modeset(0): Using hsync ranges from config file
[   204.019] (II) modeset(0): Using vrefresh ranges from config file
[   204.019] (II) modeset(0): Printing DDC gathered Modelines:
[   204.019] (II) modeset(0): Modeline "2560x1600"x0.0  288.05  2560 2608 2640 2720  1600 1603 1609 1765 +hsync -vsync (105.9 kHz eP)
[   204.039] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   204.039] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[   204.039] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[   204.039] (--) NVIDIA(GPU-0): 
[   204.041] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   204.041] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   204.041] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   204.041] (--) NVIDIA(GPU-0): 
[   204.088] (--) NVIDIA(GPU-0): LG Electronics LG TV SSCR2 (DFP-2): connected
[   204.088] (--) NVIDIA(GPU-0): LG Electronics LG TV SSCR2 (DFP-2): Internal TMDS
[   204.088] (--) NVIDIA(GPU-0): LG Electronics LG TV SSCR2 (DFP-2): 42666.7 MHz maximum pixel clock
[   204.088] (--) NVIDIA(GPU-0): 
[   204.088] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   204.088] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   204.088] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[   204.088] (--) NVIDIA(GPU-0): 
[   204.505] (II) NVIDIA(G0): Setting mode "NULL"
[   204.518] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   204.518] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[   204.518] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[   204.518] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[   204.518] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[   204.518] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[   204.518] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   204.518] (II) NVIDIA(G0):     Config Options in the README.
[   204.525] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[   204.525] (II) event11 - Video Bus: device is a keyboard
[   204.526] (II) event4  - ASUSTek Computer Inc. N-KEY Device: is tagged by udev as: Keyboard Mouse
[   204.526] (II) event4  - ASUSTek Computer Inc. N-KEY Device: device is a pointer
[   204.526] (II) event4  - ASUSTek Computer Inc. N-KEY Device: device is a keyboard
[   204.578] (II) event5  - Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse: is tagged by udev as: Mouse
[   204.578] (II) event5  - Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse: device is a pointer
[   204.579] (II) event6  - Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[   204.579] (II) event6  - Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse Keyboard: device is a keyboard
[   204.580] (II) event7  - USB Keyboard: is tagged by udev as: Keyboard
[   204.580] (II) event7  - USB Keyboard: device is a keyboard
[   204.580] (II) event8  - USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[   204.581] (II) event8  - USB Keyboard Consumer Control: device is a keyboard
[   204.581] (II) event9  - USB Keyboard System Control: is tagged by udev as: Keyboard
[   204.581] (II) event9  - USB Keyboard System Control: device is a keyboard
[   204.582] (II) event10 - USB Keyboard: is tagged by udev as: Keyboard
[   204.582] (II) event10 - USB Keyboard: device is a keyboard
[   204.597] (II) event14 - ASUF1205:00 2808:0106 Mouse: is tagged by udev as: Mouse
[   204.597] (II) event14 - ASUF1205:00 2808:0106 Mouse: device is a pointer
[   204.597] (II) event15 - ASUF1205:00 2808:0106 Touchpad: is tagged by udev as: Touchpad
[   204.598] (II) event15 - ASUF1205:00 2808:0106 Touchpad: device is a touchpad
[   204.598] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[   204.598] (II) event12 - Video Bus: device is a keyboard
[   204.599] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   204.599] (II) event2  - Power Button: device is a keyboard
[   204.599] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   204.599] (II) event1  - Sleep Button: device is a keyboard
[   204.599] (II) event16 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[   204.599] (II) event16 - Asus WMI hotkeys: device is a keyboard
[   204.600] (II) event3  - AT Raw Set 2 keyboard: is tagged by udev as: Keyboard
[   204.600] (II) event3  - AT Raw Set 2 keyboard: device is a keyboard
[   204.618] (II) modeset(0): EDID vendor "TMX", prod id 5635
[   204.618] (II) modeset(0): Using hsync ranges from config file
[   204.618] (II) modeset(0): Using vrefresh ranges from config file
[   204.618] (II) modeset(0): Printing DDC gathered Modelines:
[   204.618] (II) modeset(0): Modeline "2560x1600"x0.0  288.05  2560 2608 2640 2720  1600 1603 1609 1765 +hsync -vsync (105.9 kHz eP)
[   211.943] (II) modeset(0): EDID vendor "TMX", prod id 5635
[   211.943] (II) modeset(0): Using hsync ranges from config file
[   211.943] (II) modeset(0): Using vrefresh ranges from config file
[   211.943] (II) modeset(0): Printing DDC gathered Modelines:
[   211.943] (II) modeset(0): Modeline "2560x1600"x0.0  288.05  2560 2608 2640 2720  1600 1603 1609 1765 +hsync -vsync (105.9 kHz eP)
[   212.652] (II) modeset(0): EDID vendor "TMX", prod id 5635
[   212.652] (II) modeset(0): Using hsync ranges from config file
[   212.652] (II) modeset(0): Using vrefresh ranges from config file
[   212.652] (II) modeset(0): Printing DDC gathered Modelines:
[   212.652] (II) modeset(0): Modeline "2560x1600"x0.0  288.05  2560 2608 2640 2720  1600 1603 1609 1765 +hsync -vsync (105.9 kHz eP)
[   212.669] (II) modeset(0): EDID vendor "TMX", prod id 5635
[   212.669] (II) modeset(0): Using hsync ranges from config file
[   212.669] (II) modeset(0): Using vrefresh ranges from config file
[   212.669] (II) modeset(0): Printing DDC gathered Modelines:
[   212.669] (II) modeset(0): Modeline "2560x1600"x0.0  288.05  2560 2608 2640 2720  1600 1603 1609 1765 +hsync -vsync (105.9 kHz eP)
[   212.685] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   212.685] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[   212.685] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[   212.685] (--) NVIDIA(GPU-0): 
[   212.688] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   212.688] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   212.688] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   212.688] (--) NVIDIA(GPU-0): 
[   212.734] (--) NVIDIA(GPU-0): LG Electronics LG TV SSCR2 (DFP-2): connected
[   212.734] (--) NVIDIA(GPU-0): LG Electronics LG TV SSCR2 (DFP-2): Internal TMDS
[   212.734] (--) NVIDIA(GPU-0): LG Electronics LG TV SSCR2 (DFP-2): 42666.7 MHz maximum pixel clock
[   212.734] (--) NVIDIA(GPU-0): 
[   212.734] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   212.734] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   212.734] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[   212.734] (--) NVIDIA(GPU-0): 
[   212.769] (II) modeset(0): EDID vendor "TMX", prod id 5635
[   212.769] (II) modeset(0): Using hsync ranges from config file
[   212.769] (II) modeset(0): Using vrefresh ranges from config file
[   212.769] (II) modeset(0): Printing DDC gathered Modelines:
[   212.769] (II) modeset(0): Modeline "2560x1600"x0.0  288.05  2560 2608 2640 2720  1600 1603 1609 1765 +hsync -vsync (105.9 kHz eP)
[   212.786] (II) modeset(0): EDID vendor "TMX", prod id 5635
[   212.786] (II) modeset(0): Using hsync ranges from config file
[   212.786] (II) modeset(0): Using vrefresh ranges from config file
[   212.786] (II) modeset(0): Printing DDC gathered Modelines:
[   212.786] (II) modeset(0): Modeline "2560x1600"x0.0  288.05  2560 2608 2640 2720  1600 1603 1609 1765 +hsync -vsync (105.9 kHz eP)
[   212.802] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   212.802] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[   212.802] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[   212.802] (--) NVIDIA(GPU-0): 
[   212.803] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   212.803] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   212.803] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   212.803] (--) NVIDIA(GPU-0): 
[   212.849] (--) NVIDIA(GPU-0): LG Electronics LG TV SSCR2 (DFP-2): connected
[   212.849] (--) NVIDIA(GPU-0): LG Electronics LG TV SSCR2 (DFP-2): Internal TMDS
[   212.849] (--) NVIDIA(GPU-0): LG Electronics LG TV SSCR2 (DFP-2): 42666.7 MHz maximum pixel clock
[   212.849] (--) NVIDIA(GPU-0): 
[   212.849] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   212.849] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   212.849] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[   212.849] (--) NVIDIA(GPU-0): 
[   213.147] (II) modeset(0): EDID vendor "TMX", prod id 5635
[   213.147] (II) modeset(0): Using hsync ranges from config file
[   213.147] (II) modeset(0): Using vrefresh ranges from config file
[   213.147] (II) modeset(0): Printing DDC gathered Modelines:
[   213.147] (II) modeset(0): Modeline "2560x1600"x0.0  288.05  2560 2608 2640 2720  1600 1603 1609 1765 +hsync -vsync (105.9 kHz eP)
[   213.165] (II) modeset(0): EDID vendor "TMX", prod id 5635
[   213.165] (II) modeset(0): Using hsync ranges from config file
[   213.165] (II) modeset(0): Using vrefresh ranges from config file
[   213.165] (II) modeset(0): Printing DDC gathered Modelines:
[   213.165] (II) modeset(0): Modeline "2560x1600"x0.0  288.05  2560 2608 2640 2720  1600 1603 1609 1765 +hsync -vsync (105.9 kHz eP)
[   213.181] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   213.181] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[   213.181] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[   213.181] (--) NVIDIA(GPU-0): 
[   213.182] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   213.182] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   213.182] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   213.182] (--) NVIDIA(GPU-0): 
[   213.228] (--) NVIDIA(GPU-0): LG Electronics LG TV SSCR2 (DFP-2): connected
[   213.228] (--) NVIDIA(GPU-0): LG Electronics LG TV SSCR2 (DFP-2): Internal TMDS
[   213.228] (--) NVIDIA(GPU-0): LG Electronics LG TV SSCR2 (DFP-2): 42666.7 MHz maximum pixel clock
[   213.228] (--) NVIDIA(GPU-0): 
[   213.228] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   213.228] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   213.228] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[   213.228] (--) NVIDIA(GPU-0): 
[   213.276] (II) modeset(0): Allocate new frame buffer 6400x2160 stride
[   213.353] (II) NVIDIA(G0): Setting mode "HDMI-1-0: 3840x2160_120 @3840x2160 +2560+0 {AllowGSYNC=Off, ViewPortIn=3840x2160, ViewPortOut=3840x2160+0+0}"
[   248.073] (II) NVIDIA(G0): Setting mode "HDMI-1-0: 3840x2160_120 @3840x2160 +0+0 {AllowGSYNC=Off, ViewPortIn=3840x2160, ViewPortOut=3840x2160+0+0}"
[   248.445] (II) event5  - Corsair CORSAIR DARK CORE RGB PRO Gaming Mouse: SYN_DROPPED event - some input events have been lost.
[   248.463] (II) modeset(0): Allocate new frame buffer 3840x2160 stride

Last edited by reloadedd (Yesterday 18:57:30)

Offline

#9 Yesterday 20:01:17

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

Re: Freeze after login whenever upgrading nvidia/kernel

The log is up to date, you're looking at the kernel build date

[    17.901] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun  5 21:32:13 2026

You're running the server on the IGP, the LG TV is attached to the nvidia GPU and there're problems reading its EDID

animations don't work

qdbus6 org.kde.KWin /KWin supportInformation

You might run into some limitations w/ the 6000x2160 root window

Jun 05 21:35:51 Mithras plasmashell[2699]: The requested buffer size is too big, ignoring

SDDM has/is btw running on X11

Jun 05 21:28:49 Mithras kwin_wayland[2370]: Failed to open /dev/dri/card1 device (Device already taken)
Jun 05 21:28:49 Mithras kwin_wayland[2370]: Failed to open drm device /dev/dri/card1
Jun 05 21:28:49 Mithras kwin_wayland[2370]: drmModeListLessees() failed: Permission denied
Jun 05 21:28:49 Mithras kwin_wayland[2370]: Atomic modeset test failed! Permission denied
Jun 05 21:28:49 Mithras kwin_wayland[2370]: Applying output configuration failed!

What happens if you use the https://archlinux.org/packages/extra/x8 … n-manager/ or https://wiki.archlinux.org/title/SDDM#KDE_Plasma_/_KWin ?

Offline

Board footer

Powered by FluxBB