Skip to content

Commit a532bdb

Browse files
committed
nvidia.conf: Enable S0ix Power Management
Signed-off-by: Peter Jung <[email protected]>
1 parent 68fda55 commit a532bdb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

usr/lib/modprobe.d/nvidia.conf

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,15 @@
3030
# shows how even small delays can shift frame timing, potentially impacting
3131
# smooth display output.
3232
#
33+
# NVreg_EnableS0ixPowerManagement=1 (default 0) Enables S0ix for the NVIDIA GPU:
34+
# lets the device enter deep,
35+
# low-power idle states while the system uses s2idle (the S0 low-power idle path),
36+
# reducing battery drain—especially on laptops with recent Intel/AMD
37+
# platforms and Turing/Ampere/Ada GPUs
38+
#
3339
options nvidia NVreg_UsePageAttributeTable=1 \
3440
NVreg_InitializeSystemMemoryAllocations=0 \
3541
NVreg_DynamicPowerManagement=0x02 \
36-
NVreg_RegistryDwords=RMIntrLockingMode=1
42+
NVreg_RegistryDwords=RMIntrLockingMode=1 \
43+
NVreg_EnableS0ixPowerManagement=1
44+

0 commit comments

Comments
 (0)