summaryrefslogtreecommitdiffstats
path: root/share/man/man4/acpi.4
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2006-06-10 08:06:16 +0000
committernjl <njl@FreeBSD.org>2006-06-10 08:06:16 +0000
commit00c07c39910ef7f9f06adf874feb0470efa94dd6 (patch)
tree4d1be3038b8035b8f903c1895070ecdf8156ec48 /share/man/man4/acpi.4
parent0197d975de1cc76bd62725a4b572fc6a2f77fe3b (diff)
downloadFreeBSD-src-00c07c39910ef7f9f06adf874feb0470efa94dd6.zip
FreeBSD-src-00c07c39910ef7f9f06adf874feb0470efa94dd6.tar.gz
Move the reset beep tunable/sysctl to debug.acpi.resume_beep. This makes
more sense than under hw.acpi. Also, document this in the man page.
Diffstat (limited to 'share/man/man4/acpi.4')
-rw-r--r--share/man/man4/acpi.412
1 files changed, 10 insertions, 2 deletions
diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4
index 8b0a912..dab30d0 100644
--- a/share/man/man4/acpi.4
+++ b/share/man/man4/acpi.4
@@ -93,6 +93,9 @@ Tunables can be set at the
.Xr loader 8
prompt before booting the kernel or stored in
.Pa /boot/loader.conf .
+Many of these tunables also have a matching
+.Xr sysctl 8
+entry for access after boot.
.Bl -tag -width indent
.It Va acpi_dsdt_load
Enables loading of a custom ACPI DSDT.
@@ -107,6 +110,10 @@ handle parallel requests.
The default value is 3.
.It Va debug.acpi.quirks
Override any automatic quirks completely.
+.It Va debug.acpi.resume_beep
+Beep the PC speaker on resume.
+This can help diagnose suspend/resume problems.
+Default is 0 (disabled).
.It Va hint.acpi.0.disabled
Set this to 1 to disable all of ACPI.
If ACPI has been disabled on your system due to a blacklist entry for your
@@ -119,8 +126,9 @@ Try increasing this number if you get the error
Override the assumed memory starting address for PCI host bridges.
.It Va hw.acpi.reset_video
Enables calling the VESA reset BIOS vector on the resume path.
-Some graphic chips have problems such as LCD white-out after resume.
-Try setting this to 0 if this causes problems for you.
+This can fix some graphics cards that have problems such as LCD white-out
+after resume.
+Default is 0 (disabled).
.It Va hw.acpi.serialize_methods
Allow override of whether methods execute in parallel or not.
Enable this for serial behavior, which fixes
OpenPOWER on IntegriCloud