Skip to content

Commit 16f28f9

Browse files
hyperairgaul
authored andcommitted
Improve comments in the config around {low,high,max}_temp settings
1 parent 814af65 commit 16f28f9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

mbpfan.conf

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
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
1820
polling_interval = 1 # default is 1 seconds

0 commit comments

Comments
 (0)