turn off screen in ubuntu code example
Example: 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