We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68fda55 commit a532bdbCopy full SHA for a532bdb
usr/lib/modprobe.d/nvidia.conf
@@ -30,7 +30,15 @@
30
# shows how even small delays can shift frame timing, potentially impacting
31
# smooth display output.
32
#
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
+#
39
options nvidia NVreg_UsePageAttributeTable=1 \
40
NVreg_InitializeSystemMemoryAllocations=0 \
41
NVreg_DynamicPowerManagement=0x02 \
- NVreg_RegistryDwords=RMIntrLockingMode=1
42
+ NVreg_RegistryDwords=RMIntrLockingMode=1 \
43
+ NVreg_EnableS0ixPowerManagement=1
44
+
0 commit comments