I've been trying to turn off nvidia PowerMizer (that is set the performance level to 2 - max). I can do it with nvidia-settings, but it goes back to default after restart. Here's what I have tried:
- nvidia-settings as root - saving settings to
xorg.confand~/.nvidia-settings-rc - adding
options nvidia NVreg_RegistryDwords="PerfLevelSrc=0x2222"to/etc/modprobe.d/nvidia.conf- nothing happened - adding Option
"RegistryDwords""PowerMizerLevel=0x2""PowerMizerLevelAC=0x2"toxorg.confunder device section : gdm did not start up - had to deletexorg.confto recover - adding Option
"RegistryDwords""PowerMizerEnable=0x0"toxorg.conf: nothing happened
Any idea how I can do this?
P.S. Ubuntu 12.10
PerfLevelSrc=0x2222instead ofPerfLevelSrc=0x3322. – mikewhatever Dec 25 '12 at 13:14"RegistryDwords"part. The above code has been corrected and tested, and should work. Let me know if it doesn't. – mikewhatever Dec 25 '12 at 14:17