View Single Post
Posts: 128 | Thanked: 21 times | Joined on Dec 2009 @ Slovenia
#8
titan what that means:

Code:
/usr/sbin/kernel-config: line 15: syntax error: minfreq*1000
I did like this:
1. copy ideal from "/usr/share/kernel-power-settings" to "/etc/deafult"
2. edit to this:
Code:
# DO NOT EDIT THIS FILE - CREATE A COPY OF IT FOR CUSTOMIZATION 
# minimum frequency to use
MINFREQ=500
# maximum frequency to use
MAXFREQ=1150
# list of frequency configurations: each "frequency:volt,dsprate"
FREQS="500:30,360 550:33,400 600:38,430 700:45,430 750:45,430 805:48,430 850:48,500 900:54,500 950:54,500 1000:60,500 1100:72,520 1150:72,520"
SMARTREFLEX_VDD1=0
SMARTREFLEX_VDD2=0
GOVERNOR=ondemand
UP_THRESHOLD=75
SAMPLING_RATE=150000
IGNORE_NICE_LOAD=1
POWERSAVE_BIAS=0
3. rename it to "kernel-power"
4. /usr/sbin/kernel-load


EDIT: fixed, wordpad saved somehow wrong. arrrr

For now everything is perfect.

Last edited by mihapodb; 2010-05-26 at 23:03.