Ubuntu éteindre le terminal d'écran

$ 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
Precious Peafowl