> The Cygwin "x2x" packages (source and binary) have been updated to version > 1.30-2. This is merely a "maintenance" release necessitated by recent > changes to the Cygwin includes. No features or bug fixes have been > applied. >
Works great. FWIW, the problem I had (http://sources.redhat.com/ml/cygwin-xfree/2004-04/msg00101.html) was due to /usr/X11R6/bin mounted with cygexec option set. I don't know if this is a bug, but one can try this: $ mount -f -u -X "D:/cygwin/usr/X11R6/bin" "/usr/X11R6/bin" $ /usr/X11R6/bin/x2x -copyright answer is "x2x: display names are both 127.0.0.1:0.0" $ mount -f -u -x "D:/cygwin/usr/X11R6/bin" "/usr/X11R6/bin" $ /usr/X11R6/bin/x2x -copyright answer is " Cygwin version with -fromwin to blablabla...", works ok $ umount /usr/X11R6/bin $ /usr/X11R6/bin/x2x -copyright answer is " Cygwin version with -fromwin to blablabla...", works ok
