View Single Post
  #75 (permalink)  
Old 05-05-2011, 06:30 AM
Gunthermic's Avatar
Gunthermic
Lurker
Offline
 
Join Date: Apr 2011
Posts: 15
Reputation: 0
Gunthermic is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [Kernel] Ziggy471 MECHA BETA Kernel UPDATED 3 May 11

Quote:
Originally Posted by ziggy471 View Post
Really simple fix, add these two lines at the beginning of the script to shut off the frequencies:
echo 192000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
echo 960000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq

EDIT: I'd also recommend using the added feature of disabling all freqs outside of the policy, it'd be a much cleaner script.



I'm assuming that your using SetCPU to set the freqs for you, with adding those two lines, there's no need to use it anymore.


Z
So if we change the freq we use by issuing these comands, we dont need to use SetCPU anymore? Except if we want to see what it is acutally running at?
Reply With Quote