updated on Mon Jan 16 00:01:41 UTC 2012
[aur-mirror.git] / eee-fan / eee-fan.conf
blob3ede9a7632627e3ffb774a41145353ec227b1843
1 # /etc/eee-fan.conf
2 # configuration file for eee-fan-conf
3
5 # Should we control the fan manually? (false=controlled by bios)
6 CONTROL_FAN=true
8 # How frequently we should check the temperature (in seconds)
9 SLEEP_TIME=20
11 ## The temperature range in which we should enable the fan
12 # Temp. at which we turn on fan (bios:54)
13 HIGH_TEMP=54
14 # Temp. at which we turn off fan (bios:40?)
15 LOW_TEMP=40
17 # The fan speed to use (0-100)
18 FAN_SPEED=40
20 # Keep a log of actions taken
21 ENABLE_LOGGING=true
22 # Log the temperature every time you wake up
23 # (can be used to plot cooling rate for different fan speeds...)
24 VERBOSE_LOGGING=false
26 # Extreme values that we allow the user to use
27 # ***** Don't change these is you don't know what you're doing! *****
28 MAX_TEMP=80
29 MIN_TEMP=30