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.
相关推荐
标题 "0001_make_L2.6.35_1.1.0_130130_compile_on_ubuntu_12.04_64bit_OS" 暗示了这是一个针对Linux内核2.6.35版本的特定补丁,用于在Ubuntu 12.04 64位操作系统上进行编译的步骤。这个补丁可能是为了解决在该特定...
本篇文档名为《Android_Build_Environment_on_Ubuntu_12.04_64-bit_Installation_SOP.pdf》,是一份标准操作程序(SOP),专为在Ubuntu 12.04 64位系统上安装Android 5.0之前的编译环境而设计。此文档特别以MTK...
Ubuntu 12.04 添加 root 用户 在 Ubuntu 12.04 中,默认情况下没有 root 用户,这是为了安全考虑,避免用户在不知情的情况下执行一些危险的命令。然而,在某些情况下,需要使用 root 用户来执行一些特殊的操作。...
Ubuntu_12.04tftp配置 在12.04上可以使用tftp往开发板中下载
ubuntu_12.04_安装_iNodeClient_教程.
在本文中,我们将详细介绍如何在已经安装了Windows 7的系统上安装Ubuntu 12.04双系统。这个过程涉及到几个关键步骤,包括检查Win7的保留分区,复制启动文件,制作menu.lst文件,关闭系统保留分区,以及最后安装...
不用多说,看到此文章的你现在正在使用的是 ubuntu 系统! 在此我仅能代表我自己 对你说:美女,帅哥欢迎...我为了做这个教程,把已经配置的很完美的 Ubuntu12.04 给重做了, 目的很简单就是想 和大家一起来配置 Ubuntu!
### Windows7系统下利用U盘安装Ubuntu_12.04实现双系统详细教程 在当前信息技术快速发展的背景下,掌握多种操作系统之间的切换与兼容成为了一项重要的技能。本教程旨在帮助用户在已有的Windows7环境下,顺利安装...
标题中的"WIN7下硬盘安装Ubuntu_12.04_LTS"指的是在Windows 7操作系统上通过硬盘安装Ubuntu 12.04 LTS (长期支持版) 的过程。这通常是为了创建双系统,让用户可以在启动时选择运行Windows 7还是Ubuntu。 描述中提到...
在本教程中,我们将深入探讨如何在硬盘上安装Ubuntu 12.04 LTS(长期支持版),这是一个深受用户喜爱的Linux发行版。Ubuntu 12.04,代号" Precise Pangolin",提供了稳定性和安全性,是个人用户和企业的理想选择。...
《Win7下硬盘安装Ubuntu_12.04双系统教程详解》 在Windows 7操作系统中安装Ubuntu 12.04双系统是一项常见的任务,它可以让用户同时享受Windows的便利性和Ubuntu的开源特性。本文将详细阐述整个安装过程,包括必要的...
1. Ubuntu_12.04系统环境下Bugzilla的安装流程,包括所需的软件包安装和配置步骤。 2. Ubuntu服务器基础组件的安装方法,涉及的内容有: - 安装apache2,这是Bugzilla运行所必需的Web服务器。 - 安装mysql,用于...
【Mac_Ubuntu-12.04】是一款专为Ubuntu 12.04 LTS(长期支持版)设计的桌面主题,旨在为Linux用户提供类似于苹果Mac OS X的视觉体验。这个主题包不仅包含了界面风格的改变,还可能涵盖了图标、窗口装饰、字体等多...
作者:Suruibin,不用多说,看到此文章的你现在正在使用的是ubuntu系统! 在此我仅能代表我自己...简要说明下我为了做这个教程,把已经配置的很完美的Ubuntu12.04 给重做了, 目的很简单就是想和大家一起来配置Ubuntu!