Don't like ads? PRO users don't see any ads ;-)
Guest

thinkfan_simple_config

By: donniezazen on May 1st, 2012  |  syntax: None  |  size: 2.00 KB  |  hits: 61  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ######################################################################
  2. # thinkfan 0.7 example config file
  3. # ================================
  4. #
  5. # ATTENTION: There is only very basic sanity checking on the configuration.
  6. # That means you can set your temperature limits as insane as you like. You
  7. # can do anything stupid, e.g. turn off your fan when your CPU reaches 70°C.
  8. #
  9. # That's why this program is called THINKfan: You gotta think for yourself.
  10. #
  11. ######################################################################
  12. #
  13. # IBM/Lenovo Thinkpads (thinkpad_acpi, /proc/acpi/ibm)
  14. # ====================================================
  15. #
  16. # IMPORTANT:
  17. #
  18. # To keep your HD from overheating, you have to specify a correction value for
  19. # the sensor that has the HD's temperature. You need to do this because
  20. # thinkfan uses only the highest temperature it can find in the system, and
  21. # that'll most likely never be your HD, as most HDs are already out of spec
  22. # when they reach 55 °C.
  23. # Correction values are applied from left to right in the same order as the
  24. # temperatures are read from the file.
  25. #
  26. # For example:
  27. # sensor /proc/acpi/ibm/thermal (0, 0, 10)
  28. # will add a fixed value of 10 °C the 3rd value read from that file. Check out
  29. # http://www.thinkwiki.org/wiki/Thermal_Sensors to find out how much you may
  30. # want to add to certain temperatures.
  31.  
  32. #  Syntax:
  33. #  (LEVEL, LOW, HIGH)
  34. #  LEVEL is the fan level to use (0-7 with thinkpad_acpi)
  35. #  LOW is the temperature at which to step down to the previous level
  36. #  HIGH is the temperature at which to step up to the next level
  37. #  All numbers are integers.
  38. #
  39.  
  40. # I use this on my T61p:
  41. #sensor /proc/acpi/ibm/thermal (0, 10, 15, 2, 10, 5, 0, 3, 0, 3)
  42.  
  43. sensor /sys/devices/platform/coretemp.0/temp1_input
  44. sensor /sys/devices/platform/coretemp.0/temp2_input
  45. sensor /sys/devices/platform/coretemp.0/temp3_input
  46. sensor /sys/devices/virtual/hwmon/hwmon0/temp1_input
  47.  
  48. (0,     0,      55)
  49. (1,     48,     60)
  50. (2,     50,     61)
  51. (3,     52,     63)
  52. (4,     56,     65)
  53. (5,     59,     66)
  54. (7,     63,     32767)