Difference between revisions of "Power Management"

imported>Verityproductions
imported>Aaditya
(4 intermediate revisions by 2 users not shown)
Line 18: Line 18:




TLP is available form the '''[[Arch User Repository]''', and where access has been enabled, can be installed by entering the following command into your terminal:
TLP is available form the '''[[Arch User Repository]]''', and where access has been enabled, can be installed by entering the following command into your terminal:


  yaourt -S tlp
  yaourt -S tlp
Line 31: Line 31:
Now TLP will automatically start every time you boot your computer.
Now TLP will automatically start every time you boot your computer.


=== TLP Configuration ===
See http://linrunner.de/en/tlp/docs/tlp-configuration.html


= An Alternative to TLP for Laptop Users =
= An Alternative to TLP for Laptop Users =
Line 55: Line 58:




= Manually Setting Laptop-Mode-Tools Configuration =
== Manually Setting Laptop-Mode-Tools Configuration ==


For user configuration, the file to edit is '''/etc/laptop-mode/laptop-mode.conf''' (primary configuration file)
For user configuration, the file to edit is '''/etc/laptop-mode/laptop-mode.conf''' (primary configuration file)
Line 62: Line 65:




== Minimizing Laptop/Desktop temperatures ==
= Minimizing Laptop/Desktop temperatures =


=== For Intel Machines ===
== For Intel Machines ==


The intel pstate driver automatically handles CPU frequency scaling according to system load.
The intel pstate driver automatically handles CPU frequency scaling according to system load.
Line 82: Line 85:
  sudo systemctl enable thermald
  sudo systemctl enable thermald


===For AMD Machines===
==For AMD Machines==


With Linux Kernel 3.11, AMD introduced Dyanamic Power Management (DPM) for the GPU for the free drivers, which can lead to lower power consumption and better operating temperatures.
With Linux Kernel 3.11, AMD introduced Dyanamic Power Management (DPM) for the GPU for the free drivers, which can lead to lower power consumption and better operating temperatures.
Line 91: Line 94:


add/change the line
add/change the line
  '''GRUB_CMDLINE_LINUX=""''' to
  ''GRUB_CMDLINE_LINUX=""'' to
  '''GRUB_CMDLINE_LINUX="radeon.dpm=1"'''
  ''GRUB_CMDLINE_LINUX="radeon.dpm=1"''


and generate grub.cfg
and regenerate grub.cfg
  grub-mkconfig -o /boot/grub/grub.cfg
  sudo grub-mkconfig -o /boot/grub/grub.cfg


== PowerTOP ==
= PowerTOP =


PowerTop a diagnostic tool used to identify and report issues with power consumption and management.
PowerTop a diagnostic tool used to identify and report issues with power consumption and management.
Anonymous user