https://bugs.kde.org/show_bug.cgi?id=472676

--- Comment #23 from ist...@gmail.com ---
(In reply to Zamundaaa from comment #19)
> hmm, that is unexpected, it suggests that not all Plasma desktop windows get
> closed... It does confirm what's happening though - plasmashell gets
> corrupted by the NVidia driver losing graphics memory on standby, and KWin
> unfortunately doesn't handle drawing on top of that too well.
> 
> As a workaround for NVidia losing graphics memory, you could install
> nvidia-persistenced. It should restore things after suspend

with this in etc/nixos/configuration, it does indeed restore things.
hardware.nvidia = {
    nvidiaPersistenced = true;
    powerManagement.enable = true;
}

it does not restore without powerManagement.enable = true; or with open = true;

Discord doesn't even crash every time system comes up from sleep now, wooh \o/

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to