Improve comments in the config around {low,high,max}_temp settings

This commit is contained in:
Chow Loong Jin 2021-03-02 19:58:50 +08:00 committed by Andrew Gaul
parent 814af65b36
commit 16f28f900c

View file

@ -12,7 +12,9 @@
#
#min_fan1_speed = 2000 # put the *lowest* value of "cat /sys/devices/platform/applesmc.768/fan*_min"
#max_fan1_speed = 6200 # put the *highest* value of "cat /sys/devices/platform/applesmc.768/fan*_max"
low_temp = 63 # try ranges 55-63, default is 63
high_temp = 66 # try ranges 58-66, default is 66
max_temp = 86 # take highest number returned by "cat /sys/devices/platform/coretemp.*/hwmon/hwmon*/temp*_max", divide by 1000
# temperature units in celcius
low_temp = 63 # if temperature is below this, fans will run at minimum speed
high_temp = 66 # if temperature is above this, fan speed will gradually increase
max_temp = 86 # if temperature is above this, fans will run at maximum speed
polling_interval = 1 # default is 1 seconds