View Single Post
Posts: 1,729 | Thanked: 388 times | Joined on Jan 2010 @ Canada
#4414
quite a few are asking for "personalized" freq settings. after a bloody research (that i found the solution from jakiman's sig), i now have the info on how you can set your desired freqs in a certain setting in one command (or simply, make your own setting).

i tried to make it as simple as possible:

-open xterm

-load your desired settings
example:
Code:
/usr/sbin/kernel-config load ideal
after that, your freqs should scale to 500/850mhz

-load your desired max freq
example:
Code:
 /usr/sbin/kernel-config limits - 750
after that, your freqs should scale to 500/750mhz under ideal setting

-load your desire avoid freqs (i dont have any clue for the codes )

-load your desired governors
example you want conservative: (old school style, experts please correct)
Code:
echo conservative > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governors
-review all your settings:
Code:
/usr/sbin/kernel-config show
this will display all settings you loaded, review them carefully before proceeding

-save your setting:
Code:
/usr/sbin/kernel-config save ideal_750
it will be saved at /home/user/.kernel

change ideal_750 to your desired name

-test if your settings work:\
Code:
/usr/sbin/kernel-config load ideal_750

well i think that's it, you can expect posts from experts and i will try my best to correct any errors.
__________________
if i did help you, just click "Thanks" on the lower right of my post. thanks!

"The best way to break a Spell is to prevent it from being cast in the first place"

N900: 1000/1150mhz; sampling_rate 15; up_threshold 150000;

Last edited by gabby131; 2010-06-06 at 03:04.