Answers for "brightness issue in ubuntu"

2

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 "Shell/Bash"

Browse Popular Code Answers by Language