

2·
10 days agohave you just tried unloading the module before suspending and then reloading after resume?
sudo modprobe -r nvidia suspend resume sudo modprobe nvidia
I found this: https://forum.manjaro.org/t/how-to-unload-a-module-prior-to-suspend-and-reload-it-afterwards/155058/4
since you are using runit, you have to find a way to implement the above service in it though
that’s why you do it from a tty: Ctrl + alt + F3 then login and execute the commands. see what happens.