-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more granular control for frequency in config #544
Comments
Currently running the following command results in a permission denied error
Is there another way to set the max frequency? Or maybe my computer specifically does not let me change the max frequency? |
I checked and it doesn't work with sudo but does with with root. There is a small intersection of hardware things that don't accept sudo but do accept root. |
However, when I set the value for scaling_max_freq it instantly reset to it's default |
Found it: /sys/devices/system/cpu/cpuX/cpufreq/scaling_setspeed |
It says here that you can set the speed https://wiki.archlinux.org/title/CPU_frequency_scaling |
Allow custom frequency options set in config.
Add to config:
max when on battery
min when on battery
max when on charging
min when on charging
max when on powersave
min when on powersave
max when on performance
min when on performance
The text was updated successfully, but these errors were encountered: