2018-09-13 17:29:48 +00:00
|
|
|
[general]
|
|
|
|
# see https://ineed.coffee/3838/a-beginners-tutorial-for-mbpfan-under-ubuntu for the values
|
2019-01-18 19:26:11 +00:00
|
|
|
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"
|
2018-09-13 17:29:48 +00:00
|
|
|
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
|
2019-01-18 19:32:16 +00:00
|
|
|
polling_interval = 7 # default is 1 second
|