Now, move file goX from your course directory to your home directory. The last step is to change back to your home directory. [NOTE: While you work in the "course environment", you won't have access to the UNIX environment variables or aliases you set in your normal .cshrc. If you wish to use any personalized UNIX settings, go ahead and add them to the cs551/.cshrc -- but don't just copy your file on top of the new settings.]
goX 128.193.32.161:0
A second argument is optional, and is used to override the default
choice of window manager (twm). To use X with no window
manager in effect, use -wmnone as the second argument:
goX 128.193.32.161:0 -wmnone
For Workstations in Dearborn 115 and Hovland 108 Labs
The Dearborn 115 workstations bring up "HP's Visual User Environment".
The following steps need to be followed to run the course enviornment:
xhost +flop.engr.orst.edu
(it will allow flop to display on the workstation you are using).
xterm -e rlogin flop.engr.orst.edu & . This will give
you a new xterm window for flop.
goX hostname:0.0 where hostname is the
name or IP number of the machine you are logged onto.
ps -u your_login_name
(to get a list of the process that are running for your session).
kill -9 pid where pid is the number
you note in the previous step.
Workstation: If X disappears, leaving you at the command line,
issue the following commands to "clear" the keyboard mappings:
clear_colormap
kbd -a
then restart X. If you are frozen inside X, log on from another
terminal and get a list of active processes with ps -aux.
Kill all the X-related processes. Once you are at the UNIX
command line, finish off with the keyboard clearing commands.