This is the mail archive of the cygwin-xfree@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Running remote X apps


On Wed, 29 Nov 2000, Timothy J. Massey wrote:
> 
> D:\WIN32\cygwin\usr\X11R6\bin>xhost +204.238.175.35
> xhost:  unable to open display ""
>
 It seems, that your display enivironment variable is not set
 
   try xhost -display 127.0.0.1 +204.238.175.35
 or (for command.com)
   set DISPLAY=127.0.0.1
   xhost +204.238.175.35
 of (for bash)
   export DISPLAY=127.0.0.1
   xhost +204.238.175.35

 you can also try to leaveout the '+'  

 HTH
    ago
-- 
Alexander.Gottwald@informatik.tu-chemnitz.de
http://www.gotti.org
+49 3725 3498080


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]