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)
/usr/sbin/kernel-config limits - 900
/usr/sbin/kernel-config limits - 1000
/usr/sbin/kernel-config load ideal /usr/sbin/kernel-config limits 500 1000