Glam Prestige Journal

Bright entertainment trends with youth appeal.

I have recently installed ubuntu and it seems ve[]ry power consuming. after installing it it heats up too much. is there any battery drivers available here for ubuntu. my leaptop configuration is: sony vaio i5 2nd gen 4 gb ram 500 mb nvidia.

1

1 Answer

Batteries do not have drivers. As mentioned in the comments you might want to try installing TLP.

sudo add-apt-repository ppa:linrunner/tlp
sudo apt-get update
sudo apt-get install tlp tlp-rdw

TLP will automatically start upon system startup, but to avoid having to restart the system to get it running for the first time, you can start it (required only the first time) using the following command:

sudo tlp start

I have a laptop too, power hungry i7 and 17" screen and get 3-4 hours battery life using TLP. Source:

You will also want to make sure you have the correct drivers installed. Go to settings >> Software & Updates in the last tab:

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy