Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve comments in the config around {low,high,max}_temp settings #232

Merged
merged 1 commit into from
Mar 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Improve comments in the config around {low,high,max}_temp settings
hyperair committed Mar 2, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit c6149df30c9da9b48eb6c3a0c55dab01e913cf06
8 changes: 5 additions & 3 deletions mbpfan.conf
Original file line number Diff line number Diff line change
@@ -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