maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   Overclock the N900? (https://talk.maemo.org/showthread.php?t=39753)

rpgAmazon 2010-04-07 10:41

Re: Overclock the N900?
 
Sorry then Todor, my bad-level-english trick me.

EDIT:

Not trolling: I'm having random rep error (the maemo's system update ones!)
I can't see 1.2 update, but my Lehto OC deleted version etc, you know.
Can anyone tell us if something is happening? (non-oc, or titan-oc?)
Thanks.

geneven 2010-04-07 10:59

Re: Overclock the N900?
 
In the beginning of this thread, there were lots and lots of reasons listed why not to oc. I don't see how anyone can ask for more.

(They didn't convince me, but that's another story.)

teemui 2010-04-07 11:08

Re: Overclock the N900?
 
Does anyone seen change to the temp? Mine is -40 allways, just created this desktop widget for temp. I have had the 900Mhz/stock kernel for about 3 days now.

EDIT: LOL, As i wrote this the temp dropped to 24 :D

Corwin 2010-04-07 11:13

Re: Overclock the N900?
 
Quote:

Originally Posted by fixfox (Post 599100)
I don't think it's for anyone to convince others about this.

ACK, exactly what I wanted to express, you just found the right words :)

eitama 2010-04-07 11:16

Re: Overclock the N900?
 
Quote:

Originally Posted by Casp3r (Post 599054)
What's that transitions.ini file?

Transitions MOD.
Makes you applications menu appear faster and nicer (imo).
Go there, read, watch the youtube :)

Corwin 2010-04-07 11:20

Re: Overclock the N900?
 
Quote:

Originally Posted by rpgAmazon (Post 599082)
So you are right when you don't overclock it, and I'm right overclocking, having in mind that I assume a very short lifetime for my Lehtokia n950 (but a happy lifetime).

Dear rpgAmazon,

exactly the point I am trying to make. I am not trying to talk anybody into anything. After all why should I tell you what to do to your property? Good to hear that it works great for you.

Of course you would not oppose me for telling my opinion as well, right?

I for myself am looking forward to:

- the first Symbian^3 device (N8?)...
- the next Meego Phone (N920?)...
- The next Meego Tablet (???)...

... from Nokia this year :)

Best regards,
Corwin

deadmalc 2010-04-07 11:30

Re: Overclock the N900?
 
From what I understand the problem with overclocking is the extra voltage fries the cpu (slowly from the overclocking experiences here)
Would it be possible to write an app to force a scale down if the cpu was overclocked for more than X cycles?
e.g. if it was stuck at say 800MHz for more than 0.5 sec then force the max to 600Mhz, once it calms down again put the max back to 800MHz.
(tuneable of course)

I am figuring that this would probably be better done as a kernel patch, and interact directly - otherwise the app itself could cause more cpu to be used if it is called every 0.1 sec, but maybe not?

Thoughts anyone?

rpgAmazon 2010-04-07 11:36

Re: Overclock the N900?
 
Of course I can't oppose to that Corwin.
And, as a long-time-Nokia-fanboy I was, I can understand you perfectly.
Now, I'm considered a troll, and no, I will not buy Nokia again, but as you say, it's only a freedom matter.
You buy it, I buy it, so we can share our feelings without being blamed (as I was)
You don't need overclock, I need to do it... we must be free to choose. But, as you can see reading the "funny tags" added to this thread, if you don't "think Nokia" you're enemy-troll-stupid-******ed... yes, very nice comunity. Very nice admins and moderators.
But thanks, very pleasant talking with you. Regards.

tidusuk123 2010-04-07 12:17

Re: Overclock the N900?
 
Quote:

Originally Posted by tidusuk123 (Post 598435)
Hi People. Firstly would like to say thanks to all the people who invest their time and effort into making all this happen and helping everyone. So thanks.

I'm having a problem setting the CPU clock speed permanently.

I used this to overclock to 1GHZ:

sudo gainroot
echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq

but how do I set it permanent? I don't understand this bit:

To permanently fix the limit edit the scaling_max_freq setting in /etc/pmconfig (using vi).

Sorry I know this must be a really silly question. Could someone write down the code if that's what it is? Thanks.

Also is this an alternative way to overclock or better than the first way that was introduced using the Maemo Flasher program?

Hi guys. Sorry for the double post but can anyone help me on this? Thanks.

JMacalinao 2010-04-07 12:28

Re: Overclock the N900?
 
Hey, has anyone tried playing Bounce Evolution at 1Ghz? Looks like some of the graphic elements become distorted (in some way) when I use that frequency -- big no-no, especially if it's a consequence of overclocking "too high." But I'm not sure if everyone experiences the same thing, or it's just my device (I've learned there's a "difference" in processor batches).

Playing it at 900Mhz seems fine, though. I'll try 950Mhz. If Bounce Evolution still works properly there, I'll stick to that. Or go back to 900Mhz because it's more stable.

(I'll try to post a screenshot so you can see what I mean by "distorted.")

Edit: Okay, so I can't duplicate the issue now. Instead, Bounce almost froze. (Almost kinda like the Brain Party type of freezing) But anyway, I'll just stick to 900Mhz for now...)

eitama 2010-04-07 12:29

Re: Overclock the N900?
 
Quote:

Originally Posted by tidusuk123 (Post 599235)
Hi guys. Sorry for the double post but can anyone help me on this? Thanks.

Quote:

To permanently fix the limit edit the scaling_max_freq setting in /etc/pmconfig (using vi).
"vi" - File editor that is apart of almost every linux distribution,
among those is the one on the n900.
vi uses some odd keyboard shortcuts to get around, the advantage is that when you get used to it, it's far superior than notepad.

You need to edit a file called pmconfig, which is located in side /etc
to do that, go tp applications on your phone : (make sure you have rootsh installed 1st)
1. Start X Terminal
2. Type : sudo gainroot
2.5. Backup your file, "cp /etc/pmconfig /etc/pmconfig.old"
2.8. To restore : "cp /etc/pmconfig.old /etc/pmconfig"
3. Type : vi /etc/pmconfig - you can now move around with the arrow keys, but you cannot edit the text yet.
4. Locate the cursor where you want to insert text, press "i".
5. You are now in edit mode, be careful in what you are doing - you can type in new letter, and delete with backspace and delete, write in what you need, press ESC.
6. You are not out of edit mode, make sure you did what you needed to do, to save and exit the file you press : ":wq" (with the ":") and ENTER.

It's not "code" just bash commands, like you had batch commands in DOS.

Rushmore 2010-04-07 12:29

Re: Overclock the N900?
 
OC observations after 2 days at 800mhz kernel (no DSP OC)

1. Conky is our friend, since provides us insight :)
2. Built in media player is a resource hog (50 to 60% playing 160kb MP3?!)
3. Canola has better volume and folder options for media, but takes 60 to 70% cpu (bleh)
4. Played Duke Nukem several times (longest one hour). No heat issues compared to 600mhz- seems the same.
5. Helps PSX4ALL and MAME a bunch :)
6. Nice bridge for Flash until 10.1 is released (I may go down to the 700 mhz when it is).

Of course, for all good things, there tends to be bad things. Battery drains quicker for a device that already is battery life challenged. Wifi on, playing Duke N, playing a few Flash games, watching a few Flash vids and browsing the web- less than three hours before needed a recharge.

All said, it would be better for Nokia to release a more efficient version of the OS, Flash 10.1 beta and better audio and video drivers, rather than tweet about not OC the N900. Most of us simply want the device to perform as it does when OC'd.

dscobsct 2010-04-07 12:31

Re: Overclock the N900?
 
just reflashed firmware and emmc and refashed kernel with 800. jesus i thought it flew before, its supersonic when ur phone is clean

JMacalinao 2010-04-07 12:34

Re: Overclock the N900?
 
Quote:

