You are not logged in.
Pages: 1
So for a few weeks now whenever I want to wake up my system from suspend, all I get is a black screen. The mouse/keyboard LEDs turn back on, the monitor does receive some kind of input, but it's just black and doesn't change. I can't switch to a different tty or kill X either. All I can do is hard reset with the power button. After some googling I found out this might be a systemd/nvidia issue and thought I had the culprit. But then I wanted to follow someone's advice to:
In /usr/lib/systemd/system/systemd-suspend.service.d/nvidia.conf add:
[Service]
Environment=SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=false
And in /usr/lib/systemd/system/systemd-homed.service.d/nvidia.conf add:
[Service]
Environment=SYSTEMD_HOME_LOCK_FREEZE_SESSIONS=false
Don't forget to sudo systemctl daemon-reload after you've made the changes.When I went to those folders, I already had a file called "10-nvidia-no-freeze-session.conf" in both directories with these environment settings, which I am guessing came from an update to fix exactly this issue. When I change the entries, I also get a system freeze right when I suspend, so a different error without these environment variables. However, now I am at a bit of a loss as to how to debug this.
This is my journalctl output from the last boot:
Jul 23 11:06:56 william2.0 systemd[701]: Queued start job for default target Main >
Jul 23 11:06:56 william2.0 systemd[701]: Created slice User Application Slice.
Jul 23 11:06:56 william2.0 systemd[701]: Reached target Paths.
Jul 23 11:06:56 william2.0 systemd[701]: Reached target Timers.
Jul 23 11:06:56 william2.0 systemd[701]: Starting D-Bus User Message Bus Socket...
Jul 23 11:06:56 william2.0 systemd[701]: Listening on GnuPG network certificate ma>
Jul 23 11:06:56 william2.0 systemd[701]: Listening on GnuPG cryptographic agent an>
Jul 23 11:06:56 william2.0 systemd[701]: Listening on GnuPG cryptographic agent an>
Jul 23 11:06:56 william2.0 systemd[701]: Listening on GnuPG cryptographic agent (s>
Jul 23 11:06:56 william2.0 systemd[701]: Listening on GnuPG cryptographic agent an>
Jul 23 11:06:56 william2.0 systemd[701]: Listening on GnuPG public key management >
Jul 23 11:06:56 william2.0 systemd[701]: Listening on p11-kit server.
Jul 23 11:06:56 william2.0 systemd[701]: Listening on PipeWire Multimedia System S>
Jul 23 11:06:56 william2.0 systemd[701]: Listening on Sound System.
Jul 23 11:06:56 william2.0 systemd[701]: Listening on D-Bus User Message Bus Socke>
Jul 23 09:25:26 william2.0 systemd[827]: Started Virtual filesystem service - disk>
Jul 23 09:25:26 william2.0 systemd[827]: Starting Virtual filesystem service - Med>
Jul 23 09:25:26 william2.0 systemd[827]: Started Virtual filesystem service - Medi>
Jul 23 09:26:35 william2.0 sudo[2821]: pam_systemd_home(sudo:auth): New sd-bus con>
Jul 23 09:26:35 william2.0 sudo[2821]: kelnoky : TTY=pts/1 ; PWD=/home/kelnoky ; >
Jul 23 09:26:35 william2.0 sudo[2821]: pam_unix(sudo:session): session opened for >
Jul 23 09:26:40 william2.0 dbus-broker-launch[878]: Noticed file-system modificati>
Jul 23 09:26:40 william2.0 dbus-broker-launch[878]: Service file '/usr/share/dbus->
Jul 23 09:26:40 william2.0 dbus-broker-launch[878]: Policy to allow eavesdropping >
Jul 23 09:26:40 william2.0 dbus-broker-launch[878]: Policy to allow eavesdropping >
Jul 23 09:26:40 william2.0 dbus-broker-launch[878]: Noticed file-system modificati>
Jul 23 09:26:40 william2.0 dbus-broker-launch[878]: Service file '/usr/share/dbus->
Jul 23 09:26:40 william2.0 dbus-broker-launch[878]: Policy to allow eavesdropping >
Jul 23 09:26:40 william2.0 dbus-broker-launch[878]: Policy to allow eavesdropping >
Jul 23 09:26:41 william2.0 systemd[827]: Received SIGHUP from PID 1 (systemd).
Jul 23 09:26:41 william2.0 systemd[827]: Reloading...
Jul 23 09:26:41 william2.0 systemd[827]: Reloading finished in 136 ms.
Jul 23 09:26:41 william2.0 sudo[2821]: pam_unix(sudo:session): session closed for >
-- Boot 641ada3c578443e88cd4aad608aaae42 --This is the Xorg.0.log.old (which I understand is the log from the previous boot?):
[ 31.995]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[ 31.995] Current Operating System: Linux william2.0 6.9.10-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 18 Jul 2024 18:06:13 +0000 x86_64
[ 31.995] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=c2240829-ae0a-4052-b902-45a5bff1963e rw ibt=off loglevel=3 quiet
[ 31.995]
[ 31.995] Current version of pixman: 0.43.4
[ 31.995] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 31.995] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 31.995] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jul 23 09:25:21 2024
[ 31.997] (==) Using config file: "/etc/X11/xorg.conf"
[ 31.997] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 31.998] (==) ServerLayout "Layout0"
[ 31.998] (**) |-->Screen "Screen0" (0)
[ 31.998] (**) | |-->Monitor "Monitor0"
[ 31.998] (**) | |-->Device "Device0"
[ 31.998] (**) |-->Input Device "Keyboard0"
[ 31.998] (**) |-->Input Device "Mouse0"
[ 31.998] (**) Allowing byte-swapped clients
[ 31.998] (==) Automatically adding devices
[ 31.998] (==) Automatically enabling devices
[ 31.998] (==) Automatically adding GPU devices
[ 31.998] (==) Automatically binding GPU devices
[ 31.998] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 31.998] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 31.998] Entry deleted from font path.
[ 31.999] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 31.999] Entry deleted from font path.
[ 31.999] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 31.999] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 31.999] Entry deleted from font path.
[ 31.999] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 31.999] Entry deleted from font path.
[ 31.999] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 31.999] Entry deleted from font path.
[ 31.999] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 31.999] Entry deleted from font path.
[ 31.999] (==) FontPath set to:
[ 31.999] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 31.999] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 31.999] (WW) Disabling Keyboard0
[ 31.999] (WW) Disabling Mouse0
[ 31.999] (II) Module ABI versions:
[ 31.999] X.Org ANSI C Emulation: 0.4
[ 31.999] X.Org Video Driver: 25.2
[ 31.999] X.Org XInput driver : 24.4
[ 31.999] X.Org Server Extension : 10.0
[ 31.999] (++) using VT number 1
[ 32.000] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 32.001] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 32.001] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[ 32.001] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 32.002] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 32.002] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/simple-framebuffer.0/drm/card0
[ 32.002] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[ 32.003] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 32.004] (--) PCI:*(1@0:0:0) 10de:1c82:19da:a454 rev 161, Mem @ 0x52000000/16777216, 0x40000000/268435456, 0x50000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 32.004] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 32.005] (II) LoadModule: "glx"
[ 32.005] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 32.010] (II) Module glx: vendor="X.Org Foundation"
[ 32.010] compiled for 1.21.1.13, module version = 1.0.0
[ 32.010] ABI class: X.Org Server Extension, version 10.0
[ 32.010] (II) LoadModule: "nvidia"
[ 32.011] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 32.014] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 32.014] compiled for 1.6.99.901, module version = 1.0.0
[ 32.014] Module class: X.Org Video Driver
[ 32.014] (II) NVIDIA dlloader X Driver 555.58.02 Tue Jun 25 01:14:56 UTC 2024
[ 32.014] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 32.015] (II) systemd-logind: releasing fd for 226:0
[ 32.015] (II) Loading sub module "fb"
[ 32.015] (II) LoadModule: "fb"
[ 32.015] (II) Module "fb" already built-in
[ 32.015] (II) Loading sub module "wfb"
[ 32.015] (II) LoadModule: "wfb"
[ 32.015] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 32.016] (II) Module wfb: vendor="X.Org Foundation"
[ 32.016] compiled for 1.21.1.13, module version = 1.0.0
[ 32.016] ABI class: X.Org ANSI C Emulation, version 0.4
[ 32.017] (II) systemd-logind: releasing fd for 226:1
[ 32.017] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 32.017] (==) NVIDIA(0): RGB weight 888
[ 32.017] (==) NVIDIA(0): Default visual is TrueColor
[ 32.017] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 32.018] (**) NVIDIA(0): Option "TripleBuffer" "on"
[ 32.018] (**) NVIDIA(0): Option "AllowIndirectGLXProtocol" "off"
[ 32.018] (**) NVIDIA(0): Option "MetaModes" "nvidia-auto-select +0+0 {ForceFullCompositionPipeline=On}"
[ 32.018] (**) NVIDIA(0): Enabling 2D acceleration
[ 32.018] (II) Loading sub module "glxserver_nvidia"
[ 32.018] (II) LoadModule: "glxserver_nvidia"
[ 32.018] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 32.074] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 32.074] compiled for 1.6.99.901, module version = 1.0.0
[ 32.074] Module class: X.Org Server Extension
[ 32.074] (II) NVIDIA GLX Module 555.58.02 Tue Jun 25 01:12:27 UTC 2024
[ 32.074] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 32.697] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 32.697] (--) NVIDIA(0): DFP-0 (boot)
[ 32.697] (--) NVIDIA(0): DFP-1
[ 32.697] (--) NVIDIA(0): DFP-2
[ 32.697] (--) NVIDIA(0): DFP-3
[ 32.697] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1050 Ti (GP107-A) at PCI:1:0:0
[ 32.697] (II) NVIDIA(0): (GPU-0)
[ 32.697] (--) NVIDIA(0): Memory: 4194304 kBytes
[ 32.697] (--) NVIDIA(0): VideoBIOS: 86.07.39.00.30
[ 32.697] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 32.742] (--) NVIDIA(GPU-0): Samsung SMB2430L (DFP-0): connected
[ 32.742] (--) NVIDIA(GPU-0): Samsung SMB2430L (DFP-0): Internal TMDS
[ 32.742] (--) NVIDIA(GPU-0): Samsung SMB2430L (DFP-0): 330.0 MHz maximum pixel clock
[ 32.742] (--) NVIDIA(GPU-0):
[ 32.742] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 32.742] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 32.742] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 32.742] (--) NVIDIA(GPU-0):
[ 32.742] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 32.742] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 32.742] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 32.742] (--) NVIDIA(GPU-0):
[ 32.742] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 32.742] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 32.742] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 32.742] (--) NVIDIA(GPU-0):
[ 32.744] (II) NVIDIA(0): Validated MetaModes:
[ 32.744] (II) NVIDIA(0): "nvidia-auto-select+0+0{ForceFullCompositionPipeline=On}"
[ 32.744] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[ 32.746] (--) NVIDIA(0): DPI set to (93, 94); computed from "UseEdidDpi" X config
[ 32.746] (--) NVIDIA(0): option
[ 32.746] (**) NVIDIA(G0): Depth 24, (--) framebuffer bpp 32
[ 32.746] (==) NVIDIA(G0): RGB weight 888
[ 32.746] (==) NVIDIA(G0): Default visual is TrueColor
[ 32.746] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 32.746] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 32.746] (**) NVIDIA(G0): Option "TripleBuffer" "on"
[ 32.746] (**) NVIDIA(G0): Option "AllowIndirectGLXProtocol" "off"
[ 32.746] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 32.746] (**) NVIDIA(G0): Option "MetaModes" "nvidia-auto-select +0+0 {ForceFullCompositionPipeline=On}"
[ 32.746] (**) NVIDIA(G0): Enabling 2D acceleration
[ 32.746] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 32.746] (EE) NVIDIA(GPU-1): Failed to initialize the NVIDIA graphics device!
[ 32.746] (EE) NVIDIA(G0): Failing initialization of X screen
[ 32.746] (II) UnloadModule: "nvidia"
[ 32.746] (II) UnloadSubModule: "wfb"
[ 32.747] (EE) NVIDIA(GPU-1): Failed to initialize the NVIDIA graphics device!
[ 32.747] (II) NVIDIA(GPU-1): Deleting GPU-1
[ 32.747] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 32.747] (II) NVIDIA: access.
[ 32.748] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 32.748] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 32.748] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 32.748] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 32.748] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 32.748] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 32.748] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 32.748] (II) NVIDIA(0): Config Options in the README.
[ 32.759] (II) NVIDIA(0): Setting mode "nvidia-auto-select+0+0{ForceFullCompositionPipeline=On}"
[ 32.805] (WW) NVIDIA(0): Failed to request fliplock.
[ 32.807] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 32.807] (==) NVIDIA(0): Backing store enabled
[ 32.807] (==) NVIDIA(0): Silken mouse enabled
[ 32.807] (**) NVIDIA(0): DPMS enabled
[ 32.808] (II) Loading sub module "dri2"
[ 32.808] (II) LoadModule: "dri2"
[ 32.808] (II) Module "dri2" already built-in
[ 32.808] (II) NVIDIA(0): [DRI2] Setup complete
[ 32.808] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 32.808] (II) Initializing extension Generic Event Extension
[ 32.808] (II) Initializing extension SHAPE
[ 32.808] (II) Initializing extension MIT-SHM
[ 32.808] (II) Initializing extension XInputExtension
[ 32.808] (II) Initializing extension XTEST
[ 32.808] (II) Initializing extension BIG-REQUESTS
[ 32.808] (II) Initializing extension SYNC
[ 32.808] (II) Initializing extension XKEYBOARD
[ 32.808] (II) Initializing extension XC-MISC
[ 32.808] (II) Initializing extension SECURITY
[ 32.808] (II) Initializing extension XFIXES
[ 32.808] (II) Initializing extension RENDER
[ 32.808] (II) Initializing extension RANDR
[ 32.808] (II) Initializing extension COMPOSITE
[ 32.809] (II) Initializing extension DAMAGE
[ 32.809] (II) Initializing extension MIT-SCREEN-SAVER
[ 32.809] (II) Initializing extension DOUBLE-BUFFER
[ 32.809] (II) Initializing extension RECORD
[ 32.809] (II) Initializing extension DPMS
[ 32.809] (II) Initializing extension Present
[ 32.809] (II) Initializing extension DRI3
[ 32.809] (II) Initializing extension X-Resource
[ 32.809] (II) Initializing extension XVideo
[ 32.809] (II) Initializing extension XVideo-MotionCompensation
[ 32.809] (II) Initializing extension GLX
[ 32.809] (II) Initializing extension GLX
[ 32.809] (II) Indirect GLX disabled.
[ 32.809] (II) GLX: Another vendor is already registered for screen 0
[ 32.809] (II) Initializing extension XFree86-VidModeExtension
[ 32.809] (II) Initializing extension XFree86-DGA
[ 32.809] (II) Initializing extension XFree86-DRI
[ 32.809] (II) Initializing extension DRI2
[ 32.809] (II) Initializing extension NV-GLX
[ 32.809] (II) Initializing extension NV-CONTROL
[ 32.809] (II) Initializing extension XINERAMA
[ 32.883] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 32.883] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 32.883] (II) LoadModule: "libinput"
[ 32.883] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 32.885] (II) Module libinput: vendor="X.Org Foundation"
[ 32.885] compiled for 1.21.1.13, module version = 1.4.0
[ 32.885] Module class: X.Org XInput Driver
[ 32.885] ABI class: X.Org XInput driver, version 24.4
[ 32.885] (II) Using input driver 'libinput' for 'Power Button'
[ 32.885] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 41 paused 0
[ 32.885] (**) Power Button: always reports core events
[ 32.885] (**) Option "Device" "/dev/input/event2"
[ 32.889] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 32.889] (II) event2 - Power Button: device is a keyboard
[ 32.889] (II) event2 - Power Button: device removed
[ 32.889] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 32.889] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 32.890] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 32.890] (II) event2 - Power Button: device is a keyboard
[ 32.890] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 32.890] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 32.890] (II) Using input driver 'libinput' for 'Power Button'
[ 32.890] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 44 paused 0
[ 32.890] (**) Power Button: always reports core events
[ 32.890] (**) Option "Device" "/dev/input/event1"
[ 32.891] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 32.891] (II) event1 - Power Button: device is a keyboard
[ 32.891] (II) event1 - Power Button: device removed
[ 32.891] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 32.891] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 32.891] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 32.891] (II) event1 - Power Button: device is a keyboard
[ 32.891] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 32.891] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 32.891] (II) Using input driver 'libinput' for 'Sleep Button'
[ 32.892] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 45 paused 0
[ 32.892] (**) Sleep Button: always reports core events
[ 32.892] (**) Option "Device" "/dev/input/event0"
[ 32.892] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 32.892] (II) event0 - Sleep Button: device is a keyboard
[ 32.892] (II) event0 - Sleep Button: device removed
[ 32.892] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 32.892] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 32.892] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 32.892] (II) event0 - Sleep Button: device is a keyboard
[ 32.893] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
[ 32.893] (II) No input driver specified, ignoring this device.
[ 32.893] (II) This device may have been added with another device file.
[ 32.893] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
[ 32.893] (II) No input driver specified, ignoring this device.
[ 32.893] (II) This device may have been added with another device file.
[ 32.893] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
[ 32.893] (II) No input driver specified, ignoring this device.
[ 32.893] (II) This device may have been added with another device file.
[ 32.893] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
[ 32.893] (II) No input driver specified, ignoring this device.
[ 32.893] (II) This device may have been added with another device file.
[ 32.893] (II) config/udev: Adding input device Kingsis Peripherals ZOWIE Gaming mouse (/dev/input/event3)
[ 32.893] (**) Kingsis Peripherals ZOWIE Gaming mouse: Applying InputClass "libinput pointer catchall"
[ 32.893] (II) Using input driver 'libinput' for 'Kingsis Peripherals ZOWIE Gaming mouse'
[ 32.950] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 46 paused 0
[ 32.950] (**) Kingsis Peripherals ZOWIE Gaming mouse: always reports core events
[ 32.950] (**) Option "Device" "/dev/input/event3"
[ 32.953] (II) event3 - Kingsis Peripherals ZOWIE Gaming mouse: is tagged by udev as: Mouse
[ 32.953] (II) event3 - Kingsis Peripherals ZOWIE Gaming mouse: device set to 800 DPI
[ 32.953] (II) event3 - Kingsis Peripherals ZOWIE Gaming mouse: device is a pointer
[ 32.953] (II) event3 - Kingsis Peripherals ZOWIE Gaming mouse: device removed
[ 32.953] (II) libinput: Kingsis Peripherals ZOWIE Gaming mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 32.953] (II) libinput: Kingsis Peripherals ZOWIE Gaming mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 32.953] (II) libinput: Kingsis Peripherals ZOWIE Gaming mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 32.953] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1AF3:0001.0001/input/input3/event3"
[ 32.953] (II) XINPUT: Adding extended input device "Kingsis Peripherals ZOWIE Gaming mouse" (type: MOUSE, id 9)
[ 32.954] (**) Option "AccelerationScheme" "none"
[ 32.954] (**) Kingsis Peripherals ZOWIE Gaming mouse: (accel) selected scheme none/0
[ 32.954] (**) Kingsis Peripherals ZOWIE Gaming mouse: (accel) acceleration factor: 2.000
[ 32.954] (**) Kingsis Peripherals ZOWIE Gaming mouse: (accel) acceleration threshold: 4
[ 32.956] (II) event3 - Kingsis Peripherals ZOWIE Gaming mouse: is tagged by udev as: Mouse
[ 32.956] (II) event3 - Kingsis Peripherals ZOWIE Gaming mouse: device set to 800 DPI
[ 32.956] (II) event3 - Kingsis Peripherals ZOWIE Gaming mouse: device is a pointer
[ 32.958] (II) config/udev: Adding input device Kingsis Peripherals ZOWIE Gaming mouse (/dev/input/mouse0)
[ 32.958] (II) No input driver specified, ignoring this device.
[ 32.958] (II) This device may have been added with another device file.
[ 32.959] (II) config/udev: Adding input device USB Keyboard (/dev/input/event4)
[ 32.959] (**) USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 32.959] (II) Using input driver 'libinput' for 'USB Keyboard'
[ 32.961] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 47 paused 0
[ 32.961] (**) USB Keyboard: always reports core events
[ 32.961] (**) Option "Device" "/dev/input/event4"
[ 32.963] (II) event4 - USB Keyboard: is tagged by udev as: Keyboard
[ 32.964] (II) event4 - USB Keyboard: device is a keyboard
[ 32.964] (II) event4 - USB Keyboard: device removed
[ 32.964] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:04D9:1818.0002/input/input4/event4"
[ 32.964] (II) XINPUT: Adding extended input device "USB Keyboard" (type: KEYBOARD, id 10)
[ 32.966] (II) event4 - USB Keyboard: is tagged by udev as: Keyboard
[ 32.966] (II) event4 - USB Keyboard: device is a keyboard
[ 32.968] (II) config/udev: Adding input device USB Keyboard Consumer Control (/dev/input/event5)
[ 32.968] (**) USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 32.968] (II) Using input driver 'libinput' for 'USB Keyboard Consumer Control'
[ 32.969] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 48 paused 0
[ 32.969] (**) USB Keyboard Consumer Control: always reports core events
[ 32.969] (**) Option "Device" "/dev/input/event5"
[ 32.970] (II) event5 - USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 32.971] (II) event5 - USB Keyboard Consumer Control: device is a keyboard
[ 32.971] (II) event5 - USB Keyboard Consumer Control: device removed
[ 32.971] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:04D9:1818.0003/input/input5/event5"
[ 32.971] (II) XINPUT: Adding extended input device "USB Keyboard Consumer Control" (type: KEYBOARD, id 11)
[ 32.972] (II) event5 - USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 32.972] (II) event5 - USB Keyboard Consumer Control: device is a keyboard
[ 32.973] (II) config/udev: Adding input device USB Keyboard System Control (/dev/input/event6)
[ 32.973] (**) USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 32.973] (II) Using input driver 'libinput' for 'USB Keyboard System Control'
[ 32.974] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 49 paused 0
[ 32.974] (**) USB Keyboard System Control: always reports core events
[ 32.974] (**) Option "Device" "/dev/input/event6"
[ 32.975] (II) event6 - USB Keyboard System Control: is tagged by udev as: Keyboard
[ 32.975] (II) event6 - USB Keyboard System Control: device is a keyboard
[ 32.975] (II) event6 - USB Keyboard System Control: device removed
[ 32.975] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:04D9:1818.0003/input/input6/event6"
[ 32.975] (II) XINPUT: Adding extended input device "USB Keyboard System Control" (type: KEYBOARD, id 12)
[ 32.976] (II) event6 - USB Keyboard System Control: is tagged by udev as: Keyboard
[ 32.976] (II) event6 - USB Keyboard System Control: device is a keyboard
[ 32.976] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event13)
[ 32.976] (II) No input driver specified, ignoring this device.
[ 32.976] (II) This device may have been added with another device file.
[ 32.976] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event14)
[ 32.976] (II) No input driver specified, ignoring this device.
[ 32.976] (II) This device may have been added with another device file.
[ 32.976] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event15)
[ 32.976] (II) No input driver specified, ignoring this device.
[ 32.976] (II) This device may have been added with another device file.
[ 32.977] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event16)
[ 32.977] (II) No input driver specified, ignoring this device.
[ 32.977] (II) This device may have been added with another device file.
[ 32.977] (II) config/udev: Adding input device Intel HID events (/dev/input/event7)
[ 32.977] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 32.977] (II) Using input driver 'libinput' for 'Intel HID events'
[ 32.977] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 50 paused 0
[ 32.977] (**) Intel HID events: always reports core events
[ 32.977] (**) Option "Device" "/dev/input/event7"
[ 32.978] (II) event7 - Intel HID events: is tagged by udev as: Keyboard
[ 32.978] (II) event7 - Intel HID events: device is a keyboard
[ 32.978] (II) event7 - Intel HID events: device removed
[ 32.978] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input7/event7"
[ 32.978] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 13)
[ 32.978] (II) event7 - Intel HID events: is tagged by udev as: Keyboard
[ 32.978] (II) event7 - Intel HID events: device is a keyboard
[ 32.978] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[ 32.978] (II) No input driver specified, ignoring this device.
[ 32.978] (II) This device may have been added with another device file.
[ 121.833] (--) NVIDIA(GPU-0): Samsung SMB2430L (DFP-0): connected
[ 121.833] (--) NVIDIA(GPU-0): Samsung SMB2430L (DFP-0): Internal TMDS
[ 121.833] (--) NVIDIA(GPU-0): Samsung SMB2430L (DFP-0): 330.0 MHz maximum pixel clock
[ 121.833] (--) NVIDIA(GPU-0):
[ 121.833] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 121.833] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 121.833] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 121.833] (--) NVIDIA(GPU-0):
[ 121.833] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 121.833] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 121.833] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 121.833] (--) NVIDIA(GPU-0):
[ 121.833] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 121.833] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 121.833] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 121.833] (--) NVIDIA(GPU-0):
[ 852.360] (II) event3 - Kingsis Peripherals ZOWIE Gaming mouse: Enabling spurious button debouncing, see https://wayland.freedesktop.org/libinput/doc/1.26.1/button-debouncing.html for details
[ 1791.713] (WW) NVIDIA(0): Failed to request fliplock.
[ 2240.786] (**) Option "fd" "41"
[ 2240.786] (II) event2 - Power Button: device removed
[ 2240.786] (**) Option "fd" "44"
[ 2240.786] (II) event1 - Power Button: device removed
[ 2240.786] (**) Option "fd" "45"
[ 2240.786] (II) event0 - Sleep Button: device removed
[ 2240.786] (**) Option "fd" "46"
[ 2240.786] (II) event3 - Kingsis Peripherals ZOWIE Gaming mouse: device removed
[ 2240.786] (**) Option "fd" "47"
[ 2240.786] (II) event4 - USB Keyboard: device removed
[ 2240.786] (**) Option "fd" "48"
[ 2240.786] (II) event5 - USB Keyboard Consumer Control: device removed
[ 2240.786] (**) Option "fd" "49"
[ 2240.786] (II) event6 - USB Keyboard System Control: device removed
[ 2240.786] (**) Option "fd" "50"
[ 2240.786] (II) event7 - Intel HID events: device removed
[ 2240.941] (II) systemd-logind: got pause for 13:69
[ 2240.941] (II) systemd-logind: got pause for 13:68
[ 2240.941] (II) systemd-logind: got pause for 13:71
[ 2240.941] (II) systemd-logind: got pause for 13:66
[ 2240.941] (II) systemd-logind: got pause for 13:64
[ 2240.941] (II) systemd-logind: got pause for 13:67
[ 2240.941] (II) systemd-logind: got pause for 13:65
[ 2240.941] (II) systemd-logind: got pause for 13:70
[ 2242.350] (II) systemd-logind: got resume for 13:69My systemd version is 256.1, my nvidia version is 555.58.02. I am hoping someone can help me, because hard rebooting my system everytime is kind of annoying.
Offline
Hi, I have been having this exact issue recently. I'm using a laptop with the screen closed and an HDMI monitor connected. It has a 1050 Ti and I use optimus-manager in case I want to boot without the NVIDIA card enabled when unplugged from AC power (instead using the built-in i5-8300H with Intel 630 graphics). X11, KDE Plasma, sddm, systemd-boot with secure boot enabled.
The laptop boots fine. When it wakes from sleep the monitor lights up but stays on a black screen. Keyboard and mouse light up. I also have to hard reboot every time. If the monitor isn't connected and I have the laptop open, it wakes up fine.
I have tried messing around with modesetting in the kernel command line, enabling NVIDIA preserve video memory after suspend, no luck. If you or anyone else have a fix or could recommend some next steps, it would be much appreciated.
Offline
Pages: 1