This port provides a daemon for adjusting the cpu frequency (using the Enhanced Speedstep module in sysutils/est) based on the current cpu load and power source. PR: ports/71270 Submitted by: Colin Percival <cperciva@daemonology.net>
8 lines
249 B
Plaintext
8 lines
249 B
Plaintext
To start the Enhanced Speedstep daemon at boot:
|
|
echo 'estctrl_enable="YES"' >> /etc/rc.conf
|
|
|
|
To run the processor at minimum or maximum frequency when on AC or
|
|
battery power, set the est_speed_ac or est_speed_battery variables
|
|
to "min" or "max".
|
|
|