Hacker News new | ask | show | jobs
by WalterBright 5277 days ago
I tried to do this couple years ago for Linux, asked around, and was told this was not possible for Linux. Apparently I was misinformed. I'm happy to be wrong about it. Can you point me to instructions for doing it for Ubuntu?

I have Windows XP, and have had 2000, NT, 98, 95, etc., and none of them could do it.

I'm glad to see that finally this "40 year old technology" is getting onto desktops in the last year or so.

1 comments

Thank you. I will give it a try.
Do note that there are 2 ways to share a graphical user interface on X.

The first way is by remotely running a program on your own Xserver. The programs' processes occur on the remote connection and are sent down the SSH tunnel and show up on your display. This is the common way in Linux.

The second way is by an older program from the Windows world: VNC. VNC takes a local, running display (example: my gui) and allows someone else to view/control it at the same time I do. In this method, you both fight over the mouse and keyboard inputs.

There are several others as well. There are a couple different ways to make a "multi-head" setup in linux, which is what it sounds like. Multiple monitors/keyboards/mice all attached to the same computer allowing multiple people to run X at once independently.
VNC (at least TightVNC) also lets you set up a display for yourself, if you want.