Tumbleweed freezes when entering sleep mode [NVIDIA]

I recently had problems with the NVIDIA driver not loading so I reinstalled it. Now whenever I try to put my laptop into sleep mode (or when trying to wake it up) the fans spin up and the whole system freezes (black screen). Should I uninstall something or what should I try to solve this?

I have these packages installed:

Status Package Summary Installed (Available) Size
Keep nvidia-open-driver-G06-signed-kmp-default NVIDIA open kernel module driver for … 550.127.05_k6.11.7_1-1.5 (550.127.05_k6.11.8_1-1.6) 6.4 MiB
Keep nvidia-compute-G06 NVIDIA driver for computing with GPGPU 550.127.05-27.1 185.6 MiB
Keep nvidia-compute-G06-32bit 32bit NVIDIA driver for computing wit… 550.127.05-27.1 164.8 MiB
Keep nvidia-compute-utils-G06 NVIDIA driver tools for computing wit… 550.127.05-27.1 1.8 MiB
Keep nvidia-gl-G06 NVIDIA OpenGL libraries for OpenGL ac… 550.127.05-27.1 359.6 MiB
Keep nvidia-gl-G06-32bit 32bit NVIDIA OpenGL libraries for Ope… 550.127.05-27.1 131.4 MiB
Keep nvidia-utils-G06 NVIDIA driver tools 550.127.05-27.1 348.4 KiB
Keep nvidia-video-G06 NVIDIA graphics driver for GeForce 70… 550.127.05-27.1 11.2 MiB
Keep nvidia-video-G06-32bit 32bit NVIDIA graphics driver for GeFo… 550.127.05-27.1 14.9 MiB
Keep kernel-firmware-nvidia-gspx-G06 Kernel firmware file for open NVIDIA … 550.127.05-1.1 58.9 MiB
Keep openSUSE-repos-Tumbleweed-NVIDIA openSUSE NVIDIA repository definitions 20240712.dd8c2eb-1.2 284 B

System Info:

Operating System: openSUSE Tumbleweed 20241114
KDE Plasma Version: 6.2.3
KDE Frameworks Version: 6.8.0
Qt Version: 6.8.0
Kernel Version: 6.11.7-1-default (64-bit)
Graphics Platform: Wayland
Processors: 16 × 13th Gen Intel® Core™ i7-13620H
Manufacturer: SLIMBOOK
Product Name: HERO-RPL-RTX

NVIDIA bug report:

nvidia-bug-report.log.gz (1.8 MB)

Thanks in advance for any help.

I tried increasing the swap to match my RAM’s size, that didn’t help.

Please post the result of:

sudo lspci -nnk |grep -A3 -E "3D|VGA"

between code tags (the </> button above the editing area).
Also, you appear to run an old kernel and your system is not up to date, maybe you (re-)installed an incompatible Nvidia driver?

Since then, I updated the system and kernel as well, Tried with different kernel versions but none of the installed versions worked. The GPU itself works luckily.

00:02.0 VGA compatible controller [0300]: Intel Corporation Raptor Lake-P [UHD Graphics] [8086:a7a8] (rev 04)
        DeviceName: Onboard - Video
        Subsystem: AIstone Global Limited Device [1d05:1295]
        Kernel driver in use: i915
--
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation AD107M [GeForce RTX 4060 Max-Q / Mobile] [10de:28a0] (rev a1)
        Subsystem: AIstone Global Limited Device [1d05:1295]
        Kernel driver in use: nvidia
        Kernel modules: nouveau, nvidia_drm, nvidia

Both cards are VGA, not a very common configuration, but at least the drivers seem OK.
Anyway, have a look at power management maybe the last few lines are useful.
Also, there are reports of problems with Raptor Lake GPUs, maybe your problem has nothing to do with Nvidia? A search of the net might help.

@aronkvh Can you show the output from cat /proc/cmdline

BOOT_IMAGE=/boot/vmlinuz-6.11.8-1-default root=UUID=85778f64-4d0e-456e-b03b-5e90e2fb8256 splash=silent quiet security=apparmor nosimplefb=1 nvidia-drm.modeset=1 nouveau.modeset=0 nosimplefb=1 mitigations=auto

@aronkvh you should only need fbdev=1 nosimplefb=1 the nvidia-drm.modeset=1 is better set in a /etc/modprobe.d/ directory.

I’m not sure what the openSUSE defaults are for the open driver as I use the run file.

Check the output from lsinitrd | grep -E "nvidia|nouveau" and inspect the contents of files listed in the output.

1 Like

I tried removing that, also didn’t help.

Screenshot_20241203_183406
Is the image above same as your nvidia in Yast2 services manager

Forgot to add, I already checked those.


(If I manually start vidia-hibernate or nvidia-resume I get the black screen again.)

Just a guess, maybe try turning off Bluetooth before suspend? Current kernels have a bug where certain BT chipsets will crash the machine on resume if BT is enabled. My laptop is affected, and for the longest time I assumed it was an amdgpu problem.