What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Droid X successfully overclocked

Status
Not open for further replies.
Down to 48 vsel with 1.15ghz. Survived a SetCPU stress test for several minutes. I'll keep trying lower voltages. Looking good though.


# cat mpu_opps
mpu_opps[4] rate=1150000000 opp_id=4 vsel=48
mpu_opps[3] rate=800000000 opp_id=3 vsel=57
mpu_opps[2] rate=600000000 opp_id=2 vsel=44
mpu_opps[1] rate=300000000 opp_id=1 vsel=32
 
Down to 48 vsel with 1.15ghz. Survived a SetCPU stress test for several minutes. I'll keep trying lower voltages. Looking good though.


# cat mpu_opps
mpu_opps[4] rate=1150000000 opp_id=4 vsel=48
mpu_opps[3] rate=800000000 opp_id=3 vsel=57
mpu_opps[2] rate=600000000 opp_id=2 vsel=44
mpu_opps[1] rate=300000000 opp_id=1 vsel=32

I got the stock 1 Ghz to 36 LOL
 
has anyone suceeded with setting voltages and inverals for setCPU. like haveing 1.15ghz 48vsel then 1ghz 36 vsel and so on?
 
has anyone suceeded with setting voltages and inverals for setCPU. like haveing 1.15ghz 48vsel then 1ghz 36 vsel and so on?

Thats what i tried doing using the setscaling script. It doesnt work. It forces the phone at maximum speed and you cant scale.
 
has anyone suceeded with setting voltages and inverals for setCPU. like haveing 1.15ghz 48vsel then 1ghz 36 vsel and so on?

Thats what i tried doing using the setscaling script. It doesnt work. It forces the phone at maximum speed and you cant scale.

will this be easier once we get the bootloader? someone at alldroid is getting a DROID X dev phone witha unlocked bootloader and froyo, i think
 
attachment.php




This is much as i got to work although i still have random boots. I'm running at 1.15ghz @72vsel.
 
I got scaling working? I watching SetCPU jump to my 300 and 600mhz slots. I'm going to make some adjustments, but here is my setscaling.sh:

echo 44 > /proc/overclock/max_vsel
echo 1150000 > /proc/overclock/max_rate
echo 1 300000000 26 > /proc/overclock/mpu_opps
echo 2 600000000 30 > /proc/overclock/mpu_opps
echo 3 800000000 36 > /proc/overclock/mpu_opps
echo 4 1150000000 44 > /proc/overclock/mpu_opps
echo 0 1150000 > /proc/overclock/freq_table
echo 1 800000 > /proc/overclock/freq_table
echo 2 600000 > /proc/overclock/freq_table
echo 3 300000 > /proc/overclock/freq_table
 
I got scaling working? I watching SetCPU jump to my 300 and 600mhz slots. I'm going to make some adjustments, but here is my setscaling.sh:

echo 44 > /proc/overclock/max_vsel
echo 1150000 > /proc/overclock/max_rate
echo 1 300000000 26 > /proc/overclock/mpu_opps
echo 2 600000000 30 > /proc/overclock/mpu_opps
echo 3 800000000 36 > /proc/overclock/mpu_opps
echo 4 1150000000 44 > /proc/overclock/mpu_opps
echo 0 1150000 > /proc/overclock/freq_table
echo 1 800000 > /proc/overclock/freq_table
echo 2 600000 > /proc/overclock/freq_table
echo 3 300000 > /proc/overclock/freq_table

Huh. Mine just stays at the max speed and doesnt scale.
 
Definitely working. Just to prove it, I changed one of the slots from 800 to 900. It hit 900mhz in SetCPU a few times.
 
I'm also at vsel=40 now for 1.15ghz. No issues so far. I'm going to drop the other frequencies some more.


# cat mpu_opps
mpu_opps[4] rate=1150000000 opp_id=4 vsel=40
mpu_opps[3] rate=900000000 opp_id=3 vsel=36
mpu_opps[2] rate=600000000 opp_id=2 vsel=30
mpu_opps[1] rate=300000000 opp_id=1 vsel=26
 
I'm also at vsel=40 now for 1.15ghz. No issues so far. I'm going to drop the other frequencies some more.


# cat mpu_opps
mpu_opps[4] rate=1150000000 opp_id=4 vsel=40
mpu_opps[3] rate=900000000 opp_id=3 vsel=36
mpu_opps[2] rate=600000000 opp_id=2 vsel=30
mpu_opps[1] rate=300000000 opp_id=1 vsel=26

when someone gets a chance, could someone write up a tut on how to do the scaling and stuff. I can overclock, but reading post about scaling just confused me
 
Status
Not open for further replies.
Back
Top