WickedLukas / nvidia-tuner

A simple CLI tool for overlocking, undervolting and controlling the fan of NVIDIA GPUs on Linux. Using the NVML library it equally supports X11 and Wayland.
MIT License
23 stars 1 forks source link

how to use #3

Open abrasmelin opened 3 days ago

abrasmelin commented 3 days ago

nvidia_uv

I undervolt my Nvidia card with these settings in windows msi afterburner. Can you help me to convert these into your scripts parameters please?

Thanks!

WickedLukas commented 2 days ago

Hi, you should come very close to this by setting a core clock offset of 150 mhz and a memory clock offset of 1000 mhz, while lowering the power limit so far, until you get similar performance in game. Alternatively you can also check your current power usage during gaming and set this as a limit. You will be limited by power instead of frequency, but in the end the result is very similar.

abrasmelin commented 1 day ago

Okay I tried to use your script . tried it with ./nvidia-tuner --core-clock-offset 150 --memory-clock-offset 800 --power-limit 180 --pairs 50:30,70:40,90:60,100:100

it asks for sudo password and when I enter password. it just stucks nothing happens

WickedLukas commented 1 day ago

No, it is not stuck. It applied the overclock/undervolt and since you provided a fan curve, it is running and adjusting the fan speed. If you stop it by pressing ctrl+c for example, it will print that it reset the fan speed back to default.