I want to overclock my Desktop computer: Intel Core 2 Duo E6550. I googled it and I found many sites, but none for Linux (I have Ubuntu 8.10)
Can anyone help me to find out how to do that?
Overclocking under the BIOS seems to be impossible in my DELL comp, besides, DELL limit options in its BIOSes because they does give best performance already.
But, I would like to not Upgrade my CPU speed, but Downgrade it... if someone asks why, I just can say that I'm performing some Predictability/performance Benches, and I would like to run my 333MHz 4 bumped FSB at 100MHz 4 Bubmped FSB in order to check if when CPU speed is lower, performance goes lower either, but predictability increases as well...
a solution does exist: I just have to set the two MSR bits of the MSR_FSB_FREQ register to 100b (for binary) as suggests it the Intel Architecture manual Vol 3.B. The problem is that it seems to fail when I try to write on this register, and the most bizarre thing is that it is the only register that won't write...
This is why I'm asking about overclocking under Linux (I work with Linux), cause it seems to be not possible when I try doing it programatically... so maybe one of you knows some software or some trick to make it?