I have a multi-screen computer with serveral monitors. Some of the monitors are also connected to other computers. I want to explicitly switch off the signal to one of the monitors without changing the desktop layout and without switching off the other monitors to force the monitor to pick the other signal.
As a workaround I do "xset dpms force off" on my multiscreen machine and then the other machines I do not want to take over the screen.
Is there a way to turn one monitor off in a dual-head setup? wanted to have his windows moved to the other screen. xrandr --output $NAMEOFDISPLAY --off would at least temporarily move my windows until I set my proper xrandr setting again.