summaryrefslogtreecommitdiffstats
path: root/share/man/man5
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-12-16 22:21:21 +0000
committernjl <njl@FreeBSD.org>2004-12-16 22:21:21 +0000
commitdad7ad8289b6196e4cae67e458eccf1e7cd6b297 (patch)
tree30fc30b4363151b01ced511221b537a356842497 /share/man/man5
parente928230a0ac761138b23b94e3117398b0f28d823 (diff)
downloadFreeBSD-src-dad7ad8289b6196e4cae67e458eccf1e7cd6b297.zip
FreeBSD-src-dad7ad8289b6196e4cae67e458eccf1e7cd6b297.tar.gz
Inform users how to set throttling and cpu idling variables for the
power_profile rc script.
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/rc.conf.542
1 files changed, 42 insertions, 0 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 32b22bc..cbb7dde 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -2691,6 +2691,48 @@ is set to
these are the flags passed to the
.Xr watchdogd 8
daemon.
+.It Va performance_cx_lowest
+.Pq Vt str
+CPU idle state to use while on AC power.
+The string
+.Dq Li LOW
+indicates that
+.Xr acpi 4
+should use the lowest power state available while
+.Dq Li HIGH
+indicates that the lowest latency state (less power savings) should be used.
+.It Va performance_throttle_state
+.Pq Vt str
+CPU throttling state to use while on AC power.
+The string
+.Dq Li LOW
+indicates that
+.Xr acpi 4
+should use the lowest throttling state available while
+.Dq Li HIGH
+indicates that the highest performance state (less power savings) should be
+used.
+.It Va economy_throttle_state
+.Pq Vt str
+CPU throttling state to use when off AC power.
+The string
+.Dq Li LOW
+indicates that
+.Xr acpi 4
+should use the lowest throttling state available while
+.Dq Li HIGH
+indicates that the highest performance state (less power savings) should be
+used.
+.It Va economy_cx_lowest
+.Pq Vt str
+CPU idle state to use when off AC power.
+The string
+.Dq Li LOW
+indicates that
+.Xr acpi 4
+should use the lowest power state available while
+.Dq Li HIGH
+indicates that the lowest latency state (less power savings) should be used.
.It Va jail_enable
.Pq Vt bool
If set to
OpenPOWER on IntegriCloud