Sunday, May 19, 2024

Changing Nvidia card fan speed

In MSI Afterburner make own curve. Some video cards need checkbox "Override zero fan speed with hardware curve" in Fan settings. Fans will start at +60 and stop at +40, depending on video card.

In Linux Nvidia Settings uncheck Enable GPU Fan Settings.

watch -n 1 nvidia-smi

nvidia-settings -a "[gpu:0]/GPUFanControlState=0" // enable auto fan control

nvidia-settings -a "[gpu:0]/GPUFanControlState=1" // manual fan control

You can try nfancurve - https://github.com/nan0s7/nfancurve 


Switching to Nouveau (Open Source NVIDIA driver)

Discoder > Additional Drivers > Nouveau display driver

sudo reboot

BUT u will loose fan control and coolers will be spinning all time.

No comments:

Post a Comment