View Full Version : X window connect to SGI - help
cansas
05-09-2002, 09:37 AM
My company has a few SGI servers running Irix. Presently our technical staff uses eXodus in OS9 to access the servers and manipulate windows. We would like to do this through OSX and our XFree installs. The SGI boxes do not have X servers running. Is there a way to connect from OSX and XFree? Our attempts have been fruitless.
Thanks for any help.
stetner
05-09-2002, 05:48 PM
The SGI's don't need to have a server running. In X speak, the 'server' is the thing you look at. The SGI's in your case will be running clients (like xterm say) that will connect to your server (Xfree on your Mac).
I do this all the time. Simply fire up Xfree on your Mac, do an 'xhost +' (or 'xhost <your SGI IP or name>' if you are paranoid)in a terminal on the Mac, telnet into the SGI, set your DISPLAY variable to the IP of your mac with a trailing ':0' and fire up an X program. IEOn the Mac:
run Xfree
start an xterm
# xhost +
On the SGI:
# DISPLAY=xxx.xxx.xxx.xxx:0
or
# setenv DISPLAY xxx.xxx.xxx.xxx:0
(obviously replace xxx.xxx.xxx.xxx with the IP of your Mac)
# xterm
If an xterm does not appear on your mac, give us the error message from the SGI and any (new) messages on the console from the mac.
Doug
cansas
05-10-2002, 08:32 AM
Thank you. It was the setenv command that we were getting wrong. Everything works great!
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.