Comment 9 for bug 1953235

Revision history for this message
Ufos92 (ufos92) wrote :

For whatever reason (old config, or nvidia unreasonable default) the new driver got installed with `PreserveVideoMemoryAllocations=1`, which without additional nvidia services doesn't work, and so suspend breaks.

To fix:
```shell
echo 'options nvidia NVreg_PreserveVideoMemoryAllocations=0' | sudo tee /etc/modprobe.d/nvidia.conf
sudo update-initramfs -u # this took a long while to figure out
```

Make sure `/etc/modprobe.d/anything.conf` doesn't have conflicting options.

Suspend now works, case closed.

https://www.youtube.com/watch?v=_36yNWw_07g