Sorry for the late reply. I have an RTX 4070ti.
I get the same issue with an RTX 3070.
Interesting. That means I’m on the Pascal architecture (before the open source driver era), while @llakala and @dingaling are on the Ampere and Lovelace architectures (supported by open source drivers). I’m surprised to see this problem across such a wide range of architectures.
Possibly try to open
kernel too.
beta
are meant for testing so expect bugs, can use latest
instead.
Someone on a related thread just reported a workaround: telling systemd
not to freeze user processes before suspending. It didn’t work for me, but maybe it will work for others on this thread.
addig this for the later reference:
for me it seems to be that the proprietary driver (10 series) does not like deep sleep.
so i turned that off as described here: Fix System Freezes at hibernation · Issue #65 · wg-lux/luxnix · GitHub
boot.kernelParams = [
"mem_sleep_default=s2idle"
];