On Fri, 4 May 2001, Scott Dagastino wrote:

> I have 2 linux machines with both have xserver running
> on them.
>
> Is there a way to get the display of one gui
> application to appear on the other box.?
>
If you are on the home network and you have a firewall you need not use
ssh as it slows down the things. X is bandwith intensive if you use
Gnome/KDE or other fancy stuff.

If you have a reasonably new linux distro you might need to export the
xauth from the computer you want to display on and import it on the
computer you want to run the program on. man xauth for more info.

Then you can
	export DISPLAY="my_other_machine:0"
and ran your app.

florin