Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(471)

Side by Side Diff: laptop-mode-tools_1.52/etc/laptop-mode/laptop-mode.conf

Issue 5032002: Lowering hard drive idle timeout to 5 seconds from 20 seconds. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/laptop-mode-tools.git@master
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698