You are not logged in.
There are dozens of threads like these, I know - since I combed through all of them. I just can't fix the issue, and it's been over a year now. RTX A5000. I don't use a DM, I log in to getty and run startx.
Suspend works, but upon resume...
Screen turns on (comes out of standby), meaning it gets an input via DP.
Screen stays entirely black without any cursor or anything.
Keyboard inputs have no effect (e.g., cannot switch TTY).
I can SSH into the machine and it appears to work fine otherwise.
The only way to "fix" the issue is to pkill X and restart X.
There are no error messages in journal or dmesg or Xorg.log, or anywhere.
First off: systemctl suspend and resume works perfectly fine if I use sway/Wayland instead of i3/X11, consistently and repeatedly. This issue is X11 only.
Secondly: one out of maybe 40 times, resume randomly works fine!
What I already tried:
Enabling/Starting or Disabling/Stopping nvidia-suspend.service, nvidia-persistenced.service, nvidia-powerd.service, and nvidia-resume.service
All these kernel parameters in various combinations:
nvme_core.default_ps_max_latency_us=0
pcie_aspm=off
pcie_port_pm=off
iommu=soft
nvidia_drm.modeset=1
nvidia_drm.fbdev=1 # also tried 0
acpi_osi=! "acpi_osi=Windows 2015"All these module parameters in various combinations, and also as nvidia*.* kernel boot parameters:
options nvidia NVreg_PreserveVideoMemoryAllocations=1 # also tried 0
options nvidia NVreg_EnableS0ixPowerManagement=1
options nvidia NVreg_TemporaryFilePath=/var/tmp # also a different path with even more free space
options nvidia NVreg_UseKernelSuspendNotifiers=1 # set by /usr/lib/modprobe.d/nvidia-sleep.conf anyway
options nvidia_modeset vblank_sem_control=0
options nvidia_drm modeset=0 # also tried as a kernel parameter, X won't work with this at allUsing a different NVreg_TemporaryFilePath on a partition with heaps of free space.
Using openbox instead of i3.
BIOS update.
Creating /etc/systemd/system/systemd-suspend.service.d/disable_freeze_user_session.conf containing [Service]\nEnvironment="SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=false"
Putting "exit 0" and the end of /usr/bin/nvidia-sleep.sh
Putting "exit 0" and the start of /usr/bin/nvidia-sleep.sh or moving the script away entirely.
Disabling suspend-then-hibernate in /etc/systemd/sleep.conf
xset dpms force off; sleep 30; systemctl sleep to ensure the display is off before suspending.
Removing all my customizations in /etc/X11/xorg.conf.d/
Using nothing but exec i3 in .xinitrc
Nothing works.
If I perform the following steps, I will soft-lock the system:
systemctl suspend: works fine
wake the system, screen is black
SSH into the system
systemctl suspend, again: nothing happens
systemctl suspend, a third time:
% systemctl suspend
Call to Suspend failed: Action suspend already in progress, refusing requested suspend operation.And after this, I can't reboot anymore, either:
% systemctl reboot
Call to Reboot failed: Action suspend already in progress, refusing requested reboot operation.Even if I kill X, Ctrl-Alt-Del, the system will start to reboot, but will hang forever, "Watchdog did not stop", etc...
xrandr crtc error
If I suspend, resume, SSH into the machine, and try to use xrandr to get the display back, I get "Configure crtc 0 failed" (these commands normally work). This is the only error indication that anything is wrong.
finch% DISPLAY=:0 xrandr --output DP-0 --off
xrandr: Configure crtc 0 failed
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 7 (RRSetScreenSize)
Serial number of failed request: 48
Current serial number in output stream: 49
finch% DISPLAY=:0 xrandr --output DP-0 --auto
xrandr: Configure crtc 0 failed
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 7 (RRSetScreenSize)
Serial number of failed request: 49
Current serial number in output stream: 50Finally, I'm pretty sure I had these problems even with the closed nvidia driver (which is no longer in the repos). Same goes for the nvidia-open, rather than nvidia-open-dkms. I use dkms because of https://bbs.archlinux.org/viewtopic.php?id=312706 but it makes no difference for this issue, anyway.
Additional information:
# pacman -Q | grep nvidia
lib32-nvidia-utils 610.43.03-1
linux-firmware-nvidia 20260622-1
nvidia-open-dkms 610.43.03-2
nvidia-settings 610.43.03-1
nvidia-utils 610.43.03-2
opencl-nvidia 610.43.03-2# lsmod | grep nvidia
nvidia_drm 167936 6
drm_ttm_helper 20480 2 nvidia_drm
nvidia_uvm 2449408 0
nvidia_modeset 1921024 8 nvidia_drm
video 81920 1 nvidia_modeset
nvidia 18186240 106 nvidia_uvm,nvidia_modeset
aead 16384 4 nvidia,macsec,mac80211,aesni_intel# grep '^MODULES=' /etc/mkinitcpio.conf
MODULES=(nvme intel_lpss_pci nvidia nvidia_modeset nvidia_uvm nvidia_drm)# sort /proc/driver/nvidia/params
CoherentGPUMemoryMode: "numa"
CreateImexChannel0: 0
DeviceFileGID: 0
DeviceFileMode: 438
DeviceFileUID: 0
DmaRemapPeerMmio: 1
DynamicPowerManagement: 3
DynamicPowerManagementVideoMemoryThreshold: 200
EnableDbgBreakpoint: 0
EnableDebuggerInterface: 0
EnableGpuFirmware: 18
EnableGpuFirmwareLogs: 2
EnableMSI: 1
EnablePCIeGen3: 0
EnablePCIERelaxedOrderingMode: 0
EnableResizableBar: 0
EnableS0ixPowerManagement: 1
EnableStreamMemOPs: 0
EnableSystemMemoryPools: 529
EnableUserNUMAManagement: 1
ExcludedGpus: ""
GpuBlacklist: ""
IgnoreMMIOCheck: 0
ImexChannelCount: 2048
InitializeSystemMemoryAllocations: 1
KMallocHeapMaxSize: 0
MemoryPoolSize: 0
ModifyDeviceFiles: 1
NvLinkDisable: 0
OpenRmEnableUnsupportedGpus: 1
OsEnableCxlSupport: 1
PreserveVideoMemoryAllocations: 1
RegisterPCIDriver: 1
RegistryDwords: ""
RegistryDwordsPerDevice: ""
ResmanDebugLevel: 4294967295
RmLogonRC: 1
RmMsg: ""
RmNvlinkBandwidthLinkCount: 0
RmProfilingAdminOnly: 1
S0ixPowerManagementVideoMemoryThreshold: 256
TegraGpuPgMask: 0
TemporaryFilePath: "/mnt/nvme4T/nvidia-suspend"
UseKernelSuspendNotifiers: 1
VMallocHeapMaxSize: 0Journal
Jul 13 10:49:39 finch systemd-logind[818]: suspend requested from client PID 2738 ('systemctl') (unit user@1000.service)...
Jul 13 10:49:39 finch systemd-logind[818]: The system will suspend now!
Jul 13 10:49:39 finch rtkit-daemon[881]: Demoting known real-time threads.
Jul 13 10:49:39 finch rtkit-daemon[881]: Successfully demoted thread 2136 of process 1548.
Jul 13 10:49:39 finch rtkit-daemon[881]: Successfully demoted thread 1296 of process 1136.
Jul 13 10:49:39 finch rtkit-daemon[881]: Demoted 2 threads.
Jul 13 10:49:39 finch systemd[1]: Reached target Sleep.
Jul 13 10:49:39 finch systemd[1]: Starting System Suspend...
Jul 13 10:49:39 finch systemd-sleep[2745]: User sessions remain unfrozen on explicit request ($SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0).
Jul 13 10:49:39 finch systemd-sleep[2745]: This is not recommended, and might result in unexpected behavior, particularly
Jul 13 10:49:39 finch systemd-sleep[2745]: in suspend-then-hibernate operations or setups with encrypted home directories.
Jul 13 10:49:39 finch systemd-sleep[2745]: Performing sleep operation 'suspend'...
Jul 13 10:49:39 finch kernel: PM: suspend entry (deep)
Jul 13 10:49:39 finch kernel: Filesystems sync: 0.027 seconds
Jul 13 10:49:39 finch systemd[853]: Reached target Sound Card.
Jul 13 10:49:39 finch systemd-logind[818]: Watching system buttons on /dev/input/event5 (...)
Jul 13 10:49:40 finch kernel: NVRM: knvlinkCoreShutdownDeviceLinks_IMPL: Need to shutdown all links unilaterally for GPU0
Jul 13 10:49:54 finch kernel: Freezing user space processes
Jul 13 10:49:54 finch kernel: Freezing user space processes completed (elapsed 0.001 seconds)
Jul 13 10:49:54 finch systemd-networkd[718]: enp5s0: Lost carrier
Jul 13 10:49:54 finch avahi-daemon[814]: Withdrawing address record for (...) on enp5s0.
Jul 13 10:49:54 finch kernel: OOM killer disabled.
Jul 13 10:49:54 finch systemd-networkd[718]: enp5s0: DHCP lease lost
Jul 13 10:49:54 finch avahi-daemon[814]: Leaving mDNS multicast group on interface enp5s0.IPv4 with address (...).
Jul 13 10:49:54 finch kernel: Freezing remaining freezable tasks
Jul 13 10:49:54 finch systemd-resolved[750]: Clock change detected. Flushing caches.
Jul 13 10:49:54 finch avahi-daemon[814]: Interface enp5s0.IPv4 no longer relevant for mDNS.
Jul 13 10:49:54 finch kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
Jul 13 10:49:54 finch systemd-timesyncd[463]: No network connectivity, watching for changes.
Jul 13 10:49:54 finch kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Jul 13 10:49:54 finch systemd[1]: Starting Load/Save RF Kill Switch Status...
Jul 13 10:49:54 finch kernel: serial 00:00: disabled
Jul 13 10:49:54 finch systemd[1]: Starting Hostname Service...
Jul 13 10:49:54 finch kernel: ACPI: PM: Preparing to enter system sleep state S3
Jul 13 10:49:54 finch kernel: ACPI: PM: Saving platform NVS memory
Jul 13 10:49:54 finch kernel: Disabling non-boot CPUs ...
Jul 13 10:49:54 finch kernel: smpboot: CPU 15 is now offline
Jul 13 10:49:54 finch kernel: smpboot: CPU 14 is now offline
Jul 13 10:49:54 finch kernel: smpboot: CPU 13 is now offline
Jul 13 10:49:54 finch kernel: smpboot: CPU 12 is now offline
Jul 13 10:49:54 finch kernel: smpboot: CPU 11 is now offline
Jul 13 10:49:54 finch kernel: smpboot: CPU 10 is now offline
Jul 13 10:49:54 finch kernel: smpboot: CPU 9 is now offline
Jul 13 10:49:54 finch kernel: smpboot: CPU 8 is now offline
Jul 13 10:49:54 finch kernel: smpboot: CPU 7 is now offline
Jul 13 10:49:54 finch kernel: smpboot: CPU 6 is now offline
Jul 13 10:49:54 finch kernel: smpboot: CPU 5 is now offline
Jul 13 10:49:54 finch kernel: smpboot: CPU 4 is now offline
Jul 13 10:49:54 finch kernel: smpboot: CPU 3 is now offline
Jul 13 10:49:54 finch kernel: smpboot: CPU 2 is now offline
Jul 13 10:49:54 finch kernel: smpboot: CPU 1 is now offline
Jul 13 10:49:54 finch kernel: ACPI: PM: Low-level resume complete
Jul 13 10:49:54 finch kernel: ACPI: PM: Restoring platform NVS memory
Jul 13 10:49:54 finch kernel: Enabling non-boot CPUs ...
Jul 13 10:49:54 finch kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1
Jul 13 10:49:54 finch kernel: CPU1 is up
Jul 13 10:49:54 finch kernel: smpboot: Booting Node 0 Processor 2 APIC 0x8
Jul 13 10:49:54 finch kernel: CPU2 is up
Jul 13 10:49:54 finch kernel: smpboot: Booting Node 0 Processor 3 APIC 0x9
Jul 13 10:49:54 finch kernel: CPU3 is up
Jul 13 10:49:54 finch kernel: smpboot: Booting Node 0 Processor 4 APIC 0x10
Jul 13 10:49:54 finch kernel: CPU4 is up
Jul 13 10:49:54 finch kernel: smpboot: Booting Node 0 Processor 5 APIC 0x11
Jul 13 10:49:54 finch kernel: CPU5 is up
Jul 13 10:49:54 finch kernel: smpboot: Booting Node 0 Processor 6 APIC 0x18
Jul 13 10:49:54 finch kernel: CPU6 is up
Jul 13 10:49:54 finch kernel: smpboot: Booting Node 0 Processor 7 APIC 0x19
Jul 13 10:49:54 finch kernel: CPU7 is up
Jul 13 10:49:54 finch kernel: smpboot: Booting Node 0 Processor 8 APIC 0x20
Jul 13 10:49:54 finch kernel: CPU8 is up
Jul 13 10:49:54 finch kernel: smpboot: Booting Node 0 Processor 9 APIC 0x21
Jul 13 10:49:54 finch kernel: CPU9 is up
Jul 13 10:49:54 finch kernel: smpboot: Booting Node 0 Processor 10 APIC 0x28
Jul 13 10:49:54 finch kernel: CPU10 is up
Jul 13 10:49:54 finch kernel: smpboot: Booting Node 0 Processor 11 APIC 0x29
Jul 13 10:49:54 finch kernel: CPU11 is up
Jul 13 10:49:54 finch kernel: smpboot: Booting Node 0 Processor 12 APIC 0x38
Jul 13 10:49:54 finch kernel: core: cpu_atom PMU driver:
Jul 13 10:49:54 finch kernel: ... version: 5
Jul 13 10:49:54 finch kernel: ... bit width: 48
Jul 13 10:49:54 finch kernel: ... generic counters: 6
Jul 13 10:49:54 finch kernel: ... generic bitmap: 000000000000003f
Jul 13 10:49:54 finch kernel: ... fixed-purpose counters: 3
Jul 13 10:49:54 finch kernel: ... fixed-purpose bitmap: 0000000000000007
Jul 13 10:49:54 finch kernel: ... value mask: 0000ffffffffffff
Jul 13 10:49:54 finch kernel: ... max period: 00007fffffffffff
Jul 13 10:49:54 finch kernel: ... global_ctrl mask: 000000070000003f
Jul 13 10:49:54 finch kernel: CPU12 is up
Jul 13 10:49:54 finch kernel: smpboot: Booting Node 0 Processor 13 APIC 0x3a
Jul 13 10:49:54 finch kernel: CPU13 is up
Jul 13 10:49:54 finch kernel: smpboot: Booting Node 0 Processor 14 APIC 0x3c
Jul 13 10:49:54 finch kernel: CPU14 is up
Jul 13 10:49:54 finch kernel: smpboot: Booting Node 0 Processor 15 APIC 0x3e
Jul 13 10:49:54 finch kernel: CPU15 is up
Jul 13 10:49:54 finch kernel: ACPI: PM: Waking up from system sleep state S3
Jul 13 10:49:54 finch kernel: xhci_hcd 0000:00:14.0: xHC error in resume, USBSTS 0x411, Reinit
Jul 13 10:49:54 finch kernel: usb usb1: root hub lost power or was reset
Jul 13 10:49:54 finch kernel: usb usb2: root hub lost power or was reset
Jul 13 10:49:54 finch kernel: serial 00:00: activated
Jul 13 10:49:54 finch kernel: nvme nvme1: D3 entry latency set to 10 seconds
Jul 13 10:49:54 finch kernel: nvme nvme0: D3 entry latency set to 10 seconds
Jul 13 10:49:54 finch kernel: nvme nvme1: 16/0/0 default/read/poll queues
Jul 13 10:49:54 finch kernel: nvme nvme0: 16/0/0 default/read/poll queues
Jul 13 10:49:54 finch kernel: mei mei0: hbm: dma setup response: failure = 3 REJECTED
Jul 13 10:49:54 finch kernel: usb 1-6: reset high-speed USB device number 3 using xhci_hcd
Jul 13 10:49:54 finch kernel: ata1: SATA link down (SStatus 4 SControl 300)
Jul 13 10:49:54 finch kernel: ata5: SATA link down (SStatus 4 SControl 300)
Jul 13 10:49:54 finch kernel: ata2: SATA link down (SStatus 4 SControl 300)
Jul 13 10:49:54 finch kernel: ata7: SATA link down (SStatus 4 SControl 300)
Jul 13 10:49:54 finch kernel: ata3: SATA link down (SStatus 4 SControl 300)
Jul 13 10:49:54 finch kernel: ata4: SATA link down (SStatus 4 SControl 300)
Jul 13 10:49:54 finch kernel: ata8: SATA link down (SStatus 4 SControl 300)
Jul 13 10:49:54 finch kernel: ata6: SATA link down (SStatus 4 SControl 300)
Jul 13 10:49:54 finch kernel: usb 1-11: WARN: invalid context state for evaluate context command.
Jul 13 10:49:54 finch kernel: usb 1-11: reset full-speed USB device number 8 using xhci_hcd
Jul 13 10:49:54 finch kernel: ptp ptp1: PM: parent enp5s0 should not be sleeping
Jul 13 10:49:54 finch kernel: atlantic 0000:05:00.0 enp5s0: atlantic: link change old 10000 new 0
Jul 13 10:49:54 finch kernel: usb 1-14: WARN: invalid context state for evaluate context command.
Jul 13 10:49:54 finch kernel: usb 1-14: reset full-speed USB device number 10 using xhci_hcd
Jul 13 10:49:54 finch kernel: usb 1-5: reset high-speed USB device number 2 using xhci_hcd
Jul 13 10:49:54 finch kernel: usb 1-9: reset high-speed USB device number 5 using xhci_hcd
Jul 13 10:49:54 finch kernel: usb 1-10: reset high-speed USB device number 6 using xhci_hcd
Jul 13 10:49:54 finch kernel: usb 2-8: reset SuperSpeed USB device number 2 using xhci_hcd
Jul 13 10:49:54 finch kernel: usb 2-9: reset SuperSpeed USB device number 3 using xhci_hcd
Jul 13 10:49:54 finch kernel: usb 1-5.4: reset high-speed USB device number 4 using xhci_hcd
Jul 13 10:49:54 finch kernel: usb 1-9.2: reset high-speed USB device number 7 using xhci_hcd
Jul 13 10:49:54 finch kernel: usb 1-10.2: reset high-speed USB device number 9 using xhci_hcd
Jul 13 10:49:54 finch kernel: usb 1-10.2.2: WARN: invalid context state for evaluate context command.
Jul 13 10:49:54 finch kernel: usb 1-10.2.2: reset full-speed USB device number 12 using xhci_hcd
Jul 13 10:49:54 finch kernel: usb 1-10.2.1: WARN: invalid context state for evaluate context command.
Jul 13 10:49:54 finch kernel: usb 1-10.2.1: reset full-speed USB device number 11 using xhci_hcd
Jul 13 10:49:54 finch kernel: OOM killer enabled.
Jul 13 10:49:54 finch kernel: Restarting tasks: Starting
Jul 13 10:49:54 finch kernel: Bluetooth: hci0: Device revision is 2
Jul 13 10:49:54 finch kernel: Bluetooth: hci0: Secure boot is enabled
Jul 13 10:49:54 finch kernel: Bluetooth: hci0: OTP lock is enabled
Jul 13 10:49:54 finch kernel: Bluetooth: hci0: API lock is enabled
Jul 13 10:49:54 finch kernel: Bluetooth: hci0: Debug lock is disabled
Jul 13 10:49:54 finch kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Jul 13 10:49:54 finch kernel: Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
Jul 13 10:49:54 finch kernel: Restarting tasks: Done
Jul 13 10:49:54 finch kernel: efivarfs: resyncing variable state
Jul 13 10:49:54 finch kernel: Bluetooth: hci0: DSM reset method type: 0x00
Jul 13 10:49:54 finch kernel: Bluetooth: hci0: Found device firmware: intel/ibt-1040-4150.sfi
Jul 13 10:49:54 finch kernel: Bluetooth: hci0: Boot Address: 0x100800
Jul 13 10:49:54 finch kernel: Bluetooth: hci0: Firmware Version: 202-5.26
Jul 13 10:49:54 finch kernel: efivarfs: finished resyncing variable state
Jul 13 10:49:54 finch kernel: random: crng reseeded on system resumption
Jul 13 10:49:54 finch systemd[1]: Stopped target Bluetooth Support.
Jul 13 10:49:54 finch systemd[1]: Reached target Bluetooth Support.
Jul 13 10:49:54 finch systemd[853]: Reached target Bluetooth.
Jul 13 10:49:54 finch systemd[1]: Started Load/Save RF Kill Switch Status.
Jul 13 10:49:54 finch systemd[1]: Started Hostname Service.
Jul 13 10:49:54 finch systemd-hostnamed[2884]: Hostname set to <finch> (static)
Jul 13 10:49:55 finch kernel: PM: suspend exit
Jul 13 10:49:55 finch systemd-sleep[2745]: System returned from sleep operation 'suspend'.
Jul 13 10:49:55 finch systemd[1]: systemd-suspend.service: Deactivated successfully.
Jul 13 10:49:55 finch systemd[1]: Finished System Suspend.
Jul 13 10:49:55 finch systemd[1]: systemd-suspend.service: Consumed 2.743s CPU time over 9.497s wall clock time, 430.4M memory peak.
Jul 13 10:49:55 finch systemd[1]: Stopped target Sleep.
Jul 13 10:49:55 finch systemd[1]: Reached target Suspend.
Jul 13 10:49:55 finch systemd-logind[818]: Operation 'suspend' finished.
Jul 13 10:49:55 finch systemd[1]: Stopped target Suspend.
Jul 13 10:49:55 finch systemd-resolved[750]: Closing all remaining TCP connections.
Jul 13 10:49:55 finch systemd-resolved[750]: Resetting learnt feature levels on all servers.
Jul 13 10:49:55 finch systemd-networkd[718]: enp5s0: Reconfiguring with /etc/systemd/network/20-wired.network.
Jul 13 10:49:55 finch systemd-networkd[718]: enp4s0: Reconfiguring with /etc/systemd/network/20-wired.network.
Jul 13 10:49:55 finch rtkit-daemon[881]: Resuming known real-time threads.
Jul 13 10:49:55 finch rtkit-daemon[881]: Successfully made thread 2136 of process 1548 owned by '1000' RT at priority 10.
Jul 13 10:49:55 finch rtkit-daemon[881]: Successfully made thread 1296 of process 1136 owned by '1000' RT at priority 10.
Jul 13 10:49:55 finch rtkit-daemon[881]: Resumed scheduling 2 threads.
Jul 13 10:49:55 finch systemd-logind[818]: Watching system buttons on /dev/input/event5 (...)
Jul 13 10:49:55 finch kernel: Bluetooth: hci0: Waiting for firmware download to complete
Jul 13 10:49:55 finch kernel: Bluetooth: hci0: Firmware loaded in 1260709 usecs
Jul 13 10:49:55 finch kernel: Bluetooth: hci0: Waiting for device to boot
Jul 13 10:49:55 finch kernel: Bluetooth: hci0: Device booted in 15621 usecs
Jul 13 10:49:55 finch kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-1040-4150.ddc
Jul 13 10:49:55 finch kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Jul 13 10:49:55 finch kernel: Bluetooth: hci0: Firmware timestamp 2026.5 buildtype 1 build 82122
Jul 13 10:49:55 finch kernel: Bluetooth: hci0: Firmware SHA1: 0x2925677d
Jul 13 10:49:55 finch kernel: Bluetooth: hci0: Fseq status: Success (0x00)
Jul 13 10:49:55 finch kernel: Bluetooth: hci0: Fseq executed: 00.00.02.41
Jul 13 10:49:55 finch kernel: Bluetooth: hci0: Fseq BT Top: 00.00.02.41
Jul 13 10:49:57 finch systemd-networkd[718]: enp5s0: Gained carrier
Jul 13 10:49:57 finch kernel: atlantic 0000:05:00.0 enp5s0: atlantic: link change old 0 new 10000
Jul 13 10:49:57 finch systemd-timesyncd[463]: Network configuration changed, trying to establish connection.
Jul 13 10:49:57 finch systemd-networkd[718]: enp5s0: DHCPv4 address (...), gateway (...) acquired from (...)
Jul 13 10:49:57 finch avahi-daemon[814]: Joining mDNS multicast group on interface enp5s0.IPv4 with address (...).
Jul 13 10:49:57 finch avahi-daemon[814]: New relevant interface enp5s0.IPv4 for mDNS.
Jul 13 10:49:57 finch systemd-timesyncd[463]: Network configuration changed, trying to establish connection.
Jul 13 10:49:57 finch avahi-daemon[814]: Registering new address record for (...) on enp5s0.IPv4.
Jul 13 10:49:57 finch systemd-timesyncd[463]: Contacted time server 79.110.235.11:123 (0.arch.pool.ntp.org).
Jul 13 10:49:59 finch systemd[1]: systemd-rfkill.service: Deactivated successfully.dmesg
[ 138.460126] PM: suspend entry (deep)
[ 138.487657] Filesystems sync: 0.027 seconds
[ 139.378483] NVRM: knvlinkCoreShutdownDeviceLinks_IMPL: Need to shutdown all links unilaterally for GPU0
[ 140.434787] Freezing user space processes
[ 140.436308] Freezing user space processes completed (elapsed 0.001 seconds)
[ 140.436313] OOM killer disabled.
[ 140.436313] Freezing remaining freezable tasks
[ 140.437508] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[ 140.437547] printk: Suspending console(s) (use no_console_suspend to debug)
[ 140.530894] serial 00:00: disabled
[ 143.257988] ACPI: PM: Preparing to enter system sleep state S3
[ 143.800460] ACPI: PM: Saving platform NVS memory
[ 143.800583] Disabling non-boot CPUs ...
[ 143.802792] smpboot: CPU 15 is now offline
[ 143.806127] smpboot: CPU 14 is now offline
[ 143.809197] smpboot: CPU 13 is now offline
[ 143.811075] smpboot: CPU 12 is now offline
[ 143.814043] smpboot: CPU 11 is now offline
[ 143.822635] smpboot: CPU 10 is now offline
[ 143.829734] smpboot: CPU 9 is now offline
[ 143.831936] smpboot: CPU 8 is now offline
[ 143.834258] smpboot: CPU 7 is now offline
[ 143.840692] smpboot: CPU 6 is now offline
[ 143.847070] smpboot: CPU 5 is now offline
[ 143.848904] smpboot: CPU 4 is now offline
[ 143.852562] smpboot: CPU 3 is now offline
[ 143.854218] smpboot: CPU 2 is now offline
[ 143.858208] smpboot: CPU 1 is now offline
[ 143.863273] ACPI: PM: Low-level resume complete
[ 143.863337] ACPI: PM: Restoring platform NVS memory
[ 143.864351] Enabling non-boot CPUs ...
[ 143.864375] smpboot: Booting Node 0 Processor 1 APIC 0x1
[ 143.866841] CPU1 is up
[ 143.866853] smpboot: Booting Node 0 Processor 2 APIC 0x8
[ 143.870264] CPU2 is up
[ 143.870274] smpboot: Booting Node 0 Processor 3 APIC 0x9
[ 143.873262] CPU3 is up
[ 143.873271] smpboot: Booting Node 0 Processor 4 APIC 0x10
[ 143.876281] CPU4 is up
[ 143.876289] smpboot: Booting Node 0 Processor 5 APIC 0x11
[ 143.879309] CPU5 is up
[ 143.879317] smpboot: Booting Node 0 Processor 6 APIC 0x18
[ 143.882311] CPU6 is up
[ 143.882322] smpboot: Booting Node 0 Processor 7 APIC 0x19
[ 143.885308] CPU7 is up
[ 143.885317] smpboot: Booting Node 0 Processor 8 APIC 0x20
[ 143.888336] CPU8 is up
[ 143.888345] smpboot: Booting Node 0 Processor 9 APIC 0x21
[ 143.891360] CPU9 is up
[ 143.891369] smpboot: Booting Node 0 Processor 10 APIC 0x28
[ 143.894353] CPU10 is up
[ 143.894364] smpboot: Booting Node 0 Processor 11 APIC 0x29
[ 143.897368] CPU11 is up
[ 143.897377] smpboot: Booting Node 0 Processor 12 APIC 0x38
[ 143.899910] core: cpu_atom PMU driver:
[ 143.899914] ... version: 5
[ 143.899915] ... bit width: 48
[ 143.899916] ... generic counters: 6
[ 143.899917] ... generic bitmap: 000000000000003f
[ 143.899917] ... fixed-purpose counters: 3
[ 143.899917] ... fixed-purpose bitmap: 0000000000000007
[ 143.899918] ... value mask: 0000ffffffffffff
[ 143.899918] ... max period: 00007fffffffffff
[ 143.899919] ... global_ctrl mask: 000000070000003f
[ 143.900542] CPU12 is up
[ 143.900554] smpboot: Booting Node 0 Processor 13 APIC 0x3a
[ 143.903586] CPU13 is up
[ 143.903601] smpboot: Booting Node 0 Processor 14 APIC 0x3c
[ 143.906606] CPU14 is up
[ 143.906620] smpboot: Booting Node 0 Processor 15 APIC 0x3e
[ 143.909636] CPU15 is up
[ 143.923931] ACPI: PM: Waking up from system sleep state S3
[ 143.944517] xhci_hcd 0000:00:14.0: xHC error in resume, USBSTS 0x411, Reinit
[ 143.944522] usb usb1: root hub lost power or was reset
[ 143.944524] usb usb2: root hub lost power or was reset
[ 143.946769] serial 00:00: activated
[ 143.946915] nvme nvme1: D3 entry latency set to 10 seconds
[ 143.946922] nvme nvme0: D3 entry latency set to 10 seconds
[ 143.948866] nvme nvme1: 16/0/0 default/read/poll queues
[ 143.949074] nvme nvme0: 16/0/0 default/read/poll queues
[ 143.963399] mei mei0: hbm: dma setup response: failure = 3 REJECTED
[ 144.203864] usb 1-6: reset high-speed USB device number 3 using xhci_hcd
[ 144.262915] ata1: SATA link down (SStatus 4 SControl 300)
[ 144.263950] ata5: SATA link down (SStatus 4 SControl 300)
[ 144.270386] ata2: SATA link down (SStatus 4 SControl 300)
[ 144.270947] ata7: SATA link down (SStatus 4 SControl 300)
[ 144.270967] ata3: SATA link down (SStatus 4 SControl 300)
[ 144.270991] ata4: SATA link down (SStatus 4 SControl 300)
[ 144.271838] ata8: SATA link down (SStatus 4 SControl 300)
[ 144.271938] ata6: SATA link down (SStatus 4 SControl 300)
[ 144.327081] usb 1-11: WARN: invalid context state for evaluate context command.
[ 144.438825] usb 1-11: reset full-speed USB device number 8 using xhci_hcd
[ 144.451121] ptp ptp1: PM: parent enp5s0 should not be sleeping
[ 144.452093] atlantic 0000:05:00.0 enp5s0: atlantic: link change old 10000 new 0
[ 144.565192] usb 1-14: WARN: invalid context state for evaluate context command.
[ 144.676938] usb 1-14: reset full-speed USB device number 10 using xhci_hcd
[ 144.912925] usb 1-5: reset high-speed USB device number 2 using xhci_hcd
[ 145.147884] usb 1-9: reset high-speed USB device number 5 using xhci_hcd
[ 145.391885] usb 1-10: reset high-speed USB device number 6 using xhci_hcd
[ 145.635488] usb 2-8: reset SuperSpeed USB device number 2 using xhci_hcd
[ 145.768611] usb 2-9: reset SuperSpeed USB device number 3 using xhci_hcd
[ 145.861824] usb 1-5.4: reset high-speed USB device number 4 using xhci_hcd
[ 146.019783] usb 1-9.2: reset high-speed USB device number 7 using xhci_hcd
[ 146.178847] usb 1-10.2: reset high-speed USB device number 9 using xhci_hcd
[ 146.515961] usb 1-10.2.2: WARN: invalid context state for evaluate context command.
[ 146.594881] usb 1-10.2.2: reset full-speed USB device number 12 using xhci_hcd
[ 146.685323] usb 1-10.2.1: WARN: invalid context state for evaluate context command.
[ 146.763873] usb 1-10.2.1: reset full-speed USB device number 11 using xhci_hcd
[ 146.867421] OOM killer enabled.
[ 146.867427] Restarting tasks: Starting
[ 146.868894] Bluetooth: hci0: Device revision is 2
[ 146.868908] Bluetooth: hci0: Secure boot is enabled
[ 146.868913] Bluetooth: hci0: OTP lock is enabled
[ 146.868917] Bluetooth: hci0: API lock is enabled
[ 146.868920] Bluetooth: hci0: Debug lock is disabled
[ 146.868924] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ 146.868931] Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
[ 146.869348] Restarting tasks: Done
[ 146.869365] efivarfs: resyncing variable state
[ 146.869486] Bluetooth: hci0: DSM reset method type: 0x00
[ 146.871811] Bluetooth: hci0: Found device firmware: intel/ibt-1040-4150.sfi
[ 146.871868] Bluetooth: hci0: Boot Address: 0x100800
[ 146.871871] Bluetooth: hci0: Firmware Version: 202-5.26
[ 146.896128] efivarfs: finished resyncing variable state
[ 146.896167] random: crng reseeded on system resumption
[ 147.902115] PM: suspend exit
[ 148.161867] Bluetooth: hci0: Waiting for firmware download to complete
[ 148.162721] Bluetooth: hci0: Firmware loaded in 1260709 usecs
[ 148.162757] Bluetooth: hci0: Waiting for device to boot
[ 148.178723] Bluetooth: hci0: Device booted in 15621 usecs
[ 148.180768] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-1040-4150.ddc
[ 148.182729] Bluetooth: hci0: Applying Intel DDC parameters completed
[ 148.186757] Bluetooth: hci0: Firmware timestamp 2026.5 buildtype 1 build 82122
[ 148.186763] Bluetooth: hci0: Firmware SHA1: 0x2925677d
[ 148.190732] Bluetooth: hci0: Fseq status: Success (0x00)
[ 148.190737] Bluetooth: hci0: Fseq executed: 00.00.02.41
[ 148.190741] Bluetooth: hci0: Fseq BT Top: 00.00.02.41
[ 150.070609] atlantic 0000:05:00.0 enp5s0: atlantic: link change old 0 new 10000Xorg.log
[ 13.732]
X.Org X Server 1.21.1.24
X Protocol Version 11, Revision 0
[ 13.732] Current Operating System: Linux finch 7.1.3-arch1-2 #1 SMP PREEMPT_DYNAMIC Thu, 09 Jul 2026 19:55:55 +0000 x86_64
[ 13.732] Kernel command line: initrd=\initramfs-linux.img root=PARTUUID=c137ca98-1543-4461-b50b-afe9a707b907 rootfstype=ext4 nvidia.NVreg_TemporaryFilePath=/mnt/nvme4T/nvidia-suspend nvidia.NVreg_PreserveVideoMemoryAllocations=1 nvidia.NVreg_EnableS0ixPowerManagement=1 nvidia.NVreg_UseKernelSuspendNotifiers=1
[ 13.732]
[ 13.732] Current version of pixman: 0.46.4
[ 13.733] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 13.733] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 13.733] (==) Log file: "/home/shapeshifter/.home/.local/share/xorg/Xorg.0.log", Time: Mon Jul 13 13:00:36 2026
[ 13.735] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 13.736] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 13.737] (==) ServerLayout "Layout0"
[ 13.737] (**) |-->Screen "Screen0" (0)
[ 13.737] (**) | |-->Monitor "Monitor0"
[ 13.737] (**) | |-->Device "Device0"
[ 13.737] (**) |-->Input Device "Keyboard0"
[ 13.737] (**) |-->Input Device "Mouse0"
[ 13.737] (**) Option "Xinerama" "0"
[ 13.737] (**) Allowing byte-swapped clients
[ 13.737] (==) Automatically adding devices
[ 13.737] (==) Automatically enabling devices
[ 13.737] (==) Automatically adding GPU devices
[ 13.737] (==) Automatically binding GPU devices
[ 13.738] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 13.738] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 13.738] Entry deleted from font path.
[ 13.739] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 13.739] Entry deleted from font path.
[ 13.739] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 13.739] Entry deleted from font path.
[ 13.739] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 13.739] Entry deleted from font path.
[ 13.739] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/OTF
[ 13.739] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 13.739] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 13.739] (WW) Disabling Keyboard0
[ 13.739] (WW) Disabling Mouse0
[ 13.739] (II) Module ABI versions:
[ 13.739] X.Org ANSI C Emulation: 0.4
[ 13.739] X.Org Video Driver: 25.2
[ 13.739] X.Org XInput driver : 24.4
[ 13.739] X.Org Server Extension : 10.0
[ 13.739] (++) using VT number 1
[ 13.741] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 13.743] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 13.743] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[ 13.744] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 13.747] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 13.747] (--) PCI:*(1@0:0:0) 10de:2231:10de:147e rev 161, Mem @ 0x40000000/16777216, 0x4000000000/34359738368, 0x4800000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[ 13.747] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 13.747] (II) LoadModule: "dbe"
[ 13.747] (II) Module "dbe" already built-in
[ 13.747] (II) LoadModule: "extmod"
[ 13.747] (II) Module "extmod" already built-in
[ 13.747] (II) LoadModule: "glx"
[ 13.748] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 13.753] (II) Module glx: vendor="X.Org Foundation"
[ 13.753] compiled for 1.21.1.24, module version = 1.0.0
[ 13.753] ABI class: X.Org Server Extension, version 10.0
[ 13.753] (II) LoadModule: "nvidia"
[ 13.753] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 13.756] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 13.756] compiled for 1.16.99.901, module version = 1.0.0
[ 13.756] Module class: X.Org Video Driver
[ 13.756] (II) NVIDIA dlloader X Driver 610.43.03 Tue Jun 30 23:29:40 UTC 2026
[ 13.756] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 13.756] (II) systemd-logind: releasing fd for 226:1
[ 13.757] (II) Loading sub module "fb"
[ 13.757] (II) LoadModule: "fb"
[ 13.757] (II) Module "fb" already built-in
[ 13.757] (II) Loading sub module "wfb"
[ 13.757] (II) LoadModule: "wfb"
[ 13.757] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 13.758] (II) Module wfb: vendor="X.Org Foundation"
[ 13.758] compiled for 1.21.1.24, module version = 1.0.0
[ 13.758] ABI class: X.Org ANSI C Emulation, version 0.4
[ 13.761] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 13.761] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 13.761] (==) NVIDIA(0): RGB weight 888
[ 13.761] (==) NVIDIA(0): Default visual is TrueColor
[ 13.761] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 13.761] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 13.761] (**) NVIDIA(0): Option "Stereo" "0"
[ 13.762] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-0"
[ 13.762] (**) NVIDIA(0): Option "SLI" "Off"
[ 13.762] (**) NVIDIA(0): Option "MultiGPU" "Off"
[ 13.762] (**) NVIDIA(0): Option "TripleBuffer" "false"
[ 13.762] (**) NVIDIA(0): Option "BaseMosaic" "off"
[ 13.762] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 13.762] (**) NVIDIA(0): Stereo disabled by request
[ 13.762] (**) NVIDIA(0): NVIDIA SLI disabled.
[ 13.762] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[ 13.762] (**) NVIDIA(0): Option "MetaModes" "3440x1440_100 +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On, AllowGSYNCCompatible=On}"
[ 13.762] (**) NVIDIA(0): Enabling 2D acceleration
[ 13.762] (II) Loading sub module "glxserver_nvidia"
[ 13.762] (II) LoadModule: "glxserver_nvidia"
[ 13.762] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 13.864] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 13.864] compiled for 1.16.99.901, module version = 1.0.0
[ 13.864] Module class: X.Org Server Extension
[ 13.864] (II) NVIDIA GLX Module 610.43.03 Tue Jun 30 23:30:24 UTC 2026
[ 13.864] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 13.870] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 13.870] (--) NVIDIA(0): DFP-0 (boot)
[ 13.870] (--) NVIDIA(0): DFP-1
[ 13.870] (--) NVIDIA(0): DFP-2
[ 13.870] (--) NVIDIA(0): DFP-3
[ 13.870] (--) NVIDIA(0): DFP-4
[ 13.870] (--) NVIDIA(0): DFP-5
[ 13.870] (--) NVIDIA(0): DFP-6
[ 13.870] (--) NVIDIA(0): DFP-7
[ 13.892] (II) NVIDIA(0): NVIDIA GPU NVIDIA RTX A5000 (GA102GL-A) at PCI:1:0:0 (GPU-0)
[ 13.892] (--) NVIDIA(0): Memory: 25153536 kBytes
[ 13.892] (--) NVIDIA(0): VideoBIOS: 94.02.6d.00.0d
[ 13.892] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 13.923] (--) NVIDIA(GPU-0): Acer X34 (DFP-0): connected
[ 13.923] (--) NVIDIA(GPU-0): Acer X34 (DFP-0): Internal DisplayPort
[ 13.923] (--) NVIDIA(GPU-0): Acer X34 (DFP-0): 2670.0 MHz maximum pixel clock
[ 13.923] (--) NVIDIA(GPU-0):
[ 13.926] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 13.926] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 13.926] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 13.926] (--) NVIDIA(GPU-0):
[ 13.926] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 13.926] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 13.926] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[ 13.926] (--) NVIDIA(GPU-0):
[ 13.927] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 13.927] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 13.927] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 13.927] (--) NVIDIA(GPU-0):
[ 13.927] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 13.927] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 13.927] (--) NVIDIA(GPU-0): DFP-4: 2670.0 MHz maximum pixel clock
[ 13.927] (--) NVIDIA(GPU-0):
[ 13.927] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 13.927] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 13.927] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 13.927] (--) NVIDIA(GPU-0):
[ 13.927] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 13.927] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 13.927] (--) NVIDIA(GPU-0): DFP-6: 2670.0 MHz maximum pixel clock
[ 13.927] (--) NVIDIA(GPU-0):
[ 13.927] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 13.927] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 13.927] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 13.927] (--) NVIDIA(GPU-0):
[ 13.936] (II) NVIDIA(0): Validated MetaModes:
[ 13.936] (II) NVIDIA(0):
[ 13.936] (II) NVIDIA(0): "3440x1440_100+0+0{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On,AllowGSYNCCompatible=On}"
[ 13.936] (II) NVIDIA(0): Virtual screen size determined to be 3440 x 1440
[ 14.014] (--) NVIDIA(0): DPI set to (109, 107); computed from "UseEdidDpi" X config
[ 14.014] (--) NVIDIA(0): option
[ 14.014] (WW) NVIDIA: Failed to bind sideband socket to
[ 14.014] (WW) NVIDIA: '/var/run/nvidia-xdriver-31145d71' Permission denied
[ 14.015] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 14.015] (II) NVIDIA: access.
[ 14.032] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 14.032] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 14.032] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 14.032] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 14.032] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 14.032] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 14.032] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 14.032] (II) NVIDIA(0): Config Options in the README.
[ 14.044] (II) NVIDIA(0): Setting mode "3440x1440_100+0+0{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On,AllowGSYNCCompatible=On}"
[ 14.105] (II) NVIDIA(0): Disabling shared memory pixmaps
[ 14.105] (==) NVIDIA(0): Backing store enabled
[ 14.105] (==) NVIDIA(0): Silken mouse enabled
[ 14.105] (**) NVIDIA(0): DPMS enabled
[ 14.105] (II) Loading sub module "dri2"
[ 14.105] (II) LoadModule: "dri2"
[ 14.105] (II) Module "dri2" already built-in
[ 14.105] (II) NVIDIA(0): [DRI2] Setup complete
[ 14.105] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 14.105] (II) Initializing extension Generic Event Extension
[ 14.105] (II) Initializing extension SHAPE
[ 14.106] (II) Initializing extension MIT-SHM
[ 14.106] (II) Initializing extension XInputExtension
[ 14.106] (II) Initializing extension XTEST
[ 14.106] (II) Initializing extension BIG-REQUESTS
[ 14.106] (II) Initializing extension SYNC
[ 14.106] (II) Initializing extension XKEYBOARD
[ 14.106] (II) Initializing extension XC-MISC
[ 14.106] (II) Initializing extension SECURITY
[ 14.106] (II) Initializing extension XFIXES
[ 14.106] (II) Initializing extension RENDER
[ 14.106] (II) Initializing extension RANDR
[ 14.106] (II) Initializing extension COMPOSITE
[ 14.106] (II) Initializing extension DAMAGE
[ 14.106] (II) Initializing extension MIT-SCREEN-SAVER
[ 14.106] (II) Initializing extension DOUBLE-BUFFER
[ 14.106] (II) Initializing extension RECORD
[ 14.106] (II) Initializing extension DPMS
[ 14.106] (II) Initializing extension Present
[ 14.107] (II) Initializing extension DRI3
[ 14.107] (II) Initializing extension X-Resource
[ 14.107] (II) Initializing extension XVideo
[ 14.107] (II) Initializing extension XVideo-MotionCompensation
[ 14.107] (II) Initializing extension GLX
[ 14.107] (II) Initializing extension GLX
[ 14.107] (II) Indirect GLX disabled.
[ 14.107] (II) GLX: Another vendor is already registered for screen 0
[ 14.107] (II) Initializing extension XFree86-VidModeExtension
[ 14.107] (II) Initializing extension XFree86-DGA
[ 14.107] (II) Initializing extension XFree86-DRI
[ 14.107] (II) Initializing extension DRI2
[ 14.107] (II) Initializing extension NV-GLX
[ 14.107] (II) Initializing extension NV-CONTROL
[ 14.107] (II) Initializing extension XINERAMA
[ 14.163] (II) config/udev: Adding input device (...) (/dev/input/event3)
[ 14.163] (**) (...): Applying InputClass "libinput keyboard catchall"
[ 14.163] (**) (...): Applying InputClass "keyboard"
[ 14.163] (II) LoadModule: "libinput"
[ 14.163] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 14.165] (II) Module libinput: vendor="X.Org Foundation"
[ 14.165] compiled for 1.21.1.13, module version = 1.5.0
[ 14.165] Module class: X.Org XInput Driver
[ 14.165] ABI class: X.Org XInput driver, version 24.4
[ 14.165] (II) Using input driver 'libinput' for '(...)'
[ 14.166] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 39 paused 0
[ 14.166] (**) (...): always reports core events
[ 14.166] (**) Option "Device" "/dev/input/event3"
[ 14.172] (II) event3 - (...): is tagged by udev as: Keyboard
[ 14.172] (II) event3 - (...): device is a keyboard
[ 14.172] (II) event3 - (...): device removed
[ 14.172] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.2/1-10.2.1/1-10.2.1:1.0/0003:445A:2260.0002/input/input3/event3"
[ 14.172] (II) XINPUT: Adding extended input device "(...)" (type: KEYBOARD, id 6)
[ 14.172] (**) Option "xkb_model" "pc104"
[ 14.172] (**) Option "xkb_layout" "us"
[ 14.172] (**) Option "xkb_variant" "altgr-intl"
[ 14.188] (II) event3 - (...): is tagged by udev as: Keyboard
[ 14.188] (II) event3 - (...): device is a keyboard
[ 14.189] (II) config/udev: Adding input device (...) Mouse (/dev/input/event4)
[ 14.189] (**) (...) Mouse: Applying InputClass "libinput pointer catchall"
[ 14.189] (**) (...) Mouse: Applying InputClass "libinput pointer catchall"
[ 14.189] (II) Using input driver 'libinput' for '(...) Mouse'
[ 14.189] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 42 paused 0
[ 14.189] (**) (...) Mouse: always reports core events
[ 14.189] (**) Option "Device" "/dev/input/event4"
[ 14.191] (II) event4 - (...) Mouse: is tagged by udev as: Mouse
[ 14.192] (II) event4 - (...) Mouse: device is a pointer
[ 14.192] (II) event4 - (...) Mouse: device removed
[ 14.192] (**) Option "AccelProfile" "flat"
[ 14.192] (II) libinput: (...) Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 14.192] (II) libinput: (...) Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 14.192] (II) libinput: (...) Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 14.192] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.2/1-10.2.1/1-10.2.1:1.1/0003:445A:2260.0003/input/input4/event4"
[ 14.192] (II) XINPUT: Adding extended input device "(...) Mouse" (type: MOUSE, id 7)
[ 14.192] (**) Option "AccelerationScheme" "none"
[ 14.192] (**) (...) Mouse: (accel) selected scheme none/0
[ 14.192] (**) (...) Mouse: (accel) acceleration factor: 2.000
[ 14.192] (**) (...) Mouse: (accel) acceleration threshold: 4
[ 14.194] (II) event4 - (...) Mouse: is tagged by udev as: Mouse
[ 14.194] (II) event4 - (...) Mouse: device is a pointer
[ 14.195] (II) config/udev: Adding input device (...) Mouse (/dev/input/mouse0)
[ 14.195] (II) No input driver specified, ignoring this device.
[ 14.195] (II) This device may have been added with another device file.
[ 14.196] (II) config/udev: Adding input device (...) System Control (/dev/input/event5)
[ 14.196] (**) (...) System Control: Applying InputClass "libinput keyboard catchall"
[ 14.196] (**) (...) System Control: Applying InputClass "keyboard"
[ 14.196] (II) Using input driver 'libinput' for '(...) System Control'
[ 14.197] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 43 paused 0
[ 14.197] (**) (...) System Control: always reports core events
[ 14.197] (**) Option "Device" "/dev/input/event5"
[ 14.198] (II) event5 - (...) System Control: is tagged by udev as: Keyboard Joystick
[ 14.198] (II) event5 - (...) System Control: device is a keyboard
[ 14.198] (II) event5 - (...) System Control: device removed
[ 14.198] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.2/1-10.2.1/1-10.2.1:1.1/0003:445A:2260.0003/input/input5/event5"
[ 14.198] (II) XINPUT: Adding extended input device "(...) System Control" (type: KEYBOARD, id 8)
[ 14.198] (**) Option "xkb_model" "pc104"
[ 14.198] (**) Option "xkb_layout" "us"
[ 14.198] (**) Option "xkb_variant" "altgr-intl"
[ 14.199] (II) event5 - (...) System Control: is tagged by udev as: Keyboard Joystick
[ 14.200] (II) event5 - (...) System Control: device is a keyboard
[ 14.200] (II) config/udev: Adding input device (...) Consumer Control (/dev/input/event6)
[ 14.200] (**) (...) Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 14.200] (**) (...) Consumer Control: Applying InputClass "keyboard"
[ 14.200] (II) Using input driver 'libinput' for '(...) Consumer Control'
[ 14.201] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 44 paused 0
[ 14.201] (**) (...) Consumer Control: always reports core events
[ 14.201] (**) Option "Device" "/dev/input/event6"
[ 14.203] (II) event6 - (...) Consumer Control: is tagged by udev as: Keyboard
[ 14.203] (II) event6 - (...) Consumer Control: device is a keyboard
[ 14.204] (II) event6 - (...) Consumer Control: device removed
[ 14.204] (II) libinput: (...) Consumer Control: needs a virtual subdevice
[ 14.204] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.2/1-10.2.1/1-10.2.1:1.1/0003:445A:2260.0003/input/input6/event6"
[ 14.204] (II) XINPUT: Adding extended input device "(...) Consumer Control" (type: MOUSE, id 9)
[ 14.204] (**) Option "AccelerationScheme" "none"
[ 14.204] (**) (...) Consumer Control: (accel) selected scheme none/0
[ 14.204] (**) (...) Consumer Control: (accel) acceleration factor: 2.000
[ 14.204] (**) (...) Consumer Control: (accel) acceleration threshold: 4
[ 14.205] (II) event6 - (...) Consumer Control: is tagged by udev as: Keyboard
[ 14.205] (II) event6 - (...) Consumer Control: device is a keyboard
[ 14.206] (II) config/udev: Adding input device (...) Keyboard (/dev/input/event7)
[ 14.206] (**) (...) Keyboard: Applying InputClass "libinput keyboard catchall"
[ 14.206] (**) (...) Keyboard: Applying InputClass "keyboard"
[ 14.206] (II) Using input driver 'libinput' for '(...) Keyboard'
[ 14.207] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 45 paused 0
[ 14.207] (**) (...) Keyboard: always reports core events
[ 14.207] (**) Option "Device" "/dev/input/event7"
[ 14.208] (II) event7 - (...) Keyboard: is tagged by udev as: Keyboard
[ 14.208] (II) event7 - (...) Keyboard: device is a keyboard
[ 14.208] (II) event7 - (...) Keyboard: device removed
[ 14.208] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.2/1-10.2.1/1-10.2.1:1.1/0003:445A:2260.0003/input/input7/event7"
[ 14.208] (II) XINPUT: Adding extended input device "(...) Keyboard" (type: KEYBOARD, id 10)
[ 14.209] (**) Option "xkb_model" "pc104"
[ 14.209] (**) Option "xkb_layout" "us"
[ 14.209] (**) Option "xkb_variant" "altgr-intl"
[ 14.210] (II) event7 - (...) Keyboard: is tagged by udev as: Keyboard
[ 14.210] (II) event7 - (...) Keyboard: device is a keyboard
[ 14.211] (II) config/udev: Adding input device (...) (/dev/input/event10)
[ 14.211] (II) No input driver specified, ignoring this device.
[ 14.211] (II) This device may have been added with another device file.
[ 14.211] (II) config/udev: Adding input device (...) Mouse (/dev/input/event8)
[ 14.211] (**) (...) Mouse: Applying InputClass "libinput pointer catchall"
[ 14.211] (**) (...) Mouse: Applying InputClass "libinput pointer catchall"
[ 14.211] (II) Using input driver 'libinput' for '(...) Mouse'
[ 14.212] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 46 paused 0
[ 14.212] (**) (...) Mouse: always reports core events
[ 14.212] (**) Option "Device" "/dev/input/event8"
[ 14.213] (II) event8 - (...) Mouse: is tagged by udev as: Mouse
[ 14.213] (II) event8 - (...) Mouse: device is a pointer
[ 14.213] (II) event8 - (...) Mouse: device removed
[ 14.213] (**) Option "AccelProfile" "flat"
[ 14.213] (II) libinput: (...) Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 14.213] (II) libinput: (...) Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 14.213] (II) libinput: (...) Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 14.213] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.2/1-10.2.2/1-10.2.2:1.0/0003:1E7D:2E23.0004/input/input8/event8"
[ 14.213] (II) XINPUT: Adding extended input device "(...) Mouse" (type: MOUSE, id 11)
[ 14.214] (**) Option "AccelerationScheme" "none"
[ 14.214] (**) (...) Mouse: (accel) selected scheme none/0
[ 14.214] (**) (...) Mouse: (accel) acceleration factor: 2.000
[ 14.214] (**) (...) Mouse: (accel) acceleration threshold: 4
[ 14.214] (II) event8 - (...) Mouse: is tagged by udev as: Mouse
[ 14.214] (II) event8 - (...) Mouse: device is a pointer
[ 14.215] (II) config/udev: Adding input device (...) Mouse (/dev/input/mouse1)
[ 14.215] (II) No input driver specified, ignoring this device.
[ 14.215] (II) This device may have been added with another device file.
[ 14.215] (II) config/udev: Adding input device (...) Consumer Control (/dev/input/event9)
[ 14.215] (**) (...) Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 14.215] (**) (...) Consumer Control: Applying InputClass "keyboard"
[ 14.215] (II) Using input driver 'libinput' for '(...) Consumer Control'
[ 14.216] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 47 paused 0
[ 14.216] (**) (...) Consumer Control: always reports core events
[ 14.216] (**) Option "Device" "/dev/input/event9"
[ 14.217] (II) event9 - (...) Consumer Control: is tagged by udev as: Keyboard
[ 14.217] (II) event9 - (...) Consumer Control: device is a keyboard
[ 14.217] (II) event9 - (...) Consumer Control: device removed
[ 14.217] (II) libinput: (...) Consumer Control: needs a virtual subdevice
[ 14.217] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.2/1-10.2.2/1-10.2.2:1.0/0003:1E7D:2E23.0004/input/input9/event9"
[ 14.217] (II) XINPUT: Adding extended input device "(...) Consumer Control" (type: MOUSE, id 12)
[ 14.217] (**) Option "AccelerationScheme" "none"
[ 14.217] (**) (...) Consumer Control: (accel) selected scheme none/0
[ 14.217] (**) (...) Consumer Control: (accel) acceleration factor: 2.000
[ 14.217] (**) (...) Consumer Control: (accel) acceleration threshold: 4
[ 14.219] (II) event9 - (...) Consumer Control: is tagged by udev as: Keyboard
[ 14.219] (II) event9 - (...) Consumer Control: device is a keyboard
[ 14.220] (II) config/udev: Adding input device (...) (/dev/input/event11)
[ 14.220] (**) (...): Applying InputClass "libinput keyboard catchall"
[ 14.220] (**) (...): Applying InputClass "keyboard"
[ 14.220] (II) Using input driver 'libinput' for '(...)'
[ 14.220] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 48 paused 0
[ 14.220] (**) (...): always reports core events
[ 14.220] (**) Option "Device" "/dev/input/event11"
[ 14.221] (II) event11 - (...): is tagged by udev as: Keyboard
[ 14.221] (II) event11 - (...): device is a keyboard
[ 14.222] (II) event11 - (...): device removed
[ 14.222] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.2/1-10.2.2/1-10.2.2:1.1/0003:1E7D:2E23.0005/input/input11/event11"
[ 14.222] (II) XINPUT: Adding extended input device "(...)" (type: KEYBOARD, id 13)
[ 14.222] (**) Option "xkb_model" "pc104"
[ 14.222] (**) Option "xkb_layout" "us"
[ 14.222] (**) Option "xkb_variant" "altgr-intl"
[ 14.223] (II) event11 - (...): is tagged by udev as: Keyboard
[ 14.223] (II) event11 - (...): device is a keyboard
[ 14.223] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event14)
[ 14.223] (II) No input driver specified, ignoring this device.
[ 14.223] (II) This device may have been added with another device file.
[ 14.224] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event15)
[ 14.224] (II) No input driver specified, ignoring this device.
[ 14.224] (II) This device may have been added with another device file.
[ 14.224] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event16)
[ 14.224] (II) No input driver specified, ignoring this device.
[ 14.224] (II) This device may have been added with another device file.
[ 14.224] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event17)
[ 14.224] (II) No input driver specified, ignoring this device.
[ 14.224] (II) This device may have been added with another device file.
[ 14.225] (II) config/udev: Adding input device Intel HID events (/dev/input/event12)
[ 14.225] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 14.225] (**) Intel HID events: Applying InputClass "keyboard"
[ 14.225] (II) Using input driver 'libinput' for 'Intel HID events'
[ 14.225] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 49 paused 0
[ 14.225] (**) Intel HID events: always reports core events
[ 14.225] (**) Option "Device" "/dev/input/event12"
[ 14.226] (II) event12 - Intel HID events: is tagged by udev as: Keyboard
[ 14.226] (II) event12 - Intel HID events: device is a keyboard
[ 14.226] (II) event12 - Intel HID events: device removed
[ 14.226] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input12/event12"
[ 14.226] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 14)
[ 14.226] (**) Option "xkb_model" "pc104"
[ 14.226] (**) Option "xkb_layout" "us"
[ 14.226] (**) Option "xkb_variant" "altgr-intl"
[ 14.226] (II) event12 - Intel HID events: is tagged by udev as: Keyboard
[ 14.226] (II) event12 - Intel HID events: device is a keyboard
[ 14.227] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 14.227] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 14.227] (**) Power Button: Applying InputClass "keyboard"
[ 14.227] (II) Using input driver 'libinput' for 'Power Button'
[ 14.227] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 50 paused 0
[ 14.227] (**) Power Button: always reports core events
[ 14.227] (**) Option "Device" "/dev/input/event2"
[ 14.228] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 14.228] (II) event2 - Power Button: device is a keyboard
[ 14.228] (II) event2 - Power Button: device removed
[ 14.228] (**) Option "config_info" "udev:/sys/devices/platform/LNXPWRBN:00/input/input2/event2"
[ 14.228] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 15)
[ 14.228] (**) Option "xkb_model" "pc104"
[ 14.228] (**) Option "xkb_layout" "us"
[ 14.228] (**) Option "xkb_variant" "altgr-intl"
[ 14.228] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 14.228] (II) event2 - Power Button: device is a keyboard
[ 14.228] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 14.228] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 14.228] (**) Power Button: Applying InputClass "keyboard"
[ 14.228] (II) Using input driver 'libinput' for 'Power Button'
[ 14.229] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 51 paused 0
[ 14.229] (**) Power Button: always reports core events
[ 14.229] (**) Option "Device" "/dev/input/event1"
[ 14.229] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 14.229] (II) event1 - Power Button: device is a keyboard
[ 14.229] (II) event1 - Power Button: device removed
[ 14.229] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C0C:00/input/input1/event1"
[ 14.229] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 16)
[ 14.229] (**) Option "xkb_model" "pc104"
[ 14.229] (**) Option "xkb_layout" "us"
[ 14.229] (**) Option "xkb_variant" "altgr-intl"
[ 14.230] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 14.230] (II) event1 - Power Button: device is a keyboard
[ 14.230] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 14.230] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 14.230] (**) Sleep Button: Applying InputClass "keyboard"
[ 14.230] (II) Using input driver 'libinput' for 'Sleep Button'
[ 14.230] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 52 paused 0
[ 14.230] (**) Sleep Button: always reports core events
[ 14.230] (**) Option "Device" "/dev/input/event0"
[ 14.231] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 14.231] (II) event0 - Sleep Button: device is a keyboard
[ 14.231] (II) event0 - Sleep Button: device removed
[ 14.231] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C0E:00/input/input0/event0"
[ 14.231] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 17)
[ 14.231] (**) Option "xkb_model" "pc104"
[ 14.231] (**) Option "xkb_layout" "us"
[ 14.231] (**) Option "xkb_variant" "altgr-intl"
[ 14.232] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 14.232] (II) event0 - Sleep Button: device is a keyboard
[ 14.232] (II) config/udev: Adding input device PC Speaker (/dev/input/event13)
[ 14.232] (II) No input driver specified, ignoring this device.
[ 14.232] (II) This device may have been added with another device file.
[ 14.238] (**) (...) Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 14.238] (**) (...) Consumer Control: Applying InputClass "keyboard"
[ 14.238] (II) Using input driver 'libinput' for '(...) Consumer Control'
[ 14.238] (II) systemd-logind: returning pre-existing fd for /dev/input/event6 13:70
[ 14.238] (**) (...) Consumer Control: always reports core events
[ 14.238] (**) Option "Device" "/dev/input/event6"
[ 14.238] (II) libinput: (...) Consumer Control: is a virtual subdevice
[ 14.238] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.2/1-10.2.1/1-10.2.1:1.1/0003:445A:2260.0003/input/input6/event6"
[ 14.238] (II) XINPUT: Adding extended input device "(...) Consumer Control" (type: KEYBOARD, id 18)
[ 14.238] (**) Option "xkb_model" "pc104"
[ 14.238] (**) Option "xkb_layout" "us"
[ 14.238] (**) Option "xkb_variant" "altgr-intl"
[ 14.238] (**) (...) Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 14.238] (**) (...) Consumer Control: Applying InputClass "keyboard"
[ 14.238] (II) Using input driver 'libinput' for '(...) Consumer Control'
[ 14.238] (II) systemd-logind: returning pre-existing fd for /dev/input/event9 13:73
[ 14.238] (**) (...) Consumer Control: always reports core events
[ 14.238] (**) Option "Device" "/dev/input/event9"
[ 14.238] (II) libinput: (...) Consumer Control: is a virtual subdevice
[ 14.238] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.2/1-10.2.2/1-10.2.2:1.0/0003:1E7D:2E23.0004/input/input9/event9"
[ 14.238] (II) XINPUT: Adding extended input device "(...) Consumer Control" (type: KEYBOARD, id 19)
[ 14.238] (**) Option "xkb_model" "pc104"
[ 14.238] (**) Option "xkb_layout" "us"
[ 14.238] (**) Option "xkb_variant" "altgr-intl"
[ 18.741] (**) Option "fd" "39"
[ 18.741] (II) event3 - (...): device removed
[ 18.741] (**) Option "fd" "42"
[ 18.741] (II) event4 - (...) Mouse: device removed
[ 18.741] (**) Option "fd" "43"
[ 18.741] (II) event5 - (...) System Control: device removed
[ 18.741] (**) Option "fd" "44"
[ 18.741] (**) Option "fd" "45"
[ 18.741] (II) event7 - (...) Keyboard: device removed
[ 18.741] (**) Option "fd" "46"
[ 18.741] (II) event8 - (...) Mouse: device removed
[ 18.742] (**) Option "fd" "47"
[ 18.742] (**) Option "fd" "48"
[ 18.742] (II) event11 - (...): device removed
[ 18.742] (**) Option "fd" "49"
[ 18.742] (II) event12 - Intel HID events: device removed
[ 18.742] (**) Option "fd" "50"
[ 18.742] (II) event2 - Power Button: device removed
[ 18.742] (**) Option "fd" "51"
[ 18.742] (II) event1 - Power Button: device removed
[ 18.742] (**) Option "fd" "52"
[ 18.742] (II) event0 - Sleep Button: device removed
[ 18.742] (**) Option "fd" "44"
[ 18.742] (II) event6 - (...) Consumer Control: device removed
[ 18.742] (**) Option "fd" "47"
[ 18.742] (II) event9 - (...) Consumer Control: device removed
[ 19.032] (II) systemd-logind: got pause for 13:72
[ 19.032] (II) systemd-logind: got pause for 13:67
[ 19.032] (II) systemd-logind: got pause for 13:65
[ 19.032] (II) systemd-logind: got pause for 13:70
[ 19.032] (II) systemd-logind: got pause for 13:71
[ 19.032] (II) systemd-logind: got pause for 13:73
[ 19.032] (II) systemd-logind: got pause for 13:75
[ 19.032] (II) systemd-logind: got pause for 13:64
[ 19.032] (II) systemd-logind: got pause for 13:66
[ 19.032] (II) systemd-logind: got pause for 13:69
[ 19.032] (II) systemd-logind: got pause for 13:68
[ 19.032] (II) systemd-logind: got pause for 13:76
[ 19.033] (II) config/udev: removing device (...) System Control
[ 19.033] (II) UnloadModule: "libinput"
[ 19.033] (II) systemd-logind: releasing fd for 13:69
[ 19.036] (II) config/udev: Adding input device (...) System Control (/dev/input/event5)
[ 19.036] (**) (...) System Control: Applying InputClass "libinput keyboard catchall"
[ 19.036] (**) (...) System Control: Applying InputClass "keyboard"
[ 19.036] (II) Using input driver 'libinput' for '(...) System Control'
[ 19.037] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 39 paused 1
[ 19.037] (II) systemd-logind: releasing fd for 13:69
[ 24.930] (II) config/udev: Adding input device (...) System Control (/dev/input/event5)
[ 24.930] (**) (...) System Control: Applying InputClass "libinput keyboard catchall"
[ 24.930] (**) (...) System Control: Applying InputClass "keyboard"
[ 24.930] (II) Using input driver 'libinput' for '(...) System Control'
[ 25.006] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 52 paused 0
[ 25.006] (**) (...) System Control: always reports core events
[ 25.006] (**) Option "Device" "/dev/input/event5"
[ 25.010] (II) event5 - (...) System Control: is tagged by udev as: Keyboard Joystick
[ 25.011] (II) event5 - (...) System Control: device is a keyboard
[ 25.011] (II) event5 - (...) System Control: device removed
[ 25.011] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.2/1-10.2.1/1-10.2.1:1.1/0003:445A:2260.0003/input/input5/event5"
[ 25.011] (II) XINPUT: Adding extended input device "(...) System Control" (type: KEYBOARD, id 8)
[ 25.011] (**) Option "xkb_model" "pc104"
[ 25.011] (**) Option "xkb_layout" "us"
[ 25.011] (**) Option "xkb_variant" "altgr-intl"
[ 32.140] (II) UnloadModule: "libinput"
[ 32.140] (II) systemd-logind: not releasing fd for 13:73, still in use
[ 32.140] (II) UnloadModule: "libinput"
[ 32.140] (II) systemd-logind: not releasing fd for 13:70, still in use
[ 32.140] (II) UnloadModule: "libinput"
[ 32.140] (II) systemd-logind: releasing fd for 13:64
[ 32.140] (II) UnloadModule: "libinput"
[ 32.140] (II) systemd-logind: releasing fd for 13:65
[ 32.140] (II) UnloadModule: "libinput"
[ 32.140] (II) systemd-logind: releasing fd for 13:66
[ 32.140] (II) UnloadModule: "libinput"
[ 32.140] (II) systemd-logind: releasing fd for 13:76
[ 32.141] (II) UnloadModule: "libinput"
[ 32.141] (II) systemd-logind: releasing fd for 13:75
[ 32.141] (II) UnloadModule: "libinput"
[ 32.141] (II) systemd-logind: releasing fd for 13:73
[ 32.141] (II) UnloadModule: "libinput"
[ 32.141] (II) systemd-logind: releasing fd for 13:72
[ 32.141] (II) UnloadModule: "libinput"
[ 32.141] (II) systemd-logind: releasing fd for 13:71
[ 32.142] (II) UnloadModule: "libinput"
[ 32.142] (II) systemd-logind: releasing fd for 13:70
[ 32.142] (II) UnloadModule: "libinput"
[ 32.142] (II) systemd-logind: releasing fd for 13:68
[ 32.142] (II) UnloadModule: "libinput"
[ 32.142] (II) systemd-logind: releasing fd for 13:67
[ 32.143] (II) UnloadModule: "libinput"
[ 32.143] (II) systemd-logind: releasing fd for 13:69
[ 32.162] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 32.223] (II) Server terminated successfully (0). Closing log file.What did I miss?
Last edited by Shapeshifter (2026-07-13 11:18:19)
Offline