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 / cpufreq < prev    next >
Text File  |  2007-02-24  |  4KB  |  106 lines

  1. ## Path:            System/Powermanagement/Powersave/CPU
  2. ## Description: The settings in this section affect the CPU frequency \
  3. ## scaling algorithm and the timeout for CPU low/high events.
  4. ## Path:            System/Powermanagement/Powersave/CPU
  5. ## Type:            list(yes,no)
  6. ## Default:             "yes"
  7. ## ServiceRestart:    powersave     
  8. #
  9. # If set to "no", the powersave daemon will not touch any cpufrequency
  10. # settings of the system. This might be helpful to avoid messages in
  11. # syslog if a machine does not support cpufrequency scaling or one
  12. # likes to use another cpufreq daemon.
  13. CPUFREQ_ENABLED=""
  14.  
  15. ## Path:            System/Powermanagement/Powersave/CPU
  16. ## Type:            string
  17. ## ServiceRestart:    powersave     
  18. #
  19. # The powersaved startscript will load this module for CPU frequency
  20. # scaling support. If nothing is specified here, the most common cpufreq
  21. # modules will be tried. Entering the correct module will reduce the
  22. # warnings in syslog during boot and probably speed up booting a bit.
  23. CPUFREQD_MODULE=""
  24.  
  25. ## Path:        System/Powermanagement/Powersave/CPU
  26. ## Type:        string
  27. ## ServiceRestart:    powersave
  28. #
  29. # Some cpufreq modules need additional parameters to define the hardware
  30. # of your system. You can enter these parameters here.
  31. #
  32. CPUFREQD_MODULE_OPTS=""
  33.  
  34. ## Path:            System/Powermanagement/Powersave/CPU
  35. ## Type:            list(kernel,userspace)
  36. ## Default:        "kernel"
  37. ## ServiceRestart:    powersave     
  38. #
  39. #  If set to userspace, the powersave daemon itself will check
  40. #  for CPU load and adjust the frequncy approriate.
  41. #  If set to kernel, the frequency will be adjusted by kernel
  42. #  CPU frequency governors. These are by default 
  43. #  (kernel module - governor/powersave policy):
  44. #  ondemand/dynamic, powersave/powersave, performance/performance
  45. CPUFREQ_CONTROL=""
  46.  
  47. ## Path:        System/Powermanagement/Powersave/CPU
  48. ## Type:        integer(1:100)
  49. ## Default:        "80"
  50. #
  51. # These variable sets the limit (in percent) for switching to the
  52. # next higher CPU frequency (if supported). The limit for switching
  53. # down is calculated from this high limit, the CPU_HYSTERESIS variable
  54. # and the available frequencies of your CPU automatically.
  55. #
  56. CPU_HIGH_LIMIT=""
  57.  
  58. ## Path:        System/Powermanagement/Powersave/CPU
  59. ## Type:        integer(1:100)
  60. ## Default:        "5"
  61. #
  62. # The hysteresis for calculating the CPU load limit to switch to
  63. # the next lover CPU frequency. Increasing this value lowers the
  64. # load percentage at which the deamon switches down one step.
  65. # This might be useful if you notice that the frequency continuously
  66. # oscilates at a almost constant CPU usage (e.g. when watching a movie).
  67. # 5 is default, you should not set it higher than 40.
  68. # Zero is not allowed.
  69. #
  70. CPU_HYSTERESIS=""
  71.  
  72. ## Path:        System/Powermanagement/Powersave/CPU
  73. ## Type:        integer(0:10000)
  74. ## Default:        "10"
  75. #
  76. # If CPU stays longer than this value (in seconds) below the
  77. # ``CPU_IDLE_LIMIT'' limit, the daemon generates a
  78. # processor.idle event. As soon as the CPU usage steps over the
  79. # CPU_HIGH_LIMIT once, a processor.busy is sent.
  80. # Set it to 0 or let it empty to disable processor.* events.
  81. #
  82. CPU_IDLE_TIMEOUT=""
  83.  
  84. ## Path:        System/Powermanagement/Powersave/CPU
  85. ## Type:        integer(1:100)
  86. ## Default:        "25"
  87. #
  88. # If the CPU stays under the low limit for longer than specified in
  89. # CPU_IDLE_TIMEOUT above, the daemon will additionally send a
  90. # processor.idle event.
  91. # This is not the limit at which the CPU frequency is scaled down.
  92. #
  93. CPU_IDLE_LIMIT=""
  94.  
  95. ## Path:        System/Powermanagement/Powersave/CPU
  96. ## Type:        integer(1:100)
  97. ## Default:        "50"
  98. #
  99. # Set the CPU load difference limit for which the highest available
  100. # frequency is set immediately (e.g. if set to 60, it switches to
  101. # full speed if the CPU load jumps from 5% to 66% or higher instead
  102. # of ramping up through all available frequencies). Disable the direct
  103. # triggering of the highest frequency by setting a value of 0.
  104. #
  105. JUMP_CPU_FREQ_MAX_LIMIT=""
  106.