blob: 1cd82d5f5dd74736ba6c4024df9355805ff94dc0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[
{ type: install
message: <<EOM
To run this service from startup, run
sysrc powerdxx_enable="YES"
Command line arguments can be set via powerdxx_flags. See powerd++(8)
EOM
}
]
***************************************************************************
For CPUs that are supported by the hwpstate driver powerd++ is obsolete and
in fact not possible, because the driver discards frequencies set via the
sysctl interface.
There is a loader tunable that lets you turn it off:
hint.hwpstate_intel.0.disabled
You can use that if you have issues with hwpstate controlling your CPU
frequency.
|