[Fixes #79] mbpfan.conf self-explains itself

This commit is contained in:
Daniel Graziotin 2016-06-05 09:55:17 +02:00
parent 31ef985874
commit 393504e9ab

View file

@ -1,7 +1,8 @@
[general] [general]
min_fan_speed = 2000 # default is 2000 # see https://ineed.coffee/3838/a-beginners-tutorial-for-mbpfan-under-ubuntu for the values
max_fan_speed = 6200 # default is 6200 min_fan_speed = 2000 # put the *lowest* value of "cat /sys/devices/platform/applesmc.768/fan*_min"
max_fan_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 low_temp = 63 # try ranges 55-63, default is 63
high_temp = 66 # try ranges 58-66, default is 66 high_temp = 66 # try ranges 58-66, default is 66
max_temp = 86 # do not set it > 90, default is 86 max_temp = 86 # take highest number returned by "cat /sys/devices/platform/coretemp.*/hwmon/hwmon*/temp*_max", divide by 1000
polling_interval = 7 # default is 7 polling_interval = 7 # default is 7 seconds