Skip to content

Commit 393504e

Browse files
committed
[Fixes #79] mbpfan.conf self-explains itself
1 parent 31ef985 commit 393504e

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

mbpfan.conf

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[general]
2-
min_fan_speed = 2000 # default is 2000
3-
max_fan_speed = 6200 # default is 6200
2+
# see https://ineed.coffee/3838/a-beginners-tutorial-for-mbpfan-under-ubuntu for the values
3+
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"
45
low_temp = 63 # try ranges 55-63, default is 63
56
high_temp = 66 # try ranges 58-66, default is 66
6-
max_temp = 86 # do not set it > 90, default is 86
7-
polling_interval = 7 # default is 7
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

Comments
 (0)