-1

I really like Ubuntu, and I want to work with it always instead of windows. But the problem I find is that the battery runs out very fast (< 2 hours) when I use Ubuntu. It would have been great if I could get like 3 - 4 hours of battery life.

My windows provides me 4.5 - 5 hours. Is there any way to increase battery backup?

I have tried to disable my AMD Radeon graphics by adding radeon to blacklist. But still there is a lot of heating.

My laptop is a Compaq Presario CQ43. And I'm running Ubuntu Studio 12.04.

Braiam
  • 67,791
  • 32
  • 179
  • 269
harryjohn
  • 101
  • Anything starts by searching askubuntu for similar topics. See the "related questions" on the right hand side of this page ;) Examples: http://askubuntu.com/questions/98972/does-jupiter-really-improves-battery-power http://askubuntu.com/questions/137659/is-ubuntu-battery-management-better-than-windows http://askubuntu.com/questions/225126/how-to-improve-battery-life-on-a-hp-pavilion-dv6 or something like this: http://smackerelofopinion.blogspot.nl/2012/01/improving-battery-life-in-ubuntu.html – Rinzwind Mar 10 '13 at 09:57
  • http://askubuntu.com/questions/285434/is-there-a-power-saving-application-similar-to-jupiter/285681#285681 – Qasim May 29 '13 at 15:24

3 Answers3

0

Make sure you have updated drivers for your hardware. Generally the brightness of the laptop consumes the battery more. In Ubuntu if the brightness is not increased or decreased you can refer here . Moreover try updatating the kernel.

thirdeye
  • 262
0

you can use TLP: is an advanced power management command line tool for Linux that tries to apply these settings / tweaks for you automatically, depending on your Linux distribution and hardware

http://www.webupd8.org/2013/04/improve-power-usage-battery-life-in.html

user162795
  • 11
  • 1
  • http://askubuntu.com/questions/285434/is-there-a-power-saving-application-similar-to-jupiter/285681#285681 – Qasim May 29 '13 at 15:24
0

I recommend trying laptop-mode-tools. It can be installed from the repo with:

sudo apt-get install laptop-mode-tools

If you have installed tlp already uninstall it again. It conflicts with laptop-mode-tools. After installation type

lmt-config-gui 

in a terminal and uncheck usb-autosuspend. This will stop the deactivation of your unused usb-devices.

Another great tool is powertop. It gives you detailed information about the energy consumption of your laptop and offers some power tweaks. It can be installed with

sudo apt-get install powertop

To make its tweaks permanent follow the instruction from this answer: https://askubuntu.com/a/172243/222723

Depending on your hardware this side could be useful too for you:https://wiki.ubuntu.com/Kernel/PowerManagement/PowerSavingTweaks

user222723
  • 53
  • 1
  • 6