This has happened again with the most recent stable driver. When I resume from suspend, I see only my cursor over a black screen. When I reboot I see my full screen appear for a few frames. Changing the virtual terminals doesn't fix it (IIRC this did fix previous iterations of the problem).
Does anyone know what changes to make to fix the issue this time?
I have: NVreg_PreserveVideoMemoryAllocations=1, but changing to =0 doesn't do anything.
Any help appreciated.
Edit: I seem to have the following script enabled:
Code: Select all
#!/bin/sh
case ${1-} in
pre) nvidia-sleep.sh suspend;;
# run in background given resume is flaky if elogind did not finish
post) nvidia-sleep.sh resume &;;
*) exit 1;;
esac
