TranslateProject/sources/tech/20190518 Change Power Modes in Ubuntu with Slimbook Battery Optimizer.md
2019-05-20 22:41:02 +08:00

4.9 KiB
Raw Blame History

Change Power Modes in Ubuntu with Slimbook Battery Optimizer

Brief: Slimbook Battery is a nifty applet indicator that allows you to quickly change the power mode on your Linux laptop and thus save battery life.

Slimbook, the Spanish computer vendor that sells laptops preloaded with Linux, has released a handy little application to optimize battery performance in Ubuntu-based Linux distributions.

Since Slimbook sells its own Linux systems, they have created a few applications to tweak the performance of Linux on their hardware. This battery optimizer is one such tool.

You dont need to buy a Slimbook product to use this nifty application because Slimbook has made it available via their official PPA.

Slimbook battery optimizer application

The application is called Slimbook Battery. It is basically an applet indicator that sits on the top panel and gives you quick access to various power/battery modes.

Slimbook Battery Mode Ubuntu

You might have seen it in Windows where you can put your laptop in one of the power modes. Slimbook Battery also offers similar battery saving modes here:

  • Energy Saving: For maximum battery saving
  • Balanced: A compromise between performance and power saving
  • Maximum Performance: For maximum performance obviously

You can configure all these modes from the advanced mode:

Configure various power modes

If you feel like you have messed up the configuration, you can set things back to normal with restore default values option.

You can also change the general configuration of the application like auto-start, default power mode etc.

Slimbook Battery general configuration

Skimbook has a dedicated page that provides more information on various power saving parameters. If you want to configure things on your own, you should refer to this page.

I have noticed that the interface of Slimbook Battery needs some improvements. For example, the question mark icon on some parameters should be clickable to provide more information. But clicking the question mark icon doesnt do anything at the time of writing this article.

Altogether, Slimbook Battery is a handy app you can use for quickly switching the power mode. If you decide to install it on Ubuntu and other Ubuntu-based distributions such as Linux Mint, elementary OS etc, you can use its official PPA.

Suggested read Ubuntu Forums Hacked, User Data Stolen!!!

Install Slimbook Batter in Ubuntu-based distributions

Open a terminal and use the following commands one by one:

sudo add-apt-repository ppa:slimbook/slimbook
sudo apt update
sudo apt install slimbookbattery

Once installed, search for Slimbook Battery in the menu:

Start Slimbook Battery Optimizer

When you click on it to start it, youll find it in the top panel. From here, you can select your desired power mode.

Slimbook Battery power mode

Remove Slimbook Battery

If you dont want to use this application, you can remove it using the following commands:

sudo apt remove slimbookbattery
sudo add-apt-repository -r ppa:slimbook/slimbook

In my opinion, such applications serves a certain purpose and should be encouraged. This tool gives you an easy way to change the power mode and at the same time, it gives you more tweaking options for various performance settings.

Did you use Slimbook Battery? Whats your experience with it?


via: https://itsfoss.com/slimbook-battry-optimizer-ubuntu/

作者:Abhishek Prakash 选题:lujun9972 译者:译者ID 校对:校对者ID

本文由 LCTT 原创编译,Linux中国 荣誉推出