nan0s7 / nfancurve

A small and lightweight POSIX script for using a custom fan curve in Linux for those with an Nvidia GPU.
GNU General Public License v3.0
314 stars 57 forks source link

Fix startup with low speeds #31

Closed oehme closed 4 years ago

oehme commented 4 years ago

The Nvidia driver on my machine uses a speed of 32% by default when manual fan control is activated. This script on the other hand assumed that the default was 0%. As a result, it did not try to change the speed and the fan kept running at 32% even though temperatures were low enough to switch it off. By setting the initial speed to 100% instead, the script is guaranteed to adjust the speed downwards.

nan0s7 commented 4 years ago

Yeah fair enough, thanks for the patch!