Showing posts with label Battery. Show all posts
Showing posts with label Battery. Show all posts

Sunday, April 7, 2013

Monitor Laptop Battery Life with LXDE on Ubuntu or Linux Mint



If you install and activate the LXDE desktop environment in Ubuntu / Linux Mint, you will notice that the status icon of the battery life is lacking, which prevents users from knowing the battery level of their laptops. In this article, we will see how to use fdpowermon – a simple tool for monitoring battery power of mobile computers with ACPI -. To view the battery status icon in the taskbar life To install fdpowermon 12.10/12.04 in Ubuntu or Linux Mint 14/13, open the terminal and run the command:

sudo apt-get install fdpowermon
We will now configure fdpowermon to start automatically after logging on to your desktop. To do this, edit this file (replace gedit with your favorite text editor):
gksu gedit / etc / xdg / lxsession / LXDE / autostart
Add this line: @ fdpowermon

Save the file and exit. The status icon will show the battery automatically at system startup:


Friday, December 21, 2012

How to Monitor your Laptop's Battery Life Status in LXDE - Ubuntu/Linux Mint



If you install and enable the LXDE desktop environment under Ubuntu/Linux Mint, you will notice that the battery life status icon is missing which will prevent users from knowing the battery level of their laptops. In this tip, we will see how to use fdpowermon - a simple tool for monitoring battery power of laptops with ACPI - to display the battery life status icon in your taskbar.

To install fdpowermon in Ubuntu 12.10/12.04 or Linux Mint 14/13, open the terminal and run this command:


sudo apt-get install fdpowermon

Let's now configure fdpowermon to start automatically after you log in to your desktop. To do this, edit this file (replace gedit with your favorite text editor):

gksu gedit /etc/xdg/lxsession/LXDE/autostart

Append this line:

@fdpowermon



Save your file and exit. The battery status icon will now show up automatically at system startup: