| The Following User Says Thank You to SAABoy For This Useful Post: | ||
|
|
2010-07-11
, 04:40
|
|
Posts: 604 |
Thanked: 108 times |
Joined on Feb 2010
@ Phoenix, WA
|
#62
|
No.No.No.No.
Edit:
Why don't you just watch the Overclocking thread? If one is lost, it will be reported there.
|
|
2010-07-11
, 05:20
|
|
Posts: 1,427 |
Thanked: 2,077 times |
Joined on Aug 2009
@ Sydney
|
#63
|
Hey Jaakiman,
Which wireless router are you connected with? Any special settings on the router? DD-WRT firmware?
Thanks
|
|
2010-07-11
, 05:33
|
|
Posts: 300 |
Thanked: 962 times |
Joined on Jun 2010
@ USA
|
#64
|
A bit off-topic, but do you mind describing what 250:26 means, and why you changed it to 1150:70, and it appears to be a big jump. Also, why turn off smartreflex? What is nice load on? What is up_threshhold, and is the sampling rate the rate at which the cpu 'checks' for activity, so faster sampling rate could be related to a 'revvier' engine?
I thought more sampling by the cpu would consume more battery?
Thank you
|
|
2010-07-11
, 06:45
|
|
Posts: 133 |
Thanked: 17 times |
Joined on May 2010
|
#65
|
|
|
2010-07-11
, 07:13
|
|
Posts: 300 |
Thanked: 962 times |
Joined on Jun 2010
@ USA
|
#66
|
deprecated could u provide a guide to ur mods to speeding up the the n900
they seem really legit, much different does the stock n900 feel compared to your tweaked version
what tweak helped the most?
how did u change the custom voltages and threshold?
wouldn't increasing sampling rate decrease battery life tho?
whats nice cload?

|
|
2010-07-11
, 07:21
|
|
|
Posts: 259 |
Thanked: 55 times |
Joined on Apr 2010
@ Vilnius, Lithuania
|
#67
|
|
|
2010-07-11
, 08:07
|
|
Posts: 219 |
Thanked: 21 times |
Joined on May 2010
|
#68
|
Currently, the most common overclock is with idle clock of 500Mhz. (default is 250Mhz) Mine is running at 500 - 1000Mhz. Sometimes, I do clock it up to 1.1Ghz.
From Overclocking WIki
Battery life has never been better. I've had this phone for 6 months now and first 3-4 months without overclocking. Battery lasted much shorter back then than now with overclocking. (mine easily lasts over 24 hours with around 4 hours of web browsing over wifi/3g, some phone calls and sms etc) (During idle, it only loses around 10% every 6 hours while being connected to wifi)
Most recent advancements in overclocking the N900 include super low voltages. In turn, it consumes less power. If you have a lucky N900, you can run the CPU at 850Mhz at a lower voltage than stock N900 at 500Mhz. (seems most N900's can do this)
|
|
2010-07-11
, 08:23
|
|
Posts: 219 |
Thanked: 21 times |
Joined on May 2010
|
#69
|
A bit off-topic, but sure - no problem.
I just installed the latest power kernel, loaded the 'ideal' kernel configuration after rebooting, saved the config to /home/user/.kernel, and hand modified it with nano (you need nano installed):
kernel-config load ideal
kernel-config limits 250 1150 <- set it to your minimum and maximum required frequencies
kernel-config save whateveryouwant
nano /home/user/.kernel/whateveryouwant
give it whatever parameters you need, modify the voltages directly after the frequencies, change your sampling rate and threshold as desired, disable what you want.
save it with ctrl+x, hit 'y', enter
kernel-config load whateveryouwant
kernel-config default whateveryouwant
reboot your device and give it a minute, poking around to see how things respond for you.
Also, what helps me the most is modifying /etc/init.d/rcS to reflect more sanity for mobile devices:
find '/proc/sys/vm/swappiness' in /etc/init.d/rcS
change that line to read:
echo 50 > /proc/sys/vm/swappiness
change /proc/sys/vm/page-cluster to:
echo 0 > /proc/sys/vm/page-cluster
I've also been experimenting with swapping from a class 6 microsd card rather than the internal swap partition, by using a script in /etc/event.d to perform the following:
swapoff /dev/mmcblk0p3
swapon /dev/mmcblk1p2 (my swap partition on my microsd card)
I've noticed the device is generally more snappy. Let me know if you need any more details. Cheers.
Addendum: if you'd like my configs, let me know via private message, would be glad to share. Also, dscobsct's second revision of transitions.ini was most helpful in making my N900 feel slippery fast.
|
|
2010-07-11
, 08:33
|
|
Posts: 1,427 |
Thanked: 2,077 times |
Joined on Aug 2009
@ Sydney
|
#70
|
hey jakiman, can you tell me what exactly are your settings on the overclock?
| The Following User Says Thank You to jakiman For This Useful Post: | ||
I thought more sampling by the cpu would consume more battery?
Thank you