Remote Server XDMCP

Harold Helmich hhelmich@home.com
Thu Oct 12 07:54:00 GMT 2000


Thanks for everyone's help.  I got XFCE and XFree86 to work on NT SP 6.0.  I
was also able to get XDMCP working correctly and was able to establish
connections to my Linux severs.  Below are the two configuration files I use
to run XFree86 on NT.  The first file is the standalone version.  The second
provides the settings I use to connect to my Linux box.

Turns out my stack corruption was my laptop not refreshing its TCP/IP
settings automatically between different network environments.

Thanks Again,
Harry

Standalone
=======
@echo off

SET DISPLAY=127.0.0.1:0.0
SET PATH=.;%PATH%;\cygwin\bin;\cygwin\usr\X11R6\bin

SET XFCE_DATA=\cygwin\usr\X11R6\var\xfce
SET HOME=/home/administrator

start XWin :0 -screen 0 1024x768x24

bash -c "/usr/bin/nohup /usr/bin/bash -c ""/usr/bin/bash -c
'./mxterm  -sb -sl 2048 -font 7x13bold -sb -rightbar -ms red -fg yellow -bg
black -e /usr/bin/bash' &""&" &
bash -c "/usr/bin/nohup /usr/bin/bash -c ""/usr/bin/bash -c './rxvt -fn
7x13bold -e /usr/bin/bash' &""&" &
bash -c "/usr/bin/nohup /usr/bin/bash -c ""/usr/bin/bash -c './xfwm' &""&"

@echo on

XDMCP
======
@echo off

SET DISPLAY=127.0.0.1:0.0
SET PATH=.;%PATH%;\cygwin\bin;\cygwin\usr\X11R6\bin

SET XFCE_DATA=\cygwin\usr\X11R6\var\xfce
SET HOME=/home/administrator

start XWin :0 -screen 0 1024x768x24 -query 192.168.0.1

@echo on




More information about the Cygwin-xfree mailing list