Skip to content

Commit 25fdfb3

Browse files
committed
Adding Power Management on Asus fa507nv
I personally own this laptop, I am running gnome and on sleep the graphics always corrupt without fail, this setting has been the only way to correct it.
1 parent cc66fdd commit 25fdfb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

asus/fa507nv/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
};
4040

4141
hardware.nvidia = {
42+
powerManagement.enable = true;
4243
modesetting.enable = lib.mkDefault true;
4344
open = lib.mkDefault false;
4445
nvidiaSettings = lib.mkDefault true;

0 commit comments

Comments
 (0)