Hi, could you please try to use: start /B XWin -ac -screen ........ sleep 15 (or set a 'pause' and wait for about 15 Secs, now press any key) start /B xwinclip.exe
best regards, Darko Palic > > Hi > > I used this in my start.bat: > > @echo off > SET DISPLAY=127.0.0.1:0.0 > SET PATH=d:\cygwin\usr\X11R6\bin;d:\cygwin\bin;d:\cygwin\usr\bin;%PATH% > start XWin -screen 0 1280 1024 -depth 32 -engine 4 -kb -query myAIXmachine > -fp tcp/myfontserver:7500 -fullscreen -once -ac > start /B xwinclip.exe > > and it worked, but there is another problem - when I use xwinclip such > way, it's impossible to logoff correctly and I have to shutdown XWin using > Alt-F4 key. > So I avoided using xwinclip. > > Pavel > > > > > > "Harold Hunt" > > <[EMAIL PROTECTED]> To: "Eli > Kleinman" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> > Sent by: cc: > > cygwin-xfree-owner@ Subject: RE: > still having a problem with xwinclip > cygwin.com > > > > > > 10.04.2002 23:48 > > > > > > > > > > Eli, > > xwinclip is going to have problems in your scenario because CDE owns the > display when you use XDMCP. I think someone may have figured out how to > use > xwinclip at the same time as an XDMCP session... you can search > the mailing > list archives for an answer to that. > > http://cygwin.com/ml/cygwin-xfree/ > > Harold > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Eli Kleinman > > Sent: Wednesday, April 10, 2002 5:47 PM > > To: [EMAIL PROTECTED] > > Subject: still having a problem with xwinclip > > > > > > I tried setting DISPLAY to :0.0 but this did not solve my problem > > this is what I use to start CDE > > $ export DISPLAY=192.9.200.136:0.0 > > xwin -noreset -screen 0 1152 864 -query 192.9.200.6 -fp > > tcp/192.9.200.6:7100 -from 192.9.200.136 & > > [1] 600 > > > > this is what I try to use to start xwinclip and this is what i get > > $ export DISPLAY=:0.0 > > $ xwinclip.exe > > Xlib: connection to ":0.0" refused by server > > Xlib: No protocol specified > > > > Could not open display > > > > Could some one please help me > > > >