Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!att!ucbvax!bloom-beacon!dont-send-mail-to-path-lines From: T441613@TWNCU865.BITNET Newsgroups: comp.windows.x Subject: Re: Running X across a network Message-ID: Date: 19 Apr 91 19:40:00 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 23 >On my network I have SCO ODT on one node and ISC with X11R3/Motif >on another node. On the ISC node I set the DISPLAY variable to >"(the hostname of SCO ODT):0" and tried to run xinit on ISC. > >I expected to get a display on the SCO ODT node but that was not >the case. Instead I get a display on the ISC node that crashed. If you want to run a program in the remote node and display in the local node, you should do the following. In the local node LOCAL_NODE% xhost +REMOTE_NODE In the remote node REMOTE_NODE% xeyes -d LOCAL_NODE:0 If you want to run a program in the local node and display in the remote node, you should do the following. In the remote node REMOTE_NODE% xhost +LOCAL_NODE In the local node LOCAL_NODE% xeyes -d REMOTE_NODE:0 Michael Lin National Central University, Taiwan