nvidia: powerManagement.enable => true
All checks were successful
check / check (push) Successful in 31s
All checks were successful
check / check (push) Successful in 31s
This commit is contained in:
parent
be0e89431a
commit
f0aabeee50
1 changed files with 5 additions and 1 deletions
|
@ -25,7 +25,11 @@ in
|
|||
modesetting.enable = true;
|
||||
|
||||
# Nvidia power management. Experimental, and can cause sleep/suspend to fail.
|
||||
powerManagement.enable = false;
|
||||
# Enable this if you have graphical corruption issues or application crashes after waking
|
||||
# up from sleep. This fixes it by saving the entire VRAM memory to /tmp/ instead
|
||||
# of just the bare essentials.
|
||||
powerManagement.enable = true;
|
||||
|
||||
# Fine-grained power management. Turns off GPU when not in use.
|
||||
# Experimental and only works on modern Nvidia GPUs (Turing or newer).
|
||||
powerManagement.finegrained = false;
|
||||
|
|
Loading…
Reference in a new issue