Package Details: auto-cpufreq 2.2.0-3

Git Clone URL: https://aur.archlinux.org/auto-cpufreq.git (read-only, click to copy)
Package Base: auto-cpufreq
Description: Automatic CPU speed & power optimizer
Upstream URL: https://github.com/AdnanHodzic/auto-cpufreq
Licenses: LGPL-3.0-or-later
Submitter: liljaylj
Maintainer: liljaylj (parmjot, MusicalArtist12)
Last Packager: parmjot
Votes: 75
Popularity: 3.50
First Submitted: 2020-10-29 00:09 (UTC)
Last Updated: 2024-04-28 08:06 (UTC)

Pinned Comments

parmjot commented on 2024-04-28 08:07 (UTC)

I have pushed an update to trigger a rebuild for Python 3.12. This should not change any behaviour.

liljaylj commented on 2021-06-03 12:13 (UTC)

@coxe87b you don't need to --install daemon manually, this package contains systemd service already. instead, you need to start and enable service using: systemctl enable --now auto-cpufreq.service

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

PROBUBBLE01 commented on 2023-01-05 13:19 (UTC) (edited on 2023-01-05 13:23 (UTC) by PROBUBBLE01)

python-setuptools doesn't seem to an optional dependency, or depedency of python setuptools is a required dependency of this package.Running sudo pacman -Rns python-setuptools makes auto-cpufreq stop working. Initially observed when remove make dependencies after install option was used.

akislovag commented on 2022-12-06 08:06 (UTC) (edited on 2022-12-06 08:13 (UTC) by akislovag)

it stopped working for me correctly since the last update. if i manually set the governor to powersave and set my frequency to low, it changes back to performance after a second or two. i'm not sure the cause yet. did the default config file change?

edit: okay the config file did not change however if i uncomment those lines and set the governor there, it will change to powersave but now i cant manually switch back to performance. basically i can't override what is in the config file.

pc00per commented on 2022-10-31 10:51 (UTC) (edited on 2022-10-31 10:52 (UTC) by pc00per)

Having AttributeError: 'NoneType' object has no attribute 'percent' issue. You gotta grab the following python packages.
pip, click, psputil & distro.

rayshabh commented on 2022-04-17 19:13 (UTC)

@liljaylj Thank you!

liljaylj commented on 2022-04-17 19:02 (UTC)

@rayshabh, updated. haven't been able to update the package lately.

actually, i'm subscribed to release updates on project's github page and i've got notification on email. but, after reading changelog (the update only affects snap packages) i've lowered priority of this.

so, if there will be any meaningful release (for arch users) i will update this package asap

rayshabh commented on 2022-04-17 14:29 (UTC)

@liljaylj Please update the package to v1.9.3 https://github.com/AdnanHodzic/auto-cpufreq/releases/tag/v1.9.3

Thank you.

liljaylj commented on 2022-03-16 15:24 (UTC)

@Golum, cannot reproduce. please, try to ask/search upstream https://github.com/AdnanHodzic/auto-cpufreq/issues .

let me know if it is packaging issue (missing dependency, etc). thanks

Golum commented on 2022-03-16 09:28 (UTC) (edited on 2022-04-24 09:45 (UTC) by Golum)

This program is great, but after update to 1.9.2-1 the command "auto-cpufreq --stats" is not working, showing an empty terminal.How can I fix it? Working perfect now after v1.9.3 Thx.

liljaylj commented on 2022-01-12 22:49 (UTC)

@harry, @MithicSpirit, done thank you

MithicSpirit commented on 2022-01-12 22:46 (UTC)

The actual issue is that auto-cpuefreq requires setuptools-git-versioning to build (see the setup.py setup_requires value), which is missing so it attempts to use pip to install it. However, this package is not available on the arch repos or the AUR, so it is not possible to add it as a dependency currently. The correct fix for this would be for someone to add and maintain this package, though that is a lot of work so adding python-pip can be used as a workaround (though yes, it should be in makedepends as @harry stated).