nvfancontrol Fan Profile Setup
The fan can be controlled via closed loop mode (reading temp and tach as feedback) will allow the
system to adjust dynamically as setup by the user. Edit the configuration file
/etc/nvfancontrol.conf with a profile that meets the dynamic needs of your system utilization and
thermal conditions to maintain proper system cooling. If open loop mode is needed set the ‘0’
temp to be the PWM you require and change to open_loop for default control mode. PWM values
can range from 0 (0%) -> 255 (100%).
Nvfancontrol example:
FAN_PROFILE quiet {
...
}
FAN_PROFILE full {
#TEMP HYST PWM RPM
50 8 127 5500
70 8 255 11000
}
FAN_PROFILE cool {
...
FAN_DEFAULT_CONTROL close_loop
FAN_DEFAULT_PROFILE full
FAN_DEFAULT_GOVERNOR pid