|
2010-08-25
, 20:17
|
Posts: 78 |
Thanked: 17 times |
Joined on Aug 2010
|
#4782
|
|
2010-08-25
, 21:39
|
Posts: 34 |
Thanked: 1 time |
Joined on Aug 2010
|
#4783
|
|
2010-08-26
, 03:37
|
|
Posts: 277 |
Thanked: 215 times |
Joined on Dec 2009
|
#4784
|
The Following User Says Thank You to ed00 For This Useful Post: | ||
|
2010-08-26
, 12:36
|
Posts: 1,427 |
Thanked: 2,077 times |
Joined on Aug 2009
@ Sydney
|
#4785
|
newb here, i overclocked for the first time today to 800mhz, ive not noticed too much difference too be honest, a little but its not been the earth shattering experience i had imagined.
anyone else had a similar experience?
The Following User Says Thank You to jakiman For This Useful Post: | ||
|
2010-08-26
, 12:51
|
Posts: 34 |
Thanked: 1 time |
Joined on Aug 2010
|
#4786
|
|
2010-08-27
, 04:03
|
Posts: 20 |
Thanked: 0 times |
Joined on Jul 2010
@ Floripa - Brasil
|
#4787
|
|
2010-08-27
, 04:27
|
Posts: 199 |
Thanked: 22 times |
Joined on Apr 2010
@ Philippines
|
#4788
|
|
2010-08-29
, 15:31
|
Posts: 34 |
Thanked: 1 time |
Joined on Aug 2010
|
#4789
|
|
2010-08-29
, 16:01
|
Posts: 78 |
Thanked: 17 times |
Joined on Aug 2010
|
#4790
|
overclocked from 800/125 to 900/125 today and things are quite a bit faster but i dont know if it justifies putting the phone at more risk just for the extra 100mhz so am thinking of maybe going back to 800.
do you guys think its safe to leave it at 900?
|
After trying to understand all the different ways through all these pages , I have done this :
1. Launch xterminal
2. Sudo gainroot
3. kernel-config load lv
4. kernel-config limits 250 850
5. kernel-config save ideal_850
6. kernel-config default ideal_850
7 kernel-config default default (resets kernel back to original 600)
Queen Beecon widget is far to complicated for me and extremly unclear,
So I tried this using two scripts
#1 'default_kernel.desktop' placed in /usr/share/applications/hildon
[Desktop Entry]
Encoding=UTF-8
Version=0.1
Type=Application
Terminal=true
Name=default kernel
Exec=osso-xterm "sh /opt/scripts/reset_default"
Icon=
X-Window-Icon=
X-HildonDesk-ShowInToolbar=false
X-Osso-Type=application/x-executable
________________
and the second script
#2 named 'reset_default' placed in /opt/scripts
echo Your Nokia N900 kernel is being reset
sudo gainroot
kernel-config default default
echo Your Nokia Kernel is reset to default
I have the little blue widget named 'default kernel' on my desktop which takes me to the line 'Your Nokia N900 kernel is being reset', but then asks me for a password, so I'm stuck
any ideas ?
As a newbie in Linux, maybe I'm way of, for info when i type in 'sudo gainroot' in xterm it works just great