| OLD | NEW |
| 1 ############################################################################### | 1 ############################################################################### |
| 2 # | 2 # |
| 3 # Configuration for Laptop Mode Tools | 3 # Configuration for Laptop Mode Tools |
| 4 # ----------------------------------- | 4 # ----------------------------------- |
| 5 # | 5 # |
| 6 # There is a "system" to the configuration setting names: | 6 # There is a "system" to the configuration setting names: |
| 7 # CONTROL_something=0/1 Determines whether Laptop Mode Tools controls | 7 # CONTROL_something=0/1 Determines whether Laptop Mode Tools controls |
| 8 # something | 8 # something |
| 9 # LM_something=value Value of "something" when laptop mode is active | 9 # LM_something=value Value of "something" when laptop mode is active |
| 10 # NOLM_something=value Value of "something" when laptop mode is NOT | 10 # NOLM_something=value Value of "something" when laptop mode is NOT |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 # | 225 # |
| 226 CONTROL_HD_IDLE_TIMEOUT=1 | 226 CONTROL_HD_IDLE_TIMEOUT=1 |
| 227 | 227 |
| 228 | 228 |
| 229 # | 229 # |
| 230 # Idle timeout values. (hdparm -S) | 230 # Idle timeout values. (hdparm -S) |
| 231 # Default is 2 hours on AC (NOLM_HD_IDLE_TIMEOUT_SECONDS=7200) and 20 seconds | 231 # Default is 2 hours on AC (NOLM_HD_IDLE_TIMEOUT_SECONDS=7200) and 20 seconds |
| 232 # for battery and for AC with laptop mode on. | 232 # for battery and for AC with laptop mode on. |
| 233 # | 233 # |
| 234 LM_AC_HD_IDLE_TIMEOUT_SECONDS=20 | 234 LM_AC_HD_IDLE_TIMEOUT_SECONDS=20 |
| 235 LM_BATT_HD_IDLE_TIMEOUT_SECONDS=20 | 235 LM_BATT_HD_IDLE_TIMEOUT_SECONDS=5 |
| 236 NOLM_HD_IDLE_TIMEOUT_SECONDS=7200 | 236 NOLM_HD_IDLE_TIMEOUT_SECONDS=7200 |
| 237 | 237 |
| 238 | 238 |
| 239 # | 239 # |
| 240 # Should laptop mode tools control the hard drive power management settings? | 240 # Should laptop mode tools control the hard drive power management settings? |
| 241 # | 241 # |
| 242 CONTROL_HD_POWERMGMT=1 | 242 CONTROL_HD_POWERMGMT=1 |
| 243 | 243 |
| 244 | 244 |
| 245 # | 245 # |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 XFS_HZ=100 | 323 XFS_HZ=100 |
| 324 | 324 |
| 325 | 325 |
| 326 # | 326 # |
| 327 # Seconds laptop mode has to to wait after the disk goes idle before doing | 327 # Seconds laptop mode has to to wait after the disk goes idle before doing |
| 328 # a sync. | 328 # a sync. |
| 329 # | 329 # |
| 330 LM_SECONDS_BEFORE_SYNC=2 | 330 LM_SECONDS_BEFORE_SYNC=2 |
| 331 | 331 |
| 332 | 332 |
| OLD | NEW |