Hey! I just moved away from Manjaro after it died doing the latest update (didn’t shutdown anymore), and I am already starting to have issues here on EndeavorOS, when my computer is woken up from sleep, I sometimes come back to a completely garbled display, Wayland has this issue too, I did a few tests where I hibernated my PC, as well as put it to sleep, then woke it back up, both resulted in no output to my monitor at all.
What can I do to troubleshoot and fix this? Here’s a rundown of my system specs for more info.
By default the NVIDIA Linux drivers save and restore only essential video memory allocations on system suspend and resume. Quoting NVIDIA:
The resulting loss of video memory contents is partially compensated for by the user-space NVIDIA drivers, and by some applications, but can lead to failures such as rendering corruption and application crashes upon exit from power management cycles.
So do I add something to the .conf file for NVIDIA? I partially remember that in order to prevent it from doing that, was to add something to an NVIDIA .conf file?
The “still experimental” interface enables saving all video memory (given enough space on disk or RAM).
To save and restore all video memory contents, use the NVreg_PreserveVideoMemoryAllocations=1kernel module parameter for the nvidia kernel module and enablenvidia-suspend.service, nvidia-hibernate.service, and nvidia-resume.service.