backlight.8 (790c70c8258cfe2f4458be1a83df83b9af5296d0) | backlight.8 (1df30489a8f7083c98010c94d9ce522f9e8213dc) |
---|---|
1.\" Copyright (c) 2020 Emmanuel Vadot <manu@freebsd.org> 2.\" 3.\" Redistribution and use in source and binary forms, with or without 4.\" modification, are permitted provided that the following conditions 5.\" are met: 6.\" 1. Redistributions of source code must retain the above copyright 7.\" notice, this list of conditions and the following disclaimer. 8.\" 2. Redistributions in binary form must reproduce the above copyright --- 8 unchanged lines hidden (view full) --- 17.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 18.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 19.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 20.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 21.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22.\" 23.\" $FreeBSD$ 24.\" | 1.\" Copyright (c) 2020 Emmanuel Vadot <manu@freebsd.org> 2.\" 3.\" Redistribution and use in source and binary forms, with or without 4.\" modification, are permitted provided that the following conditions 5.\" are met: 6.\" 1. Redistributions of source code must retain the above copyright 7.\" notice, this list of conditions and the following disclaimer. 8.\" 2. Redistributions in binary form must reproduce the above copyright --- 8 unchanged lines hidden (view full) --- 17.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 18.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 19.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 20.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 21.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22.\" 23.\" $FreeBSD$ 24.\" |
25.Dd October 27, 2020 | 25.Dd March 03, 2021 |
26.Dt BACKLIGHT 8 27.Os 28.Sh NAME 29.Nm backlight 30.Nd configure backlight hardware 31.Sh SYNOPSIS 32.Nm 33.Op Fl f Ar device --- 8 unchanged lines hidden (view full) --- 42.Op Fl f Ar device 43.Cm decr Ns | Ns Cm - 44.Op Ar value 45.Sh DESCRIPTION 46The 47.Nm 48utility can be used to configure brightness levels for registered backlights. 49.Pp | 26.Dt BACKLIGHT 8 27.Os 28.Sh NAME 29.Nm backlight 30.Nd configure backlight hardware 31.Sh SYNOPSIS 32.Nm 33.Op Fl f Ar device --- 8 unchanged lines hidden (view full) --- 42.Op Fl f Ar device 43.Cm decr Ns | Ns Cm - 44.Op Ar value 45.Sh DESCRIPTION 46The 47.Nm 48utility can be used to configure brightness levels for registered backlights. 49.Pp |
50If call without any option it will print the current brightness level of the first 51registered backlight. 52.Pp |
|
50The options are as follows: 51.Bl -tag -width "-f device" 52.It Fl f Ar device 53Device to operate on. 54If not specified, 55.Pa /dev/backlight/backlight0 56is used. 57If an unqualified name is provided, --- 36 unchanged lines hidden --- | 53The options are as follows: 54.Bl -tag -width "-f device" 55.It Fl f Ar device 56Device to operate on. 57If not specified, 58.Pa /dev/backlight/backlight0 59is used. 60If an unqualified name is provided, --- 36 unchanged lines hidden --- |