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

  1. ## Path:        System/Powermanagement/Powersave/Disk
  2. ## Description: These settings determine, how the powersave daemon \
  3. ## will adjust your harddisk settings in the different profiles. \
  4. ## If you alter something here, you are doing this on your own risk. \
  5. ## You should be at least familiar with hdparm (8) and the settings \
  6. ## in /proc/sys/vm. Some of these variables contain raw hdparm arguments,\
  7. ## any errors in these may cause the proxy scripts to fail.\n \
  8. ## DANGER! YOU MAY LOSE DATA IF YOU ENTER WRONG VALUES HERE! \
  9. ## You have been warned.
  10. ## Path:        System/Powermanagement/Powersave/Disk
  11. ## Type:        yesno
  12. #
  13. # Shall we start the so-called "laptop mode"? This changes different settings
  14. # in the kernel, most notable after every read from disk, all pending writes
  15. # are written immediately which greatly increases the chance that your disk
  16. # can spin down if there is no further activity. This can harm performance
  17. # quite a bit under some circumstances and thus is default off unless in
  18. # "aggressive powersave" mode. You can set this for all three disk modes
  19. # (performance, powersave, aggressive powersave) here. Default is "yes" for
  20. # aggressive powersave, "no" otherwise.
  21. HD_LAPTOP_MODE_PERF=""
  22. HD_LAPTOP_MODE_SAVE=""
  23. HD_LAPTOP_MODE_AGGR=""
  24.  
  25. ## Path:        System/Powermanagement/Powersave/Disk
  26. ## Type:        yesno
  27. #
  28. # shall we remount journaled filesystems with appropriate commit interval?
  29. # this is needed to get the disk to shutdown on ext3 and reiserfs.
  30. # This can be specified for each of the three disk modes (performance,
  31. # powersave, aggressive powersave). The default of these settings is "If
  32. # HD_LAPTOP_MODE is set to yes for this mode, do remount".
  33. HD_DO_REMOUNTS_PERF=""
  34. HD_DO_REMOUNTS_SAVE=""
  35. HD_DO_REMOUNTS_AGGR=""
  36.  
  37. ## Path:        System/Powermanagement/Powersave/Disk
  38. ## Type:        yesno
  39. ## Default:     "no"
  40. #
  41. # remount reiserfs with option noatime? Was necessary with earlier kernels,
  42. # should not be needed any longer.
  43. # Depends on HD_DO_REMOUNTS_*.
  44. HD_NOATIME=""
  45.  
  46. ## Path:        System/Powermanagement/Powersave/Disk
  47. ## Type:        integer(0:10000)
  48. ## Default:     "600"
  49. #
  50. # age time, in seconds. Journalled filesystems will be remounted with the
  51. # commit interval set to this value. The VM writeback and expire values
  52. # will be set to this value in seconds.
  53. # WARNING: You will lose data if your machine crashes or your battery runs
  54. # flat, sice data will eventually only be committed to disk after this time!
  55. # Depends on HD_DO_REMOUNTS_*.
  56. HD_MAX_AGE=""
  57.  
  58. ## Path:        System/Powermanagement/Powersave/Disk
  59. ## Type:        integer(0:100)
  60. ## Default:     "75"
  61. #
  62. # Allowed dirty ratio, in percent. This value will be put into
  63. # /proc/sys/vm/dirty_ratio and /proc/sys/vm/dirty_background_ratio
  64. # if laptop_mode is requested (see the HD_LAPTOP_MODE_* variables).
  65. # Depends on HD_DO_REMOUNTS_*.
  66. HD_DIRTY_RATIO=""
  67.  
  68. ## Path:        System/Powermanagement/Powersave/Disk
  69. ## Type:        integer(0:254)
  70. #
  71. # "hdparm -M" arguments for DISK_ACOUSTIC settings
  72. # "performance", "low" and "quiet". There will be a check on
  73. # the capabilities of the disk before those settings are issued,
  74. # so changes here will be doing nothing if the drive does not
  75. # support automatic acoustic management (AAM). Change only if you
  76. # know what you are doing!
  77. # Valid values are 128 (quiet) to 254 (fast), 0 disables this setting.
  78. HDPARM_ACOUSTIC_PERF="254"
  79. HDPARM_ACOUSTIC_LOW="128"
  80. HDPARM_ACOUSTIC_QUIET="128"
  81.  
  82. ## Path:        System/Powermanagement/Powersave/Disk
  83. ## Type:        integer(0:255)
  84. #
  85. # "hdparm -B" arguments for STANDBY_MODE settings
  86. # "performance", "powersave" and "aggressive_powersave".
  87. # Change only if you know what you are doing! Also see the
  88. # "hdparm" manpage to learn more about those settings.
  89. # The support of the drive for APM is checked before issuing those
  90. # command, so these settings may have no effect on your hardware.
  91. # For many laptop harddisks, the APM settings are defined as follows:
  92. # 255: APM off
  93. # 192-254: "active idle" - not too much savings
  94. # 128-191: "low power idle" - heads may be parked
  95. # <127: "standby" - disk may spin down even without a spindown setting
  96. # 0: special value, disables the "hdparm -B" setting.
  97. # These values are dependent on your harddrive model!
  98. # Note that spinning down the disk leads to spurious lockups on some
  99. # machines (e.g. Dell D600), so be careful.
  100. #
  101. # Performance default is 254 instead of 255 (off) since this will let
  102. # a lot of drives run cooler without significant impact on performance.
  103. HDPARM_STBY_PERF="254"
  104. HDPARM_STBY_SAVE="128"
  105. HDPARM_STBY_AGGR="1"
  106.  
  107. ## Path:        System/Powermanagement/Powersave/Disk
  108. ## Type:        string
  109. #
  110. # These are raw hdparm arguments for STANDBY_MODE settings
  111. # "performance", "powersave" and "aggressive_powersave".
  112. # Change only if you know what you are doing! These settings are passed
  113. # to hdparm without further checks! Use only if you know what you are
  114. # doing! These are the last parameters on the hdparm command line, so
  115. # they may override HDPARM_STBY_* and HDPARM_ACOUSTIC_* settings.
  116. HDPARM_RAW_PERF=""
  117. HDPARM_RAW_SAVE=""
  118. HDPARM_RAW_AGGR=""
  119.