Categories: Ubuntu

Power Profiles Daemon 0.20 Adds Multi Drivers, AMDGPU Power Saving Support

power-profiles-daemon, the power mode settings backend in Gnome, released 0.20 today!

The new release added amdgpu panel power savings which uses dedicated hardware in systems with integrated Radeon graphics to decrease panel power consumption when the system is on battery.

This activates the DRM connector attribute panel_power_savings which takes a range from 0 to 4 to indicate how aggressively to enable panel power savings.

GNOME Power Mode settings page

The release also supported multiple power-profiles-daemon drivers to load simultaneously. Which, notably allows both CPU based control with amd-pstate or intel-pstate

Sponsored
as well as ACPI platform profile based control.

Due to switch project to the freedesktop ‘Upower’ group. The service now is advertised as org.freedesktop.UPower.PowerProfiles instead of the previous net.hadess.PowerProfiles.

How to Upgrade to Power Profiles Daemon 0.20 in Ubuntu

Mario Limonciello maintains an Ubuntu PPA contains the new package for Ubuntu 22.04, Ubuntu 23.10, and Ubuntu 24.04 on Intel/AMD machine.

NOTE: The PPA package is maintained by the software project member, but not officially supported by Ubuntu.

1. First, press Ctrl+Alt+T on keyboard to open terminal. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:superm1/ppd

Type user password (no visual feedback, just type in mind) when it asks and hit Enter to continue.

2. After refreshing package cache (it’s automatically while adding PPA), install/upgrade the power profiles daemon by running command:

Sponsored
sudo apt install power-profiles-daemon

Verify and use power-profile-daemon

When done updating the service, you may restart computer to apply change. And, verify by running command:

powerprofilesctl version

Besides using the graphical options in Gnome Control Center (System Settings), user may also run commands below to manage power profiles:

  • powerprofilesctl list – list available power profiles.
  • powerprofilesctl get – get current power profile that’s in use.
  • powerprofilesctl set – set power profile, values include performance, balanced, or power-saver.

For more, run powerprofilesctl -h.

How to Restore

To downgrade the daemon package to the pre-installed version, simply install ppa-purge tool and use it to purge the PPA:

sudo apt install ppa-purge && sudo ppa-purge ppa:superm1/ppd

When done, restart your computer.

The post Power Profiles Daemon 0.20 Adds Multi Drivers, AMDGPU Power Saving Support appeared first on Osgrove.

Ubuntu Server Admin

Recent Posts

How to Install nvidia-smi on Ubuntu or Debian Linux

In this article, we will see how to install nvidia-smi on Ubuntu or Debian Linux.…

12 hours ago

How to Install clang tool on Ubuntu or Debian Linux

In this article, we will see how to install clang tool on Ubuntu or Debian…

1 day ago

How to resolve Ubuntu 20.04 Container Signature Errors on Raspberry Pi ARM Devices

When working with Docker containers on Raspberry Pi devices, you might encounter frustrating signature verification…

2 days ago

How to fix DNS Resolution Issues with OpenVPN on Ubuntu 18.04

You’ve recently upgraded to Ubuntu 18.04 and found that your OpenVPN connection no longer resolves…

2 days ago

How to Fix Ubuntu 18.04 System Monitor Launch Issues

Have you ever tried to open System Monitor on your Ubuntu 18.04 system only to…

3 days ago

What is System Hardening? Essential Checklists from OS to Applications

System hardening means locking down a system and reducing its attack surface: removing unnecessary software…

3 days ago