Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by unix.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #ubuntu #turn #screen #terminal
ADD COMMENT
Topic
Name
6+5 =