kulas
|
2010-06-13
, 04:50
|
Posts: 199 |
Thanked: 22 times |
Joined on Apr 2010
@ Philippines
|
#4481
|
|
2010-06-13
, 07:38
|
|
Posts: 334 |
Thanked: 118 times |
Joined on Apr 2010
@ United Kingdom
|
#4482
|
|
2010-06-13
, 07:46
|
Posts: 193 |
Thanked: 92 times |
Joined on May 2010
@ galveston, tx
|
#4483
|
|
2010-06-13
, 11:32
|
Posts: 1,729 |
Thanked: 388 times |
Joined on Jan 2010
@ Canada
|
#4484
|
|
2010-06-13
, 12:55
|
|
Posts: 324 |
Thanked: 201 times |
Joined on Apr 2010
@ UK
|
#4485
|
mine is set similar to that ...
500-900 when phone is unlocked
250-500 when phone is locked (screen/keys or locked with security code)
|
2010-06-13
, 18:18
|
|
Posts: 334 |
Thanked: 118 times |
Joined on Apr 2010
@ United Kingdom
|
#4486
|
What application and codes are u using to set different freqs on lock/unlock? sounds really cool.
The Following User Says Thank You to moepda For This Useful Post: | ||
|
2010-06-13
, 21:45
|
Posts: 14 |
Thanked: 5 times |
Joined on Jun 2010
|
#4487
|
|
2010-06-13
, 21:59
|
Posts: 223 |
Thanked: 79 times |
Joined on Apr 2010
@ Lebanon- Beirut
|
#4488
|
The Following User Says Thank You to ahmadamaj For This Useful Post: | ||
|
2010-06-14
, 03:23
|
Posts: 3 |
Thanked: 0 times |
Joined on Jun 2010
|
#4489
|
EDIT: this post is outdated. please goto http://wiki.maemo.org/Overclocking
I have uploaded two new low voltage kernels.
Both are the same as the maemo20 kernel in extras-devel except for the lower voltages,
i.e. they preserve your freq. limits over phone calls and don't lock to 600Mhz during phone calls.
The default limits are 250-600 MHz.
A new feature in all maemo20 kernels is the bq27x00_battery module by Matan
which gives you more info about the battery in /sys/class/power_supply/bq27200-0/
The ultralow voltage (ulv) kernel is inspired by Letho's settings.
The less extreme low voltage (lv) kernel is inspired by Matan's settings.
Download ULV:
Download LV:Code:wget http://maemory.com/N900/overclock/ulv/kernel-maemo_2.6.28-maemo20_armel.deb wget http://maemory.com/N900/overclock/ulv/kernel-modules-maemo_2.6.28-maemo20_armel.deb wget http://maemory.com/N900/overclock/ulv/kernel-flasher-maemo_2.6.28-maemo20_armel.deb
InstallationCode:wget http://maemory.com/N900/overclock/lv/kernel-maemo_2.6.28-maemo20_armel.deb wget http://maemory.com/N900/overclock/lv/kernel-modules-maemo_2.6.28-maemo20_armel.deb wget http://maemory.com/N900/overclock/lv/kernel-flasher-maemo_2.6.28-maemo20_armel.deb
replace the values (as root) for temporary changeCode:dpkg -i kernel-m* dpkg -i kernel-f* halt
or edit /etc/pmconfig for permanent changes of the frequencies.Code:echo 124999 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq echo 599000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
To enable 125Mhz use 124999 for scaling_min_freq.
According to BlackDiamond you should
"echo 1 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/ignore_nice_load"
for 125MHz http://talk.maemo.org/showpost.php?p...&postcount=185
Also try the hint by nightfire http://talk.maemo.org/showpost.php?p...&postcount=170 for improved responsiveness.
The warning "WARNING: at /home/builder1/maemo-fremantle-armel-extras-devel/work/kernel-maemo-2.6.28/arch/arm/mach-omap2/clock34xx.c:443" some people see in dmesg indicates that we don't really know what we're doing
The same applies to the DSP settings - it is not clear whether Letho's and my kernel actually set them to >430MHz. Someone familiar with frequency selection should have a look at the code...
so far the ULV kernel works fine for me with [125,600] Mhz till 850 MHz. 900 crashed it. EDIT: I just increased the 900 voltage in an update
EDIT2: another update replaced 800 by 810MHz in ULV and LV kernels
|
2010-06-14
, 03:47
|
Posts: 5,795 |
Thanked: 3,151 times |
Joined on Feb 2007
@ Agoura Hills Calif
|
#4490
|
|