Examples (5)
Get the current screen brightness as a percentage
Set the screen brightness to 40%
xbacklight -set 40Increase current brightness by 25%
xbacklight -inc 25Decrease current brightness by 75%
xbacklight -dec 75Increase backlight to 100%, over 60 seconds (value given in ms), using 60 steps
xbacklight -set 100 -time 60000 -steps 60made by @shridhargupta | data from tldr-pages