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


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

Re: Screen refresh and XDMCP


Hello,
You wrote
> 
> @echo off
> SET DISPLAY=127.0.0.1:0.0
> SET
> PATH=%PATH%;c:\progra~1\cygwin\usr\X11R6\bin;c:\progra~1\cygwin\usr\bin;c:\p
> rogra~1\cygwin\vtwm-5.4.5a
> start XWin -screen 0 1152x864x16 -whitepixel 255 -blackpixel 0 -query
> 192.168.1.1
> 
> But I only get the default black-white tiled window which closes after about
> 1 minute.
There are two possible errors:

first, the xdm on the linux machine does not allow connects from your
windows box.
- check /etc/X11/xdm/Xaccess or (usr/X11R6/lib/xdm/Xaccess) if you windows
  box is allowed to connect

second, the XServer does not allow connects from remote machines. 
- try starting the Xserver with the switch "-ac". This will switch off
  access control. Use this with caution since everybody on the network will
  be able to connect to the xserver.
or 
- run the command "xhost 192.168.1.1 -display 127.0.0.1:0.0" to allow
  access from the linux box

HTH
	ago
-- 
 Alexander.Gottwald@informatik.tu-chemnitz.de 
 http://www.gotti.org
 +49 3752 349 80 80


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