Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 942  / 3 Years ago, sat, october 23, 2021, 10:50:54

How can I make the CPUs run at maximum frequency on startup/boot? Is there a script I can make or something?


More From » unity

 Answers
5

I usually edit the /etc/init.d/ondemand file and change echo -n ondemand > $CPUFREQ to echo -n performance > $CPUFREQ.



The system uses performance during boot and then that script sets it to ondemand after boot.



Edit: You can also disable this script: sudo update-rc.d -f ondemand remove


[#42917] Sunday, October 24, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
poefor

Total Points: 379
Total Questions: 95
Total Answers: 115

Location: Serbia
Member since Tue, Jul 26, 2022
2 Years ago
poefor questions
;