Baris perintah kecerahan layar Linux

$ xrandr | grep " connected" | cut -f1 -d " "
VGA1
$ xrandr --output VGA1 --brightness 0.7
The Code Doctor