How to use a(n Android, for instance) tablet as secondary monitor for your computer (running xorg, and presumably Linux)? [[http://askubuntu.com/a/240571/152438|This solution]] is in principle very nice: no restart needed, easy to automatize. On my system, with both the screen and the tablet being 1280x800, it's as simple as - xrandr --fb 2560x800 - x11vnc -clip 1280x1024+1281+0 - starting [[https://github.com/iiordanov/bVNC/releases|bVNC]] on the tablet. There are two problems, still unsolved: - [[https://bugs.freedesktop.org/show_bug.cgi?id=39949|This bug]] causes the pointer to be constrained to the phisical screen. The patch provided seems to work, I still didn't try it. - the maximum size for the server may be smaller than what you need, so in fact you won't be able to bring windows outside of some invisible boundaries. This is probably easy to solve, but I still didn't find a way.