home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20101108.etc.tar.gz / bradford.20101108.etc.tar / etc / sysconfig / powersave / thermal < prev   
Text File  |  2007-02-24  |  2KB  |  37 lines

  1. ## Path:        System/Powermanagement/Powersave/Thermal
  2. ## Type:        list(userspace,kernel,both,off)
  3. ## Default:        "kernel_passive"
  4. #
  5. # this can only be used on ACPI systems
  6. # see /proc/acpi/thermal_zone/*/* whether thermal management is
  7. # supported on your machine (thermal module must be loaded)
  8. # At least the temperature file must exist and return reasonable
  9. # values. Also see powersave_manual in /usr/share/doc/packages/powersave
  10. #
  11. # userspace:      not supported yet
  12. # kernel:         the values in /proc/acpi/thermal_zone/*/trip_points are
  13. #                 overridden with the THERMAL_*_X values from the
  14. #                 current active scheme see powersave_manual.html
  15. # kernel_passive: like kernel, but only thermal zones with a valid 
  16. #                 passive trip point defined by BIOS are modified.
  17. # off:            the kernel's default trip_point values are still active
  18. ENABLE_THERMAL_MANAGEMENT=""
  19.  
  20. ## Path:        System/Powermanagement/Powersave/Thermal
  21. ## Type:        integer(0:100)
  22. ## Default:        "2"
  23. #
  24. #  Defines how often the kernel should poll the temperature 
  25. #  (in seconds) and lower CPU frequency and throttling according to 
  26. #  the passive cooling policy (zero - 0 means don't touch default kernel value).
  27. #
  28. #  Set this to lower values if you reach the critical trip point and
  29. #  your machine gets shutdown because the difference between between
  30. #  critical and passive cooling trip point is very small.
  31. #
  32. #  Set it to higher values if you experience performance problems
  33. #  because of thermal kernel reads. This is especially recommended
  34. #  if you work on a kernel that is compiled with ACPI_DEBUG=y.
  35. #
  36. THERMAL_POLLING_FREQUENCY=""
  37.