Is it possible to create a “shared” desktop expirence for two users using Xnest or Xephyr?
That is, a single “fake/virtual” X desktop session gets rendered in to a window on two different real X servers on the same LAN.
Yeah this can be done (better/faster) with Xvnc and friends, but that stops being “real X” and requires VNC clients. For now, I’d like try avoiding that.
Can it be done?
Thank you
It is possible using “real X”, but, as far as I can think, not with Xnest/Xephyr: it is possible using Xdmx.
install Xdmx
apt-get install xmdxon Debian and Ubuntuin machine A (192.168.1.103):
/etc/init.d/gdm stop, or kdm stop, or whatever)in machine B:
xdmx.conf:
Xdmx -configfile xdmx.conf -config example0 :1 +xineramaDISPLAY=:1 xterm &DISPLAY=:1 metacity &BEWARE: Xdmx is highly untested. I wouldn’t be surprised to find bugs on it!
man Xdmxis your friend!If you have some experience compiling and running X, you might want to replace Xdmx with Xorg using xf86-video-nestedv, but it’s even more complicated…
http://gitorious.org/xf86-drivers-nested/xf86-video-nestedv