![]() |
|
|||||||
| OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|||
|
does openbsd 4.4 support cpufreq, and if yes how to enable it.
|
|
|||
|
|
|
|||
|
Is there a tutorial or a guide for this, is this daemon already running or do i have to enable this.
|
|
||||
|
There is not an official tutorial or FAQ specific to apmd authored by the OpenBSD Project.
The apmd daemon is one of the many daemons that may be started automatically at boot time by the /etc/rc system, with variables controlled by /etc/rc.conf and /etc/rc.conf.local. If you look in /etc/rc.conf, you will see: Code:
apmd_flags=NO # for normal use: "" Code:
apmd_flags="-A" # auto management by default on this system
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
which one is better apmd_flags="-A" or apmd_flags="-C", -C seems to have more features.
|
|
||||
|
First, your system needs to be able to control CPU speed ... sysctl hw.setperf must exist on it.
Then, if you read the descriptions in the man page, you can pick what's best for your own situation. The main difference between the "automatic" and "cool running" settings is external power and battery management.
__________________
OpenBSD LiveCDs/LiveDVDs |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HOWTO: FreeBSD CPU Scaling with cpufreq.ko | vermaden | Guides | 10 | 27th October 2010 07:58 AM |