LinuxCommandLibrary

backlight_control

Adjust screen backlight brightness by percentage.

TLDR

Increase the backlight by a percentage

$ backlight_control +[5]
copy
Decrease the backlight by a percentage
$ backlight_control -[5]
copy
Set the backlight to a specific percentage
$ backlight_control [90]
copy
Display help
$ backlight_control
copy

SYNOPSIS

backlight_control [+|-]percentage

DESCRIPTION

backlight_control adjusts the screen backlight brightness on Linux systems using percentage values. It provides a simple interface to the kernel's backlight subsystem.
The tool works with laptop displays and other devices that expose backlight control through /sys/class/backlight/.

PARAMETERS

+n

Increase brightness by n percent
-n
Decrease brightness by n percent
n
Set brightness to n percent (0-100)

CAVEATS

Requires appropriate permissions to write to backlight control files. May require adding the user to a video or similar group. Only works with hardware that exposes backlight controls through the sysfs interface.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community