You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For longer laptop battery life MATE desktop environment should control not only display (and actually keyboard) brightness level, but also CPU power and frequency.
Actual behaviour
User is unable to control CPU power and frequency limits from mate-power-preferences.
On the systems with installed power-profiles-daemon package user is able to manually change the power profile using commands like
powerprofilesctl balanced # on AC
powerprofilesctl battery-saver # on battery
but this is not user-friendly.
Proposed solution
There is interesting 3 y.o. project named power-profiles-daemon. Below I'll cite its introduction from README:
power-profiles-daemon offers to modify system behaviour based upon user-selected power profiles. There are 3 different power profiles, a "balanced" default mode, a "power-saver" mode, as well as a "performance" mode. The first 2 of those are available on every system. The "performance" mode is only available on select systems and is implemented by different "drivers" based on the system or systems it targets.
In addition to those 2 or 3 modes (depending on the system), "actions" can be hooked up to change the behaviour of a particular device. For example, this can be used to disable the fast-charging for some USB devices when in power-saver mode.
GNOME's Settings and shell both include interfaces to select the current mode, but they are also expected to adjust the behaviour of the desktop depending on the mode, such as turning the screen off after inaction more aggressively when in power-saver mode.
It is already integrated into GNOME and KDE (see ArchWiki). For example on the latest Ubuntu 24.04 LTS we have the following reverse-dependencies:
On Ubuntu 24.04 LTS VM with GNOME DE it looks as shown below:
Also on Debian trixie VM with Budgie DE it looks as shown below:
So it would be really great if MATE will integrate it too.
Minimal interface mockup is the following - in the existing Power Management Preferences window tabs should be changed to:
On AC Power tab, new Power Profile drop-down menu should be added with options - performance, balanced (default), power-saver.
On Battery Power tab, Power Profile drop-down menu should be added with options - performance, balanced, power-saver (default)
and these graphical elements should be binded to the D-bus interface of the power-profiles-daemon .
Also it is expected that relevant tray icon would have ability to select one of the Power Profile - performance, balanced, power-saver.
Expected behaviour
For longer laptop battery life MATE desktop environment should control not only display (and actually keyboard) brightness level, but also CPU power and frequency.
Actual behaviour
User is unable to control CPU power and frequency limits from
mate-power-preferences
.On the systems with installed
power-profiles-daemon
package user is able to manually change the power profile using commands likebut this is not user-friendly.
Proposed solution
There is interesting 3 y.o. project named
power-profiles-daemon
. Below I'll cite its introduction from README:It is already integrated into GNOME and KDE (see ArchWiki). For example on the latest Ubuntu 24.04 LTS we have the following reverse-dependencies:
On Ubuntu 24.04 LTS VM with GNOME DE it looks as shown below:
Also on Debian trixie VM with Budgie DE it looks as shown below:
So it would be really great if MATE will integrate it too.
Minimal interface mockup is the following - in the existing Power Management Preferences window tabs should be changed to:
and these graphical elements should be binded to the D-bus interface of the power-profiles-daemon .
Also it is expected that relevant tray icon would have ability to select one of the Power Profile - performance, balanced, power-saver.
Additional links:
MATE general version
1.24 and newer
Package version
1.24.2-1 and newer
Linux Distribution
Debian 11 and newer
Link to bugreport of your Distribution (requirement)
This is actually a feature request, so there is no relevant bug-report in the target distro.
The text was updated successfully, but these errors were encountered: