maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   Bakuur's Over-clocking Guide for new comers (https://talk.maemo.org/showthread.php?t=61887)

bakuur 2010-09-11 17:19

Re: Bakuur's Over-clocking Guide for new comers
 
Quote:

Originally Posted by iDont (Post 813403)
That wasn't what I meant.

The voltage is calculated by [V = x * 0.0125 + 0.6]
So when X=60, the voltage will be 60 * 0.0125 + 0.6 = 1.35V, not 60V.

Source: http://wiki.maemo.org/Overclocking#Calculating_voltages

60V is an absurd voltage to go through any CPU. My post was meant to point you at that error ;)

-iDont

ohh well then what do these numbers from 0 to 72 mean?? since i couldnt see a unit i assumed they would be the voltage

bakuur 2010-09-11 17:35

Re: Bakuur's Over-clocking Guide for new comers
 
Quote:

Originally Posted by zenit (Post 813487)
I am using the lv profile and frequency limits of 250 and 850

well that happens with me too
i think its a bug
and it only happens when you leave your phone for some time
i still havent found a solution for it
even though i remember reading about it before

nayr 2010-09-12 15:10

Re: Bakuur's Over-clocking Guide for new comers
 
From i realized taha

n900 lover 2010-09-12 18:06

Re: Bakuur's Over-clocking Guide for new comers
 
hi guys i tried following this guide but it doesnt seem to work , can anyone tell me what im doing wrong, if anything.

http://www.youtube.com/watch?v=f_2iNXiyaac

n900 lover 2010-09-12 18:17

Re: Bakuur's Over-clocking Guide for new comers
 
can anyone please help?

bakuur 2010-09-13 03:29

Re: Bakuur's Over-clocking Guide for new comers
 
I really can't understand the language
I suppose you are using a software to OC?
Justvtry doing that manually instead using the codes in this guide

Sorry if I may reply late the next couple of days Im in a deserted area with very low Internet connection

manifesto42 2010-10-06 15:49

Re: Bakuur's Over-clocking Guide for new comers
 
Hi,

I have been trying to keep my N900 with load ideal (kernel-config load ideal) and 500/850 as limits, but it resets to 125/850 after some time.

Someone else mentioned it in this thread. Any reason why it does that and how to prevent it from doing it?

I check every now and then for the frequencies (kernel-config show) and set them by kernel-config limits 500 850, but after a while they go back to 125/850. :-P

Any hints or tips?

bakuur 2010-10-06 19:15

Re: Bakuur's Over-clocking Guide for new comers
 
thing is its a bug, and i have the same problem too
i tried to disable that option then re enable it but no success
hopefully ill try finding a solution but it really doesnt matter
what i did is to set the queen beecon widget to activate itself every period of time
so far it worked amazingly fine with me :D

manifesto42 2010-10-07 13:11

Re: Bakuur's Over-clocking Guide for new comers
 
ah, then i have to resort to something like you mentioned.

Maybe with the "Alarmed" app. How frequently do you have your N900 to set the limits to 500/850? every minute? isnt that too much of a payload?

great work with your script, btw. i am not using it right now, but had the change to take a look at it. :-)

manifesto42 2010-10-07 13:14

Re: Bakuur's Over-clocking Guide for new comers
 
forgot to ask, bakuur:

on your script, how can we set both limits?

for example: c 9 -> loads starving with freq 950, but what about the lower freq?

I am probably missing something obvious, right? :-)

bakuur 2010-10-07 20:12

Re: Bakuur's Over-clocking Guide for new comers
 
im glad you liked it
well see since there are 2 options that is adviced to be used for the lower frequency 250 and 500
so i though that most people will be using a minimum of 250 ie. all the profiles excpt Ideal
and if extra power is needed then you can use the 500 ie. ideal
since so the only option that has many choices is the max freq. so i let it to be manually set by you on my script
if you want i can make a choice of min and max but that will make the script too long as *if i may say* GUI
if you need it and think its useful then just tell me and ill start on it

anyways as for how frequent i think one hour is more than enough
hopfully this avoid frequency bug will be fixed soon (a)

manifesto42 2010-10-08 03:04

Re: Bakuur's Over-clocking Guide for new comers
 
its good thinking in my opinion, leaving the lower freqs auto like that.

dont worry about that. your script is great as it is. :-)

the performance had a nice bump with the overclock, although i also installed the updated hildon-desktop from mohamadag. really great.

bakuur 2010-10-08 08:30

Re: Bakuur's Over-clocking Guide for new comers
 
yes..! mohammadag has done alot of great things for this mobile :)

manifesto42 2010-10-11 13:35

Re: Bakuur's Over-clocking Guide for new comers
 
Hi again, bakuur,

Was trying to set up some sort of hourly running command to set the kernel config limits correctly but was wandering how you got it done with queen beecon.

I was doing it with Alarmed, but, not being a linux user, was having trouble on putting all the commands (sudo gainroot, kernel-config limits 500 850) on the same line to be usable by Alarmed. I think i could just make a script, save it somewhere and get Alarmed to run it every hour, correct? Thats how you did with beecon?

Thanks and forgive my newbie..ness on linux. :-)

AlMehdi 2010-10-11 13:46

Re: Bakuur's Over-clocking Guide for new comers
 
Quote:

Originally Posted by manifesto42 (Post 838381)
Hi again, bakuur,

Was trying to set up some sort of hourly running command to set the kernel config limits correctly but was wandering how you got it done with queen beecon.

I was doing it with Alarmed, but, not being a linux user, was having trouble on putting all the commands (sudo gainroot, kernel-config limits 500 850) on the same line to be usable by Alarmed. I think i could just make a script, save it somewhere and get Alarmed to run it every hour, correct? Thats how you did with beecon?

Thanks and forgive my newbie..ness on linux. :-)

You don't need to be root to change profiles..

Code:

/usr/sbin/kernel-config load <profile>
Will start the profile you like... change <profile> to lv/xlv/ulv/ideal or starving. This will work in both QBW and Alarmed.

gabby131 2010-10-11 14:04

Re: Bakuur's Over-clocking Guide for new comers
 
yes you dont need to be root to change profiles. but if you still wish to root (and to save some time typing), you can try:

Code:

root
Code:

kernel-config <profile>
:)

manifesto42 2010-10-11 14:11

Re: Bakuur's Over-clocking Guide for new comers
 
ah thanks.

I do know how to become root and then change, but didnt know that it didnt need to root to get kernel-config. :-)

Anyways, generally speaking in linux, specifically maemo, how could i make several commands run in a single line? What is the separating character?

Thans for all the help, guys. Cant help loving this cel more every day. ;-)

AlMehdi 2010-10-11 14:32

Re: Bakuur's Over-clocking Guide for new comers
 
Quote:

Originally Posted by manifesto42 (Post 838409)
ah thanks.

I do know how to become root and then change, but didnt know that it didnt need to root to get kernel-config. :-)

Anyways, generally speaking in linux, specifically maemo, how could i make several commands run in a single line? What is the separating character?

Thans for all the help, guys. Cant help loving this cel more every day. ;-)

This should work.. if you have Rootsh v.1.8

kernel-config load <profile> | root

bakuur 2010-10-11 14:57

Re: Bakuur's Over-clocking Guide for new comers
 
this is a full step by step on how to make a QBW for changing frequencies LINK

as for kernel-config load (profile)
this will only load the profile but not set the limits you may want
unless you save the profile with the limits (just to make things clear)

bakuur 2010-10-11 15:05

Re: Bakuur's Over-clocking Guide for new comers
 
as for making many commands follow each other in a single line then for example:
Code:

sudo kernel-config load ulv | sudo kernel-config limits 500 850
so a new tip using sudo before any commant will execute that certain command as root ;)
hope that helps

Edit: in QBW you can use
Code:

;
to add more than code in a single line ;)

manifesto42 2010-10-11 15:43

Re: Bakuur's Over-clocking Guide for new comers
 
excellent!

Thank you guys :-)

oldpmaguy 2010-10-15 02:10

Re: Bakuur's Over-clocking Guide for new comers
 
I'm getting a "kernel-config not found" error message when I type in the "kernel-config load lv" command.

I have installed the _newer_ kernel (not the one marked "obsolete"), and rootsh, as directed. And I have rebooted.

So what have I done wrong to get this error message?

EDIT: I installed the "Tools for Enhanced Kernel" (11 Kb) and tried again, and it worked properly. Has there been a change that should be noted in the front page of this thread? It appears that there has.

bakuur 2010-10-15 10:58

Re: Bakuur's Over-clocking Guide for new comers
 
once you install the kernel-power-settings it will auto download everything you need
you might of just downloaded the wrong title
anyways im glad it worked for you
and if you notice at the head of the post there is a link to a simpler way to OC your n900
its a script i made that will auto install everything you need
so you should of used that in order to avoid mistakes

ericsson 2010-10-24 11:04

Re: Bakuur's Over-clocking Guide for new comers
 
bump bump bump

bakuur 2010-10-24 11:09

Re: Bakuur's Over-clocking Guide for new comers
 
Quote:

Originally Posted by ericsson (Post 849357)
bump bump bump

need anything??? o.O

ericsson 2010-10-24 12:39

Re: Bakuur's Over-clocking Guide for new comers
 
Quote:

Originally Posted by bakuur (Post 849363)
need anything??? o.O

No, just got tired searching for this thread :) All OK, 950 MHz now :) thanks for the info.

tHMZ 2010-10-24 13:08

Re: Bakuur's Over-clocking Guide for new comers
 
Sorry for off-topic but what's your theme? I like the icons!

bakuur 2010-10-24 17:49

Re: Bakuur's Over-clocking Guide for new comers
 
humanity or something like that
you can find it in the app manager
not sure which catalog though

Issam Khan 2010-11-03 15:27

Re: Bakuur's Over-clocking Guide for new comers
 
hey thanks for the guide for the newnies but xterminal prompts command that x terminal was no found any help
ty

bakuur 2010-11-03 17:37

Re: Bakuur's Over-clocking Guide for new comers
 
Quote:

Originally Posted by Issam Khan (Post 862271)
hey thanks for the guide for the newnies but xterminal prompts command that x terminal was no found any help
ty


were you root?
do you have NitDroid installed?
did you reboot after installing the apps needed?

if you done that and no sucess try my easy script
the link is in the first post

cheers

Issam Khan 2010-11-03 17:53

Re: Bakuur's Over-clocking Guide for new comers
 
nope man i told you i am new dont even know what nit droid is but i have pr 1.3 installed

Issam Khan 2010-11-03 17:55

Re: Bakuur's Over-clocking Guide for new comers
 
Quote:

Originally Posted by bakuur (Post 862424)
were you root?
do you have NitDroid installed?
did you reboot after installing the apps needed?

if you done that and no sucess try my easy script
the link is in the first post

cheers

nope man didnt install anything totally new at this i did reboot and every thing u said

bakuur 2010-11-03 17:57

Re: Bakuur's Over-clocking Guide for new comers
 
try this http://talk.maemo.org/showthread.php?t=63208

Issam Khan 2010-11-03 18:20

Re: Bakuur's Over-clocking Guide for new comers
 
since you know alot about n 900 i was wondering if there is office editor availble for free and there many entertaining applications like iphone or are there
thanks man for the help

Issam Khan 2010-11-03 18:24

Re: Bakuur's Over-clocking Guide for new comers
 
nope man cant get the unzip thing i think i should forget the idea of overcloking

bakuur 2010-11-03 18:39

Re: Bakuur's Over-clocking Guide for new comers
 
Quote:

Originally Posted by Issam Khan (Post 862466)
since you know alot about n 900 i was wondering if there is office editor availble for free and there many entertaining applications like iphone or are there
thanks man for the help

sorry for the late replay mate
had some work to do
well yes there is something *i think* is better than MS office
you search for "easy Debian"
it will install a desktop like environment on your N900
very easy and risk free
you will find alot of tutorials on youtube on how to do it
please dont give up on the N900 so easly
try your hardest!

and seriously the script i gave you the link to is as easy as it can get!!

Issam Khan 2010-11-04 00:57

Re: Bakuur's Over-clocking Guide for new comers
 
thanks a lot man and i aint gona give up on n900 i like the regardless that i know so little about it capabilities
any funny family type applications or 3d games for 900 i cant find any

Issam Khan 2010-11-04 01:09

Re: Bakuur's Over-clocking Guide for new comers
 
hey i did try the method in the link you posted but the attached files dont open with xarchiever so am i stuck with enhanced kernel the
sorry to bother you buddy that much but i am curious

lucky88shp 2010-11-22 06:38

Re: Bakuur's Over-clocking Guide for new comers
 
Hello,
So im ofcourse a nood in terms of OC, just recently decided to OC....neways so i followed the steps but as soon as i gain root access and type the command 'kernel-config load lv' It says 'kernal-omap1 not supported and if i have kernal-power installed i need to restart to load it'.
I tried a couple of times and even did force reinstall but its a no go, any help wud b highly appreciated...thnx

lucky88shp 2010-11-22 06:40

Re: Bakuur's Over-clocking Guide for new comers
 
[QUOTE=Issam Khan;862781
any funny family type applications or 3d games for 900 i cant find any[/QUOTE]
Have u heard of 'preenv'???


All times are GMT. The time now is 08:14.

vBulletin® Version 3.8.8