xref: /openbsd-src/share/man/man4/abl.4 (revision c82afa56db011704c38cd855e3973a9e82e7fbd1)
1.\"	$OpenBSD: abl.4,v 1.3 2020/10/25 08:35:11 mglocker Exp $
2.\"
3.\" Copyright (c) 2020 Marcus Glocker <mglocker@openbsd.org>
4.\"
5.\" Permission to use, copy, modify, and distribute this software for any
6.\" purpose with or without fee is hereby granted, provided that the above
7.\" copyright notice and this permission notice appear in all copies.
8.\"
9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\"
17.\"
18.Dd $Mdocdate: October 25 2020 $
19.Dt ABL 4
20.Os
21.Sh NAME
22.Nm abl
23.Nd Apple backlight support
24.Sh SYNOPSIS
25.Cd "abl* at acpi?"
26.Sh DESCRIPTION
27The
28.Nm
29driver enables access to the backlight found in Intel based Apple iMac
30computers.
31It provides brightness control using the
32.Xr wsconsctl 8
33variable
34.Va display.brightness .
35.Sh SEE ALSO
36.Xr acpi 4 ,
37.Xr intro 4 ,
38.Xr wsconsctl 8
39.Sh HISTORY
40The
41.Nm
42driver first appeared in
43.Ox 6.8 .
44.Sh AUTHORS
45.An -nosplit
46The
47.Nm
48driver was written by
49.An Marcus Glocker Aq Mt mglocker@openbsd.org .
50