Cannot wake up from suspend, NVIDIA

Ok. I tested my machine this morning.
There is one option missing in the file I suggested you to create in the /etc/modprobe.d. I thought those two will be enough.

So I disable mine one by one and disabling this one gives me a black screen after resuming from suspend.

options nvidia NVreg_TemporaryFilePath=/tmp

or you can use your /var/tmp mine is just tmp

Can you try adding it in /etc/modprobe.d/nvidia.conf
Then rebuild the initramfs. (sudo dracut -f --regenerate-all)

I recently installed OpenSUSE Leap 15.6 on a computer with a NVIDIA video card, and have the same issue. I could not figure out how to wake up from hibernate, so I turned off hibernation. I used the steps below.

  • on my computer, in BIOS → Power → Deep Sleep Control → disabled

and/or

  • change the settings in sleep.conf
  • for help, cd to /etc/systemd/ and man sleep.conf.d
  • check either usr/lib/systemd or /etc/systmd/ for sleep.conf
  • edit the sleep.conf file, as below
  • copy sleep.conf from usr/lib/systmd to /etc/systmd/, if the later does not exist (not sure if this is necessary)

new settings
AllowSuspend=No
AllowHibernation=No
AllowSuspendThenHibernate=No
AllowHybridSleep=No

old settings… by default, these operations are commented out
#AllowSuspend=yes
#AllowHibernation=yes
#AllowSuspendThenHibernate=yes
#AllowHybridSleep=yes

Same issue, resume doesn’t work. Tried everything

I suggest you try installing driver version 550

https://www.reddit.com/r/pop_os/comments/1i1kxzj/nvidia_driver_56577_completely_broke_suspend/

Solved. went back to 550 driver (I was on 570)
It’s on nvidia.

Hi I’ve been having some issues with sleep / nvidia drivers etc. although seems to wake up slowly most times recently with 570.86.16 driver & wayland. I ran the systemctl command you were suggesting as I couldn’t find it in YAST & got the following output: seems like there might be some issue with this nvidia-pwerd service & unsupported config. I don’t suppose you or anyone else would know anything about this?
nvidia-powerd.service - nvidia-powerd service
Loaded: loaded (/usr/lib/systemd/system/nvidia-powerd.service; enabled; preset: enabled)
Active: inactive (dead) since Wed 2025-02-12 05:56:32 GMT; 2h 25min ago
Duration: 12ms
Invocation: ceb808069c0245c08b6a40de40a32f8f
Process: 1459 ExecStart=/usr/bin/nvidia-powerd (code=exited, status=1/FAILURE)
Main PID: 1459 (code=exited, status=1/FAILURE)
CPU: 5ms

Feb 12 05:56:32 OSCobra systemd[1]: Started nvidia-powerd service.
Feb 12 05:56:32 OSCobra /usr/bin/nvidia-powerd[1459]: nvidia-powerd version:1.0(build 1)
Feb 12 05:56:32 OSCobra /usr/bin/nvidia-powerd[1459]: Found unsupported configuration. Exiting…
Feb 12 05:56:32 OSCobra systemd[1]: nvidia-powerd.service: Deactivated successfully.

Actually don’t worry on a quick search I reckon my card GTX 1060 probably doesn’t support that feature any way: " As you probably know, nvidia-powerd is for dynamic boost feature. Unfortunately, your GPU (GTX 1050) isn’t supported."

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.