Answers for "ubuntu turn off screen terminal"

0

ubuntu turn off screen terminal

$ xrandr 							         <- to see connected devices
$ xrandr --output <output-name> --off
$ xrandr --output <output-name> --right-of <output-name> --auto	       
                       ^to turn on monitor again right of another one
Posted by: Guest on November-05-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language