You are not logged in.
I was having problems with suspend with the main 6.17.5 kernel, and I saw here that linux-lts was working for some people. However, it is still not working for me. I keep getting a black screen upon resume.
dmesg log here.
2020-ish era Thinkpad with nvidia, nvidia-lts, and linux-firmware-nvidia installed.
Offline
Why is there "intel_pstate=no_hwp"?
For clarification: the system in the journal goes to sleep, then 100ms later wakes up - is that deliberate and the only problem is "I keep getting a black screen upon resume" or is the wakeup spurious, too?
There're
Oct 30 23:36:15.499300 incertia-t15g kernel: nvidia 0000:01:00.0: [drm] Cannot find any crtc or sizesno outputs on the nvidia chip and
Oct 30 23:36:15.885990 incertia-t15g kernel: i915 0000:00:02.0: [drm] *ERROR* Failed to probe lspcon
Oct 30 23:36:15.886282 incertia-t15g kernel: [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 2
Oct 30 23:36:17.302641 incertia-t15g kernel: i915 0000:00:02.0: [drm] *ERROR* Failed to probe lspcon
Oct 30 23:36:17.303488 incertia-t15g kernel: i915 0000:00:02.0: [drm] *ERROR* LSPCON init failed on port D
Oct 30 23:36:17.709395 incertia-t15g kernel: fbcon: i915drmfb (fb0) is primary device
Oct 30 23:36:19.972717 incertia-t15g kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Oct 30 23:36:20.509301 incertia-t15g kernel: i915 0000:00:02.0: [drm] *ERROR* Failed to probe lspcon
Oct 30 23:36:20.510211 incertia-t15g kernel: i915 0000:00:02.0: [drm] *ERROR* LSPCON init failed on port D
Oct 30 23:36:20.909277 incertia-t15g kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Oct 30 23:36:22.325967 incertia-t15g kernel: i915 0000:00:02.0: [drm] *ERROR* Failed to probe lspcon
Oct 30 23:36:22.326877 incertia-t15g kernel: i915 0000:00:02.0: [drm] *ERROR* LSPCON init failed on port D
Oct 30 23:36:24.149270 incertia-t15g kernel: i915 0000:00:02.0: [drm] *ERROR* Failed to probe lspcon
Oct 30 23:36:24.149451 incertia-t15g kernel: i915 0000:00:02.0: [drm] *ERROR* LSPCON init failed on port D
Oct 30 23:37:35.289306 incertia-t15g kernel: i915 0000:00:02.0: [drm] *ERROR* Failed to probe lspcon
Oct 30 23:37:35.290350 incertia-t15g kernel: i915 0000:00:02.0: [drm] *ERROR* LSPCON init failed on port D
Oct 30 23:37:37.119304 incertia-t15g kernel: i915 0000:00:02.0: [drm] *ERROR* Failed to probe lspcon
Oct 30 23:37:37.120256 incertia-t15g kernel: i915 0000:00:02.0: [drm] *ERROR* LSPCON init failed on port D
Oct 30 23:38:55.078897 incertia-t15g kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Oct 30 23:38:56.436404 incertia-t15g kernel: i915 0000:00:02.0: [drm] *ERROR* Failed to probe lspcon
Oct 30 23:38:56.436635 incertia-t15g kernel: i915 0000:00:02.0: [drm] *ERROR* LSPCON init failed on port Dthe intel chip throws those before and after the sleep.
The amdgpu thread is irrelevant to you - you get the same on the 6.17 kernels?
What does your userspace look like (full journal) - there're ongoing suspend issues entirely related to KDE.
(Unrelated to the KDE situation) Does it help to switch the VT after the wakeup?
How black is the screen? Is there still a mouse cursor? Does the backlight turn on (ie. turns from black to very dark gray or whatever)?
Offline
Why is there "intel_pstate=no_hwp"?
This was added by `archinstall` IIRC. I am not sure why it is there. Yes the fast wakeup was intentionally done by me just to get a "short" dmesg log. The wakeup itself is not spurious.
I have been getting the "Failed to prove lspcon" issue for ages and it only really started affecting me after I upgraded recently (last upgrade was ~1y ago). IIRC my old Lenovo laptop before this one threw similar errors.
I get the same behavior on the 6.17 kernel. The screen backlight turns on, I see a _ text cursor and then it disappears, and then the system becomes unresponsive in a sense. I am unable to switch to any VT. Additionally, switching to a VT and then switching back freezes in the same way (except the VT is kept on screen) after I start X11. I get no mouse cursor whatsoever. The desktop environment is also not KDE, it is a simple xmonad environment.
Offline
Unless you're running into https://wiki.archlinux.org/title/Lenovo … 22_message try to remove that parameter.
Can you suspend from the multi-user.target (2nd link below, no display server running at all)?
Can you ping the system (or ssh into it) when it fails to wake up?
Do you run a compositor like picom on your simple xmonad environment?
Lastly, https://wiki.archlinux.org/title/Intel_ … up_from_S3
But you don't match the symptoms - so don't hold your breath (also this is moot if you can resume from the multi-user.target)
Offline
Unless you're running into https://wiki.archlinux.org/title/Lenovo … 22_message try to remove that parameter.
Can you suspend from the multi-user.target (2nd link below, no display server running at all)?
Can you ping the system (or ssh into it) when it fails to wake up?
Do you run a compositor like picom on your simple xmonad environment?
The boot parameter has been removed => same issue.
I normally boot into the tty login and start xmonad/xorg myself, but changing to multi-user.target or staying on graphical.target and suspending/resuming to the tty works. xorg on multi-user.target does not work.
The system is pingable in the black screen state.
The above tests were run with picom disabled (it is normally enabled).
I have confirmed that I am able to resume into X if I uninstall the nvidia drivers. However, I would like to be able to use my GPU.
Last edited by incertia (2025-10-31 22:04:58)
Offline
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
Please post your complete system journal for a boot covering a failed resume
sudo journalctl -b | curl -F 'file=@-' 0x0.stCould easily be https://wiki.archlinux.org/title/NVIDIA … er_suspend
Offline
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
cat /var/log/Xorg.0.log.old | curl -F'file=@-' 0x0.stPlease post your complete system journal for a boot covering a failed resume
sudo journalctl -b | curl -F 'file=@-' 0x0.st
this should look similar to the very first log, obtained via
journalctl -k -b -1 | curl -F'file=@-' 0x0.stCould easily be https://wiki.archlinux.org/title/NVIDIA … er_suspend
I do indeed get "PreserveVideoMemoryAllocations: 1" when I check the paramters.
Additionally,
$ systemctl list-unit-files | grep nvidia
nvidia-hibernate.service enabled disabled
nvidia-persistenced.service disabled disabled
nvidia-powerd.service disabled disabled
nvidia-resume.service enabled disabled
nvidia-suspend-then-hibernate.service disabled disabled
nvidia-suspend.service enabled disabledBoth logs are obtained after shutdown and using logs from the previous session, which should be the failing one.
Offline
You might want to look at the logs before posting, that xorg log is from over a year ago.
Online
Oh the xorg log directory changed to be local... here is the one from ~/.local/share/xorg/Xorg.0.log.old: https://0x0.st/KLT5.txt
Offline
this should look similar to the very first log, obtained via
Except it would cover the userspace actions, notably the vram preservation services, errors, etc et pp.
Hybrid system, running modesetting on the intel chip, nvidia is available for prime.
I was having problems with suspend with the main 6.17.5 kernel, and I saw here that linux-lts was working for some people.
Are we sure it's a kernel update and not the 21.1.20 server?
https://bbs.archlinux.org/viewtopic.php … 3#p2270633
Offline
Are we sure it's a kernel update and not the 21.1.20 server?
It is probably something to do with nvidia. Removing it is OK. I have tested with my previous two versions of xorg-server and they still have the same issue.
[2025-10-31T19:20:18-0400] [PACMAN] Running 'pacman -U /var/cache/pacman/pkg/xorg-server-21.1.18-2-x86_64.pkg.tar.zst'
[2025-10-31T19:20:20-0400] [ALPM] downgraded xorg-server (21.1.20-1 -> 21.1.18-2)
[2025-10-31T19:21:56-0400] [PACMAN] Running 'pacman -U /var/cache/pacman/pkg/xorg-server-21.1.14-1-x86_64.pkg.tar.zst'
[2025-10-31T19:21:58-0400] [ALPM] downgraded xorg-server (21.1.18-2 -> 21.1.14-1)
[2025-10-31T19:23:31-0400] [PACMAN] Running 'pacman -S xorg-server'
[2025-10-31T19:23:32-0400] [ALPM] upgraded xorg-server (21.1.14-1 -> 21.1.20-1)EDIT: maybe it is relevant that if I use the config generated by nvidia-xconfig, I get a similar behavior to swtiching from a VT to x. this time, however, i am stuck seeing the startx text and my login VT while never actually getting any sort of desktop output.
Last edited by incertia (2025-10-31 23:43:05)
Offline
Except it would cover the userspace actions, notably the vram preservation services, errors, etc et pp.
Please post your complete system journal for the boot:sudo journalctl -b | curl -F 'file=@-' 0x0.st
Offline
This one is obtained via ssh and not -k 1 for the current journal, but there is basically no difference except the system is not shut down
Offline
It seems like suspend/resume is working as intended. My guess is that whatever is happening is failing here in /usr/bin/nvidia-sleep.sh:
#!/bin/bash
if [ ! -f /proc/driver/nvidia/suspend ]; then
exit 0
fi
RUN_DIR="/var/run/nvidia-sleep"
XORG_VT_FILE="${RUN_DIR}"/Xorg.vt_number
PATH="/bin:/usr/bin"
RestoreVT() {
#
# Check if Xorg was determined to be running at the time
# of suspend, and whether its VT was recorded. If so,
# attempt to switch back to this VT.
#
if [[ -f "${XORG_VT_FILE}" ]]; then
XORG_PID=$(cat "${XORG_VT_FILE}")
rm "${XORG_VT_FILE}"
chvt "${XORG_PID}"
fi
}
case "$1" in
is-suspend-then-hibernate-supported)
# suspend-then-hibernate only works correctly if $SYSTEMD_SLEEP_ACTION
# is supported, which was added in systemd 248.
systemd_version=$(systemctl --version | head -n1 | cut -d' ' -f2)
if [ "$systemd_version" -gt 247 ]; then
exit 0
fi
echo "systemd version $systemd_version is too old to support suspend-then-hibernate with NVIDIA." 2>&1
echo "Please upgrade to systemd 248 or newer." 2>&1
exit 1
;;
suspend|hibernate)
mkdir -p "${RUN_DIR}"
fgconsole > "${XORG_VT_FILE}"
chvt 63
if [[ $? -ne 0 ]]; then
exit $?
fi
echo "$1" > /proc/driver/nvidia/suspend
RET_VAL=$?
#
# If suspend/hibernate entry fails, switch back to the active VT
#
if [[ $RET_VAL -ne 0 ]]; then
RestoreVT
fi
exit $RET_VAL
;;
resume)
echo "$1" > /proc/driver/nvidia/suspend
RestoreVT
exit 0
;;
*)
exit 1
esacchvt 63 works and I can press <C-M-F1> to go back to VT1 when I do not initiate an X session. However, it seems like this is not possible whenever I have an X server started on the target VT. This would explain why I would freeze on an empty screen (the contents VT63) when resuming from suspend and the login screen when switching from VT2 back to VT1.
This likely means that something is going on with the nvidia kernel modules, as all of this works fine when I remove them.
EDIT: I am able to recover VT1 by killing the x server over ssh, but I do not want to do this every time I suspend and resume the laptop. xrefresh does not work.
Last edited by incertia (2025-11-04 03:12:42)
Offline
This one is obtained via ssh and not -k 1 for the current journal, but there is basically no difference except the system is not shut down
Do you limit the MaxLevel* ?
https://man.archlinux.org/man/journald.conf.5
Offline
No, I should have the default config
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it under the
# terms of the GNU Lesser General Public License as published by the Free
# Software Foundation; either version 2.1 of the License, or (at your option)
# any later version.
#
# Entries in this file show the compile time defaults. Local configuration
# should be created by either modifying this file (or a copy of it placed in
# /etc/ if the original file is shipped in /usr/), or by creating "drop-ins" in
# the /etc/systemd/journald.conf.d/ directory. The latter is generally
# recommended. Defaults can be restored by simply deleting the main
# configuration file and all drop-ins located in /etc/.
#
# Use 'systemd-analyze cat-config systemd/journald.conf' to display the full config.
#
# See journald.conf(5) for details.
[Journal]
#Storage=auto
#Compress=yes
#Seal=yes
#SplitMode=uid
#SyncIntervalSec=5m
#RateLimitIntervalSec=30s
#RateLimitBurst=10000
#SystemMaxUse=
#SystemKeepFree=
#SystemMaxFileSize=
#SystemMaxFiles=100
#RuntimeMaxUse=
#RuntimeKeepFree=
#RuntimeMaxFileSize=
#RuntimeMaxFiles=100
#MaxRetentionSec=0
#MaxFileSec=1month
#ForwardToSyslog=no
#ForwardToKMsg=no
#ForwardToConsole=no
#ForwardToWall=yes
#TTYPath=/dev/console
#MaxLevelStore=debug
#MaxLevelSyslog=debug
#MaxLevelKMsg=notice
#MaxLevelConsole=info
#MaxLevelWall=emerg
#MaxLevelSocket=debug
#LineMax=48K
#ReadKMsg=yes
#Audit=yesOffline
No entries in /etc/systemd/journald.conf.d/* either?
type -a journalctlThere has to be a reason why you journal lacks any userspace logs after the journal flushes after the root switch and notably around the suspend.
Offline
journalctl is /usr/bin/journalctlWould /run being tmpfs be a valid reason why?
Offline
I think I sorted it out.
Offline
No, /run is usually a tmpfs - nothing special there.
No entries in /etc/systemd/journald.conf.d/* either?
ls -lR /etc/systemd/journald*Since the behavior apparently changes w/ the root switch, this is the most likely explanation … and there's an incoming mai ![]()
What was it?
(Now gonna look at the journal)
Offline
The explanation is me confusing -b with -k and deleting the wrong arguments when scrolling my history
Offline
Oh, so you need glasses ![]()
Nov 04 16:20:17 incertia-t15g kernel: pci 0000:01:00.0: [10de:1e91] type 00 class 0x030000 PCIe Legacy Endpoint
Nov 04 16:20:18 incertia-t15g kernel: NVRM: loading NVIDIA UNIX Open Kernel Module for x86_64 580.95.05 Release Build (root@) Do you have the problem w/ the non-open driver?
In doubt https://wiki.archlinux.org/title/NVIDIA … P_firmware
Offline
I switched from nvidia to nvidia-open last night. Same issue.
EDIT: reinstalling nvidia and putting
options nvidia NVreg_EnableGpuFirmware=0into /etc/modprobe.d/nvidia.conf did not change anything.
EDIT2: I can replicate the behavior with just startx.
If I uncomment this bit of an otherwise empty (besides trackpad/keyboard x config) my VT freezes when launching startx.
#Section "Device"
# Identifier "nvidia"
# Driver "nvidia"
# VendorName "NVIDIA Corporation"
# BusID "PCI:1:0:0"
# Option "ModeDebug" "true"
#EndSectionLast edited by incertia (2025-11-04 21:45:49)
Offline
If I uncomment this bit of an otherwise empty (besides trackpad/keyboard x config)
Where's that coming from? There's no indication of modedebug in the xorg log you posted earlier.
ls -lR /{etc,usr/share}/X11/xorg.conf*Offline
-rw-r--r-- 1 root root 1279 Oct 31 19:06 /etc/X11/xorg.conf
-rw-r--r-- 1 root root 1279 Oct 31 19:06 /etc/X11/xorg.conf.nvidia-xconfig-original
/etc/X11/xorg.conf.d:
total 20
-rw-r--r-- 1 root root 1431 Nov 4 01:34 20-nvidia.conf
-rw-r--r-- 1 root root 97 Nov 4 01:34 40-dpi.conf
-rw-r--r-- 1 root root 209 Jul 24 2021 50-mouse-accel.conf
-rw-r--r-- 1 root root 1753 Jul 23 2021 70-synaptics.conf
-rw-r--r-- 1 root root 121 Aug 27 2022 99-keyboard.conf
/usr/share/X11/xorg.conf.d:
total 16
-rw-r--r-- 1 root root 227 Oct 4 09:40 10-nvidia-drm-outputclass.conf
-rw-r--r-- 1 root root 1659 Oct 28 14:41 10-quirks.conf
-rw-r--r-- 1 root root 1429 Oct 15 2024 40-libinput.conf
-rw-r--r-- 1 root root 1753 Jan 5 2025 70-synaptics.confxorg.conf is empty, and the contents of 20-nvidia.conf are all commented out
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 580.95.05
#Section "ServerLayout"
# Identifier "Layout0"
# Screen 0 "Screen0"
# InputDevice "Keyboard0" "CoreKeyboard"
# InputDevice "Mouse0" "CorePointer"
#EndSection
#
#Section "Files"
#EndSection
#
#Section "InputDevice"
# # generated from default
# Identifier "Mouse0"
# Driver "mouse"
# Option "Protocol" "auto"
# Option "Device" "/dev/psaux"
# Option "Emulate3Buttons" "no"
# Option "ZAxisMapping" "4 5"
#EndSection
#
#Section "InputDevice"
# # generated from default
# Identifier "Keyboard0"
# Driver "kbd"
#EndSection
#
#Section "Monitor"
# Identifier "Monitor0"
# VendorName "Unknown"
# ModelName "Unknown"
# Option "DPMS"
#EndSection
# manual addition to see what happens when i name two devices
#Section "Device"
# Identifier "integrated"
# Driver "modesetting"
# BusID "PCI:0:2:0"
#EndSection
#Section "Device"
# Identifier "nvidia"
# Driver "nvidia"
# VendorName "NVIDIA Corporation"
# BusID "PCI:1:0:0"
# Option "ModeDebug" "true"
#EndSection
#Section "Screen"
# Identifier "Screen0"
# Device "integrated" # changed from nvidia, causes a crash
# Monitor "Monitor0"
# DefaultDepth 24
# SubSection "Display"
# Depth 24
# EndSubSection
#EndSectionThere is no ModeDebug in the xorg logs because they were all produced with the commented out config.
Here is a log triggered entirely by uncommenting out the nvidia device section and running startx
[ 67.810]
X.Org X Server 1.21.1.20
X Protocol Version 11, Revision 0
[ 67.819] Current Operating System: Linux incertia-t15g 6.17.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Sun, 02 Nov 2025 17:27:22 +0000 x86_64
[ 67.819] Kernel command line: initrd=\initramfs-linux.img root=PARTUUID=0d845d45-c86f-43ea-8ec9-11ae7e56ac51 rw
[ 67.826]
[ 67.828] Current version of pixman: 0.46.4
[ 67.833] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 67.833] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 67.840] (==) Log file: "/home/incertia/.local/share/xorg/Xorg.0.log", Time: Tue Nov 4 18:50:43 2025
[ 67.844] (==) Using config file: "/etc/X11/xorg.conf"
[ 67.845] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 67.846] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 67.848] (==) No Layout section. Using the first Screen section.
[ 67.848] (==) No screen section available. Using defaults.
[ 67.848] (**) |-->Screen "Default Screen Section" (0)
[ 67.848] (**) | |-->Monitor "<default monitor>"
[ 67.849] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 67.849] (**) | |-->Device "nvidia"
[ 67.849] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 67.849] (**) Allowing byte-swapped clients
[ 67.849] (==) Automatically adding devices
[ 67.849] (==) Automatically enabling devices
[ 67.849] (==) Automatically adding GPU devices
[ 67.849] (==) Automatically binding GPU devices
[ 67.849] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 67.850] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[ 67.850] Entry deleted from font path.
[ 67.850] (Run 'mkfontdir' on "/usr/share/fonts/misc").
[ 67.852] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 67.852] Entry deleted from font path.
[ 67.852] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 67.852] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
[ 67.852] Entry deleted from font path.
[ 67.852] (Run 'mkfontdir' on "/usr/share/fonts/OTF").
[ 67.852] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 67.852] Entry deleted from font path.
[ 67.852] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 67.852] Entry deleted from font path.
[ 67.852] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 67.852] Entry deleted from font path.
[ 67.852] (==) FontPath set to:
[ 67.852] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 67.852] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 67.852] (II) Module ABI versions:
[ 67.852] X.Org ANSI C Emulation: 0.4
[ 67.852] X.Org Video Driver: 25.2
[ 67.852] X.Org XInput driver : 24.4
[ 67.852] X.Org Server Extension : 10.0
[ 67.852] (++) using VT number 1
[ 67.853] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 67.856] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 67.856] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[ 67.856] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 67.857] (II) xfree86: Adding drm device (/dev/dri/card2)
[ 67.857] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card2
[ 67.857] (II) systemd-logind: got fd for /dev/dri/card2 226:2 fd 14 paused 0
[ 67.859] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 67.861] (--) PCI:*(0@0:2:0) 8086:9bc4:17aa:22c3 rev 5, Mem @ 0x6040000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 67.861] (--) PCI: (1@0:0:0) 10de:1e91:17aa:22c3 rev 161, Mem @ 0xad000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[ 67.861] (II) LoadModule: "glx"
[ 67.862] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 67.866] (II) Module glx: vendor="X.Org Foundation"
[ 67.866] compiled for 1.21.1.20, module version = 1.0.0
[ 67.866] ABI class: X.Org Server Extension, version 10.0
[ 67.866] (II) LoadModule: "nvidia"
[ 67.866] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 67.869] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 67.869] compiled for 1.6.99.901, module version = 1.0.0
[ 67.869] Module class: X.Org Video Driver
[ 67.870] (II) NVIDIA dlloader X Driver 580.95.05 Tue Sep 23 09:43:47 UTC 2025
[ 67.870] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 67.870] (II) systemd-logind: releasing fd for 226:1
[ 67.870] (II) Loading sub module "fb"
[ 67.870] (II) LoadModule: "fb"
[ 67.870] (II) Module "fb" already built-in
[ 67.870] (II) Loading sub module "wfb"
[ 67.870] (II) LoadModule: "wfb"
[ 67.871] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 67.871] (II) Module wfb: vendor="X.Org Foundation"
[ 67.871] compiled for 1.21.1.20, module version = 1.0.0
[ 67.871] ABI class: X.Org ANSI C Emulation, version 0.4
[ 67.873] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 67.873] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 67.873] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 67.873] (==) NVIDIA(0): RGB weight 888
[ 67.873] (==) NVIDIA(0): Default visual is TrueColor
[ 67.873] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 67.873] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 67.873] (**) NVIDIA(0): Option "ModeDebug" "true"
[ 67.873] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 67.874] (**) NVIDIA(0): Enabling 2D acceleration
[ 67.874] (II) Loading sub module "glxserver_nvidia"
[ 67.874] (II) LoadModule: "glxserver_nvidia"
[ 67.874] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 67.962] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 67.962] compiled for 1.6.99.901, module version = 1.0.0
[ 67.962] Module class: X.Org Server Extension
[ 67.962] (II) NVIDIA GLX Module 580.95.05 Tue Sep 23 09:49:15 UTC 2025
[ 67.963] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 67.965] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 67.965] (--) NVIDIA(0): DFP-0
[ 67.965] (--) NVIDIA(0): DFP-1
[ 67.965] (--) NVIDIA(0): DFP-2
[ 67.965] (--) NVIDIA(0): DFP-3
[ 67.965] (--) NVIDIA(0): DFP-4
[ 67.966] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 2070 Super with Max-Q Design
[ 67.966] (II) NVIDIA(0): (TU104-A) at PCI:1:0:0 (GPU-0)
[ 67.966] (--) NVIDIA(0): Memory: 8388608 kBytes
[ 67.966] (--) NVIDIA(0): VideoBIOS: 90.04.97.00.de
[ 67.966] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 67.967] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 67.967] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 67.967] (--) NVIDIA(GPU-0): DFP-0 Name Aliases:
[ 67.967] (--) NVIDIA(GPU-0): DFP
[ 67.967] (--) NVIDIA(GPU-0): DFP-0
[ 67.967] (--) NVIDIA(GPU-0): DPY-0
[ 67.967] (--) NVIDIA(GPU-0): DP-0
[ 67.967] (--) NVIDIA(GPU-0): DP-0
[ 67.967] (--) NVIDIA(GPU-0): Connector-3
[ 67.967] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[ 67.967] (--) NVIDIA(GPU-0):
[ 67.967] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 67.967] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 67.967] (--) NVIDIA(GPU-0): DFP-1 Name Aliases:
[ 67.967] (--) NVIDIA(GPU-0): DFP
[ 67.967] (--) NVIDIA(GPU-0): DFP-1
[ 67.967] (--) NVIDIA(GPU-0): DPY-1
[ 67.967] (--) NVIDIA(GPU-0): DP-1
[ 67.967] (--) NVIDIA(GPU-0): DP-1
[ 67.967] (--) NVIDIA(GPU-0): Connector-2
[ 67.967] (--) NVIDIA(GPU-0): DFP-1: 2660.0 MHz maximum pixel clock
[ 67.967] (--) NVIDIA(GPU-0):
[ 67.967] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 67.967] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 67.967] (--) NVIDIA(GPU-0): DFP-2 Name Aliases:
[ 67.967] (--) NVIDIA(GPU-0): DFP
[ 67.967] (--) NVIDIA(GPU-0): DFP-2
[ 67.967] (--) NVIDIA(GPU-0): DPY-2
[ 67.967] (--) NVIDIA(GPU-0): DP-2
[ 67.967] (--) NVIDIA(GPU-0): DP-2
[ 67.967] (--) NVIDIA(GPU-0): Connector-2
[ 67.967] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 67.967] (--) NVIDIA(GPU-0):
[ 67.967] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 67.967] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 67.967] (--) NVIDIA(GPU-0): DFP-3 Name Aliases:
[ 67.967] (--) NVIDIA(GPU-0): DFP
[ 67.967] (--) NVIDIA(GPU-0): DFP-3
[ 67.967] (--) NVIDIA(GPU-0): DPY-3
[ 67.967] (--) NVIDIA(GPU-0): HDMI-0
[ 67.967] (--) NVIDIA(GPU-0): HDMI-0
[ 67.967] (--) NVIDIA(GPU-0): Connector-1
[ 67.967] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 67.967] (--) NVIDIA(GPU-0):
[ 67.967] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 67.967] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 67.967] (--) NVIDIA(GPU-0): DFP-4 Name Aliases:
[ 67.967] (--) NVIDIA(GPU-0): DFP
[ 67.967] (--) NVIDIA(GPU-0): DFP-4
[ 67.967] (--) NVIDIA(GPU-0): DPY-4
[ 67.967] (--) NVIDIA(GPU-0): DP-3
[ 67.967] (--) NVIDIA(GPU-0): DP-3
[ 67.967] (--) NVIDIA(GPU-0): Connector-0
[ 67.967] (--) NVIDIA(GPU-0): DFP-4: 2660.0 MHz maximum pixel clock
[ 67.967] (--) NVIDIA(GPU-0):
[ 67.967] (==) NVIDIA(0):
[ 67.967] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 67.967] (==) NVIDIA(0): will be used as the requested mode.
[ 67.967] (==) NVIDIA(0):
[ 67.967] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[ 67.967] (--) NVIDIA(0): AllowEmptyInitialConfiguration is enabled
[ 67.972] (II) NVIDIA(0): Validated MetaModes:
[ 67.972] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 67.972] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 67.972] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 67.972] (WW) NVIDIA: Failed to bind sideband socket to
[ 67.972] (WW) NVIDIA: '/var/run/nvidia-xdriver-25c0fb56' Permission denied
[ 67.972] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 67.972] (II) NVIDIA: access.
[ 67.993] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 67.993] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 67.993] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 67.993] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 67.993] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 67.993] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 67.993] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 67.993] (II) NVIDIA(0): Config Options in the README.
[ 68.012] (II) NVIDIA(0): Setting mode "NULL"
[ 68.032] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 68.032] (==) NVIDIA(0): Backing store enabled
[ 68.032] (==) NVIDIA(0): Silken mouse enabled
[ 68.033] (==) NVIDIA(0): DPMS enabled
[ 68.033] (II) Loading sub module "dri2"
[ 68.033] (II) LoadModule: "dri2"
[ 68.033] (II) Module "dri2" already built-in
[ 68.033] (II) NVIDIA(0): [DRI2] Setup complete
[ 68.033] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 68.034] (II) Initializing extension Generic Event Extension
[ 68.034] (II) Initializing extension SHAPE
[ 68.034] (II) Initializing extension MIT-SHM
[ 68.034] (II) Initializing extension XInputExtension
[ 68.034] (II) Initializing extension XTEST
[ 68.034] (II) Initializing extension BIG-REQUESTS
[ 68.034] (II) Initializing extension SYNC
[ 68.034] (II) Initializing extension XKEYBOARD
[ 68.034] (II) Initializing extension XC-MISC
[ 68.034] (II) Initializing extension SECURITY
[ 68.034] (II) Initializing extension XFIXES
[ 68.034] (II) Initializing extension RENDER
[ 68.035] (II) Initializing extension RANDR
[ 68.035] (II) Initializing extension COMPOSITE
[ 68.035] (II) Initializing extension DAMAGE
[ 68.035] (II) Initializing extension MIT-SCREEN-SAVER
[ 68.035] (II) Initializing extension DOUBLE-BUFFER
[ 68.035] (II) Initializing extension RECORD
[ 68.035] (II) Initializing extension DPMS
[ 68.035] (II) Initializing extension Present
[ 68.035] (II) Initializing extension DRI3
[ 68.035] (II) Initializing extension X-Resource
[ 68.035] (II) Initializing extension XVideo
[ 68.035] (II) Initializing extension XVideo-MotionCompensation
[ 68.035] (II) Initializing extension GLX
[ 68.035] (II) Initializing extension GLX
[ 68.035] (II) Indirect GLX disabled.
[ 68.035] (II) GLX: Another vendor is already registered for screen 0
[ 68.035] (II) Initializing extension XFree86-VidModeExtension
[ 68.035] (II) Initializing extension XFree86-DGA
[ 68.035] (II) Initializing extension XFree86-DRI
[ 68.035] (II) Initializing extension DRI2
[ 68.035] (II) Initializing extension NV-GLX
[ 68.036] (II) Initializing extension NV-CONTROL
[ 68.190] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 68.190] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 68.190] (II) LoadModule: "libinput"
[ 68.190] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 68.193] (II) Module libinput: vendor="X.Org Foundation"
[ 68.193] compiled for 1.21.1.13, module version = 1.5.0
[ 68.193] Module class: X.Org XInput Driver
[ 68.193] ABI class: X.Org XInput driver, version 24.4
[ 68.193] (II) Using input driver 'libinput' for 'Power Button'
[ 68.194] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 40 paused 0
[ 68.194] (**) Power Button: always reports core events
[ 68.194] (**) Option "Device" "/dev/input/event2"
[ 68.198] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 68.198] (II) event2 - Power Button: device is a keyboard
[ 68.198] (II) event2 - Power Button: device removed
[ 68.198] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 68.198] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 68.199] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 68.199] (II) event2 - Power Button: device is a keyboard
[ 68.199] (II) config/udev: Adding input device Video Bus (/dev/input/event19)
[ 68.199] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 68.199] (II) Using input driver 'libinput' for 'Video Bus'
[ 68.200] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 43 paused 0
[ 68.200] (**) Video Bus: always reports core events
[ 68.200] (**) Option "Device" "/dev/input/event19"
[ 68.201] (II) event19 - Video Bus: is tagged by udev as: Keyboard
[ 68.201] (II) event19 - Video Bus: device is a keyboard
[ 68.201] (II) event19 - Video Bus: device removed
[ 68.201] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input20/event19"
[ 68.201] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 68.201] (II) event19 - Video Bus: is tagged by udev as: Keyboard
[ 68.201] (II) event19 - Video Bus: device is a keyboard
[ 68.202] (II) config/udev: Adding input device Video Bus (/dev/input/event17)
[ 68.202] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 68.202] (II) Using input driver 'libinput' for 'Video Bus'
[ 68.202] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 44 paused 0
[ 68.202] (**) Video Bus: always reports core events
[ 68.202] (**) Option "Device" "/dev/input/event17"
[ 68.203] (II) event17 - Video Bus: is tagged by udev as: Keyboard
[ 68.203] (II) event17 - Video Bus: device is a keyboard
[ 68.203] (II) event17 - Video Bus: device removed
[ 68.203] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input19/event17"
[ 68.203] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 68.204] (II) event17 - Video Bus: is tagged by udev as: Keyboard
[ 68.204] (II) event17 - Video Bus: device is a keyboard
[ 68.204] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 68.204] (II) No input driver specified, ignoring this device.
[ 68.204] (II) This device may have been added with another device file.
[ 68.205] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 68.205] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 68.205] (II) Using input driver 'libinput' for 'Sleep Button'
[ 68.205] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 45 paused 0
[ 68.205] (**) Sleep Button: always reports core events
[ 68.205] (**) Option "Device" "/dev/input/event0"
[ 68.206] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 68.206] (II) event0 - Sleep Button: device is a keyboard
[ 68.206] (II) event0 - Sleep Button: device removed
[ 68.206] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 68.206] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 68.207] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 68.207] (II) event0 - Sleep Button: device is a keyboard
[ 68.207] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[ 68.207] (II) No input driver specified, ignoring this device.
[ 68.207] (II) This device may have been added with another device file.
[ 68.208] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[ 68.208] (II) No input driver specified, ignoring this device.
[ 68.208] (II) This device may have been added with another device file.
[ 68.208] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[ 68.208] (II) No input driver specified, ignoring this device.
[ 68.208] (II) This device may have been added with another device file.
[ 68.208] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[ 68.209] (II) No input driver specified, ignoring this device.
[ 68.209] (II) This device may have been added with another device file.
[ 68.209] (II) config/udev: Adding input device CannonKeys Rekt1800 (/dev/input/event4)
[ 68.210] (**) CannonKeys Rekt1800: Applying InputClass "libinput keyboard catchall"
[ 68.210] (**) CannonKeys Rekt1800: Applying InputClass "rekt1800"
[ 68.210] (II) Using input driver 'libinput' for 'CannonKeys Rekt1800'
[ 68.210] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 46 paused 0
[ 68.210] (**) CannonKeys Rekt1800: always reports core events
[ 68.210] (**) Option "Device" "/dev/input/event4"
[ 68.211] (II) event4 - CannonKeys Rekt1800: is tagged by udev as: Keyboard
[ 68.211] (II) event4 - CannonKeys Rekt1800: device is a keyboard
[ 68.211] (II) event4 - CannonKeys Rekt1800: device removed
[ 68.211] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:CA04:2377.0001/input/input5/event4"
[ 68.211] (II) XINPUT: Adding extended input device "CannonKeys Rekt1800" (type: KEYBOARD, id 10)
[ 68.211] (**) Option "AutoRepeat" "250 60"
[ 68.211] (**) AutoRepeat: 250 60
[ 68.212] (II) event4 - CannonKeys Rekt1800: is tagged by udev as: Keyboard
[ 68.212] (II) event4 - CannonKeys Rekt1800: device is a keyboard
[ 68.213] (II) config/udev: Adding input device CannonKeys Rekt1800 Mouse (/dev/input/event5)
[ 68.213] (**) CannonKeys Rekt1800 Mouse: Applying InputClass "libinput pointer catchall"
[ 68.213] (**) CannonKeys Rekt1800 Mouse: Applying InputClass "My Mouse"
[ 68.213] (**) CannonKeys Rekt1800 Mouse: Applying InputClass "rekt1800"
[ 68.213] (II) Using input driver 'libinput' for 'CannonKeys Rekt1800 Mouse'
[ 68.214] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 47 paused 0
[ 68.214] (**) CannonKeys Rekt1800 Mouse: always reports core events
[ 68.214] (**) Option "Device" "/dev/input/event5"
[ 68.215] (II) event5 - CannonKeys Rekt1800 Mouse: is tagged by udev as: Mouse
[ 68.215] (II) event5 - CannonKeys Rekt1800 Mouse: device is a pointer
[ 68.215] (II) event5 - CannonKeys Rekt1800 Mouse: device removed
[ 68.215] (**) Option "AccelSpeed" "-1"
[ 68.215] (II) libinput: CannonKeys Rekt1800 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 68.215] (II) libinput: CannonKeys Rekt1800 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 68.215] (II) libinput: CannonKeys Rekt1800 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 68.215] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:CA04:2377.0002/input/input6/event5"
[ 68.215] (II) XINPUT: Adding extended input device "CannonKeys Rekt1800 Mouse" (type: MOUSE, id 11)
[ 68.215] (**) Option "AccelerationScheme" "none"
[ 68.215] (**) CannonKeys Rekt1800 Mouse: (accel) selected scheme none/0
[ 68.215] (**) CannonKeys Rekt1800 Mouse: (accel) acceleration factor: 2.000
[ 68.215] (**) CannonKeys Rekt1800 Mouse: (accel) acceleration threshold: 4
[ 68.216] (II) event5 - CannonKeys Rekt1800 Mouse: is tagged by udev as: Mouse
[ 68.216] (II) event5 - CannonKeys Rekt1800 Mouse: device is a pointer
[ 68.217] (II) config/udev: Adding input device CannonKeys Rekt1800 Mouse (/dev/input/mouse0)
[ 68.217] (**) CannonKeys Rekt1800 Mouse: Applying InputClass "My Mouse"
[ 68.217] (**) CannonKeys Rekt1800 Mouse: Applying InputClass "rekt1800"
[ 68.217] (II) No input driver specified, ignoring this device.
[ 68.217] (II) This device may have been added with another device file.
[ 68.217] (II) config/udev: Adding input device CannonKeys Rekt1800 System Control (/dev/input/event6)
[ 68.217] (**) CannonKeys Rekt1800 System Control: Applying InputClass "libinput keyboard catchall"
[ 68.217] (**) CannonKeys Rekt1800 System Control: Applying InputClass "rekt1800"
[ 68.217] (II) Using input driver 'libinput' for 'CannonKeys Rekt1800 System Control'
[ 68.218] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 48 paused 0
[ 68.218] (**) CannonKeys Rekt1800 System Control: always reports core events
[ 68.218] (**) Option "Device" "/dev/input/event6"
[ 68.219] (II) event6 - CannonKeys Rekt1800 System Control: is tagged by udev as: Keyboard Joystick
[ 68.219] (II) event6 - CannonKeys Rekt1800 System Control: device is a keyboard
[ 68.219] (II) event6 - CannonKeys Rekt1800 System Control: device removed
[ 68.219] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:CA04:2377.0002/input/input7/event6"
[ 68.219] (II) XINPUT: Adding extended input device "CannonKeys Rekt1800 System Control" (type: KEYBOARD, id 12)
[ 68.219] (**) Option "AutoRepeat" "250 60"
[ 68.219] (**) AutoRepeat: 250 60
[ 68.220] (II) event6 - CannonKeys Rekt1800 System Control: is tagged by udev as: Keyboard Joystick
[ 68.220] (II) event6 - CannonKeys Rekt1800 System Control: device is a keyboard
[ 68.221] (II) config/udev: Adding input device CannonKeys Rekt1800 Consumer Control (/dev/input/event7)
[ 68.221] (**) CannonKeys Rekt1800 Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 68.221] (**) CannonKeys Rekt1800 Consumer Control: Applying InputClass "rekt1800"
[ 68.221] (II) Using input driver 'libinput' for 'CannonKeys Rekt1800 Consumer Control'
[ 68.221] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 49 paused 0
[ 68.221] (**) CannonKeys Rekt1800 Consumer Control: always reports core events
[ 68.221] (**) Option "Device" "/dev/input/event7"
[ 68.222] (II) event7 - CannonKeys Rekt1800 Consumer Control: is tagged by udev as: Keyboard
[ 68.223] (II) event7 - CannonKeys Rekt1800 Consumer Control: device is a keyboard
[ 68.223] (II) event7 - CannonKeys Rekt1800 Consumer Control: device removed
[ 68.223] (II) libinput: CannonKeys Rekt1800 Consumer Control: needs a virtual subdevice
[ 68.223] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:CA04:2377.0002/input/input8/event7"
[ 68.223] (II) XINPUT: Adding extended input device "CannonKeys Rekt1800 Consumer Control" (type: MOUSE, id 13)
[ 68.223] (**) Option "AccelerationScheme" "none"
[ 68.223] (**) CannonKeys Rekt1800 Consumer Control: (accel) selected scheme none/0
[ 68.223] (**) CannonKeys Rekt1800 Consumer Control: (accel) acceleration factor: 2.000
[ 68.223] (**) CannonKeys Rekt1800 Consumer Control: (accel) acceleration threshold: 4
[ 68.224] (II) event7 - CannonKeys Rekt1800 Consumer Control: is tagged by udev as: Keyboard
[ 68.224] (II) event7 - CannonKeys Rekt1800 Consumer Control: device is a keyboard
[ 68.225] (II) config/udev: Adding input device CannonKeys Rekt1800 Keyboard (/dev/input/event8)
[ 68.225] (**) CannonKeys Rekt1800 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 68.225] (**) CannonKeys Rekt1800 Keyboard: Applying InputClass "rekt1800"
[ 68.225] (II) Using input driver 'libinput' for 'CannonKeys Rekt1800 Keyboard'
[ 68.225] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 50 paused 0
[ 68.225] (**) CannonKeys Rekt1800 Keyboard: always reports core events
[ 68.225] (**) Option "Device" "/dev/input/event8"
[ 68.226] (II) event8 - CannonKeys Rekt1800 Keyboard: is tagged by udev as: Keyboard
[ 68.226] (II) event8 - CannonKeys Rekt1800 Keyboard: device is a keyboard
[ 68.226] (II) event8 - CannonKeys Rekt1800 Keyboard: device removed
[ 68.226] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:CA04:2377.0002/input/input9/event8"
[ 68.226] (II) XINPUT: Adding extended input device "CannonKeys Rekt1800 Keyboard" (type: KEYBOARD, id 14)
[ 68.226] (**) Option "AutoRepeat" "250 60"
[ 68.226] (**) AutoRepeat: 250 60
[ 68.227] (II) event8 - CannonKeys Rekt1800 Keyboard: is tagged by udev as: Keyboard
[ 68.227] (II) event8 - CannonKeys Rekt1800 Keyboard: device is a keyboard
[ 68.228] (II) config/udev: Adding input device Yoyodyne Consulting JDS Labs Element DAC (/dev/input/event9)
[ 68.228] (**) Yoyodyne Consulting JDS Labs Element DAC: Applying InputClass "libinput keyboard catchall"
[ 68.228] (II) Using input driver 'libinput' for 'Yoyodyne Consulting JDS Labs Element DAC'
[ 68.229] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 51 paused 0
[ 68.229] (**) Yoyodyne Consulting JDS Labs Element DAC: always reports core events
[ 68.229] (**) Option "Device" "/dev/input/event9"
[ 68.230] (II) event9 - Yoyodyne Consulting JDS Labs Element DAC: is tagged by udev as: Keyboard
[ 68.230] (II) event9 - Yoyodyne Consulting JDS Labs Element DAC: device is a keyboard
[ 68.230] (II) event9 - Yoyodyne Consulting JDS Labs Element DAC: device removed
[ 68.230] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:262A:1048.0004/input/input10/event9"
[ 68.230] (II) XINPUT: Adding extended input device "Yoyodyne Consulting JDS Labs Element DAC" (type: KEYBOARD, id 15)
[ 68.231] (II) event9 - Yoyodyne Consulting JDS Labs Element DAC: is tagged by udev as: Keyboard
[ 68.231] (II) event9 - Yoyodyne Consulting JDS Labs Element DAC: device is a keyboard
[ 68.231] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event20)
[ 68.231] (II) No input driver specified, ignoring this device.
[ 68.231] (II) This device may have been added with another device file.
[ 68.232] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event21)
[ 68.232] (II) No input driver specified, ignoring this device.
[ 68.232] (II) This device may have been added with another device file.
[ 68.232] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event22)
[ 68.232] (II) No input driver specified, ignoring this device.
[ 68.232] (II) This device may have been added with another device file.
[ 68.232] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event23)
[ 68.232] (II) No input driver specified, ignoring this device.
[ 68.232] (II) This device may have been added with another device file.
[ 68.233] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event24)
[ 68.233] (II) No input driver specified, ignoring this device.
[ 68.233] (II) This device may have been added with another device file.
[ 68.233] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 68.233] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 68.233] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 68.233] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 52 paused 0
[ 68.233] (**) AT Translated Set 2 keyboard: always reports core events
[ 68.234] (**) Option "Device" "/dev/input/event3"
[ 68.234] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 68.234] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 68.235] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 68.235] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 68.235] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[ 68.235] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 68.235] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 68.236] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event16)
[ 68.236] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[ 68.236] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 68.236] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[ 68.236] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 68.236] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[ 68.236] (II) LoadModule: "synaptics"
[ 68.237] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 68.237] (II) Module synaptics: vendor="X.Org Foundation"
[ 68.237] compiled for 1.21.1.15, module version = 1.10.0
[ 68.237] Module class: X.Org XInput Driver
[ 68.237] ABI class: X.Org XInput driver, version 24.4
[ 68.237] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 68.237] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 53 paused 0
[ 68.237] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 68.237] (**) Option "Device" "/dev/input/event16"
[ 68.237] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[ 68.237] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1266 - 5678 (res 44)
[ 68.238] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1162 - 4694 (res 50)
[ 68.238] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 68.238] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 68.238] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
[ 68.238] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 68.238] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[ 68.238] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 68.238] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 68.238] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event16"
[ 68.238] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 17)
[ 68.238] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 68.238] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[ 68.238] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.035
[ 68.238] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 68.238] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 68.238] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 68.238] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 68.238] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 68.238] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 68.238] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 68.238] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event18)
[ 68.238] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[ 68.238] (**) TPPS/2 Elan TrackPoint: Applying InputClass "My Mouse"
[ 68.238] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[ 68.239] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 54 paused 0
[ 68.239] (**) TPPS/2 Elan TrackPoint: always reports core events
[ 68.239] (**) Option "Device" "/dev/input/event18"
[ 68.240] (II) event18 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 68.240] (II) event18 - TPPS/2 Elan TrackPoint: device is a pointer
[ 68.241] (II) event18 - TPPS/2 Elan TrackPoint: device removed
[ 68.241] (**) Option "AccelSpeed" "-1"
[ 68.241] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 68.241] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 68.241] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 68.241] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input18/event18"
[ 68.241] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 18)
[ 68.241] (**) Option "AccelerationScheme" "none"
[ 68.241] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[ 68.241] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[ 68.241] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[ 68.241] (II) event18 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 68.242] (II) event18 - TPPS/2 Elan TrackPoint: device is a pointer
[ 68.243] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse2)
[ 68.243] (**) TPPS/2 Elan TrackPoint: Applying InputClass "My Mouse"
[ 68.243] (II) No input driver specified, ignoring this device.
[ 68.243] (II) This device may have been added with another device file.
[ 68.243] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[ 68.243] (II) No input driver specified, ignoring this device.
[ 68.243] (II) This device may have been added with another device file.
[ 68.245] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event11)
[ 68.245] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[ 68.245] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[ 68.246] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 55 paused 0
[ 68.246] (**) ThinkPad Extra Buttons: always reports core events
[ 68.246] (**) Option "Device" "/dev/input/event11"
[ 68.246] (II) event11 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 68.246] (II) event11 - ThinkPad Extra Buttons: device is a keyboard
[ 68.247] (II) event11 - ThinkPad Extra Buttons: device removed
[ 68.247] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input13/event11"
[ 68.247] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 19)
[ 68.247] (II) event11 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 68.247] (II) event11 - ThinkPad Extra Buttons: device is a keyboard
[ 68.251] (**) CannonKeys Rekt1800 Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 68.251] (**) CannonKeys Rekt1800 Consumer Control: Applying InputClass "rekt1800"
[ 68.251] (II) Using input driver 'libinput' for 'CannonKeys Rekt1800 Consumer Control'
[ 68.251] (II) systemd-logind: returning pre-existing fd for /dev/input/event7 13:71
[ 68.251] (**) CannonKeys Rekt1800 Consumer Control: always reports core events
[ 68.251] (**) Option "Device" "/dev/input/event7"
[ 68.251] (II) libinput: CannonKeys Rekt1800 Consumer Control: is a virtual subdevice
[ 68.251] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:CA04:2377.0002/input/input8/event7"
[ 68.251] (II) XINPUT: Adding extended input device "CannonKeys Rekt1800 Consumer Control" (type: KEYBOARD, id 20)
[ 68.251] (**) Option "AutoRepeat" "250 60"
[ 68.251] (**) AutoRepeat: 250 60Last edited by incertia (2025-11-04 23:54:16)
Offline