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

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

Issue 661130: Enabled laptop mode power management control of: (Closed)
Patch Set: Created 10 years, 10 months 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
« no previous file with comments | « laptop-mode-tools_1.52/etc/laptop-mode/conf.d/usb-autosuspend.conf ('k') | 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 # for battery and for AC with laptop mode on. 230 # for battery and for AC with laptop mode on.
231 # 231 #
232 LM_AC_HD_IDLE_TIMEOUT_SECONDS=20 232 LM_AC_HD_IDLE_TIMEOUT_SECONDS=20
233 LM_BATT_HD_IDLE_TIMEOUT_SECONDS=20 233 LM_BATT_HD_IDLE_TIMEOUT_SECONDS=20
234 NOLM_HD_IDLE_TIMEOUT_SECONDS=7200 234 NOLM_HD_IDLE_TIMEOUT_SECONDS=7200
235 235
236 236
237 # 237 #
238 # Should laptop mode tools control the hard drive power management settings? 238 # Should laptop mode tools control the hard drive power management settings?
239 # 239 #
240 CONTROL_HD_POWERMGMT=0 240 CONTROL_HD_POWERMGMT=1
241 241
242 242
243 # 243 #
244 # Power management for HD (hdparm -B values) 244 # Power management for HD (hdparm -B values)
245 # 245 #
246 BATT_HD_POWERMGMT=1 246 BATT_HD_POWERMGMT=1
247 LM_AC_HD_POWERMGMT=254 247 LM_AC_HD_POWERMGMT=254
248 NOLM_AC_HD_POWERMGMT=254 248 NOLM_AC_HD_POWERMGMT=254
249 249
250 250
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 XFS_HZ=100 321 XFS_HZ=100
322 322
323 323
324 # 324 #
325 # Seconds laptop mode has to to wait after the disk goes idle before doing 325 # Seconds laptop mode has to to wait after the disk goes idle before doing
326 # a sync. 326 # a sync.
327 # 327 #
328 LM_SECONDS_BEFORE_SYNC=2 328 LM_SECONDS_BEFORE_SYNC=2
329 329
330 330
OLDNEW
« no previous file with comments | « laptop-mode-tools_1.52/etc/laptop-mode/conf.d/usb-autosuspend.conf ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698