Is Ubuntu Battery Management Better Than Windows?

Solution 1:

In my experience power management in Linux is generally not as good on Linux as it is in Windows, because

  1. the hardware is designed to operate under Windows first
  2. it takes a lot of Linux developer effort to support all the different manufacturers
  3. manufacturers usually spend less time writing Linux drivers.

HOWEVER this being said there is an exception to every rule, and it might just be the case that you are getting better battery life. However, I do not regard it as likely.

The only way to be sure - for your particular make and model of laptop (they are all different) is to test it. Computer designs are so complex that no two will behave in the same manner in situations like this.

Solution 2:

I think battery management on Ubuntu is just fine. To improve it, however, you can install Jupiter. According to WebUpd8.Org,

Jupiter is an appindicator (it now uses Python instead of Mono) designed to improve laptops / netbooks battery life. It can be used to switch between maximum, high performance and power saving modes, change the screen resolution and orientation, enable or disable bluetooth, touchpad, WiFi (if available) and so on. If you own an Asus EeePC netbook, there's also a separate package that adds support for Asus Super Hybrid Engine (SHE) as well as some other EeePC tweaks.

To install Jupiter, enter the following commands:

sudo add-apt-repository ppa:webupd8team/jupiter
sudo apt-get update
sudo apt-get install jupiter

Source

Solution 3:

With Jupiter, yes. And without Jupiter, no. I have tested it on my laptop. As far as I know (correct me if i am wrong) kernel 3.4 has got a solution for this problem.