Open MiMillieuh opened 5 months ago
Hm, not sure what's happening as auto-cpufreq shouldn't have any effect on GPU.
Curious to hear what happens if you setup config file, and set energy_performance_preference
to other value then performance, would this change anything?
Will also ask on our Discord community if anyone else has Nvidia and has faced this problem.
This may be due to the PowerMizer configuration in the Nvidia settings.
You can get the value using nvidia-settings -q GPUPowerMizerMode
, 0 is adaptative, 1 is performance mode and 2 is auto
Try to set it in Performance mode using sudo nvidia-settings -a "[gpu:0]/GpuPowerMizerMode=1"
Unfortunatly I still encounter the issue...
by the way I can't querry the powerMizer on my GPU :
mimillie@tataru-os:~$ sudo nvidia-settings -a "[gpu:0]/GpuPowerMizerMode=1"
mimillie@tataru-os:~$ nvidia-settings -q GPUPowerMizerMode
ERROR: Error resolving target specification '' (No targets match target
specification), specified in query 'GPUPowerMizerMode'.
mimillie@tataru-os:~$ nvidia-settings -q "[gpu:0]/GpuPowerMizerMode"
ERROR: Error resolving target specification 'gpu:0' (No targets match target
specification), specified in query '[gpu:0]/GpuPowerMizerMode'.
What's even stranger is that the GPU is sitting at 55W limit while doing nothing but when I ask for the GPU to be used it limits itself to around 40W
Without auto-cpufreq I set via gnome the profile to performance and it can use up to 80W if the load is enough
Try to get the value using the GUI of nvidia settings
Try to get the value using the GUI of nvidia settings
Where can I find it ? By the way I use Wayland so I don't have the full Nvidia settings.
Normally in nvidia-settings, there should be a PowerMizer section under the GPU.
I know there is on Xorg but not on Wayland :
I don't know, maybe wait for the 555 driver, which improves compatibility with Wayland.
Hm, not sure what's happening as auto-cpufreq shouldn't have any effect on GPU.
Curious to hear what happens if you setup config file, and set
energy_performance_preference
to other value then performance, would this change anything?Will also ask on our Discord community if anyone else has Nvidia and has faced this problem.
I've tried multiple settings in the config but I still get the same results.
I managed to have my GPU using 80W with autocpu-freq with this command : sudo echo "performance" | sudo tee /sys/firmware/acpi/platform_profile
However that's unoptimal as I need root acces to change the profile of my GPU and once done it nevers goes back to its low power state... when using balanced it just keep the old profile and low-power is what I get with balanced in power-profile-daemon currently. And it may change something else I don't know I haven't tested it for too long since it's really not a great solution in my case.
There's probably something that trigger the GPU driver to change it's power limit but I can't find what.
All I know is that power-profile-daemon trigger it correctly.
Fill out information requested in this template, without doing so issue will be ignored & closed!
Have you tried?
System information:
Add/paste output of:
Hello, So since I'm trying to use auto-cpufreq on all my laptops, I had the same issue which is super annoying on newer laptops. Nvidia Power stay at the lowest possible like if I'm on energy saving and on battery with power-profile-daemon. that results in half the available wattage to not being used by my GPU which is a deal breaker.
Here are the differences on my laptop :
Without auto-cpufreq (plugged in)
With auto-cpufreq (plugged in)
I've tried to :
Additional info : The screenshots you see have been taken while running Unigine Superposition on the Nvidia GPU.
If anyone could help that would be nice. Thanks and have a nice day :)