From 16f28f900c0b769baa8cf60207be867382d95150 Mon Sep 17 00:00:00 2001 From: Chow Loong Jin Date: Tue, 2 Mar 2021 19:58:50 +0800 Subject: [PATCH] Improve comments in the config around {low,high,max}_temp settings --- mbpfan.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mbpfan.conf b/mbpfan.conf index 39d4b57..c2a9caf 100644 --- a/mbpfan.conf +++ b/mbpfan.conf @@ -12,7 +12,9 @@ # #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" -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 + +# temperature units in celcius +low_temp = 63 # if temperature is below this, fans will run at minimum speed +high_temp = 66 # if temperature is above this, fan speed will gradually increase +max_temp = 86 # if temperature is above this, fans will run at maximum speed polling_interval = 1 # default is 1 seconds