-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PowerMizer options are ignored #7
Comments
Yep, that's sad. I need to update information in the README in that case.
You can use nvidia-smi with its
As I said, you can use udev conditions to automatically adjust depending on battery power or AC power supply:
Please note that the |
Power limit seems to be the main bottleneck, even if you set lock-gpu-clocks for example. It's so sad there isn't a simple option to set everything anymore. Please let me know if someone finds something. |
$ sudo nvidia-smi -pl 80
$ \cat /etc/modprobe.d/modprobe.conf | grep -i RegistryDwords
$ \cat /etc/systemd/system/system-startup.sh
I'm not able to set power limits on my mobile gpu. Manjaro/6.7.7/Gnome/11th gen Intel/RTX3080 mobile |
There was a partial solution to increase TDP, on laptops with Ampere and above you need to enable the nvidia-powerd service:
In my case on a 3050 Mobile this raises the TDP limit from 35W to 40W, which in turn gives a gain of about ~10 FPS in Furmark without significant temperature changes. Without nvidia-powerd With nvidia-powerd |
All PowerMizer options seem to be ignored by the driver. Apparently this is a known issue: https://forums.developer.nvidia.com/t/kernel-module-option-nvreg-registrydwords-for-powermizerenable-doesnt-work-on-530-41-03/247610
Do you know how to force max performance with the battery as well? Essentially what _override_max_perf=2 should do.
nvidia-smi
shows P0 with AC, P3 with the battery and P5 on "low" battery. I would like at least P3 always. Preferably P0 always.The text was updated successfully, but these errors were encountered: