File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1212#
1313#min_fan1_speed = 2000 # put the *lowest* value of "cat /sys/devices/platform/applesmc.768/fan*_min"
1414#max_fan1_speed = 6200 # put the *highest* value of "cat /sys/devices/platform/applesmc.768/fan*_max"
15- low_temp = 63 # try ranges 55-63, default is 63
16- high_temp = 66 # try ranges 58-66, default is 66
17- max_temp = 86 # take highest number returned by "cat /sys/devices/platform/coretemp.*/hwmon/hwmon*/temp*_max", divide by 1000
15+
16+ # temperature units in celcius
17+ low_temp = 63 # if temperature is below this, fans will run at minimum speed
18+ high_temp = 66 # if temperature is above this, fan speed will gradually increase
19+ max_temp = 86 # if temperature is above this, fans will run at maximum speed
1820polling_interval = 1 # default is 1 seconds
You can’t perform that action at this time.
0 commit comments