Longer Laptop Battery Life under Linux
Posted by
Hemos
on Mon Feb 06, 2006 12:17 PM
from the making-it-work-better dept.
from the making-it-work-better dept.
ThinkingInBinary writes "Want easier power management and better battery life on your Linux laptop? Try powermgr, a daemon that automatically (or manually, if you choose) switches your system between power "profiles". It has support for ACPI (of course) as well as Asus, Dell, IBM, Omnibook, and Toshiba extensions. It can control CPU governor, screen brightness, wireless card, laptop mode (via services), runlevel, services, and more, and can switch based on AC adapter and battery state, load average, temperature, running processes, and more. Tests indicate that it can prolong battery life by 20 minutes to almost two hours, depending on what the system is doing. Try it out!"
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading ... Please wait.

Not Just Laptops (Score:5, Insightful)
Wasted energy from a wall outlet is still wasted energy. Transferring the energy-saving mindset to the desktop would likely have some positive results, especially for all those people using a 3GHz machine to play Freecell and send a few emails.
Re:Not Just Laptops (Score:4, Insightful)
Re:Not Just Laptops (Score:2)
Re:Not Just Laptops (Score:5, Informative)
In addition, you can already do things such as underclock video cards, and disable certain boards such as NICs and sound cards via software. I can't see why it couldn't be added to a power management function.
You are correct about the flatpanel one AFAIK.
Re:Not Just Laptops (Score:3, Informative)
I'd be glad to add features to do such things to powermgr; just tell me what package is required and the command to execute, and I'll add support for it. Personally, I only have an Asus laptop, so the Dell, IBM, Omnibook, and Toshiba features were mostly
Re:Not Just Laptops (Score:2)
Re:Not Just Laptops (Score:2)
I have an Athlon64 (desktop) with C&Q, and it didn't do that on its own. I had to set up cpuspeed daemon to do that. It is quite effective. When idling at 1GHz, the CPU draws about 21W, as opposed to 67 when running at
Re:Not Just Laptops (Score:2)
Re:Not Just Laptops (Score:2)
Re:Not Just Laptops (Score:2)
Re:Not Just Laptops (Score:2)
At the very least, users concerned about power management should make sure that the idl
Re:Not Just Laptops (Score:2)
Since at least last fall. Motherboard/chipset combos from several manufacturers support CPU clock throttling for Pentium M on the desktop. A couple of examples are DFI's 855GME-MGF and AOpen's i915GMm
Re:Not Just Laptops (Score:2)
Re:Not Just Laptops (Score:3, Interesting)
Same for Pentium 4 derived Xeons.
Same for Via though it really starts to play from Nehemia core upwards. That is if you are interested in dropping your power consumption
Not so great... (Score:4, Interesting)
It does get me over 3 hours of battery life, however, with my centrino processor which I really can't complain about. And with full brightness I still get 2 hours so long as I'm not doing any gaming or anything (DVD = over 2 hours low brightness)
Re:Not so great... (Score:2, Informative)
This is probably due to a timing issue where powermgr is still checking the system when you plug it back in the second time; I'll take a look at it. Please post bug reports on the SF.net tracker or, if you don't have a SF.net login, email them to thomastu
Random comments (Score:3)
"include" for a few subs out in its own place on the drive is questionable). A
direct link on the sf site instead of a hlaf-dozen clicks would be nice. The
biggest thing of note is that it seems to be slightly Gentoo specific:
#!/sbin/runscript in powermgr, and the use of an external binary named osd_cat.
hard drive problems and pm (Score:2, Interesting)
Not only laptops (Score:5, Informative)
Essentially I activated the "laptop mode" kernel variable (/proc/sys/vm/laptop_mode or similar), set the hard drives to spin down after 30 seconds using hdparm, killed all the unneeded services, and cleaned up the crontab; sa in particular was causing the hard disks to spin up every 10 minutes, which I wanted to avoid. This took me a while to figure out.
Now I have a very silent, very cool (as in temperature) "server".
Re:Not only laptops (Score:3, Informative)
You better have good backups. Desktop hard disks aren't designed to spin up/down that often. Remember each spin up and down means contact and rubbing on the head surface.
I'd be suprised if the hd lasted mo
Re:Not only laptops (Score:2)
Re:Not only laptops (Score:2)
The heads could still stick to the safe area, but a good whack should unstick them.
Re:Not only laptops (Score:3, Informative)
Every time you turn it on and off. Really. It rubs on the surface until the platter spins fast enough to provide lift (like a wing) for the head. That's why I keep m
noatime (Score:2)
Re:Not only laptops (Score:2)