View Single Post
Banned | Posts: 358 | Thanked: 160 times | Joined on Dec 2010
#5228
Originally Posted by Maj3stic View Post
Thanks epitaph i entered that line in xterminal and it accepted it but nothing happened , is that correct? Or should I have seen something occur. My max and min are fixed at 850 for the time being so I will wait and see if it reverts back to 125 as a min. Hopefully this works and it stays fixed at 850. Thanks once more for your response. Also is the xlv profile the optimal profile to fix an oc too? It's the one Jakiman uses but I don't know if that's personal preference or what is recommended
I didn't read the wiki about power kernel but AFAIK all the profiles and xlv should add 125 Mhz to the avoided frequencies. If this doesn't work then I'm not up-to-date. I've found my fix during my studies with my tune-up scripts. it's because the phone-app wants to write this 125 mhz frequency into min scaling. The fix can only work if 125 Mhz isn't already written in min scaling. Hence u can check it with cat first:

cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq

and then write-protect:

chmod 444 /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq

Also u have to repeat this at startup and also I don't do phone app very much so I can't help u but the fix should work! Also in Linux when a command is succesful u don't get a feedback. I don't know what this is called! Also xlv is just an undervolting profile. It didn't work for me it is dependent of ur device i for myself use the default profile and 950 Mhz!

Last edited by epitaph; 2011-02-28 at 01:40.