|
2010-05-19
, 12:42
|
Posts: 155 |
Thanked: 61 times |
Joined on Nov 2009
|
#3892
|
--- /usr/sbin/kernel-config 2010-05-11 09:04:28.000000000 +0100 +++ kernel-config 2010-05-19 13:38:15.000000000 +0100 @@ -27,6 +27,7 @@ cfd=$cfr/ondemand pwr=/sys/power echo ondemand > $cfr/scaling_governor +# NO DO NOT TIE ME TO ONE GOV! +#echo ondemand > $cfr/scaling_governor if test -f $cfd/avoid_frequencies -a -f $pwr/vdd1_opps_vsel -a -f $pwr/dsp_opps_rate; then : else @@ -82,6 +83,7 @@ done if test $cmd = show; then echo "current kernel configuration:" + echo "current governor:" $(cat $cfr/scaling_governor) echo "current frequency:" $((`cat $cfr/scaling_cur_freq`/1000)) echo -n "supported frequencies: " for f in $allfreq; do echo -n "$((f/1000)) "; done @@ -123,6 +125,7 @@ echo "IGNORE_NICE_LOAD=`cat $cfd/ignore_nice_load`" >> $arg echo "UP_THRESHOLD=`cat $cfd/up_threshold`" >> $arg echo "SAMPLING_RATE=`cat $cfd/sampling_rate`" >> $arg + echo "GOVERNOR=`cat $cfr/scaling_governor`" >> $arg fi ;; load|loaddef) @@ -157,6 +160,7 @@ test -n "$IGNORE_NICE_LOAD" && echo $IGNORE_NICE_LOAD > $cfd/ignore_nice_load test -n "$UP_THRESHOLD" && echo $UP_THRESHOLD > $cfd/up_threshold test -n "$SAMPLING_RATE" && echo $SAMPLING_RATE > $cfd/sampling_rate + test -n "$GOVERNOR" && echo $GOVERNOR > $cfr/scaling_governor exit 1 fi active= @@ -223,6 +227,7 @@ test -n "$IGNORE_NICE_LOAD" && echo $IGNORE_NICE_LOAD > $cfd/ignore_nice_load test -n "$UP_THRESHOLD" && echo $UP_THRESHOLD > $cfd/up_threshold test -n "$SAMPLING_RATE" && echo $SAMPLING_RATE > $cfd/sampling_rate + test -n "$GOVERNOR" && echo $GOVERNOR > $cfr/scaling_governor echo "successfully loaded." ;; default)
|
2010-05-19
, 12:59
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#3893
|
|
2010-05-19
, 14:50
|
|
Posts: 324 |
Thanked: 201 times |
Joined on Apr 2010
@ UK
|
#3894
|
|
2010-05-19
, 15:36
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#3895
|
|
2010-05-19
, 16:39
|
Posts: 221 |
Thanked: 51 times |
Joined on Nov 2009
@ Germany
|
#3896
|
v33: https://garage.maemo.org/forum/forum.php?forum_id=5683
incl. touchscreen calibration fix!
@matts76: I have asked Matan to extend his patch.
|
2010-05-19
, 16:40
|
|
Posts: 844 |
Thanked: 521 times |
Joined on Jan 2009
@ UK southampton
|
#3897
|
|
2010-05-19
, 16:42
|
Posts: 221 |
Thanked: 51 times |
Joined on Nov 2009
@ Germany
|
#3898
|
Just installed ver 32 and it is having the old problem when you make a phone call it defaults back to 600mhz after call. Anyone else getting this again?
|
2010-05-19
, 16:47
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#3899
|
The Following User Says Thank You to titan For This Useful Post: | ||
|
2010-05-19
, 17:04
|
|
Posts: 844 |
Thanked: 521 times |
Joined on Jan 2009
@ UK southampton
|
#3900
|
|
the reason my n900 reboots/crashes while playing vgba is because i played with the configuratio settings! i enabled "14 bit eeprom chip" and "render sound well" so i suggest not to tweak with the config setting in vgba. after setting it to default, i re-enable "smooth imgages" in maemo settings in vgba and went normal even @1.1GHz and contnous playing for 45mins w/out crashing.
so probably the settings. though this reason wont give me an instance on getting back my 1.15GHz settings. sticking with 1GHz.
EDIT: im using the maemo33!
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;