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 / scheme_acoustic < prev    next >
Text File  |  2007-02-24  |  5KB  |  151 lines

  1. ## Path:        System/Powermanagement/Powersave/Scheme/Acoustic
  2. ## Description: Scheme that is by default optimized for
  3. ## low noise working.
  4. ## See the variables BATTERY_SCHEME
  5. ## and AC_SCHEME to let this scheme
  6. ## take place for either working on AC or Battery
  7. ## or both.
  8. ## Path:        System/Powermanagement/Powersave/Scheme/Acoustic
  9. ## Default:        "Acoustic"
  10. ## Type:        string
  11. #
  12. # Scheme name as displayed by YaST powermanagement module
  13. #
  14. SCHEME_NAME="Acoustic"
  15.  
  16. ## Path:        System/Powermanagement/Powersave/Scheme/Acoustic
  17. ## Type:        string
  18. ## Default:        "Scheme optimized to let machine run as quiet as possible."
  19. #
  20. # Description of the scheme as displayed by YaST powermanagement module
  21. #
  22. SCHEME_DESCRIPTION="Scheme optimized to let machine run as quietly as possible."
  23.  
  24. ## Path:        System/Powermanagement/Powersave/Scheme/Acoustic
  25. ## Type:        list(performance,powersave,dynamic)
  26. ## Default:        "dynamic"
  27. ## ServiceRestart:    
  28. #
  29. # performance - The CPU stays always on highest supported frequency
  30. # powersave The CPU stays always on lowest supported frequency. 
  31. # dynamic - The frequency is adjusted dynamically 
  32. # according to the current CPU usage. 
  33. # These settings need CPU frequency scaling support by your 
  34. # hardware e.g. SpeedStep(Intel), PowerNow(AMD) or similar 
  35. # technologies. The preferred value is dynamic to gain good 
  36. # performance and reduce heat and noise.
  37. #
  38. CPUFREQUENCY="dynamic"
  39.  
  40. ## Path:        System/Powermanagement/Powersave/Scheme/Acoustic
  41. ## Type:        yesno
  42. ## Default:        "yes"
  43. #
  44. # Allow throttling of the CPU
  45. #
  46. ALLOW_THROTTLING="yes"
  47.  
  48. ## Path:        System/Powermanagement/Powersave/Scheme/Acoustic
  49. ## Type:        integer(0:80)
  50. ## Default:        "50"
  51. #
  52. # Maximum throttling (in percent) of the CPU (if enabled).
  53. #
  54. MAX_THROTTLING="50"
  55.  
  56. ## Path:        System/Powermanagement/Powersave/Scheme/Acoustic
  57. ## Type:        yesno
  58. ## Default:        "no"
  59. #
  60. # Will always throttle the CPU instead of only throttle on low CPU
  61. # usage. This is useful to increase battery lifetime specially on
  62. # machines with no CPU frequency scaling support. Be careful your
  63. # machine could be distinctly slower (depends on the percent throttled). 
  64. #
  65. ALWAYS_THROTTLE="no"
  66.  
  67. ## Path:        System/Powermanagement/Powersave/Scheme/Acoustic
  68. ## Type:        list(performance,powersave,aggressiv_powersave,off)
  69. ## Default:        "off"
  70. #
  71. # Activates the Advanded Power Management function 
  72. # of your IDE-disks, SCSI disks will be omitted.
  73. # Setting this to "off" will skip this setting.
  74. DISK_STANDBY_MODE="powersave"
  75.  
  76. ## Path:        System/Powermanagement/Powersave/Scheme/Acoustic
  77. ## Type:        list(performance,low,quiet,off)
  78. ## Default:        "off"
  79. #
  80. # Activates the Acoustic management function 
  81. # of your IDE-disks, only some IDE disks 
  82. # support it, not supported disks will be omitted.
  83. # Setting this to "off" will skip this setting.
  84. #
  85. DISK_ACOUSTIC="quiet"
  86.  
  87. ## Path:        System/Powermanagement/Powersave/Scheme/Acoustic
  88. ## Type:        list(active,passive,off)
  89. ## Default:        "passive"
  90. #
  91. # Off - Disable thermal management
  92. # Active - The hardware is preferably cooled by the fan. 
  93. # Passive - The hardware is preferably cooled through 
  94. # throttling and other power saving/low-noise techniques 
  95. # if the temperature raises over a limit defined by 
  96. # your bios. This is sparsely supported by HW at the moment.
  97. # The cooling policy is the preferred variable to adjust thermal management.
  98. # If not supported or for fine adjustence, use the variables below.
  99. COOLING_POLICY="passive"
  100.  
  101. ## Path:        System/Powermanagement/Powersave/Scheme/Acoustic
  102. ## Type:        list(ignore,min,med,max)
  103. ## Default:        "ignore"
  104. #
  105. # This will only work with some vendor specific ACPI modules, such as
  106. # ibm_acpi, asus_acpi, sony_acpi and toshiba_acpi. Possible values are:
  107. #  ignore - do not touch display brightness
  108. #  min    - set the display brightness to minimum - this might turn off the light!
  109. #  med    - set the display brightness to a medium value
  110. #  max    - set the display brightness to maximum
  111. #  you can also enter a number, but the value depends on the driver,
  112. #  common ranges are from 0 to 7 or from 0 to 15.
  113. DISPLAY_BRIGHTNESS="ignore"
  114.  
  115. ## Path:        System/Powermanagement/Powersave/Scheme/Acoustic
  116. ## Type:        integer(0:200)
  117. ## Default:        0
  118. #
  119. # Use the variables to override the temperature trip point settings exported
  120. # by BIOS (in degree Celcius).
  121. # The number in the end defines the thermal zone for which the value should
  122. # be active. Use the powersave -T command to find out supported thermal zones
  123. # and their default trip point settings. A value of 0 will be ignored.
  124. # Active trip points are not supported at the moment as fans cannot 
  125. # be controlled over ACPI on most machines.
  126.  
  127. ## Path:        System/Powermanagement/Powersave/CPU
  128. ## Type:        yesno
  129. ## Default:        "no"
  130. #
  131. # Consider nice process time as CPU usage
  132. # set to yes - if you want niced processes to be considered by the
  133. # CPU frequency algorithm.
  134. #
  135. CONSIDER_NICE="no"
  136.  
  137. ## Path:        System/Powermanagement/Powersave/CPU
  138. ## Type:        integer(1:100)
  139. ## Default:        "80"
  140. #
  141. # This variable sets the limit (in percent) for switching to the
  142. # next higher CPU frequency (if supported). The real value used is
  143. # the result of this variable devided by the number of available CPUs.
  144. # The limit for switching down is calculated from this high limit,
  145. # the CPU_HYSTERESIS variable and the available frequencies of your
  146. # CPU automatically.
  147. CPU_HIGH_LIMIT="80"
  148.