Originally Posted by tidusuk123 (Post 599235)
Hi guys. Sorry for the double post but can anyone help me on this? Thanks.

You need to edit /etc/pmconfig (pmconfig is a file) using a text editor, such as vi.

If you don't know how to use vi (it's not necessarily as easy as pie -- or notepad -- I needed to use a cheat sheet to get the hang of it! lol), you can try leafpad -- it's on Extras, I think.

When you edit pmconfig, you'll see:

Code:

scaling_max_freq 600000
Just change 600000 to the frequency you want. :)

Edit: eitama, you beat me to it! lol :D

eitama 2010-04-07 12:37

Re: Overclock the N900?
 
Quote:

Originally Posted by Rushmore (Post 599249)
OC observations after 2 days at 800mhz kernel (no DSP OC)

1. Conky is our friend, since provides us insight :)
2. Built in media player is a resource hog (50 to 60% playing 160kb MP3?!)
3. Canola has better volume and folder options for media, but takes 60 to 70% cpu (bleh)
4. Played Duke Nukem several times (longest one hour). No heat issues compared to 600mhz- seems the same.
5. Helps PSX4ALL and MAME a bunch :)
6. Nice bridge for Flash until 10.1 is released (I may go down to the 700 mhz when it is).

Of course, for all good things, there tends to be bad things. Battery drains quicker for a device that already is battery life challenged. Wifi on, playing Duke N, playing a few Flash games, watching a few Flash vids and browsing the web- less than three hours before needed a recharge.

All said, it would be better for Nokia to release a more efficient version of the OS, Flash 10.1 beta and better audio and video drivers, rather than tweet about not OC the N900. Most of us simply want the device to perform as it does when OC'd.

Just food for thought, after (hypothetically) they make the device so it runs @ 600MHz like it runs now @ 800 MHz, will you be tempted to OC it again to 800 and post the exact same thing? (;

(Don't get angry I can relate to your post 100%, I am just kidding).

Rushmore 2010-04-07 12:41

Re: Overclock the N900?
 
Quote:

Originally Posted by eitama (Post 599259)
Just food for thought, after (hypothetically) they make the device so it runs @ 600MHz like it runs now @ 800 MHz, will you be tempted to OC it again to 800 and post the exact same thing? (;

(Don't get angry I can relate to your post 100%, I am just kidding).

You do have a point, in that EVERYTHING is relative ;)

I do know that the interface and Flash content was laggy and now it is not. Tested at 600mhz again just to check for placebo effect- no sugar pills here! ;)


Added

Interesting to see what happens with OS 1.2, since I wonder if Nokia delay releasing to add code to try and stop the OC efforts?

Whatever they do, PLEASE fix pulseaudio and it's resource & battery draining ways- jeesh. A 160kb MP3 should not take over half of the CPU- especially since the 3430 has hardware decoding for MP3. Leverage the built-in decoding hardware with drivers and not beat the CPU to death. Pulseaudio is a bigger danger than OC ;) (I guess I am joking).

michalurban 2010-04-07 13:02

Re: Overclock the N900?
 
Interesting thing - when I use that kernel, which is able to scale from 125-1200 (from Titan, I think, scaling up to 900) and is capable of getting info from scaling_min a scaling_max files ... the power consumtion is much higher then in the case of the original 125-900 kernel. When I charge my nokia in the evening, enable ICQ and go to sleep, in case of 125-1200 (scaling up to 900) the line in BatteryGraph is much steeper than in the second case ...

tidusuk123 2010-04-07 13:06

Re: Overclock the N900?
 
Quote:

Originally Posted by eitama (Post 599248)
"vi" - File editor that is apart of almost every linux distribution,
among those is the one on the n900.
vi uses some odd keyboard shortcuts to get around, the advantage is that when you get used to it, it's far superior than notepad.

You need to edit a file called pmconfig, which is located in side /etc
to do that, go tp applications on your phone : (make sure you have rootsh installed 1st)
1. Start X Terminal
2. Type : sudo gainroot
2.5. Backup your file, "cp /etc/pmconfig /etc/pmconfig.old"
2.8. To restore : "cp /etc/pmconfig.old /etc/pmconfig"
3. Type : vi /etc/pmconfig - you can now move around with the arrow keys, but you cannot edit the text yet.
4. Locate the cursor where you want to insert text, press "i".
5. You are now in edit mode, be careful in what you are doing - you can type in new letter, and delete with backspace and delete, write in what you need, press ESC.
6. You are not out of edit mode, make sure you did what you needed to do, to save and exit the file you press : ":wq" (with the ":") and ENTER.

It's not "code" just bash commands, like you had batch commands in DOS.

]

Thanks a lot. Finally getting somewhere. It's just the last bit where you save and exit. I must be doing it wrong but after pressing ESC where do I type the ":wq"? I typed it in and nothing happens...

eitama 2010-04-07 13:10

Re: Overclock the N900?
 
Quote:

Originally Posted by tidusuk123 (Post 599288)
]

