Page MenuHomeFreeBSD

D29567.id86791.diff
No OneTemporary

D29567.id86791.diff

diff --git a/documentation/content/en/books/handbook/config/_index.adoc b/documentation/content/en/books/handbook/config/_index.adoc
--- a/documentation/content/en/books/handbook/config/_index.adoc
+++ b/documentation/content/en/books/handbook/config/_index.adoc
@@ -1347,6 +1347,21 @@
ACPI can be used to put the system into a sleep mode with `acpiconf`, the `-s` flag, and a number from `1` to `5`. Most users only need `1` (quick suspend to RAM) or `3` (suspend to RAM). Option `5` performs a soft-off which is the same as running `halt -p`.
+The man:acpi_video[4] driver uses
+link:https://uefi.org/specs/ACPI/6.4/Apx_B_Video_Extensions/Apx_B_Video_Extensions.html[ACPI
+Video Extensions] to control display switching and backlight brightness. It must
+be loaded after any of the DRM kernel modules. After loading the driver,
+the kbd:[Fn] brightness keys will change the brightness of the screen. It is
+possible to check the ACPI events by inspecting [.filename]#/var/run/devd.pipe#:
+
+[source,shell]
+...
+# cat /var/run/devd.pipe
+!system=ACPI subsystem=Video type=brightness notify=62
+!system=ACPI subsystem=Video type=brightness notify=63
+!system=ACPI subsystem=Video type=brightness notify=64
+...
+
Other options are available using `sysctl`. Refer to man:acpi[4] and man:acpiconf[8] for more information.
[[ACPI-comprob]]

File Metadata

Mime Type
text/plain
Expires
Sun, May 17, 3:57 AM (16 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33174590
Default Alt Text
D29567.id86791.diff (1 KB)

Event Timeline