HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

backlight_control — Control a linux machine's backlight using percentage values. More information: <https://github.com/H

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandbacklightclicontrolusinglinuxmachinebacklight_control
linux

Problem

How to use the backlight_control command: Control a linux machine's backlight using percentage values. More information: <https://github.com/Hendrikto/backlight_control#usage>.

Solution

backlight_control — Control a linux machine's backlight using percentage values. More information: <https://github.com/Hendrikto/backlight_control#usage>.

Increase/decrease the backlight by a specific percent count:
backlight_control {{+|-}}{{5}}


Set the backlight strength to a specific percent count:
backlight_control {{90}}


Display help:
backlight_control

Code Snippets

Increase/decrease the backlight by a specific percent count

backlight_control {{+|-}}{{5}}

Set the backlight strength to a specific percent count

backlight_control {{90}}

Display help

backlight_control

Context

tldr-pages: linux/backlight_control

Revisions (0)

No revisions yet.