For When You Can't Have The Real Thing
[ start | index | login ]
start > Linux > Extending Battery Life

Extending Battery Life

Created by dave. Last edited by dave, 16 years and 298 days ago. Viewed 4,023 times. #2
[diff] [history] [edit] [rdf]
labels
attachments

Tips For Extending Linux Battery Life

Offered without comment.

(>>Ref:)

  • mount file systems with the noatime option:
/dev/hda1 / ext3 defaults,noatime 1 1
(>>Ref:)
  • turn off atd, and run at once per hour out of /etc/crontab
00 * * * * root [ -x /usr/sbin/atrun ] && /usr/sbin/atrun
  • make syslog lazy about committing to its file by prefixing the filename with a -
*.info                  -/var/log/messages
(Found somewhere:)
  • configure /etc/cpuspeed.conf, if supported
VMAJOR=1
VMINOR=1
#OPTS="-i 2"
#DRIVER="powernow-k7"
OPTS="-a /proc/acpi/ac_adapter/*/state -t /proc/acpi/thermal_zone/*/temperature 75"
no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt