ubuntu_Improve Power Usage on Ubuntu 12.04 and Prolong Laptop Battery Life

Users running Ubuntu on laptops and notebooks could prolong their battery life with a few simple tricks. This is a simple tutorial that anyone can apply for their Ubuntu installation.

 

There are several ways to save battery power on a laptop running Ubuntu 12.04, but they are not always turned on because it's impossible to predict the hardware configuration of every single unit on the market. 

  

  The first step you can take is to enable Aggressive Link Power Management or ALPM. This is a mechanism though which the SATA AHCI controller can put the SATA link that connects to the disk into a very low power mode during periods of zero I/O activity.

 

Just open a terminal and enter the following command. Keep in mind you will need the root password. 

 

echo SATA_ALPM_ENABLE=true | sudo tee /etc/pm/config.d/sata_alpm

 

To disable it, just enter the following command:

 

echo SATA_ALPM_ENABLE=false | sudo tee /etc/pm/config.d/sata_alpm

 

A second method for saving battery power is to enable i915 Framebuffer Compression. Framebuffer compression reduces the memory bandwidth on screen refreshes and, depending on the image in the framebuffer, can reduce power consumption.

 

Navigate to ~/etc/default/ and open a terminal. You will need root access to make the necessary changes.

 

sudo gedit grub

 

The grub file will be opened. Inside find the following line:

 

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

 

Replace it with: 

 

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.lvds_downclock=1"

 

Close and save the grub file. Open a terminal and enter this command;

 

sudo update-grub

 

A third method is to use a nifty tool from Intel called PowerTop. Open a terminal and enter the following commands. You will need root access for this application.

 

sudo apt-get install powertop

sudo powertop

 

With this tool you will be able put the following devices into a "Good" power saving state: Webcam, Audio, DRAM, Ethernet, Wi-Fi, Bluetooth, SATA link, and MMC/SD. 

 

The last advice is related to the laptop LCD display. Surprisingly, the display consumes more power to keep a dark background than one with light colors. Change the background accordingly.

 

If you don't have Ubuntu 12.04 LTS installed yet, you can download it now from Softpedia.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值