This program is designed to allow you to change the frequency limits of your cpu and its governor. The application is similar in functionality to cpupower
.
The theme used is Arc-Darker.
Cpupower-gui is available on the official repositories for a few distributions.
Prebuilt binary packages for Arch, Debian/Rasbian, Fedora, and Ubuntu are available on openSUSE Build Service
Packages exist in AUR as cpupower-gui
(cpupower-gui-git
), built from this repo.
To install cpupower-gui
run updating repos
to update the repositories and install by running installing cpupower-gui
.
This package uses the Meson build system for build configuration and Ninja as the backend build system.
git clone https://github.com/vagnum08/cpupower-gui.git
cd cpupower-gui
The main build depencies are meson (>=0.50.0)
, ninja
, glib2.0
, and pkg-config
.
To install them,
- On Arch and derivatives:
pacman -Sy pkg-config meson
- On blackPanther OS and derivatives: (TBD)
- On Debian and derivatives:
apt update && apt install meson ninja-build, pkg-config, libglib2.0-bin, libglib2.0-dev
- On Fedora: (TBD)
Optionally (for meson check) the following programs are needed: desktop-file-validate
, appstream-util
, glib-compile-schemas
.
To install them,
- On Arch and derivatives:
pacman -Sy desktop-file-utils appstream-glib
- On blackPanther OS and derivatives: (TBD)
- On Debian and derivatives:
apt update && apt install appstream-util desktop-file-utils
- On Fedora: (TBD)
meson build
ninja -C build
To uninstall run ninja -C build install
To uninstall run ninja -C build uninstall
.
python
gtk3
hicolor-icon-theme
polkit
python-dbus
python-gobject
python3
, gtk3
, hicolor-icon-theme
, polkit
, python3-dbus
, python3-gobject3
libgtk-3-0
gir1.2-gtk-3.0
hicolor-icon-theme
policykit-1
python3-dbus
python3-gi
Suggested for authentication dialogue: policykit-1-gnome
or mate-polkit
or lxpolkit