|
|
||||
Re: Overclock TP2 in WM?
Quote:
There is a start_speed and a boost_speed, and if I'm reading the script correctly the CPU is initially overclocked to the start_speed value if there is not a shortcut to the Msm7KAutoCpuSpeed program in \Windows\StartUp, and then the boost_speed variable is used when the device isn't in a state that needs to be throttled. Why can't those two variables be merged into boost_speed and just make the initial call to Msm7KAutoCpuSpeed.exe use the value of boost_speed? For example: If (NOT (FileExists("\Windows\StartUp\Msm7kAutoCpuSpeed.ln k"))) RunWait("\Program Files\Msm7kCpuSpeed\Msm7KAutoCpuSpeed.exe", boost_speed) EndIf PS - Just tried the script and it's working great, I can see it throttled and then unthrottle within a few hundred milliseconds when I come back from sleep. Thanks to you and everyone else who put the effort in to making this usable! Last edited by aguenter322; 07-30-2010 at 05:20 PM. |
This post has been thanked 1 times. |
|
||||
Re: Overclock TP2 in WM?
Ah ok, I hadn't considered pushing the clock rate a bit higher just for getting through the startup procedure of Sense and everything. I misread the last sleep before the endless loop, I thought it was for 3,000 milliseconds but it is actually 30,000...makes sense now. Thanks for the info.
|
![]() |
|
|
|