Powertop for Fedora helps increase Laptop’s Battery Life

Any laptop user would like to optimize the battery usage so that he/she gets the best range out of it. Therefore, it’s necessary to know which process is draining up the laptop battery. ‘Powertop’ utility does exactly help you achieve that goal.

Powertop Battery Optimizer

Install Powertop and enable it in Fedora

STEP 1: Go to ‘Activities’ and launch ‘Terminal’.

STEP 2: Powertop is included in Fedora’s official repository sources. Therefore, simply enter the following command to install Powertop.

sudo dnf install powertop

STEP 3: You must enter root password and ‘y’ when prompted in the Terminal.

STEP 4: Powertop needs access to hardware to measure power usage. So we will use sudo and give it special privileges.

sudo powertop

STEP 5: Since you want to maximize battery life of laptop, you should minimize wakeups. One way to do this is to use powertop’s Tunables page. ‘Bad’ indicates a setting that’s not saving power, although it might be good for performance. ‘Good’ indicates a power saving setting is in effect. You can hit Enter on any tunable to switch it to the other setting.

Powertop Terminal Interface
Powertop Terminal Interface

But powertop package also provides a service that automatically sets all tunables to ‘Good’ for optimal power saving. To use it, run this command:

sudo systemctl start powertop.service

If you’d like the service to run automatically when you boot, run this command:

sudo systemctl enable powertop.service

That’s it!

Kiran Kumar
Hi there! I'm Kiran Kumar, founder of FOSSLinux.com. I'm an avid Linux lover and enjoy hands-on with new promising distros. Currently, I'm using Ubuntu as a daily driver and run several other distros such as Fedora, Solus, Manjaro, Debian, and some new ones on my test PC and virtual machines. I have a day job as an Engineer, and this website is one of my favorite past time activities especially during Winter ;). When I'm not writing for FOSSLinux, I'm seen biking and hiking on scenic trails. Hope you enjoy using this website as much as I do writing for it. Feedback from readers is something that inspires me to do more, and spread Linux love!. If you find a time, drop me an email or feedback from the 'Contact' page. Or simply leave a comment below if you found this article useful. Have a good day!

LEAVE A REPLY

Please enter your comment!
Please enter your name here

STAY CONNECTED

24,493FansLike
176FollowersFollow

LATEST ARTICLES

How to create Manjaro Linux Live USB drive in Windows PC

Create Manjaro Live USB flash drive
Manjaro Linux is based on the independently developed Arch operating system.  Arch Linux is already known to be an exceptionally fast, powerful, and lightweight distribution. But Arch Linux is typically targeted to geeks who have some Linux background and command-line usage.

RECENT COMMENTS

manjaro screenshots
Want to take a quick virtual tour Manjaro XFCE edition instead of downloading GBs worth of ISO image and then making a Live USB of it? We will make it easy for you. Here are a series of screenshots of the important aspects of Manjaro Linux in XFCE edition. This is a light-weight edition, and aims to be fast and low on system resources. You will be amazed on how it is still visually appealing and user friendly.
PDF EDITORS LINUX
In this article, we will take a look at 10 of the best PDF editors and tools out there in 2019 that are available for Linux platforms. The editors are going to be judged on the basis of their functionalities, portability, ease of installation, price, and convenience.
Free up hard disk space ubuntu
Hard disk space can easily get filled up with cached package files, old kernels, and other obsolete files that occupy unwanted hard disk space. Here are top five best and safer ways to clean and free up hard disk space in Ubuntu. We show you Terminal and GUI way of cleaning up system.