2004-04-22 21:29:02 +00:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 2004 Philip Paeps <philip@FreeBSD.org>
|
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
|
|
|
.\" $FreeBSD$
|
|
|
|
.\"
|
2010-02-08 21:01:41 +00:00
|
|
|
.Dd February 8, 2010
|
|
|
|
.Dt ACPI_ASUS 4
|
2004-04-22 21:29:02 +00:00
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm acpi_asus
|
|
|
|
.Nd Asus Laptop Extras
|
|
|
|
.Sh SYNOPSIS
|
2006-04-01 11:21:00 +00:00
|
|
|
To compile this driver into the kernel,
|
|
|
|
place the following line in your
|
|
|
|
kernel configuration file:
|
|
|
|
.Bd -ragged -offset indent
|
2004-04-22 21:29:02 +00:00
|
|
|
.Cd "device acpi_asus"
|
2006-04-01 11:21:00 +00:00
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
Alternatively, to load the driver as a
|
|
|
|
module at boot time, place the following line in
|
|
|
|
.Xr loader.conf 5 :
|
|
|
|
.Bd -literal -offset indent
|
|
|
|
acpi_asus_load="YES"
|
|
|
|
.Ed
|
2004-04-22 21:29:02 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver provides support for the extra ACPI-controlled gadgets, such as hotkeys
|
|
|
|
and leds, found on recent Asus (and Medion) laptops.
|
|
|
|
It allows one to use the
|
|
|
|
.Xr sysctl 8
|
|
|
|
interface to manipulate the brightness of the LCD panel and the display output
|
|
|
|
state.
|
|
|
|
Hotkey events are passed to
|
|
|
|
.Xr devd 8
|
2008-12-17 20:24:34 +00:00
|
|
|
for easy handling in userspace with the default configuration in
|
|
|
|
.Pa /etc/devd/asus.conf .
|
2004-04-22 21:29:02 +00:00
|
|
|
.Pp
|
2004-11-05 08:03:34 +00:00
|
|
|
Currently, the following Asus laptops are fully supported:
|
2004-04-22 21:29:02 +00:00
|
|
|
.Pp
|
2004-07-06 16:24:02 +00:00
|
|
|
.Bl -item -offset indent -compact
|
|
|
|
.It
|
2005-05-09 12:51:48 +00:00
|
|
|
xxN
|
|
|
|
.It
|
|
|
|
A1x
|
|
|
|
.It
|
|
|
|
A2x
|
|
|
|
.It
|
2007-06-02 21:10:01 +00:00
|
|
|
A3N
|
|
|
|
.It
|
2006-01-30 05:29:41 +00:00
|
|
|
A4D
|
|
|
|
.It
|
|
|
|
A6VM
|
|
|
|
.It
|
2005-05-09 12:51:48 +00:00
|
|
|
D1x
|
|
|
|
.It
|
|
|
|
J1x
|
|
|
|
.It
|
|
|
|
L2B
|
|
|
|
.It
|
2004-07-06 16:24:02 +00:00
|
|
|
L2D
|
|
|
|
.It
|
2005-05-09 12:51:48 +00:00
|
|
|
L2E
|
|
|
|
.It
|
2004-07-06 16:24:02 +00:00
|
|
|
L3C
|
|
|
|
.It
|
|
|
|
L3D
|
|
|
|
.It
|
|
|
|
L3H
|
|
|
|
.It
|
2005-05-09 12:51:48 +00:00
|
|
|
L4E
|
|
|
|
.It
|
2004-11-08 16:54:26 +00:00
|
|
|
L4R
|
|
|
|
.It
|
2005-05-09 12:51:48 +00:00
|
|
|
L5x
|
|
|
|
.It
|
|
|
|
L8x
|
2004-07-06 16:24:02 +00:00
|
|
|
.It
|
|
|
|
M1A
|
|
|
|
.It
|
|
|
|
M2E
|
2004-11-05 08:03:34 +00:00
|
|
|
.It
|
2006-04-09 17:05:17 +00:00
|
|
|
M6N
|
|
|
|
.It
|
2004-11-08 16:54:26 +00:00
|
|
|
M6R
|
2005-05-09 08:43:49 +00:00
|
|
|
.It
|
2005-05-09 12:51:48 +00:00
|
|
|
S1x
|
|
|
|
.It
|
|
|
|
S2x
|
2005-05-09 08:43:49 +00:00
|
|
|
.It
|
2005-05-09 12:51:48 +00:00
|
|
|
V6V
|
2006-04-09 17:05:17 +00:00
|
|
|
.It
|
|
|
|
W5A
|
2008-08-20 12:36:53 +00:00
|
|
|
.It
|
|
|
|
Eee PC
|
2004-04-22 21:29:02 +00:00
|
|
|
.El
|
2004-11-05 08:03:34 +00:00
|
|
|
.Pp
|
|
|
|
Additionally,
|
|
|
|
.Nm
|
|
|
|
also supports the Asus-compatible
|
|
|
|
.Em ATK0100
|
|
|
|
interface found in
|
|
|
|
.Em Samsung P30/P35
|
|
|
|
laptops.
|
2005-07-15 17:35:26 +00:00
|
|
|
.Sh SYSCTL VARIABLES
|
2004-04-22 21:29:02 +00:00
|
|
|
The following sysctls are currently implemented:
|
|
|
|
.Bl -tag -width indent
|
|
|
|
.It Va hw.acpi.asus.lcd_brightness
|
|
|
|
Makes the LCD backlight brighter or dimmer (higher values are brighter).
|
|
|
|
.It Va hw.acpi.asus.lcd_backlight
|
|
|
|
Turns the LCD backlight on or off.
|
|
|
|
.It Va hw.acpi.asus.video_output
|
2004-07-06 16:24:02 +00:00
|
|
|
Sets the active display to use according to a bitwise OR of the following:
|
2004-04-22 21:29:02 +00:00
|
|
|
.Pp
|
|
|
|
.Bl -tag -width indent -compact
|
|
|
|
.It Li 0
|
|
|
|
No display
|
|
|
|
.It Li 1
|
|
|
|
LCD
|
|
|
|
.It Li 2
|
|
|
|
CRT
|
|
|
|
.It Li 4
|
|
|
|
TV-Out
|
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
Some models also support video switching via the generic
|
|
|
|
.Xr acpi_video 4
|
2004-07-03 18:29:24 +00:00
|
|
|
driver.
|
2004-07-06 16:24:02 +00:00
|
|
|
Most models do not, however.
|
2004-04-22 21:29:02 +00:00
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
Defaults for these variables can be set in
|
|
|
|
.Xr sysctl.conf 5 ,
|
|
|
|
which is parsed at boot-time.
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr acpi 4 ,
|
Add acpi_asus_wmi(4) -- driver for random extras found on WMI-compatible
Asus laptops. It is alike to acpi_asus(4), but uses WMI interface instead
of separate ACPI device.
On Asus EeePC T101MT netbook it allows to handle hotkeys and on/off WLAN,
Bluetooth, LCD backlight, camera, cardreader and touchpad.
On Asus UX31A ultrabook it allows to handle hotkeys, on/off WLAN, Bluetooth,
Wireless LED, control keyboard backlight brightness, monitor temperature
and fan speed. LCD brightness control doesn't work now for unknown reason,
possibly requiring some video card initialization.
Sponsored by: iXsystems, Inc.
2012-07-02 08:31:29 +00:00
|
|
|
.Xr acpi_asus_wmi 4 ,
|
2004-04-22 21:29:02 +00:00
|
|
|
.Xr acpi_video 4 ,
|
|
|
|
.Xr sysctl.conf 5 ,
|
|
|
|
.Xr sysctl 8
|
|
|
|
.Rs
|
2004-11-05 08:03:34 +00:00
|
|
|
.%T The acpi4asus Project
|
2010-01-15 16:01:22 +00:00
|
|
|
.%U http://sourceforge.net/projects/acpi4asus/
|
2004-04-22 21:29:02 +00:00
|
|
|
.Re
|
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver first appeared in
|
|
|
|
.Fx 5.3 .
|
|
|
|
.Sh AUTHORS
|
|
|
|
.An -nosplit
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver and this manual page were written by
|
2014-06-26 21:46:14 +00:00
|
|
|
.An Philip Paeps Aq Mt philip@FreeBSD.org .
|
2004-04-22 21:29:02 +00:00
|
|
|
.Pp
|
2004-07-02 19:07:33 +00:00
|
|
|
Inspiration came from the
|
|
|
|
.Em acpi4asus project
|
2004-07-06 16:24:02 +00:00
|
|
|
started by
|
|
|
|
.An Julien Lerouge
|
|
|
|
which maintains a driver implementing this
|
|
|
|
functionality in the
|
|
|
|
.Tn Linux
|
|
|
|
kernel.
|