We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to specify a specific freq like 1800MHz, rather than the default one.
The text was updated successfully, but these errors were encountered:
A specific frequency? Maximum frequency or minimum frequency?
I'm curious about the reason for such request.
Sorry, something went wrong.
It's possible you could edit the script and reach your goal. First copy the frequencies file.
sudo cp /sys/devices/system/cpu/cpu$CORE/cpufreq/scaling_available_frequencies /etc/custom_cpu_frequencies
Then edit the new file /etc/custom_cpu_frequencies and remove any frequencies you don't want.
/etc/custom_cpu_frequencies
Finally, change 1 line in the temp-throttle script to be your custom frequencies file. From this:
FREQ_FILE="/sys/devices/system/cpu/cpu$CORE/cpufreq/scaling_available_frequencies"
To this:
FREQ_FILE="/etc/custom_cpu_frequencies"
No branches or pull requests
I'd like to specify a specific freq like 1800MHz, rather than the default one.
The text was updated successfully, but these errors were encountered: