Using XWin.exe to connect to a linux X Server

Reid Thompson Reid.Thompson@ateb.com
Fri Nov 30 14:42:00 GMT 2007


On Fri, 2007-11-30 at 09:38 -0500, jose isaias cabrera wrote:
> 
> > Hi,
> >
> > DISPLAY on the Linux box must be set to the IP address of the cygwin box.
> Hmmmm...
> 
> > But DISPLAY on the cygwin box must be set to either localhost or the IP 
> > address of this machine.
> Ok, this one was set to d-tuxedo, which I did not change.  But I just set it 
> back to localhost:0.0 and still happens.
> 
> > You also must have some method to communicate between both machines. I 
> > always used telnet as it was all locally done. You can also take SSH if 
> > you do not know who else listens between.
> I do.  I am able to connect to d-tuxedo through ssh, etc.  I just want to 
> use X with cygwin to get to it.
> 
try ssh -Y ${username}@d-tuxedo

or ssh -X ${username}@d-tuxedo

and then try to start an xterm

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/



More information about the Cygwin-xfree mailing list