From mikemccollister@yahoo.com Tue Feb 1 20:03:00 2005 From: mikemccollister@yahoo.com (Mike McCollister) Date: Tue, 01 Feb 2005 20:03:00 -0000 Subject: Cygwin-X shortcuts and installation to "c:\Program Files\cygwin" Message-ID: <20050201200256.95532.qmail@web30402.mail.mud.yahoo.com> I have installed cygwin, plus Cygwin-X, to c:\progra~1\cygwin. I have used it that way for years. However, I have noticed that when I try to run an X-Windows program using the pre-defined shortcuts in the start menu, such as xcalc or bitmap, that they will not run. When I look at the properties of the program I get this error message with run.exe: Error: Couldn't find Files\cygwin\usr\X11R6\bin\run.exe" -p /usr/X11R6/bin xcalc -display 127.0.0.1:0.0 anywhere. I even looked in the PATH... It appears that the shortcut uses "C:\Program Files" in it and the space is causing problems. I have modified the startxwin.bat and startxwin.sh scripts so that the proper directory is being used but that did not make a difference. I can run these programs from the command line without any problems. It just appears that the run command needs to take into account that it might reside in a directory with spaces in it. Mike __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail From Alexander.Gottwald@s1999.tu-chemnitz.de Tue Feb 1 22:51:00 2005 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 01 Feb 2005 22:51:00 -0000 Subject: Cygwin-X shortcuts and installation to "c:\Program Files\cygwin" In-Reply-To: <20050201200256.95532.qmail@web30402.mail.mud.yahoo.com> References: <20050201200256.95532.qmail@web30402.mail.mud.yahoo.com> Message-ID: Mike McCollister wrote: > I have installed cygwin, plus Cygwin-X, to c:\progra~1\cygwin. I have used it > that way for years. However, I have noticed that when I try to run an > X-Windows program using the pre-defined shortcuts in the start menu, such as > xcalc or bitmap, that they will not run. When I look at the properties of the > program I get this error message with run.exe: > > Error: Couldn't find Files\cygwin\usr\X11R6\bin\run.exe" -p /usr/X11R6/bin > xcalc -display 127.0.0.1:0.0 anywhere. I even looked in the PATH... Is the entry in the shortcut broken? Or is it the run utility. The shortcut should read "C:\Program Files\cygwin\usr\X11R6\bin\run.exe" -p /usr/X11R6/bin xcalc -display 127.0.0.1:0.0 bye ago NP: Terminal Choice - House of Evil -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From lists@auzsoft.net Tue Feb 1 23:07:00 2005 From: lists@auzsoft.net (Auz) Date: Tue, 01 Feb 2005 23:07:00 -0000 Subject: Status of "lost cut and paste" issue? Message-ID: <42000B21.4010101@auzsoft.net> Hi, I seem to be suffering this issue: http://www.mail-archive.com/cygwin-xfree@cygwin.com/msg13265.html / http://sources.redhat.com/ml/cygwin-xfree/2004-12/msg00161.html I'm running XP on one side, Fedora Core 3 on the other. I'm launching cygwin/x (Release: 6.8.1.0-9) with /usr/X11R6/bin/XWin -clipboard -silent-dup-error -unixkill -rootless -query 192.168.0.6 The end of my XWin.log says: winProcEstablishConnection - Hello winProcEstablishConnection - Xdmcp enabled, waiting to start clipboard client until fourth call. winProcEstablishConnection - Hello winProcEstablishConnection - Xdmcp enabled, waiting to start clipboard client until fourth call. winProcEstablishConnection - Hello winProcEstablishConnection - Xdmcp enabled, waiting to start clipboard client until fourth call. winProcEstablishConnection - Hello winInitClipboard () winProcEstablishConnection - winInitClipboard returned. winClipboardProc - Hello DetectUnicodeSupport - Windows NT/2000/XP winClipboardProc - DISPLAY=127.0.0.1:0.0 winProcQueryTree - Clipboard client already launched, returning. winClipboardProc - XOpenDisplay () returned and successfully opened the display. winProcSetSelectionOwner - Clipboard not yet started, aborting. winProcSetSelectionOwner - Clipboard not yet started, aborting. winClipboardIOErrorHandler! winClipboardProc - setjmp returned for IO Error Handler. Is there any news on a fix, or a work-around? - Auz From alexander.gottwald@s1999.tu-chemnitz.de Tue Feb 1 23:18:00 2005 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 01 Feb 2005 23:18:00 -0000 Subject: Status of "lost cut and paste" issue? In-Reply-To: <42000B21.4010101@auzsoft.net> References: <42000B21.4010101@auzsoft.net> Message-ID: On Tue, 1 Feb 2005, Auz wrote: > Hi, I seem to be suffering this issue: > http://www.mail-archive.com/cygwin-xfree@cygwin.com/msg13265.html / > http://sources.redhat.com/ml/cygwin-xfree/2004-12/msg00161.html > > I'm running XP on one side, Fedora Core 3 on the other. I'm launching > cygwin/x (Release: 6.8.1.0-9) with > > winClipboardIOErrorHandler! > > winClipboardProc - setjmp returned for IO Error Handler. > > Is there any news on a fix, or a work-around? No. gdm has an unusal startup sequence which interferes with the clipboard integration. As alternative you might use wdm, kdm or xdm which are reported to work fine. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From mikemccollister@yahoo.com Wed Feb 2 14:57:00 2005 From: mikemccollister@yahoo.com (Mike McCollister) Date: Wed, 02 Feb 2005 14:57:00 -0000 Subject: Cygwin-X shortcuts and installation to "c:\Program Files\cygwin" In-Reply-To: Message-ID: <20050202145700.33003.qmail@web30409.mail.mud.yahoo.com> Alexander, --- Alexander Gottwald wrote: > Mike McCollister wrote: > > > I have installed cygwin, plus Cygwin-X, to c:\progra~1\cygwin. I have used > it > > that way for years. However, I have noticed that when I try to run an > > X-Windows program using the pre-defined shortcuts in the start menu, such > as > > xcalc or bitmap, that they will not run. When I look at the properties of > the > > program I get this error message with run.exe: > > > > Error: Couldn't find Files\cygwin\usr\X11R6\bin\run.exe" -p /usr/X11R6/bin > > xcalc -display 127.0.0.1:0.0 anywhere. I even looked in the PATH... > > Is the entry in the shortcut broken? Or is it the run utility. > The shortcut should read > "C:\Program Files\cygwin\usr\X11R6\bin\run.exe" -p /usr/X11R6/bin xcalc > -display 127.0.0.1:0.0 The entry is good. It appears to be the run utility. Mike __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From alexander.gottwald@s1999.tu-chemnitz.de Wed Feb 2 16:16:00 2005 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 02 Feb 2005 16:16:00 -0000 Subject: Cygwin-X shortcuts and installation to "c:\Program Files\cygwin" In-Reply-To: <20050202145700.33003.qmail@web30409.mail.mud.yahoo.com> References: <20050202145700.33003.qmail@web30409.mail.mud.yahoo.com> Message-ID: On Wed, 2 Feb 2005, Mike McCollister wrote: > > Is the entry in the shortcut broken? Or is it the run utility. > > The shortcut should read > > "C:\Program Files\cygwin\usr\X11R6\bin\run.exe" -p /usr/X11R6/bin xcalc > > -display 127.0.0.1:0.0 > > The entry is good. It appears to be the run utility. It's actually the startup code from either windows or cygwin. It strips until the first space and leaves us with the remaining parts :( I've prepared new packages for X-startup-scripts which should appear on the mirrors shortly. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From cygwin@tlinx.org Sun Feb 6 06:46:00 2005 From: cygwin@tlinx.org (linda w) Date: Sun, 06 Feb 2005 06:46:00 -0000 Subject: SecureCRT to Xwindows In-Reply-To: References: Message-ID: <420299BC.8050108@tlinx.org> When you run Secure CRT and log into a remote server with X compatible software, secure CRT needs to have the DISPLAY variable set on the local machine so SecureCRT knows where to forward the remote machine's X-output. This also means you have to have an "X" display handler running on your local machine (like Cygwin's X, or another commercial X server like Hummingbird's). For example, by default, in my startup scripts, my local X-server listens on display "0", so DISPLAY is set to "localhost:0.0". The easiest way to find the correct value for DISPLAY on your local system is to start your X-server, then run a local xterm or rxvt and type "echo $DISPLAY" in the xterm or rxvt window. You should also be able to run "xdpyinfo" and get more detail about the X server. On the remote system, SecureCRT will automatically set the value of "DISPLAY" to point to a port captured by "ssh" (assuming you are using the ssh feature of SecCRT). Alternate protocols like "telnet" in SecCRT don't have automatic display or port forwarding. Note, the remote DISPLAY value should be set to "localhost:" -- like when I logged in to a linux machine: > echo $DISPLAY localhost:13.0 --- This means the DISPLAY value is directed to a local port on the remote machine -- this remote port is intercepted by the remote sshd server and forwarded back to your local host. There, the local invocation of SecureCRT forwards that secure information to the currently set value of DISPLAY. If you have problems getting DISPLAY set locally for SecureCRT to use (i.e. if your local DISPLAY value is something other than the default of "localhost:0" or "localhost:0.0", you need to change the environment variable before you invoke SecureCRT. It'd be best to set the variable manually on the command line before invoking SecureCRT: (in bash) /Program Files/SecureCRT 4.1> echo $DISPLAY # display default localhost:0.0 /Program Files/SecureCRT 4.1> DISPLAY=localhost:2.0 SecureCRT ##----------------------------------------------^^^ overrides default Note, in SecureCRT, under session options->Port Forwarding->X11, you must have "Forward X11 Packets" enabled. It also needs to be enabled in the global sshd config or your local .ssh/config: --- Host * ForwardX11 yes ForwardAgent yes ---- Depending on your application, you may want to forward local connections to a font server (port 7100) to the remote system you are logging into, in case the remote program uses fonts on the remote system. You need to have xfs running on the remote system. Hope this helps some... -linda Joseph Abrahams wrote: >Hi. I am new to cygwin and xwindows. I installed cygwin including all >of the x11 packages and all of the net packages. I configured SecureCRT >to allow X11 forwarding, but when I try to run a remote program, it says >it can't open the display. > >When I log onto my remote server, I am instructed to set the DISPLAY >variable to "ettin:15.0" or something similar. What is this? I'm not >exactly how to set the DISPLAY variables. > >A complete listing from loging on till the error follows: > >Thanks for the help, >Joseph > > >To use the secure DISPLAY feature of ssh set your DISPLAY environment >variable to "ettin:15.0" after you get your shell prompt. > >Please enter the name of an Engineering host : >Last login: Fri Jan 28 19:27:13 from ettin.eng.aubur >Sun Microsystems Inc. SunOS 5.8 Generic February 2000 >Cannot find termcap >wainwright{abrahjm}1: netscape >xstdcmap: cannot open display "". >xdpyinfo: unable to open display "". >Error: Can't open display: >wainwright{abrahjm}2: > > > > -- In the marketplace of "Real goods", capitalism is limited by safety regulations, consumer protection laws, and product liability. In the computer industry, what protects consumers (other than vendor good will that seems to diminish inversely to their size)? From misterscary2001@yahoo.com Sun Feb 6 07:06:00 2005 From: misterscary2001@yahoo.com (Daniel Newhouse) Date: Sun, 06 Feb 2005 07:06:00 -0000 Subject: leaving this mailing list Message-ID: <20050206014006.12832.qmail@web50209.mail.yahoo.com> If I put the word "unsubscribe" in the subject I will get filtered. How do I leave this mailing list? The web page that let me subscribe does not work when I try to unsubscribe. __________________________________ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! http://my.yahoo.com From misterscary2001@yahoo.com Sun Feb 6 07:12:00 2005 From: misterscary2001@yahoo.com (Daniel Newhouse) Date: Sun, 06 Feb 2005 07:12:00 -0000 Subject: Test testing 1...2...3 Message-ID: <20050206014554.99920.qmail@web50202.mail.yahoo.com> The Cygwin-X web page has ceased to exist, at least temporarily, and my last message didn't get to the list. __________________________________ Do you Yahoo!? All your favorites on one personal page ?? Try My Yahoo! http://my.yahoo.com From paulg@cs.yorku.ca Sun Feb 6 07:26:00 2005 From: paulg@cs.yorku.ca (Paul Griffith) Date: Sun, 06 Feb 2005 07:26:00 -0000 Subject: Startin cygwin-x as guest user or any non-administrator user In-Reply-To: <42020C85.3010904@minfo1.mi.fh-offenburg.de>; from cfu-news@minfo1.mi.fh-offenburg.de on Thu, Feb 03, 2005 at 12:35:33PM +0100 References: <42020C85.3010904@minfo1.mi.fh-offenburg.de> Message-ID: <20050203132924.V2125@cs.yorku.ca> This problem has been solved in the mailing archive. Here is snip from my modified startxwin.bat file. -------snip---- REM REM Cleanup after last run. REM REM Mount local user %TEMP% as /tmp mount -f -u -t "%TEMP%" /tmp if not exist %CYGWIN_ROOT%\tmp\.X11-unix\X0 goto CLEANUP-FINISH attrib -s %CYGWIN_ROOT%\tmp\.X11-unix\X0 del %CYGWIN_ROOT%\tmp\.X11-unix\X0 ---snip----- The solution is to mount the users own tmp directory as /tmp for CygwinX. Enjoy Paul On Thu, Feb 03, 2005 at 12:35:33PM +0100, cfu wrote: > Hello, > > I installed cygwin-x on Windows XP Professional, and it works perfectly > on my (administrator) account. > Nevertheless, when any user WITHOUT administrator rights runs the script > startxwin.bat, a fatal error occurs, and the XWin.log looks like this: > > > Welcome to the XWin X Server > > Vendor: The Cygwin/X Project > > Release: 6.8.1.0-9 > > > > Contact: cygwin-xfree@cygwin.com > > > > XWin was started with the following command line: > > > > /usr/X11R6/bin/XWin -multiwindow -clipboard -silent-dup-error > > > > ddxProcessArgument - Initializing default screens > > winInitializeDefaultScreens - w 1280 h 1024 > > winInitializeDefaultScreens - Returning > > _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root > > _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed > > _XSERVTransMakeAllCOTSServerListeners: server already running > > > > Fatal server error: > > Cannot establish any listening sockets - Make sure an X server isn't already running > > winDeinitMultiWindowWM - Noting shutdown in progress > > The same happens when running the .sh script from the cygwin bash shell. > > Can anyone give a hint, how to run the X-Server from the guest account? > Or at least from a normal user account? > > > Thanx!! > > cfu > From ohtlnvv@dreamer.com.tw Sun Feb 6 08:09:00 2005 From: ohtlnvv@dreamer.com.tw (Lenard Harrell) Date: Sun, 06 Feb 2005 08:09:00 -0000 Subject: 1 times a year not enough In-Reply-To: References: Message-ID: <922516211300.IWB77517@racial.awwwsome.com> pill that will solve your problems please enter 0nly !f you're seri0us http://isaac.abihgajeff.info/?uzwhw_u.6zBOGuubuddha Today_only______V1@GRA___C1al1s! only_0.87_per_dOse. http://drunk.abihgajeff.info/?uzwhw_u.6zBOGuudeposition your membership is about to expire Lydia Dickson t0 take 0ff: http://legume.abihgajeff.info/QJa?hSPAPONNVSoBZhNgentle From cgf-no-personal-reply-please@cygwin.com Sun Feb 6 08:13:00 2005 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Sun, 06 Feb 2005 08:13:00 -0000 Subject: sourceware.org downtime Message-ID: <20050206081412.GA13247@trixie.casa.cgf.cx> If you were subscribed to this list you should have received email telling you that sourceware.org (aka cygwin.com/gcc.gnu.org) was down. As you can see, we are now back up again. We had a hard disk failure which was exacerbated by faulty RAID firmware. Putting a new disk into the array caused massive system corruption. We're back online now, running from backups that are less than 24 hours old. The RAID firmware has been updated and we've verified that this problem should not reoccur. Running from backups means that we've jumped back in time so if you've subscribed or unsubscribed from this list and now are either not getting or getting it, that's why. Also any package maintainers who released packages last Thursday (2005-02-03) or Wednesday (2005-02-02) should double check that their packages are still there. And now to bed. cgf From cygwin@tlinx.org Mon Feb 7 01:33:00 2005 From: cygwin@tlinx.org (linda w) Date: Mon, 07 Feb 2005 01:33:00 -0000 Subject: sourceware.org downtime In-Reply-To: <20050206081412.GA13247@trixie.casa.cgf.cx> References: <20050206081412.GA13247@trixie.casa.cgf.cx> Message-ID: <4206C56B.6080004@tlinx.org> Didn't receive any "down" message here -- just noticed no server nor email-list activity. Dang -- I hate it when disks get screwed up! The bane of developers and users everywhere. Christopher Faylor wrote: >If you were subscribed to this list you should have received email >telling you that sourceware.org (aka cygwin.com/gcc.gnu.org) was down. > From A.Solofnenko@mdl.com Mon Feb 7 04:28:00 2005 From: A.Solofnenko@mdl.com (Alexey N. Solofnenko) Date: Mon, 07 Feb 2005 04:28:00 -0000 Subject: sourceware.org downtime In-Reply-To: <4206C56B.6080004@tlinx.org> References: <20050206081412.GA13247@trixie.casa.cgf.cx> <4206C56B.6080004@tlinx.org> Message-ID: <4206EE73.5090006@mdl.com> Would not it be great if Cygwin's setup did not just fail if mirrors.lst is unavailable and continued with just last server in the list? I tried to install Cygwin KDE, but setup was failing on a completely unrelated to what I was doing problem. - Alexey. -- ------------------------------------------------------------------------ / Alexey N. Solofnenko home: http://trelony.cjb.net/ / From BSmall@verisign.com Mon Feb 7 18:07:00 2005 From: BSmall@verisign.com (Small, Brian) Date: Mon, 07 Feb 2005 18:07:00 -0000 Subject: Windows Terminal Server Message-ID: Will this work under Windows 2000 Terminal Server? Thanks, Brian. Engineer II | VCS CorpIT Operations | Verisign Inc. 913.814.6205 Work | 913.814.6505 Fax bsmall@verisign.com From alexander.gottwald@s1999.tu-chemnitz.de Mon Feb 7 18:10:00 2005 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 07 Feb 2005 18:10:00 -0000 Subject: Windows Terminal Server In-Reply-To: References: Message-ID: On Mon, 7 Feb 2005, Small, Brian wrote: > Will this work under Windows 2000 Terminal Server? A lot of users reported it worked. But you might want to search the archives for solutions with multiple users running Cygwin/X at the same time. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From ehud@unix.mvs.co.il Mon Feb 7 20:17:00 2005 From: ehud@unix.mvs.co.il (Ehud Karni) Date: Mon, 07 Feb 2005 20:17:00 -0000 Subject: F1 & F4 do not work with xwin-6.8.1.0-10 Message-ID: <200502072017.j17KH3RG028445@beta.mvs.co.il> The problem: F1 and F4 don't work with xwin-6.8.1.0-10. Temporary workaround - using xmodmap: xmodmap -e "keycode 208 = 0xffbe" # set F1 xmodmap -e "keycode 211 = 0xffc1" # set F4 Notes: It seems that the problem caused by the keycodes assigned to F1 and F4. They should have been on keycodes 67 / 70 but they are on 208 / 211. I did not have this problem with any previous version of Xwin. (i.e. xwin-6.8.1.0-9 or before). uname -a: CYGWIN_NT-5.1 p4-1700-xp 1.5.12(0.116/4/2) 2004-11-10 08:34 i686 unknown unknown Cygwin Below are the `xev' output and XWin.log Ehud. xev output (only the KeyPress events): ====================================== KeyPress event, serial 24, synthetic NO, window 0xa00001, root 0x3a, subw 0x0, time 2253670500, (804,253), root:(874,370), state 0x0, keycode 65 (keysym 0x20, space), same_screen YES, XLookupString gives 1 bytes: (20) " " XmbLookupString gives 1 bytes: (20) " " XFilterEvent returns: False KeyPress event, serial 24, synthetic NO, window 0xa00001, root 0x3a, subw 0x0, time 2253677515, (266,31), root:(336,148), state 0x0, keycode 208 (keysym 0x0, NoSymbol), same_screen YES, <-- problem XLookupString gives 0 bytes: XmbLookupString gives 0 bytes: XFilterEvent returns: False KeyPress event, serial 24, synthetic NO, window 0xa00001, root 0x3a, subw 0x0, time 2253678625, (266,31), root:(336,148), state 0x0, keycode 68 (keysym 0xffbf, F2), same_screen YES, XLookupString gives 0 bytes: XmbLookupString gives 0 bytes: XFilterEvent returns: False KeyPress event, serial 24, synthetic NO, window 0xa00001, root 0x3a, subw 0x0, time 2253679828, (266,31), root:(336,148), state 0x0, keycode 69 (keysym 0xffc0, F3), same_screen YES, XLookupString gives 0 bytes: XmbLookupString gives 0 bytes: XFilterEvent returns: False KeyPress event, serial 24, synthetic NO, window 0xa00001, root 0x3a, subw 0x0, time 2253680484, (266,31), root:(336,148), state 0x0, keycode 211 (keysym 0x0, NoSymbol), same_screen YES, <-- problem XLookupString gives 0 bytes: XmbLookupString gives 0 bytes: XFilterEvent returns: False KeyPress event, serial 24, synthetic NO, window 0xa00001, root 0x3a, subw 0x0, time 2253681500, (266,31), root:(336,148), state 0x0, keycode 71 (keysym 0xffc2, F5), same_screen YES, XLookupString gives 0 bytes: XmbLookupString gives 0 bytes: XFilterEvent returns: False KeyPress event, serial 24, synthetic NO, window 0xa00001, root 0x3a, subw 0x0, time 2253682109, (266,31), root:(336,148), state 0x0, keycode 72 (keysym 0xffc3, F6), same_screen YES, XLookupString gives 0 bytes: XmbLookupString gives 0 bytes: XFilterEvent returns: False KeyPress event, serial 24, synthetic NO, window 0xa00001, root 0x3a, subw 0x0, time 2253682640, (266,31), root:(336,148), state 0x0, keycode 73 (keysym 0xffc4, F7), same_screen YES, XLookupString gives 0 bytes: XmbLookupString gives 0 bytes: XFilterEvent returns: False KeyPress event, serial 24, synthetic NO, window 0xa00001, root 0x3a, subw 0x0, time 2253683671, (266,31), root:(336,148), state 0x0, keycode 74 (keysym 0xffc5, F8), same_screen YES, XLookupString gives 0 bytes: XmbLookupString gives 0 bytes: XFilterEvent returns: False X connection to localhost:0.0 broken (explicit kill or server shutdown). XWin.log: ========= Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.0-10 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: /usr/X11R6/bin/XWin -multiwindow -clipboard -silent-dup-error -nounixkill -nowinkill -emulate3buttons 50 ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1280 h 1024 winInitializeDefaultScreens - Returning _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X1 1/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/font s/100dpi/" winPrefsLoadPreferences: /c/ehuds/.XWinrc LoadPreferences: Done parsing the configuration file... winAdjustVideoModeShadowGDI - Using Windows display depth of 16 bits per pixel winAllocateFBShadowGDI - Creating DIB with width: 1280 height: 1024 depth: 16 winInitVisualsShadowGDI - Masks 0000f800 000007e0 0000001f BPRGB 6 d 16 bpp 16 null screen fn ReparentWindow null screen fn RestackWindow InitQueue - Calling pthread_mutex_init InitQueue - pthread_mutex_init returned InitQueue - Calling pthread_cond_init InitQueue - pthread_cond_init returned winInitMultiWindowWM - Hello winMultiWindowXMsgProc - Hello winMultiWindowXMsgProc - Calling pthread_mutex_lock () winInitMultiWindowWM - Calling pthread_mutex_lock () MIT-SHM extension disabled due to lack of kernel support XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000409" (00000409) (--) Using preset keyboard for "English (USA)" (409), type "4" (--) 5 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! winInitMultiWindowWM - pthread_mutex_lock () returned. winProcEstablishConnection - Hello winInitClipboard () winProcEstablishConnection - winInitClipboard returned. winClipboardProc - Hello DetectUnicodeSupport - Windows NT/2000/XP winClipboardProc - DISPLAY=127.0.0.1:0.0 winMultiWindowXMsgProc - pthread_mutex_lock () returned. winMultiWindowXMsgProc - pthread_mutex_unlock () returned. winInitMultiWindowWM - pthread_mutex_unlock () returned. winInitMultiWindowWM - DISPLAY=127.0.0.1:0.0 winMultiWindowXMsgProc - DISPLAY=127.0.0.1:0.0 winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the display. winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the display. winClipboardProc - XOpenDisplay () returned and successfully opened the display. -- Ehud Karni Tel: +972-3-7966-561 /"\ Mivtach - Simon Fax: +972-3-7966-667 \ / ASCII Ribbon Campaign Insurance agencies (USA) voice mail and X Against HTML Mail http://www.mvs.co.il FAX: 1-815-5509341 / \ GnuPG: 98EA398D Better Safe Than Sorry From mikemccollister@yahoo.com Mon Feb 7 20:30:00 2005 From: mikemccollister@yahoo.com (Mike McCollister) Date: Mon, 07 Feb 2005 20:30:00 -0000 Subject: Cygwin-X shortcuts and installation to "c:\Program Files\cygwin" Message-ID: <20050207203019.69740.qmail@web30402.mail.mud.yahoo.com> This now works with the latest version of run that I downloaded today. Thanks for your help. Mike > > > I have installed cygwin, plus Cygwin-X, to c:\progra~1\cygwin. I have > used > > it > > > that way for years. However, I have noticed that when I try to run an > > > X-Windows program using the pre-defined shortcuts in the start menu, such > > as > > > xcalc or bitmap, that they will not run. When I look at the properties > of > > the > > > program I get this error message with run.exe: > > > > > > Error: Couldn't find Files\cygwin\usr\X11R6\bin\run.exe" -p > /usr/X11R6/bin > > > xcalc -display 127.0.0.1:0.0 anywhere. I even looked in the PATH... > > > > Is the entry in the shortcut broken? Or is it the run utility. > > The shortcut should read > > "C:\Program Files\cygwin\usr\X11R6\bin\run.exe" -p /usr/X11R6/bin xcalc > > -display 127.0.0.1:0.0 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From pechtcha@cs.nyu.edu Mon Feb 7 21:11:00 2005 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Mon, 07 Feb 2005 21:11:00 -0000 Subject: F1 & F4 do not work with xwin-6.8.1.0-10 In-Reply-To: <200502072017.j17KH3RG028445@beta.mvs.co.il> References: <200502072017.j17KH3RG028445@beta.mvs.co.il> Message-ID: On Mon, 7 Feb 2005, Ehud Karni wrote: > The problem: F1 and F4 don't work with xwin-6.8.1.0-10. > Temporary workaround - using xmodmap: > xmodmap -e "keycode 208 = 0xffbe" # set F1 > xmodmap -e "keycode 211 = 0xffc1" # set F4 > > Notes: > It seems that the problem caused by the keycodes assigned to F1 and F4. > They should have been on keycodes 67 / 70 but they are on 208 / 211. > > I did not have this problem with any previous version of Xwin. > (i.e. xwin-6.8.1.0-9 or before). > > uname -a: > CYGWIN_NT-5.1 p4-1700-xp 1.5.12(0.116/4/2) 2004-11-10 08:34 i686 unknown unknown Cygwin > > Below are the `xev' output and XWin.log > [snip] The obvious question: is your NumLock on? Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT From A.Solofnenko@mdl.com Mon Feb 7 21:18:00 2005 From: A.Solofnenko@mdl.com (Alexey N. Solofnenko) Date: Mon, 07 Feb 2005 21:18:00 -0000 Subject: F1 & F4 do not work with xwin-6.8.1.0-10 In-Reply-To: References: <200502072017.j17KH3RG028445@beta.mvs.co.il> Message-ID: <4207DAF0.9000408@mdl.com> What is wrong with NumLock? Why does it affect keys that should not be affected? - Alexey. Igor Pechtchanski wrote: >The obvious question: is your NumLock on? > Igor > > -- ------------------------------------------------------------------------ / Alexey N. Solofnenko home: http://trelony.cjb.net/ / From alexander.gottwald@s1999.tu-chemnitz.de Mon Feb 7 21:30:00 2005 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 07 Feb 2005 21:30:00 -0000 Subject: F1 & F4 do not work with xwin-6.8.1.0-10 In-Reply-To: <200502072017.j17KH3RG028445@beta.mvs.co.il> References: <200502072017.j17KH3RG028445@beta.mvs.co.il> Message-ID: On Mon, 7 Feb 2005, Ehud Karni wrote: > The problem: F1 and F4 don't work with xwin-6.8.1.0-10. > Temporary workaround - using xmodmap: > xmodmap -e "keycode 208 = 0xffbe" # set F1 > xmodmap -e "keycode 211 = 0xffc1" # set F4 Seems like the changes for ABNT2 keyboards had an unforseen side effect. revert to xorg-x11-xwin-6.8.1.0-9. I'll prepare fixed packages soon bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From cygwin@tlinx.org Tue Feb 8 02:19:00 2005 From: cygwin@tlinx.org (linda w) Date: Tue, 08 Feb 2005 02:19:00 -0000 Subject: RFE: enhance setup.exe to used cached mirrors file (was Re: sourceware.org downtime) In-Reply-To: <4206EE73.5090006@mdl.com> References: <20050206081412.GA13247@trixie.casa.cgf.cx> <4206C56B.6080004@tlinx.org> <4206EE73.5090006@mdl.com> Message-ID: <420821A7.7060101@tlinx.org> I 2nd this request -- wanted to install some other packages but was blocked by the mirrors.txt download -- maybe it could use a cached copy of mirrors.txt to look at other mirror files -- i.e. cache mirrors.txt on the existing mirrors so if cygwin server is down, setup would use existing mirrors to avoid a single point of failure -- but still check mirrors.txt on cygwin.com if it was up. ?? -linda Alexey N. Solofnenko wrote: > Would not it be great if Cygwin's setup did not just fail if > mirrors.lst is unavailable and continued with just last server in the > list? I tried to install Cygwin KDE, but setup was failing on a > completely unrelated to what I was doing problem. > > - Alexey. > From karlbowden@gmail.com Tue Feb 8 04:59:00 2005 From: karlbowden@gmail.com (Karl Bowden) Date: Tue, 08 Feb 2005 04:59:00 -0000 Subject: Is it somehow possible to start Windows applications from xterm so that they "remain" in X-Server area? Message-ID: <84a6fe440502072059363aae5b@mail.gmail.com> Has any body made any more progress on compiling and getting the CygPeace project working? This seems like a very worthwile project if somebody could supply binaries. The only other application I have seen to offer this feature of exporting applications, is the Citrix product. Below is error I get to do with inttypes.h that is included by a lot of files. $ make gcc -g -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I../common -I./include -DDLLMAIN -D__aconst= -DEXTERN_C= -c -o ../common/handle.o ../common/handle.c g++ -g -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I../common -I./include -DDLLMAIN -D__aconst= -DEXTERN_C="extern \"C\"" -c -o ../ui.so/BitmapBlock.o ../ui.so/BitmapBlock.cc In file included from ../ui.so/BitmapBlock.h:33, from ../ui.so/BitmapBlock.cc:29: include/sys/inttypes.h:6: error: conflicting types for `typedef unsigned int uint32_t' /usr/include/stdint.h:28: error: previous declaration as `typedef long unsigned int uint32_t' make: *** [../ui.so/BitmapBlock.o] Error 1 Regards, Karl Bowden From alexander.gottwald@s1999.tu-chemnitz.de Tue Feb 8 10:48:00 2005 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 08 Feb 2005 10:48:00 -0000 Subject: Is it somehow possible to start Windows applications from xterm so that they "remain" in X-Server area? In-Reply-To: <84a6fe440502072059363aae5b@mail.gmail.com> References: <84a6fe440502072059363aae5b@mail.gmail.com> Message-ID: On Tue, 8 Feb 2005, Karl Bowden wrote: > Has any body made any more progress on compiling and getting the > CygPeace project working? > This seems like a very worthwile project if somebody could supply binaries. > The only other application I have seen to offer this feature of > exporting applications, is the Citrix product. Not compiling is the big issue but running. It constantly crashed with cygwin 1.5.* but was reported to run with cygwin 1.3.* Afair there were some definitions which needed to be changed in order to get cygpeace to work, but these were quite simple changes. > Below is error I get to do with inttypes.h that is included by a lot of files. > > $ make > gcc -g -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I../common > -I./include -DDLLMAIN -D__aconst= -DEXTERN_C= -c -o ../common/handle.o > ../common/handle.c > g++ -g -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I../common > -I./include -DDLLMAIN -D__aconst= -DEXTERN_C="extern \"C\"" -c -o > ../ui.so/BitmapBlock.o ../ui.so/BitmapBlock.cc > In file included from ../ui.so/BitmapBlock.h:33, > from ../ui.so/BitmapBlock.cc:29: > include/sys/inttypes.h:6: error: conflicting types for `typedef unsigned int > uint32_t' > /usr/include/stdint.h:28: error: previous declaration as `typedef long unsigned > int uint32_t' > make: *** [../ui.so/BitmapBlock.o] Error 1 Maybe removing #inlude helps bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From davidf@sjsoft.com Tue Feb 8 11:57:00 2005 From: davidf@sjsoft.com (David Fraser) Date: Tue, 08 Feb 2005 11:57:00 -0000 Subject: Is it somehow possible to start Windows applications from xterm so that they "remain" in X-Server area? In-Reply-To: References: <84a6fe440502072059363aae5b@mail.gmail.com> Message-ID: <4208A917.4080707@sjsoft.com> Alexander Gottwald wrote: >On Tue, 8 Feb 2005, Karl Bowden wrote: > > > >>Has any body made any more progress on compiling and getting the >>CygPeace project working? >>This seems like a very worthwile project if somebody could supply binaries. >>The only other application I have seen to offer this feature of >>exporting applications, is the Citrix product. >> >> > >Not compiling is the big issue but running. It constantly crashed with >cygwin 1.5.* but was reported to run with cygwin 1.3.* > >Afair there were some definitions which needed to be changed in order >to get cygpeace to work, but these were quite simple changes. > > > >>Below is error I get to do with inttypes.h that is included by a lot of files. >> >>$ make >>gcc -g -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I../common >>-I./include -DDLLMAIN -D__aconst= -DEXTERN_C= -c -o ../common/handle.o >>../common/handle.c >>g++ -g -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I../common >>-I./include -DDLLMAIN -D__aconst= -DEXTERN_C="extern \"C\"" -c -o >>../ui.so/BitmapBlock.o ../ui.so/BitmapBlock.cc >>In file included from ../ui.so/BitmapBlock.h:33, >> from ../ui.so/BitmapBlock.cc:29: >>include/sys/inttypes.h:6: error: conflicting types for `typedef unsigned int >> uint32_t' >>/usr/include/stdint.h:28: error: previous declaration as `typedef long unsigned >> int uint32_t' >>make: *** [../ui.so/BitmapBlock.o] Error 1 >> >> > >Maybe removing #inlude helps > > Confirmed that I got it running fine on cygwin 1.3.x If you do make any progress on 1.5.x please report back to the list! David From sebastianhaby@home.se Tue Feb 8 14:51:00 2005 From: sebastianhaby@home.se (Sebastian Haby) Date: Tue, 08 Feb 2005 14:51:00 -0000 Subject: Linking with additional libraries... Message-ID: <1107873942.c62b21c0sebastianhaby@home.se> Hey! I'm experimenting with some new stuff and have to add so that msimg32.dll is linked when building XWin.exe, tried to add it manually in Xserver/Makefile and Imakefile but it still complains about underfined references to functions. I also took a look in xc/config/cf/* but found nothing of interest. Cheers, Sebastian Haby From alexander.gottwald@s1999.tu-chemnitz.de Tue Feb 8 15:30:00 2005 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 08 Feb 2005 15:30:00 -0000 Subject: Linking with additional libraries... In-Reply-To: <1107873942.c62b21c0sebastianhaby@home.se> References: <1107873942.c62b21c0sebastianhaby@home.se> Message-ID: On Tue, 8 Feb 2005, Sebastian Haby wrote: > Hey! > > I'm experimenting with some new stuff and have to add so that msimg32.dll is linked when building XWin.exe, > tried to add it manually in Xserver/Makefile and Imakefile but it still complains about underfined references to functions. > I also took a look in xc/config/cf/* but found nothing of interest. Check how opengl32 is added to the link list. BTW: What kind of chages are these? Icon/Image loading stuff? Please make sure msimg32.dll is available on all target systems. Otherwise you'll have to resolve the symbols dynamicly. Ah, you're trying to use AlphaBlend? MSDN states these functions are available in Windows 98 or Windows 2000 and later. But not in Windows 95 or NT. This definitly means you have to resolve the function dynamicly. Check how winprocarg.c loads EnumDisplayMonitors. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From zakki@peppermint.jp Tue Feb 8 15:39:00 2005 From: zakki@peppermint.jp (Kensuke Matsuzaki) Date: Tue, 08 Feb 2005 15:39:00 -0000 Subject: Linking with additional libraries... In-Reply-To: <1107873942.c62b21c0sebastianhaby@home.se> References: <1107873942.c62b21c0sebastianhaby@home.se> Message-ID: <4208DD0D.4050107@peppermint.jp> Hi. In Xserver/Imakefile, you will find following line. XWINW32 = -lgdi32 -lwsock32 $(XWINGL32) $(PTHREADLIB) Add -lmsimg32. And make Makefile make Makefiles. Bye Kensuke Matsuzaki From mej1960@yahoo.com Wed Feb 9 04:01:00 2005 From: mej1960@yahoo.com (Matthew Johnson) Date: Wed, 09 Feb 2005 04:01:00 -0000 Subject: XWindows Errors running ddd under Cygwin Message-ID: <20050209040113.50971.qmail@web20428.mail.yahoo.com> I would have done an archive search before submitting this question, but as many of you know, the Search functionality is switched off because of the recent crash. So my question is: do I have to worry about these warning messages I get while running ddd? I am having other problems, and am wondering if they are related. The way I run it is: 1 - launch Cygwin.bat to open bash shell with proper enviornment variables (HOME, HOMEPATH) defined 2 - type 'startx &'. 3 - after X started, type 'ddd' 4 - Use File:Open menu to find executable and load it. But at this point I see the warnings: Warning: Name ItemsList Class: XmList Parent refused resize request. Second XtMakeGeometryRequest() failed. ... And: Warning: XtRemoveGrab asked to remove a widget not on the list. So the most fundamental question is: do any of these warnings indicate that my installation of X is incomplete? I could NOT find packages listed by Cygwin's setup.exe to correspond to all the X features/packages listed by "ddd --config". But it does behave much better after dowloading and installing LessTiff. I just installed all these things today or last week using setup.exe (Devel package last week, and lots of X stuff today), so they _should_ be quite up-to-date. ===== ----------------------- Matthew Johnson mej1960@yahoo.com __________________________________ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! http://my.yahoo.com From sebastianhaby@home.se Wed Feb 9 08:04:00 2005 From: sebastianhaby@home.se (Sebastian Haby) Date: Wed, 09 Feb 2005 08:04:00 -0000 Subject: Linking with additional libraries... Message-ID: <1107935870.35c2d760sebastianhaby@home.se> Hey again... Can't find XWINW32 anywhere, or winprocargs's EnumDisplayMonitors, using version 6.7.1 src so that might be why. I added -lmsimg32 to XWINSYSLIBS in Xserver/Imakefile and then 'make Makefile && make Makefiles' and when I 'make XWin.exe' I can see that it links with -lmsimg32 but it still complains about undefined references.. Any ideas.... //Sebastian From alexander.gottwald@s1999.tu-chemnitz.de Wed Feb 9 09:52:00 2005 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 09 Feb 2005 09:52:00 -0000 Subject: XWindows Errors running ddd under Cygwin In-Reply-To: <20050209040113.50971.qmail@web20428.mail.yahoo.com> References: <20050209040113.50971.qmail@web20428.mail.yahoo.com> Message-ID: On Tue, 8 Feb 2005, Matthew Johnson wrote: > > Warning: Name ItemsList Class: XmList Parent refused > resize request. Second XtMakeGeometryRequest() > failed. > ... > > And: > > Warning: XtRemoveGrab asked to remove a widget not > on the list. > > So the most fundamental question is: do any of these > warnings indicate that my installation of X is > incomplete? I could NOT find packages listed by > Cygwin's setup.exe to correspond to all the X > features/packages listed by "ddd --config". But it > does behave much better after dowloading and > installing LessTiff. No. These are messages which seem to be caused by using lesstif instead of motif and can be switched off somewhere in the ddd configuration. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Wed Feb 9 09:57:00 2005 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 09 Feb 2005 09:57:00 -0000 Subject: Linking with additional libraries... In-Reply-To: <1107935870.35c2d760sebastianhaby@home.se> References: <1107935870.35c2d760sebastianhaby@home.se> Message-ID: On Wed, 9 Feb 2005, Sebastian Haby wrote: > Hey again... > Can't find XWINW32 anywhere, or winprocargs's EnumDisplayMonitors, using version 6.7.1 src so that might be why. EnumDisplayMonitors was introduced somewhere after version 6.8.1. Older versions included dynamic resolving of TrackMouseEvent and DirectDrawCreate. Search for GetProcAddress in hw/xwin > I added -lmsimg32 to XWINSYSLIBS in Xserver/Imakefile and then 'make Makefile && make Makefiles' and when I 'make XWin.exe' I can see that it links with -lmsimg32 but it still complains about undefined references.. > Any ideas.... strange. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From red_herring@omnium-gatherum.org Wed Feb 9 17:07:00 2005 From: red_herring@omnium-gatherum.org (Red Herring) Date: Wed, 09 Feb 2005 17:07:00 -0000 Subject: problem with xterm Message-ID: <1107968780.16002.13.camel@www.omnium-gatherum.org> Hi, First, I've been running cygwin for a couple years on my XP machine with no problems. I have startxwin.bat startup with windows. Then a couple weeks ago, my xterm window stops opening (though X is still starting fine). I can open xterm from the command line fine. So I start looking into the startxwin.bat file. By editing the run xterm command I can get it to open up an xterm....it turns out that one of the switches is causing a problem...-sb. So I keep the same default run xterm command, as long as I take out the sb switch. If I put that switch in, then the xterm window won't ever appear. Again let me say that one day after a couple years it just stopped working. I made no changes that I remember but obviously something must have changed. I tried reinstalling cygwin with no luck. Any suggestions? Much appreciated, matt From mej1960@yahoo.com Thu Feb 10 02:02:00 2005 From: mej1960@yahoo.com (Matthew Johnson) Date: Thu, 10 Feb 2005 02:02:00 -0000 Subject: XWindows Errors running ddd under Cygwin In-Reply-To: Message-ID: <20050210020205.18152.qmail@web20425.mail.yahoo.com> --- Alexander Gottwald wrote: > On Tue, 8 Feb 2005, Matthew Johnson wrote: > [snip] > > So the most fundamental question is: > > do any of these warnings indicate > > that my installation of X is incomplete? > No. These are messages which seem to be caused by > using lesstif instead of motif and can be > switched off somewhere in the ddd > configuration. I guess you are referring to Edit:Preferences:General:Suppress X Warnings. Now that you have reassured me of the insignificance of the warnings, I will do that. Thanks! ===== ----------------------- Matthew Johnson mej1960@yahoo.com __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo From karlbowden@gmail.com Thu Feb 10 06:00:00 2005 From: karlbowden@gmail.com (Karl Bowden) Date: Thu, 10 Feb 2005 06:00:00 -0000 Subject: Is it somehow possible to start Windows applications from xterm so that they "remain" in X-Server area? In-Reply-To: <4208A917.4080707@sjsoft.com> References: <84a6fe440502072059363aae5b@mail.gmail.com> <4208A917.4080707@sjsoft.com> Message-ID: <84a6fe440502092159333c3afe@mail.gmail.com> Hmm. I have got it compiled ok, and installed ok, but it does not seem to have any effect. If I run the 'withdll -d:peacehook.dll winmine' from a remote linux session (with the env vars setup), withdll just sits there. No seg fault, nothing. I just have to end up hitting Ctrl-C. On Tue, 08 Feb 2005 13:57:11 +0200, David Fraser wrote: > Alexander Gottwald wrote: > > >On Tue, 8 Feb 2005, Karl Bowden wrote: > > > > > > > >>Has any body made any more progress on compiling and getting the > >>CygPeace project working? > >>This seems like a very worthwile project if somebody could supply binaries. > >>The only other application I have seen to offer this feature of > >>exporting applications, is the Citrix product. > >> > >> > > > >Not compiling is the big issue but running. It constantly crashed with > >cygwin 1.5.* but was reported to run with cygwin 1.3.* > > > >Afair there were some definitions which needed to be changed in order > >to get cygpeace to work, but these were quite simple changes. > > > > > > > >>Below is error I get to do with inttypes.h that is included by a lot of files. > >> > >>$ make > >>gcc -g -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I../common > >>-I./include -DDLLMAIN -D__aconst= -DEXTERN_C= -c -o ../common/handle.o > >>../common/handle.c > >>g++ -g -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I../common > >>-I./include -DDLLMAIN -D__aconst= -DEXTERN_C="extern \"C\"" -c -o > >>../ui.so/BitmapBlock.o ../ui.so/BitmapBlock.cc > >>In file included from ../ui.so/BitmapBlock.h:33, > >> from ../ui.so/BitmapBlock.cc:29: > >>include/sys/inttypes.h:6: error: conflicting types for `typedef unsigned int > >> uint32_t' > >>/usr/include/stdint.h:28: error: previous declaration as `typedef long unsigned > >> int uint32_t' > >>make: *** [../ui.so/BitmapBlock.o] Error 1 > >> > >> > > > >Maybe removing #inlude helps > > > > > Confirmed that I got it running fine on cygwin 1.3.x > If you do make any progress on 1.5.x please report back to the list! > > David > From davidf@sjsoft.com Thu Feb 10 07:41:00 2005 From: davidf@sjsoft.com (David Fraser) Date: Thu, 10 Feb 2005 07:41:00 -0000 Subject: Is it somehow possible to start Windows applications from xterm so that they "remain" in X-Server area? In-Reply-To: <84a6fe440502092159333c3afe@mail.gmail.com> References: <84a6fe440502072059363aae5b@mail.gmail.com> <4208A917.4080707@sjsoft.com> <84a6fe440502092159333c3afe@mail.gmail.com> Message-ID: <420B102D.9070507@sjsoft.com> Probably best to test it using a local cygwin X server and a local application. Other than that I don't really understand cygpeace so I probably can't help, but you could always try contact the author though I'm not sure he intends to maintain it Karl Bowden wrote: >Hmm. I have got it compiled ok, and installed ok, but it does not seem >to have any effect. If I run the 'withdll -d:peacehook.dll winmine' >from a remote linux session (with the env vars setup), withdll just >sits there. No seg fault, nothing. I just have to end up hitting >Ctrl-C. > > > >On Tue, 08 Feb 2005 13:57:11 +0200, David Fraser wrote: > > >>Alexander Gottwald wrote: >> >> >> >>>On Tue, 8 Feb 2005, Karl Bowden wrote: >>> >>> >>> >>> >>> >>>>Has any body made any more progress on compiling and getting the >>>>CygPeace project working? >>>>This seems like a very worthwile project if somebody could supply binaries. >>>>The only other application I have seen to offer this feature of >>>>exporting applications, is the Citrix product. >>>> >>>> >>>> >>>> >>>Not compiling is the big issue but running. It constantly crashed with >>>cygwin 1.5.* but was reported to run with cygwin 1.3.* >>> >>>Afair there were some definitions which needed to be changed in order >>>to get cygpeace to work, but these were quite simple changes. >>> >>> >>> >>> >>> >>>>Below is error I get to do with inttypes.h that is included by a lot of files. >>>> >>>>$ make >>>>gcc -g -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I../common >>>>-I./include -DDLLMAIN -D__aconst= -DEXTERN_C= -c -o ../common/handle.o >>>>../common/handle.c >>>>g++ -g -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I../common >>>>-I./include -DDLLMAIN -D__aconst= -DEXTERN_C="extern \"C\"" -c -o >>>>../ui.so/BitmapBlock.o ../ui.so/BitmapBlock.cc >>>>In file included from ../ui.so/BitmapBlock.h:33, >>>> from ../ui.so/BitmapBlock.cc:29: >>>>include/sys/inttypes.h:6: error: conflicting types for `typedef unsigned int >>>> uint32_t' >>>>/usr/include/stdint.h:28: error: previous declaration as `typedef long unsigned >>>> int uint32_t' >>>>make: *** [../ui.so/BitmapBlock.o] Error 1 >>>> >>>> >>>> >>>> >>>Maybe removing #inlude helps >>> >>> >>> >>> >>Confirmed that I got it running fine on cygwin 1.3.x >>If you do make any progress on 1.5.x please report back to the list! >> >>David >> >> >> > > > From grzegorz.joszcz@it.integro.pl Thu Feb 10 14:15:00 2005 From: grzegorz.joszcz@it.integro.pl (Grzegorz Joszcz) Date: Thu, 10 Feb 2005 14:15:00 -0000 Subject: this problem occured when i tried to run X. Message-ID: A non-text attachment was scrubbed... Name: XWin.log Type: application/octet-stream Size: 1071 bytes Desc: not available URL: From Chris.Nappi@freescale.com Thu Feb 10 15:01:00 2005 From: Chris.Nappi@freescale.com (Nappi Chris-ra5809) Date: Thu, 10 Feb 2005 15:01:00 -0000 Subject: MRXVT Message-ID: <3FADD461F8FBD8118BB0000F20D7A55F07C78B03@az33exm43.am.freescale.net> FYI, After a number of versions that did not build easily under Cygwin, the latest MRXVT (tabbed RXVT) compiles out of the box. Home page: http://materm.sourceforge.net/ Version verified to compile: 0.3.13 Regards, Chris Nappi From Chris.Nappi@freescale.com Thu Feb 10 22:10:00 2005 From: Chris.Nappi@freescale.com (Nappi Chris-ra5809) Date: Thu, 10 Feb 2005 22:10:00 -0000 Subject: MRXVT Message-ID: <3FADD461F8FBD8118BB0000F20D7A55F07C78EC2@az33exm43.am.freescale.net> Unfortunately it appears I spoke too soon - while version .03.13 compiles, it doesn't seem to like to make new tabs (x-server error). .03.00 does work... Regards, Chris -----Original Message----- From: Nappi Chris-ra5809 Sent: Thursday, February 10, 2005 9:00 AM To: 'cygwin-xfree@cygwin.com' Subject: MRXVT FYI, After a number of versions that did not build easily under Cygwin, the latest MRXVT (tabbed RXVT) compiles out of the box. Home page: http://materm.sourceforge.net/ Version verified to compile: 0.3.13 Regards, Chris Nappi From Frederik.Paquet-Roy@CMCElectronics.ca Fri Feb 11 20:28:00 2005 From: Frederik.Paquet-Roy@CMCElectronics.ca (Paquet-Roy, Frederik) Date: Fri, 11 Feb 2005 20:28:00 -0000 Subject: Need more documentation Message-ID: <4301F6F68149A44BBB94FC6CF3B68E2A25F3F8@srvmsx2.cmce.ca> I was wondering if there is any document available about how data is managed on the client side and on the server side. I want to know what exactly is done on each side and what is sent to the other. Maybe a kind of flowchart... Thanks Fr?d?ric Paquet CMC Electronics www.cmcelectronics.ca From danilo.turina@alcatel.it Fri Feb 11 20:37:00 2005 From: danilo.turina@alcatel.it (Danilo Turina) Date: Fri, 11 Feb 2005 20:37:00 -0000 Subject: MRXVT In-Reply-To: <3FADD461F8FBD8118BB0000F20D7A55F07C78EC2@az33exm43.am.freescale.net> References: <3FADD461F8FBD8118BB0000F20D7A55F07C78EC2@az33exm43.am.freescale.net> Message-ID: Maybe you meant 03.10 Nappi Chris-ra5809 wrote: > Unfortunately it appears I spoke too soon - while version .03.13 compiles, it doesn't seem to like to make new tabs (x-server error). .03.00 does work... > > Regards, > Chris > > -----Original Message----- > From: Nappi Chris-ra5809 > Sent: Thursday, February 10, 2005 9:00 AM > To: 'cygwin-xfree@cygwin.com' > Subject: MRXVT > > FYI, > After a number of versions that did not build easily under Cygwin, the latest MRXVT (tabbed RXVT) compiles out of the box. > > Home page: http://materm.sourceforge.net/ > Version verified to compile: 0.3.13 > > Regards, > Chris Nappi > From jim.drash@gmail.com Fri Feb 11 20:40:00 2005 From: jim.drash@gmail.com (Jim Drash) Date: Fri, 11 Feb 2005 20:40:00 -0000 Subject: Need more documentation In-Reply-To: <4301F6F68149A44BBB94FC6CF3B68E2A25F3F8@srvmsx2.cmce.ca> References: <4301F6F68149A44BBB94FC6CF3B68E2A25F3F8@srvmsx2.cmce.ca> Message-ID: <61f6f43905021112402dcb04e7@mail.gmail.com> > I was wondering if there is any document available about how data is managed on the client > side and on the server side. I want to know what exactly is done on each side and what is > sent to the other. Maybe a kind of flowchart... client and server side of what? cygwin? X-windows? From paidrig@hotmail.com Fri Feb 11 20:52:00 2005 From: paidrig@hotmail.com (Patrick Griffiths) Date: Fri, 11 Feb 2005 20:52:00 -0000 Subject: Need more documentation References: <4301F6F68149A44BBB94FC6CF3B68E2A25F3F8@srvmsx2.cmce.ca> Message-ID: http://www.x.org/download.cgi?rel=6.8.2 ----- Original Message ----- From: "Paquet-Roy, Frederik" To: Sent: Friday, February 11, 2005 1:28 PM Subject: Need more documentation I was wondering if there is any document available about how data is managed on the client side and on the server side. I want to know what exactly is done on each side and what is sent to the other. Maybe a kind of flowchart... Thanks Fr??d??ric Paquet CMC Electronics www.cmcelectronics.ca From mej1960@yahoo.com Sat Feb 12 00:12:00 2005 From: mej1960@yahoo.com (Matthew Johnson) Date: Sat, 12 Feb 2005 00:12:00 -0000 Subject: Need more documentation In-Reply-To: Message-ID: <20050212001131.49942.qmail@web20422.mail.yahoo.com> I visited that page, and it offered to download _source_, not documentation. But the OP asked for documentation. I would have hoped that most contributors to this list know the difference between source and documentation! Besides: nobody wants to download an entire Gzip archive of source just for the info or man pages that may or may not be included in the archive:-( --- Patrick Griffiths wrote: > > http://www.x.org/download.cgi?rel=6.8.2 > > > ----- Original Message ----- > From: "Paquet-Roy, Frederik" > > To: > Sent: Friday, February 11, 2005 1:28 PM > Subject: Need more documentation > > > I was wondering if there is any document available > about how data is managed > on the client side and on the server side. I want > to know what exactly is > done on each side and what is sent to the other. > Maybe a kind of > flowchart... > > Thanks > > Fr??d??ric Paquet > CMC Electronics > www.cmcelectronics.ca > > __________________________________ Do you Yahoo!? The all-new My Yahoo! - What will yours do? http://my.yahoo.com From hcamacho@digitalriver.com Sat Feb 12 08:56:00 2005 From: hcamacho@digitalriver.com (Henry Camacho) Date: Sat, 12 Feb 2005 08:56:00 -0000 Subject: MRXVT Message-ID: <84AB77B587149C4C9081E84E1EF661F204021803@dc1mailbox01.mpls.digitalriver.com> I was able to get .13 working. Tabs worked for me without problems. HFC -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com] On Behalf Of Nappi Chris-ra5809 Sent: Thursday, February 10, 2005 4:10 PM To: cygwin-xfree@cygwin.com Subject: RE: MRXVT Unfortunately it appears I spoke too soon - while version .03.13 compiles, it doesn't seem to like to make new tabs (x-server error). .03.00 does work... Regards, Chris -----Original Message----- From: Nappi Chris-ra5809 Sent: Thursday, February 10, 2005 9:00 AM To: 'cygwin-xfree@cygwin.com' Subject: MRXVT FYI, After a number of versions that did not build easily under Cygwin, the latest MRXVT (tabbed RXVT) compiles out of the box. Home page: http://materm.sourceforge.net/ Version verified to compile: 0.3.13 Regards, Chris Nappi -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3100 bytes Desc: not available URL: From zakki@peppermint.jp Sat Feb 12 11:42:00 2005 From: zakki@peppermint.jp (Kensuke Matsuzaki) Date: Sat, 12 Feb 2005 11:42:00 -0000 Subject: Need more documentation In-Reply-To: <4301F6F68149A44BBB94FC6CF3B68E2A25F3F8@srvmsx2.cmce.ca> References: <4301F6F68149A44BBB94FC6CF3B68E2A25F3F8@srvmsx2.cmce.ca> Message-ID: <420DEB87.7040904@peppermint.jp> If you want to know X window system documents, there are links. http://x.cygwin.com/devel/ -- Kensuke Matsuzaki mailto:zakki@peppermint.jp http://peppermint.jp From oakad@yahoo.com Sat Feb 12 12:29:00 2005 From: oakad@yahoo.com (Alex Dubov) Date: Sat, 12 Feb 2005 12:29:00 -0000 Subject: Make Xwin.exe run something on start-up Message-ID: <20050212122947.51360.qmail@web41306.mail.yahoo.com> Hello everybody. Currently, I'm using Xwin.exe+Openssh+winssh_askpass to allow users access to Linux servers. It works ok in a more or less graphical way expected by the silly user (he clicks icon, password dialog appears and then session is started through ssh). The problem is window timing. When X is in windowed mode, it starts in background, but window is opened slightly later. Password dialog, on the other hand, already appears and gets obscured by the opened Xwin rootwindow, baffling the user and causing inconvenience. I believe that to solve this problem correctly, an option can be added to Xwin, making it run some program after all window initialization is completed. This program can then be implemented to provide nice authentication dialogs in whatever environment user wants - thus resembling commercial X server products such as starnet or wrq, but with improved flexibility. I think it is not difficult to do for somebody already working on Xwin configuration options, so I'm humbly asking to implement this feature. __________________________________ Do you Yahoo!? Yahoo! Mail - now with 250MB free storage. Learn more. http://info.mail.yahoo.com/mail_250 From Alexander.Gottwald@s1999.tu-chemnitz.de Sat Feb 12 13:18:00 2005 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sat, 12 Feb 2005 13:18:00 -0000 Subject: Need more documentation In-Reply-To: <4301F6F68149A44BBB94FC6CF3B68E2A25F3F8@srvmsx2.cmce.ca> References: <4301F6F68149A44BBB94FC6CF3B68E2A25F3F8@srvmsx2.cmce.ca> Message-ID: Paquet-Roy, Frederik wrote: > I was wondering if there is any document available about how data is managed on the client side and on the server side. I want to know what exactly is done on each side and what is sent to the other. Maybe a kind of flowchart... Are you referring to X11 or to cygwin/X in special. For X11 there are various design descriptions available in xc/doc of the XOrg source distribution and on the net. For cygwin/X there is no such documentation available but it tries to be as close as possible to the X11 Porting Layer Definition. This document should be available on the cygwin/X website. bye ago NP: Xotox - Eisenkiller -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From Alexander.Gottwald@s1999.tu-chemnitz.de Sat Feb 12 13:24:00 2005 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sat, 12 Feb 2005 13:24:00 -0000 Subject: Make Xwin.exe run something on start-up In-Reply-To: <20050212122947.51360.qmail@web41306.mail.yahoo.com> References: <20050212122947.51360.qmail@web41306.mail.yahoo.com> Message-ID: Alex Dubov wrote: > Hello everybody. > Currently, I'm using Xwin.exe+Openssh+winssh_askpass > to allow users access to Linux servers. It works ok in > a more or less graphical way expected by the silly > user (he clicks icon, password dialog appears and then > session is started through ssh). The problem is window > timing. When X is in windowed mode, it starts in > background, but window is opened slightly later. > Password dialog, on the other hand, already appears > and gets obscured by the opened Xwin rootwindow, > baffling the user and causing inconvenience. > I believe that to solve this problem correctly, an > option can be added to Xwin, making it run some > program after all window initialization is completed. > This program can then be implemented to provide nice > authentication dialogs in whatever environment user > wants - thus resembling commercial X server products > such as starnet or wrq, but with improved flexibility. > I think it is not difficult to do for somebody already > working on Xwin configuration options, so I'm humbly > asking to implement this feature. xinit (and startx) already uses such an approach. It waits until the server is acception connections and starts the clients. I think this method is more suitable than adding another point of failure to the xserver sources. bye ago NP: Das Ich - Erde ruft (Kramm Rmx) -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From ronald@landheer.com Sat Feb 12 18:31:00 2005 From: ronald@landheer.com (Ronald Landheer-Cieslak) Date: Sat, 12 Feb 2005 18:31:00 -0000 Subject: sourceware.org downtime In-Reply-To: <20050206081412.GA13247@trixie.casa.cgf.cx> References: <20050206081412.GA13247@trixie.casa.cgf.cx> Message-ID: <420817B0.1050600@landheer.com> Christopher Faylor wrote: >If you were subscribed to this list you should have received email >telling you that sourceware.org (aka cygwin.com/gcc.gnu.org) was down. > >As you can see, we are now back up again. > >We had a hard disk failure which was exacerbated by faulty RAID >firmware. Putting a new disk into the array caused massive >system corruption. > >We're back online now, running from backups that are less than 24 hours >old. The RAID firmware has been updated and we've verified that this >problem should not reoccur. > >Running from backups means that we've jumped back in time so if you've >subscribed or unsubscribed from this list and now are either not getting >or getting it, that's why. > >Also any package maintainers who released packages last Thursday (2005-02-03) >or Wednesday (2005-02-02) should double check that their packages are >still there. > >And now to bed. > >cgf > > For the record, I'd like to congratulate you and the other overseers/admins four your incredibly quick response time. You guys & gals are obviously doing a great job, and you've proven it once again. Thanks! rlc From ssyamal@umich.edu Sat Feb 12 22:39:00 2005 From: ssyamal@umich.edu (ssyamal@umich.edu) Date: Sat, 12 Feb 2005 22:39:00 -0000 Subject: Troubleshooting Message-ID: <10034145139B4C5FABE573A1@DB4TVG51.reshall.umich.edu> I installed cygwin and opened it up and typed in XWin.exe -query ruby.engin.umich.edu and pressed enter and I get this screen with funny patterns, how can I get cygwin to work?? I looked at the Faqs and this problem is not there. Will you help me? Thanks! ~Sujata From alexander.gottwald@s1999.tu-chemnitz.de Sun Feb 13 02:38:00 2005 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sun, 13 Feb 2005 02:38:00 -0000 Subject: Troubleshooting In-Reply-To: <10034145139B4C5FABE573A1@DB4TVG51.reshall.umich.edu> References: <10034145139B4C5FABE573A1@DB4TVG51.reshall.umich.edu> Message-ID: On Sat, 12 Feb 2005 ssyamal@umich.edu wrote: > I installed cygwin and opened it up and typed in XWin.exe -query > ruby.engin.umich.edu and pressed enter and I get this screen with funny > patterns, how can I get cygwin to work?? I looked at the Faqs and this > problem is not there. Will you help me? Thanks! Those funny patterns is the default screen of the xserver. If it does not show anything else. Check the faq for xdmcp problems. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From dmitryb5@hotmail.com Sun Feb 13 16:42:00 2005 From: dmitryb5@hotmail.com (Dmitry Babich) Date: Sun, 13 Feb 2005 16:42:00 -0000 Subject: telnet doesn't work Message-ID: Hi, I installed cygwin/X on XP box. When I try to telnet to another machine, I immediately received prompt back. It looks like telnet do nothing. I tryed "/?" to receive help - still nothing. Note, that ping works fine. If I do telnet from Windows cmd window everything works fine. I even tried to replace c:/WINDOWS/system32/telnet to those from 2k box - the result is same. Output of "which telnet" is: /cygdrive/c/WINDOWS/system32/telnet. Tnx Dmitry _________________________________________________________________ Don't just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/ From brian@dessent.net Sun Feb 13 17:15:00 2005 From: brian@dessent.net (Brian Dessent) Date: Sun, 13 Feb 2005 17:15:00 -0000 Subject: telnet doesn't work References: Message-ID: <420F8C17.F70131D5@dessent.net> Dmitry Babich wrote: > I installed cygwin/X on XP box. When I try to telnet to another machine, I > immediately received prompt back. It looks like telnet do nothing. I tryed > "/?" to receive help - still nothing. > > Note, that ping works fine. > > If I do telnet from Windows cmd window everything works fine. I even tried > to replace c:/WINDOWS/system32/telnet to those from 2k box - the result is > same. > > Output of "which telnet" is: > /cygdrive/c/WINDOWS/system32/telnet. This probably belongs on the main cygwin list (cygwin @ cygwin.com) because it doesn't seem to have anything to do with X11. I have had this happen before, and I believe it's because windows' native ftp program is confused by ptys (which are implemented with pipes internally.) Many native win32 programs react in strange ways if their input/output is attached to a pty, which will be the case if you're running in a rxvt/xterm window or a regular bash command prompt with 'tty' set in your $CYGWIN. The solution is simple, install the inetutils package which includes among other things, a cygwin version of telnet that knows about ptys. Brian From cgf-no-personal-reply-please@cygwin.com Sun Feb 13 17:16:00 2005 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Sun, 13 Feb 2005 17:16:00 -0000 Subject: telnet doesn't work In-Reply-To: References: Message-ID: <20050213171811.GC8586@trixie.casa.cgf.cx> On Sun, Feb 13, 2005 at 06:41:33PM +0200, Dmitry Babich wrote: >I installed cygwin/X on XP box. When I try to telnet to another machine, I >immediately received prompt back. It looks like telnet do nothing. I tryed >"/?" to receive help - still nothing. > >Note, that ping works fine. > >If I do telnet from Windows cmd window everything works fine. I even tried >to replace c:/WINDOWS/system32/telnet to those from 2k box - the result is >same. > >Output of "which telnet" is: >/cygdrive/c/WINDOWS/system32/telnet. This doesn't sound much like a cygwin/x problem to me since there is no X component. I'm redirecting this to the cygwin list. Now that I have redirected this, I should also note that you are not using a cygwin version of telnet so this is not a cygwin problem, either. You can try installing the inetutils package by rerunning setup.exe, clicking on "Net" and clicking on the appropriate widget in the "New" column. This will install a cygwin version of telnet. From primorec@sbcglobal.net Sun Feb 13 17:17:00 2005 From: primorec@sbcglobal.net (Igor Furlan) Date: Sun, 13 Feb 2005 17:17:00 -0000 Subject: telnet doesn't work In-Reply-To: Message-ID: <20050213171703.12680.qmail@web81604.mail.yahoo.com> install inetutils from cygwin package http://x.cygwin.com/docs/ug/using-remote-apps.html#using-remote-apps-telnet --- Dmitry Babich wrote: > Hi, > > I installed cygwin/X on XP box. When I try to telnet > to another machine, I > immediately received prompt back. It looks like > telnet do nothing. I tryed > "/?" to receive help - still nothing. > > Note, that ping works fine. > > If I do telnet from Windows cmd window everything > works fine. I even tried > to replace c:/WINDOWS/system32/telnet to those from > 2k box - the result is > same. > > Output of "which telnet" is: > /cygdrive/c/WINDOWS/system32/telnet. > > > Tnx > Dmitry > > _________________________________________________________________ > Don't just search. Find. Check out the new MSN > Search! > http://search.msn.click-url.com/go/onm00200636ave/direct/01/ > > From Gerd.Spalink@t-online.de Sun Feb 13 21:02:00 2005 From: Gerd.Spalink@t-online.de (Gerd Spalink) Date: Sun, 13 Feb 2005 21:02:00 -0000 Subject: How to run texteroids with dpsnx.agent Message-ID: <01C51217.A7FB01C0.Gerd.Spalink@t-online.de> Hello, Cygwin/X includes the texteroids executable, which did not work for me. To make it work, the system must support Display Postscript. This is how to get it running: You need at least the following cygwin packages glib 1.2.10-2 glib-devel 1.2.10-2 ghostscript 8.15-2 Get the dgs source package (which may soon disappear; it had been moved to a directory marked old on the gnustep ftp server.) ftp ftp.gnustep.org (...) ftp> pwd 257 "/pub/gnustep/old/dgs" is current directory. -rw-r--r-- 1 gso_pubftp1 gso_pubftp 3572504 Jun 16 2000 dgs-0.5.10.tar.gz Download/unpack the package, configure it with ./configure --disable-glibtest --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib Before running make, change three files: 1. gs/dgsserve.c: disable code from L244 ... L259 (#if 0 request_init()... #endif) 2. gs/unix-gcc.mak: L238: EXTRALIBS=-lglib L242: GLIBINCLUDE=-I/usr/include/glib-1.2 -I/usr/lib/glib/include 3. DPS/clients/makepsres/makepsres.c disable code from L129 ... L135 (#if 0 *sys_errlist[] #endif) make make install This installs everything to /usr/local, most importantly -rwxr-xr-x 1 Gerd Kein 3746710 Feb 12 20:27 /usr/local/bin/dpsnx.agent The last thing to do is to create a symbolic link from /usr/local/share/ghostscript/fonts to /usr/share/ghostscript/fonts start the X server and run texteroids "Cygwin/X is amazing\!" Gerd Spalink From ssyamal@umich.edu Mon Feb 14 08:50:00 2005 From: ssyamal@umich.edu (ssyamal@umich.edu) Date: Mon, 14 Feb 2005 08:50:00 -0000 Subject: EMERGENCY Message-ID: <4E0D287641C078A0997CDDD6@DB4TVG51.reshall.umich.edu> I emailed you guys a few days ago and I have had no response. Cygwin is not working for me. I reinstalled it twice and type in Xwin.exe -query ruby.engin.edu and enter and this weird grey screen w/ two black lines shows up. I really need this to be fixed. How do I fix it???? ~Sujata From mikmorg@mdmsolutions.org Mon Feb 14 09:22:00 2005 From: mikmorg@mdmsolutions.org (Mike Morgan) Date: Mon, 14 Feb 2005 09:22:00 -0000 Subject: Possibility of win32 executable on Cygwin/X Message-ID: <1108372937.4813.5.camel@ravebox> I have been trying to come up with an answer to the following question through FAQs, google, and IRC, but to no avail. Its a simple question, but perhaps I am not asking/searching properly... I wish to know if its possible to run a proper windows formatted executable file through the local X server somehow. I assume this would take an extra program to do properly. My goal is to be able to run everything I do on my windows machine completely INSIDE of a KDE environment. This means that I could move the window around INSIDE the KDE desktop, from virtual desktop to virtual desktop, etc. I know this is asking a lot, but if it is possible yet, I would LOVE to know; otherwise I would be willing to work on such a goal, developing for the Cygwin/X project(s)? Sorry, I don't know all that much about them yet, but I would be willing to learn. From mbardiaux@peaktime.be Mon Feb 14 09:26:00 2005 From: mbardiaux@peaktime.be (Michel Bardiaux) Date: Mon, 14 Feb 2005 09:26:00 -0000 Subject: Possibility of win32 executable on Cygwin/X In-Reply-To: <1108372937.4813.5.camel@ravebox> References: <1108372937.4813.5.camel@ravebox> Message-ID: <42106E91.4040004@peaktime.be> Mike Morgan wrote: > I have been trying to come up with an answer to the following question > through FAQs, google, and IRC, but to no avail. Its a simple question, > but perhaps I am not asking/searching properly... > > I wish to know if its possible to run a proper windows formatted > executable file through the local X server somehow. I assume this would > take an extra program to do properly. > > My goal is to be able to run everything I do on my windows machine > completely INSIDE of a KDE environment. This means that I could move the > window around INSIDE the KDE desktop, from virtual desktop to virtual > desktop, etc. > > I know this is asking a lot, but if it is possible yet, I would LOVE to > know; otherwise I would be willing to work on such a goal, developing > for the Cygwin/X project(s)? Sorry, I don't know all that much about > them yet, but I would be willing to learn. > IIRC wine *can* run under cygwin. See www.winehq.org. -- Michel Bardiaux Peaktime Belgium S.A. Bd. du Souverain, 191 B-1160 Bruxelles Tel : +32 2 790.29.41 From davidf@sjsoft.com Mon Feb 14 09:37:00 2005 From: davidf@sjsoft.com (David Fraser) Date: Mon, 14 Feb 2005 09:37:00 -0000 Subject: EMERGENCY In-Reply-To: <4E0D287641C078A0997CDDD6@DB4TVG51.reshall.umich.edu> References: <4E0D287641C078A0997CDDD6@DB4TVG51.reshall.umich.edu> Message-ID: <42107316.4090009@sjsoft.com> ssyamal@umich.edu wrote: > I emailed you guys a few days ago and I have had no response. Cygwin > is not working for me. I reinstalled it twice and type in Xwin.exe > -query ruby.engin.edu and enter and this weird grey screen w/ two > black lines shows up. I really need this to be fixed. How do I fix it???? > ~Sujata > This is not an Emergency, and definitely not an EMERGENCY. However your original message was actually replied to. Perhaps you are not subscribed to the list and didn't receive the reply. I have included it below. Regards David On Sat, 12 Feb 2005 ssyamal@umich.edu wrote: >> I installed cygwin and opened it up and typed in XWin.exe -query >> ruby.engin.umich.edu and pressed enter and I get this screen with funny >> patterns, how can I get cygwin to work?? I looked at the Faqs and this >> problem is not there. Will you help me? Thanks! > > Those funny patterns is the default screen of the xserver. If it does not show anything else. Check the faq for xdmcp problems. bye ago From davidf@sjsoft.com Mon Feb 14 09:39:00 2005 From: davidf@sjsoft.com (David Fraser) Date: Mon, 14 Feb 2005 09:39:00 -0000 Subject: Possibility of win32 executable on Cygwin/X In-Reply-To: <1108372937.4813.5.camel@ravebox> References: <1108372937.4813.5.camel@ravebox> Message-ID: <42107386.3060603@sjsoft.com> Mike Morgan wrote: > I have been trying to come up with an answer to the following question >through FAQs, google, and IRC, but to no avail. Its a simple question, >but perhaps I am not asking/searching properly... > > I wish to know if its possible to run a proper windows formatted >executable file through the local X server somehow. I assume this would >take an extra program to do properly. > > My goal is to be able to run everything I do on my windows machine >completely INSIDE of a KDE environment. This means that I could move the >window around INSIDE the KDE desktop, from virtual desktop to virtual >desktop, etc. > > I know this is asking a lot, but if it is possible yet, I would LOVE to >know; otherwise I would be willing to work on such a goal, developing >for the Cygwin/X project(s)? Sorry, I don't know all that much about >them yet, but I would be willing to learn. > > > > For information on this, see the win32-x11@sources.redhat.com mailing list archives, and search for cygpeace. More information linked from here: http://sources.redhat.com/XOpenWin/ In short, its a great idea, and somebody got an initial version (cygpeace) working with an old cygwin, but it doesn't work with the current one. But its not on topic for this mailing list, so please join the win32-x11 mailing list if you are interested in pursuing this further (it'll take some work on your part) David From FRANZW@dk.ibm.com Mon Feb 14 09:45:00 2005 From: FRANZW@dk.ibm.com (Franz Wolfhagen) Date: Mon, 14 Feb 2005 09:45:00 -0000 Subject: EMERGENCY In-Reply-To: <4E0D287641C078A0997CDDD6@DB4TVG51.reshall.umich.edu> Message-ID: cygwin-xfree-owner@cygwin.com wrote on 14-02-2005 09:50:44: > I emailed you guys a few days ago and I have had no response. Cygwin is not > working for me. I reinstalled it twice and type in Xwin.exe -query > ruby.engin.edu and enter and this weird grey screen w/ two black lines > shows up. I really need this to be fixed. How do I fix it???? > ~Sujata > Well - first of all you should not expect people to give you any support if you do not follow the guidance at the website. Please take a look at http://cygwin.com/problems.html and the cygwin/X faq. After reading there you should be able to help yourself - we are not able to help you if you are not able to qualify your problem. Regards Franz Wolfhagen From joseph@tidetamerboatlifts.com Mon Feb 14 13:24:00 2005 From: joseph@tidetamerboatlifts.com (Joseph Miller) Date: Mon, 14 Feb 2005 13:24:00 -0000 Subject: Make Xwin.exe run something on start-up In-Reply-To: <20050212122947.51360.qmail@web41306.mail.yahoo.com> References: <20050212122947.51360.qmail@web41306.mail.yahoo.com> Message-ID: <200502140838.40243.joseph@tidetamerboatlifts.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 You may also want to take a look at XWinLogon which is basically the Cygwin X server packaged with a Windows frontend. You can see a screenshot and download it at http://www.calcmaster.net/visual-c++/xwinlogon/ - -Joseph On Saturday 12 February 2005 7:29 am, Alex Dubov wrote: > Hello everybody. > Currently, I'm using Xwin.exe+Openssh+winssh_askpass > to allow users access to Linux servers. It works ok in > a more or less graphical way expected by the silly > user (he clicks icon, password dialog appears and then > session is started through ssh). The problem is window > timing. When X is in windowed mode, it starts in > background, but window is opened slightly later. > Password dialog, on the other hand, already appears > and gets obscured by the opened Xwin rootwindow, > baffling the user and causing inconvenience. > I believe that to solve this problem correctly, an > option can be added to Xwin, making it run some > program after all window initialization is completed. > This program can then be implemented to provide nice > authentication dialogs in whatever environment user > wants - thus resembling commercial X server products > such as starnet or wrq, but with improved flexibility. > I think it is not difficult to do for somebody already > working on Xwin configuration options, so I'm humbly > asking to implement this feature. > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - now with 250MB free storage. Learn more. > http://info.mail.yahoo.com/mail_250 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFCEKnfmXZROF+EADURAuIEAJ9ENOFM7uk/aFWoK/XhbXm0z78YpACfcYgE LMlAaPAZUX9H4Agc489cZQI= =TcDH -----END PGP SIGNATURE----- From dmitryb5@hotmail.com Mon Feb 14 15:58:00 2005 From: dmitryb5@hotmail.com (Dmitry Babich) Date: Mon, 14 Feb 2005 15:58:00 -0000 Subject: Window maker freezing Message-ID: Hi, My X session is freezing. I noticed that generally it is happen when I try to navigate between workspaces. Last time it happened, I pointed on workspace window (which is hidden at the left side of screen). Instead of moving to the right, my X session is freeze ?? mouse and keyword are ignored. Any ideas? Attached my startxwin.bat: ========================================================== @echo off SET DISPLAY=10.128.30.160:0.0 REM REM The path in the CYGWIN_ROOT environment variable assignment assume REM that Cygwin is installed in a directory called 'cygwin' in the root REM directory of the current drive. You will only need to modify REM CYGWIN_ROOT if you have installed Cygwin in another directory. For REM example, if you installed Cygwin in \foo\bar\baz\cygwin, you will need REM to change \cygwin to \foo\bar\baz\cygwin. REM REM This batch file will almost always be run from the same drive (and REM directory) as the drive that contains Cygwin/X, therefore you will REM not need to add a drive letter to CYGWIN_ROOT. For example, you do REM not need to change \cygwin to c:\cygwin if you are running this REM batch file from the C drive. REM SET CYGWIN_ROOT=\cygwin SET HOME=%CYGWIN_ROOT%\usr\X11R6\ SET PATH=.;%CYGWIN_ROOT%\bin;%CYGWIN_ROOT%\usr\bin;%CYGWIN_ROOT%\usr\X11R6\bin;%PATH% SET XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults SET XCMSDB=/usr/X11R6/lib/X11/Xcms.txt SET XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB SET XNLSPATH=/usr/X11R6/lib/X11/locale REM REM Cleanup after last run. REM if not exist %CYGWIN_ROOT%\tmp\.X11-unix\X0 goto CLEANUP-FINISH attrib -s %CYGWIN_ROOT%\tmp\.X11-unix\X0 del %CYGWIN_ROOT%\tmp\.X11-unix\X0 :CLEANUP-FINISH if exist %CYGWIN_ROOT%\tmp\.X11-unix rmdir %CYGWIN_ROOT%\tmp\.X11-unix REM REM The error "Fatal server error: could not open default font 'fixed'" is REM caused by using a DOS mode mount for the mount that the Cygwin/X REM fonts are accessed through. See the Cygwin/X FAQ for more REM information: REM http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof REM if "%OS%" == "Windows_NT" goto OS_NT REM Windows 95/98/Me echo startxwin.bat - Starting on Windows 95/98/Me goto STARTUP :OS_NT REM Windows NT/2000/XP/2003 echo startxwin.bat - Starting on Windows NT/2000/XP/2003 :STARTUP REM Brief descriptions of XWin-specific options: REM REM -screen scr_num [width height] REM Enable screen scr_num and optionally specify a width and REM height for that screen. REM Most importantly, any parameters specified before the first -screen REM parameter apply to all screens. Any options after the first -screen REM parameter apply only to the screen that precedes the parameter. REM Example: REM XWin -fullscreen -screen 0 -screen 1 -depth 8 -screen 2 REM All screens will be fullscreen, but screen 2 will be depth 8, while REM screens 0 and 1 will be the default depth (whatever depth Windows REM is currently running at). REM -multiwindow REM Start an integrated Windows-based window manager. Not to be used REM with -rootless nor -fullscreen. REM -rootless REM Use a transparent root window with an external window manager REM (such as twm). Not to be used with -multiwindow nor REM with -fullscreen. REM -fullscreen REM Use a window as large as possible on the primary monitor. REM -multiplemonitors REM Create a root window that covers all monitors on a REM system with multiple monitors. REM -clipboard REM Enable the integrated version of xwinclip. Do not use in REM conjunction with the xwinclip program. REM -depth bits_per_pixel REM Specify the screen depth to run at (in bits per pixel) using a REM DirectDraw-based engine in conjunction with the -fullscreen REM option, ignored if the -fullscreen option is not specified. REM By default, you will be using a DirectDraw based engine on any REM system that supports it. REM -unixkill REM Trap Ctrl+Alt+Backspace as a server shutdown key combination. REM -nounixkill REM Disable Ctrl+Alt+Backspace as a server shutdown key combination (default). REM Example: REM XWin -unixkill -screen 0 -screen 1 -screen 2 -nounixkill REM Screens 0 and 1 will allow Ctrl+Alt+Backspace, but screen 2 will not. REM -winkill REM Trap Alt+F4 as a server shutdown key combination (default). REM -nowinkill REM Disable Alt+F4 as a server shutdown key combination. REM -scrollbars REM Enable resizing of the server display window. Do not use in conjunction REM with -multiwindow nor with -rootless. REM -nodecoration REM Draw the server root window without a title bar or border. REM Do not use with -mutliwindow nor with -rootless. REM -lesspointer REM Hide the Windows mouse cursor anytime it is over any part of the REM window, even if Cygwin/X is not the window with the focus. REM -refresh rate_in_Hz REM Specify a refresh rate to use when used with the -fullscreen option. REM -trayicon REM Enable the tray icon (default). REM -notrayicon REM Disable the tray icon. REM Example: REM XWin -notrayicon -screen 0 -screen 1 -screen 2 -trayicon REM Screens 0 and 1 will not have tray icons, but screen 2 will. REM -emulate3buttons [timeout] REM Emulate 3 button mouse with an optional timeout in milliseconds. REM -xf86config REM Specify an XF86Config-style configuration file. REM -keyboard REM Specify a keyboard device from the configuration file. REM REM Startup the programs REM REM Startup the X Server with the integrated Windows-based window manager. REM WARNING: Do not use 'xwinclip' in conjunction with the ``-clipboard'' REM command-line parameter for XWin. Doing so would start two clipboard REM managers, which is never supposed to happen. run XWin -clipboard -nodecoration REM Startup an xterm, using bash as the shell. run xterm -sl 1000 -sb -rightbar -ms red -fg yellow -bg black -e /usr/bin/bash -l REM REM Startup the twm window manager. REM WARNING: Do not use an external window manager in conjunction with REM the ``-multiwindow'' command-line parameter for XWin. Doing so REM would start two window managers, which is never supposed to happen. REM REM run twm run wmaker xhost + REM Set a background color. Only needed when not using -multwindow for XWin. REM run xsetroot -solid aquamarine4 ===================================================== Tnx _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From klavergne@comcast.net Mon Feb 14 19:22:00 2005 From: klavergne@comcast.net (klavergne@comcast.net) Date: Mon, 14 Feb 2005 19:22:00 -0000 Subject: Clipbord Problems - Locale not supported by X Message-ID: <021420051922.25322.4210FA6C00064966000062EA22007614380A02099D0A900E0405@comcast.net> I am on WinXP Pro and having problems with the clipboard integration between X-windows and WinXP. I have searched through mailing list archives and FAQs but have not found anything to help me. Can anyone tell me what I'm doing wrong? Thanks. I had used this previously on a different machine, but I now am trying to set up the Cygwin/X on a new machine. My XWin.log file is below. Thanks, Kevin --------------------- XWin.log follows... Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.0-11 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: /usr/X11R6/bin/XWin -multiwindow -clipboard -lesspointer -kb ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1024 h 768 winInitializeDefaultScreens - Returning Couldn't open RGB_DB '/usr/X11R6/lib/X11/rgb' _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" winPrefsLoadPreferences: /cygdrive/c/Documents and Settings/Kevin LaVergne/.XWinrc LoadPreferences: Done parsing the configuration file... winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel winAllocateFBShadowGDI - Creating DIB with width: 1024 height: 768 depth: 32 winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32 null screen fn ReparentWindow null screen fn RestackWindow InitQueue - Calling pthread_mutex_init InitQueue - pthread_mutex_init returned InitQueue - Calling pthread_cond_init InitQueue - pthread_cond_init returned winInitMultiWindowWM - Hello winMultiWindowXMsgProc - Hello winInitMultiWindowWM - Calling pthread_mutex_lock () winMultiWindowXMsgProc - Calling pthread_mutex_lock () MIT-SHM extension disabled due to lack of kernel support XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel (--) Setting autorepeat to delay=250, rate=31 (--) winConfigKeyboard - Layout: "00000409" (00000409) (--) Using preset keyboard for "English (USA)" (409), type "4" (++) XkbExtension disabled (--) 5 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! winInitMultiWindowWM - pthread_mutex_lock () returned. winInitMultiWindowWM - Locale not supported by X. Exiting. winProcEstablishConnection - Hello winInitClipboard () winProcEstablishConnection - winInitClipboard returned. winClipboardProc - Hello DetectUnicodeSupport - Windows NT/2000/XP winClipboardProc - Locale not supported by X. Exiting. winProcSetSelectionOwner - Clipboard not yet started, aborting. Couldn't open RGB_DB '/usr/X11R6/lib/X11/rgb' (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" winPrefsLoadPreferences: /cygdrive/c/Documents and Settings/Kevin LaVergne/.XWinrc LoadPreferences: Done parsing the configuration file... winAllocateFBShadowGDI - Creating DIB with width: 1024 height: 768 depth: 32 winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32 null screen fn ReparentWindow null screen fn RestackWindow InitQueue - Calling pthread_mutex_init InitQueue - pthread_mutex_init returned InitQueue - Calling pthread_cond_init InitQueue - pthread_cond_init returned winInitMultiWindowWM - Hello MIT-SHM extension disabled due to lack of kernel support winMultiWindowXMsgProc - Hello winInitMultiWindowWM - Calling pthread_mutex_lock () winMultiWindowXMsgProc - Calling pthread_mutex_lock () XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel (--) Setting autorepeat to delay=250, rate=31 (--) winConfigKeyboard - Layout: "00000409" (00000409) (--) Using preset keyboard for "English (USA)" (409), type "4" (++) XkbExtension disabled (--) 5 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! winInitMultiWindowWM - pthread_mutex_lock () returned. winInitMultiWindowWM - Locale not supported by X. Exiting. winDeinitMultiWindowWM - Noting shutdown in progress winDeinitMultiWindowWM - Noting shutdown in progress From zakki@peppermint.jp Mon Feb 14 20:23:00 2005 From: zakki@peppermint.jp (Kensuke Matsuzaki) Date: Mon, 14 Feb 2005 20:23:00 -0000 Subject: Clipbord Problems - Locale not supported by X In-Reply-To: <021420051922.25322.4210FA6C00064966000062EA22007614380A02099D0A900E0405@comcast.net> References: <021420051922.25322.4210FA6C00064966000062EA22007614380A02099D0A900E0405@comcast.net> Message-ID: <87is4uoptt.wl@peppermint.jp> Hi, > I am on WinXP Pro and having problems with the clipboard integration between X-windows and WinXP. I have searched through mailing list archives and FAQs but have not found anything to help me. Can anyone tell me what I'm doing wrong? Thanks. > > I had used this previously on a different machine, but I now am trying to set up the Cygwin/X on a new machine. My XWin.log file is below. What is LANG environment variable? What happen if you run XWin like this. $LANG=C XWin& bye -- Kensuke Matsuzaki mailto:zakki@peppermint.jp http://peppermint.jp From cbo4@email.byu.edu Mon Feb 14 23:51:00 2005 From: cbo4@email.byu.edu (Blake Owen) Date: Mon, 14 Feb 2005 23:51:00 -0000 Subject: Fatal Server Error Message-ID: <001c01c512ef$64246e40$dd7bbb80@FSW4> I got a Fatal server error after running "startx". Does anyone know what I need to do next to fix this error and get X server running? The /tmp/Xwin.log file is shown below: ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1280 h 1024 winInitializeDefaultScreens - Returning OsVendorInit - Creating bogus screen 0 (EE) Unable to locate/open config file InitOutput - Error reading config file winDetectSupportedEngines - Windows NT/2000/XP winDetectSupportedEngines - DirectDraw installed winDetectSupportedEngines - Allowing PrimaryDD winDetectSupportedEngines - DirectDraw4 installed winDetectSupportedEngines - Returning, supported engines 0000001f InitOutput - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 winSetEngine - Using Shadow DirectDraw NonLocking winAdjustVideoModeShadowDDNL - Using Windows display depth of 32 bits per pixel winCreateBoundingWindowWindowed - User w: 1280 h: 1024 winCreateBoundingWindowWindowed - Current w: 1280 h: 1024 winAdjustForAutoHide - Original WorkArea: 0 0 994 1280 winAdjustForAutoHide - Adjusted WorkArea: 0 0 994 1280 winCreateBoundingWindowWindowed - WindowClient w 1274 h 962 r 1274 l 0 b 962 t 0 winCreateBoundingWindowWindowed - Returning winCreatePrimarySurfaceShadowDDNL - Creating primary surface winCreatePrimarySurfaceShadowDDNL - Created primary surface winCreatePrimarySurfaceShadowDDNL - Attached clipper to primary surface winAllocateFBShadowDDNL - lPitch: 5096 winAllocateFBShadowDDNL - Created shadow pitch: 5096 winAllocateFBShadowDDNL - Created shadow stride: 1274 winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff winInitVisualsShadowDDNL - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32 winCreateDefColormap - Deferring to fbCreateDefColormap () winFinishScreenInitFB - returning winScreenInit - returning InitOutput - Returning. (EE) No primary keyboard configured (==) Using compiletime defaults for keyboard Rules = "xfree86" Model = "pc101" Layout = "us" Variant = "(null)" Options = "(null)" winPointerWarpCursor - Discarding first warp: 637 481 winBlockHandler - Releasing pmServerStarted winBlockHandler - pthread_mutex_unlock () returned winWindowProc - WM_*KEYDOWN - Closekey hit, quitting Thanks again for any help Blake From karlbowden@gmail.com Tue Feb 15 00:01:00 2005 From: karlbowden@gmail.com (Karl Bowden) Date: Tue, 15 Feb 2005 00:01:00 -0000 Subject: Is it somehow possible to start Windows applications from xterm so that they "remain" in X-Server area? In-Reply-To: <420B102D.9070507@sjsoft.com> References: <84a6fe440502072059363aae5b@mail.gmail.com> <4208A917.4080707@sjsoft.com> <84a6fe440502092159333c3afe@mail.gmail.com> <420B102D.9070507@sjsoft.com> Message-ID: <84a6fe4405021416005d0f51a3@mail.gmail.com> kbowden@karlb ~/detours/samples/bin $ withdll /d:peacehook.dll winmine withdll.exe: Starting: `winmine' 139 [main] winmine 1980 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 12226 [main] winmine 1980 open_stackdumpfile: Dumping stack trace to winmine.exe.stackdump Segmentation fault (core dumped) On Thu, 10 Feb 2005 09:41:33 +0200, David Fraser wrote: > Probably best to test it using a local cygwin X server and a local > application. Other than that I don't really understand cygpeace so I > probably can't help, but you could always try contact the author though > I'm not sure he intends to maintain it > > Karl Bowden wrote: > > >Hmm. I have got it compiled ok, and installed ok, but it does not seem > >to have any effect. If I run the 'withdll -d:peacehook.dll winmine' > >from a remote linux session (with the env vars setup), withdll just > >sits there. No seg fault, nothing. I just have to end up hitting > >Ctrl-C. > > > > > > > >On Tue, 08 Feb 2005 13:57:11 +0200, David Fraser wrote: > > > > > >>Alexander Gottwald wrote: > >> > >> > >> > >>>On Tue, 8 Feb 2005, Karl Bowden wrote: > >>> > >>> > >>> > >>> > >>> > >>>>Has any body made any more progress on compiling and getting the > >>>>CygPeace project working? > >>>>This seems like a very worthwile project if somebody could supply binaries. > >>>>The only other application I have seen to offer this feature of > >>>>exporting applications, is the Citrix product. > >>>> > >>>> > >>>> > >>>> > >>>Not compiling is the big issue but running. It constantly crashed with > >>>cygwin 1.5.* but was reported to run with cygwin 1.3.* > >>> > >>>Afair there were some definitions which needed to be changed in order > >>>to get cygpeace to work, but these were quite simple changes. > >>> > >>> > >>> > >>> > >>> > >>>>Below is error I get to do with inttypes.h that is included by a lot of files. > >>>> > >>>>$ make > >>>>gcc -g -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I../common > >>>>-I./include -DDLLMAIN -D__aconst= -DEXTERN_C= -c -o ../common/handle.o > >>>>../common/handle.c > >>>>g++ -g -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I../common > >>>>-I./include -DDLLMAIN -D__aconst= -DEXTERN_C="extern \"C\"" -c -o > >>>>../ui.so/BitmapBlock.o ../ui.so/BitmapBlock.cc > >>>>In file included from ../ui.so/BitmapBlock.h:33, > >>>> from ../ui.so/BitmapBlock.cc:29: > >>>>include/sys/inttypes.h:6: error: conflicting types for `typedef unsigned int > >>>> uint32_t' > >>>>/usr/include/stdint.h:28: error: previous declaration as `typedef long unsigned > >>>> int uint32_t' > >>>>make: *** [../ui.so/BitmapBlock.o] Error 1 > >>>> > >>>> > >>>> > >>>> > >>>Maybe removing #inlude helps > >>> > >>> > >>> > >>> > >>Confirmed that I got it running fine on cygwin 1.3.x > >>If you do make any progress on 1.5.x please report back to the list! > >> > >>David > >> > >> > >> > > > > > > > > From karlbowden@gmail.com Tue Feb 15 00:02:00 2005 From: karlbowden@gmail.com (Karl Bowden) Date: Tue, 15 Feb 2005 00:02:00 -0000 Subject: Is it somehow possible to start Windows applications from xterm so that they "remain" in X-Server area? In-Reply-To: <84a6fe4405021416005d0f51a3@mail.gmail.com> References: <84a6fe440502072059363aae5b@mail.gmail.com> <4208A917.4080707@sjsoft.com> <84a6fe440502092159333c3afe@mail.gmail.com> <420B102D.9070507@sjsoft.com> <84a6fe4405021416005d0f51a3@mail.gmail.com> Message-ID: <84a6fe440502141602554f49ee@mail.gmail.com> Yip i got the segfault now. Oh well. If anybody has some good ideas, just let me know, - Karl On Tue, 15 Feb 2005 11:00:34 +1100, Karl Bowden wrote: > kbowden@karlb ~/detours/samples/bin > $ withdll /d:peacehook.dll winmine > withdll.exe: Starting: `winmine' > > 139 [main] winmine 1980 handle_exceptions: Exception: > STATUS_ACCESS_VIOLATION > 12226 [main] winmine 1980 open_stackdumpfile: Dumping stack trace to > winmine.exe.stackdump > Segmentation fault (core dumped) > > > On Thu, 10 Feb 2005 09:41:33 +0200, David Fraser wrote: > > Probably best to test it using a local cygwin X server and a local > > application. Other than that I don't really understand cygpeace so I > > probably can't help, but you could always try contact the author though > > I'm not sure he intends to maintain it > > > > Karl Bowden wrote: > > > > >Hmm. I have got it compiled ok, and installed ok, but it does not seem > > >to have any effect. If I run the 'withdll -d:peacehook.dll winmine' > > >from a remote linux session (with the env vars setup), withdll just > > >sits there. No seg fault, nothing. I just have to end up hitting > > >Ctrl-C. > > > > > > > > > > > >On Tue, 08 Feb 2005 13:57:11 +0200, David Fraser wrote: > > > > > > > > >>Alexander Gottwald wrote: > > >> > > >> > > >> > > >>>On Tue, 8 Feb 2005, Karl Bowden wrote: > > >>> > > >>> > > >>> > > >>> > > >>> > > >>>>Has any body made any more progress on compiling and getting the > > >>>>CygPeace project working? > > >>>>This seems like a very worthwile project if somebody could supply binaries. > > >>>>The only other application I have seen to offer this feature of > > >>>>exporting applications, is the Citrix product. > > >>>> > > >>>> > > >>>> > > >>>> > > >>>Not compiling is the big issue but running. It constantly crashed with > > >>>cygwin 1.5.* but was reported to run with cygwin 1.3.* > > >>> > > >>>Afair there were some definitions which needed to be changed in order > > >>>to get cygpeace to work, but these were quite simple changes. > > >>> > > >>> > > >>> > > >>> > > >>> > > >>>>Below is error I get to do with inttypes.h that is included by a lot of files. > > >>>> > > >>>>$ make > > >>>>gcc -g -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I../common > > >>>>-I./include -DDLLMAIN -D__aconst= -DEXTERN_C= -c -o ../common/handle.o > > >>>>../common/handle.c > > >>>>g++ -g -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I../common > > >>>>-I./include -DDLLMAIN -D__aconst= -DEXTERN_C="extern \"C\"" -c -o > > >>>>../ui.so/BitmapBlock.o ../ui.so/BitmapBlock.cc > > >>>>In file included from ../ui.so/BitmapBlock.h:33, > > >>>> from ../ui.so/BitmapBlock.cc:29: > > >>>>include/sys/inttypes.h:6: error: conflicting types for `typedef unsigned int > > >>>> uint32_t' > > >>>>/usr/include/stdint.h:28: error: previous declaration as `typedef long unsigned > > >>>> int uint32_t' > > >>>>make: *** [../ui.so/BitmapBlock.o] Error 1 > > >>>> > > >>>> > > >>>> > > >>>> > > >>>Maybe removing #inlude helps > > >>> > > >>> > > >>> > > >>> > > >>Confirmed that I got it running fine on cygwin 1.3.x > > >>If you do make any progress on 1.5.x please report back to the list! > > >> > > >>David > > >> > > >> > > >> > > > > > > > > > > > > > > From alexander.gottwald@s1999.tu-chemnitz.de Tue Feb 15 00:04:00 2005 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 15 Feb 2005 00:04:00 -0000 Subject: Fatal Server Error In-Reply-To: <001c01c512ef$64246e40$dd7bbb80@FSW4> References: <001c01c512ef$64246e40$dd7bbb80@FSW4> Message-ID: On Mon, 14 Feb 2005, Blake Owen wrote: > I got a Fatal server error after running "startx". > > Does anyone know what I need to do next to fix this error and get X server > running? > > > The /tmp/Xwin.log file is shown below: The logfile seems clean. Maybe it is from an old session and Xwin can't overwrite the logfile and fails therefore. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From klavergne@comcast.net Tue Feb 15 14:19:00 2005 From: klavergne@comcast.net (klavergne@comcast.net) Date: Tue, 15 Feb 2005 14:19:00 -0000 Subject: Clipbord Problems - Locale not supported by X Message-ID: <021520051419.10092.421204E30003212E0000276C22007456720A02099D0A900E0405@comcast.net> I tried setting the LANG environment variable, but I still get the same results. I set it in the startxwin.bat file that I use to start XWin. Is this the correct way to do it? The command I used was: set LANG=C XWin& which strips off the & so that the result is: LANG=C XWin I also tried: set LANG="C XWin&" which kept the & but also kept the quotes. Neither one worked so that the clipboard was active. I also found that my caps lock key isn't working in any of the XWin windows. Thanks. > I am on WinXP Pro and having problems with the clipboard integration between > X-windows and WinXP. I have searched through mailing list archives and FAQs but > have not found anything to help me. Can anyone tell me what I'm doing wrong? > Thanks. > > I had used this previously on a different machine, but I now am trying to set up > the Cygwin/X on a new machine. My XWin.log file is below. > > Thanks, > > Kevin > > --------------------- > XWin.log follows... > > Welcome to the XWin X Server > Vendor: The Cygwin/X Project > Release: 6.8.1.0-11 > > Contact: cygwin-xfree@cygwin.com > > XWin was started with the following command line: > > /usr/X11R6/bin/XWin -multiwindow -clipboard -lesspointer -kb > > ddxProcessArgument - Initializing default screens > winInitializeDefaultScreens - w 1024 h 768 > winInitializeDefaultScreens - Returning > Couldn't open RGB_DB '/usr/X11R6/lib/X11/rgb' > _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. > (II) XF86Config is not supported > (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information > (==) FontPath set to > "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11 > /fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr > /X11R6/lib/X11/fonts/100dpi/" > winPrefsLoadPreferences: /cygdrive/c/Documents and Settings/Kevin > LaVergne/.XWinrc > LoadPreferences: Done parsing the configuration file... > winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel > winAllocateFBShadowGDI - Creating DIB with width: 1024 height: 768 depth: 32 > winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32 > null screen fn ReparentWindow > null screen fn RestackWindow > InitQueue - Calling pthread_mutex_init > InitQueue - pthread_mutex_init returned > InitQueue - Calling pthread_cond_init > InitQueue - pthread_cond_init returned > winInitMultiWindowWM - Hello > winMultiWindowXMsgProc - Hello > winInitMultiWindowWM - Calling pthread_mutex_lock () > winMultiWindowXMsgProc - Calling pthread_mutex_lock () > MIT-SHM extension disabled due to lack of kernel support > XFree86-Bigfont extension local-client optimization disabled due to lack of > shared memory support in the kernel > (--) Setting autorepeat to delay=250, rate=31 > (--) winConfigKeyboard - Layout: "00000409" (00000409) > (--) Using preset keyboard for "English (USA)" (409), type "4" > (++) XkbExtension disabled > (--) 5 mouse buttons found > Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from > list! > winInitMultiWindowWM - pthread_mutex_lock () returned. > winInitMultiWindowWM - Locale not supported by X. Exiting. > winProcEstablishConnection - Hello > winInitClipboard () > winProcEstablishConnection - winInitClipboard returned. > winClipboardProc - Hello > DetectUnicodeSupport - Windows NT/2000/XP > winClipboardProc - Locale not supported by X. Exiting. > winProcSetSelectionOwner - Clipboard not yet started, aborting. > Couldn't open RGB_DB '/usr/X11R6/lib/X11/rgb' > (II) XF86Config is not supported > (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information > (==) FontPath set to > "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11 > /fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr > /X11R6/lib/X11/fonts/100dpi/" > winPrefsLoadPreferences: /cygdrive/c/Documents and Settings/Kevin > LaVergne/.XWinrc > LoadPreferences: Done parsing the configuration file... > winAllocateFBShadowGDI - Creating DIB with width: 1024 height: 768 depth: 32 > winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32 > null screen fn ReparentWindow > null screen fn RestackWindow > InitQueue - Calling pthread_mutex_init > InitQueue - pthread_mutex_init returned > InitQueue - Calling pthread_cond_init > InitQueue - pthread_cond_init returned > winInitMultiWindowWM - Hello > MIT-SHM extension disabled due to lack of kernel support > winMultiWindowXMsgProc - Hello > winInitMultiWindowWM - Calling pthread_mutex_lock () > winMultiWindowXMsgProc - Calling pthread_mutex_lock () > XFree86-Bigfont extension local-client optimization disabled due to lack of > shared memory support in the kernel > (--) Setting autorepeat to delay=250, rate=31 > (--) winConfigKeyboard - Layout: "00000409" (00000409) > (--) Using preset keyboard for "English (USA)" (409), type "4" > (++) XkbExtension disabled > (--) 5 mouse buttons found > Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from > list! > winInitMultiWindowWM - pthread_mutex_lock () returned. > winInitMultiWindowWM - Locale not supported by X. Exiting. > winDeinitMultiWindowWM - Noting shutdown in progress > winDeinitMultiWindowWM - Noting shutdown in progress From smiling_apple812@hotmail.com Tue Feb 15 14:33:00 2005 From: smiling_apple812@hotmail.com (ZHANG ming) Date: Tue, 15 Feb 2005 14:33:00 -0000 Subject: Problem with the cygwin(perhaps the problem with wmaker,not sure) In-Reply-To: <1108476850.26947.ezmlm@cygwin.com> Message-ID: hi everyone, I have got a problem. I really tried my best to solve it, but... The fact is that, a month ago, they have installed a cygwin for my system, and it worked well. Yesterday, I have tried to install a cygwin from internet. I installed it in another directory. The result is that, it does not work now, the cygwin. Before posting this message, I have tried: deleting the trace in the Windows registry,so it works better now. But it always can not display the fenetre "xterm". the XWinlog file is as below: Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 4.3.0.63 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: XWin -clipboard -multiplemonitors -rootless ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1024 h 768 winInitializeDefaultScreens - Returning OsVendorInit - Creating bogus screen 0 winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 winDetectSupportedEngines - Windows NT/2000/XP winDetectSupportedEngines - DirectDraw installed winDetectSupportedEngines - DirectDraw4 installed winDetectSupportedEngines - Returning, supported engines 00000007 winScreenInit - dwWidth: 1024 dwHeight: 768 winSetEngine - Using Shadow DirectDraw NonLocking winAdjustVideoModeShadowDDNL - Using Windows display depth of 32 bits per pixel winCreateBoundingWindowWindowed - User w: 1024 h: 768 winCreateBoundingWindowWindowed - Current w: 1024 h: 768 winGetWorkArea - Original WorkArea: 0 0 738 1024 winGetWorkArea - Virtual screen is 1024 x 768 winGetWorkArea - Virtual screen origin is 0, 0 winGetWorkArea - Primary screen is 1024 x 768 winGetWorkArea - Adjusted WorkArea for multiple monitors: 0 0 738 1024 winAdjustForAutoHide - Original WorkArea: 0 0 738 1024 winAdjustForAutoHide - Adjusted WorkArea: 0 0 738 1024 winCreateBoundingWindowWindowed - WindowClient w 1024 h 738 r 1024 l 0 b 738 t 0 winCreateBoundingWindowWindowed - Returning winCreatePrimarySurfaceShadowDDNL - Creating primary surface winCreatePrimarySurfaceShadowDDNL - Created primary surface winCreatePrimarySurfaceShadowDDNL - Attached clipper to primary surface winAllocateFBShadowDDNL - lPitch: 4096 winAllocateFBShadowDDNL - Created shadow pitch: 4096 winAllocateFBShadowDDNL - Created shadow stride: 1024 winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff winInitVisualsShadowDDNL - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32 winCreateDefColormap - Deferring to fbCreateDefColormap () winFinishScreenInitFB - returning winScreenInit - returning InitOutput - Returning. MIT-SHM extension disabled due to lack of kernel support XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "0000040C" (0000040c) (--) Using preset keyboard for "French (Standard)" (40c), type "4" Rules = "xfree86" Model = "pc105" Layout = "fr" Variant = "(null)" Options = "(null)" Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! winPointerWarpCursor - Discarding first warp: 512 384 winBlockHandler - Releasing pmServerStarted winBlockHandler - pthread_mutex_unlock () returned winProcEstablishConnection - Hello winInitClipboard () winProcEstablishConnection - winInitClipboard returned. winClipboardProc - Hello DetectUnicodeSupport - Windows NT/2000/XP winClipboardProc - DISPLAY=127.0.0.1:0.0 winClipboardProc - XOpenDisplay () returned and successfully opened the display. winClipboardWindowProc - WM_DRAWCLIPBOARD - Initializing - Returning. ddxBeforeReset - Hello winClipboardProc - winClipboardFlushWindowsMessageQueue trapped WM_QUIT message, exiting main loop. winClipboardProc - XDestroyWindow succeeded. ddxBeforeReset - Clipboard thread has exited. Thanks a lot for your help. Looking forward for replies. smiling_apple :) _________________________________________________________________ ???????????????? MSN Explorer: http://explorer.msn.com/lccn From zakki@peppermint.jp Tue Feb 15 16:38:00 2005 From: zakki@peppermint.jp (Kensuke Matsuzaki) Date: Tue, 15 Feb 2005 16:38:00 -0000 Subject: Clipbord Problems - Locale not supported by X In-Reply-To: <021520051419.10092.421204E30003212E0000276C22007456720A02099D0A900E0405@comcast.net> References: <021520051419.10092.421204E30003212E0000276C22007456720A02099D0A900E0405@comcast.net> Message-ID: <421225BA.4060200@peppermint.jp> klavergne@comcast.net wrote: > I tried setting the LANG environment variable, but I still get the same results. I set it in the startxwin.bat file that I use to start XWin. Is this the correct way to do it? > > The command I used was: > set LANG=C XWin& > which strips off the & so that the result is: > LANG=C XWin > > I also tried: > set LANG="C XWin&" > which kept the & but also kept the quotes. > > Neither one worked so that the clipboard was active. Please type in cygwin bash, and tell me result. echo $LANG And also add following line to startxwin.bat set LANG=C Bye -- Kensuke Matsuzaki mailto:zakki@peppermint.jp http://peppermint.jp From alexander.gottwald@s1999.tu-chemnitz.de Tue Feb 15 16:58:00 2005 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 15 Feb 2005 16:58:00 -0000 Subject: Problem with the cygwin(perhaps the problem with wmaker,not sure) In-Reply-To: References: Message-ID: On Tue, 15 Feb 2005, ZHANG ming wrote: > Welcome to the XWin X Server > Vendor: The Cygwin/X Project > Release: 4.3.0.63 Try installing the xorg-x11 packages. The xfree 4.3.0 server is very old. I'm quite surprised it is still available on some mirrors. Maybe your mirror is outdated. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From klavergne@comcast.net Tue Feb 15 16:59:00 2005 From: klavergne@comcast.net (klavergne@comcast.net) Date: Tue, 15 Feb 2005 16:59:00 -0000 Subject: Clipbord Problems - Locale not supported by X Message-ID: <021520051659.1676.42122A880003D5F90000068C22007374780A02099D0A900E0405@comcast.net> Before I started doing this, when I did "echo $LANG" I got nothing. After this last suggestion, I get: C I started XWin up again and I get the same error in the log file: winClipboardProc - Locale not supported by X. Exiting. Since I am in the US, should my locale be something like "en_US"? Thank you for your help. :-) Kevin > klavergne@comcast.net wrote: > > I tried setting the LANG environment variable, but I still get the same > results. I set it in the startxwin.bat file that I use to start XWin. Is this > the correct way to do it? > > > > The command I used was: > > set LANG=C XWin& > > which strips off the & so that the result is: > > LANG=C XWin > > > > I also tried: > > set LANG="C XWin&" > > which kept the & but also kept the quotes. > > > > Neither one worked so that the clipboard was active. > > Please type in cygwin bash, and tell me result. > echo $LANG > > And also add following line to startxwin.bat > set LANG=C > > Bye > -- > Kensuke Matsuzaki > mailto:zakki@peppermint.jp > http://peppermint.jp From alexander.gottwald@s1999.tu-chemnitz.de Tue Feb 15 17:10:00 2005 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 15 Feb 2005 17:10:00 -0000 Subject: Clipbord Problems - Locale not supported by X In-Reply-To: <021520051659.1676.42122A880003D5F90000068C22007374780A02099D0A900E0405@comcast.net> References: <021520051659.1676.42122A880003D5F90000068C22007374780A02099D0A900E0405@comcast.net> Message-ID: On Tue, 15 Feb 2005 klavergne@comcast.net wrote: > Before I started doing this, when I did "echo $LANG" I got nothing. > > After this last suggestion, I get: > C > > I started XWin up again and I get the same error in the log file: > winClipboardProc - Locale not supported by X. Exiting. > > Since I am in the US, should my locale be something like "en_US"? maybe the installation is broken. Make sure you have files in /usr/X11R6/lib/X11/locale/ and don't have set an environment variable like XLOCALEDIR. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From klavergne@comcast.net Tue Feb 15 17:16:00 2005 From: klavergne@comcast.net (klavergne@comcast.net) Date: Tue, 15 Feb 2005 17:16:00 -0000 Subject: Clipbord Problems - Locale not supported by X Message-ID: <021520051715.29044.42122E4D0007EDFF0000717422058864420A02099D0A900E0405@comcast.net> I do have the /usr/X11R6/lib/locale directory, but it's empty. Should it be, or should it have something in it? Also the XLOCALEDIR env variable is not set. Thanks. > On Tue, 15 Feb 2005 klavergne@comcast.net wrote: > > > Before I started doing this, when I did "echo $LANG" I got nothing. > > > > After this last suggestion, I get: > > C > > > > I started XWin up again and I get the same error in the log file: > > winClipboardProc - Locale not supported by X. Exiting. > > > > Since I am in the US, should my locale be something like "en_US"? > > maybe the installation is broken. Make sure you have files in > /usr/X11R6/lib/X11/locale/ and don't have set an environment variable > like XLOCALEDIR. > > bye > ago > -- > Alexander.Gottwald@s1999.tu-chemnitz.de > http://www.gotti.org ICQ: 126018723 From zakki@peppermint.jp Tue Feb 15 17:28:00 2005 From: zakki@peppermint.jp (Kensuke Matsuzaki) Date: Tue, 15 Feb 2005 17:28:00 -0000 Subject: Clipbord Problems - Locale not supported by X In-Reply-To: <021520051715.29044.42122E4D0007EDFF0000717422058864420A02099D0A900E0405@comcast.net> References: <021520051715.29044.42122E4D0007EDFF0000717422058864420A02099D0A900E0405@comcast.net> Message-ID: <421231A0.1000206@peppermint.jp> klavergne@comcast.net wrote: > I do have the /usr/X11R6/lib/locale directory, but it's empty. Should it be, or should it have something in it? > > Also the XLOCALEDIR env variable is not set. http://cygwin.com/cgi-bin2/package-cat.cgi?file=xorg-x11-libs-data%2Fxorg-x11-libs-data-6.8.1.904-1 Reinstall it. -- Kensuke Matsuzaki mailto:zakki@peppermint.jp http://peppermint.jp From klavergne@comcast.net Tue Feb 15 18:07:00 2005 From: klavergne@comcast.net (klavergne@comcast.net) Date: Tue, 15 Feb 2005 18:07:00 -0000 Subject: Clipbord Problems - Locale not supported by X Message-ID: <021520051806.22468.42123A430007476F000057C422070009530A02099D0A900E0405@comcast.net> After reinstalling this package, it now works. The LANG environment variable is not set. I am still having problems with the caps lock key. Should I start a new thread for that? Thanks to everyone for your help. Kevin > klavergne@comcast.net wrote: > > I do have the /usr/X11R6/lib/locale directory, but it's empty. Should it be, > or should it have something in it? > > > > Also the XLOCALEDIR env variable is not set. > > http://cygwin.com/cgi-bin2/package-cat.cgi?file=xorg-x11-libs-data%2Fxorg-x11-li > bs-data-6.8.1.904-1 > Reinstall it. > > -- > Kensuke Matsuzaki > mailto:zakki@peppermint.jp > http://peppermint.jp From Nick.Seegmiller@m.cc.utah.edu Tue Feb 15 19:15:00 2005 From: Nick.Seegmiller@m.cc.utah.edu (Nicholas R Seegmiller) Date: Tue, 15 Feb 2005 19:15:00 -0000 Subject: X Problems Message-ID: <000e01c51392$cf0aed80$020010ac@Caelitus> I have been unable to find anybody else who had this problem, so here goes: When installing X, I get the error: titlebar:mkfontscale.exe - Entry Point Not Found "The procedure entry point _fopen64 could not be located in the dynamic link library cygwin1.dll" I can then push okay, for the message 10+ times, and the install finishes. If I then try to run X, i get a very similar message: titlebar: xinit.exe - Entry Point Not Found "The procedure entry point __getreent could not be located in the dynamic link library cygwin1.dll" That's all I can do. Any help is appreciated. From cgf-no-personal-reply-please@cygwin.com Tue Feb 15 19:44:00 2005 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Tue, 15 Feb 2005 19:44:00 -0000 Subject: X Problems In-Reply-To: <000e01c51392$cf0aed80$020010ac@Caelitus> References: <000e01c51392$cf0aed80$020010ac@Caelitus> Message-ID: <20050215194542.GG14941@trixie.casa.cgf.cx> On Tue, Feb 15, 2005 at 12:16:09PM -0700, Nicholas R Seegmiller wrote: >I have been unable to find anybody else who had this problem, so here goes: >When installing X, I get the error: >titlebar:mkfontscale.exe - Entry Point Not Found >"The procedure entry point _fopen64 could not be located in the dynamic >link library cygwin1.dll" > >I can then push okay, for the message 10+ times, and the install finishes. >If I then try to run X, i get a very similar message: >titlebar: xinit.exe - Entry Point Not Found >"The procedure entry point __getreent could not be located in the dynamic >link library cygwin1.dll" > >That's all I can do. Any help is appreciated. You have multiple versions of cygwin1.dll on your system. cgf From Nick.Seegmiller@m.cc.utah.edu Tue Feb 15 22:40:00 2005 From: Nick.Seegmiller@m.cc.utah.edu (Nicholas R Seegmiller) Date: Tue, 15 Feb 2005 22:40:00 -0000 Subject: X Problems References: <000e01c51392$cf0aed80$020010ac@Caelitus> <20050215194542.GG14941@trixie.casa.cgf.cx> Message-ID: <001901c513af$54be0130$020010ac@Caelitus> > You have multiple versions of cygwin1.dll on your system. That was it exactly, thanks. From cothenet@cppm.in2p3.fr Wed Feb 16 07:30:00 2005 From: cothenet@cppm.in2p3.fr (Alexis Cothenet) Date: Wed, 16 Feb 2005 07:30:00 -0000 Subject: launch server x without startx command Message-ID: Hi all, I'm working using Cygwin XFree86. I'd like to avoid to type startx each time i click on the cygwin icon (lazy attitude;-) in a such way i could work directly in the X shell when i click on it. I have seen http://www.cygwin.com/ml/cygwin-xfree/2004-01/msg00476.html ( tried with my own ip) but it doesn't work for me. i'm working with tcsh shell. Maybe there is a place where i could launch the startx script ? Does someone know how i could manage that ? Thanks, Alexis From pechtcha@cs.nyu.edu Wed Feb 16 14:06:00 2005 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Wed, 16 Feb 2005 14:06:00 -0000 Subject: launch server x without startx command In-Reply-To: References: Message-ID: On Wed, 16 Feb 2005, Alexis Cothenet wrote: > Hi all, > > I'm working using Cygwin XFree86. I'd like to avoid to type > startx each time i click on the cygwin icon (lazy attitude;-) > in a such way i could work directly in the X shell when i click on it. > I have seen http://www.cygwin.com/ml/cygwin-xfree/2004-01/msg00476.html ( > tried with my own ip) > but it doesn't work for me. > i'm working with tcsh shell. > Maybe there is a place where i could launch the startx script ? > > Does someone know how i could manage that ? Alexis, In exactly what way doesn't it work for you? Does the X server produce an error, or do X clients report that no server is detected? If the latter, make sure you have DISPLAY=localhost:0.0 in your environment, otherwise the X apps won't know about the X server. If the former, please post the exact command you're trying to add. FWIW, in the newer versions of Cygwin, you may be better off with using "setsid XWin [options]" instead of "XWin [options] &". One typo in the message you referred to is that "xwin" is lowercase, while the executable is named "XWin", but on most systems this shouldn't matter. An alternative solution that was discussed (but I'm not aware of any resolution) is to write a script that conditionally starts the X server if it's not already running, and kick it off in every X client shortcut. Igor P.S. Of course, there's always . -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT From sailorleo@hotpop.com Thu Feb 17 08:27:00 2005 From: sailorleo@hotpop.com (Arturus Magi) Date: Thu, 17 Feb 2005 08:27:00 -0000 Subject: launch server x without startx command In-Reply-To: References: Message-ID: <4214545F.1000407@hotpop.com> Alexis Cothenet wrote: > I have seen http://www.cygwin.com/ml/cygwin-xfree/2004-01/msg00476.html ( > tried with my own ip) > but it doesn't work for me. > i'm working with tcsh shell. > Maybe there is a place where i could launch the startx script ? > I took a slightly different route that either of those posters did. The end result should be the same, but it's still worth a try, since you seem to be able to run startx once you have a POSIX shell. My system has c:\cygwin\bin;c:\cygwin\usr\X11R6\bin at the end of $PATH$, and I simply stuck a shortcut to 'sh startx' in the default user's startup folder. As long as startx works on your system, this should too, since it's simply automating the invocation of the startx shell script. This should work in user-specific environment variables and startup folders too, and if you don't want to edit your Windows path variable, prefixing the Windows path to bin/sh to the shortcut should produce the same end result as well. From searchit.sevenstory@verizon.net Thu Feb 17 14:33:00 2005 From: searchit.sevenstory@verizon.net (Steve) Date: Thu, 17 Feb 2005 14:33:00 -0000 Subject: Launching an X app and getting access to the local (win32) drives Message-ID: <001601c514fd$ca3576b0$6401a8c0@tibet77> This is a newbie question.... I have RH8 installed (actually in a VM under VMWare) and have installed the cygwin/X on a Windows 2000 Pro box. After some work getting the X configuration setup properly, from the cygwin bash shell, I am able to telnet into my linux box, export the display, and run all of the X apps correctly on the win32 machine. Before telnetting into linux, the bash shell can see the local win32 drives, but the telnet session (and the X application) can only see file space on the linux machine. How do I make the local win32 drives available to the X application? Thanks for any help Steve From alexander.gottwald@s1999.tu-chemnitz.de Thu Feb 17 15:28:00 2005 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 17 Feb 2005 15:28:00 -0000 Subject: Launching an X app and getting access to the local (win32) drives In-Reply-To: <001601c514fd$ca3576b0$6401a8c0@tibet77> References: <001601c514fd$ca3576b0$6401a8c0@tibet77> Message-ID: On Thu, 17 Feb 2005, Steve wrote: > This is a newbie question.... > > I have RH8 installed (actually in a VM under VMWare) and have installed the > cygwin/X on a Windows 2000 Pro box. After some work getting the X > configuration setup properly, from the cygwin bash shell, I am able to > telnet into my linux box, export the display, and run all of the X apps > correctly on the win32 machine. > > Before telnetting into linux, the bash shell can see the local win32 drives, > but the telnet session (and the X application) can only see file space on > the linux machine. How do I make the local win32 drives available to the X > application? export the drives as windows shares and use samba to access them. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From Alexander.Gottwald@s1999.tu-chemnitz.de Thu Feb 17 20:51:00 2005 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 17 Feb 2005 20:51:00 -0000 Subject: Problem with the cygwin5A In-Reply-To: <20050217184724.220E03658F2@mail.esiee.fr> References: <20050217184724.220E03658F2@mail.esiee.fr> Message-ID: zhangm@esiee.fr wrote: > Hi Alexander, > > MIT-SHM extension disabled due to lack of kernel support > XFree86-Bigfont extension local-client optimization disabled due to > lack of shared memory support in the kernel > (--) Setting autorepeat to delay=500, rate=31 > (--) winConfigKeyboard - Layout: "0000040C" (0000040c) > (--) Using preset keyboard for "French (Standard)" (40c), type "4" > (--) 3 mouse buttons found > Could not init font path element /usr/X11R6/lib/X11/fonts/TTF/, > removing from list! > Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, > removing from list! > Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, > removing from list! > Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/, > removing from list! With normal invocation a lot more should follow. Please try XWin -clipboard -multiplemonitors -rootless -kb If this works, you are most likely suffering from an incompatibility with personal firewalls. bye ago NP: Terminal Choice - Black Dressed Woman -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From mjackson@ravenswood.k12.ca.us Fri Feb 18 17:56:00 2005 From: mjackson@ravenswood.k12.ca.us (Marc Jackson) Date: Fri, 18 Feb 2005 17:56:00 -0000 Subject: problems downloading x11 for windows Message-ID: <01B116367C03574B9BCAEB7A6A654A6A3B8E78@rcsd-mail.rcsd.ravenswood.k12.ca.us> Hello, I can't seem to download X11 for windows. setup.exe seems to want to download setup.bz2 I've tried several sites, and I'm getting the following error message. (null) line1:syntax error, unxexpected LT, expecting $end in a "parse error" dialog box. Any ideas? Regards, Marc From searchit.sevenstory@verizon.net Sat Feb 19 17:53:00 2005 From: searchit.sevenstory@verizon.net (Steve) Date: Sat, 19 Feb 2005 17:53:00 -0000 Subject: Launching an X app and getting access to the local (win32) drives References: <001601c514fd$ca3576b0$6401a8c0@tibet77> Message-ID: <001801c516ac$1ac71d90$6401a8c0@tibet77> Thanks alexander, I was thinking about that but thought there was some mechanism in cygwin/X to do that. One more question on the topic: Would it be better to just share a "cygwin/X access" folder on a local drive and work through that? Sharing the local drives on each user's windows workstation needs to be done carefully or it could create a security issue. I guess this goes back to how the user authenticates to the Linux server (samba, ldap, AD, etc.) and if those credentials are the same from the client workstation to the linux server. Thanks, Steve ----- Original Message ----- From: "Alexander Gottwald" To: ; "Steve" Sent: Thursday, February 17, 2005 10:28 AM Subject: Re: Launching an X app and getting access to the local (win32) drives > On Thu, 17 Feb 2005, Steve wrote: > > > This is a newbie question.... > > > > I have RH8 installed (actually in a VM under VMWare) and have installed the > > cygwin/X on a Windows 2000 Pro box. After some work getting the X > > configuration setup properly, from the cygwin bash shell, I am able to > > telnet into my linux box, export the display, and run all of the X apps > > correctly on the win32 machine. > > > > Before telnetting into linux, the bash shell can see the local win32 drives, > > but the telnet session (and the X application) can only see file space on > > the linux machine. How do I make the local win32 drives available to the X > > application? > > export the drives as windows shares and use samba to access them. > > bye > ago > -- > Alexander.Gottwald@s1999.tu-chemnitz.de > http://www.gotti.org ICQ: 126018723 > From alexander.gottwald@s1999.tu-chemnitz.de Sat Feb 19 21:36:00 2005 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sat, 19 Feb 2005 21:36:00 -0000 Subject: Launching an X app and getting access to the local (win32) drives In-Reply-To: <001801c516ac$1ac71d90$6401a8c0@tibet77> References: <001601c514fd$ca3576b0$6401a8c0@tibet77> <001801c516ac$1ac71d90$6401a8c0@tibet77> Message-ID: On Sat, 19 Feb 2005, Steve wrote: > Thanks alexander, I was thinking about that but thought there was some > mechanism in cygwin/X to do that. One more question on the topic: > > Would it be better to just share a "cygwin/X access" folder on a local drive > and work through that? > > Sharing the local drives on each user's windows workstation needs to be done > carefully or it could create a security issue. I guess this goes back to how > the user authenticates to the Linux server (samba, ldap, AD, etc.) and if > those credentials are the same from the client workstation to the linux > server. If you want to work remotly, store your data remote. What you try to accomplish is broken by design. Give the users a remote storage which is available as home directory on all hosts and let them work there. If data is not intended to be put on the remote storage then it should be used local only anyway. To access data on the hosts create shares for each drive with user authentication. KDE and Gnome can access thes shares with password request. Don't mount them automaticly bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From dmitryb5@hotmail.com Tue Feb 22 07:19:00 2005 From: dmitryb5@hotmail.com (Dmitry Babich) Date: Tue, 22 Feb 2005 07:19:00 -0000 Subject: CLipboard Windows & KDE integration Message-ID: Hi, I can't copy/paste from/to Windows/KDE. What is wrong? BR Dmitry _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From all-in@jcom.ne.jp Wed Feb 23 16:32:00 2005 From: all-in@jcom.ne.jp (real-story) Date: Wed, 23 Feb 2005 16:32:00 -0000 Subject: No subject Message-ID: <20050223.1517460296@all-in-jcom.ne.jp> ??????1???????? ??????? ?????30? ???????? ?????2.400?? ??????? ?????????????????????????????????????? ??????????????????????? ??????????? http://jellybean.hosting-geomax.jp/secret.php?pr=123456 ??????????????????????????????????? ?yahoo??????????????????????????? ?????????????????????? ????????????????????????????????? From amahoro@adinet.com.uy Wed Feb 23 17:05:00 2005 From: amahoro@adinet.com.uy (=?ISO-8859-1?Q?Arlequ=EDn?=) Date: Wed, 23 Feb 2005 17:05:00 -0000 Subject: Installing GTK+ apps Message-ID: <421CC5C9.4080205@adinet.com.uy> Hello, there I tried to install gFTP. So I had to install GTK+ first. Then I followed the deps and grabbed the last versions of the required packages I have atk-1.9.0.tar.bz2 gftp-2.0.18.tar.bz2 glib-2.6.2.tar.bz2 gtk+-2.6.2.tar.bz2 pango-1.8.0.tar.bz2.tar pkgconfig-0.15.0.tar.bz2 In order to compile GTK+ I needed glib, ark and pango... In order to compile glib I needed pkgconfig... Well pkgconfig throw me errors when executing make after a clean compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -g -O2 -Wall -D_REENTRANT -c gstrfuncs.c -o gstrfuncs.o gstrfuncs.c: In function `g_strsignal': gstrfuncs.c:674: error: conflicting types for `strsignal' /usr/include/string.h:75: error: previous declaration of `strsignal' gstrfuncs.c:674: warning: extern declaration of `strsignal' doesn't match global one make[4]: *** [gstrfuncs.lo] Error 1 make[4]: Leaving directory `/usr/src/tarballs/pkgconfig-0.15.0/glib-1.2.8' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/src/tarballs/pkgconfig-0.15.0/glib-1.2.8' make[2]: *** [all-recursive-am] Error 2 make[2]: Leaving directory `/usr/src/tarballs/pkgconfig-0.15.0/glib-1.2.8' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/tarballs/pkgconfig-0.15.0' make: *** [all-recursive-am] Error 2 How can I compile a GTK+ based app under CygWin..?? -- Arlequ??n _o) amahoro_AT_adinet_DOT_com_DOT_uy / \\ http://counter.li.org/ _(___V Linux Registered User #207262 From banibrata.dutta@gmail.com Wed Feb 23 18:23:00 2005 From: banibrata.dutta@gmail.com (Banibrata Dutta) Date: Wed, 23 Feb 2005 18:23:00 -0000 Subject: bad installation ? Message-ID: <3de8e1f70502231023454522e5@mail.gmail.com> Hi, Could anybody explain the following behaviour or Cygwin and "startx" in Cygwin... Your group is currently "mkpasswd". This indicates that the /etc/passwd (and possibly /etc/group) files should be rebuilt. See the man pages for mkpasswd and mkgroup then, for example, run mkpasswd -l [-d] > /etc/passwd mkgroup -l [-d] > /etc/group Note that the -d switch is necessary for domain users. dutta@obbani ~ $ startx xinit: No such file or directory (errno 2): no server "X" in PATH Use the -- option, or make sure that /usr/X11R6/bin is in your path and that "X" is a program or a link to the right type of server for your display. Possible server names include: giving up. xinit: Connection refused (errno 111): unable to connect to X server xinit: No such process (errno 3): Server error. dutta@obbani ~ $ I had installed Cygwin as "Administrator" for this machine, and I am able to successfully run X by doing cygwin terminal when I am logged in as "Administrator", but when I am logged in as "dutta" the above behaviour is what I see. Could someone please help ? thanks & regards, bdutta -------------------- Diamond is a piece of coal that did well under pressure. From alexander.gottwald@s1999.tu-chemnitz.de Wed Feb 23 18:24:00 2005 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 23 Feb 2005 18:24:00 -0000 Subject: Installing GTK+ apps In-Reply-To: <421CC5C9.4080205@adinet.com.uy> References: <421CC5C9.4080205@adinet.com.uy> Message-ID: On Wed, 23 Feb 2005, Arlequ??n wrote: > In order to compile GTK+ I needed glib, ark and pango... > > In order to compile glib I needed pkgconfig... > > Well pkgconfig throw me errors when executing make after a clean compile: gtk and all dependencies are available as prebuilt cygwin packages. Use those. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Wed Feb 23 18:28:00 2005 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 23 Feb 2005 18:28:00 -0000 Subject: bad installation ? In-Reply-To: <3de8e1f70502231023454522e5@mail.gmail.com> References: <3de8e1f70502231023454522e5@mail.gmail.com> Message-ID: On Wed, 23 Feb 2005, Banibrata Dutta wrote: > I had installed Cygwin as "Administrator" for this machine, and I am > able to successfully run X by doing cygwin terminal when I am logged > in as "Administrator", but when I am logged in as "dutta" the above > behaviour is what I see. Could someone please help ? Make sure you have access rights to the folder where cygwin and XWin in particular is installed. Also check that there are no stale user mounts and the global mounts are in place $ mount C:\cygwin\bin on /usr/bin type system (binmode) C:\cygwin\lib on /usr/lib type system (binmode) ... bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From david.wright@eds.com Thu Feb 24 14:04:00 2005 From: david.wright@eds.com (Wright, David L) Date: Thu, 24 Feb 2005 14:04:00 -0000 Subject: X Window takes mouse input, but not keyboard Message-ID: <52B8449DB994914BB0FC045F5486B3004F755A@usahm233.amer.corp.eds.com> I am using cygwin/X and Putty to connect to various UNIX servers and am having a problem with keyboard input in certain X apps. I connect to an AIX server with Putty using ssh and I have cygwin's X server running in multiwindow mode. When I set my display and execute a command to start an XWindow on the AIX machine the window loads perfectly and the mouse works. However, when I try to enter text from the keyboard, nothing happens. The application I am trying to use is Legato backup software, specifically the nwadmin GUI interface. Is there some setting I am missing? I don't understand why it would take mouse input, but not keyboard. BTW - Thank you for a great product! I use cygwin/X on both my computers at work and to access my Linux box from my Windows box via XDMCP at home. I can't say enough good things about how well this works. One of my computers at work has Hummingbird's Exceed on it, but I still use cygwin/X because I think it works better. Thank You, David Wright EDS - Ohio Solution Centre MS WHQ3 4944 Belmont Ave Youngstown, OH 44505-1018 ( Phone:+1-330-539-7458 + mailto:david.wright@eds.com From Markus.Jung@tds.de Thu Feb 24 14:23:00 2005 From: Markus.Jung@tds.de (Markus Jung) Date: Thu, 24 Feb 2005 14:23:00 -0000 Subject: Tcl/Tk wish and Cygwin/X Message-ID: Hi there! I have a strange effect with my cygwin/x environment. I've downloaded a Tcl/Tk application called secpanel. secpanel is a application tho manage ssh connection with a x-window interface. Now, my problem is if I start the secpanel application with wish, it won't come up in my windowmaker x-environment. It comes up in my normal XP environment an thats not the way I want it. I need this application in my x-window environment. Please can anoybody tell me what I need to do that Tcl/Tk applications run in my X-Window environment?!?!? Thank you verry much, Markus From alexander.gottwald@s1999.tu-chemnitz.de Thu Feb 24 16:12:00 2005 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 24 Feb 2005 16:12:00 -0000 Subject: X Window takes mouse input, but not keyboard In-Reply-To: <52B8449DB994914BB0FC045F5486B3004F755A@usahm233.amer.corp.eds.com> References: <52B8449DB994914BB0FC045F5486B3004F755A@usahm233.amer.corp.eds.com> Message-ID: On Thu, 24 Feb 2005, Wright, David L wrote: > I am using cygwin/X and Putty to connect to various UNIX servers and am > having a problem with keyboard input in certain X apps. I connect to an AIX > server with Putty using ssh and I have cygwin's X server running in > multiwindow mode. When I set my display and execute a command to start an > XWindow on the AIX machine the window loads perfectly and the mouse works. > However, when I try to enter text from the keyboard, nothing happens. The > application I am trying to use is Legato backup software, specifically the > nwadmin GUI interface. Is there some setting I am missing? I don't > understand why it would take mouse input, but not keyboard. Maybe disabling the XKB extension helps: add -kb to the Xwin command line. Another source of problems may be an enabled NumLock key. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From cygwin@cwilson.fastmail.fm Fri Feb 25 04:00:00 2005 From: cygwin@cwilson.fastmail.fm (Charles Wilson) Date: Fri, 25 Feb 2005 04:00:00 -0000 Subject: Tcl/Tk wish and Cygwin/X In-Reply-To: References: Message-ID: <421EA2CD.5070704@cwilson.fastmail.fm> Markus Jung wrote: > I have a strange effect with my cygwin/x environment. > I've downloaded a Tcl/Tk application called secpanel. secpanel is a > application tho manage ssh connection with a x-window interface. > Now, my problem is if I start the secpanel application with wish, it won't > come up in my windowmaker x-environment. It comes up in my > normal XP environment an thats not the way I want it. I need this > application in my x-window environment. Search the archives for tcl/tk and X. It comes up every blue moon, but cygwin's tcl/tk package is really only there as a prerequisite for the insight debugger. Which, if you're debugging an X app -- or any embedded app for, say, Red Hat eCOS -- you want the debugger to appear as a native Windows app. No X server. So, cygwin's tk package is MSWin, not X. There was some talk about providing a split personality version of tk (either X or MSWin, like XEmacs is) -- but that talk only got to the dabbling stage. The current maintainer of tcl/tk, cgf, is understandably not enthusiastic about embarking on this effort. However, if somebody else would like to make it happen, cgf might be convinced to turn over official maintainership of the package to that person. Maybe. -- Chuck From cgf-no-personal-reply-please@cygwin.com Fri Feb 25 04:03:00 2005 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Fri, 25 Feb 2005 04:03:00 -0000 Subject: Tcl/Tk wish and Cygwin/X In-Reply-To: <421EA2CD.5070704@cwilson.fastmail.fm> References: <421EA2CD.5070704@cwilson.fastmail.fm> Message-ID: <20050225040510.GA16659@trixie.casa.cgf.cx> On Thu, Feb 24, 2005 at 11:00:13PM -0500, Charles Wilson wrote: >However, if somebody else would like to make it happen, cgf might be >convinced to turn over official maintainership of the package to that >person. Maybe. No maybe about it. If someone can keep insight working as is and still have a tk which uses X, I'm happy to relinquish my iron fisted control. cgf From jst1@email.com Fri Feb 25 06:50:00 2005 From: jst1@email.com (Jean-Sebastien Trottier) Date: Fri, 25 Feb 2005 06:50:00 -0000 Subject: Tcl/Tk wish and Cygwin/X In-Reply-To: <421EA2CD.5070704@cwilson.fastmail.fm> References: <421EA2CD.5070704@cwilson.fastmail.fm> Message-ID: <20050225065046.GA16507@gw.jsoft.lan> On Thu, Feb 24, 2005 at 11:00:13PM -0500, Charles Wilson wrote: [...] > So, cygwin's tk package is MSWin, not X. > > There was some talk about providing a split personality version of tk > (either X or MSWin, like XEmacs is) -- but that talk only got to the > dabbling stage. The current maintainer of tcl/tk, cgf, is > understandably not enthusiastic about embarking on this effort. [...] BTW, I'm still very well determined to make this happen... if/when time permits. Up to now, my time has been extremely limited. I brought it up to the state where I had both the Win32-GDI and X versions of Tk as separate DLLs and, when doing a "package require Tk", the proper version would be loaded based on the DISPLAY environment variable... However, the Win32-GDI version would not display anything and the X version had some minor issues which I can't recall at the moment... My guess is, it has to do with the fact that Tcl is built "the unix way" but the Win32-GDI Tk makes assumptions about features/quirks/behaviors it expects from a Win32 Tcl. IOW: Work is on the way... don't despair! Cheers for now, Sebastien -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From A.Solofnenko@mdl.com Fri Feb 25 18:49:00 2005 From: A.Solofnenko@mdl.com (Alexey N. Solofnenko) Date: Fri, 25 Feb 2005 18:49:00 -0000 Subject: 6.8.2 fixed problem with running some applications from Linux, but it dissapeared from Cygwin servers. Message-ID: <421F733E.80005@mdl.com> Previously Thunderbird was crashing after startup when user input was expected, but now it ran without any problems. After finding that I tried installing it on another computer, but the installation is gone. There is no even an experimental installation. What happened? - Alexey. -- ------------------------------------------------------------------------ / Alexey N. Solofnenko home: http://trelony.cjb.net/ / From Alexander.Gottwald@s1999.tu-chemnitz.de Fri Feb 25 20:02:00 2005 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 25 Feb 2005 20:02:00 -0000 Subject: 6.8.2 fixed problem with running some applications from Linux, but it dissapeared from Cygwin servers. In-Reply-To: <421F733E.80005@mdl.com> References: <421F733E.80005@mdl.com> Message-ID: Alexey N. Solofnenko wrote: > Previously Thunderbird was crashing after startup when user input was > expected, but now it ran without any problems. After finding that I > tried installing it on another computer, but the installation is gone. > There is no even an experimental installation. What happened? There was a test package called 6.8.1.904 until a few days ago. Then I uploaded version 6.8.2.0 which is the newest xorg-x11 package and is available on the www.cygwin.com. Maybe you were using different mirrors and one of them is not uptodate. bye ago NP: JBO - Noch ein Meister -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Sun Feb 27 16:07:00 2005 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sun, 27 Feb 2005 16:07:00 -0000 Subject: Startx on Cygwin In-Reply-To: <007401c51ccf$9ec3b080$37532093@puchta> References: <007401c51ccf$9ec3b080$37532093@puchta> Message-ID: On Sun, 27 Feb 2005, Milos Puchta wrote: > Hi Alexander, > > I have been searching solution to similar problem you have been asking > in cygwin.com discussion group. Based on your advice, I have checked > the mount and find that it is showing correct mount data. > I have set audit option for all kind of failures and found that there is conflict > with the rights for Xwin.exe. It seems that Windows security does not > follow the "virtual" unix ones, but it may be clue. maybe this is an problem with installed personal firewalls or vpn software. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From s_horne@yahoo.com Sun Feb 27 20:56:00 2005 From: s_horne@yahoo.com (Steve Horne) Date: Sun, 27 Feb 2005 20:56:00 -0000 Subject: Startup problems with startx/xinit Message-ID: <20050227205557.90508.qmail@web50103.mail.yahoo.com> Hi, I have just installed the full cygwin installation on a new machine and am having problems starting xwin (and wmaker). On a previous installation I was using startx successfully. However, when I now try to start xwin using the startx command I get the error shown below. As an alternative I have tried using xinit. In this case the xserver starts but does not load any applications (just a grey screen, no xterm). The output is also shown below. Also included below is the output from cygcheck. I have checked the FAQ, mailing list etc and tried all the relevent solutions reported but without any success. I have uninstalled, reinstalled cygwin a couple of times now but againi without any success. I have tried the solution connected with missing fonts (FAQ 8.4) but this not appear to resolve the issue. I do not have Zonealarm installed but I do have McAfee VirusScan installed. I suspect that it may have something to do with my environment as the cygwin installation was temporarily working and then suddenly stopped working. If anybody can help me I would be *very* grateful, Thank you Steve ------------------------------------------ $ startx Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.2.0-1 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: X :0 -multiwindow -clipboard _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TT F/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/ X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" winDetectSupportedEngines - Windows NT/2000/XP winDetectSupportedEngines - DirectDraw installed winDetectSupportedEngines - DirectDraw4 installed winDetectSupportedEngines - Returning, supported engines 00000007 winSetEngine - Multi Window or Rootless => ShadowGDI winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel winAllocateFBShadowGDI - Creating DIB with width: 1920 height: 1200 depth: 32 winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32 null screen fn ReparentWindow null screen fn RestackWindow InitQueue - Calling pthread_mutex_init InitQueue - pthread_mutex_init returned InitQueue - Calling pthread_cond_init InitQueue - pthread_cond_init returned winInitMultiWindowWM - Hello winInitMultiWindowWM - Calling pthread_mutex_lock () MIT-SHM extension disabled due to lack of kernel support winMultiWindowXMsgProc - Hello winMultiWindowXMsgProc - Calling pthread_mutex_lock () XFree86-Bigfont extension local-client optimization disabled due to lack of shar ed memory support in the kernel (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000409" (00000409) (--) Using preset keyboard for "English (USA)" (409), type "4" Rules = "xorg" Model = "pc105" Layout = "us" Variant = "(null)" Options = "(null )" (--) 3 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from li st! winPointerWarpCursor - Discarding first warp: 960 600 winInitMultiWindowWM - pthread_mutex_lock () returned. winMultiWindowXMsgProc - pthread_mutex_lock () returned. winMultiWindowXMsgProc - pthread_mutex_unlock () returned. winMultiWindowXMsgProc - DISPLAY=127.0.0.1:0.0 winInitMultiWindowWM - pthread_mutex_unlock () returned. winInitMultiWindowWM - DISPLAY=127.0.0.1:0.0 winProcEstablishConnection - Hello winInitClipboard () winProcEstablishConnection - winInitClipboard returned. 3 [unknown (0xDB0)] X 832 handle_exceptions: Error while dumping state (pr obably corrupted stack) Signal 11 -------------------------------------------------------$ xinit Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.2.0-1 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: X :0 _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TT F/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/ X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" winDetectSupportedEngines - Windows NT/2000/XP winDetectSupportedEngines - DirectDraw installed winDetectSupportedEngines - DirectDraw4 installed winDetectSupportedEngines - Returning, supported engines 00000007 winSetEngine - Using Shadow DirectDraw NonLocking winAdjustVideoModeShadowDDNL - Using Windows display depth of 32 bits per pixel winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff MIT-SHM extension disabled due to lack of kernel support XFree86-Bigfont extension local-client optimization disabled due to lack of shar ed memory support in the kernel (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000409" (00000409) (--) Using preset keyboard for "English (USA)" (409), type "4" Rules = "xorg" Model = "pc105" Layout = "us" Variant = "(null)" Options = "(null )" (--) 3 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from li st! winPointerWarpCursor - Discarding first warp: 957 573 winProcEstablishConnection - Hello winProcEstablishConnection - Clipboard is not enabled, returning. Segmentation fault (core dumped) SHorne@SHORNE-EMI ~ $ (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TT F/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/ X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" winDetectSupportedEngines - Windows NT/2000/XP winDetectSupportedEngines - DirectDraw installed winDetectSupportedEngines - DirectDraw4 installed winDetectSupportedEngines - Returning, supported engines 00000007 winSetEngine - Using Shadow DirectDraw NonLocking winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff MIT-SHM extension disabled due to lack of kernel support XFree86-Bigfont extension local-client optimization disabled due to lack of shar ed memory support in the kernel (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000409" (00000409) (--) Using preset keyboard for "English (USA)" (409), type "4" Rules = "xorg" Model = "pc105" Layout = "us" Variant = "(null)" Options = "(null )" (--) 3 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from li st! winDeinitMultiWindowWM - Noting shutdown in progress -------------------------------------------------------$ cygcheck -s -v -r Cygwin Configuration Diagnostics Current System Time: Sun Feb 27 12:24:08 2005 Windows XP Professional Ver 5.1 Build 2600 Service Pack 1 Path: D:\cygwin\lib\subversion\bin D:\cygwin\usr\local\bin D:\cygwin\bin D:\cygwin\bin D:\cygwin\usr\X11R6\bin d:\wg\omega d:\Program Files\Schlumberger\I2I\ c:\Python23\ c:\Perl\bin\ c:\Oracle\Ora817\bin c:\Oracle\Ora817\Apache\Perl\5.00503\bin\mswin32-x86 c:\Program Files\Oracle\jre\1.1.7\bin c:\WINDOWS\system32 c:\WINDOWS c:\WINDOWS\System32\Wbem c:\Program Files\Microsoft SQL Server\80\Tools\Binn\ c:\j2re1.4.2_04\bin c:\j2re1.4.2_04\lib c:\j2re1.4.2_04\bin\client Output from D:\cygwin\bin\id.exe (nontsec) UID: 1002(SHorne) GID: 513(None) 513(None) Output from D:\cygwin\bin\id.exe (ntsec) UID: 1002(SHorne) GID: 513(None) 544(Administrators) 545(Users) SysDir: C:\WINDOWS\System32 WinDir: C:\WINDOWS HOME = `D:\cygwin\home\horne' MAKE_MODE = `unix' PWD = `/' USER = `SHorne' ALLUSERSPROFILE = `d:\Profiles\All Users' APPDATA = `d:\Profiles\Shorne\Application Data' CLIENTNAME = `Console' COMMONPROGRAMFILES = `C:\Program Files\Common Files' COMPUTERNAME = `SHORNE-EMI' COMSPEC = `C:\WINDOWS\system32\cmd.exe' CVS_RSH = `/bin/ssh' DRVDIR = `C:\DRV' EXTPROC_DLLS = `ANY' HOMEDRIVE = `d:' HOMEPATH = `\Profiles\Shorne' HOSTNAME = `SHORNE-EMI' INFOPATH = `/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:' JRE_HOME = `c:\j2re1.4.2_04' LM_LICENSE_FILE = `D:\OceanDemoFeatures_Mar2005.lic;D:\Seabed\features92SDSDemo.lic' LOGONSERVER = `\\SRV195SGL' MANPATH = `/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man::/usr/ssl/man:/usr/X11R6/man' MANU = `Dell Computer Corporation' MODEL = `WSM60' NUMBER_OF_PROCESSORS = `1' OLDPWD = `/tmp' OS = `Windows_NT' PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.pyc;.pyo;.pyw;.py;.pys' PKG_CONFIG_PATH = `/usr/X11R6/lib/pkgconfig' PREPTOOL = `SYSPREP' PRINTER = `\\srv001rca\Gestetner DSc224' PROCESSOR_ARCHITECTURE = `x86' PROCESSOR_IDENTIFIER = `x86 Family 6 Model 13 Stepping 6, GenuineIntel' PROCESSOR_LEVEL = `6' PROCESSOR_REVISION = `0d06' PROGRAMFILES = `C:\Program Files' PROMPT = `$P$G' PS1 = `\[\033]0;\w\007 \033[32m\]\u@\h \[\033[33m\w\033[0m\] $ ' SDS_HOME = `D:\Seabed' SESSIONNAME = `Console' SHLVL = `1' SYSTEMDRIVE = `C:' SYSTEMROOT = `C:\WINDOWS' TEMP = `c:\Temp' TERM = `cygwin' TEXMF = `{/usr/share/lilypond/2.4.2,/usr/share/texmf}' TMP = `c:\Temp' TYPE = `Precision' USERDNSDOMAIN = `NAM.SLB.COM' USERDOMAIN = `NAM' USERNAME = `SHorne' USERPROFILE = `d:\Profiles\Shorne' WINDIR = `C:\WINDOWS' WV_GATEWAY_CFG = `C:\Oracle\Ora817\Apache\modplsql\cfg\wdbsvr.app' _ = `/usr/bin/cygcheck' POSIXLY_CORRECT = `1' HKEY_CURRENT_USER\Software\Cygnus Solutions HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 (default) = `/cygdrive' cygdrive flags = 0x00000022 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ (default) = `D:\cygwin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin (default) = `D:\cygwin/bin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib (default) = `D:\cygwin/lib' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options c: hd NTFS 16386Mb 66% CP CS UN PA FC System d: hd NTFS 59929Mb 26% CP CS UN PA FC Data e: cd N/A N/A m: net N/A N/A n: net N/A N/A D:\cygwin / system binmode D:\cygwin/bin /usr/bin system binmode D:\cygwin/lib /usr/lib system binmode . /cygdrive system binmode,cygdrive Found: D:\cygwin\bin\awk.exe Found: D:\cygwin\bin\bash.exe Found: D:\cygwin\bin\cat.exe Found: D:\cygwin\bin\cp.exe Found: D:\cygwin\bin\cpp.exe Found: D:\cygwin\bin\find.exe Found: D:\cygwin\bin\gcc.exe Found: D:\cygwin\bin\gdb.exe Found: D:\cygwin\bin\grep.exe Found: D:\cygwin\bin\ld.exe Found: D:\cygwin\bin\ls.exe Found: D:\cygwin\bin\make.exe Found: D:\cygwin\bin\mv.exe Found: D:\cygwin\bin\rm.exe Found: D:\cygwin\bin\sed.exe Found: D:\cygwin\bin\sh.exe Found: D:\cygwin\bin\tar.exe 125k 2004/12/30 D:\cygwin\lib\subversion\bin\cygsvn_client-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_client-1-0.dll" v0.0 ts=2004/12/30 7:52 28k 2004/12/30 D:\cygwin\lib\subversion\bin\cygsvn_delta-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_delta-1-0.dll" v0.0 ts=2004/12/30 7:47 23k 2004/12/30 D:\cygwin\lib\subversion\bin\cygsvn_diff-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_diff-1-0.dll" v0.0 ts=2004/12/30 7:51 15k 2004/12/30 D:\cygwin\lib\subversion\bin\cygsvn_fs-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs-1-0.dll" v0.0 ts=2004/12/30 7:49 113k 2004/12/30 D:\cygwin\lib\subversion\bin\cygsvn_fs_base-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs_base-1-0.dll" v0.0 ts=2004/12/30 7:48 81k 2004/12/30 D:\cygwin\lib\subversion\bin\cygsvn_fs_fs-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs_fs-1-0.dll" v0.0 ts=2004/12/30 7:48 8k 2004/12/30 D:\cygwin\lib\subversion\bin\cygsvn_ra-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra-1-0.dll" v0.0 ts=2004/12/30 7:52 72k 2004/12/30 D:\cygwin\lib\subversion\bin\cygsvn_ra_dav-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_dav-1-0.dll" v0.0 ts=2004/12/30 7:51 16k 2004/12/30 D:\cygwin\lib\subversion\bin\cygsvn_ra_local-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_local-1-0.dll" v0.0 ts=2004/12/30 7:49 53k 2004/12/30 D:\cygwin\lib\subversion\bin\cygsvn_ra_svn-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_svn-1-0.dll" v0.0 ts=2004/12/30 7:49 83k 2004/12/30 D:\cygwin\lib\subversion\bin\cygsvn_repos-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_repos-1-0.dll" v0.0 ts=2004/12/30 7:49 128k 2004/12/30 D:\cygwin\lib\subversion\bin\cygsvn_subr-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_subr-1-0.dll" v0.0 ts=2004/12/30 7:47 136k 2004/12/30 D:\cygwin\lib\subversion\bin\cygsvn_wc-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_wc-1-0.dll" v0.0 ts=2004/12/30 7:51 93k 2005/02/17 D:\cygwin\bin\cygapr-0-0.dll - os=4.0 img=1.0 sys=4.0 "cygapr-0-0.dll" v0.0 ts=2005/2/17 13:52 68k 2005/02/17 D:\cygwin\bin\cygaprutil-0-0.dll - os=4.0 img=1.0 sys=4.0 "cygaprutil-0-0.dll" v0.0 ts=2005/2/17 13:56 77k 2004/06/04 D:\cygwin\bin\cygart_lgpl_2-2.dll - os=4.0 img=1.0 sys=4.0 "cygart_lgpl_2-2.dll" v0.0 ts=2004/6/4 3:20 802k 2003/09/15 D:\cygwin\bin\cygaspell-15.dll - os=4.0 img=1.0 sys=4.0 "cygaspell-15.dll" v0.0 ts=2003/9/15 5:32 123k 2004/09/29 D:\cygwin\bin\cygatk-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygatk-1.0-0.dll" v0.0 ts=2004/9/29 16:16 145k 2004/09/02 D:\cygwin\bin\cygaudiofile-0.dll - os=4.0 img=1.0 sys=4.0 "cygaudiofile-0.dll" v0.0 ts=2004/9/1 20:38 336k 2004/10/27 D:\cygwin\bin\cygbonobo-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygbonobo-2-0.dll" v0.0 ts=2004/10/27 0:43 72k 2004/10/27 D:\cygwin\bin\cygbonobo-activation-4.dll - os=4.0 img=1.0 sys=4.0 "cygbonobo-activation-4.dll" v0.0 ts=2004/10/26 16:19 425k 2004/10/29 D:\cygwin\bin\cygbonoboui-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygbonoboui-2-0.dll" v0.0 ts=2004/10/28 16:12 55k 2004/09/14 D:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2004/9/13 21:16 54k 2002/01/27 D:\cygwin\bin\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0 "cygbz21.0.dll" v0.0 ts=2002/1/26 17:07 18k 2004/07/06 D:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 "cygcharset-1.dll" v0.0 ts=2004/7/6 11:09 248k 2005/02/16 D:\cygwin\bin\cygclamav-1.dll - os=4.0 img=1.0 sys=4.0 "cygclamav-1.dll" v0.0 ts=2005/2/16 5:10 529k 2004/06/27 D:\cygwin\bin\cygcppunit-1-9-14.dll - os=4.0 img=1.0 sys=4.0 "cygcppunit-1-9-14.dll" v0.0 ts=2004/6/26 18:29 260k 2004/10/26 D:\cygwin\bin\cygcroco-0.6-3.dll - os=4.0 img=1.0 sys=4.0 "cygcroco-0.6-3.dll" v0.0 ts=2004/10/26 15:09 7k 2003/10/19 D:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0 "cygcrypt-0.dll" v0.0 ts=2003/10/19 0:57 846k 2004/12/11 D:\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.7.dll" v0.0 ts=2004/12/11 3:04 617k 2004/03/22 D:\cygwin\bin\cygcurl-2.dll - os=4.0 img=1.0 sys=4.0 "cygcurl-2.dll" v0.0 ts=2004/3/22 7:52 22k 2004/02/10 D:\cygwin\bin\cygcygipc-2.dll - os=4.0 img=1.0 sys=4.0 "cygcygipc-2.dll" v0.0 ts=2004/2/9 18:48 380k 2002/07/24 D:\cygwin\bin\cygdb-3.1.dll - os=4.0 img=1.0 sys=4.0 "cygdb-3.1.dll" v0.0 ts=2002/7/24 9:24 831k 2003/09/20 D:\cygwin\bin\cygdb-4.1.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.1.dll" v0.0 ts=2003/9/20 14:51 895k 2004/04/28 D:\cygwin\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.2.dll" v0.0 ts=2004/4/27 8:31 326k 2002/06/26 D:\cygwin\bin\cygdb2.dll - os=4.0 img=1.0 sys=4.0 "cygdb2.dll" v0.0 ts=2002/6/26 10:48 487k 2002/07/24 D:\cygwin\bin\cygdb_cxx-3.1.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-3.1.dll" v0.0 ts=2002/7/24 9:25 1080k 2003/09/20 D:\cygwin\bin\cygdb_cxx-4.1.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.1.dll" v0.0 ts=2003/9/20 14:53 1156k 2004/04/28 D:\cygwin\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.2.dll" v0.0 ts=2004/4/27 8:35 28k 2004/08/15 D:\cygwin\bin\cygesd-0.dll - os=4.0 img=1.0 sys=4.0 "cygesd-0.dll" v0.0 ts=2004/8/15 16:31 94k 2004/06/07 D:\cygwin\bin\cygexif-10.dll - os=4.0 img=1.0 sys=4.0 "cygexif-10.dll" v0.0 ts=2004/6/7 1:53 174k 2004/10/14 D:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0 "cygexpat-0.dll" v0.0 ts=2004/10/14 1:34 65k 2005/01/08 D:\cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0 "cygexslt-0.dll" v0.0 ts=2005/1/8 5:27 654k 2003/11/04 D:\cygwin\bin\cygfltknox-0.dll - os=4.0 img=1.0 sys=4.0 "cygfltknox-0.dll" v0.0 ts=2003/11/4 13:57 65k 2003/11/04 D:\cygwin\bin\cygfltknox_forms-0.dll - os=4.0 img=1.0 sys=4.0 "cygfltknox_forms-0.dll" v0.0 ts=2003/11/4 13:57 81k 2003/11/04 D:\cygwin\bin\cygfltknox_gl-0.dll - os=4.0 img=1.0 sys=4.0 "cygfltknox_gl-0.dll" v0.0 ts=2003/11/4 13:58 108k 2003/11/04 D:\cygwin\bin\cygfltknox_images-0.dll - os=4.0 img=1.0 sys=4.0 "cygfltknox_images-0.dll" v0.0 ts=2003/11/4 13:58 129k 2004/03/11 D:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontconfig-1.dll" v0.0 ts=2004/3/10 16:12 40k 2004/10/10 D:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0 "cygform-8.dll" v0.0 ts=2004/10/10 1:33 45k 2001/04/25 D:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0 "cygform5.dll" v0.0 ts=2001/4/24 22:28 35k 2002/01/09 D:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0 "cygform6.dll" v0.0 ts=2002/1/8 22:03 48k 2003/08/09 D:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0 "cygform7.dll" v0.0 ts=2003/8/9 2:25 907k 2004/06/09 D:\cygwin\bin\cygfpx-1.dll - os=4.0 img=1.0 sys=4.0 "cygfpx-1.dll" v0.0 ts=2004/6/9 1:35 361k 2003/10/25 D:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-6.dll" v0.0 ts=2003/10/21 21:18 195k 2004/11/23 D:\cygwin\bin\cyggconf-2-4.dll - os=4.0 img=1.0 sys=4.0 "cyggconf-2-4.dll" v0.0 ts=2004/11/23 14:38 323k 2004/09/30 D:\cygwin\bin\cyggcrypt-11.dll - os=4.0 img=1.0 sys=4.0 "cyggcrypt-11.dll" v0.0 ts=2004/9/30 10:00 222k 2005/01/13 D:\cygwin\bin\cyggd-2.dll - os=4.0 img=1.0 sys=4.0 "cyggd-2.dll" v0.0 ts=2005/1/13 7:56 28k 2003/07/20 D:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-3.dll" v0.0 ts=2003/7/20 0:58 30k 2003/08/11 D:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-4.dll" v0.0 ts=2003/8/10 19:12 19k 2003/03/22 D:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm.dll" v0.0 ts=2002/2/19 19:05 15k 2003/07/20 D:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 1:00 15k 2003/08/11 D:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-4.dll" v0.0 ts=2003/8/10 19:13 195k 2004/09/02 D:\cygwin\bin\cyggdk-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggdk-1-2-0.dll" v0.0 ts=2004/9/2 11:31 394k 2004/12/31 D:\cygwin\bin\cyggdk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggdk-x11-2.0-0.dll" v0.0 ts=2004/12/30 12:59 79k 2004/12/31 D:\cygwin\bin\cyggdk_pixbuf-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggdk_pixbuf-2.0-0.dll" v0.0 ts=2004/12/30 12:36 56k 2004/12/31 D:\cygwin\bin\cyggdk_pixbuf_xlib-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggdk_pixbuf_xlib-2.0-0.dll" v0.0 ts=2004/12/30 14:45 116k 2004/10/10 D:\cygwin\bin\cyggeotiff-1.dll - os=4.0 img=1.0 sys=4.0 "cyggeotiff-1.dll" v0.0 ts=2004/10/10 16:55 107k 2004/07/06 D:\cygwin\bin\cyggettextlib-0-14-1.dll - os=4.0 img=1.0 sys=4.0 "cyggettextlib-0-14-1.dll" v0.0 ts=2004/7/6 10:56 17k 2004/07/06 D:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0 "cyggettextpo-0.dll" v0.0 ts=2004/7/6 10:56 190k 2004/07/06 D:\cygwin\bin\cyggettextsrc-0-14-1.dll - os=4.0 img=1.0 sys=4.0 "cyggettextsrc-0-14-1.dll" v0.0 ts=2004/7/6 10:56 79k 2004/09/07 D:\cygwin\bin\cygglade-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygglade-2.0-0.dll" v0.0 ts=2004/9/7 15:54 135k 2004/09/02 D:\cygwin\bin\cygglib-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygglib-1-2-0.dll" v0.0 ts=2004/9/2 11:21 564k 2004/12/30 D:\cygwin\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygglib-2.0-0.dll" v0.0 ts=2004/12/30 6:17 11k 2004/09/02 D:\cygwin\bin\cyggmodule-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggmodule-1-2-0.dll" v0.0 ts=2004/9/2 11:23 11k 2004/12/30 D:\cygwin\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggmodule-2.0-0.dll" v0.0 ts=2004/12/30 6:21 158k 2004/10/16 D:\cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0 "cyggmp-3.dll" v0.0 ts=2004/10/16 0:40 288k 2004/10/16 D:\cygwin\bin\cyggmpxx-3.dll - os=4.0 img=1.0 sys=4.0 "cyggmpxx-3.dll" v0.0 ts=2004/10/16 0:40 76k 2004/10/28 D:\cygwin\bin\cyggnome-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggnome-2-0.dll" v0.0 ts=2004/10/28 14:06 32k 2004/09/29 D:\cygwin\bin\cyggnome-keyring-0.dll - os=4.0 img=1.0 sys=4.0 "cyggnome-keyring-0.dll" v0.0 ts=2004/9/28 23:27 167k 2004/09/24 D:\cygwin\bin\cyggnomecanvas-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggnomecanvas-2-0.dll" v0.0 ts=2004/9/23 19:42 377k 2004/11/04 D:\cygwin\bin\cyggnomeprint-2-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggnomeprint-2-2-0.dll" v0.0 ts=2004/11/3 18:53 158k 2004/10/04 D:\cygwin\bin\cyggnomeprintui-2-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggnomeprintui-2-2-0.dll" v0.0 ts=2004/10/3 19:57 541k 2004/10/29 D:\cygwin\bin\cyggnomeui-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggnomeui-2-0.dll" v0.0 ts=2004/10/29 2:30 403k 2004/10/27 D:\cygwin\bin\cyggnomevfs-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggnomevfs-2-0.dll" v0.0 ts=2004/10/27 14:29 252k 2004/12/30 D:\cygwin\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggobject-2.0-0.dll" v0.0 ts=2004/12/30 6:20 13k 2004/09/29 D:\cygwin\bin\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0 "cyggpg-error-0.dll" v0.0 ts=2004/9/29 16:12 351k 2004/07/17 D:\cygwin\bin\cygGraphicsMagick++-0.dll - os=4.0 img=1.0 sys=4.0 "cygGraphicsMagick++-0.dll" v0.0 ts=2004/7/17 1:48 2170k 2004/07/17 D:\cygwin\bin\cygGraphicsMagick-0.dll - os=4.0 img=1.0 sys=4.0 "cygGraphicsMagick-0.dll" v0.0 ts=2004/7/17 1:46 1378k 2004/08/22 D:\cygwin\bin\cyggsl-0.dll - os=4.0 img=1.0 sys=4.0 "cyggsl-0.dll" v0.0 ts=2004/8/22 5:22 184k 2004/08/22 D:\cygwin\bin\cyggslcblas-0.dll - os=4.0 img=1.0 sys=4.0 "cyggslcblas-0.dll" v0.0 ts=2004/8/22 5:04 10k 2004/09/02 D:\cygwin\bin\cyggthread-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggthread-1-2-0.dll" v0.0 ts=2004/9/2 11:23 15k 2004/12/30 D:\cygwin\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggthread-2.0-0.dll" v0.0 ts=2004/12/30 6:21 1293k 2004/09/02 D:\cygwin\bin\cyggtk-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggtk-1-2-0.dll" v0.0 ts=2004/9/2 11:44 2708k 2004/12/31 D:\cygwin\bin\cyggtk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggtk-x11-2.0-0.dll" v0.0 ts=2004/12/30 13:55 527k 2004/10/12 D:\cygwin\bin\cygguile-12.dll - os=4.0 img=1.0 sys=4.0 "cygguile-12.dll" v0.0 ts=2004/10/12 7:28 640k 2004/10/12 D:\cygwin\bin\cygguile-16.dll - os=4.0 img=1.0 sys=4.0 "cygguile-16.dll" v0.0 ts=2004/10/12 7:42 17k 2004/10/12 D:\cygwin\bin\cygguile-ltdl-1.dll - os=4.0 img=1.0 sys=4.0 "cygguile-ltdl-1.dll" v0.0 ts=2004/10/12 4:22 5k 2004/10/12 D:\cygwin\bin\cygguile-ltdl-2.dll - os=4.0 img=1.0 sys=4.0 "cygguile-ltdl-2.dll" v0.0 ts=2004/10/12 4:02 11k 2004/10/12 D:\cygwin\bin\cygguile-srfi-srfi-1-v-2-2.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-1-v-2-2.dll" v0.0 ts=2004/10/12 7:42 68k 2004/10/12 D:\cygwin\bin\cygguile-srfi-srfi-13-14-v-1-1.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-13-14-v-1-1.dll" v0.0 ts=2004/10/12 7:28 4k 2004/10/12 D:\cygwin\bin\cygguile-srfi-srfi-13-14-v-2-2.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-13-14-v-2-2.dll" v0.0 ts=2004/10/12 7:43 31k 2004/10/12 D:\cygwin\bin\cygguile-srfi-srfi-4-v-1-1.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-4-v-1-1.dll" v0.0 ts=2004/10/12 7:28 22k 2004/10/12 D:\cygwin\bin\cygguile-srfi-srfi-4-v-2-2.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-4-v-2-2.dll" v0.0 ts=2004/10/12 7:42 12k 2004/10/12 D:\cygwin\bin\cygguilereadline-v-12-12.dll - os=4.0 img=1.0 sys=4.0 "cygguilereadline-v-12-12.dll" v0.0 ts=2004/10/12 7:28 11k 2004/10/12 D:\cygwin\bin\cygguilereadline-v-16-16.dll - os=4.0 img=1.0 sys=4.0 "cygguilereadline-v-16-16.dll" v0.0 ts=2004/10/12 7:42 17k 2001/06/28 D:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0 "cyghistory4.dll" v0.0 ts=2001/1/6 20:34 29k 2003/08/10 D:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0 "cyghistory5.dll" v0.0 ts=2003/8/10 16:16 25k 2004/10/12 D:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 "cyghistory6.dll" v0.0 ts=2004/10/11 23:51 330k 2004/02/09 D:\cygwin\bin\cyghttpd.dll - os=4.0 img=1.0 sys=4.0 "cyghttpd.dll" v0.0 ts=2004/2/9 10:14 991k 2004/07/06 D:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2004/7/6 11:10 147k 2004/08/31 D:\cygwin\bin\cygIDL-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygIDL-2-0.dll" v0.0 ts=2004/8/30 19:00 22k 2001/12/13 D:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0 "cygintl-1.dll" v0.0 ts=2001/12/13 1:28 37k 2003/08/10 D:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0 "cygintl-2.dll" v0.0 ts=2003/8/10 14:50 54k 2004/07/06 D:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0 "cygintl-3.dll" v0.0 ts=2004/7/6 10:51 21k 2001/06/20 D:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0 "cygintl.dll" v0.0 ts=2001/6/20 10:09 12k 2003/02/17 D:\cygwin\bin\cygioperm-0.dll - os=4.0 img=1.0 sys=4.0 "cygioperm-0.dll" v0.0 ts=2003/2/17 11:58 241k 2004/08/06 D:\cygwin\bin\cygjasper-1-701-1.dll - os=4.0 img=1.0 sys=4.0 "cygjasper-1-701-1.dll" v0.0 ts=2004/8/6 8:17 48k 2003/08/10 D:\cygwin\bin\cygjbig1.dll - os=4.0 img=1.0 sys=4.0 "cygjbig1.dll" v0.0 ts=2003/8/10 16:58 132k 2003/08/11 D:\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg-62.dll" v0.0 ts=2003/8/10 17:37 119k 2002/02/09 D:\cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg6b.dll" v0.0 ts=2002/2/8 21:19 60k 2004/09/27 D:\cygwin\bin\cygkpathsea-3.dll - os=4.0 img=1.0 sys=4.0 "cygkpathsea-3.dll" v0.0 ts=2004/9/27 10:32 71k 2004/12/30 D:\cygwin\bin\cygkpathsea-4.dll - os=4.0 img=1.0 sys=4.0 "cygkpathsea-4.dll" v0.0 ts=2004/12/30 6:38 41k 2004/10/14 D:\cygwin\bin\cyglber-2-2-7.dll - os=4.0 img=1.0 sys=4.0 "cyglber-2-2-7.dll" v0.0 ts=2004/10/14 1:28 40k 2004/01/02 D:\cygwin\bin\cyglber-2.dll - os=4.0 img=1.0 sys=4.0 "cyglber-2.dll" v0.0 ts=2004/1/2 3:11 156k 2004/06/04 D:\cygwin\bin\cyglcms-1.dll - os=4.0 img=1.0 sys=4.0 "cyglcms-1.dll" v0.0 ts=2004/6/4 7:00 180k 2004/10/14 D:\cygwin\bin\cygldap-2-2-7.dll - os=4.0 img=1.0 sys=4.0 "cygldap-2-2-7.dll" v0.0 ts=2004/10/14 1:35 194k 2004/01/02 D:\cygwin\bin\cygldap-2.dll - os=4.0 img=1.0 sys=4.0 "cygldap-2.dll" v0.0 ts=2004/1/2 3:27 191k 2004/10/14 D:\cygwin\bin\cygldap_r-2-2-7.dll - os=4.0 img=1.0 sys=4.0 "cygldap_r-2-2-7.dll" v0.0 ts=2004/10/14 1:35 202k 2004/01/02 D:\cygwin\bin\cygldap_r-2.dll - os=4.0 img=1.0 sys=4.0 "cygldap_r-2.dll" v0.0 ts=2004/1/2 3:27 101k 2004/09/18 D:\cygwin\bin\cyglightcomp.dll - os=4.0 img=1.0 sys=4.0 "cyglightcomp.dll" v0.0 ts=2004/9/18 12:39 26k 2004/09/22 D:\cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0 "cygltdl-3.dll" v0.0 ts=2004/9/21 23:50 146k 2004/12/21 D:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0 "cygmagic-1.dll" v0.0 ts=2004/12/21 6:34 369k 2004/08/11 D:\cygwin\bin\cygMagick++-6.dll - os=4.0 img=1.0 sys=4.0 "cygMagick++-6.dll" v0.0 ts=2004/8/10 23:04 3214k 2004/08/11 D:\cygwin\bin\cygMagick-6.dll - os=4.0 img=1.0 sys=4.0 "cygMagick-6.dll" v0.0 ts=2004/8/10 22:37 181k 2003/10/06 D:\cygwin\bin\cygmcrypt-4.dll - os=4.0 img=1.0 sys=4.0 "cygmcrypt-4.dll" v0.0 ts=2003/10/6 7:54 22k 2004/10/10 D:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-8.dll" v0.0 ts=2004/10/10 1:33 26k 2001/04/25 D:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0 "cygmenu5.dll" v0.0 ts=2001/4/24 22:27 20k 2002/01/09 D:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0 "cygmenu6.dll" v0.0 ts=2002/1/8 22:03 29k 2003/08/09 D:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0 "cygmenu7.dll" v0.0 ts=2003/8/9 2:25 186k 2004/10/05 D:\cygwin\bin\cygmhash-2.dll - os=4.0 img=1.0 sys=4.0 "cygmhash-2.dll" v0.0 ts=2004/10/5 11:17 21k 2004/10/22 D:\cygwin\bin\cygminires.dll - os=4.0 img=1.0 sys=4.0 "cygminires.dll" v0.0 ts=2004/10/22 13:28 323k 2004/08/10 D:\cygwin\bin\cygmng-1.dll - os=4.0 img=1.0 sys=4.0 "cygmng-1.dll" v0.0 ts=2004/8/10 12:45 71k 2004/10/16 D:\cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0 "cygmp-3.dll" v0.0 ts=2004/10/16 0:40 95k 2004/10/16 D:\cygwin\bin\cygmpfr-0.dll - os=4.0 img=1.0 sys=4.0 "cygmpfr-0.dll" v0.0 ts=2004/10/16 0:47 882k 2004/09/13 D:\cygwin\bin\cygnaim_core-0.dll - os=4.0 img=1.0 sys=4.0 "cygnaim_core-0.dll" v0.0 ts=2004/9/13 11:04 74k 2004/10/10 D:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-8.dll" v0.0 ts=2004/10/10 1:33 156k 2001/04/25 D:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++5.dll" v0.0 ts=2001/4/24 22:29 175k 2002/01/09 D:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++6.dll" v0.0 ts=2002/1/8 22:03 216k 2004/10/10 D:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-8.dll" v0.0 ts=2004/10/10 1:25 226k 2001/04/25 D:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0 "cygncurses5.dll" v0.0 ts=2001/4/24 22:17 202k 2002/01/09 D:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0 "cygncurses6.dll" v0.0 ts=2002/1/8 22:03 224k 2003/08/09 D:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0 "cygncurses7.dll" v0.0 ts=2003/8/9 2:24 92k 2004/07/10 D:\cygwin\bin\cygneon-24.dll - os=4.0 img=1.0 sys=4.0 "cygneon-24.dll" v0.0 ts=2004/7/10 8:37 49k 2004/08/02 D:\cygwin\bin\cygogrove-0.dll - os=4.0 img=1.0 sys=4.0 "cygogrove-0.dll" v0.0 ts=2004/8/2 8:41 304k 2004/10/11 D:\cygwin\bin\cygORBit-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygORBit-2-0.dll" v0.0 ts=2004/10/11 16:18 39k 2004/10/11 D:\cygwin\bin\cygORBit-imodule-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygORBit-imodule-2-0.dll" v0.0 ts=2004/10/11 16:28 18k 2004/10/11 D:\cygwin\bin\cygORBitCosNaming-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygORBitCosNaming-2-0.dll" v0.0 ts=2004/10/11 16:27 1706k 2004/08/02 D:\cygwin\bin\cygosp-4.dll - os=4.0 img=1.0 sys=4.0 "cygosp-4.dll" v0.0 ts=2004/8/2 7:51 326k 2004/08/02 D:\cygwin\bin\cygospgrove-0.dll - os=4.0 img=1.0 sys=4.0 "cygospgrove-0.dll" v0.0 ts=2004/8/2 9:07 1922k 2004/08/02 D:\cygwin\bin\cygostyle-0.dll - os=4.0 img=1.0 sys=4.0 "cygostyle-0.dll" v0.0 ts=2004/8/2 9:07 13k 2004/10/10 D:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-8.dll" v0.0 ts=2004/10/10 1:32 15k 2001/04/25 D:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0 "cygpanel5.dll" v0.0 ts=2001/4/24 22:27 12k 2002/01/09 D:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0 "cygpanel6.dll" v0.0 ts=2002/1/8 22:03 19k 2003/08/09 D:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0 "cygpanel7.dll" v0.0 ts=2003/8/9 2:24 196k 2005/01/08 D:\cygwin\bin\cygpango-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpango-1.0-0.dll" v0.0 ts=2005/1/8 13:19 138k 2005/01/08 D:\cygwin\bin\cygpangoft2-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangoft2-1.0-0.dll" v0.0 ts=2005/1/8 13:36 33k 2005/01/08 D:\cygwin\bin\cygpangowin32-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangowin32-1.0-0.dll" v0.0 ts=2005/1/8 13:39 37k 2005/01/08 D:\cygwin\bin\cygpangox-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangox-1.0-0.dll" v0.0 ts=2005/1/8 13:35 17k 2005/01/08 D:\cygwin\bin\cygpangoxft-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangoxft-1.0-0.dll" v0.0 ts=2005/1/8 13:38 62k 2003/12/11 D:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcre-0.dll" v0.0 ts=2003/12/11 9:01 63k 2003/04/11 D:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0 "cygpcre.dll" v0.0 ts=2003/4/11 1:31 9k 2003/12/11 D:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix-0.dll" v0.0 ts=2003/12/11 9:01 61k 2003/04/11 D:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix.dll" v0.0 ts=2003/4/11 1:31 1252k 2005/01/27 D:\cygwin\bin\cygperl5_8.dll - os=4.0 img=1.0 sys=4.0 "cygperl5_8.dll" v0.0 ts=2005/1/27 2:17 168k 2003/08/10 D:\cygwin\bin\cygpng10.dll - os=4.0 img=1.0 sys=4.0 "cygpng10.dll" v0.0 ts=2003/8/10 15:31 173k 2003/08/10 D:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0 "cygpng12.dll" v0.0 ts=2003/8/10 15:35 170k 2002/01/21 D:\cygwin\bin\cygpng2.dll - os=4.0 img=1.0 sys=4.0 "cygpng2.dll" v0.0 ts=2002/1/20 17:05 22k 2002/06/09 D:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0 "cygpopt-0.dll" v0.0 ts=2002/6/8 22:45 575k 2004/10/10 D:\cygwin\bin\cygproj-0.dll - os=4.0 img=1.0 sys=4.0 "cygproj-0.dll" v0.0 ts=2004/10/10 15:57 108k 2001/06/28 D:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0 "cygreadline4.dll" v0.0 ts=2001/1/6 20:34 148k 2003/08/10 D:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0 "cygreadline5.dll" v0.0 ts=2003/8/10 16:16 144k 2004/10/12 D:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 "cygreadline6.dll" v0.0 ts=2004/10/11 23:51 685k 2005/01/18 D:\cygwin\bin\cygruby18.dll - os=4.0 img=1.0 sys=4.0 "cygruby18.dll" v0.0 ts=2005/1/18 13:21 78k 2004/10/13 D:\cygwin\bin\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0 "cygsasl2-2.dll" v0.0 ts=2004/10/13 15:50 380k 2003/12/13 D:\cygwin\bin\cygsmi-2.dll - os=4.0 img=1.0 sys=4.0 "cygsmi-2.dll" v0.0 ts=2003/12/12 16:57 171k 2004/12/11 D:\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.7.dll" v0.0 ts=2004/12/11 3:04 28k 2004/11/15 D:\cygwin\bin\cygstartup-notification-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygstartup-notification-1-0.dll" v0.0 ts=2004/11/14 19:59 230k 2004/10/04 D:\cygwin\bin\cygt1-5.dll - os=4.0 img=1.0 sys=4.0 "cygt1-5.dll" v0.0 ts=2004/10/4 14:44 18k 2004/10/04 D:\cygwin\bin\cygt1x-5.dll - os=4.0 img=1.0 sys=4.0 "cygt1x-5.dll" v0.0 ts=2004/10/4 14:44 247k 2004/12/07 D:\cygwin\bin\cygtidy-0-99-0.dll - os=4.0 img=1.0 sys=4.0 "cygtidy-0-99-0.dll" v0.0 ts=2004/12/7 6:34 299k 2004/10/10 D:\cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiff-5.dll" v0.0 ts=2004/10/10 14:55 281k 2003/02/24 D:\cygwin\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0 "cygtiff3.dll" v0.0 ts=2003/2/23 20:58 282k 2003/08/11 D:\cygwin\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0 "cygtiff4.dll" v0.0 ts=2003/8/10 19:32 27k 2004/03/05 D:\cygwin\bin\cygungif-4.dll - os=4.0 img=1.0 sys=4.0 "cygungif-4.dll" v0.0 ts=2004/3/5 12:13 154k 2004/08/11 D:\cygwin\bin\cygWand-6.dll - os=4.0 img=1.0 sys=4.0 "cygWand-6.dll" v0.0 ts=2004/8/10 23:04 293k 2004/06/08 D:\cygwin\bin\cygwmf-0-2-7.dll - os=4.0 img=1.0 sys=4.0 "cygwmf-0-2-7.dll" v0.0 ts=2004/6/8 3:49 101k 2004/06/08 D:\cygwin\bin\cygwmflite-0-2-7.dll - os=4.0 img=1.0 sys=4.0 "cygwmflite-0-2-7.dll" v0.0 ts=2004/6/8 3:46 151k 2004/10/19 D:\cygwin\bin\cygwnck-1-4.dll - os=4.0 img=1.0 sys=4.0 "cygwnck-1-4.dll" v0.0 ts=2004/10/19 13:58 2689k 2002/11/16 D:\cygwin\bin\cygxerces-c21.dll - os=4.0 img=1.0 sys=4.0 "cygxerces-c21.dll" v0.0 ts=2002/11/15 20:07 2984k 2003/02/07 D:\cygwin\bin\cygxerces-c22.dll - os=4.0 img=1.0 sys=4.0 "cygxerces-c22.dll" v0.0 ts=2003/2/7 10:50 3006k 2003/10/12 D:\cygwin\bin\cygxerces-c23.dll - os=4.0 img=1.0 sys=4.0 "cygxerces-c23.dll" v0.0 ts=2003/10/11 19:36 3520k 2003/12/16 D:\cygwin\bin\cygxerces-c24.dll - os=4.0 img=1.0 sys=4.0 "cygxerces-c24.dll" v0.0 ts=2003/12/16 11:45 3416k 2004/02/21 D:\cygwin\bin\cygxerces-c25.dll - os=4.0 img=1.0 sys=4.0 "cygxerces-c25.dll" v0.0 ts=2004/2/20 22:49 1242k 2005/01/08 D:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0 "cygxml2-2.dll" v0.0 ts=2005/1/8 5:22 50k 2003/08/09 D:\cygwin\bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-noX4.dll" v0.0 ts=2003/8/9 0:21 54k 2003/08/09 D:\cygwin\bin\cygXpm-X4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-X4.dll" v0.0 ts=2003/8/9 0:22 195k 2005/01/08 D:\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0 "cygxslt-1.dll" v0.0 ts=2005/1/8 5:24 62k 2004/10/10 D:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2004/10/9 21:09 1114k 2004/11/10 D:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2004/11/10 5:34 Cygwin DLL version info: DLL version: 1.5.12 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 116 Shared data: 4 DLL identifier: cygwin1 Mount registry: 2 Cygnus registry name: Cygnus Solutions Cygwin registry name: Cygwin Program options name: Program Options Cygwin mount registry name: mounts v2 Cygdrive flags: cygdrive flags Cygdrive prefix: cygdrive prefix Cygdrive default prefix: Build date: Wed Nov 10 08:34:47 EST 2004 Shared id: cygwin1S4 243k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygdps-1.dll - os=4.0 img=1.0 sys=4.0 "cygdps-1.dll" v0.0 ts=2005/2/23 6:42 26k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygdpstk-1.dll - os=4.0 img=1.0 sys=4.0 "cygdpstk-1.dll" v0.0 ts=2005/2/23 6:42 28k 2004/03/31 D:\cygwin\usr\X11R6\bin\cygDtPrint-1.dll - os=4.0 img=1.0 sys=4.0 "cygDtPrint-1.dll" v0.0 ts=2004/3/30 20:23 21k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontenc-1.dll" v0.0 ts=2005/2/23 6:45 282k 2003/10/28 D:\cygwin\usr\X11R6\bin\cygfreetype-9.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-9.dll" v0.0 ts=2003/10/17 23:44 36k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygFS-6.dll - os=4.0 img=1.0 sys=4.0 "cygFS-6.dll" v0.0 ts=2005/2/23 6:34 358k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0 "cygGL-1.dll" v0.0 ts=2005/2/23 6:39 438k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0 "cygGLU-1.dll" v0.0 ts=2005/2/23 6:41 140k 2004/08/06 D:\cygwin\usr\X11R6\bin\cygglut-3.dll - os=4.0 img=1.0 sys=4.0 "cygglut-3.dll" v0.0 ts=2004/8/6 7:43 75k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0 "cygICE-6.dll" v0.0 ts=2005/2/23 6:28 77k 2004/03/31 D:\cygwin\usr\X11R6\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0 "cygMrm-2.dll" v0.0 ts=2004/3/30 20:23 9k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0 "cygoldX-6.dll" v0.0 ts=2005/2/23 6:28 1413k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0 "cygOSMesa-4.dll" v0.0 ts=2005/2/23 6:39 20k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygpsres-1.dll - os=4.0 img=1.0 sys=4.0 "cygpsres-1.dll" v0.0 ts=2005/2/23 6:42 30k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0 "cygSM-6.dll" v0.0 ts=2005/2/23 6:28 66k 2004/03/31 D:\cygwin\usr\X11R6\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0 "cygUil-2.dll" v0.0 ts=2004/3/30 20:23 877k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0 "cygX11-6.dll" v0.0 ts=2005/2/23 6:28 254k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-6.dll" v0.0 ts=2005/2/23 6:31 356k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-7.dll" v0.0 ts=2005/2/23 6:32 363k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-8.dll" v0.0 ts=2005/2/23 6:33 275k 2004/01/13 D:\cygwin\usr\X11R6\bin\cygXaw3d-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw3d-7.dll" v0.0 ts=2004/1/13 14:17 9k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcomposite-1.dll" v0.0 ts=2005/2/23 6:44 30k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcursor-1.dll" v0.0 ts=2005/2/23 6:43 9k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0 "cygXdamage-1.dll" v0.0 ts=2005/2/23 6:44 7k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXevie-1.dll - os=4.0 img=1.0 sys=4.0 "cygXevie-1.dll" v0.0 ts=2005/2/23 6:43 49k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0 "cygXext-6.dll" v0.0 ts=2005/2/23 6:28 16k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0 "cygXfixes-3.dll" v0.0 ts=2005/2/23 6:43 56k 2004/03/11 D:\cygwin\usr\X11R6\bin\cygXft-1.dll - os=4.0 img=1.0 sys=4.0 "cygXft-1.dll" v0.0 ts=2003/11/17 17:42 63k 2004/03/23 D:\cygwin\usr\X11R6\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0 "cygXft-2.dll" v0.0 ts=2004/3/23 14:20 27k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0 "cygXi-6.dll" v0.0 ts=2005/2/23 6:34 125k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbfile-1.dll" v0.0 ts=2005/2/23 6:34 12k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygxkbui-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbui-1.dll" v0.0 ts=2005/2/23 6:34 1294k 2004/03/31 D:\cygwin\usr\X11R6\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0 "cygXm-2.dll" v0.0 ts=2004/3/30 20:20 459k 2004/02/10 D:\cygwin\usr\X11R6\bin\cygXmHTML-0.dll - os=4.0 img=1.0 sys=4.0 "cygXmHTML-0.dll" v0.0 ts=2004/2/10 12:14 76k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0 "cygXmu-6.dll" v0.0 ts=2005/2/23 6:30 11k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0 "cygXmuu-1.dll" v0.0 ts=2005/2/23 6:30 26k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXp-6.dll" v0.0 ts=2005/2/23 6:31 52k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-4.dll" v0.0 ts=2005/2/23 6:30 12k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0 "cygXrandr-2.dll" v0.0 ts=2005/2/23 6:43 28k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0 "cygXrender-1.dll" v0.0 ts=2005/2/23 6:42 8k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXRes-1.dll - os=4.0 img=1.0 sys=4.0 "cygXRes-1.dll" v0.0 ts=2005/2/23 6:43 40k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygxrx-6.dll - os=4.0 img=1.0 sys=4.0 "cygxrx-6.dll" v0.0 ts=2005/2/23 6:53 25k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygxrxnest-6.dll - os=4.0 img=1.0 sys=4.0 "cygxrxnest-6.dll" v0.0 ts=2005/2/23 6:53 282k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0 "cygXt-6.dll" v0.0 ts=2005/2/23 6:29 27k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0 "cygXTrap-6.dll" v0.0 ts=2005/2/23 6:43 17k 2005/02/23 D:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0 "cygXtst-6.dll" v0.0 ts=2005/2/23 6:34 Cygwin Package Information Last downloaded files to: D:\cygwin Last downloaded files from: D:\cygwin Package Version _update-info-dir 00231-1 a2ps 4.13-1 agetty 2.1-1 antiword 0.34-2 apache 1.3.29-2 apr 0.9.6-1 apr-util 0.9.6-1 ash 20040127-1 aspell 0.50.3-1 aspell-de 0.50.2-1 aspell-dev 0.50.3-1 aspell-doc 0.50.3-1 aspell-en 0.51.0-1 aspell-pl 0.50.2-1 astyle 1.15.3-3 atk 1.8.0-1 atk-devel 1.8.0-1 atk-doc 1.8.0-1 atk-runtime 1.8.0-1 audiofile 0.2.6-2 autoconf 2.59-1 autoconf-devel 2.59-1 autoconf-stable 2.13-5 automake 1.7.9-1 automake-devel 1.9.2-1 automake-stable 1.4p6-2 autossh 1.2g-4 base-files 3.2-1 base-passwd 2.2-1 bash 2.05b-16 bc 1.06-2 binutils 20041229-1 bison 20030307-1 byacc 1.9-1 bzip2 1.0.2-6 c-client 2002e-3 c3270 3.2.20-1 cabextract 0.6-2 ccache 2.2-1 ccdoc 0.8.41-2 ccrypt 1.7-1 cgoban 1.9.14-1 check 0.9.1-1 chere 0.5-2 chkconfig 1.2.24h-1 clamav 0.83-1 clear 1.0-1 clisp 2.33.1-1 cmake 2.0.5-1 cocom 0.995-1 compface 1.4-5 coreutils 5.2.1-5 cpio 2.5-3 cppunit 1.9.14-1 cron 3.0.1-19 crypt 1.1-1 ctags 5.5-4 ctetris 0.30-1 curl 7.11.1-1 curl-devel 7.11.1-1 cvs 1.11.17-1 cvsutils 0.2.1-1 cygipc 2.03-2 cygrunsrv 1.0-1 cygutils 1.2.6-1 cygwin 1.5.12-1 cygwin-doc 1.4-2 cygwin-x-doc 1.0.4-1 cyrus-sasl 2.1.19-3 d 1.2.0-1 db2 2.7.7-4 db3.1 3.1.17-2 db4.1 4.1.25-1 db4.2 4.2.52-1 ddd 3.3.9-1 dejagnu 20021217-2 desktop-file-utils 0.10-1 diffstat 1.38-1 diffutils 2.8.7-1 distcc 2.16-1 docbook-xml42 4.2-3 docbook-xsl 1.68.0-1 doxygen 1.2.18-1 dpkg 1.10.4-2 e2fsimage 0.2.0-1 e2fsprogs 1.35-2 ec-fonts-mftraced 1.0.8-1 ed 0.2-1 editrights 1.01-1 ELFIO 1.0.0-1 emacs 21.2-13 emacs-el 21.2-13 emacs-X11 21.2-13 email 2.3.2-2 enscript 1.6.3-3 epstool 3.07-1 esound 0.2.35-1 exif 0.6.9-1 exim 4.43-1 expat 1.95.8-1 expect 20030128-1 fetchmail 6.2.5-2 figlet 2.2-1 file 4.12-1 fileutils 4.1-3 findutils 20041227-1 flex 2.5.4a-3 fltk 1.1.4-2 fontconfig 2.2.2-1 fortune 1.99.1-1 freeglut 2.2.0-1 freetype2 2.1.5-1 fvwm 2.4.7-3 gawk 3.1.4-3 gcc 3.3.3-3 gcc-ada 3.3.3-3 gcc-core 3.3.3-3 gcc-g++ 3.3.3-3 gcc-g77 3.3.3-3 gcc-gdc 3.3.3-3 gcc-gpc 3.3.3-3 gcc-java 3.3.3-3 gcc-mingw 20040810-1 gcc-mingw-ada 20040810-1 gcc-mingw-core 20040810-1 gcc-mingw-g++ 20040810-1 gcc-mingw-g77 20040810-1 gcc-mingw-gpc 20040810-1 gcc-mingw-java 20040810-1 gcc-mingw-objc 20040810-1 gcc-objc 3.3.3-3 gcc-testsuite 3.3.3-3 GConf2 2.8.1-1 gd 2.0.33-1 gdb 20041228-2 gdbm 1.8.3-7 gettext 0.14.1-1 gettext-devel 0.14.1-1 ghostscript 8.15-2 ghostscript-base 8.15-2 ghostscript-x11 8.15-2 glib 1.2.10-2 glib-devel 1.2.10-2 glib2 2.4.8-1 glib2-devel 2.4.8-1 glib2-doc 2.4.8-1 glib2-runtime 2.4.8-1 gmp 4.1.4-2 gnome-common 2.8.0-1 gnome-icon-theme 2.8.0-1 gnome-keyring 0.4.0-1 gnome-mime-data 2.4.1-1 gnome-vfs2 2.8.0-1 gnugo 3.6-1 gnupg 1.4.0-2 gnuplot 4.0.0-1 gperf 2.7.2-1 grace 5.1.17-1 GraphicsMagick 1.0.6-1 grep 2.5.1a-1 groff 1.18.1-2 gsl 1.5-1 gtk+ 1.2.10-2 gtk+-devel 1.2.10-2 gtk-doc 1.2-1 gtk2-x11 2.4.14-1 gtk2-x11-devel 2.4.14-1 gtk2-x11-doc 2.4.14-1 gtk2-x11-runtime 2.4.14-1 gtypist 2.7-2 guile 1.6.5-1 guile-devel 1.6.5-1 guile-doc 1.6.5-1 gv 3.5.8-2 gzip 1.3.5-1 help2man 1.33.1-1 hexedit 1.2.10-1 hicolor-icon-theme 0.5-1 ImageMagick 6.0.4-1 indent 2.2.9-1 inetutils 1.3.2-28 initscripts 0.9-1 intltool 0.31.2-1 ioperm 0.4-1 irc 20010101-3 jasper 1.701.0-1 jbigkit 1.5-3 jgraph 8.3-1 jpeg 6b-11 keychain 2.0.3-2 lablgtk2 2.4.0-2 lcms 1.13-1 less 381-1 lesstif 0.93.94-2 lftp 2.6.10-2 libapr0 0.9.6-1 libaprutil0 0.9.6-1 libart_lgpl 2.3.16-1 libaspell15 0.50.3-1 libaudiofile-devel 0.2.6-2 libaudiofile0 0.2.6-2 libbonobo2 2.8.0-1 libbonobo2-devel 2.8.0-1 libbonobo2-doc 2.8.0-1 libbonobo20 2.8.0-1 libbonoboui2 2.8.0-1 libbz2_0 1.0.2-1 libbz2_1 1.0.2-6 libcharset1 1.9.2-1 libcroco 0.5.1-2 libcroco06 0.6.0-1 libdb2 2.7.7-4 libdb2-devel 2.7.7-4 libdb3.1 3.1.17-2 libdb3.1-devel 3.1.17-2 libdb4.1 4.1.25-1 libdb4.1-devel 4.1.25-1 libdb4.2 4.2.52-1 libdb4.2-devel 4.2.52-1 libesound-devel 0.2.35-1 libesound0 0.2.35-1 libexif 0.6.9-1 libfontconfig-devel 2.2.2-1 libfontconfig1 2.2.2-1 libfpx 1.2.0.9-1 libfreetype2-devel 2.1.5-1 libfreetype26 2.1.5-1 libgcrypt 1.2.0-2 libgd-devel 2.0.33-1 libgd2 2.0.33-1 libgdbm 1.8.0-5 libgdbm-devel 1.8.3-7 libgdbm3 1.8.3-3 libgdbm4 1.8.3-7 libgeotiff 1.2.2-1 libgeotiff-devel 1.2.2-1 libgeotiff1 1.2.2-1 libgettextpo0 0.14.1-1 libglade2 2.4.0-1 libgnome2 2.8.0-1 libgnomecanvas2 2.8.0-1 libgnomeprint22 2.8.0.1-1 libgnomeprintui22 2.8.0-1 libgnomeui2 2.8.0-1 libgpg-error 1.0-2 libGraphicsMagick-devel 1.0.6-1 libGraphicsMagick0 1.0.6-1 libguile12 1.6.5-1 libguile12abi13 1.6.4-3 libguile16 1.7.1.20041006-1 libiconv 1.9.2-1 libiconv2 1.9.2-1 libIDL 0.8.3-2 libintl 0.10.38-3 libintl1 0.10.40-1 libintl2 0.12.1-3 libintl3 0.14.1-1 libjpeg62 6b-11 libjpeg6b 6b-8 libkpathsea3 2.0.2-15 libkpathsea4 2.99.7.20041226-1 libltdl3 1.5.10-1 libMagick-devel 6.0.4-1 libMagick6 6.0.4-1 libmcrypt 2.5.7-2 libmcrypt-devel 2.5.7-2 libmng 1.0.8-1 libncurses-devel 5.4-1 libncurses5 5.2-1 libncurses6 5.2-8 libncurses7 5.3-4 libncurses8 5.4-1 libneon24 0.24.7-1 libopenldap2 2.1.25-1 libopenldap2_2_7 2.2.17-2 libpcre 4.1-1 libpcre0 4.5-1 libpng 1.2.5-4 libpng10 1.0.15-4 libpng10-devel 1.0.15-4 libpng12 1.2.5-4 libpng12-devel 1.2.5-4 libpng2 1.0.12-1 libpopt0 1.6.4-4 libproj-devel 4.4.8-1 libproj0 4.4.8-1 libreadline4 4.1-2 libreadline5 4.3-5 libreadline6 5.0-1 libsasl2 2.1.19-3 libsasl2-devel 2.1.19-3 libsmi 0.4.2-1 libtiff-devel 3.7.0beta2-1 libtiff3 3.6.0-2 libtiff4 3.6.0-5 libtiff5 3.7.0beta2-1 libtool 1.5b-1 libtool-devel 1.5.10-1 libtool-stable 1.4.3-2 libungif 4.1.0-3 libwmf 0.2.8.3-1 libwnck 2.8.1-1 libxerces-c21 2.1.0-1 libxerces-c22 2.2.0-1 libxerces-c23 2.3.0-4 libxerces-c24 2.4.0-4 libxerces-c25 2.5.0-1 libXft 2.1.6-1 libXft-devel 2.1.6-1 libXft1 1.0.0-1 libXft2 2.1.6-1 libxml2 2.6.16-2 libxml2-devel 2.6.16-2 libxml2-doc 2.6.16-2 libxml2-python 2.6.16-2 libxslt 1.1.12-2 lighttpd 1.3.0-1 lilypond 2.4.2-1 lilypond-doc 2.4.2-1 links 0.99pre14-1 login 1.9-7 lynx 2.8.4-8 m4 1.4.2-1 make 3.80-1 man 1.5o1-1 mathomatic 12.1-1 mc 4.6.1-1 mhash 0.9.1-1 mhash-devel 0.9.1-1 mined 2000.10-1 mingw-bzip2 1.0.2-6 mingw-libbz2_1 1.0.2-6 mingw-runtime 3.7-1 mingw-zlib 1.2.2-1 minires 1.00-1 minires-devel 1.00-1 mktemp 1.5-3 more 2.11o-1 mt 2.3.1-1 mutt 1.4.1-2 naim 0.11.7.2-1 nano 1.2.2-1 nasm 0.98.39-1 ncftp 3.1.7-1 ncurses 5.4-1 ncurses-demo 5.4-1 nedit 5.5-1 neon 0.24.7-1 netcat 1.10-2 nfs-server 2.2.47-2 ocaml 3.08.1-1 openbox 0.99.1-4 opengl 1.1.0-7 openjade 1.3.3-1 openldap 2.2.17-2 openldap-devel 2.2.17-2 OpenSP 1.5.1-1 openssh 3.9p1-3 openssl 0.9.7e-1 openssl-devel 0.9.7e-1 ORBit2 2.12.0-1 ORBit2-devel 2.12.0-1 pango 1.6.0-2 pango-devel 1.6.0-2 pango-doc 1.6.0-2 pango-runtime 1.6.0-2 par 1.52-1 patch 2.5.8-8 patchutils 0.2.30-1 pcre 4.5-1 pcre-devel 4.5-1 pcre-doc 4.5-1 pdksh 5.2.14-3 perl 5.8.6-4 perl-libwin32 0.191-1 perl_manpages 5.8.6-4 pine 4.58-1 pinfo 0.6.8-1 ping 1.0-1 pkgconfig 0.15.0-4 popt 1.6.4-4 postgresql 7.4.5-1 pr3270 3.2.20-1 procmail 3.22-10 procps 010801-2 proftpd 1.2.10-1 proj 4.4.8-1 psutils 1.17-1 python 2.4-1 rcs 5.7-3 readline 5.0-1 rebase 2.3-1 regex 4.4-4 robots 2.0-4 rpm 4.1-1 rpm-build 4.1-1 rpm-doc 4.1-1 rsync 2.6.3-1 ruby 1.8.2-1 rxvt 2.7.10-4 s3270 3.2.20-1 sed 4.1.3-1 setsid 0.0-3 sh-utils 2.0.15-5 shared-mime-info 0.15-1 sharutils 4.2.1-3 shutdown 1.4-1 splint 3.1.1-1 squid 2.4.STABLE7-1 ssmtp 2.60.9-3 startup-notification 0.8-1 stunnel 4.04-3 subversion 1.1.2-1 subversion-devel 1.1.2-1 suite3270 3.2.20-1 sunrpc 4.0-2 SWI-Prolog 5.2.6-1 swig 1.3.19-1 sysvinit 2.84-4 t1lib 5.0.2-1 t1lib-x11 5.0.2-1 tar 1.13.25-5 tcl3270 3.2.20-1 tcltk 20030901-1 tcm 2.20-1 tcp_wrappers 7.6-1 tcsh 6.13.00-2 termcap 20021106-2 terminfo 5.4_20041009-1 tetex 2.0.2-15 tetex-base 2.0.2-15 tetex-bin 2.0.2-15 tetex-devel 2.0.2-15 tetex-doc 2.0.2-15 tetex-extra 2.0.2-15 tetex-tiny 2.0.2-15 tetex-x11 2.0.2-15 texinfo 4.7-2 TeXmacs 1.0.4-4 textutils 2.0.21-2 tidy 041206-1 tiff 3.7.0beta2-1 time 1.7-1 tin 1.6.2-3 transfig 3.2.4-2 ttcp 19980512-1 tzcode 2004d-1 ucl 1.01-1 unison 2.10.2-3 units 1.77-1 unzip 5.50-5 upx 1.24-1 uw-imap 2002e-3 uw-imap-imapd 2002e-3 uw-imap-util 2002e-3 vim 6.3-1 w32api 3.2-1 wget 1.9.1-2 which 1.6-1 whois 4.6.14-1 WindowMaker 0.90.0-1 WordNet 2.0-1 wtf 0.0.4-6 X-start-menu-icons 1.0.3-2 X-startup-scripts 1.0.10-3 x2x 1.30-2 x3270 3.2.20-1 Xaw3d 1.5D-5 xemacs 21.4.15-1 xemacs-emacs-common 21.4.15-1 xemacs-mule-sumo 2004-08-18-1 xemacs-sumo 2004-08-18-1 xemacs-tags 21.4.15-1 xerces-c 2.5.0-1 xerces-c-devel 2.5.0-1 xerces-c-doc 2.5.0-1 xfig 3.2.4-6 xfig-bin 3.2.4-3 xfig-doc 3.2.4-2 xfig-etc 3.2.4-4 xfig-lib 3.2.4-6 xfig-man 3.2.4-2 XFree86-base 4.3.0-11 XFree86-bin 4.3.0-21 XFree86-bin-icons 4.3.0-7 XFree86-doc 4.3.0-2 XFree86-etc 4.3.0-12 XFree86-f100 4.3.0-2 XFree86-fcyr 4.3.0-2 XFree86-fenc 4.3.0-2 XFree86-fnts 4.3.0-2 XFree86-fscl 4.3.0-2 XFree86-fsrv 4.3.0-9 XFree86-html 4.3.0-10 XFree86-jdoc 4.3.0-2 XFree86-lib 4.3.0-3 XFree86-lib-compat 4.3.0-2 XFree86-man 4.3.0-10 XFree86-nest 4.3.0-8 XFree86-prog 4.3.0-21 XFree86-prt 4.3.0-6 XFree86-ps 4.3.0-2 XFree86-startup-scripts 4.3.0-1 XFree86-vfb 4.3.0-8 XFree86-xserv 4.3.0-68 XFree86-xwinclip 4.3.0-3 xgraph 12.1-1 xinetd 2.3.9-1 XmHTML 1.1.7-1 xmlto 0.0.18-1 xorg-x11-base 6.8.2.0-1 xorg-x11-bin 6.8.2.0-1 xorg-x11-bin-dlls 6.8.2.0-1 xorg-x11-bin-lndir 6.8.2.0-1 xorg-x11-devel 6.8.2.0-1 xorg-x11-etc 6.8.2.0-1 xorg-x11-f100 6.8.1.0-3 xorg-x11-fcyr 6.8.1.0-2 xorg-x11-fenc 6.8.1.0-2 xorg-x11-fnts 6.8.1.0-3 xorg-x11-fscl 6.8.1.0-2 xorg-x11-fsrv 6.8.2.0-1 xorg-x11-libs-data 6.8.2.0-1 xorg-x11-man-pages 6.8.2.0-1 xorg-x11-man-pages-html 6.8.2.0-1 xorg-x11-nest 6.8.2.0-1 xorg-x11-vfb 6.8.2.0-1 xorg-x11-xwin 6.8.2.0-1 xorg-x11-xwin-gl 6.8.2.0-1 xpdf 3.00-1 xpm-nox 4.2.0-4 xterm 196-1 xwinclip 1.2.0-1 xwinwm 0.0.5-1 zip 2.3-6 zlib 1.2.2-1 zsh 4.2.4-1 Use -h to see help about each section __________________________________ Do you Yahoo!? Yahoo! Mail - Easier than ever with enhanced search. Learn more. http://info.mail.yahoo.com/mail_250 From alexander.gottwald@s1999.tu-chemnitz.de Sun Feb 27 21:20:00 2005 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sun, 27 Feb 2005 21:20:00 -0000 Subject: Startup problems with startx/xinit In-Reply-To: <20050227205557.90508.qmail@web50103.mail.yahoo.com> References: <20050227205557.90508.qmail@web50103.mail.yahoo.com> Message-ID: On Sun, 27 Feb 2005, Steve Horne wrote: > Hi, > > I have just installed the full cygwin installation on > a new machine and am having problems starting xwin > (and wmaker). If you want to use windowmaker with Xwin you must not start XWin with the -multiwindow parameter. > I do not have Zonealarm installed but I do have McAfee > VirusScan installed. Since even the simple startup without internal windowmanager and clipboard manager failed I suspect a problem with McAfee. Does disabling it help? bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From aroushdi@hotmail.com Mon Feb 28 12:53:00 2005 From: aroushdi@hotmail.com (aroushdi) Date: Mon, 28 Feb 2005 12:53:00 -0000 Subject: MIT-MAGIC-COOKIE-1 ID: -1 problem Message-ID: I have a queer problem , and i would like have an explanation : on certain linux machies , i can telent , ftp however i get the following when logging to linux05 xxx.1.100.139 all addresseses resolve properly : the commmand line to fire xwin :20 -query linux05 -from xxx.1.100.216 AUDIT: Mon Feb 28 13:41:39 2005: 2172 xwin: client 1 rejected from IP xxx.1.100.139 Auth name: MIT-MAGIC-COOKIE-1 ID: -1 AUDIT: Mon Feb 28 13:41:51 2005: 2172 xwin: client 1 rejected from IP xxx.1.100.139 I am using XDMCP and the amazing thing is that from other machines other than 139 i can get the xdm Thks for ur help From puchta@cslab.felk.cvut.cz Mon Feb 28 14:15:00 2005 From: puchta@cslab.felk.cvut.cz (Milos Puchta) Date: Mon, 28 Feb 2005 14:15:00 -0000 Subject: Startx on Cygwin References: <007401c51ccf$9ec3b080$37532093@puchta> Message-ID: <015e01c51d9f$e01cb330$37532093@puchta> Hi Alexander, I have found the origin of problem. There are not sufficient rights in the TMP directory for the user. After the change the XWin is working as expected. regards, Milos ----- Original Message ----- From: "Alexander Gottwald" To: "Milos Puchta" Cc: Sent: Sunday, February 27, 2005 5:07 PM Subject: Re: Startx on Cygwin > On Sun, 27 Feb 2005, Milos Puchta wrote: > >> Hi Alexander, >> >> I have been searching solution to similar problem you have been asking >> in cygwin.com discussion group. Based on your advice, I have checked >> the mount and find that it is showing correct mount data. >> I have set audit option for all kind of failures and found that there is >> conflict >> with the rights for Xwin.exe. It seems that Windows security does not >> follow the "virtual" unix ones, but it may be clue. > > maybe this is an problem with installed personal firewalls or vpn > software. > > bye > ago > -- > Alexander.Gottwald@s1999.tu-chemnitz.de > http://www.gotti.org ICQ: 126018723 > From alexander.gottwald@s1999.tu-chemnitz.de Mon Feb 28 14:26:00 2005 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 28 Feb 2005 14:26:00 -0000 Subject: MIT-MAGIC-COOKIE-1 ID: -1 problem In-Reply-To: References: Message-ID: On Mon, 28 Feb 2005, aroushdi wrote: > I have a queer problem , and i would like have an explanation : > on certain linux machies , i can telent , ftp however i get the > following when logging to linux05 xxx.1.100.139 all addresseses resolve > properly : > > the commmand line to fire > xwin :20 -query linux05 -from xxx.1.100.216 > > > AUDIT: Mon Feb 28 13:41:39 2005: 2172 xwin: client 1 rejected from IP > xxx.1.100.139 > Auth name: MIT-MAGIC-COOKIE-1 ID: -1 > AUDIT: Mon Feb 28 13:41:51 2005: 2172 xwin: client 1 rejected from IP > xxx.1.100.139 > > I am using XDMCP and the amazing thing is that from other machines other > than 139 i can get the xdm This is most likely a problem with DNS name resolution. Check http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-audit-client-rejected bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From KirschPE@utrc.utc.com Mon Feb 28 16:05:00 2005 From: KirschPE@utrc.utc.com (Kirschner, Paul E UTRC) Date: Mon, 28 Feb 2005 16:05:00 -0000 Subject: need libXrender.la to compile pygtk-2.4.1 under CygwinX Message-ID: <16628DEFDDA5CD4F80AE4100881C3EB8F2D300@rusehe01.res.utc.com> As the subject says I'm trying to compile pygtk-2.4.1 under Cygwin/X. After modifying a few Makefile's to get the python libraries loaded, I came down to needing libXrender.la. /usr/X11R6/lib contains several .la's AND libXrender stuff... >> ls *.la libXren* libDtPrint.la libPropList.la libXft.la libXrender-1.dll.a libglut.la libMrm.la libUil.la libXm.la libXrender.dll.a libwraster.la So, how do I get/generate libXrender.la? thanks... ---------------------------------------------------------------------------- ------------- Paul Kirschner Systems Department United Technologies Research Center kirschpe@utrc.utc.com (860)610-7119 From alexander.gottwald@s1999.tu-chemnitz.de Mon Feb 28 16:21:00 2005 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 28 Feb 2005 16:21:00 -0000 Subject: need libXrender.la to compile pygtk-2.4.1 under CygwinX In-Reply-To: <16628DEFDDA5CD4F80AE4100881C3EB8F2D300@rusehe01.res.utc.com> References: <16628DEFDDA5CD4F80AE4100881C3EB8F2D300@rusehe01.res.utc.com> Message-ID: On Mon, 28 Feb 2005, Kirschner, Paul E UTRC wrote: > As the subject says I'm trying to compile pygtk-2.4.1 under Cygwin/X. > > After modifying a few Makefile's to get the python libraries loaded, I came > down to needing libXrender.la. > > /usr/X11R6/lib contains several .la's AND libXrender stuff... > > >> ls *.la libXren* > libDtPrint.la libPropList.la libXft.la libXrender-1.dll.a libglut.la > libMrm.la libUil.la libXm.la libXrender.dll.a libwraster.la > > > So, how do I get/generate libXrender.la? sed 's/Xdamage/Xrender/' libXrender.la I've attached the file bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 -------------- next part -------------- # libXrender.la - a libtool library file # Generated by ltmain.sh - GNU libtool 1.5.0a (1.1220.2.25 2003/08/01 19:08:35) Debian: 49 $ # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='../bin/cygXrender-1.dll' # Names of this library. library_names='libXrender.dll.a' # The name of the static archive. old_library='libXrender.a' # Libraries that this one depends upon. dependency_libs=' -L/usr/X11R6/lib -lX11' # Version information for libXrender. current=1 age=1 revision=0 # Is this an already installed library? installed=yes # Should we warn about portability when linking against -modules? shouldnotlink=no # Files to dlopen/dlpreopen dlopen='' dlpreopen='' # Directory that this library needs to be installed in: libdir='/usr/X11R6/lib' From s_horne@yahoo.com Mon Feb 28 22:27:00 2005 From: s_horne@yahoo.com (Steve Horne) Date: Mon, 28 Feb 2005 22:27:00 -0000 Subject: Startup problems with startx/xinit Message-ID: <20050228222745.33534.qmail@web50110.mail.yahoo.com> Hello Alexander, I have just tried disabling my virus scanner but this has not resolved my problem. Any other suggestions, please ? Thanks ------------------------------------- On Sun, 27 Feb 2005, Steve Horne wrote: > Hi, > > I have just installed the full cygwin installation on > a new machine and am having problems starting xwin > (and wmaker). If you want to use windowmaker with Xwin you must not start XWin with the -multiwindow parameter. > I do not have Zonealarm installed but I do have McAfee > VirusScan installed. Since even the simple startup without internal windowmanager and clipboard manager failed I suspect a problem with McAfee. Does disabling it help? bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 ===== Steve Horne Post: Schlumberger House Buckingham Gate Gatwick West Sussex, UK Tel: 01293 557054 (Day) __________________________________ Do you Yahoo!? Yahoo! Mail - now with 250MB free storage. Learn more. http://info.mail.yahoo.com/mail_250