Thanks a lot. Finally getting somewhere. It's just the last bit where you save and exit. I must be doing it wrong but after pressing ESC where do I type the ":wq"? I typed it in and nothing happens...

Once you press ESC, you exit the "edit mode" and now most of the keys you press on the keyboard will be commands for the vi editor.

Typing ":wq" should appear on the bottom, and means :
: write & quit, not sure what the ":" means. but they are needed.

The file should be closed then, don't forget ENTER after you type those. This must work (:

biggzy 2010-04-07 13:29

Re: Overclock the N900?
 
can a CPU guru answer me a question plz? what i want to know is what stresses a CPU more, running at max frequency or maxing the usage of the CPU to 100%? and whats the dif between frequency and usage? thanx v much to anyone that can answer

Flandry 2010-04-07 13:37

Re: Overclock the N900?
 
Quote:

Originally Posted by biggzy (Post 599314)
can a CPU guru answer me a question plz? what i want to know is what stresses a CPU more, running at max frequency or maxing the usage of the CPU to 100%? and whats the dif between frequency and usage? thanx v much to anyone that can answer

Those are obviously connected issues. You overlooked voltage, which is the real cause of the damage. The way the CPU works, it jumps to a higher voltage to make sure that the highest CPU setting is stable, and the setting for the highest voltage on the N900 is already "overclocked" in the sense that it is known to reduce operating life.

What should be discussed in this thread is how to reduce the operating voltages and run at the same (or maybe slightly higher) clocks. That would increase battery life and not adversely affect phone life.

Everything is connected, so running at full CPU speed for long periods of time, which will heat it up, will accelerate damage to it. How much and how fast it heats up obviously depends on the maximum speed you have set, and the voltage it operates at for that speed--and your particular CPU.

mrp 2010-04-07 13:39

Re: Overclock the N900?
 
a loot of pages to read for this information, so I'm asking here now. Where can I get fiasco-flasher? Not found in my N900

Rushmore 2010-04-07 14:05

Re: Overclock the N900?
 
Quote:

Originally Posted by Flandry (Post 599322)
Those are obviously connected issues. You overlooked voltage, which is the real cause of the damage. The way the CPU works, it jumps to a higher voltage to make sure that the highest CPU setting is stable, and the setting for the highest voltage on the N900 is already "overclocked" in the sense that it is known to reduce operating life.

What should be discussed in this thread is how to reduce the operating voltages and run at the same (or maybe slightly higher) clocks. That would increase battery life and not adversely affect phone life.

Everything is connected, so running at full CPU speed for long periods of time, which will heat it up, will accelerate damage to it. How much and how fast it heats up obviously depends on the maximum speed you have set, and the voltage it operates at for that speed--and your particular CPU.

Have you tried any OC action yet, or plan to?

BTW, lower volt kernels are already proven to work on the 3430 (Droid). There are three different types of volt-level kernels and different clock ranges, but most chose the low volt version.

