Skip to content

Instantly share code, notes, and snippets.

@jacob-ogre
Created May 18, 2013 16:00
Show Gist options
  • Save jacob-ogre/5604905 to your computer and use it in GitHub Desktop.
Save jacob-ogre/5604905 to your computer and use it in GitHub Desktop.
A config file to keep a Macbook Pro 5,5 cool while running Linux mint
# Config file for macfanctl daemon
#
# Note: 0 < temp_X_floor < temp_X_ceiling
# 0 < fan_min < 6200
fan1_min: 2000
temp_avg_floor: 35
temp_avg_ceiling: 45
temp_TC0D_floor: 50
temp_TC0D_ceiling: 55
temp_TC0P_floor: 45
temp_TC0P_ceiling: 52
temp_TG0P_floor: 45
temp_TG0P_ceiling: 52
temp_Ts0P_floor: 25
temp_Ts0P_ceiling: 32
# Add sensors to be excluded here, separated by space, i.e.
# exclude: 1 7
# will disable reading of sensors temp1_input and temp7_input.
exclude: 9 10
# log_level values:
# 0: Startup / Exit logging only
# 1: Basic temp / fan logging
# 2: Log all sensors
log_level: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment