PowerTOP is a Linux tool that finds the software component(s) that make your laptop use more power than necessary while it is idle. As of Linux kernel version 2.6.21, the kernel no longer has a fixed 1000Hz timer tick. This will (in theory) give a huge power savings because the CPU stays in low power mode for longer periods of time during system idle.
However… there are many things that can ruin the party, both inside the kernel and in userspace. PowerTOP combines various sources of information from the kernel into one convenient screen so that you can see how well your system is doing, and which components are the biggest problem.
Requirements
For PowerTOP to work best, use a Linux kernel with the tickless idle (NO_HZ) feature enabled (version 2.6.21 or later). Currently, only 32-bit kernels have support for tickless idle; 64-bit kernels are expected to gain this feature in version 2.6.23.
This only applies to Feisty. Also note that you need kernel 2.6.21 or above.
Install the following prerequisites
sudo apt-get install build-essential libncurses5-dev libncursesw5-dev
Download the latest powertop source from here
Put the source in /usr/src and unpack using
sudo tar -xvf powertop-1.9.tar.gz
Compile using the following command
cd powertop-1.9
sudo make
sudo make install
You can also use “checkinstall” instead of “make install” to create a simple .deb for easier removal.
If you are using Gutsy you can use the following command to install
sudo aptitude install powertop
Run powertop using the following command
sudo powertop
Powertop Output shown as follows:
source:ubuntugeek
You can follow us on Twitter or join our Facebook Fan Page for more updates like this.
Related posts
- Top 10 – August 2010 Popular Tips
- Microsoft Online Services Setup Accelerator
- Repair DLL Files On Windows
- Patches for 34 Flaws in Microsoft
- GSM Mobile Hacked Via Laptop
- Top 10 – July 2010 Popular tips
- Microsoft Security Mitigations Tool Evolves – EMET v2
- Online Backup Too Slow? Try Rapid Recovery
- 25 Ways To Shutdown Computer Automatically
- Computer Maintenance, Safety and User Tips


how do you save the configuration of power management?