


Code: Select all
tfoerste@n22 ~ $ eix -I thinkfan
[I] app-laptop/thinkfan
Available versions: 0.8.1-r1 0.9_beta2 {atasmart}
Installed versions: 0.9_beta2(07:28:18 PM 08/18/2013)(-atasmart)
Homepage: http://thinkfan.sourceforge.net
Description: simple fan control program for thinkpads
tfoerste@n22 ~ $ cat /etc/thinkfan.conf
hwmon /sys/devices/platform/coretemp.0/temp1_input # physical id 0
hwmon /sys/devices/platform/coretemp.0/temp2_input # core 0
hwmon /sys/devices/platform/coretemp.0/temp3_input # core 1
{ "level 0" # the fan level
( 0 0 0) # LOWER limit
(30 30 30) # UPPER limit
}
{ "level 1"
(31 31 31)
(51 51 51)
}
{ "level 2"
(49 49 49)
(57 57 57)
}
{ "level auto"
(56 56 56)
(99 99 99)
}
tfoerste@n22 ~ $ cat /sys/devices/system/cpu/cpufreq/ondemand/ignore_nice_load
1
Code: Select all
cat /proc/acpi/ibm/fan
status: enabled
speed: 3573
level: auto
commands: level <level> (<level> is 0-7, auto, disengaged, full-speed)
commands: enable, disable
commands: watchdog <timeout> (<timeout> is 0 (off), 1-120 (seconds))



Undervolt the CPU, for starters - everyone should do this, especially with laptops.alphis wrote:What are my options?