View Single Post
tissot's Avatar
Posts: 1,839 | Thanked: 2,432 times | Joined on May 2009
#4141
Originally Posted by gabby131 View Post
if you want to set your max freq to 900mhz

Code:
/usr/sbin/kernel-config limits - 900
if you want @1GHz:

Code:
/usr/sbin/kernel-config limits - 1000
if you desire to set both min and max freq in one code (ei 500, 1000 [ideal] settings)

Code:
/usr/sbin/kernel-config load ideal
/usr/sbin/kernel-config limits 500 1000
I am not so sure about Lehto's custom kernels,

what i know is that, Lehto's are hard coded (just replace the max 600mhz with a higher freq), maybe titan and lehto's ideal kernels have the same voltages but differ in terms of customization. (please correct me if i am mistaking)
Thanks alot. Working great.
Thought how do i get the overclock last now? As far as i have understood using above will get back to default after rebooting like it does to me.