cpupower-gui
cpupower-gui is a graphical program that is used to change the scaling frequency limits of the cpu, similar to cpupower. (by vagnum08)
TLP
TLP - Optimize Linux Laptop Battery Life (by linrunner)
cpupower-gui | TLP | |
---|---|---|
23 | 149 | |
474 | 2,751 | |
- | - | |
0.0 | 9.2 | |
over 1 year ago | 18 days ago | |
Python | Shell | |
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
cpupower-gui
Posts with mentions or reviews of cpupower-gui.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-09-05.
-
Best / most practical way to cap CPU frequency?
I use cpupower-gui for this, and installing the .deb on their releases page works flawlessly. In my experience, it does a pretty good job at improving battery life, even on modern systems.
- How to Change Your CPU Governor in Linux For Better Performance or Battery Life – CPUPower GUI
-
Limiting power usage with Ryzen
I was looking into using envycontrol to disable the dGPU in linux, and maybe ryzen controller or cpu-power to limit cpu power usage.
-
Question about my LXDE screen brightness
For power management, you could use something like cpupower-gui to underclock the CPU whenever you need to conserve battery.
-
Does anyone know of a KDE GUI for selecting CPU governor?
There's https://github.com/vagnum08/cpupower-gui but its GTK based
- CPUPower-GUI – Graphical Interface to Control CPU Power on Linux
-
AMD P-State vs. ACPI CPUFreq Testing With Ryzen Laptops On Linux 5.17
I use gnome so I have no clue what the KDE slider does, sorry! But you should check out cpupower-gui
-
What's the program that you can park cores utilized in The Phawx video?
You can also use cpupower-gui to park cores, although Phawx mentioned he used some other tool. In this tool, you just need to uncheck the cpu you need to turn off.
-
Can't install power-profiles-daemon on Xubuntu
Also I would recommend using cpupower-gui if your frequencies are too high. This tool lets you do frequency scaling and lets you select a governor in a gui.
-
How to get maximum battery usage time when no charger is there?
github for cpupower-gui
TLP
Posts with mentions or reviews of TLP.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-11-09.
-
Kubernetes homelab - Learning by doing, Part 6: Automation
- name: Ensure useful packages are present hosts: k8s gather_facts: false # don't gather information on nodes as I don't use them become: true tasks: - name: Ensure all apt packages are updated to their latest version ansible.builtin.apt: update_cache: true # run the equivalent of apt-get update cache_valid_time: 86400 # in seconds: one day upgrade: yes # run apt-get upgrade - name: TLP - Optimize Linux Laptop Battery Life - https://linrunner.de/tlp/ ansible.builtin.apt: name: tlp state: present - name: Enforce security hosts: k8s gather_facts: false become: true tasks: - name: Ensure firewall is configured and running block: - name: Ensure firewall package is installed ansible.builtin.apt: name: ufw state: present - name: Allow incoming HTTPS traffic community.general.ufw: rule: allow comment: Allow incoming HTTPS traffic protocol: tcp port: 443 - name: Allow everything from LAN community.general.ufw: rule: allow comment: Allow everything from LAN protocol: any from_ip: 192.168.1.0/24 ... - name: Ensure firewall is up and running community.general.ufw: state: enabled - name: Ensure microk8s is up and running hosts: k8s roles: - role: 'istvano.microk8s' vars: microk8s_version: 1.29/stable ...
-
Battery time remaining changing
Usually full charge give me about ~5 hours, after install tlp here https://linrunner.de/tlp
-
Thinkpad P52: touchscreen and battery threshold
https://github.com/linrunner/TLP/
-
Best Power Management: Fedora 38 + Kernel 6.2.15 + TLP?
They definately do conflict, it was discussed back when ppd first arrived: https://github.com/linrunner/TLP/issues/564
-
Power State management best practices?
If you're certain your GPU has deeper power saving states than P8, I would start by checking why it's not using them. Maybe tlp, powertop or nvtop (or their documentation) can help.
- How hot does the x230 get under the keyboard?
-
Anyone Using Multiple Old Laptops As Home Servers?
I use TLP for my personal laptop https://linrunner.de/tlp/
- Why do so many people use Linux on their ThinkPad's? I used it for a while and just didnt get on with it
-
How an I temporarily minimise power usage on my Mint laptop?
if you don't already have it installed, you could try tlp: https://linrunner.de/tlp/
-
Ubuntu basic configuration
Install TLP
What are some alternatives?
When comparing cpupower-gui and TLP you can also consider the following projects:
Ananicy - Ananicy - is Another auto nice daemon, with community rules support (Use pull request please)
auto-cpufreq - Automatic CPU speed & power optimizer for Linux
linux-gui - (Archived in preparation of fully new GUI implementation) GTK3 GUI client with systray, for ProtonVPN. Works on top of linux-cli.
System76 Power Management - Power profile management for Linux
gamemode - Optimise Linux system performance on demand
slimbookbattery - Slimbook Battery 4
pychess - PyChess - a chess client for Linux/Windows
RyzenAdj - Adjust power management settings for Ryzen APUs
ImEditor - Simple & versatile image editor.
nixos-config - My NixOS configurations.
ryzen-controller
corectrl