Advertisement
luizaspan

/etc/i8kutils/i8kmon.conf

Aug 26th, 2015
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. # Sample i8kmon configuration file (/etc/i8kmon.conf, ~/.i8kmon).
  2.  
  3. # Kernel APM status file
  4. set config(proc_apm) /proc/apm
  5.  
  6. # Kernel ACPI status file
  7. set config(proc_acpi) /proc/acpi/ac_adapter/0/status
  8.  
  9. # External program to control the fans
  10. set config(i8kfan) /usr/bin/i8kfan
  11.  
  12. # Applet geometry, override with --geometry option
  13. set config(geometry) {}
  14.  
  15. # Run as daemon, override with --daemon option
  16. set config(daemon) 1
  17.  
  18. # Automatic fan control, override with --auto option
  19. set config(auto) 1
  20.  
  21. # Report status on stdout, override with --verbose option
  22. set config(verbose) 0
  23.  
  24. # Status check timeout (seconds), override with --timeout option
  25. set config(timeout) 5
  26.  
  27. # Temperature display unit (C/F), override with --unit option
  28. set config(unit) C
  29.  
  30. # Temperature threshold at which the temperature is displayed in red
  31. set config(t_high) 80
  32.  
  33. # Minimum expected fan speed
  34. set config(min_speed) 1800
  35.  
  36. # Temperature thresholds: {fan_speeds low_ac high_ac low_batt high_batt}
  37. # These were tested on the I8000. If you have a different Dell laptop model
  38. # you should check the BIOS temperature monitoring and set the appropriate
  39. # thresholds here. In doubt start with low values and gradually rise them
  40. # until the fans are not always on when the cpu is idle.
  41. set config(0) {{- 1} -1 55 -1 55}
  42. set config(1) {{- 2} 50 128 50 128}
  43. set config(2) {{1 1} 60 80 65 85}
  44. set config(3) {{2 2} 70 128 75 128}
  45.  
  46. # end of file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement