Difference between revisions of "Power management in 64 bit 14.04"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
If this is already installed in your system, below are some of the links which can help you further to reduce power consumption and increase battery life of your laptop. | If this is already installed in your system, below are some of the links which can help you further to reduce power consumption and increase battery life of your laptop. | ||
− | [http://www.webupd8.org/2013/04/improve-power-usage-battery-life-in.html] | + | [http://www.webupd8.org/2013/04/improve-power-usage-battery-life-in.html TLP] |
− | [http://askubuntu.com/questions/400/tips-to-extend-battery-life-for-laptops-and-notebooks] | + | [http://askubuntu.com/questions/400/tips-to-extend-battery-life-for-laptops-and-notebooks Askubuntu] |
− | [https://help.ubuntu.com/community/PowerManagement/] | + | [https://help.ubuntu.com/community/PowerManagement/ Ubuntu_Wiki] |
Latest revision as of 17:51, 9 December 2014
Depending on the processor-type, 64-bit Kalpavriksha(or any 64-bit GNU/Linux system) may consume more power and drain battery quicker than its 32-bit counterpart. This can be reduced a little by tweaking power settings or using power saving tools like TLP, powertop, etc.,. are available for GNU/Linux systems. And TLP(no one knows for sure what this acronym stands for) can be installed with below commands --
sudo add-apt-repository ppa:linrunner/tlp
sudo apt-get update
sudo apt-get install tlp tlp-rdw
sudo tlp start
If this is already installed in your system, below are some of the links which can help you further to reduce power consumption and increase battery life of your laptop.