We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ef985 commit 393504eCopy full SHA for 393504e
1 file changed
mbpfan.conf
@@ -1,7 +1,8 @@
1
[general]
2
-min_fan_speed = 2000 # default is 2000
3
-max_fan_speed = 6200 # default is 6200
+# see https://ineed.coffee/3838/a-beginners-tutorial-for-mbpfan-under-ubuntu for the values
+min_fan_speed = 2000 # put the *lowest* value of "cat /sys/devices/platform/applesmc.768/fan*_min"
4
+max_fan_speed = 6200 # put the *highest* value of "cat /sys/devices/platform/applesmc.768/fan*_max"
5
low_temp = 63 # try ranges 55-63, default is 63
6
high_temp = 66 # try ranges 58-66, default is 66
-max_temp = 86 # do not set it > 90, default is 86
7
-polling_interval = 7 # default is 7
+max_temp = 86 # take highest number returned by "cat /sys/devices/platform/coretemp.*/hwmon/hwmon*/temp*_max", divide by 1000
8
+polling_interval = 7 # default is 7 seconds
0 commit comments