Select Menu

Slider

Windows

Apple | Mac

Linux

Mobile

Hardware

Tutorial

Android

» » » » » » [HOW TO ] Manage your laptop power/battery life in Fedora 17/18/19/Debian 6/7/openSuSe 12.1
«
Next
Newer Post
»
Previous
Older Post

TLP is a power management tool for Linux. It brings you the benefits of advanced power management without the need to understand every technical detail.
TLP does not replace but enhance the existing power management of your Linux installation. TLP applies it's settings upon system start-up and on every change of the power source.
TLP is a pure command line tool with automated background tasks. It does not contain a GUI.

With each release cycle the Linux kernel and the distributions implement new improvements in terms of laptop power management. Therefore even plain standard installations can show quite good results.
Additional possibilities to save battery power are easily found on the web with the search engine of your choice. But selecting the right solutions for your particular hardware and Linux flavor from the myriad of wikis, blogs and forums is much more difficult and often requires advanced Linux knowledge on behalf of the user.

Settings depending on the Power Source:

  • Kernel laptop mode and dirty buffer timeouts
  • Processor frequency scaling including "turbo boost" / "turbo core"
  • Power aware process scheduler for multi-core/hyper-threading
  • Hard disk advanced power management level and spin down timeout (per disk)
  • SATA aggressive link power management (ALPM)
  • PCI Express active state power management (PCIe ASPM) – Linux 2.6.35 and above
  • Runtime power management for PCI(e) bus devices – Linux 2.6.35 and above
  • Radeon KMS power management – Linux 2.6.35 and above, not fglrx
  • Wifi power saving mode – depending on kernel/driver
  • Power off optical drive in drive bay (on battery)

Additional functions:

  • I/O scheduler (per disk)
  • USB auto-suspend with blacklist
  • Audio power saving mode – hda_intel, ac97
  • Enable or disable integrated WiFi, blue-tooth or wwan devices upon system start-up and shutdown
  • Restore radio device state on system start-up (from previous shutdown).
  • Radio device wizard: switch radios upon network connect/disconnect and dock/undock
  • Disable Wake On LAN
  • WWAN state is restored after suspend/hibernate
  • Untervolting of Intel processors – requires kernel with PHC-Patch
  • Battery charge thresholds – Think-pads only
  • Re-calibrate battery – Think-pads only



To install TLP in Fedora 17/18/19 open terminal and enter following commands in Terminal:

  • su
  • yum localinstall --nogpgcheck http://repo.linrunner.de/fedora/tlp/repos/releases/tlp-release-1.0-0.noarch.rpm
  • yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
  • yum install tlp tlp-rdw
For IBM Think-Pads
  • yum install tlp tlp-rdw akmod-tp_smapi akmod-acpi_call
To run TLP Enter this command
  • su && tlp start


To install TLP in Debian 6/7 or Debian based distributions open terminal and enter following commands in Terminal:

  • su
  • echo "deb http://ppa.launchpad.net/linrunner/tlp/ubuntu lucid main" >> /etc/apt/sources.list
  • apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 02D65EFF; apt-key adv --keyserver pool.sks-keyservers.net --recv-keys 02D65EFF
  • apt-get update
  • apt-get install tlp tlp-rdw
For IBM Think-Pads
  • apt-get install tlp tlp-rdw tp-smapi-dkms acpi-call-tools
To run TLP Enter this command
  • su && tlp start


To install TLP in openSUSE 12.1 open terminal and enter following commands in Terminal:

  • zypper ar -f http://download.opensuse.org/repositories/home:/cdersch:/TLP/openSUSE_12.1/home:cdersch:TLP.repo
  • zypper ar -f http://download.opensuse.org/repositories/openSUSE:/Factory:/Contrib/openSUSE_12.1/openSUSE:Factory:Contrib.repo
  • zypper ar -f http://download.opensuse.org/repositories/home:/cdersch:/TLP/openSUSE_Tumbleweed/home:cdersch:TLP.repo
  • zypper ref
  • zypper in tlp tlp-rdw smartmontools ethtool
For IBM Think-Pads
  • zypper in tlp tlp-rdw smartmontools ethtool tp_smapi-kmp-desktop
To run TLP Enter this command
  • su && tlp start

Source : Technology Linux World 

About Unknown

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
«
Next
Newer Post
»
Previous
Older Post

No comments

Leave a Reply