Are there any apps i can use (like Rightmark for the PC) to underclock/undervolt a mac? I'd like to do so to reduce heat / extend battery life when on the road. Conversely, would does such an app exist to overclock as well?

link|improve this question

68% accept rate
feedback

3 Answers

up vote 1 down vote accepted

Coolbook will do it, but might have difficulties with newer MBPs. Also, the latest version at least has a $10 license fee.

I would be inclined to think that there would be a Unixy/CLI utility for this, although I don't know one off-hand.

link|improve this answer
feedback

As a start, be sure to set your Energy Saving settings (in the System Preferences) to Save more energy. That should extend battery life some.

link|improve this answer
feedback

There's a kernel extension and a free app for controlling Intel SpeedStep using "sysctl"

http://code.google.com/p/xnu-speedstep/

To see which frequencies are available:

sysctl kern.cputhrottle_freqs

To switch frequency:

sudo sysctl -w kern.cputhrottle_curfreq=YYYY
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.