SetCPU is also very nice, since can dynamically control clock profiles while charging, usb, low on battery, etc with custom or default settings :)

Flandry 2010-04-07 14:12

Re: Overclock the N900?
 
Quote:

Originally Posted by Rushmore (Post 599353)
Have you tried any OC action yet, or plan to?

BTW, lower volt kernels are already proven to work on the 3430 (Droid). There are three different types of kernels and different clock ranges, but most chose the low volt version.

SetCPU is also very nice, since can dynamically control clock profiles while charging, usb, low on battery, etc.

I can't afford to corrupt my fs or have my N900 out of commission right now. I was hoping to see more guinea pigs try out the undervolt route to get an idea what the typical outcome is on the N900, but even if not, after crunch time i will probably give an undervolt/700 MHz setup a try.

Matan 2010-04-07 14:14

Re: Overclock the N900?
 
Quote:

Originally Posted by Flandry (Post 599322)
What should be discussed in this thread is how to reduce the operating voltages and run at the same (or maybe slightly higher) clocks. That would increase battery life and not adversely affect phone life.

You can try using my patch - http://my.arava.co.il/~matan/770/n900/freqs.diff

It reduces the voltage for the frequencies 550 and 600 to OPP3 level (the one used for 500 in Nokia's kernel, and uses OPP4 level for 720-1000 (the same level as originally used for 550). Highest level (OPP5) which is used for 600 in Nokia's kernel, is not used at all in my patch. Of course, the result will be lower maximum frequency in some CPUs, but my is stable at 1000MHz even at this lower voltage.

val580 2010-04-07 14:15

Re: Overclock the N900?
 
have you noticed a big difference between 700 , 750 and 800 ?

looking for best speed/heat

todor_tsankov 2010-04-07 14:32

Re: Overclock the N900?
 
Quote:

Originally Posted by Matan (Post 599371)
You can try using my patch - http://my.arava.co.il/~matan/770/n900/freqs.diff

It reduces the voltage for the frequencies 550 and 600 to OPP3 level (the one used for 500 in Nokia's kernel, and uses OPP4 level for 720-1000 (the same level as originally used for 550). Highest level (OPP5) which is used for 600 in Nokia's kernel, is not used at all in my patch. Of course, the result will be lower maximum frequency in some CPUs, but my is stable at 1000MHz even at this lower voltage.

Do you have any plans to package this as kernel image? I really like the idea of undervolting :)

torres76 2010-04-07 15:05

Re: Overclock the N900?
 
Everyone seems to be talking about running the phone at 100% all the time thus heating the cpu, i am using the 900mhz kernal but not playing ps1 games or any other cpu thirsty app.
I have noticed that my battery is better over a day and a half now and still half full and also the file manager and looking through all the 3000 photos i have is so smooth now, the screen rotation is also so smooth when rotating 360 degrees.
Also i keep checking the temperature and it stays around 22 degrees c. the same as with 600mhz.

ticktock666 2010-04-07 15:28

Re: Overclock the N900?
 
Quote:

Originally Posted by eitama (Post 599248)
"vi" - File editor that is apart of almost every linux distribution,
among those is the one on the n900.
vi uses some odd keyboard shortcuts to get around, the advantage is that when you get used to it, it's far superior than notepad.

You need to edit a file called pmconfig, which is located in side /etc
to do that, go tp applications on your phone : (make sure you have rootsh installed 1st)
1. Start X Terminal
2. Type : sudo gainroot
2.5. Backup your file, "cp /etc/pmconfig /etc/pmconfig.old"
2.8. To restore : "cp /etc/pmconfig.old /etc/pmconfig"
3. Type : vi /etc/pmconfig - you can now move around with the arrow keys, but you cannot edit the text yet.
4. Locate the cursor where you want to insert text, press "i".
5. You are now in edit mode, be careful in what you are doing - you can type in new letter, and delete with backspace and delete, write in what you need, press ESC.
6. You are not out of edit mode, make sure you did what you needed to do, to save and exit the file you press : ":wq" (with the ":") and ENTER.

It's not "code" just bash commands, like you had batch commands in DOS.

Strange, I did exactly this, but the changes are not sticking, after reboot it reverts cpu speed back to 600 (from conky) even though when I check the pmconfig file it shows that the sample_max_freq is set to 750000, any ideas what would be the problem here ? :(

eitama 2010-04-07 15:45

Re: Overclock the N900?
 
Quote:

Originally Posted by ticktock666 (Post 599514)
Strange, I did exactly this, but the changes are not sticking, after reboot it reverts cpu speed back to 600 (from conky) even though when I check the pmconfig file it shows that the sample_max_freq is set to 750000, any ideas what would be the problem here ? :(

1st, That means you got the VI part correct. gz.
Now for the other part I cannot help you, as I am not using this OC method, I just used Lethos kernerls from the start of this Thread,
I flashed with my PC to 800MHz and thats all. I don't have that version you have :)

So cannot help you from here mate, maybe someone else can?

ticktock666 2010-04-07 15:51

Re: Overclock the N900?
 
Thanks man and sorry for the trouble, I found my mistake, instead of :
sample_max-_freq 750000 , I had
sample_max-_freq7500000 .... :s

good thing I made a mistake with that space after "freq" or I would be running my n900 @ 7.5 ghz... :/

fixed that and everything seems to be ok

titan 2010-04-07 15:58

Re: Overclock the N900?
 
Quote:

Originally Posted by ticktock666 (Post 599514)
Strange, I did exactly this, but the changes are not sticking, after reboot it reverts cpu speed back to 600 (from conky) even though when I check the pmconfig file it shows that the sample_max_freq is set to 750000, any ideas what would be the problem here ? :(

editing /etc/pmconfig works fine for me. it sets it to 700MHz on my device during booting.

titan 2010-04-07 16:02

Re: Overclock the N900?
 
warning: do not set values in /etc/pmconfig before you have thoroughly tested them
by changing /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq.
otherwise you might end up with a reboot loop.

another observation: The dmse daemon seems to overwrite the max. freq. in the kernel with the value
from /etc/pmconfig every hour or so.

NokiaRocks 2010-04-07 16:08

Re: Overclock the N900?
 
Would be cool if someone could code an app which reduces the voltage and overclocks the cpu to 800 or 900 Mhz.

Bratag 2010-04-07 16:17

Re: Overclock the N900?
 
Quote:

Originally Posted by titan (Post 599560)
editing /etc/pmconfig works fine for me. it sets it to 700MHz on my device during booting.

It does set the speed at boot, however it doesnt hold that speed after the first time the phone goes to sleep. I am forced to echo to get speed back.

youp 2010-04-07 16:23

Re: Overclock the N900?
 
Quote:

Originally Posted by Lehto (Post 594200)
Ultimately you guys should use titans or Matans kernels, they know their stuff much better than I do. The information about those rests somewhere in this thread.



READ BEFORE FLASHING NEW KERNEL!!!

I CANNOT BE HELD RESPONSIBLE FOR WHATEVER HAPPENS AFTER YOU'VE DOWNLOADED THE FOLLOWING FILE. YOUR ON YOUR OWN. THE DEVICE COULD BE RENDERED BROKEN, USELESS OR SOME OTHER WAY LIMITED!!! ALSO NO HELP WILL BE PROVIDED BY ME TO FLASH IT TO YOUR PHONE.
YOU WARRANTLY WILL BE VOID AFTER FLASHING ONE OF THESE IN YOUR PHONE
YOU HAVE BEEN WARNED!!!

Your phone will nolonger be recognized by the "settings - about" correctly.

Nokia Software updater no longer functions as a firmware updater. You will have to use the same tool you flashed new kernel with to flash newest update (Dont know if OTA works yet!)


Have fun, dont break your device!




Here be the dragons. Little differently tweaked kernels with DSP oc also or just considered very unsafe. Doubt it makes any difference at all. (Do NOT try these unless you are absolutely certain!)







The faster kernels will come later if nobody reports a dead device in a week.



Little infos on these kernel files:
1. They will make the about page say <unknown> for the hardware and software.

2. There is an additional speed step down from 250mhz. So instead of 250mhz idle it now sits @ 125mhz idle with lower voltage.
125/250/500/550/xxx
instead of
250/500/550/600

3. Your sacrificing machine lifetime by running it overclocked and stressing it at 100% for longer periods of time.

4. Everything will feel faster and is faster.

5. The fastest kernels might not work on your phone, this is purely down to luck of how good chip you've got in your phone. Climate affects it also along with many other variables.

6. This requires only flashing the new kernel in, the phone setups and apps will stay. Only the clock speed increases.








Some behaviour I've seen when playing with clockrates... this might just be my inexperience.

1. The N900 seems to prefer the 125 , 500 and the highest speeds and rarely enters the middle speeds like 250 and 550 with OC kernel.

2. If I set 550 speed (second fastest) to anything faster than 599mhz the phone seems to stop using the fastest mode and instead reverst to the OPP4 state.
So best compromise seems to be the 125/250/500/595/900 kernel.
2b. After getting a hint from another finnish person through PM about the /etc/pmconfig and its max frequency I edited it to 1030mhz and set the second fastest speed at first to 650, then to 700 and lastly to 775mhz and I see absolutely no difference in behaviour. The phone just discriminates the second fastest mode and rarely ever uses it.





Im still learning and my learning curve could be expensive so dont just automatically flash the fastest kernel found here. It CAN have nasty drawbacks. PLUS there are people far more knowledgeable than me, so hopefully they will take over this eventually and write us proper SetCPU like software.



If and when you get angry of the OC kernel. Here is how to flash back the original nokia built kernel.

Code:

sudo gainroot
apt-get install --reinstall kernel kernel-flasher
reboot

After installing the new kernel, run this! This gets you back the about information.
Code:

sudo gainroot
apt-get install --reinstall mp-fremantle-generic-pr
reboot


thanks man, any body tried 1ghz speed? so it s stable on n900 like 900mhz??

Rushmore 2010-04-07 16:25

Re: Overclock the N900?
 
Something seems to not make sense with Conky. Anyone notice that regardless of the clock speed, the percent of cpu usage stays fairly "constant"?

Example playing a 160KB MP3 with built-in media player:

Clock fluctuates from 125mhz on up to 800mhz, but the cpu usage percent ranges from 50% to 53%. I would expect both values (clock and usage) to be relative and not such a wide margin of fluctuation with the clock and usage. If one is constant, the other should be. I could see if there is lag for one value to the next, but that should be an issue of displacement of values, rather than one staying always "constant" (the usage).

BTW, most of the time, cpu is at 125mhz, but does fluctuate for several seconds up from 500 to 800, but usage does not deviate from 50% to 53% range.

firstknight 2010-04-07 16:26

Re: Overclock the N900?
 
Quote:

Originally Posted by michalurban (Post 597874)
Just installed your experimental 125-1200 kernel, works great, thx! :) Im gonna write a simple script setting the upscale and downscale freq, after that Ill upload it.

I got a question or somethin i am encountering...

I have upscale to 800 but after some time it will go tback to 600 even when i checked it... is this usual???

TITAN??

psrkn 2010-04-07 16:39

Re: Overclock the N900?
 
Quote:

Originally Posted by firstknight (Post 599593)
I got a question or somethin i am encountering...

I have upscale to 800 but after some time it will go tback to 600 even when i checked it... is this usual???

TITAN??

From a couple posts up, there is a post from Titan and said that another observation: The dmse daemon seems to overwrite the max. freq. in the kernel with the value
from /etc/pmconfig every hour or so.

youp 2010-04-07 16:44

Re: Overclock the N900?
 
any body tried 1ghz speed? so it s stable on n900 like 900mhz??


All times are GMT. The time now is 04:25.

vBulletin® Version 3.8.8