-
UNIX-Based server
This one is pretty easy. We'll pretend that I'm in front of my linux
machine "penny" and I want to run matlab from "rex".
-
On penny, I type: xhost + rex
-
From penny, I telnet or rlogin to rex (e.g. telnet rex)
-
On rex, I type: setenv DISPLAY penny.engr.trinity.edu:0
-
On rex, I run the program: matlab
The graphical output should show up on my screen on penny.
-
Windows-Based server
This one is a tad more interesting. You need a program that understands
the X-windows protocol. One such program is called eXceed, put out by Hummingbird.
I'll assume that you have it, and it's set up. (If anyone has directions
on how to do this, let me know.) I'll again pretend that I'm sitting in
front of my Windows-based PC, ENGR05.
-
In exceed, allow rex access to the display. I believe that by default it
allows access to everybody in the world, so this is easy.
-
From ENGR05, telnet to rex (StartBar->Run, then type "telnet rex.engr.trinity.edu")
-
On rex, I type: setenv DISPLAY penny.engr.trinity.edu:0
-
On rex, I run the program: matlab
The graphical output should show up in my eXceed window on ENGR05.
If anyone has some recommendations for other PC X servers, I'd be happy
to share them here.