GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
BACKLIGHT(8) FreeBSD System Manager's Manual BACKLIGHT(8)

backlightconfigure backlight hardware

backlight [-q] [-f device]

backlight [-q] [-f device] -i

backlight [-f device] value

backlight [-f device] incr|+ [value]

backlight [-f device] decr|- [value]

The backlight utility can be used to configure brightness levels for registered backlights.

Called without any arguments it will print the current brightness level of the first registered backlight.

The options are as follows:

device
Device to operate on. If not specified, /dev/backlight/backlight0 is used. If an unqualified name is provided, /dev/backlight/ is automatically prepended.
Query information about the backlight (name, type).
When querying the brightness level only print the value.
value
Set the brightness level to this value, must be between 0 and 100. A trailing “%” is valid.
|+ [value]
Decrement the backlight level. If no value is specified a default of 10 percent is used.
|- [value]
Increment the backlight level. If no value is specified a default of 10 percent is used.

Show the current brightness level:

$ backlight -f /dev/backlight/backlight0
brightness: 98

backlight(9)

The backlight utility appeared in FreeBSD 13.0.

The backlight utility and this manual page were written by Emmanuel Vadot <manu@FreeBSD.org>.

July 19, 2022 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.