[2508] in testers
Re: DISPLAY etc.
daemon@ATHENA.MIT.EDU (Ezra Peisach)
Mon Jun 27 12:28:33 1994
To: Kevin M Cunningham <kcunning@MIT.EDU>
Cc: testers@MIT.EDU, epeisach@MIT.EDU
In-Reply-To: Your message of Mon, 27 Jun 1994 10:19:29 -0400.
<9406271419.AA07848@slingshot.MIT.EDU>
Date: Mon, 27 Jun 1994 12:28:08 EDT
From: Ezra Peisach <epeisach@MIT.EDU>
If your problem is reproducible, it sounds like connections to your
Xserver from the network connection is not working....
Suggestions:
a) Look at the output of 'xhost' is your machine listed?
I suspect that your actuively working xterms have the DISPLAY set to
:0.0 which uses a unix domain socket and does not use the network.
b) Before trying rlogin, try
setenv DISPLAY slingshot:0
xterm
I bet that will fail for the above reason.
c) If what I say is true - as a workaround, you can do a
setenv DISPLAY :0.0
and that probably will work...