auto-cpufreq
Automatic CPU speed & power optimizer for Linux (by AdnanHodzic)
TLP
TLP - Optimize Linux Laptop Battery Life (by linrunner)
auto-cpufreq | TLP | |
---|---|---|
279 | 149 | |
5,858 | 2,759 | |
- | - | |
8.5 | 9.2 | |
3 days ago | 5 days ago | |
Python | Shell | |
GNU Lesser 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.
auto-cpufreq
Posts with mentions or reviews of auto-cpufreq.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-15.
-
Battery Drain Issue
github repository
-
How to cleanly uninstall auto-cpufreq?
git clone https://github.com/AdnanHodzic/auto-cpufreq.git cd auto-cpufreq && sudo ./auto-cpufreq-installer
-
Improve battery life
I know that Pop os doesn't recommend installing tlp because it might interfere with system-76 power, Is it the same for something like powertop or auto-cpufreq?
-
NUC X15 abnormal temperature while running Linux
The device had only been purchased ~1-2 months ago so I don't think that dust in the fans would be an issue (as suggested in another post; Intel NUC's overheating - Solution!). The installation of Linux is more or less fresh, the only thing (I think) installed that would affect temperatures is auto-cpufreq (which has slightly lowered temperatures).
- Linux on Chuwi Minibook X 2023 with Intel Alder Lake N100 Processor
- How to stop charging at 80%
-
How to make Arch more energy efficient / less power hungry / reduce energy consumption
I dont know how well it actually works but I use this: https://github.com/AdnanHodzic/auto-cpufreq
-
Is this CPU temp normal when idle? (Lenovo Legion 5 Pro 5800H 3070)
auto-cpufreq (switching between performance- and powersaving mode),
-
Battery life less since switching to Fedora (Nvidia GPU)
You can also use tools like auto-cpufreq to reduce your cpu frequencies when not in heavy load. auto-cpufreq can be configured a lot to meet your specific needs. auto-cpufreq: https://github.com/AdnanHodzic/auto-cpufreq
- Battery life - thoughts on prolonging battery life on MS Surface running Linux?
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 auto-cpufreq and TLP you can also consider the following projects:
tlp-portage - portage overlay for TLP
System76 Power Management - Power profile management for Linux
slimbookbattery - Slimbook Battery 4
laptop-mode-tools - Power Savings tool for Linux
cpupower-gui - cpupower-gui is a graphical program that is used to change the scaling frequency limits of the cpu, similar to cpupower.
thermal_daemon - Thermal daemon for IA
RyzenAdj - Adjust power management settings for Ryzen APUs
Ananicy - Ananicy - is Another auto nice daemon, with community rules support (Use pull request please)
nixos-config - My NixOS configurations.
corectrl
auto-cpufreq vs tlp-portage
TLP vs System76 Power Management
auto-cpufreq vs System76 Power Management
TLP vs slimbookbattery
auto-cpufreq vs laptop-mode-tools
TLP vs cpupower-gui
auto-cpufreq vs thermal_daemon
TLP vs RyzenAdj
auto-cpufreq vs Ananicy
TLP vs nixos-config
auto-cpufreq vs slimbookbattery
TLP vs corectrl