Answers for "ubuntu control brightness"

1

ubuntu control brightness

xrandr | grep " connected" | cut -f1 -d " "

xrandr --output LVDS1 --brightness 0.7
Posted by: Guest on September-08-2021

Code answers related to "ubuntu control brightness"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language