LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid