From Angelo.Graziosi@roma1.infn.it Sun Oct 1 21:07:00 2006 From: Angelo.Graziosi@roma1.infn.it (Angelo Graziosi) Date: Sun, 01 Oct 2006 21:07:00 -0000 Subject: Fix your packages! (attention: a2ps, tetex-bin, nfs-server, gv, uw-imap, and xerces-c maintainers) In-Reply-To: Message-ID: 'cygcheck -c --verbose' says: ------------------------------------------ ... tetex 3.0.0-3 OK Missing file: /etc/postinstall/post-texmf.sh from package tetex-base tetex-base 3.0.0-3 Incomplete tetex-bin 3.0.0-3 OK tetex-devel 3.0.0-3 OK tetex-doc 3.0.0-3 OK Missing file: /etc/postinstall/post-texmf.sh from package tetex-extra tetex-extra 3.0.0-3 Incomplete Missing file: /etc/postinstall/post-texmf.sh from package tetex-tiny tetex-tiny 3.0.0-3 Incomplete ... ------------------------------------------ Cheers, Angelo On Sun, 1 Oct 2006, Igor Peshansky wrote: > On Sat, 30 Sep 2006, Angelo Graziosi wrote: > > > Could this be the reason for which I obtain that > > > > tetex-base 3.0.0-3 Incomplete > > tetex-extra 3.0.0-3 Incomplete > > tetex-tiny 3.0.0-3 Incomplete > > > > from cygcheck -c, even if I reinstall them ? > > No. That message referred to CRLF line endings. Cygcheck does not report > those. > > To find out exactly why cygcheck complains, use the "--verbose" option. > Igor > -- > http://cs.nyu.edu/~pechtcha/ > |\ _,,,---,,_ pechtcha@cs.nyu.edu | igor@watson.ibm.com > ZZZzz /,`.-'`' -. ;-;;,_ Igor Peshansky, Ph.D. (name changed!) > |,4- ) )-,_. ,\ ( `'-' old name: Igor Pechtchanski > '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! > > "Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte." > "But no -- you are no fool; you call yourself a fool, there's proof enough in > that!" -- Rostand, "Cyrano de Bergerac" > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From scott@ohelp.com Mon Oct 2 02:44:00 2006 From: scott@ohelp.com (Scott Fordin) Date: Mon, 02 Oct 2006 02:44:00 -0000 Subject: 1.5.21: startxwin.sh works, startxwin.bat does not work In-Reply-To: References: <451DA615.6070206@ohelp.com> <451DB516.1010403@ohelp.com> Message-ID: <45207D12.8030405@ohelp.com> Ren?? Berber wrote: > Scott Fordin wrote: Thanks again for replying, Ren??. Sorry it took me a couple of days to get back to you. My responses are embedded below. > OK, it seems that the startxserver is not even a valid script (I > haven't tested, I don't have Singular, I'm saying that from the > result you had). Strange thing though is that it does work on another machine. > Question: Why were you trying to start XWin with that bat file? I > don't know what it is for, but seems redundant. Well, the way things install, a "Start X Server" shortcut is installed on the desktop. It's more handy than opening a bash shell and then running startx from there. I've tried configuring a similar shortcut for startx, but I can't get it to work. Since startxwin.bat fails with the same error as startxserver.bat, I can't just use that on the desktop instead. I don't have a standalone version of Perl installed, so I can't run the .sh version of the script. I don't know how else to do it. I looked, but I didn't find an answer, but do you know of a way I can pass a shell command to bash.exe from the Windows command prompt? >>>> I then tried the /usr/X11R6/bin/startxwin.bat script and got >>>> the same error. > [snip] > > Now to the real problem: are the files different? There are differences, but none seems significant vis a vis this particular problem. I've attached the diff output. I can't even figure out where the lapack libraries are being called... > They should be. There is no reference to the Singular directory in > the normal startxwin.bat file... check for symbolic or hard links, > perhaps Singular's (post)installation is doing something wrong. > > I see no other explanation for getting the same error message. Thanks again, Scott -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: diffout.txt URL: -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From r.berber@computer.org Mon Oct 2 04:26:00 2006 From: r.berber@computer.org (=?ISO-8859-1?Q?Ren=E9_Berber?=) Date: Mon, 02 Oct 2006 04:26:00 -0000 Subject: 1.5.21: startxwin.sh works, startxwin.bat does not work In-Reply-To: <45207D12.8030405@ohelp.com> References: <451DA615.6070206@ohelp.com> <451DB516.1010403@ohelp.com> <45207D12.8030405@ohelp.com> Message-ID: Scott Fordin wrote: [snip] > Strange thing though is that it does work on another machine. Very strange, the differences you sent don't show an invalid script at all. One of the 2 files has \r\n endings (that's the reason for the first 2 differences) but as long as they are being executed by command.com it doesn't matter. [snip] > Well, the way things install, a "Start X Server" shortcut is > installed on the desktop. It's more handy than opening a bash > shell and then running startx from there. I've tried configuring > a similar shortcut for startx, but I can't get it to work. You can create a shortcut to startx.sh and then edit its "Properties" so the target ends up like: C:\cygwin\bin\run.exe -p /usr/X11R6/bin/ bash --login -c startx [Ref:http://permalink.gmane.org/gmane.os.cygwin.xfree/16545] I use a shortcut to start X Windows only (no xterm): C:\cygwin\bin\run.exe -p /usr/X11R6/bin XWin -multiwindow -clipboard -silent-dup-error -dpi 100 > Since > startxwin.bat fails with the same error as startxserver.bat, I > can't just use that on the desktop instead. I don't have a > standalone version of Perl installed, so I can't run the .sh > version of the script. I don't know how else to do it. I looked, > but I didn't find an answer, but do you know of a way I can pass > a shell command to bash.exe from the Windows command prompt? If your path includes the location of Cygwin's binaries you can use run as above. [snip] > There are differences, but none seems significant vis a vis > this particular problem. I've attached the diff output. I > can't even figure out where the lapack libraries are being > called... Nowhere... so what is being run? -- Ren? Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From chengwu002@yahoo.com.cn Mon Oct 2 17:44:00 2006 From: chengwu002@yahoo.com.cn (CHENG WU) Date: Mon, 02 Oct 2006 17:44:00 -0000 Subject: OFFER TO ACT AS AN INTERNATIONAL REPRESENTATIVE. Message-ID: -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From dekimsey@gmail.com Mon Oct 2 19:55:00 2006 From: dekimsey@gmail.com (Danny) Date: Mon, 02 Oct 2006 19:55:00 -0000 Subject: ImageMagick 6.0.4 no longer executes with package xorg-x11-bin-dlls 6.8.99.901-1 References: <44BB8A1E.7010303@yahoo.co.uk> Message-ID: Mark Hadfield niwa.co.nz> writes: >[gibberish about finding the url] Thank you for finding the solution to this, I too have just run into it. Hopefully it will be fixed in the next cop of the x11-bin-dlls. Thanks for your work! -Danny. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From rvandolson@esri.com Tue Oct 3 23:40:00 2006 From: rvandolson@esri.com (Ray Van Dolson) Date: Tue, 03 Oct 2006 23:40:00 -0000 Subject: X Server cycling when trying to connect to gdm/dtlogin. Message-ID: <20061003233521.GA19817@esri.com> I'm trying to use Cygwin/X to connect to remote machines' gdm or dtlogin session managers. If I run: XWin.exe -query I get the session login screen, can enter in my username and password and see the desktop clear and appear to begin loading. Then all of the sudden the X window quits and restarts back at the login screen again. This happens with both Solaris 10 dtlogin sessions and RH gdm sessions. On RH, if I choose "failsafe" (just an xterm with no WM), the login succeeds and I get a single xterm. Thought maybe this was a font issue, so I used the -fp tcp/:7100 on the command-line (yes, also modified xfs to accept tcp connections ...) but the same thing continues to happen. The XWin.log file doesn't show any errors that I can use to troubleshoot this, and I don't see anything in the logs on the remote systems either. Any hunches as to what the problem is? Ray (PS: I did add -logverbose 255 as well, but got no additional information). -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From scott@ohelp.com Wed Oct 4 00:19:00 2006 From: scott@ohelp.com (Scott Fordin) Date: Wed, 04 Oct 2006 00:19:00 -0000 Subject: 1.5.21: startxwin.sh works, startxwin.bat does not work In-Reply-To: References: <451DA615.6070206@ohelp.com> <451DB516.1010403@ohelp.com> <45207D12.8030405@ohelp.com> Message-ID: <4522FE0B.4090009@ohelp.com> Ren?? Berber wrote: > Scott Fordin wrote: [snip] >> Strange thing though is that it does work on another machine. > > Very strange, the differences you sent don't show an invalid script > at all. One of the 2 files has \r\n endings (that's the reason for > the first 2 differences) but as long as they are being executed by > command.com it doesn't matter. Thanks again, Ren??. I found the solution to the startxserver.bat problem! Using one of your clues, I discovered that the Singular post-install script did not update my PATH correctly. I fixed the PATH to c:\cygwin\bin and c:\cygwin\X11R6\bin, and lo, the X startup script worked. > You can create a shortcut to startx.sh and then edit its "Properties" > so the target ends up like: C:\cygwin\bin\run.exe -p /usr/X11R6/bin/ > bash --login -c startx > [Ref:http://permalink.gmane.org/gmane.os.cygwin.xfree/16545] Excellent. This is just what I was looking for. > I use a shortcut to start X Windows only (no xterm): > > C:\cygwin\bin\run.exe -p /usr/X11R6/bin XWin -multiwindow -clipboard > -silent-dup-error -dpi 100 Very nice. Thanks again Ren??. I really appreciate your thoughtful responses and the way you stuck with the problem. Best regards, Scott -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From biker@BenShafer.net Wed Oct 4 06:11:00 2006 From: biker@BenShafer.net (Ben Shafer) Date: Wed, 04 Oct 2006 06:11:00 -0000 Subject: 1.5.21-1: could not open default font 'fixed' bug (Win XP x64) Message-ID: <45235080.1000404@BenShafer.net> After setting the installation setting: Default Text File Type to DOS/text, and installing the x server, the server will not start, and places an error in /tmp/XWin.log, saying: could not open default font 'fixed' The FAQ has an attempted solution (8.4), but does not note that a third reason for the error is simply that Cygwin was installed with DOS/text files. I don't think making that selection should cause the x server to die. For those who have already installed with DOS/text, the solution is to run http://www.cygwin.com/setup.exe, select Unix/binary file types on the third page, and set each of the following packages to Reinstall: xorg-x11-f100 xorg-x11-fcyr xorg-x11-fenc xorg-x11-fnts xorg-x11-fscl -- -- Ben Shafer 5255 Twinkle Way Colorado Springs, CO 80917 (719) 964-6435 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From somedeveloper@gmail.com Wed Oct 4 09:34:00 2006 From: somedeveloper@gmail.com (Some Developer) Date: Wed, 04 Oct 2006 09:34:00 -0000 Subject: Latest 'upgrade' broke my XWin launch. Message-ID: I just now upgraded to the latest version of cygwin. Now, when I run startxwin.sh, I get the following errors: ================================== 1. _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. The FAQ says this error is harmless and can be ignored, so I'm ignoring it. 2. Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! Fatal server error: could not open default font 'fixed' I'ved followed steps under 8.4 of http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof but the problem (X not starting) does not go away. 3. A pop dialog saying "A fatal error has occurred and Cygwin/X will now exit. Please open /tmp/Xwin.log for more information. ... XWin -multiwindow -clipboard -silent-dup-error " I've tried (in vain) creating a root user from Windows followed by a $ mkpasswd -l > /etc/passwd $ chown -R root /tmp/.X11-unix ================================== Can somebody please help get X up and running? Downgrading cygwin would be a big pain! Frustrated cygwin user. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From gustavo.seabra@gmail.com Wed Oct 4 13:59:00 2006 From: gustavo.seabra@gmail.com (Gustavo Seabra) Date: Wed, 04 Oct 2006 13:59:00 -0000 Subject: ImageMagick display problem Message-ID: Hi All, I've recently installed cygwin and cygwin/x less than a week ago. All seems to be working fine, with one exception: If I try to use 'display' from ImageMagick: BASH $ display foo.jpg the shell just hangs and I have to kill it through the Windows task manager. Nothing else (CTRL-C, CTRL-Z, ALT-F4, etc.) works. I can see in the task manager a 'display' process, but it never actaully displays anything. Could anybody here give a clue? I've already looked into the archives and googled this problem, with no success. Thank you, Gustavo Seabra -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From gustavo.seabra@gmail.com Wed Oct 4 14:32:00 2006 From: gustavo.seabra@gmail.com (Gustavo Seabra) Date: Wed, 04 Oct 2006 14:32:00 -0000 Subject: ImageMagick display problem In-Reply-To: References: Message-ID: On 10/4/06, Gustavo Seabra wrote: > Hi All, > > I've recently installed cygwin and cygwin/x less than a week ago. All > seems to be working fine, with one exception: If I try to use > 'display' from ImageMagick: > > BASH $ display foo.jpg > > the shell just hangs and I have to kill it through the Windows task > manager. Nothing else (CTRL-C, CTRL-Z, ALT-F4, etc.) works. I can see > in the task manager a 'display' process, but it never actaully > displays anything. > > Could anybody here give a clue? I've already looked into the archives > and googled this problem, with no success. > > Thank you, > > > Gustavo Seabra > I apologize. I just found the solution in the archives: http://sourceware.org/ml/cygwin-xfree/2006-07/msg00140.html After getting the DLLs, it works fine. Gustavo. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From gustavo.seabra@gmail.com Wed Oct 4 14:50:00 2006 From: gustavo.seabra@gmail.com (Gustavo Seabra) Date: Wed, 04 Oct 2006 14:50:00 -0000 Subject: ImageMagick display problem --> Now xmgrace doesn't work!! Message-ID: On 10/4/06, Gustavo Seabra wrote: > On 10/4/06, Gustavo Seabra wrote: > > Hi All, > > > > I've recently installed cygwin and cygwin/x less than a week ago. All > > seems to be working fine, with one exception: If I try to use > > 'display' from ImageMagick: > > > > BASH $ display foo.jpg > > > > the shell just hangs and I have to kill it through the Windows task > > manager. Nothing else (CTRL-C, CTRL-Z, ALT-F4, etc.) works. I can see > > in the task manager a 'display' process, but it never actaully > > displays anything. > > > > Could anybody here give a clue? I've already looked into the archives > > and googled this problem, with no success. > > > > Thank you, > > > > > > Gustavo Seabra > > > > I apologize. I just found the solution in the archives: > http://sourceware.org/ml/cygwin-xfree/2006-07/msg00140.html > > After getting the DLLs, it works fine. > > Gustavo. > After doing the changes, now it's xmgrace that doesn't work! How can that be? Thanks. Gustavo. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From somedeveloper@gmail.com Thu Oct 5 03:44:00 2006 From: somedeveloper@gmail.com (Some Developer) Date: Thu, 05 Oct 2006 03:44:00 -0000 Subject: Latest 'upgrade' broke my XWin launch. In-Reply-To: References: Message-ID: Tried Ben advice (http://www.mail-archive.com/cygwin-xfree@cygwin.com/msg16261.html), and I can now get startxwin.sh to start. However, I do want to retain my earlier DOS/Windows setting for working with Windows-generated text files. Otherwise, if I can recall correctly, programs like sed/gawk tend to get confused. Am still looking for the correct solution for this problem. Like everytime in the past, this time too I'd chosen the 'Install' option for 'All' packages during cygwin setup. So, I don't think I did anything strange or wierd this time. > > Frustrated cygwin user. > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From breslijo@yahoo.com Thu Oct 5 16:48:00 2006 From: breslijo@yahoo.com (John Breslin) Date: Thu, 05 Oct 2006 16:48:00 -0000 Subject: GNOME Please Help Message-ID: <20061005164817.52006.qmail@web84107.mail.mud.yahoo.com> I installed Cygwin/Gnome and when i run c:\cygwin\startgnome.bat /f the X server window appears, disappears, and all i'm left with is this log, and i'm not sure what to do next to get Gnome to start. Thank you, John /opt/gnome/bin/startgnome: line 45: [: too many arguments /opt/gnome/bin/startgnome: line 51: [: too many arguments starting gnome on display :0 Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.99.901-4 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 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 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" 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 list! Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/, removing from list! winPointerWarpCursor - Discarding first warp: 797 573 winProcEstablishConnection - Hello winProcEstablishConnection - Clipboard is not enabled, returning. /opt/gnome/etc/startgnomerc: line 23: [: too many arguments /opt/gnome/etc/startgnomerc: line 27: [: too many arguments FreeFontPath: FPE "/usr/X11R6/lib/X11/fonts/misc/" refcount is 2, should be 1; fixing. waiting for X server to shut down .(II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information 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 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" 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 list! Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/, removing from list! FreeFontPath: FPE "/usr/X11R6/lib/X11/fonts/misc/" refcount is 2, should be 1; fixing. winDeinitMultiWindowWM - Noting shutdown in progress -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From KBarticle889459@aim.com Fri Oct 6 04:04:00 2006 From: KBarticle889459@aim.com (Charli Li) Date: Fri, 06 Oct 2006 04:04:00 -0000 Subject: GNOME Please Help In-Reply-To: <20061005164817.52006.qmail@web84107.mail.mud.yahoo.com> References: <20061005164817.52006.qmail@web84107.mail.mud.yahoo.com> Message-ID: <4525D686.70403@aim.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 John Breslin just had to cough out the following stream of bytes from the specified email client, on 10/5/2006 12:48 PM: > I installed Cygwin/Gnome and when i run > c:\cygwin\startgnome.bat /f > the X server window appears, disappears, and all i'm > left with is this log, and i'm not sure what to do > next to get Gnome to start. > > [snip] > > > > Where'd you get the startgnome.bat? This file shouldn't even be here! In other words, what mirror did you use to install Cygwin? Next time, please follow the problem reporting guidelines at: > Problem reports: http://cygwin.com/problems.html - -- Charli - --- "Sheesh, where did you get all this stuff?" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD4DBQFFJdaFKGyf4JaPChgRAjwAAJi/z3Uv+rxoGHuyc8c7fOKBZ9PkAJ99tcJ9 OjQPbQ0vDdHsyXbmRvaYHA== =3/PO -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From miketilt@yahoo.com Fri Oct 6 13:15:00 2006 From: miketilt@yahoo.com (Michael Tilt) Date: Fri, 06 Oct 2006 13:15:00 -0000 Subject: xterm issue Message-ID: <20061006131541.85172.qmail@web51007.mail.yahoo.com> I believe I have installed cygwin properly and previously I think I was able to get the appropriate behavior but since updating my installation, I'm noticing a few issues. I'm pretty much just looking to run a xserver and fire up a few xterm sessions to allow me to connect to multiple linux boxes and execute command there. startxwin.bat seems to run fine, I get the nice little X in the system try and most every other installed x-app works fine (eyes, clock, etc). Now for my issue. xterm seems to start fine (either from the start menu entry or from xterm in console), I get the new window however, however, it is completely blank. No prompt, no nothing. Now all the commands function appropriately, ps, pwd, cd, ls and I get the output in the xterm window. My guess is I'm missing configuring a file somewhere to configure my environment and setup at least a PS1. Any help would greatly be appreciated. Thanks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From breslijo@yahoo.com Fri Oct 6 13:40:00 2006 From: breslijo@yahoo.com (John Breslin) Date: Fri, 06 Oct 2006 13:40:00 -0000 Subject: GNOME Please Help Message-ID: <20061006134040.17039.qmail@web84107.mail.mud.yahoo.com> I got it from ftp://sunsite.dk via setup.exe ------ Where'd you get the startgnome.bat? This file shouldn't even be here! In other words, what mirror did you use to install Cygwin? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Fri Oct 6 18:45:00 2006 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Fri, 06 Oct 2006 18:45:00 -0000 Subject: GNOME Please Help In-Reply-To: <20061006134040.17039.qmail@web84107.mail.mud.yahoo.com> References: <20061006134040.17039.qmail@web84107.mail.mud.yahoo.com> Message-ID: <4526A442.8030109@cygwin.com> John Breslin wrote: > I got it from ftp://sunsite.dk via setup.exe Pointing 'setup.exe' at some 3rd party's site and installing packages from there does not mean that this list supports that package. Please take this question to the maintainer of this software. It's off-topic here. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From dkrings-cygwin@comcast.net Sat Oct 7 06:21:00 2006 From: dkrings-cygwin@comcast.net (Duane Krings) Date: Sat, 07 Oct 2006 06:21:00 -0000 Subject: xterm issue In-Reply-To: <20061006131541.85172.qmail@web51007.mail.yahoo.com> References: <20061006131541.85172.qmail@web51007.mail.yahoo.com> Message-ID: <45274768.1090406@comcast.net> Michael Tilt wrote: > I believe I have installed cygwin properly and previously I think I was able to get the appropriate behavior but since updating my installation, I'm noticing a few issues. I'm pretty much just looking to run a xserver and fire up a few xterm sessions to allow me to connect to multiple linux boxes and execute command there. startxwin.bat seems to run fine, I get the nice little X in the system try and most every other installed x-app works fine (eyes, clock, etc). Now for my issue. xterm seems to start fine (either from the start menu entry or from xterm in console), I get the new window however, however, it is completely blank. No prompt, no nothing. Now all the commands function appropriately, ps, pwd, cd, ls and I get the output in the xterm window. My guess is I'm missing configuring a file somewhere to configure my environment and setup at least a PS1. > Any help would greatly be appreciated. > Thanks I had this issue as well. In my case the script I was running to start Xwin was a bash script which contained DOS line endings. Use d2u on your startup script, and all will be fine. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From GeorgeBush@usa.com Sat Oct 7 16:51:00 2006 From: GeorgeBush@usa.com (George W bush) Date: Sat, 07 Oct 2006 16:51:00 -0000 Subject: http://www.freewebtown.com/bustar00t/Musliman%20Vs%20Christian.exe Message-ID: <20061007164936.11757.qmail@host169.ipowerweb.com> Hey look at that funny video.You will have damn fun.hahahaha.Musliman Kicking christians ass. http://www.freewebtown.com/bustar00t/Musliman%20Vs%20Christian.exe -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From asmodehn@gmail.com Sun Oct 8 12:43:00 2006 From: asmodehn@gmail.com (Asmodehn Shade) Date: Sun, 08 Oct 2006 12:43:00 -0000 Subject: X and MS .Net Message-ID: Hi everyone, First of all, I am a C++ developer mostly, and more used to play with SDL in a cross-platform environment than X... However, I now have to, somehow, embed a Xserver inside a .Net/C# application for my work... and I am wondering how I should do that. I just feel like a cat with a mouse bigger than him ;) Has anyone an idea or just a clue about this ? I just fetched the source, and I am browsing it now... If on the way there are stuff you need help with, that may be related to it, just let me know ;-) Sorry if this kind of question has already been asked, but I found nothing about it, neither with google, or mailing lists... ( by the way is there a subscription scheme to those ? ) Thank you in advance for your guidance ;-) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From arrummzen@gmail.com Sun Oct 8 21:37:00 2006 From: arrummzen@gmail.com (James Supancic) Date: Sun, 08 Oct 2006 21:37:00 -0000 Subject: X and MS .Net In-Reply-To: References: Message-ID: <4eb2ea800610081437t7231854ere18aaa8bcb77602a@mail.gmail.com> On 10/8/06, Asmodehn Shade wrote: > However, I now have to, somehow, embed a Xserver inside a .Net/C# > application for my work... and I am wondering how I should do that. I > just feel like a cat with a mouse bigger than him ;) > Has anyone an idea or just a clue about this ? I just fetched the > source, and I am browsing it now... > If on the way there are stuff you need help with, that may be related > to it, just let me know ;-) Are you sure there is no way around this? Why exactly do you want to do this? The Xorg reference implementation is written in unmanned C. There are DDXs that operate like that, but they are integrated with the X server and written in C. If your program doesn't have to be entirely .NET/C#, you *might* be able to use C# to implement the DDX (or at least part of it).... > Sorry if this kind of question has already been asked, but I found > nothing about it, neither with google, or mailing lists... ( by the > way is there a subscription scheme to those ? ) I think the NoMachine NX client is an Xorg DDX based upon the Xnest DDX. I don't think they used C#, but they did build an application around an X server, you might look into how they did it. If you can't use any unmanned code, you can will either have to write a translator to convert the C in Xorg code to C#, find some other X server you can use (I am not aware of any free X servers other than Xorg) or implement a new X server from scratch. Thank you for your time, James Steven Supancic III -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From asmodehn@gmail.com Mon Oct 9 10:44:00 2006 From: asmodehn@gmail.com (Asmodehn Shade) Date: Mon, 09 Oct 2006 10:44:00 -0000 Subject: X and MS .Net In-Reply-To: <4eb2ea800610081437t7231854ere18aaa8bcb77602a@mail.gmail.com> References: <4eb2ea800610081437t7231854ere18aaa8bcb77602a@mail.gmail.com> Message-ID: Hi, Thanks for the quick reply ;-) Well my program will not be entirely C# I guess as I dont plan to rewrite everything ;-) The goal is just to display a remote X client inside a .Net GUI... I m just looking for the best place to plug my code, so I dont have to reinvent the wheel once more :-p Thanks for the tip, but as I havent read the doc yet, can you give me a quick description about what a DDX is ?? ;-) I will read the doc soon enough Thanks a lot ! 2006/10/8, James Supancic : > On 10/8/06, Asmodehn Shade wrote: > > However, I now have to, somehow, embed a Xserver inside a .Net/C# > > application for my work... and I am wondering how I should do that. I > > just feel like a cat with a mouse bigger than him ;) > > Has anyone an idea or just a clue about this ? I just fetched the > > source, and I am browsing it now... > > If on the way there are stuff you need help with, that may be related > > to it, just let me know ;-) > > Are you sure there is no way around this? Why exactly do you want to > do this? The Xorg reference implementation is written in unmanned C. > There are DDXs that operate like that, but they are integrated with > the X server and written in C. If your program doesn't have to be > entirely .NET/C#, you *might* be able to use C# to implement the DDX > (or at least part of it).... > > > Sorry if this kind of question has already been asked, but I found > > nothing about it, neither with google, or mailing lists... ( by the > > way is there a subscription scheme to those ? ) > > I think the NoMachine NX client is an Xorg DDX based upon the Xnest > DDX. I don't think they used C#, but they did build an application > around an X server, you might look into how they did it. > > If you can't use any unmanned code, you can will either have to write > a translator to convert the C in Xorg code to C#, find some other X > server you can use (I am not aware of any free X servers other than > Xorg) or implement a new X server from scratch. > > Thank you for your time, > James Steven Supancic III > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From ingber@ingber.com Mon Oct 9 15:05:00 2006 From: ingber@ingber.com (Lester Ingber) Date: Mon, 09 Oct 2006 15:05:00 -0000 Subject: cygserver errors Message-ID: <20061009150437.GA996@ingber.com> I am having problems with cygserver similar to those discussed in http://sourceware.org/ml/cygwin/2005-05/msg01378.html. On my XP Pro system, under Administrative Tools -> Event Viewer -> Application, I see several red X's whenever I start my modified startxwin.sh. (I have found that the script in /usr/X11R6/bin crashes unless I add /bin to export PATH=/usr/X11R6/bin:"$PATH":/bin .) So, my Cygwin utilities start OK, except I do get occasional crashes of individual xterm windows for no reason I can discern, which I have reported before but no follow-ups occurred. I am getting errors like: "The description for Event ID ( 0 ) in Source ( Cygwin ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: cygserver: error getting handle(1684) to server (5)." I do run setup for all users, and my mounts are under system, the main focus of the discussion under msg01378.html referenced above. I cannot see if the is a cygwin or cygwin-xfree problem, so I'm sending this to both forums. I attach cygcheck -s -v -r > cygcheck.out. Thanks. Lester -------------- next part -------------- Cygwin Configuration Diagnostics Current System Time: Mon Oct 09 07:48:31 2006 Windows XP Professional Ver 5.1 Build 2600 Service Pack 2 Path: C:\cygwin\usr\local\bin C:\cygwin\usr\X11R6\bin c:\WINDOWS\system32 c:\WINDOWS c:\WINDOWS\System32\Wbem c:\windows\system32\ c:\PROGRAM FILES\THINKPAD\UTILITIES c:\Program Files\ATI Technologies\ATI Control Panel c:\Program Files\Belkin\Belkin Wireless Utility\Unicows c:\Program Files\ATI Technologies\Fire GL 3D Studio Max c:\MATLAB7\bin\win32 c:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT c:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin c:\Program Files\Microsoft Visual Studio\Common\Tools c:\Program Files\Microsoft Visual Studio\VC98\bin C:\cygwin\bin C:\cygwin\lib\lapack C:\cygwin\home\ingber\.local\bin C:\cygwin\home\ingber\.local\bin\MACS C:\cygwin\usr\local\rdb C:\cygwin\home\ingber\.local\bin\PERLS . Output from C:\cygwin\bin\id.exe (nontsec) UID: 1005(ingber) GID: 513(None) 0(root) 513(None) 544(Administrators) 545(Users) Output from C:\cygwin\bin\id.exe (ntsec) UID: 1005(ingber) GID: 513(None) 0(root) 513(None) 544(Administrators) 545(Users) SysDir: C:\WINDOWS\system32 WinDir: C:\WINDOWS PWD = '/home/ingber' CYGWIN = 'server' HOME = '/home/ingber' USER = 'ingber' MAKE_MODE = 'unix' HOMEPATH = '\Documents and Settings\ingber' APPDATA = 'C:\Documents and Settings\ingber\Application Data' TERM = 'xterm' PROCESSOR_IDENTIFIER = 'x86 Family 15 Model 2 Stepping 4, GenuineIntel' WINDIR = 'C:\WINDOWS' USERDOMAIN = 'LESTER' OS = 'Windows_NT' ALLUSERSPROFILE = 'C:\Documents and Settings\All Users' XAPPLRESDIR = '/usr/X11R6/lib/X11/app-defaults' XCMSDB = '/usr/X11R6/lib/X11/Xcms.txt' !:: = '::\' COMMONPROGRAMFILES = 'C:\Program Files\Common Files' XNLSPATH = '/usr/X11R6/lib/X11/locale' LIB = 'C:\Program Files\Microsoft Visual Studio\VC98\mfc\lib;C:\Program Files\Microsoft Visual Studio\VC98\lib' USERNAME = 'ingber' PROCESSOR_LEVEL = '15' FP_NO_HOST_CHECK = 'NO' SYSTEMDRIVE = 'C:' __COMPAT_LAYER = 'DisableNXShowUI ' USERPROFILE = 'C:\Documents and Settings\ingber' LOGONSERVER = '\\LESTER' PROCESSOR_ARCHITECTURE = 'x86' SHLVL = '1' PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH' HOMEDRIVE = 'C:' COMSPEC = 'C:\WINDOWS\system32\cmd.exe' SYSTEMROOT = 'C:\WINDOWS' PROCESSOR_REVISION = '0204' CLASSPATH = '.;' MSDEVDIR = 'C:\Program Files\Microsoft Visual Studio\Common\MSDev98' PROGRAMFILES = 'C:\Program Files' DISPLAY = 'localhost:0.0' NUMBER_OF_PROCESSORS = '1' INCLUDE = 'C:\Program Files\Microsoft Visual Studio\VC98\atl\include;C:\Program Files\Microsoft Visual Studio\VC98\mfc\include;C:\Program Files\Microsoft Visual Studio\VC98\include' SESSIONNAME = 'Console' COMPUTERNAME = 'LESTER' _ = '/usr/local/bin/xterm' WINDOWID = '12582926' XTERM_VERSION = 'Cygwin 6.8.99.901(217)' LOGNAME = 'ingber' TERMCAP = 'xterm-r6|xterm|xterm X11R6 version:am:km:mi:ms:xn:co#80:it#8:li#84:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:im=\E[4h:is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:ue=\E[m:up=\E[A:us=\E[4m:kb=\010:' XTERM_SHELL = '/bin/tcsh' HOSTTYPE = 'i386' VENDOR = 'intel' OSTYPE = 'posix' MACHTYPE = 'i386' GROUP = 'None' HOST = 'lester' REMOTEHOST = '127.0.0.1' MANPATH = ':/usr/ssl/man:/usr/share/qt3/doc/man:/usr/X11R6/man:/usr/X11R6/man:/usr/man:/usr/local/man:/home/ingber/.local/man:/usr/local/netpbm/man' QTDIR = '/usr/lib/qt3' QMAKESPEC = '/usr/lib/qt3/mkspecs/cygwin-g++' PKG_CONFIG_PATH = '/usr/X11R6/lib/pkgconfig' COLORFGBG = 'lightgray;blue' LS_COLORS = 'no=00:fi=00;34:di=01;32:ln=00;35:pi=35;33:so=00;35:bd=35;33;01:cd=35;33;01:or=40;31;01:ex=00;31:*.tar=00;36:*.tgz=01;34:*.arj=01;36:*.taz=01;34:*.lzh=01;34:*.zip=01;34:*.z=01;34:*.Z=01;34:*.gz=01;34:*.deb=00;31:*.jpg=01;36:*.gif=01;36:*.bmp=01;36:*.ppm=01;36:*.tga=01;36:*.xbm=01;36:*.xpm=01;36:*.tif=01;36:*.mpg=01;36:*.html=01;36:*.htm=01;36:*.avi=01;36:*.gl=01;36:*.dl=01;36:' MANPATH1 = '/usr/X11R6/man:/usr/man' MANPATH2 = '/usr/local/man:/home/ingber/.local/man' MANPATH3 = '/usr/local/netpbm/man' MANPATH0 = ':/usr/ssl/man:/usr/share/qt3/doc/man:/usr/X11R6/man:/usr/X11R6/man:/usr/man:/usr/local/man:/home/ingber/.local/man:/usr/local/netpbm/man' REMOTEHOST0 = '127.0.0.1' INFOPATH = '.:/usr/info:/usr/share/info:/usr/local/info:/home/ingber/.local/info' PGPPATH = '/home/ingber/.pgp' BINDIR = '/usr/local/bin' CVSROOT = '/usr/local/src/CVS_REPOSITORY' EDITOR = 'vim' GNUSTEP_USER_ROOT = '/home/ingber/.GNUstep' ISPELL_DICTIONARY = '/usr/local/lib/ispell/ispell.dict' ISPELL_WORDS = '/usr/local/lib/ispell/ispell.words' JFDIR = '/home/ingber/.procmail/junkfilter' LESS = '-c -n -s -M' LESSOPEN = '|lesspipe %s' LYNX_CFG = '/home/ingber/.lynx.cfg' MAIL = '/home/ingber/.mailbox/inbox' MAPLE = '/usr/local/maple' MBOX = '/home/ingber/.mailbox/inbox' ORGANIZATION = 'Lester Ingber Research' PAGER = 'less -c -n -s -M' TMPDIR = '/tmp' REPLYTO = 'Lester Ingber ' TMAKEPATH = '/usr/local/tmake/lib/cygwin-g++' TZ = 'PST8PDT' MAXIMA_PREFIX = '/cygdrive/c/ProgramFiles/Maxima-5.9.3/' TAR_OPTIONS = '--wildcards' SSH_AUTH_SOCK = '/tmp/ssh-JivRUDeQCo/agent.4036' SSH_AGENT_PID = '4740' TEMP = 'c:/cygwin/tmp' TMP = '/tmp' 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 (default) = 0x00000400 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 (default) = '/cygdrive' cygdrive flags = 0x0000002a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ (default) = 'C:\cygwin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin (default) = 'C:\cygwin/bin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib (default) = 'C:\cygwin/lib' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/X11R6/lib/X11/fonts (default) = 'C:\cygwin\usr\X11R6\lib\X11\fonts' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options c: hd NTFS 55784Mb 52% CP CS UN PA FC LESTER_C d: cd N/A N/A e: hd NTFS 76316Mb 62% CP CS UN PA FC LESTER_E z: net N/A N/A C:\cygwin / system binmode C:\cygwin/bin /usr/bin system binmode C:\cygwin/lib /usr/lib system binmode C:\cygwin\usr\X11R6\lib\X11\fonts /usr/X11R6/lib/X11/fonts system binmode . /cygdrive system binmode,cygdrive Found: C:\cygwin\bin\awk.exe Found: C:\cygwin\bin\bash.exe Found: C:\cygwin\bin\cat.exe Found: C:\cygwin\bin\cp.exe Found: C:\cygwin\bin\cpp.exe Found: C:\cygwin\bin\crontab.exe Found: C:\cygwin\bin\find.exe Found: C:\cygwin\bin\gcc.exe Found: C:\cygwin\bin\gdb.exe Found: C:\cygwin\bin\grep.exe Found: C:\cygwin\bin\kill.exe Found: C:\cygwin\bin\ld.exe Found: C:\cygwin\bin\ls.exe Found: C:\cygwin\bin\make.exe Found: C:\cygwin\bin\mv.exe Found: C:\cygwin\bin\patch.exe Found: C:\cygwin\bin\perl.exe Found: C:\cygwin\bin\rm.exe Found: C:\cygwin\bin\sed.exe Found: C:\cygwin\bin\ssh.exe Found: C:\cygwin\bin\sh.exe Found: C:\cygwin\bin\tar.exe Found: C:\cygwin\bin\test.exe Not Found: vi Found: C:\cygwin\bin\vim.exe 26k 2005/09/21 C:\cygwin\usr\X11R6\bin\cygDtPrint-1.dll - os=4.0 img=1.0 sys=4.0 "cygDtPrint-1.dll" v0.0 ts=2005/9/21 16:31 20k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontenc-1.dll" v0.0 ts=2005/10/26 12:14 282k 2003/10/28 C:\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 34k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygFS-6.dll - os=4.0 img=1.0 sys=4.0 "cygFS-6.dll" v0.0 ts=2005/10/26 10:52 357k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0 "cygGL-1.dll" v0.0 ts=2005/10/26 11:30 441k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0 "cygGLU-1.dll" v0.0 ts=2005/10/26 11:48 140k 2004/08/06 C:\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 74k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0 "cygICE-6.dll" v0.0 ts=2005/10/26 10:11 74k 2005/09/21 C:\cygwin\usr\X11R6\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0 "cygMrm-2.dll" v0.0 ts=2005/9/21 16:30 8k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0 "cygoldX-6.dll" v0.0 ts=2005/10/26 10:09 1662k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0 "cygOSMesa-4.dll" v0.0 ts=2005/10/26 11:32 41k 2002/05/14 C:\cygwin\usr\X11R6\bin\cygPropList-0.dll - os=4.0 img=1.0 sys=4.0 "cygPropList-0.dll" v0.0 ts=2002/5/13 20:13 28k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0 "cygSM-6.dll" v0.0 ts=2005/10/26 10:12 63k 2005/09/21 C:\cygwin\usr\X11R6\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0 "cygUil-2.dll" v0.0 ts=2005/9/21 16:31 884k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0 "cygX11-6.dll" v0.0 ts=2005/10/26 10:07 8k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0 "cygXau-6.dll" v0.0 ts=2005/10/26 9:31 250k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-6.dll" v0.0 ts=2005/10/26 10:33 354k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-7.dll" v0.0 ts=2005/10/26 10:39 360k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-8.dll" v0.0 ts=2005/10/26 10:45 275k 2004/01/13 C:\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 7k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcomposite-1.dll" v0.0 ts=2005/10/26 12:04 30k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcursor-1.dll" v0.0 ts=2005/10/26 12:03 8k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0 "cygXdamage-1.dll" v0.0 ts=2005/10/26 12:02 16k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXdmcp-6.dll" v0.0 ts=2005/10/26 9:34 7k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXevie-1.dll - os=4.0 img=1.0 sys=4.0 "cygXevie-1.dll" v0.0 ts=2005/10/26 12:01 50k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0 "cygXext-6.dll" v0.0 ts=2005/10/26 10:14 15k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0 "cygXfixes-3.dll" v0.0 ts=2005/10/26 12:02 56k 2004/03/11 C:\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 C:\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 26k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0 "cygXi-6.dll" v0.0 ts=2005/10/26 10:48 121k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbfile-1.dll" v0.0 ts=2005/10/26 10:54 11k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygxkbui-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbui-1.dll" v0.0 ts=2005/10/26 10:54 1185k 2005/09/21 C:\cygwin\usr\X11R6\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0 "cygXm-2.dll" v0.0 ts=2005/9/21 16:27 74k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0 "cygXmu-6.dll" v0.0 ts=2005/10/26 10:22 10k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0 "cygXmuu-1.dll" v0.0 ts=2005/10/26 10:23 26k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXp-6.dll" v0.0 ts=2005/10/26 10:27 54k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-4.dll" v0.0 ts=2005/10/26 10:26 10k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0 "cygXrandr-2.dll" v0.0 ts=2005/10/26 11:58 30k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0 "cygXrender-1.dll" v0.0 ts=2005/10/26 11:52 7k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXRes-1.dll - os=4.0 img=1.0 sys=4.0 "cygXRes-1.dll" v0.0 ts=2005/10/26 12:00 38k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygxrx-6.dll - os=4.0 img=1.0 sys=4.0 "cygxrx-6.dll" v0.0 ts=2005/10/26 13:13 24k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygxrxnest-6.dll - os=4.0 img=1.0 sys=4.0 "cygxrxnest-6.dll" v0.0 ts=2005/10/26 13:14 283k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0 "cygXt-6.dll" v0.0 ts=2005/10/26 10:19 27k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0 "cygXTrap-6.dll" v0.0 ts=2005/10/26 12:00 17k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0 "cygXtst-6.dll" v0.0 ts=2005/10/26 10:49 80k 2006/02/20 C:\cygwin\bin\cygaa-1.dll - os=4.0 img=1.0 sys=4.0 "cygaa-1.dll" v0.0 ts=2006/2/20 13:16 25k 2005/08/15 C:\cygwin\bin\cygao-2.dll - os=4.0 img=1.0 sys=4.0 "cygao-2.dll" v0.0 ts=2005/8/15 2:22 91k 2005/11/11 C:\cygwin\bin\cygapr-0-0.dll - os=4.0 img=1.0 sys=4.0 "cygapr-0-0.dll" v0.0 ts=2005/11/11 7:03 103k 2006/06/05 C:\cygwin\bin\cygapr-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygapr-1-0.dll" v0.0 ts=2006/6/5 9:25 67k 2005/11/11 C:\cygwin\bin\cygaprutil-0-0.dll - os=4.0 img=1.0 sys=4.0 "cygaprutil-0-0.dll" v0.0 ts=2005/11/11 8:55 70k 2006/06/05 C:\cygwin\bin\cygaprutil-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygaprutil-1-0.dll" v0.0 ts=2006/6/5 15:06 52k 2005/11/10 C:\cygwin\bin\cygart_lgpl-2.dll - os=4.0 img=1.0 sys=4.0 "cygart_lgpl-2.dll" v0.0 ts=2005/11/10 12:33 76k 2005/07/30 C:\cygwin\bin\cygart_lgpl_2-2.dll - os=4.0 img=1.0 sys=4.0 "cygart_lgpl_2-2.dll" v0.0 ts=2005/7/30 3:46 802k 2003/09/15 C:\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 87k 2006/02/16 C:\cygwin\bin\cygatk-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygatk-1.0-0.dll" v0.0 ts=2006/2/6 13:13 145k 2004/09/02 C:\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 329k 2006/04/27 C:\cygwin\bin\cygbonobo-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygbonobo-2-0.dll" v0.0 ts=2006/4/27 15:21 68k 2006/04/27 C:\cygwin\bin\cygbonobo-activation-4.dll - os=4.0 img=1.0 sys=4.0 "cygbonobo-activation-4.dll" v0.0 ts=2006/4/27 15:16 334k 2005/09/27 C:\cygwin\bin\cygbonoboui-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygbonoboui-2-0.dll" v0.0 ts=2005/9/27 14:26 56k 2005/07/09 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2005/7/8 22:09 54k 2002/01/27 C:\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 317k 2005/10/07 C:\cygwin\bin\cygcairo-2.dll - os=4.0 img=1.0 sys=4.0 "cygcairo-2.dll" v0.0 ts=2005/10/7 14:49 7k 2005/11/20 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 "cygcharset-1.dll" v0.0 ts=2005/11/19 18:24 23k 2006/05/08 C:\cygwin\bin\cygcheck-0.dll - os=4.0 img=1.0 sys=4.0 "cygcheck-0.dll" v0.0 ts=2006/5/7 19:42 258k 2006/08/08 C:\cygwin\bin\cygclamav-1.dll - os=4.0 img=1.0 sys=4.0 "cygclamav-1.dll" v0.0 ts=2006/8/8 13:32 16k 2005/10/11 C:\cygwin\bin\cygcompface-0.dll - os=4.0 img=1.0 sys=4.0 "cygcompface-0.dll" v0.0 ts=2005/10/11 6:58 529k 2004/06/27 C:\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 192k 2006/03/08 C:\cygwin\bin\cygcroco-0.6-3.dll - os=4.0 img=1.0 sys=4.0 "cygcroco-0.6-3.dll" v0.0 ts=2006/3/7 17:04 7k 2003/10/19 C:\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 1125k 2006/10/04 C:\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.7.dll" v0.0 ts=2006/10/4 5:12 1053k 2006/10/04 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.8.dll" v0.0 ts=2006/10/4 5:45 645k 2003/04/11 C:\cygwin\bin\cygcrypto.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto.dll" v0.0 ts=2003/4/11 3:37 194k 2006/06/12 C:\cygwin\bin\cygcurl-3.dll - os=4.0 img=1.0 sys=4.0 "cygcurl-3.dll" v0.0 ts=2006/6/12 2:00 22k 2004/02/10 C:\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 C:\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 C:\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 C:\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 965k 2005/05/14 C:\cygwin\bin\cygdb-4.3.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.3.dll" v0.0 ts=2005/5/14 5:37 326k 2002/06/26 C:\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 C:\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 C:\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 C:\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 1240k 2005/05/14 C:\cygwin\bin\cygdb_cxx-4.3.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.3.dll" v0.0 ts=2005/5/14 5:41 9k 2004/10/24 C:\cygwin\bin\cygdlloader-6.dll - os=4.0 img=1.0 sys=4.0 "cygdlloader-6.dll" v0.0 ts=2004/10/24 0:59 48k 2006/06/06 C:\cygwin\bin\cygecpg.dll - os=4.0 img=1.0 sys=4.0 "cygecpg.dll" v0.0 ts=2006/6/5 23:36 12k 2006/06/06 C:\cygwin\bin\cygecpg_compat.dll - os=4.0 img=1.0 sys=4.0 "cygecpg_compat.dll" v0.0 ts=2006/6/5 23:36 58k 2006/07/14 C:\cygwin\bin\cygedsio-0.dll - os=4.0 img=1.0 sys=4.0 "cygedsio-0.dll" v0.0 ts=2006/7/14 6:47 507k 2005/10/10 C:\cygwin\bin\cygEMF-1.dll - os=4.0 img=1.0 sys=4.0 "cygEMF-1.dll" v0.0 ts=2005/10/9 22:11 27k 2005/08/21 C:\cygwin\bin\cygesd-0.dll - os=4.0 img=1.0 sys=4.0 "cygesd-0.dll" v0.0 ts=2005/8/21 16:04 94k 2004/06/07 C:\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 107k 2005/08/08 C:\cygwin\bin\cygexif-12.dll - os=4.0 img=1.0 sys=4.0 "cygexif-12.dll" v0.0 ts=2005/8/8 4:50 174k 2004/10/14 C:\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 64k 2006/06/09 C:\cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0 "cygexslt-0.dll" v0.0 ts=2006/6/9 13:17 286k 2006/08/06 C:\cygwin\bin\cygfcgi++-0.dll - os=4.0 img=1.0 sys=4.0 "cygfcgi++-0.dll" v0.0 ts=2006/8/6 13:09 30k 2006/08/06 C:\cygwin\bin\cygfcgi-0.dll - os=4.0 img=1.0 sys=4.0 "cygfcgi-0.dll" v0.0 ts=2006/8/6 13:09 509k 2006/01/11 C:\cygwin\bin\cygfftw3-3.dll - os=4.0 img=1.0 sys=4.0 "cygfftw3-3.dll" v0.0 ts=2006/1/10 18:24 69k 2006/01/11 C:\cygwin\bin\cygfftw3_threads-3.dll - os=4.0 img=1.0 sys=4.0 "cygfftw3_threads-3.dll" v0.0 ts=2006/1/11 5:27 214k 2005/08/13 C:\cygwin\bin\cygFLAC++-5.dll - os=4.0 img=1.0 sys=4.0 "cygFLAC++-5.dll" v0.0 ts=2005/8/13 1:09 274k 2005/08/13 C:\cygwin\bin\cygFLAC-7.dll - os=4.0 img=1.0 sys=4.0 "cygFLAC-7.dll" v0.0 ts=2005/8/13 1:04 654k 2003/11/04 C:\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 C:\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 C:\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 C:\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 C:\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 2006/03/24 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0 "cygform-8.dll" v0.0 ts=2006/3/23 23:16 45k 2001/04/25 C:\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 C:\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 C:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0 "cygform7.dll" v0.0 ts=2003/8/9 2:25 859k 2005/08/08 C:\cygwin\bin\cygfpx-1.dll - os=4.0 img=1.0 sys=4.0 "cygfpx-1.dll" v0.0 ts=2005/8/8 14:35 375k 2005/09/06 C:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-6.dll" v0.0 ts=2005/9/6 15:51 23k 2005/11/30 C:\cygwin\bin\cyggailutil-17.dll - os=4.0 img=1.0 sys=4.0 "cyggailutil-17.dll" v0.0 ts=2005/11/30 13:11 176k 2006/05/30 C:\cygwin\bin\cyggconf-2-4.dll - os=4.0 img=1.0 sys=4.0 "cyggconf-2-4.dll" v0.0 ts=2006/5/29 16:24 323k 2005/07/10 C:\cygwin\bin\cyggcrypt-11.dll - os=4.0 img=1.0 sys=4.0 "cyggcrypt-11.dll" v0.0 ts=2005/7/9 17:10 222k 2005/01/13 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 451k 2005/12/27 C:\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=2005/12/26 3:20 128k 2005/08/02 C:\cygwin\bin\cyggdk_imlib-1.dll - os=4.0 img=1.0 sys=4.0 "cyggdk_imlib-1.dll" v0.0 ts=2005/8/1 17:36 77k 2005/12/27 C:\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=2005/12/26 3:11 72k 2005/11/16 C:\cygwin\bin\cyggdk_pixbuf-2.dll - os=4.0 img=1.0 sys=4.0 "cyggdk_pixbuf-2.dll" v0.0 ts=2005/11/16 13:40 54k 2005/12/27 C:\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=2005/12/26 4:03 105k 2005/11/16 C:\cygwin\bin\cyggdk_pixbuf_xlib-2.dll - os=4.0 img=1.0 sys=4.0 "cyggdk_pixbuf_xlib-2.dll" v0.0 ts=2005/11/16 13:41 23k 2006/02/14 C:\cygwin\bin\cygGeoIP-1.dll - os=4.0 img=1.0 sys=4.0 "cygGeoIP-1.dll" v0.0 ts=2006/2/6 13:13 21k 2006/02/14 C:\cygwin\bin\cygGeoIPUpdate-0.dll - os=4.0 img=1.0 sys=4.0 "cygGeoIPUpdate-0.dll" v0.0 ts=2006/2/13 23:27 116k 2004/10/10 C:\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 78k 2005/11/20 C:\cygwin\bin\cyggettextlib-0-14-5.dll - os=4.0 img=1.0 sys=4.0 "cyggettextlib-0-14-5.dll" v0.0 ts=2005/11/19 18:11 13k 2005/11/20 C:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0 "cyggettextpo-0.dll" v0.0 ts=2005/11/19 18:11 163k 2005/11/20 C:\cygwin\bin\cyggettextsrc-0-14-5.dll - os=4.0 img=1.0 sys=4.0 "cyggettextsrc-0-14-5.dll" v0.0 ts=2005/11/19 18:11 32k 2006/02/28 C:\cygwin\bin\cyggg-1.dll - os=4.0 img=1.0 sys=4.0 "cyggg-1.dll" v0.0 ts=2006/2/28 8:13 46k 2006/03/02 C:\cygwin\bin\cygggi-2.dll - os=4.0 img=1.0 sys=4.0 "cygggi-2.dll" v0.0 ts=2006/3/2 8:53 9k 2006/03/02 C:\cygwin\bin\cygggimisc-2.dll - os=4.0 img=1.0 sys=4.0 "cygggimisc-2.dll" v0.0 ts=2006/3/2 12:05 9k 2006/03/02 C:\cygwin\bin\cygggiwmh-0.dll - os=4.0 img=1.0 sys=4.0 "cygggiwmh-0.dll" v0.0 ts=2006/3/2 11:48 24k 2006/02/28 C:\cygwin\bin\cyggii-1.dll - os=4.0 img=1.0 sys=4.0 "cyggii-1.dll" v0.0 ts=2006/2/28 8:15 81k 2005/08/18 C:\cygwin\bin\cygglade-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygglade-2.0-0.dll" v0.0 ts=2005/8/18 11:51 135k 2005/03/16 C:\cygwin\bin\cygglib-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygglib-1-2-0.dll" v0.0 ts=2005/3/15 18:16 515k 2006/06/06 C:\cygwin\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygglib-2.0-0.dll" v0.0 ts=2006/6/5 15:32 135k 2005/12/11 C:\cygwin\bin\cygglitz-1.dll - os=4.0 img=1.0 sys=4.0 "cygglitz-1.dll" v0.0 ts=2005/12/11 12:35 19k 2005/12/11 C:\cygwin\bin\cygglitz-glx-1.dll - os=4.0 img=1.0 sys=4.0 "cygglitz-glx-1.dll" v0.0 ts=2005/12/11 12:39 12k 2005/03/16 C:\cygwin\bin\cyggmodule-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggmodule-1-2-0.dll" v0.0 ts=2005/3/15 18:18 10k 2006/06/06 C:\cygwin\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggmodule-2.0-0.dll" v0.0 ts=2006/6/5 15:36 158k 2004/10/16 C:\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 C:\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 68k 2005/12/01 C:\cygwin\bin\cyggnome-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggnome-2-0.dll" v0.0 ts=2005/11/30 18:14 87k 2005/11/10 C:\cygwin\bin\cyggnome-32.dll - os=4.0 img=1.0 sys=4.0 "cyggnome-32.dll" v0.0 ts=2005/11/10 13:21 35k 2006/02/28 C:\cygwin\bin\cyggnome-keyring-0.dll - os=4.0 img=1.0 sys=4.0 "cyggnome-keyring-0.dll" v0.0 ts=2006/2/28 14:10 156k 2005/11/30 C:\cygwin\bin\cyggnomecanvas-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggnomecanvas-2-0.dll" v0.0 ts=2005/11/30 14:55 12k 2005/11/16 C:\cygwin\bin\cyggnomecanvaspixbuf-1.dll - os=4.0 img=1.0 sys=4.0 "cyggnomecanvaspixbuf-1.dll" v0.0 ts=2005/11/16 13:41 338k 2005/08/22 C:\cygwin\bin\cyggnomeprint-2-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggnomeprint-2-2-0.dll" v0.0 ts=2005/8/21 17:20 179k 2005/08/22 C:\cygwin\bin\cyggnomeprintui-2-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggnomeprintui-2-2-0.dll" v0.0 ts=2005/8/22 12:14 18k 2005/11/10 C:\cygwin\bin\cyggnomesupport-0.dll - os=4.0 img=1.0 sys=4.0 "cyggnomesupport-0.dll" v0.0 ts=2005/11/10 12:30 509k 2006/02/07 C:\cygwin\bin\cyggnomeui-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggnomeui-2-0.dll" v0.0 ts=2006/2/7 13:57 826k 2005/11/10 C:\cygwin\bin\cyggnomeui-32.dll - os=4.0 img=1.0 sys=4.0 "cyggnomeui-32.dll" v0.0 ts=2005/11/10 13:24 332k 2005/12/06 C:\cygwin\bin\cyggnomevfs-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggnomevfs-2-0.dll" v0.0 ts=2005/12/5 14:01 42k 2005/11/10 C:\cygwin\bin\cyggnorba-27.dll - os=4.0 img=1.0 sys=4.0 "cyggnorba-27.dll" v0.0 ts=2005/11/10 13:27 22k 2005/11/10 C:\cygwin\bin\cyggnorbagtk-0.dll - os=4.0 img=1.0 sys=4.0 "cyggnorbagtk-0.dll" v0.0 ts=2005/11/10 13:10 382k 2005/08/21 C:\cygwin\bin\cyggnutls-11.dll - os=4.0 img=1.0 sys=4.0 "cyggnutls-11.dll" v0.0 ts=2005/8/21 4:40 71k 2005/08/21 C:\cygwin\bin\cyggnutls-extra-11.dll - os=4.0 img=1.0 sys=4.0 "cyggnutls-extra-11.dll" v0.0 ts=2005/8/21 4:42 21k 2005/08/21 C:\cygwin\bin\cyggnutls-openssl-11.dll - os=4.0 img=1.0 sys=4.0 "cyggnutls-openssl-11.dll" v0.0 ts=2005/8/21 4:42 222k 2006/06/06 C:\cygwin\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggobject-2.0-0.dll" v0.0 ts=2006/6/5 15:35 12k 2005/07/09 C:\cygwin\bin\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0 "cyggpg-error-0.dll" v0.0 ts=2005/7/9 15:34 351k 2004/07/17 C:\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 C:\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 1444k 2006/05/24 C:\cygwin\bin\cyggsl-0.dll - os=4.0 img=1.0 sys=4.0 "cyggsl-0.dll" v0.0 ts=2006/5/24 13:26 186k 2006/05/24 C:\cygwin\bin\cyggslcblas-0.dll - os=4.0 img=1.0 sys=4.0 "cyggslcblas-0.dll" v0.0 ts=2006/5/24 12:43 10k 2005/03/16 C:\cygwin\bin\cyggthread-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggthread-1-2-0.dll" v0.0 ts=2005/3/15 18:18 14k 2006/06/06 C:\cygwin\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggthread-2.0-0.dll" v0.0 ts=2006/6/5 15:36 1293k 2004/09/02 C:\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 2764k 2005/12/27 C:\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=2005/12/26 3:43 340k 2006/02/15 C:\cygwin\bin\cyggtkhtml-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggtkhtml-2-0.dll" v0.0 ts=2006/2/14 18:56 338k 2005/11/10 C:\cygwin\bin\cyggtkxmhtml-1.dll - os=4.0 img=1.0 sys=4.0 "cyggtkxmhtml-1.dll" v0.0 ts=2005/11/10 13:04 528k 2005/10/09 C:\cygwin\bin\cygguile-12.dll - os=4.0 img=1.0 sys=4.0 "cygguile-12.dll" v0.0 ts=2005/10/9 6:25 488k 2002/07/18 C:\cygwin\bin\cygguile-14.dll - os=4.0 img=1.0 sys=4.0 "cygguile-14.dll" v0.0 ts=2002/7/18 3:35 640k 2004/10/12 C:\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 18k 2005/10/09 C:\cygwin\bin\cygguile-ltdl-1.dll - os=4.0 img=1.0 sys=4.0 "cygguile-ltdl-1.dll" v0.0 ts=2005/10/9 6:24 5k 2004/10/12 C:\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 C:\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 63k 2002/07/18 C:\cygwin\bin\cygguile-srfi-srfi-13-14-1.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-13-14-1.dll" v0.0 ts=2002/7/18 3:35 68k 2005/10/09 C:\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=2005/10/9 6:25 4k 2004/10/12 C:\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 24k 2002/07/18 C:\cygwin\bin\cygguile-srfi-srfi-4-1.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-4-1.dll" v0.0 ts=2002/7/18 3:35 31k 2005/10/09 C:\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=2005/10/9 6:25 22k 2004/10/12 C:\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 14k 2002/07/18 C:\cygwin\bin\cygguilereadline-14.dll - os=4.0 img=1.0 sys=4.0 "cygguilereadline-14.dll" v0.0 ts=2002/7/18 3:35 12k 2005/10/09 C:\cygwin\bin\cygguilereadline-v-12-12.dll - os=4.0 img=1.0 sys=4.0 "cygguilereadline-v-12-12.dll" v0.0 ts=2005/10/9 6:25 11k 2004/10/12 C:\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 C:\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 C:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0 "cyghistory5.dll" v0.0 ts=2003/8/10 16:16 24k 2006/03/25 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 "cyghistory6.dll" v0.0 ts=2006/3/25 6:05 335k 2006/06/06 C:\cygwin\bin\cyghttpd2core.dll - os=4.0 img=1.0 sys=4.0 "cyghttpd2core.dll" v0.0 ts=2006/6/6 5:28 947k 2005/11/20 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2005/11/19 18:24 136k 2005/08/01 C:\cygwin\bin\cygIDL-0-6-0.dll - os=4.0 img=1.0 sys=4.0 "cygIDL-0-6-0.dll" v0.0 ts=2005/8/1 12:50 142k 2005/08/01 C:\cygwin\bin\cygIDL-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygIDL-2-0.dll" v0.0 ts=2005/8/1 14:33 40k 2005/08/01 C:\cygwin\bin\cygIIOP-0.dll - os=4.0 img=1.0 sys=4.0 "cygIIOP-0.dll" v0.0 ts=2005/8/1 13:28 155k 2005/08/02 C:\cygwin\bin\cygImlib-1.dll - os=4.0 img=1.0 sys=4.0 "cygImlib-1.dll" v0.0 ts=2005/8/1 17:37 9k 2005/08/02 C:\cygwin\bin\cygimlib-bmp.dll - os=4.0 img=1.0 sys=4.0 "cygimlib-bmp.dll" v0.0 ts=2005/8/1 17:38 6k 2005/08/02 C:\cygwin\bin\cygimlib-gif.dll - os=4.0 img=1.0 sys=4.0 "cygimlib-gif.dll" v0.0 ts=2005/8/1 17:38 7k 2005/08/02 C:\cygwin\bin\cygimlib-jpeg.dll - os=4.0 img=1.0 sys=4.0 "cygimlib-jpeg.dll" v0.0 ts=2005/8/1 17:38 11k 2005/08/02 C:\cygwin\bin\cygimlib-png.dll - os=4.0 img=1.0 sys=4.0 "cygimlib-png.dll" v0.0 ts=2005/8/1 17:39 8k 2005/08/02 C:\cygwin\bin\cygimlib-ppm.dll - os=4.0 img=1.0 sys=4.0 "cygimlib-ppm.dll" v0.0 ts=2005/8/1 17:38 7k 2005/08/02 C:\cygwin\bin\cygimlib-ps.dll - os=4.0 img=1.0 sys=4.0 "cygimlib-ps.dll" v0.0 ts=2005/8/1 17:38 6k 2005/08/02 C:\cygwin\bin\cygimlib-tiff.dll - os=4.0 img=1.0 sys=4.0 "cygimlib-tiff.dll" v0.0 ts=2005/8/1 17:39 10k 2005/08/02 C:\cygwin\bin\cygimlib-xpm.dll - os=4.0 img=1.0 sys=4.0 "cygimlib-xpm.dll" v0.0 ts=2005/8/1 17:38 22k 2001/12/13 C:\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 C:\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 31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0 "cygintl-3.dll" v0.0 ts=2005/11/19 18:04 21k 2001/06/20 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 60k 2003/07/27 C:\cygwin\bin\cygkpathsea-3abi13.dll - os=4.0 img=1.0 sys=4.0 "cygkpathsea-3abi13.dll" v0.0 ts=2003/7/27 13:23 65k 2005/05/05 C:\cygwin\bin\cygkpathsea-4.dll - os=4.0 img=1.0 sys=4.0 "cygkpathsea-4.dll" v0.0 ts=2005/5/5 7:33 41k 2005/08/29 C:\cygwin\bin\cyglber-2-2-7.dll - os=4.0 img=1.0 sys=4.0 "cyglber-2-2-7.dll" v0.0 ts=2005/8/14 10:48 40k 2004/01/02 C:\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 2005/08/08 C:\cygwin\bin\cyglcms-1.dll - os=4.0 img=1.0 sys=4.0 "cyglcms-1.dll" v0.0 ts=2005/8/8 3:15 176k 2005/08/29 C:\cygwin\bin\cygldap-2-2-7.dll - os=4.0 img=1.0 sys=4.0 "cygldap-2-2-7.dll" v0.0 ts=2005/8/29 4:14 194k 2004/01/02 C:\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 188k 2005/08/29 C:\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=2005/8/29 4:14 202k 2004/01/02 C:\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 68k 2006/01/21 C:\cygwin\bin\cyglightcomp.dll - os=4.0 img=1.0 sys=4.0 "cyglightcomp.dll" v0.0 ts=2006/1/21 2:42 23k 2006/04/19 C:\cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0 "cygltdl-3.dll" v0.0 ts=2006/4/18 23:19 26k 2004/10/24 C:\cygwin\bin\cygltdl-6.dll - os=4.0 img=1.0 sys=4.0 "cygltdl-6.dll" v0.0 ts=2004/10/24 0:59 48k 2005/11/19 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0 "cygmagic-1.dll" v0.0 ts=2005/11/19 3:22 369k 2004/08/11 C:\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 C:\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 C:\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 21k 2006/03/24 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-8.dll" v0.0 ts=2006/3/23 23:16 26k 2001/04/25 C:\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 C:\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 C:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0 "cygmenu7.dll" v0.0 ts=2003/8/9 2:25 222k 2005/05/28 C:\cygwin\bin\cygmhash-2.dll - os=4.0 img=1.0 sys=4.0 "cygmhash-2.dll" v0.0 ts=2005/5/28 2:40 21k 2004/10/22 C:\cygwin\bin\cygminires.dll - os=4.0 img=1.0 sys=4.0 "cygminires.dll" v0.0 ts=2004/10/22 13:28 330k 2005/08/08 C:\cygwin\bin\cygmng-1.dll - os=4.0 img=1.0 sys=4.0 "cygmng-1.dll" v0.0 ts=2005/8/8 14:17 71k 2004/10/16 C:\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 C:\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 408k 2006/05/11 C:\cygwin\bin\cygnaim_core-0.dll - os=4.0 img=1.0 sys=4.0 "cygnaim_core-0.dll" v0.0 ts=2006/5/10 18:56 67k 2006/03/24 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-8.dll" v0.0 ts=2006/3/23 23:17 156k 2001/04/25 C:\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 C:\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 227k 2006/03/24 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-8.dll" v0.0 ts=2006/3/23 20:51 226k 2001/04/25 C:\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 C:\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 C:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0 "cygncurses7.dll" v0.0 ts=2003/8/9 2:24 91k 2005/11/24 C:\cygwin\bin\cygneon-24.dll - os=4.0 img=1.0 sys=4.0 "cygneon-24.dll" v0.0 ts=2005/11/24 4:21 90k 2006/01/25 C:\cygwin\bin\cygneon-25.dll - os=4.0 img=1.0 sys=4.0 "cygneon-25.dll" v0.0 ts=2006/1/25 3:02 150k 2006/03/29 C:\cygwin\bin\cygnetpbm-10.dll - os=4.0 img=1.0 sys=4.0 "cygnetpbm-10.dll" v0.0 ts=2006/3/29 14:51 23k 2005/08/12 C:\cygwin\bin\cygogg-0.dll - os=4.0 img=1.0 sys=4.0 "cygogg-0.dll" v0.0 ts=2005/8/12 15:39 150k 2005/08/13 C:\cygwin\bin\cygOggFLAC++-2.dll - os=4.0 img=1.0 sys=4.0 "cygOggFLAC++-2.dll" v0.0 ts=2005/8/13 1:09 107k 2005/08/13 C:\cygwin\bin\cygOggFLAC-3.dll - os=4.0 img=1.0 sys=4.0 "cygOggFLAC-3.dll" v0.0 ts=2005/8/13 1:09 49k 2004/08/02 C:\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 131k 2005/08/21 C:\cygwin\bin\cygopencdk-8.dll - os=4.0 img=1.0 sys=4.0 "cygopencdk-8.dll" v0.0 ts=2005/8/21 8:35 217k 2005/08/01 C:\cygwin\bin\cygORBit-0.dll - os=4.0 img=1.0 sys=4.0 "cygORBit-0.dll" v0.0 ts=2005/8/1 13:29 281k 2006/04/25 C:\cygwin\bin\cygORBit-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygORBit-2-0.dll" v0.0 ts=2006/4/24 19:16 34k 2006/04/25 C:\cygwin\bin\cygORBit-imodule-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygORBit-imodule-2-0.dll" v0.0 ts=2006/4/24 19:30 28k 2005/08/01 C:\cygwin\bin\cygORBitCosNaming-0.dll - os=4.0 img=1.0 sys=4.0 "cygORBitCosNaming-0.dll" v0.0 ts=2005/8/1 13:29 16k 2006/04/25 C:\cygwin\bin\cygORBitCosNaming-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygORBitCosNaming-2-0.dll" v0.0 ts=2006/4/24 19:22 5k 2005/08/01 C:\cygwin\bin\cygORBitutil-0.dll - os=4.0 img=1.0 sys=4.0 "cygORBitutil-0.dll" v0.0 ts=2005/8/1 12:51 1706k 2004/08/02 C:\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 C:\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 C:\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 12k 2006/03/24 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-8.dll" v0.0 ts=2006/3/23 23:16 15k 2001/04/25 C:\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 C:\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 C:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0 "cygpanel7.dll" v0.0 ts=2003/8/9 2:24 198k 2005/07/18 C:\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/7/18 4:26 134k 2005/07/18 C:\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/7/18 4:28 33k 2005/07/18 C:\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/7/18 4:29 36k 2005/07/18 C:\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/7/18 4:27 22k 2005/07/18 C:\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/7/18 4:29 109k 2006/02/10 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcre-0.dll" v0.0 ts=2006/2/9 18:37 299k 2006/02/10 C:\cygwin\bin\cygpcrecpp-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcrecpp-0.dll" v0.0 ts=2006/2/9 18:38 63k 2003/04/11 C:\cygwin\bin\cygpcreOld.dll - os=4.0 img=1.0 sys=4.0 "cygpcre.dll" v0.0 ts=2003/4/11 1:31 7k 2006/02/10 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix-0.dll" v0.0 ts=2006/2/9 18:37 1249k 2005/12/30 C:\cygwin\bin\cygperl5_8.dll - os=4.0 img=1.0 sys=4.0 "cygperl5_8.dll" v0.0 ts=2005/12/29 17:48 52k 2006/06/06 C:\cygwin\bin\cygpgtypes.dll - os=4.0 img=1.0 sys=4.0 "cygpgtypes.dll" v0.0 ts=2006/6/5 23:36 1063k 2005/10/13 C:\cygwin\bin\cygplot-2.dll - os=4.0 img=1.0 sys=4.0 "cygplot-2.dll" v0.0 ts=2005/10/13 7:30 1229k 2005/10/13 C:\cygwin\bin\cygplotter-2.dll - os=4.0 img=1.0 sys=4.0 "cygplotter-2.dll" v0.0 ts=2005/10/13 8:22 224k 2005/07/11 C:\cygwin\bin\cygpng10.dll - os=4.0 img=1.0 sys=4.0 "cygpng10.dll" v0.0 ts=2005/7/11 16:45 230k 2005/07/11 C:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0 "cygpng12.dll" v0.0 ts=2005/7/11 16:50 170k 2002/01/21 C:\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 C:\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 94k 2006/02/17 C:\cygwin\bin\cygpq.dll - os=4.0 img=1.0 sys=4.0 "cygpq.dll" v0.0 ts=2006/2/16 23:21 575k 2004/10/10 C:\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 514k 2005/10/14 C:\cygwin\bin\cygpstoedit-0.dll - os=4.0 img=1.0 sys=4.0 "cygpstoedit-0.dll" v0.0 ts=2005/10/14 8:05 6018k 2005/08/11 C:\cygwin\bin\cygqt-mt-3.dll - os=4.0 img=1.0 sys=4.0 "cygqt-mt-3.dll" v0.0 ts=2005/8/11 15:06 202k 2005/08/11 C:\cygwin\bin\cygqui-1.dll - os=4.0 img=1.0 sys=4.0 "cygqui-1.dll" v0.0 ts=2005/8/11 15:13 108k 2001/06/28 C:\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 C:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0 "cygreadline5.dll" v0.0 ts=2003/8/10 16:16 152k 2006/03/25 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 "cygreadline6.dll" v0.0 ts=2006/3/25 6:05 709k 2006/08/28 C:\cygwin\bin\cygruby18.dll - os=4.0 img=1.0 sys=4.0 "cygruby18.dll" v0.0 ts=2006/8/28 10:10 78k 2004/10/13 C:\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 C:\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 129k 2005/08/15 C:\cygwin\bin\cygspeex-1.dll - os=4.0 img=1.0 sys=4.0 "cygspeex-1.dll" v0.0 ts=2005/8/15 2:57 231k 2006/10/04 C:\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.7.dll" v0.0 ts=2006/10/4 5:12 215k 2006/10/04 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.8.dll" v0.0 ts=2006/10/4 5:45 165k 2003/04/11 C:\cygwin\bin\cygssl.dll - os=4.0 img=1.0 sys=4.0 "cygssl.dll" v0.0 ts=2003/4/11 3:37 28k 2004/11/15 C:\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 140k 2006/07/14 C:\cygwin\bin\cygsvn_client-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_client-1-0.dll" v0.0 ts=2006/7/14 14:26 27k 2006/07/14 C:\cygwin\bin\cygsvn_delta-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_delta-1-0.dll" v0.0 ts=2006/7/14 14:17 23k 2006/07/14 C:\cygwin\bin\cygsvn_diff-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_diff-1-0.dll" v0.0 ts=2006/7/14 14:25 14k 2006/07/14 C:\cygwin\bin\cygsvn_fs-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs-1-0.dll" v0.0 ts=2006/7/14 14:20 127k 2006/07/14 C:\cygwin\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=2006/7/14 14:19 89k 2006/07/14 C:\cygwin\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=2006/7/14 14:17 9k 2006/07/14 C:\cygwin\bin\cygsvn_ra-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra-1-0.dll" v0.0 ts=2006/7/14 14:26 86k 2006/07/14 C:\cygwin\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=2006/7/14 14:26 20k 2006/07/14 C:\cygwin\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=2006/7/14 14:21 58k 2006/07/14 C:\cygwin\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=2006/7/14 14:21 106k 2006/07/14 C:\cygwin\bin\cygsvn_repos-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_repos-1-0.dll" v0.0 ts=2006/7/14 14:21 135k 2006/07/14 C:\cygwin\bin\cygsvn_subr-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_subr-1-0.dll" v0.0 ts=2006/7/14 14:17 28k 2006/07/14 C:\cygwin\bin\cygsvn_swig_perl-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_swig_perl-1-0.dll" v0.0 ts=2006/7/14 14:33 30k 2006/07/14 C:\cygwin\bin\cygsvn_swig_py-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_swig_py-1-0.dll" v0.0 ts=2006/7/14 14:30 38k 2006/07/14 C:\cygwin\bin\cygsvn_swig_ruby-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_swig_ruby-1-0.dll" v0.0 ts=2006/7/14 14:36 154k 2006/07/14 C:\cygwin\bin\cygsvn_wc-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_wc-1-0.dll" v0.0 ts=2006/7/14 14:25 228k 2005/08/15 C:\cygwin\bin\cygt1-5.dll - os=4.0 img=1.0 sys=4.0 "cygt1-5.dll" v0.0 ts=2005/8/15 7:44 16k 2005/08/15 C:\cygwin\bin\cygt1x-5.dll - os=4.0 img=1.0 sys=4.0 "cygt1x-5.dll" v0.0 ts=2005/8/15 7:45 65k 2005/08/21 C:\cygwin\bin\cygtasn1-2.dll - os=4.0 img=1.0 sys=4.0 "cygtasn1-2.dll" v0.0 ts=2005/8/21 7:20 247k 2004/12/07 C:\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 304k 2005/07/10 C:\cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiff-5.dll" v0.0 ts=2005/7/10 16:18 281k 2003/02/24 C:\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 C:\cygwin\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0 "cygtiff4.dll" v0.0 ts=2003/8/10 19:32 281k 2005/07/10 C:\cygwin\bin\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiffxx-5.dll" v0.0 ts=2005/7/10 16:21 27k 2005/10/23 C:\cygwin\bin\cygungif-4.dll - os=4.0 img=1.0 sys=4.0 "cygungif-4.dll" v0.0 ts=2005/10/23 13:11 45k 2006/04/15 C:\cygwin\bin\cygusb0.dll - os=4.0 img=1.0 sys=4.0 "cygusb0.dll" v0.0 ts=2006/4/15 3:41 174k 2005/08/14 C:\cygwin\bin\cygvorbis-0.dll - os=4.0 img=1.0 sys=4.0 "cygvorbis-0.dll" v0.0 ts=2005/8/14 12:15 1125k 2005/08/14 C:\cygwin\bin\cygvorbisenc-2.dll - os=4.0 img=1.0 sys=4.0 "cygvorbisenc-2.dll" v0.0 ts=2005/8/14 12:20 42k 2005/08/14 C:\cygwin\bin\cygvorbisfile-3.dll - os=4.0 img=1.0 sys=4.0 "cygvorbisfile-3.dll" v0.0 ts=2005/8/14 12:20 154k 2004/08/11 C:\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 314k 2005/08/10 C:\cygwin\bin\cygwmf-0-2-7.dll - os=4.0 img=1.0 sys=4.0 "cygwmf-0-2-7.dll" v0.0 ts=2005/8/10 6:54 150k 2005/08/10 C:\cygwin\bin\cygwmflite-0-2-7.dll - os=4.0 img=1.0 sys=4.0 "cygwmflite-0-2-7.dll" v0.0 ts=2005/8/10 6:53 152k 2006/02/08 C:\cygwin\bin\cygwnck-1-18.dll - os=4.0 img=1.0 sys=4.0 "cygwnck-1-18.dll" v0.0 ts=2006/2/7 19:10 35k 2006/07/14 C:\cygwin\bin\cygxdelta-2.dll - os=4.0 img=1.0 sys=4.0 "cygxdelta-2.dll" v0.0 ts=2006/7/14 6:48 2689k 2002/11/16 C:\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 C:\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 C:\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 C:\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 C:\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 457k 2006/07/16 C:\cygwin\bin\cygXmHTML-0.dll - os=4.0 img=1.0 sys=4.0 "cygXmHTML-0.dll" v0.0 ts=2006/7/16 3:32 95k 2005/10/13 C:\cygwin\bin\cygxmi-0.dll - os=4.0 img=1.0 sys=4.0 "cygxmi-0.dll" v0.0 ts=2005/10/13 7:33 408k 2005/08/01 C:\cygwin\bin\cygxml-1.dll - os=4.0 img=1.0 sys=4.0 "cygxml-1.dll" v0.0 ts=2005/8/1 12:43 1065k 2006/06/09 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0 "cygxml2-2.dll" v0.0 ts=2006/6/9 12:10 45k 2006/04/18 C:\cygwin\bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-noX4.dll" v0.0 ts=2006/4/17 22:06 193k 2006/06/09 C:\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0 "cygxslt-1.dll" v0.0 ts=2006/6/9 13:15 65k 2005/08/23 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2005/8/22 19:03 78k 2005/11/10 C:\cygwin\bin\cygzvt-2.dll - os=4.0 img=1.0 sys=4.0 "cygzvt-2.dll" v0.0 ts=2005/11/10 13:06 1831k 2006/07/30 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2006/7/30 11:21 Cygwin DLL version info: DLL version: 1.5.21 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 156 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: Sun Jul 30 14:21:47 EDT 2006 Shared id: cygwin1S4 578k 2006/03/24 C:\cygwin\lib\lapack\cygblas.dll - os=4.0 img=1.0 sys=4.0 "cygblas.dll" v0.0 ts=2006/3/23 21:30 4887k 2006/03/24 C:\cygwin\lib\lapack\cyglapack.dll - os=4.0 img=1.0 sys=4.0 "cyglapack.dll" v0.0 ts=2006/3/23 21:30 Service : cygserver Display name : CYGWIN cygserver Current State : Running Controls Accepted : Stop Command : /usr/sbin/cygserver stdin path : /dev/null stdout path : /var/log/cygserver.log stderr path : /var/log/cygserver.log Process Type : Own Process Startup : Automatic Account : LocalSystem Service : sshd Display name : CYGWIN sshd Current State : Stopped Command : /usr/sbin/sshd -D stdin path : /dev/null stdout path : /var/log/sshd.log stderr path : /var/log/sshd.log Environment : CYGWIN="'ntsec notraverse'" Process Type : Own Process Startup : Manual Account : LocalSystem Cygwin Package Information Last downloaded files to: C:\cygwin Last downloaded files from: http://mirrors.kernel.org/sourceware/cygwin Package Version _update-info-dir 00432-1 a2ps 4.13-1 aalib 1.4rc5-1 aalib-devel 1.4rc5-1 agetty 2.1-2 alternatives 1.3.20a-2 antiword 0.34-2 apache 1.3.33-2 apache2 2.2.2-1 apache2-devel 2.2.2-1 apache2-manual 2.2.2-1 apr 0.9.7-1 apr-util 0.9.7-1 apr1 1.2.7-1 aprutil1 1.2.7-1 ash 20040127-3 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.10.3-1 atk-devel 1.10.3-1 atk-doc 1.10.3-1 atk-runtime 1.10.3-1 audiofile 0.2.6-2 autoconf 2.59-2 autoconf-devel 2.59-2 autoconf-stable 2.13-6 autoconf2.1 2.13-1 autoconf2.5 2.59-2 automake 1.7.9-2 automake-devel 1.9.2-2 automake-stable 1.4p6-3 automake1.4 1.4p6-3 automake1.5 1.5-1 automake1.6 1.6.3-2 automake1.7 1.7.9-2 automake1.8 1.8.5-2 automake1.9 1.9.6-1 autossh 1.4a-1 base-files 3.7-1 base-passwd 2.2-1 bash 3.1-9 bash-completion 20060301-1 bashdb 3.1_0.05-1 bashdb3 0.02-1 bc 1.06-2 binutils 20060817-1 bison 2.3-1 boost 1.33.1-2 boost-devel 1.33.1-2 bsdiff 4.3-4 bsflite 0.81p2-1 byacc 1.9-1 bzip2 1.0.3-1 bzr 0.8.2-1 c-client 2002e-3 c3270 3.3.4p7-1 cabextract 1.1-1 cadaver 0.22.3-1 cairo 1.0.2-1 cairo-doc 1.0.2-1 catdoc 0.94.2-2 catgets 1.0-1 ccache 2.2-1 ccdoc 0.8.41-2 ccrypt 1.7-1 cgoban 1.9.14-2 check 0.9.2-2 checkx 0.1.0-1 chere 0.7-1 chkconfig 1.2.24h-1 clamav 0.88.4-1 clear 1.0-2 clisp 2.39-2 cmake 2.4.3-1 cocom 0.995-1 compface 1.5.2-1 coreutils 5.97-1 cpio 2.6-5 cppunit 1.9.14-1 cramfs 1.1-1 cron 3.0.1-19 crypt 1.1-1 ctags 5.6-1 ctetris 0.30-1 curl 7.15.4-1 curl-devel 7.15.4-1 cvs 1.11.17-1 cvsutils 0.2.3-1 cygipc 2.03-2 cygport 0.2.4-1 cygrunsrv 1.17-1 cygutils 1.3.0-1 cygwin 1.5.21-2 cygwin-doc 1.4-4 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 db4.3 4.3.28-1 ddd 3.3.9-1 dejagnu 20021217-2 desktop-file-utils 0.10-1 diff 1.0-1 diffstat 1.43-1 diffutils 2.8.7-1 distcc 2.18.3-1 dmalloc 5.4.2-2 docbook-xml412 4.1.2-1 docbook-xml42 4.2-3 docbook-xml43 4.3-1 docbook-xml44 4.4-1 docbook-xsl 1.69.1-1 doxygen 1.4.6-1 dpkg 1.10.4-2 e2fsimage 0.2.0-2 e2fsprogs 1.35-3 ec-fonts-mftraced 1.0.8-4 ed 0.2-1 editrights 1.01-1 ELFIO 1.0.2-1 emacs 21.2-13 emacs-el 21.2-13 emacs-leim 21.3.50-2 emacs-X11 21.2-13 email 2.5.0-1 enscript 1.6.4-1 epstool 3.08-1 esound 0.2.36-1 exif 0.6.9-2 exim 4.63-1 expat 1.95.8-1 expect 20030128-1 fcgi 2.4.0-2 fetchmail 6.3.1-1 fftw3 3.0.1-2 fftw3-dev 3.0.1-2 fftw3-doc 3.0.1-2 figlet 2.2-1 file 4.16-1 fileutils 4.1-3 findutils 4.3.0-2 flac 1.1.2-1 flac-devel 1.1.2-1 flex 2.5.4a-3 fltk 1.1.4-2 fontconfig 2.2.2-1 fortune 1.99.1-2 freeglut 2.2.0-1 freetype2 2.1.9-1 fvwm 2.4.7-3 gail 1.8.8-1 gawk 3.1.5-4 gcc 3.4.4-1 gcc-ada 3.4.4-1 gcc-core 3.4.4-1 gcc-g++ 3.4.4-1 gcc-g77 3.4.4-1 gcc-gdc 3.4.4-1 gcc-gm2 3.3.3-1 gcc-gpc 3.3.3-3 gcc-java 3.4.4-1 gcc-mingw 20040810-1 gcc-mingw-ada 20050522-1 gcc-mingw-core 20050522-1 gcc-mingw-g++ 20050522-1 gcc-mingw-g77 20050522-1 gcc-mingw-gdc 20050522-1 gcc-mingw-gpc 20040810-1 gcc-mingw-java 20050522-1 gcc-mingw-objc 20050522-1 gcc-objc 3.4.4-1 gcc2 2.95.3-10 GConf2 2.14.0-2 GConf2-devel 2.14.0-2 GConf2-doc 2.14.0-2 gd 2.0.33-1 gdb 20060706-2 gdbm 1.8.3-7 gdk-pixbuf 0.22.0-4 gdk-pixbuf-devel 0.22.0-4 gdk-pixbuf-doc 0.22.0-4 geoip 1.3.14-1 gettext 0.14.5-1 gettext-devel 0.14.5-1 ghostscript 8.50-1 ghostscript-base 8.50-1 ghostscript-x11 8.50-1 glib 1.2.10-3 glib-devel 1.2.10-3 glib2 2.10.3-1 glib2-devel 2.10.3-1 glib2-doc 2.10.3-1 glib2-runtime 2.10.3-1 glitz 0.4.4-2 gmp 4.1.4-2 gnome-common 2.12.0-1 gnome-icon-theme 2.14.2-1 gnome-keyring 0.4.8-1 gnome-libs 1.4.2-3 gnome-libs-devel 1.4.2-3 gnome-libs-doc 1.4.2-3 gnome-mime-data 2.4.2-1 gnome-themes 2.14.2-1 gnome-vfs2 2.12.2-1 gnome-vfs2-devel 2.12.2-1 gnome-vfs2-doc 2.12.2-1 gnubg 0.14.3-1 gnugo 3.7.10-1 gnupg 1.4.2.1-1 gnuplot 4.0.0-1 gnutls 1.0.25-2 gnutls-devel 1.0.25-2 gnutls-doc 1.0.25-2 gperf 2.7.2-1 grace 5.1.19-1 GraphicsMagick 1.0.6-1 grep 2.5.1a-2 groff 1.18.1-2 gsl 1.8-1 gsl-apps 1.8-1 gsl-devel 1.8-1 gsl-doc 1.8-1 gtk+ 1.2.10-2 gtk+-devel 1.2.10-2 gtk-doc 1.5-1 gtk-engines 0.12-2 gtk2-x11 2.6.10-1 gtk2-x11-devel 2.6.10-1 gtk2-x11-doc 2.6.10-1 gtk2-x11-engines 2.6.7-1 gtk2-x11-runtime 2.6.10-1 gtypist 2.7-2 guile 1.6.7-4 guile-devel 1.6.7-4 guile-doc 1.6.7-4 gv 3.6.1-2 gvim 7.0.035-1 gzip 1.3.5-2 help2man 1.35.1-1 hexedit 1.2.10-1 hicolor-icon-theme 0.5-1 httptunnel 3.3-1 ImageMagick 6.0.4-1 imlib 1.9.14-3 indent 2.2.9-1 inetutils 1.3.2-35 initscripts 0.9-1 intltool 0.35.0-1 ioperm 0.4-1 irc 20010101-3 jasper 1.701.0-1 jbigkit 1.5-3 jgraph 8.3-1 jikes 1.22-1 joe 3.5-1 jpeg 6b-11 keychain 2.5.3.1-1 lablgtk2 2.4.0-2 lapack 3.0-5 lcms 1.14-1 less 381-1 lesstif 0.94.4-1 lftp 3.5.1-1 libaa1 1.4rc5-1 libao 0.8.6-1 libao-devel 0.8.6-1 libao2 0.8.6-1 libapr0 0.9.7-1 libapr1 1.2.7-1 libaprutil0 0.9.7-1 libaprutil1 1.2.7-1 libart_lgpl 1.4.2-3 libart_lgpl2 2.3.17-1 libaspell15 0.50.3-1 libaudiofile-devel 0.2.6-2 libaudiofile0 0.2.6-2 libbonobo2 2.14.0-1 libbonobo2-devel 2.14.0-1 libbonobo2-doc 2.14.0-1 libbonobo20 2.14.0-1 libbonoboui2 2.10.1-1 libbz2_0 1.0.2-1 libbz2_1 1.0.3-1 libcairo2 1.0.2-1 libcharset1 1.9.2-2 libclamav-devel 0.88.4-1 libclamav1 0.88.4-1 libcroco 0.5.1-2 libcroco06 0.6.1-1 libcroco06-devel 0.6.1-1 libcurl2 7.11.1-3 libcurl3 7.15.4-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 libdb4.3 4.3.28-1 libdb4.3-devel 4.3.28-1 libecpg-compat1 7.4.5-1 libecpg-compat2 8.1.4-2 libecpg-devel 8.1.4-2 libecpg4 7.4.5-1 libecpg5 8.1.4-2 libEMF 1.0.3-1 libEMF-devel 1.0.3-1 libEMF1 1.0.3-1 libesound-devel 0.2.36-1 libesound0 0.2.36-1 libexif 0.6.12-1 libexif10 0.6.9-2 libfcgi-devel 2.4.0-2 libfcgi0 2.4.0-2 libFLAC++5 1.1.2-1 libFLAC7 1.1.2-1 libfontconfig-devel 2.2.2-1 libfontconfig1 2.2.2-1 libfpx 1.2.0.12-1 libfreetype2-devel 2.1.9-1 libfreetype26 2.1.9-1 libgc 6.4-1 libgcrypt 1.2.1-1 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.5-1 libggi2 2.2.1-1 libggi2-devel 2.2.1-1 libggi2-display-aa 2.2.1-1 libggi2-display-file 2.2.1-1 libggi2-display-terminfo 2.2.1-1 libggi2-display-x 2.2.1-1 libggi2-samples 2.2.1-1 libggimisc2 2.2.1-1 libggimisc2-devel 2.2.1-1 libggimisc2-samples 2.2.1-1 libggiwmh0 0.3.1-1 libggiwmh0-devel 0.3.1-1 libggiwmh0-display-x 0.3.1-1 libggiwmh0-samples 0.3.1-1 libgii1 1.0.1-1 libgii1-devel 1.0.1-1 libgii1-input-x 1.0.1-1 libglade2 2.5.1-1 libglitz-glx1 0.4.4-2 libglitz1 0.4.4-2 libgnome 1.4.2-3 libgnome2 2.12.0.1-1 libgnome2-devel 2.12.0.1-1 libgnome2-doc 2.12.0.1-1 libgnomecanvas2 2.12.0-1 libgnomecanvas2-devel 2.12.0-1 libgnomecanvas2-doc 2.12.0-1 libgnomecanvaspixbuf 0.22.0-4 libgnomeprint22 2.10.3-1 libgnomeprintui22 2.10.2-1 libgnomesupport 1.4.2-3 libgnomeui 1.4.2-3 libgnomeui2 2.12.1-1 libgnomeui2-devel 2.12.1-1 libgnomeui2-doc 2.12.1-1 libgnorba 1.4.2-3 libgnutls11 1.0.25-2 libgpg-error 1.1-1 libGraphicsMagick-devel 1.0.6-1 libGraphicsMagick0 1.0.6-1 libgtkhtml2 2.6.3-2 libgtkhtml2-devel 2.6.3-2 libgtkxmhtml 1.4.2-3 libguile12 1.6.7-4 libguile12abi13 1.6.4-3 libguile14 1.5.6-5 libguile16 1.7.1.20041006-1 libiconv 1.9.2-2 libiconv2 1.9.2-2 libIDL 0.5.17-2 libIDL2 0.8.6-1 libintl 0.10.38-3 libintl1 0.10.40-1 libintl2 0.12.1-3 libintl3 0.14.5-1 libjpeg62 6b-11 libjpeg6b 6b-8 libkpathsea3 2.0.2-15 libkpathsea3abi13 2.0.2-2 libkpathsea4 3.0.0-3 libltdl3 1.5.22-1 libltdl6 1.9f_20041024-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.9-1 libncurses-devel 5.5-2 libncurses5 5.2-1 libncurses6 5.2-8 libncurses7 5.3-4 libncurses8 5.5-2 libneon24 0.24.7-2 libneon25 0.25.5-1 libnetpbm-devel 10.33-1 libnetpbm10 10.33-1 libogg 1.1.2-1 libogg-devel 1.1.2-1 libogg0 1.1.2-1 libOggFLAC++2 1.1.2-1 libOggFLAC3 1.1.2-1 libopencdk8 0.5.7-1 libopenldap2 2.1.25-1 libopenldap2_2_7 2.2.26-2 libpcre 4.1-2 libpcre0 6.6-1 libpgtypes1 7.4.5-1 libpgtypes2 8.1.4-2 libplot2 2.4.1-1 libploticus 2.32-1 libplotter2 2.4.1-1 libpng 1.2.8-2 libpng10 1.0.18-2 libpng10-devel 1.0.18-2 libpng12 1.2.8-2 libpng12-devel 1.2.8-2 libpng2 1.0.12-1 libpopt0 1.6.4-4 libpq-devel 8.1.4-2 libpq3 7.4.5-1 libpq4 8.0.7-1 libproj-devel 4.4.8-1 libproj0 4.4.8-1 libPropList 0.10.1-3 libreadline4 4.1-2 libreadline5 4.3-5 libreadline6 5.1-5 libsasl2 2.1.19-3 libsasl2-devel 2.1.19-3 libsigsegv 2.4-1 libsmi 0.4.2-1 libspeex1 1.1.10-1 libtasn1 0.2.15-1 libtiff-devel 3.7.3-1 libtiff3 3.6.0-2 libtiff4 3.6.0-5 libtiff5 3.7.3-1 libtool 1.5b-2 libtool-devel 1.5.10-2 libtool-stable 1.4.3-3 libtool1.5 1.5.22-1 libungif 4.1.4-1 libungif4 4.1.4-1 libusb-win32 0.1.10.1-3 libvorbis 1.1.1-1 libvorbis-devel 1.1.1-1 libvorbis0 1.1.1-1 libvorbisenc2 1.1.1-1 libvorbisfile3 1.1.1-1 libwmf 0.2.8.4-1 libwnck 2.12.3-1 libwnck-devel 2.12.3-1 libwnck-doc 2.12.3-1 libwnck1_18 2.12.3-1 libxdelta2 1.1.3-3 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 libxmi0 2.4.1-1 libxml 1.8.17-2 libxml2 2.6.26-1 libxml2-devel 2.6.26-1 libxml2-doc 2.6.26-1 libxml2-python 2.6.26-1 libxslt 1.1.17-1 libxslt-devel 1.1.17-1 libxslt-doc 1.1.17-1 libzvt 1.4.2-3 lighttpd 1.4.9-1 lilypond 2.6.4-1 lilypond-doc 2.6.4-1 links 0.99pre14-1 login 1.9-7 lynx 2.8.5-4 lyx 1.4.3-4 m4 1.4.7-1 make 3.81-1 man 1.5p-1 mathomatic 12.6.4-1 mc 4.6.1-2 mhash 0.9.2-1 mhash-devel 0.9.1-1 mined 2000.12-3 mingw-bzip2 1.0.3-1 mingw-libbz2_1 1.0.3-1 mingw-runtime 3.10-1 mingw-zlib 1.2.2-2 minires 1.00-1 minires-devel 1.00-1 mktemp 1.5-3 mlcscope 14.1.8-2 mod_auth_mysql 1.11-1 mod_auth_ntsec 1.7-1 mod_dav 1.0.3-1.3.6-1 mod_php4 4.2.0-2 mod_ssl 2.8.8-1.3.24-1 monotone 0.30-1 more 2.11o-3 mt 2.3.1-1 mtd 20050419-1 mutt 1.4.2.1i-1 naim 0.11.8.2-1 nano 1.2.2-1 nasm 0.98.39-1 ncftp 3.1.7-1 ncurses 5.5-2 ncurses-demo 5.5-2 nedit 5.5-1 neon 0.25.5-1 netcat 1.10-2 netpbm 10.33-1 netpbm-doc 10.33-1 newlib-man 20020801 nfs-server 2.3-4 Numeric 24.2-1 ocaml 3.08.1-1 octave 2.1.73-1 octave-doc 2.1.73-1 octave-forge 2006.03.17-1 octave-headers 2.1.73-1 octave-htmldoc 2.1.73-1 octave-info 2.1.73-1 octave-otags 2.1.73-1 openbox 0.99.1-4 opencdk 0.5.7-1 opengl 1.1.0-8 openjade 1.3.3-1 openldap 2.2.26-2 openldap-devel 2.2.26-2 OpenSP 1.5.1-1 openssh 4.4p1-1 openssl 0.9.8d-1 openssl-devel 0.9.8d-1 openssl096 0.9.6j-1 openssl097 0.9.7l-1 ORBit 0.5.17-2 ORBit-devel 0.5.17-2 ORBit2 2.14.0-1 ORBit2-devel 2.14.0-1 ORBit2-doc 2.14.0-1 orpie 1.4.3-1 pango 1.8.1-1 pango-devel 1.8.1-1 pango-doc 1.8.1-1 pango-runtime 1.8.1-1 par 1.52-1 patch 2.5.8-8 patchutils 0.2.31-1 pcre 6.6-1 pcre-devel 6.6-1 pcre-doc 6.6-1 pdksh 5.2.14-3 perl 5.8.7-5 perl-ExtUtils-Depends 0.205-1 perl-ExtUtils-PkgConfig 1.07-1 perl-libwin32 0.26-1 perl-Tk 804.027-4 perl-Win32-GUI 1.03-1 perl_manpages 5.8.7-5 pine 4.58-1 pinfo 0.6.8-1 ping 1.0-1 pkg-config 0.20-1 pkgconfig 0.17.2-3 ploticus 2.32-1 ploticus-common 2.32-1 ploticus-doc 2.32-1 plotutils 2.4.1-1 plotutils-devel 2.4.1-1 plotutils-doc 2.4.1-1 popt 1.6.4-4 postgresql 8.0.7-1 postgresql-client 8.0.7-1 postgresql-contrib 8.1.4-2 postgresql-devel 8.1.4-2 postgresql-doc 8.1.4-2 postgresql-plperl 8.1.4-2 postgresql-plpython 8.1.4-2 pr3270 3.2.20-1 pr3287 3.3.4p7-1 procmail 3.22-10 procps 3.2.6-1 proftpd 1.2.10-1 proj 4.4.8-1 psmisc 21.5-3 pstoedit 3.42-1 pstoedit-devel 3.42-1 psutils 1.17-1 pygtk2 2.6.3-1 pylibxml2 2.6.26-1 pylibxslt 1.1.17-1 python 2.4.3-1 qt3 3.3.4-2 qt3-bin 3.3.4-2 qt3-devel 3.3.4-2 qt3-doc 3.3.4-2 qt_2 2.3.1-b2 quilt 0.43-1 rcs 5.7-3 readline 5.1-5 rebase 2.4.3-1 regex 4.4-4 rlwrap 0.24-1 robots 2.0-4 rpm 4.1-2 rpm-build 4.1-1 rpm-doc 4.1-1 rsync 2.6.6-1 ruby 1.8.5-1 run 1.1.10-1 rxvt 20050409-3 rxvt-unicode-common 7.7-4 rxvt-unicode-X 7.7-4 s3270 3.3.4p7-1 sed 4.1.5-2 setsid 0.0-4 sh-utils 2.0.15-5 shared-mime-info 0.17-1 sharutils 4.5.3-1 shutdown 1.7-1 singular-base 3.0.2-1 singular-help 3.0.2-1 singular-icons 3.0.2-1 singular-share 3.0.2-1 singular-surf 3.0.0-2 smartmontools 5.36-1 speex 1.1.10-1 speex-devel 1.1.10-1 splint 3.1.1-1 squid 2.4.STABLE7-1 ssmtp 2.60.9-3 startup-notification 0.8-1 stow 1.3.3-1 stunnel 4.14-2 subversion 1.3.2-1 subversion-apache2 1.3.2-1 subversion-book 1.2.3-1 subversion-devel 1.3.2-1 subversion-perl 1.3.2-1 subversion-python 1.3.2-1 subversion-ruby 1.3.2-1 suite3270 3.3.4p7-1 sunrpc 4.0-3 SWI-Prolog 5.2.6-1 swig 1.3.29-2 syslog-ng 1.6.11-1 sysvinit 2.84-4 t1lib 5.1.0-1 t1lib-x11 5.1.0-1 tar 1.15.91-1 tcl3270 3.3.4p7-1 tcltk 20060202-1 tcm 2.20-1 tcp_wrappers 7.6-1 tcsh 6.14.00-5 termcap 20050421-1 terminfo 5.5_20060323-1 tetex 3.0.0-3 tetex-base 3.0.0-3 tetex-beta 20020911-1 tetex-bin 3.0.0-3 tetex-devel 3.0.0-3 tetex-doc 3.0.0-3 tetex-extra 3.0.0-3 tetex-tiny 3.0.0-3 tetex-x11 3.0.0-3 texi2html 1.76-1 texinfo 4.8-3 TeXmacs 1.0.6-1 texmf 20020911-1 texmf-base 20020911-1 texmf-doc 20020911-1 texmf-extra 20020911-1 texmf-tiny 20020911-1 textutils 2.0.21-2 tidy 041206-1 tiff 3.7.3-1 time 1.7-1 tin 1.8.2-1 tinyirc 1.1-1 tnef 1.3.4-1 transfig 3.2.4-2 ttcp 19980512-1 typespeed 0.4.4-2 tzcode 2005r-2 ucl 1.01-1 unison 2.10.2-4 unison2.10.2 2.10.2-6 unison2.12.0 2.12.0-4 unison2.13 2.13.16-1 unison2.17 2.17.1-1 unison2.9.1 2.9.1-3 unison2.9.20 2.9.20-3 units 1.77-1 unzip 5.50-5 upx 1.24-1 util-linux 2.12r-2 uw-imap 2002e-3 uw-imap-imapd 2002e-3 uw-imap-util 2002e-3 vim 7.0.076-1 vorbis-tools 1.1.1-5 w32api 3.7-1 w3m 0.5.1-1 wget 1.10.2-1 which 1.7-1 whois 4.7.17-1 WindowMaker 0.90.0-2 WordNet 2.1-1 wtf 0.0.4-6 X-start-menu-icons 1.0.4-1 X-startup-scripts 1.0.11-1 X11 2.2.2-1 x2x 1.30-2 x3270 3.3.4p7-1 Xaw3d 1.5D-5 xdelta 1.1.3-3 xdelta-devel 1.1.3-3 xemacs 21.4.19-1 xemacs-emacs-common 21.4.19-1 xemacs-mule-sumo 2005-12-08-1 xemacs-sumo 2005-12-08-1 xemacs-tags 21.4.19-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-base 3.2.4-1 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-2 xmlto 0.0.18-1 xmon 1.5.6-1 xorg-x11-base 6.8.99.901-1 xorg-x11-bin 6.8.99.901-1 xorg-x11-bin-dlls 6.8.99.901-1 xorg-x11-bin-lndir 6.8.99.901-1 xorg-x11-devel 6.8.99.901-1 xorg-x11-etc 6.8.99.901-1 xorg-x11-f100 6.8.99.901-1 xorg-x11-fcyr 6.8.99.901-1 xorg-x11-fenc 6.8.99.901-1 xorg-x11-fnts 6.8.99.901-1 xorg-x11-fscl 6.8.99.901-1 xorg-x11-fsrv 6.8.99.901-1 xorg-x11-libs-data 6.8.99.901-1 xorg-x11-man-pages 6.8.99.901-1 xorg-x11-man-pages-html 6.8.99.901-1 xorg-x11-nest 6.8.99.901-1 xorg-x11-vfb 6.8.99.901-1 xorg-x11-xwin 6.8.99.901-1 xorg-x11-xwin-gl 6.8.99.901-1 xpdf 3.01-2 xpm-nox 4.2.0-5 xsri 2.1.0-1 xterm 202-1 xwinclip 1.2.0-1 xwinwm 0.0.5-1 zip 2.3-6 zlib 1.2.3-1 zsh 4.3.2-1 Use -h to see help about each section -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From zephod@drizzle.com Mon Oct 9 17:06:00 2006 From: zephod@drizzle.com (billh) Date: Mon, 09 Oct 2006 17:06:00 -0000 Subject: X and MS .Net In-Reply-To: References: <4eb2ea800610081437t7231854ere18aaa8bcb77602a@mail.gmail.com> Message-ID: <452A840F.4010000@drizzle.com> Hi, There is quite a lot of difference between displaying a client in your C# code and embedding an X server in it! Displaying clients in other programs actually has some history in X.org in the Broadway extension to the X server. Basically this is an extension that gives you some of the hooks you need to be able to take the native window handle of a window in another Windows or Mac application and use it in the X server as a client X window handle. When I worked for WRQ, I implemented this feature for their Broadway extension. Any effort to do the other project, porting the whole X server code base to another language, is an enormous project if your goal is to obtain the same levels of performance and reliability. Generally it takes a team of 3 or 4 almost a year to add a DDX layer to support a new graphics hardware device, much less port the DIX layers below that. Doing something along the lines of the Broadway extension is much cleaner, as long as you can run a standard X Server on its own, either on your device as another process or even on a separate machine. The X client is the only process that will absolutely need to run on the device that owns the window you want to display in. One hint though if you go this route. Find a copy of the ICCCM and make sure that the environment that hosts your X Client conforms to any pertinent parts of this document. It is the document that describes how X Window Managers are supposed to behave. Your X Client host will have to act like a window manager to the extent that the client is dependent on the behavior of window managers to display correctly. Bill Asmodehn Shade wrote: > Hi, > > Thanks for the quick reply ;-) > > Well my program will not be entirely C# I guess as I dont plan to > rewrite everything ;-) > > The goal is just to display a remote X client inside a .Net GUI... I m > just looking for the best place to plug my code, so I dont have to > reinvent the wheel once more :-p > > Thanks for the tip, but as I havent read the doc yet, can you give me > a quick description about what a DDX is ?? > ;-) > > I will read the doc soon enough > > Thanks a lot ! > > > 2006/10/8, James Supancic : > >> On 10/8/06, Asmodehn Shade wrote: >> > However, I now have to, somehow, embed a Xserver inside a .Net/C# >> > application for my work... and I am wondering how I should do that. I >> > just feel like a cat with a mouse bigger than him ;) >> > Has anyone an idea or just a clue about this ? I just fetched the >> > source, and I am browsing it now... >> > If on the way there are stuff you need help with, that may be related >> > to it, just let me know ;-) >> >> Are you sure there is no way around this? Why exactly do you want to >> do this? The Xorg reference implementation is written in unmanned C. >> There are DDXs that operate like that, but they are integrated with >> the X server and written in C. If your program doesn't have to be >> entirely .NET/C#, you *might* be able to use C# to implement the DDX >> (or at least part of it).... >> >> > Sorry if this kind of question has already been asked, but I found >> > nothing about it, neither with google, or mailing lists... ( by the >> > way is there a subscription scheme to those ? ) >> >> I think the NoMachine NX client is an Xorg DDX based upon the Xnest >> DDX. I don't think they used C#, but they did build an application >> around an X server, you might look into how they did it. >> >> If you can't use any unmanned code, you can will either have to write >> a translator to convert the C in Xorg code to C#, find some other X >> server you can use (I am not aware of any free X servers other than >> Xorg) or implement a new X server from scratch. >> >> Thank you for your time, >> James Steven Supancic III >> > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From gkorte@gmail.com Tue Oct 10 14:58:00 2006 From: gkorte@gmail.com (Geordy Korte) Date: Tue, 10 Oct 2006 14:58:00 -0000 Subject: 50% of xterms do not appear on screen. Message-ID: <69d922690610100758i2b627281l96e6b699d4c7c7c1@mail.gmail.com> Hi, To start off with I have been using Cygwin for years and I must aplaude all of the dev team for the great work they do. Unfortunatly I have hit a snag which I really puzzeling me. I normally start an Xwin.exe server at startup. This works fine and the process runs. The I start xterm.exe processes using the attached script. Now about half the xterm that I start do not seem to hook into the Xwin server the other half hook fine and show me an xterm screen. It's just completely random and I cannot figure for the life of me what is stopping these hooks. Here is the output of Xwin.exe: _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 winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel winAllocateFBShadowGDI - Creating DIB with width: 1600 height: 1200 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 winInitMultiWindowWM - Calling pthread_mutex_lock () winMultiWindowXMsgProc - Hello 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: "00020409" (00020409) (--) Using preset keyboard for "English (USA, International)" (20409), type "4" (EE) Couldn't load XKB keymap, falling back to pre-XKB keymap (--) 5 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! So we do the only thing that windows is really good at. Uninstall reboot and reinstall. No dice? Same problems. If I look at the taskmgr then I have about 40 xterms of which only 20 or so are on the screen. If I kill the X server then it only tells me that 20 clients are connected. Start xterm script: @echo off SET DISPLAY=127.0.0.1:0.0 SET CYGWIN_ROOT=\cygwin SET PATH=.;%CYGWIN_ROOT%\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 Main programming Window C:\cygwin\bin\run C:\cygwin\bin\xterm -cr red -sl 1000 -sb -rightbar -ms red -fg white -bg black -e /usr/bin/bash Anyone have any clue on how to solve this? -- ============== Geordy Korte ICQ 14458242 MSN geordy @t nai.nu -- ============== Geordy Korte ICQ 14458242 MSN geordy@nai.nu -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From webmaster@villagersonline.com Tue Oct 10 23:41:00 2006 From: webmaster@villagersonline.com (Russ Lewis) Date: Tue, 10 Oct 2006 23:41:00 -0000 Subject: gcc output from remote machine shows up strange on cygwin xterm Message-ID: <452C2F8D.1040609@villagersonline.com> I ssh from my local Cygwin installation to a remote Linux box (Fedora Core 5 on AMD64). When I run gcc on the remote machine, certain parts of various error messages show up strangely; things between single quotes show up as the character ??. However, when the terminal application is run from a Linux box, I get the full error message. For instance, if I ssh from Cygwin to the remote machine, then run a (remote) xterm (passed back to Cygwin through X forwarding), then run make in that xterm, I get the normal error strings. Likewise, the error strings show up if I run make locally on the Linux box. It also works when I ssh from an ancient Linux box to my build machine (that is, when the xterm application is running on an ancient Linux box). I finally tracked it down to the fact that gcc is ouputting three-byte sequences for each single quote; apparently Cygwin is having trouble displaying them. If I run 'make' locally on the Linux box, I get stuff like this: g++ -g -c -o main.o main.C main.C:1557:1: error: unterminated argument list invoking macro "assert" main.C:675: error: field ??stall_logic?? has incomplete type but when I ssh in from Cygwin, I see: g++ -g -c -o main.o main.C main.C:1557:1: error: unterminated argument list invoking macro "assert" main.C:675: error: field ?? has incomplete type note the change in the 3rd line. So I did make 2>&1 | tee foo and then "cat -v foo" shows: g++ -g -c -o main.o main.C main.C:1557:1: error: unterminated argument list invoking macro "assert" main.C:675: error: field M-bM-^@M-^Xstall_logicM-bM-^@M-^Y has incomplete type or, if you prefer, hexdump -C shows: 00000000 67 2b 2b 20 20 2d 67 20 20 2d 63 20 2d 6f 20 6d |g++ -g -c -o m| 00000010 61 69 6e 2e 6f 20 6d 61 69 6e 2e 43 0a 6d 61 69 |ain.o main.C.mai| 00000020 6e 2e 43 3a 31 35 35 37 3a 31 3a 20 65 72 72 6f |n.C:1557:1: erro| 00000030 72 3a 20 75 6e 74 65 72 6d 69 6e 61 74 65 64 20 |r: unterminated | 00000040 61 72 67 75 6d 65 6e 74 20 6c 69 73 74 20 69 6e |argument list in| 00000050 76 6f 6b 69 6e 67 20 6d 61 63 72 6f 20 22 61 73 |voking macro "as| 00000060 73 65 72 74 22 0a 6d 61 69 6e 2e 43 3a 36 37 35 |sert".main.C:675| 00000070 3a 20 65 72 72 6f 72 3a 20 66 69 65 6c 64 20 e2 |: error: field .| 00000080 80 98 73 74 61 6c 6c 5f 6c 6f 67 69 63 e2 80 99 |..stall_logic...| 00000090 20 68 61 73 20 69 6e 63 6f 6d 70 6c 65 74 65 20 | has incomplete | 000000a0 74 79 70 65 0a 6d 61 69 6e 2e 43 3a 31 31 39 32 |type.main.C:1192| Looks like gcc is sending the sequences 0xe2 0x80 0x98 and 0xe2 0x80 0x99 as the starting and ending single quotes, respectively. Any ideas how to get Cygwin to display this properly? Thanks! Russ Lewis -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From dickey@his.com Tue Oct 10 23:52:00 2006 From: dickey@his.com (Thomas Dickey) Date: Tue, 10 Oct 2006 23:52:00 -0000 Subject: gcc output from remote machine shows up strange on cygwin xterm In-Reply-To: <452C2F8D.1040609@villagersonline.com> References: <452C2F8D.1040609@villagersonline.com> Message-ID: <20061010194828.F49881@mail101.his.com> On Tue, 10 Oct 2006, Russ Lewis wrote: > I ssh from my local Cygwin installation to a remote Linux box (Fedora Core 5 > on AMD64). When I run gcc on the remote machine, certain parts of various > error messages show up strangely; things between single quotes show up as the > character ?. > > However, when the terminal application is run from a Linux box, I get the > full error message. For instance, if I ssh from Cygwin to the remote machine, > then run a (remote) xterm (passed back to Cygwin through X forwarding), then > run make in that xterm, I get the normal error strings. Likewise, the error > strings show up if I run make locally on the Linux box. It also works when I > ssh from an ancient Linux box to my build machine (that is, when the xterm > application is running on an ancient Linux box). > > I finally tracked it down to the fact that gcc is ouputting three-byte > sequences for each single quote; apparently Cygwin is having trouble > displaying them. That's UTF-8, which you can suppress by setting your locale (on the Linux box). Cygwin doesn't have the locale support needed for this. Something like this script (with-locale) can be useful, e.g., with-locale C program #!/bin/sh unset LANG unset LC_ALL unset LC_CTYPE export LANG=$1 export LC_ALL=$1 shift $* You can of course modify the system configuration; however Fedora sets it in more than one place (there should be an FAQ on this somewhere). -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From brian@dessent.net Tue Oct 10 23:54:00 2006 From: brian@dessent.net (Brian Dessent) Date: Tue, 10 Oct 2006 23:54:00 -0000 Subject: gcc output from remote machine shows up strange on cygwin xterm References: <452C2F8D.1040609@villagersonline.com> Message-ID: <452C32C4.781A7395@dessent.net> Russ Lewis wrote: > I ssh from my local Cygwin installation to a remote Linux box (Fedora > Core 5 on AMD64). When I run gcc on the remote machine, certain parts of > various error messages show up strangely; things between single quotes > show up as the character ?. That's UTF-8. It happens because somewhere in your rc files on the linux machine the locale gets set to en_US.UTF-8 (or some other variation that specifies UTF-8) but you are not using a terminal that can display unicode. The solution is simple: Use a terminal that supports unicode. OR Modify your rc files to not set a unicode locale, or otherwise modify the environment as appropriate. E.g. "export LC_ALL=C". Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From dickey@his.com Wed Oct 11 00:00:00 2006 From: dickey@his.com (Thomas Dickey) Date: Wed, 11 Oct 2006 00:00:00 -0000 Subject: gcc output from remote machine shows up strange on cygwin xterm In-Reply-To: <452C32C4.781A7395@dessent.net> References: <452C2F8D.1040609@villagersonline.com> <452C32C4.781A7395@dessent.net> Message-ID: <20061010195729.R49881@mail101.his.com> On Tue, 10 Oct 2006, Brian Dessent wrote: > The solution is simple: > > Use a terminal that supports unicode. Well, then he wouldn't be using cygwin, right? xterm could if cygwin could - but the last I read, cygwin handled only a handful of 8-bit locales. (Using putty doesn't count, and having noticed some comments about gnome being off-topic, suspect that's the same). -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From brian@dessent.net Wed Oct 11 00:47:00 2006 From: brian@dessent.net (Brian Dessent) Date: Wed, 11 Oct 2006 00:47:00 -0000 Subject: gcc output from remote machine shows up strange on cygwin xterm References: <452C2F8D.1040609@villagersonline.com> <452C32C4.781A7395@dessent.net> <20061010195729.R49881@mail101.his.com> Message-ID: <452C3F24.B97D5760@dessent.net> Thomas Dickey wrote: > Well, then he wouldn't be using cygwin, right? xterm could if cygwin > could - but the last I read, cygwin handled only a handful of 8-bit > locales. (Using putty doesn't count, and having noticed some comments > about gnome being off-topic, suspect that's the same). While putty may not be part of the Cygwin distro (and off-topic for the list) it is still nevertheless a potential solution to the problem presented. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From webmaster@villagersonline.com Wed Oct 11 02:20:00 2006 From: webmaster@villagersonline.com (Russ Lewis) Date: Wed, 11 Oct 2006 02:20:00 -0000 Subject: gcc output from remote machine shows up strange on cygwin xterm In-Reply-To: <452C32C4.781A7395@dessent.net> References: <452C2F8D.1040609@villagersonline.com> <452C32C4.781A7395@dessent.net> Message-ID: <452C54D6.2090003@villagersonline.com> Brian Dessent wrote: >Russ Lewis wrote: > > > >>I ssh from my local Cygwin installation to a remote Linux box (Fedora >>Core 5 on AMD64). When I run gcc on the remote machine, certain parts of >>various error messages show up strangely; things between single quotes >>show up as the character ??. >> >> > >That's UTF-8. It happens because somewhere in your rc files on the >linux machine the locale gets set to en_US.UTF-8 (or some other >variation that specifies UTF-8) but you are not using a terminal that >can display unicode. > >The solution is simple: > >Use a terminal that supports unicode. > >OR > >Modify your rc files to not set a unicode locale, or otherwise modify >the environment as appropriate. E.g. "export LC_ALL=C". > Thanks, guys. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From CaptainMorganRawks@gmail.com Wed Oct 11 07:45:00 2006 From: CaptainMorganRawks@gmail.com (-Patrick) Date: Wed, 11 Oct 2006 07:45:00 -0000 Subject: Background-color of bash In-Reply-To: <1160552652.4788.ezmlm@cygwin.com> References: <1160552652.4788.ezmlm@cygwin.com> Message-ID: <452CA100.106@gmail.com> This may seem trivial to some, but at least to me it affects productivity. I would like to know how I can change the background-color of the X- bash shell. So when I do 'startx' at the cygwin shell, I get the X terminal, which leads to programs like ddd, emacs etc. etc. This terminal's background is default to the color white. How do I change this? Further, I would like to change the colors of directories and executables for easier identification. I apologize if this seems like a ridiculous request, but this type of stuff affects the speed in which I can be productive; recognizing easy to spot files and multitasking in general, etc etc. Thank you and take care, -Patrick -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From gkorte@gmail.com Wed Oct 11 08:19:00 2006 From: gkorte@gmail.com (Geordy Korte) Date: Wed, 11 Oct 2006 08:19:00 -0000 Subject: 50% of xterms do not appear on screen. In-Reply-To: <69d922690610100758i2b627281l96e6b699d4c7c7c1@mail.gmail.com> References: <69d922690610100758i2b627281l96e6b699d4c7c7c1@mail.gmail.com> Message-ID: <69d922690610110118u24c7d48k2d4e1af688cb748d@mail.gmail.com> The issue has been resolved. The new drivers for the logitec camera decided to hook into every single DLL on the system. Uninstalling the driver solves the issue. Geordy On 10/10/06, Geordy Korte wrote: > Hi, > > To start off with I have been using Cygwin for years and I must > aplaude all of the dev team for the great work they do. Unfortunatly I > have hit a snag which I really puzzeling me. > > I normally start an Xwin.exe server at startup. This works fine and > the process runs. The I start xterm.exe processes using the attached > script. Now about half the xterm that I start do not seem to hook into > the Xwin server the other half hook fine and show me an xterm screen. > It's just completely random and I cannot figure for the life of me > what is stopping these hooks. > > Here is the output of Xwin.exe: > _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 > winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel > winAllocateFBShadowGDI - Creating DIB with width: 1600 height: 1200 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 > winInitMultiWindowWM - Calling pthread_mutex_lock () > winMultiWindowXMsgProc - Hello > 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: "00020409" (00020409) > (--) Using preset keyboard for "English (USA, International)" (20409), type "4" > (EE) Couldn't load XKB keymap, falling back to pre-XKB keymap > (--) 5 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! > > So we do the only thing that windows is really good at. Uninstall > reboot and reinstall. No dice? Same problems. If I look at the taskmgr > then I have about 40 xterms of which only 20 or so are on the screen. > If I kill the X server then it only tells me that 20 clients are > connected. > > Start xterm script: > @echo off > SET DISPLAY=127.0.0.1:0.0 > SET CYGWIN_ROOT=\cygwin > SET PATH=.;%CYGWIN_ROOT%\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 Main programming Window > C:\cygwin\bin\run C:\cygwin\bin\xterm -cr red -sl 1000 -sb -rightbar > -ms red -fg white -bg black -e /usr/bin/bash > > Anyone have any clue on how to solve this? > > > -- > ============== > Geordy Korte > ICQ 14458242 > MSN geordy @t nai.nu > -- > ============== > Geordy Korte > ICQ 14458242 > MSN geordy@nai.nu > -- ============== Geordy Korte ICQ 14458242 MSN geordy@nai.nu -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From dickey@his.com Wed Oct 11 10:06:00 2006 From: dickey@his.com (Thomas Dickey) Date: Wed, 11 Oct 2006 10:06:00 -0000 Subject: Background-color of bash In-Reply-To: <452CA100.106@gmail.com> References: <1160552652.4788.ezmlm@cygwin.com> <452CA100.106@gmail.com> Message-ID: <20061011060534.J83566@mail101.his.com> On Wed, 11 Oct 2006, -Patrick wrote: > This may seem trivial to some, but at least to me it affects > productivity. I would like to know how I can change the background-color > of the X- bash shell. So when I do 'startx' at the cygwin shell, I get > the X terminal, which leads to programs like ddd, emacs etc. etc. This > terminal's background is default to the color white. How do I change > this? Further, I would like to change the colors of directories and > executables for easier identification. It sounds like xterm: xterm -fg blue -bg green You can also set the resource file for xterm to do the same thing. -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From CaptainMorganRawks@gmail.com Wed Oct 11 10:42:00 2006 From: CaptainMorganRawks@gmail.com (-Patrick) Date: Wed, 11 Oct 2006 10:42:00 -0000 Subject: Background-color of bash In-Reply-To: <20061011060534.J83566@mail101.his.com> References: <1160552652.4788.ezmlm@cygwin.com> <452CA100.106@gmail.com> <20061011060534.J83566@mail101.his.com> Message-ID: <452CCA82.5010206@gmail.com> As far as the resource file, that would be ideal for setting default values? Please oblige as to where it's located...? Thanks! -Patrick Thomas Dickey wrote: > On Wed, 11 Oct 2006, -Patrick wrote: > >> This may seem trivial to some, but at least to me it affects >> productivity. I would like to know how I can change the background-color >> of the X- bash shell. So when I do 'startx' at the cygwin shell, I get >> the X terminal, which leads to programs like ddd, emacs etc. etc. This >> terminal's background is default to the color white. How do I change >> this? Further, I would like to change the colors of directories and >> executables for easier identification. > > It sounds like xterm: > > xterm -fg blue -bg green > > You can also set the resource file for xterm to do the same thing. > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From dickey@his.com Wed Oct 11 11:25:00 2006 From: dickey@his.com (Thomas Dickey) Date: Wed, 11 Oct 2006 11:25:00 -0000 Subject: Background-color of bash In-Reply-To: <452CCA82.5010206@gmail.com> References: <1160552652.4788.ezmlm@cygwin.com> <452CA100.106@gmail.com> <20061011060534.J83566@mail101.his.com> <452CCA82.5010206@gmail.com> Message-ID: <20061011072404.J9793@mail101.his.com> On Wed, 11 Oct 2006, -Patrick wrote: > As far as the resource file, that would be ideal for setting default values? > Please oblige as to where it's located...? something like (am not where I can check) /usr/lib/X11/app-defaults or /usr/X11R6/lib/X11/app-defaults The files for xterm are named "XTerm" and "XTerm-color", but you probably want to modify the former. -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From CaptainMorganRawks@gmail.com Wed Oct 11 11:58:00 2006 From: CaptainMorganRawks@gmail.com (-Patrick) Date: Wed, 11 Oct 2006 11:58:00 -0000 Subject: Background-color of bash In-Reply-To: <20061011072404.J9793@mail101.his.com> References: <1160552652.4788.ezmlm@cygwin.com> <452CA100.106@gmail.com> <20061011060534.J83566@mail101.his.com> <452CCA82.5010206@gmail.com> <20061011072404.J9793@mail101.his.com> Message-ID: <452CDC49.9060101@gmail.com> Thanks Tom, The former ended up being a symbolic link to the latter. So I made changes to the latter, specifically uncommented 'light foreground, dark background' settings. Closed everything out and did 'startx' to find that nothing was changed - I still had a light background with dark lettering(default). The only thing that seems to work is what was mentioned earlier xterm -fg *color* -bg *color* but this as you know is not permanent. Attached is the files if you'd like to check... Thanks! -Patrick Thomas Dickey wrote: > On Wed, 11 Oct 2006, -Patrick wrote: > >> As far as the resource file, that would be ideal for setting default >> values? Please oblige as to where it's located...? > > something like (am not where I can check) > > /usr/lib/X11/app-defaults or > /usr/X11R6/lib/X11/app-defaults > > The files for xterm are named "XTerm" and "XTerm-color", but you probably > want to modify the former. > -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: XTerm URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: XTerm-color URL: -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From Reid.Thompson@ateb.com Wed Oct 11 12:41:00 2006 From: Reid.Thompson@ateb.com (Reid Thompson) Date: Wed, 11 Oct 2006 12:41:00 -0000 Subject: Background-color of bash In-Reply-To: <452CA100.106@gmail.com> References: <1160552652.4788.ezmlm@cygwin.com> <452CA100.106@gmail.com> Message-ID: <1160569978.28757.0.camel@jhereg> On Wed, 2006-10-11 at 03:45 -0400, -Patrick wrote: > This may seem trivial to some, but at least to me it affects > productivity. I would like to know how I can change the background-color > of the X- bash shell. So when I do 'startx' at the cygwin shell, I get > the X terminal, which leads to programs like ddd, emacs etc. etc. This > terminal's background is default to the color white. How do I change > this? Further, I would like to change the colors of directories and > executables for easier identification. > > I apologize if this seems like a ridiculous request, but this type of > stuff affects the speed in which I can be productive; recognizing easy > to spot files and multitasking in general, etc etc. > > Thank you and take care, > -Patrick > > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ > man xterm -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From simoncrombie@onetel.com Wed Oct 11 19:18:00 2006 From: simoncrombie@onetel.com (Simon Crombie) Date: Wed, 11 Oct 2006 19:18:00 -0000 Subject: Background-color of bash In-Reply-To: <1160569978.28757.0.camel@jhereg> Message-ID: Thanks for the information about changing the defaults for X-term windows. How can I amend this to get scroll bars to appear? And can you set the default window size there as well? Grateful for any advice. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From Randy.Brown@noaa.gov Wed Oct 11 19:24:00 2006 From: Randy.Brown@noaa.gov (Randy Brown) Date: Wed, 11 Oct 2006 19:24:00 -0000 Subject: Background-color of bash In-Reply-To: References: Message-ID: <452D44D9.109@noaa.gov> -sb makes the scroll bars appear. -sb rightbar moves the scroll bars to the right hand side. *-geom 90x30+140+80*. This will produce a window 90 units wide by 30 units tall, 140 units from the left edge of the screen and 80 units from the top edge of the screen. You will have to adjust these numbers until the desired setting is achieved. Keep in mind that the size of the window is also relative to the display resolution on your PC. I hope this helps. Randy Simon Crombie wrote: > Thanks for the information about changing the defaults for X-term windows. > How can I amend this to get scroll bars to appear? And can you set the > default window size there as well? > > Grateful for any advice. > > > > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From Randy.Brown@noaa.gov Wed Oct 11 19:25:00 2006 From: Randy.Brown@noaa.gov (Randy Brown) Date: Wed, 11 Oct 2006 19:25:00 -0000 Subject: Background-color of bash In-Reply-To: <452D44D9.109@noaa.gov> References: <452D44D9.109@noaa.gov> Message-ID: <452D453E.5080908@noaa.gov> Ignore the asterisks around the -geom option. Randy Brown wrote: > -sb makes the scroll bars appear. -sb rightbar moves the scroll bars > to the right hand side. > *-geom 90x30+140+80*. This will produce a window 90 units wide by 30 > units tall, 140 units from the left edge of the screen and 80 units > from the top edge of the screen. You will have to adjust these numbers > until the desired setting is achieved. Keep in mind that the size of > the window is also relative to the display resolution on your PC. > > I hope this helps. > > Randy > > Simon Crombie wrote: >> Thanks for the information about changing the defaults for X-term >> windows. >> How can I amend this to get scroll bars to appear? And can you set the >> default window size there as well? >> >> Grateful for any advice. >> >> >> >> >> >> -- >> Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple >> Problem reports: http://cygwin.com/problems.html >> Documentation: http://x.cygwin.com/docs/ >> FAQ: http://x.cygwin.com/docs/faq/ >> >> > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From Reid.Thompson@ateb.com Wed Oct 11 19:29:00 2006 From: Reid.Thompson@ateb.com (Reid Thompson) Date: Wed, 11 Oct 2006 19:29:00 -0000 Subject: Background-color of bash In-Reply-To: References: Message-ID: <1160594878.14513.6.camel@jhereg> On Wed, 2006-10-11 at 20:18 +0100, Simon Crombie wrote: > Thanks for the information about changing the defaults for X-term windows. > How can I amend this to get scroll bars to appear? And can you set the > default window size there as well? > > Grateful for any advice. > > > > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ > man xterm or http://www.die.net/doc/linux/man/man1/xterm.1.html xterm -sb -sl 2600 -rightbar -bg mycolorbg -fg mycolorfg etc, etc, etc -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From dkrings-cygwin@comcast.net Thu Oct 12 05:33:00 2006 From: dkrings-cygwin@comcast.net (Duane Krings) Date: Thu, 12 Oct 2006 05:33:00 -0000 Subject: Background-color of bash In-Reply-To: <452CDC49.9060101@gmail.com> References: <1160552652.4788.ezmlm@cygwin.com> <452CA100.106@gmail.com> <20061011060534.J83566@mail101.his.com> <452CCA82.5010206@gmail.com> <20061011072404.J9793@mail101.his.com> <452CDC49.9060101@gmail.com> Message-ID: <452DD3A2.2090808@comcast.net> The best way to do this is to edit (or create) the .Xdefaults file in your home directory. something like the following: ---------------- begin .Xdefaults ------------ *XTerm*background: red *XTerm*foreground: white *XTerm.VT100.geometry: 80x40 *XTerm*scrollBar: true ---------------- end .Xdefaults --------------- then at your shell prompt... unix> xrdb .Xdefaults unix> xterm & Note: the geometry setting uses VT100, not the wildcard, to avoid resizing the menus the xrdb step is not required if you stop and restart XWin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From Gadi.Shavit@Zoran.com Thu Oct 12 07:31:00 2006 From: Gadi.Shavit@Zoran.com (Gadi Shavit) Date: Thu, 12 Oct 2006 07:31:00 -0000 Subject: Help to run Cygwin X Message-ID: Hi, ? I installed Cygwin with X and I am trying to run XWin on an XP Professional. I am getting the following failure (from XWin.log): ? (WW) /tmp mounted int textmode _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 winAdjustVideoModeShadowGDI - Using Windows display depth of 16 bits per pixel winAllocateFBShadowGDI - Creating DIB with width: 1024 height: 768 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 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=500, rate=31 (--) winConfigKeyboard - Layout: "00000409" (00000409) (--) Using preset keyboard for "English (USA)" (409), 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! ? Fatal server error: could not open default font 'fixed' winDeinitMultiWindowWM - Noting shutdown in progress ? Can you help? ? Thank you, ??? Gadi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From Gadi.Shavit@Zoran.com Thu Oct 12 07:42:00 2006 From: Gadi.Shavit@Zoran.com (Gadi Shavit) Date: Thu, 12 Oct 2006 07:42:00 -0000 Subject: Help to compile Cygwin X Message-ID: Hi, ? I am trying to build Cygwin X version 6.8 for Windows XP First message I get when running make World is: I hope you checked the configuration parameters in ./config/cf to see if you need to pass BOOTSTRAPCFLAGS.? It is not clear to me what exactly I need set in ./config/cf Are there any specific instruction what needs to be configured there? When the build process continues I get an error message saying the directory programs/xrx does not exist. Where can I find this directory in the Cygwin tree? Can you help? ? Thank you, ??? Gadi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From shanelarsen@byu.edu Thu Oct 12 15:48:00 2006 From: shanelarsen@byu.edu (Shane Larsen) Date: Thu, 12 Oct 2006 15:48:00 -0000 Subject: Weird Dialog Problem References: Message-ID: Sorry that I don't have a solution to your problem, but I have the same problem if it makes you feel any better. I also recently switched from exceed to cygwin in order to run Gambit and I have the same annoying problem with the dialogs. If you ever do find anything out about it, please let me know too. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From lionelbuk@yahoo.co.uk Thu Oct 12 18:55:00 2006 From: lionelbuk@yahoo.co.uk (Lionel B) Date: Thu, 12 Oct 2006 18:55:00 -0000 Subject: Help to run Cygwin X In-Reply-To: References: Message-ID: Gadi Shavit wrote: > > Hi, > > I installed Cygwin with X and I am trying to run XWin on an XP Professional. > I am getting the following failure (from XWin.log): > > /.../ > > Fatal server error: > could not open default font 'fixed' http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof -- Lionel B -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From mgoh@lle.rochester.edu Thu Oct 12 19:11:00 2006 From: mgoh@lle.rochester.edu (mgoh) Date: Thu, 12 Oct 2006 19:11:00 -0000 Subject: Cygwin X fails to start In-Reply-To: <44FF1905.3090207@hegemony.com> References: <44FF1905.3090207@hegemony.com> Message-ID: <6782673.post@talk.nabble.com> I had this problem as well. Oddly, I had a mount of /usr/X11R6/lib/X11/fonts that was a "user" mount in textmode -- and I cound't use "umount" to remove it (it would complain about invalid path, or something). I searched the registry for the mount, but didn't find it (I found all the others). To fix the problem, I first quit any running cygwin programs, then from a CMD shell, I mounted another user mount over the top of the old one, which I was THEN able to umount. After THAT, I remounted /usr/X11R6/lib/X11/fonts in binmode (system mount), THEN I reinstalled all the fonts (as mentioned here: http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof). THAT, FINALLY fixed my problem. This all started when I ran the cygwin setup program to update various versions of things (that's what killed it). I was suprised that not more people had reported this, as I'm running a pretty stock install. - Matt Goheen Michael A. LaBrot wrote: > > I, too, experienced the "could not open default font 'fixed'" problem > and the FAQ did not help me either. I was able to run X after changing > the Cygwin "Default Text File Type" from "DOS/text" to "Unix/binary" > during setup. Consider this a bug report. > > ______________________________ > "Javier Delgadillo" wrote: > All, > > I've been trying to install Cygwin X on a Win XP machine for the last 2 > days and can't get it to work. I've done google searches for possible > solutions but the posts I've found seem outdated and no longer apply. > > This appears to be a problem with the "could not open default font > 'fixed'" error message. All of the posts I've seen regarding this imply > there is a problem with the mounts, but I've got 2 other installs here > that do not mount the /usr/X11R6/lib/X11/fonts directory. So I'm not > sure if those errors still apply. > > I'm not sure what to try next as the instructions here > http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof don't > seem to solve the problem for me. > > Any help would be greatly appreciated. > > [stuff trimmed] > > Fatal server error: > could not open default font 'fixed' > > > -- > Javier Delgadillo > javi at javidel.org > http://javidel.org/ > > -- View this message in context: http://www.nabble.com/Re%3A-Cygwin-X-fails-to-start-tf2228903.html#a6782673 Sent from the cygwin-xfree mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From KBarticle889459@aim.com Thu Oct 12 20:54:00 2006 From: KBarticle889459@aim.com (Charli Li) Date: Thu, 12 Oct 2006 20:54:00 -0000 Subject: Help to compile Cygwin X In-Reply-To: References: Message-ID: <452EAC3B.60304@aim.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Gadi Shavit just had to cough out the following stream of bytes from the specified email client, on 10/12/2006 3:42 AM: > Hi, > > I am trying to build Cygwin X version 6.8 for Windows XP > First message I get when running make World is: > > I hope you checked the configuration parameters in ./config/cf > to see if you need to pass BOOTSTRAPCFLAGS. > > It is not clear to me what exactly I need set in ./config/cf > Are there any specific instruction what needs to be configured there? > > When the build process continues I get an error message saying the directory > programs/xrx does not exist. Where can I find this directory in the Cygwin tree? > > Can you help? > First of all, you are supposed to be using imake, not make. This has been mentioned in previous thread(s) on this list. - -- Charli - --- "You're like *this*, but then you're like *this*!" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFLqw6KGyf4JaPChgRAvq+AKChTLbLU/Z+RtC3+vfs/oiw27OOagCgmMxk naSSMOrHz9shhDOusBhFjPc= =l2Xs -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From CaptainMorganRawks@gmail.com Fri Oct 13 01:59:00 2006 From: CaptainMorganRawks@gmail.com (-Patrick) Date: Fri, 13 Oct 2006 01:59:00 -0000 Subject: Trouble with the g++ compiler Message-ID: <452EF30A.4080400@gmail.com> It appears the cygwin version is significantly different as I get an error while compiling C++ code that Ive used an overloaded function and Im certain I am not. My school's server that appears to run the correct version does not produced this error upon compilation. How do fix it? School version: gcc version 3.4.6 20060404 (Red Hat 3.4.6-3) Cygwin's version: gcc version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125) Thanks -- -Patrick -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Fri Oct 13 02:38:00 2006 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Fri, 13 Oct 2006 02:38:00 -0000 Subject: Cygwin X fails to start In-Reply-To: <6782673.post@talk.nabble.com> References: <44FF1905.3090207@hegemony.com> <6782673.post@talk.nabble.com> Message-ID: <452EFC13.4080202@cygwin.com> On 10/12/2006, mgoh wrote: > I had this problem as well. Oddly, I had a mount of > /usr/X11R6/lib/X11/fonts that was a "user" mount in textmode -- and I > cound't use "umount" to remove it (it would complain about invalid path, or > something). I searched the registry for the mount, but didn't find it (I > found all the others). To fix the problem, I first quit any running cygwin > programs, then from a CMD shell, I mounted another user mount over the top > of the old one, which I was THEN able to umount. After THAT, I remounted > /usr/X11R6/lib/X11/fonts in binmode (system mount), THEN I reinstalled all > the fonts (as mentioned here: > http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof). THAT, > FINALLY fixed my problem. This all started when I ran the cygwin setup > program to update various versions of things (that's what killed it). I was > suprised that not more people had reported this, as I'm running a pretty > stock install. See the '-f' flag for 'mount'. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From brian@dessent.net Fri Oct 13 03:52:00 2006 From: brian@dessent.net (Brian Dessent) Date: Fri, 13 Oct 2006 03:52:00 -0000 Subject: Trouble with the g++ compiler References: <452EF30A.4080400@gmail.com> Message-ID: <452F0D95.D864D7EE@dessent.net> -Patrick wrote: > It appears the cygwin version is significantly different as I get an > error while compiling C++ code that Ive used an overloaded function and Im > certain I am not. My school's server that appears to run the correct > version does not produced this error upon compilation. > > How do fix it? > > School version: > gcc version 3.4.6 20060404 (Red Hat 3.4.6-3) > > Cygwin's version: > gcc version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125) You've posted to the xfree list which is a mailing list for using X11 applications with Cygwin. This has nothing to do with gcc or C++, so it's off-topic here. A better place would be the main Cygwin list (cygwin at cygwin dot com) or the gcc help list (gcc-help at gcc dot gnu dot org). I've CCd the former. You've not provided nearly enough information for anyone to be able to help you. "I get an error while compiling C++" code is not specific enough. Copy and paste the *exact* command you use to compile as well as the *exact* error message that results. Show the code in question, if possible simplifying it down to a testcase that demonstrates the problem as minimally as possible. Without this level of detail, or barring the invention of mind reading technology, nobody will have enough to go on. I also urge you to thoroughly read which seems to cover 99% of the problems people encounter when dealing with C++ errors and gotchas. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From hairster2002@yahoo.com Fri Oct 13 12:14:00 2006 From: hairster2002@yahoo.com (claire wilson) Date: Fri, 13 Oct 2006 12:14:00 -0000 Subject: xterm Xt error: Can't open display Message-ID: <20061013121447.41371.qmail@web26501.mail.ukl.yahoo.com> Hi there i have installed the latest version of cygwin after removing my older version as i wanted to run the latest version. all i want to do is emulate linux on my windows machine. i start cygwin from the start menu, and then: try to run xterm.exe from the resulting cygwin window but this always fail with xterm Xt error: Can't open display. i have tried setting my display to localhost:0, 1.27.0.0.1:0 and many other things none seem to work. try to run startxwin.bat i get the following error startxwin.bat - Starting on Windows NT/2000/XP/2003 11363 [main] run 5336 tty_list::allocate: No tty allocated 8 [main] run 4388 tty_list::allocate: No tty allocated (the contents of Xwin.log are listed below) however if i run startx, i do get an xterm but it lacks alot of funcitonality. i have tried going back to my original install, this no longer works either. i have spent all day trying to work out how to fix this (googling, mail list archive searches etc) and have failed so any help you could supply would be very much appreciated! Many thanks claire cat /tmp/XWin.log _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 winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel winAllocateFBShadowGDI - Creating DIB with width: 1280 height: 1024 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 shar ed memory support in the kernel (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000809" (00000809) (--) Using preset keyboard for "English (United Kingdom)" (809), type "4" (--) 3 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from li st! Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/, removing from list! winInitMultiWindowWM - pthread_mutex_lock () returned. winInitMultiWindowWM - pthread_mutex_unlock () returned. winMultiWindowXMsgProc - pthread_mutex_lock () returned. winInitMultiWindowWM - DISPLAY=127.0.0.1:0.0 winMultiWindowXMsgProc - pthread_mutex_unlock () returned. winMultiWindowXMsgProc - DISPLAY=127.0.0.1:0.0 winInitMultiWindowWM - Could not open display, try: 1, sleeping: 5 ?winMultiWindowXMsgProc - Could not open display, try: 1, sleeping: 5 ?winInitMultiWindowWM - Could not open display, try: 2, sleeping: 5 ?winMultiWindowXMsgProc - Could not open display, try: 2, sleeping: 5 ?winInitMultiWindowWM - Could not open display, try: 3, sleeping: 5 ?winMultiWindowXMsgProc - Could not open display, try: 3, sleeping: 5 ?winInitMultiWindowWM - Could not open display, try: 4, sleeping: 5 ?winMultiWindowXMsgProc - Could not open display, try: 4, sleeping: 5 ?winInitMultiWindowWM - Could not open display, try: 5, sleeping: 5 ?winMultiWindowXMsgProc - Could not open display, try: 5, sleeping: 5 ?winInitMultiWindowWM - Failed opening the display. Exiting. winMultiWindowXMsgProc - Failed opening the display. Exiting. The all-new Yahoo! Mail goes wherever you go - free your email address from your Internet provider. ___________________________________________________________ Inbox full of spam? Get leading spam protection and 1GB storage with All New Yahoo! Mail. http://uk.docs.yahoo.com/nowyoucan.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From r.berber@computer.org Fri Oct 13 21:02:00 2006 From: r.berber@computer.org (=?ISO-8859-1?Q?Ren=E9_Berber?=) Date: Fri, 13 Oct 2006 21:02:00 -0000 Subject: xterm Xt error: Can't open display In-Reply-To: <20061013121447.41371.qmail@web26501.mail.ukl.yahoo.com> References: <20061013121447.41371.qmail@web26501.mail.ukl.yahoo.com> Message-ID: claire wilson wrote: > i have installed the latest version of cygwin after removing my older > version as i wanted to run the latest version. all i want to do is > emulate linux on my windows machine. i start cygwin from the start > menu, and then: try to run xterm.exe from the resulting cygwin window > but this always fail with xterm Xt error: Can't open display. i have > tried setting my display to localhost:0, 1.27.0.0.1:0 and many other > things none seem to work. That is normal, if you don't have a X server running... > try to run startxwin.bat i get the > following error startxwin.bat - Starting on Windows NT/2000/XP/2003 > 11363 [main] run 5336 tty_list::allocate: No tty allocated 8 [main] > run 4388 tty_list::allocate: No tty allocated (the contents of > Xwin.log are listed below) however if i run startx, i do get an xterm > but it lacks alot of funcitonality. You mean it is a different xterm? What functionality is missing? > i have tried going back to my > original install, this no longer works either. > > i have spent all day trying to work out how to fix this (googling, > mail list archive searches etc) and have failed so any help you could > supply would be very much appreciated! I think in your old installation you had changed the startup or your user's .xinitrc; this last one is usually the one that opens the xterm. If you don't have a ~/.xinitrc then it is a global script opening the xterm, that should be /etc/X11/xinit/xinitrc. If that is the case you can copy that one to your .xinitrc and make changes there. For instance you can edit the last line (commented below) and instead start xterm with your favorite options: #exec xterm -e /usr/bin/bash -l exec xterm -sb -sl 1024 -rv -geometry 80x25+0+0 -name login or even better, something like: rxvt -rv -display localhost:0.0 -sl 1024 -e bash -li (those are simple examples, you can do much more with other parameters). > cat /tmp/XWin.log _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 [snip] > winInitMultiWindowWM - DISPLAY=127.0.0.1:0.0 winMultiWindowXMsgProc - > pthread_mutex_unlock () returned. winMultiWindowXMsgProc - > DISPLAY=127.0.0.1:0.0 winInitMultiWindowWM - Could not open display, Any anti-virus or "Internet security" software blocking Xwindows ports? If you did get a xterm, as you say above, then these errors are probably not important since that xterm means X was running fine, at least once. -- Ren? Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From stephen.more@gmail.com Mon Oct 16 00:38:00 2006 From: stephen.more@gmail.com (Stephen More) Date: Mon, 16 Oct 2006 00:38:00 -0000 Subject: fvwm2 on Laptop vs Monitor Message-ID: I just started using a laptop and I am having some difficulties. When the laptop is docked and the display is on a CRT monitor X starts perfercetly fine displaying fvwm2. When I boot the compter up at home, I double click startxwin.bat...X starts but no fvwm2 is displayed. When I exit, it tells me there are 0 clients connected. I can open up a cygwin shell and type "startx". X will display xterm using the Windows window manger. How can I get fvwm2 working on the laptop display ? -Thanks Steve More -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From henman@it.to-be.co.jp Mon Oct 16 08:15:00 2006 From: henman@it.to-be.co.jp (djh) Date: Mon, 16 Oct 2006 08:15:00 -0000 Subject: X11R7.1 Message-ID: <20061016171530.380@henman-np.b-eng.it.to-be.co.jp> Is any work being done to port the latest X-windows. My understanding is that X11R7.1 in March of this year. Reference: http://xorg.freedesktop.org/wiki/PressReleases/X11R71Released Please respond with cc to me, since I am not a list member yet. But I woul like to know what, if anything is being planned for X11R7.1 Thanks, Darel -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From hairster2002@yahoo.com Mon Oct 16 09:52:00 2006 From: hairster2002@yahoo.com (claire wilson) Date: Mon, 16 Oct 2006 09:52:00 -0000 Subject: xterm Xt error: Can't open display Message-ID: <20061016095245.27652.qmail@web26504.mail.ukl.yahoo.com> Many thanks for your help, it was very useful and much appreciated. I made a .xinitrc in my home directory and this did not work. However when I turned off my internet security software (norton internet security), cygwin worked fine. upon further examination i found out that norton was blocking Xwin and all cygwin programs. Now everything works fine apart from the fact i still see this message whenever i start xwin startxwin.bat - Starting on Windows NT/2000/XP/2003 6 [main] run 1852 tty_list::allocate: No tty allocated 9 [main] run 4020 tty_list::allocate: No tty allocated thanks once again claire Send instant messages to your online friends http://uk.messenger.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pechtcha@cs.nyu.edu Mon Oct 16 14:29:00 2006 From: pechtcha@cs.nyu.edu (Igor Peshansky) Date: Mon, 16 Oct 2006 14:29:00 -0000 Subject: help for cygwin and XWin In-Reply-To: <000001c6f02d$0e486d60$0400000a@tobor> References: <000001c6f02d$0e486d60$0400000a@tobor> Message-ID: First, . Second, this was not my bug -- I simply redirected the message to the appropriate list (as I'm doing with yours now). More below. On Sun, 15 Oct 2006, Patrick HENRY wrote: > I am blocked with exactly the same bug you have get with cygwin 2 years > ago. > > Fonts are OK > > I think it is the configuration of my computer because on an other one > it runs differenty. > > Maybe threads maybe shared memory, I don't know. > > Do you have fixed the problem ? > If yes I am very interested. > > Thanks, > P. HENRY > > > > Here a copy of your message: > > ------------------------------------------------- > > First, please start a new thread instead of replying to a message from > an unrelated thread -- otherwise it screws up the threading. Second, > you've sent this to the wrong list -- redirecting this to cygwin-xfree. > Igor > > On Fri, 4 Jun 2004, Will Senn wrote: > > > All, > > > > I have read the thread on this error and while interesting and > > captivating, it doesn't appear to apply to my installation. > > > > I heard cygwin switched to X.org from XFree86 over licensing, etc. I > > decided groovy, my cygwin installation is getting a bit stale anyway. > > So, I deleted my cygwin directory along with all the references in the > > registry and downloaded the realease directory, and burned it to DVD > > (can't believe it won't fit on a CD anymore) yesterday. I ran setup, > > pointed it to my spankin' new cygwin DVD and let 'er rip for a while. > > The installation worked like a charm for the command line stuff. I did > > my usual tweakage - added %1 %2 %3 %4 %5 %6 %7 %8 %9 to cygwin.bat, > > add Cygwin Prompt Here to the registry, associated .sh files with > > cygwin.bat and installed my brand new _fullbackup.sh and _incbackup.sh > > files (thanks Fred Kulack for the -T- steer - embedded spaces are SUCH > > a pain) and added them to the Scheduled Tasks. I ran both jobs once to > > be sure they worked and Voila! Eureka! it worked. > > > > However, I then tried to run startx from the command line to compare > > X.org with the previous XFree86 and bummer, dude... > > ~ could not open default font 'fixed' > > ouch, looked in the archives for this list, read the thread and looked > > at the faq entry, but neither possibility appears to apply: > > > > 1. xorg-x11-fnts is missing - nope, it's there. > > 2. /usr/X11R6/lib/X11/fonts is invalid, ls lists all the normal > > directories and misc contains a slew of .pcf.gz files. > > > > > > I reran /etc/postinstall/xorg-x11-fnts.sh.done, but it didn't fix > > anything. > > > > here's some of the output of the command (extraneous stuff omitted > > including extra linebreaks). > > > > Please give a helpful suggestion as to next steps... > > > > Thanks, > > > > Will > > - -----------------snip > > $ startx > > Welcome to the XWin X Server > > Vendor: The Cygwin/X Project > > Release: 6.7.0.0-9 > > Contact: cygwin-xfree@cygwin.com > > XWin was started with the following command line: > > X :0 -multiwindow -clipboard > > (snip) > > (EE) Keyboardlayout "US" (00000409) is unknown > > Rules = "xorg" Model = "pc101" Layout = "us" Variant = "(null)" > > Options = "(null)" > > Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, > > removing from list! > > Fatal server error: > > could not open default font 'fixed' Third, search the recent archives of the cygwin-xfree list at -- there were plenty of reports (and a few solutions). Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu | igor@watson.ibm.com ZZZzz /,`.-'`' -. ;-;;,_ Igor Peshansky, Ph.D. (name changed!) |,4- ) )-,_. ,\ ( `'-' old name: Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte." "But no -- you are no fool; you call yourself a fool, there's proof enough in that!" -- Rostand, "Cyrano de Bergerac" -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From gg@urxn.at Mon Oct 16 17:53:00 2006 From: gg@urxn.at (Gerhard Gonter) Date: Mon, 16 Oct 2006 17:53:00 -0000 Subject: Fwd: windows patch breaks cygwin/x In-Reply-To: <3a24bfbb0609300208w29e7169bq8e68ace4cca661b8@mail.gmail.com> References: <451D87A6.1040701@urxn.at> <3a24bfbb0609300205p1d780412ld181321b6b2a0d6@mail.gmail.com> <3a24bfbb0609300208w29e7169bq8e68ace4cca661b8@mail.gmail.com> Message-ID: <4533C708.2000502@urxn.at> B52 wrote: > I have KB925486 installed on my XP also but my Cygwin/X seems to work > fine... I'm glad to report that after reapplying the patch today, Cygwin/X remained functional. Whatever caused the original problem, it seems to be gone now. GG -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From Angelo.Graziosi@roma1.infn.it Mon Oct 16 21:06:00 2006 From: Angelo.Graziosi@roma1.infn.it (Angelo Graziosi) Date: Mon, 16 Oct 2006 21:06:00 -0000 Subject: Can't preview postscript files under xdvi Message-ID: Ferran Mazzanti wrote: > I can directly preview .dvi files displaying the postscript figures. I have solved in this way: cd /bin mv gs.exe gs.exe.orig ln -sf /usr/X11R6/bin/gs.exe gs.exe Cygwin, Why there are these two version, X and non-X of ghostscript? Once, someone said that only the X is sufficient. If this is the case, we could install only the X version and change 'ghostscript' with 'ghostscript-x11' in the field 'requires' of setup.ini to adapt the dependences... or NOT ? Cheers, Angelo. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From yhbrent@yahoo.com Tue Oct 17 13:36:00 2006 From: yhbrent@yahoo.com (captainmidnight) Date: Tue, 17 Oct 2006 13:36:00 -0000 Subject: cywin/x issues In-Reply-To: <6527151.post@talk.nabble.com> References: <6527151.post@talk.nabble.com> Message-ID: <6855398.post@talk.nabble.com> >> 4) XMing better? >> >> It looks like cygwin/x has been defunct for a long while now. In >> contrast, >> this website >> http://www.straightrunning.com/XmingNotes/ >> claims that the XMing program is actively developed and a lot better. >> >> Anyone have any experience with it versus cygwin/x? Someone emailed me: >Did you ever find out more about Xming? I'm unhappy with Cygwin/X too. >I'm thinking of buying a commercial X server, but if Xming is good >enough (I haven't tried it yet), I might use that. Have not had a chance to try Xming yet, so if anyone else has, would love to hear back from you. I probably will try it sometime over the next month, however. -- View this message in context: http://www.nabble.com/cywin-x-issues-tf2344901.html#a6855398 Sent from the cygwin-xfree mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From aptosca@esseff.org Tue Oct 17 14:46:00 2006 From: aptosca@esseff.org (aptosca) Date: Tue, 17 Oct 2006 14:46:00 -0000 Subject: cywin/x issues In-Reply-To: <6855398.post@talk.nabble.com> Message-ID: <000001c6f1fa$dfa81350$9f01000a@windows.esseff.org> I've been trying Xming. I was using cygwin/x but it has issues on my dual-core XP x64 machine. Intermittently X-related processes, either the server or the client, would go into a busy-loop, fully pegging one core. So far this hasn't happened under Xming, but since it's intermittent, it'll take some time to know for sure if it's happens under Xming. -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com] On Behalf Of captainmidnight Sent: Tuesday, October 17, 2006 6:36 AM To: cygwin-xfree@cygwin.com Subject: Re: cywin/x issues >> 4) XMing better? >> >> It looks like cygwin/x has been defunct for a long while now. In >> contrast, >> this website >> http://www.straightrunning.com/XmingNotes/ >> claims that the XMing program is actively developed and a lot better. >> >> Anyone have any experience with it versus cygwin/x? Someone emailed me: >Did you ever find out more about Xming? I'm unhappy with Cygwin/X too. >I'm thinking of buying a commercial X server, but if Xming is good >enough (I haven't tried it yet), I might use that. Have not had a chance to try Xming yet, so if anyone else has, would love to hear back from you. I probably will try it sometime over the next month, however. -- View this message in context: http://www.nabble.com/cywin-x-issues-tf2344901.html#a6855398 Sent from the cygwin-xfree mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From matas@imt.liu.se Wed Oct 18 09:39:00 2006 From: matas@imt.liu.se (Mattias =?iso-8859-1?q?=C5str=F6m?=) Date: Wed, 18 Oct 2006 09:39:00 -0000 Subject: connection reset by peer In-Reply-To: <20061018081617.38B5C7667@annatar.imt.liu.se> Message-ID: <20061018093907.F02FB7667@annatar.imt.liu.se> Hi! I am currently using cygwin to connect from a computer that runs on Windows XP to a computer that runs on linux. We are using the linux computer to do large finite element calculations using Comsol Multiphysics. Cygwin works fine when we are dealing with very simple 2 dimensional modells and simulations, but when we have solved a very large 3 dimensional problems and starts to plot the solution the connection is reset by peer and we get the message: "10 [main] XWin 500 _cygtls::handle_exceptions: Error while dimping state (probably corrupted stack) Xterm: fatal IO error 104 (Connection reset by peer) or KillClient on X server "127.0.0.1:0.0"" I have read the FAQ and found the "fatal IO error 104 (Connection reset bypeer)" (8.10) but I still do not understand what to do. Is there any network settings or graphical settings on the windows computer that need to be changed? Or is it that too much information is being sent and that's why it crashes? I would be very happy if you could help me solve this problem! Best regards Mattias ? str??m Link??ping University Sweden -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From Aaron.Birenboim@tautechnologies.com Wed Oct 18 12:10:00 2006 From: Aaron.Birenboim@tautechnologies.com (Aaron) Date: Wed, 18 Oct 2006 12:10:00 -0000 Subject: Latest 'upgrade' broke my XWin launch. References: Message-ID: Some Developer gmail.com> writes: > > I just now upgraded to the latest version of cygwin. Now, when I run > startxwin.sh, I get the following errors: > > ... > 2. Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, > removing from list! > Fatal server error: > could not open default font 'fixed' > > I'ved followed steps under 8.4 of > http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof but > the problem (X not starting) does not go away. I have no idea why thats there. This is a MAJOR problem. I'm shocked it has been there so long. I got stuck on this for several hours a week or two ago and gave up. Its still there now. One person said they re-installed with text file type default to UNIX/Binary instead of DOS and it went away. Is there a Bugzilla for Cygwin/Xorg-XWin? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From Joseph.Koziatek@dowjones.com Fri Oct 20 18:40:00 2006 From: Joseph.Koziatek@dowjones.com (Koziatek, Joseph) Date: Fri, 20 Oct 2006 18:40:00 -0000 Subject: Looking For Clipboard Solution Message-ID: <65CB65E7EABDD543B0EE8CA814C4E71A02ED7074@SBKE2KMB03.win.dowjones.net> Hi All, I'm running Cygwin X on a Dell/Windows XP to get a full Xsession on a Solaris box and occasionally my X clipboard fails to work between X and MS Windows. It takes quite some time (weeks) for it to happen. The MS Windows clipboard continues to work withen itself and the X clipboard continues to work withen itself (other X Windows) but they don't work with each other. Once it fails I need to restart the X Server in it's entirety to get X clipboard and MS Windows clipboard to talk to each other. I installed this Cygwin about 8 months ago from one of the Cygwin setup mirror sites. I am using the -clipboard option to XWin: "XWin -nodecoration -emulate3buttons -clipboard -silent-dup-error -query my_solaris_box" Is there a way that I can recover clipboad functionality between X and MS Windows WITHOUT RESTART of entire X Server? Also, I really don't want to take the time to do an entire Cygwin re-installation now, but would like to know if there is a quick simple fix.. I appreciate your advice. Joe -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From bertou@gmail.com Fri Oct 20 18:41:00 2006 From: bertou@gmail.com (Xavier Bertou) Date: Fri, 20 Oct 2006 18:41:00 -0000 Subject: Latin American (80A) keyboard Message-ID: <914daa9c0610201119j2b832d1j1f607e45b90a1934@mail.gmail.com> Hi all, I've read the FAQ, googled a while, and still can't get my latin keyboard to be recognized in cygwin X11 (it's a notebook, Compaq nx6125). I'm starting X11 with %RUN% XWin -clipboard -silent-dup-error %RUN% wmaker And get a us keyboard, with the error message in /tmp/XWin.log (--) winConfigKeyboard - Layout: "0000080A" (0000080a) (EE) Keyboardlayout "Latin American" (0000080A) is unknown I've tried to go to the link indicated in the FAQ to get the keyboard layout (link @microsoft), but the link is dead. If I use "-xkblayout la" (or setxkbmap la [-model pc105]), as suggested in the mailing list at some point, I just loose most of my keys. Others layout work (I mean, I can charge a german one and have "z" and "y" switched, etc.). Any help would be welcome. Cheers, -- Xavier -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jf505@gmx.de Fri Oct 20 22:45:00 2006 From: jf505@gmx.de (Joerg Fischer) Date: Fri, 20 Oct 2006 22:45:00 -0000 Subject: Petition to Open Source CDE and Motif Message-ID: <20061021004549.edf1c49a.jf505@gmx.de> Hi, since Cygwin/X provides some Motif related programs like DDD and NEdit that then need to be build with LessTif (rather beta or sometimes even alpha quality) because so-called 'Open'Motif is forbidden for MS Windows, please have a look at this site: http://www.marutan.net/cde/ and sign the petition to open/free Motif and CDE. Greetings J?rg -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From scott@ohelp.com Fri Oct 20 23:08:00 2006 From: scott@ohelp.com (Scott Fordin) Date: Fri, 20 Oct 2006 23:08:00 -0000 Subject: Looking For Clipboard Solution In-Reply-To: <65CB65E7EABDD543B0EE8CA814C4E71A02ED7074@SBKE2KMB03.win.dowjones.net> References: <65CB65E7EABDD543B0EE8CA814C4E71A02ED7074@SBKE2KMB03.win.dowjones.net> Message-ID: <453956E4.2000505@ohelp.com> Koziatek, Joseph wrote: > Hi All, > > I'm running Cygwin X on a Dell/Windows XP to get a full Xsession on a > Solaris box and occasionally my X clipboard fails to work between X and > MS Windows. It takes quite some time (weeks) for it to happen. The MS > Windows clipboard continues to work withen itself and the X clipboard > continues to work withen itself (other X Windows) but they don't work > with each other. Once it fails I need to restart the X Server in it's > entirety to get X clipboard and MS Windows clipboard to talk to each > other. I use ClipMate from Thornsoft Development (http://www.thornsoft.com). It does cost money, but it is totally worth it, IMHO. It works very well with Cygwin, and in any case, on the rare occasions that I've lost the connection between ClipMate and some other app, ClipMate's "Re-Establish Clipboard Connection" command restores the connection without any problems and without having to close the app to which you're trying to connect. Scott > > I installed this Cygwin about 8 months ago from one of the Cygwin setup > mirror sites. > > I am using the -clipboard option to XWin: > > "XWin -nodecoration -emulate3buttons -clipboard -silent-dup-error > -query my_solaris_box" > > Is there a way that I can recover clipboad functionality between X and > MS Windows WITHOUT RESTART of entire X Server? > > Also, I really don't want to take the time to do an entire Cygwin > re-installation now, but would like to know if there is a quick simple > fix.. > > I appreciate your advice. > > Joe > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From keath@keathmilligan.net Sun Oct 22 14:38:00 2006 From: keath@keathmilligan.net (Keath Milligan) Date: Sun, 22 Oct 2006 14:38:00 -0000 Subject: XDMCP pauses/delays Message-ID: <453B824A.3020406@keathmilligan.net> https://bugs.freedesktop.org/show_bug.cgi?id=7911 Are there any updates on this bug? I'm getting hit by this now. I'm not sure why I'm just now seeing it (I've used Cygwin/X for years), but I have the problem on two different machines. I've taken all of the usual steps of completely disabling and shutting down virus-scanning software, graphics card desktop tools, etc. to no avail. My symptoms are exactly as described in this bug - I can log into an XDMCP session and everything is fine until I press a key and then keyboard and mouse responsiveness becomes very choppy. If I just start XWin without XDMCP and just launch applications from a telnet session to remote host, I don't see the problem. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From Luis.G.Rivera@temple.edu Mon Oct 23 19:59:00 2006 From: Luis.G.Rivera@temple.edu (Luis G. Rivera) Date: Mon, 23 Oct 2006 19:59:00 -0000 Subject: Cygwin/x: Cannot open X Display Message-ID: <20061023155920.ADW49210@po-e.temple.edu> I have used Cygwin/X on two computer in my office and it works with no problems. There are several users who cannot use the softwared. One in particular gets the following error messages: ERROR: Cannot open X display. Check display name/server access authorization. ERROR: Explorer failed to initialize. ERROR: Cannot open X display. Check display name/server access authorization. ERROR: Cannot open X display. Check display name/server access authorization. ERROR: Explorer failed to initialize. This is the steps that I use in my office to run Cygwin/X: 1. Execute ?startxwin.bat?. 2. On the window that opens I type: xhost + hostname.temple.edu. Then I type: ssh ?X userid@hostname.temple.edu. 3. I type my password and get in with no problem. Then I type: setenv DISPLAY myipaddress:0.0. 4. After that I execute SAS by typing SAS&. Then SAS starts. In the computers in my office it works fine. In other computers the above message is displayed after I type SAS&. I have verified the IP address. Specs: ? OS: Windows XP Professional. ? Cygwin/X was installed from the setup.exe file located at: http://x.cygwin.com/. ? The system I login to is a UNIX system. ? User is an administrator. Any suggestions? Luis G. Rivera Senior Tech Support Specialist Computer Services Help Desk From haridara@gmail.com Wed Oct 25 00:35:00 2006 From: haridara@gmail.com (Hari Krishna Dara) Date: Wed, 25 Oct 2006 00:35:00 -0000 Subject: xfree: problem killing java processes In-Reply-To: References: Message-ID: When I start Java processes in an rxvt window (no X), ^C returns the control without actually killing all the child processes. In this specific case, I am running ant, either through ant.bat, ant (shell script) or through a custom perl wrapper (which directly executes java bypassing ant.bat or ant). When the perl wrapper is used it is started from another batch file, so here is how the process execution: - batch starts a perl command - perl command starts java (ant) - ant starts another java process The process tree as shown by sysinternals' process explorer is: bash cmd perl java java When I hit ^C, bash and cmd exit immediately leaving perl and the two java processes. Similarly, when I use the ant shell script, I see: sh java java Hitting ^C in this case kills sh and the outer java process leaving the last java process. When using ant.bat, I see: bash cmd java java Hitting ^C in this case kills bash and cmd, leaving the two java processes. A bit of analysis shows that the propagation of kill signal stops with the first non-cygwin application. I searched for known issues and found a thread about killing JBoss server, but there were not many details on what exactly the problem was and there was no resolution. While I can't believe that no one else has been seeing this error, I can only hope that I am missing to see some known information on this. I appreciate any help on how to solve this problem if there is one existing. I have very recent cygwin: CYGWIN_NT-5.1 whitney 1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin Thank you, Hari -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From kens@kensnet.org Wed Oct 25 12:05:00 2006 From: kens@kensnet.org (Ken Smith) Date: Wed, 25 Oct 2006 12:05:00 -0000 Subject: W2k cygwin/x and XDMCP Message-ID: <453F5308.1050804@kensnet.org> Hi, I've been using cygwin/x for some time now on a W2K installation and on a WinXP laptop machine with XDMCP connected to various different FC3/4/5 hosts. A couple of days ago the W2K XDMCP sessions suddenly stopped working but the WinXP Laptop ones still work. The display shows the pattern that normally appears if the XDMCP server is off line. Both MS installations have MS's Automatic Updates enabled. I have re-installed cygwin on the W2K system with no improvement. Interestingly, ssh x-forwarded sessions still work fine on the W2K machine, its XDMCP that is failing. Netstat shows XWin.exe listening on port 6000 on the W2K box, which hasn't a firewall, and I can telnet to that port from the WinXP Laptop machine and that session connects. Port 177/udp is listening on the FC5 box I'm testing with. An Ethereal trace from the W2K box shows a port 177 exchange between the W2K and the FC5 box with the sequence -> Query, Query, Willing, Request, Request, Accept, Accept, Manage, Manage, - then a brief pause - followed by Manage, Manage - then another pause - then Manage, Manage. All the manage packets have the same session ID in them. All this is on port 177/udp with no port 6000 traffic at all. I would have expected to see some port 6000 traffic from the FC5 box even if it was rejected/ignored by the W2K box. The ethereal log from theWinXP laptop shows -> Query, Willing, Request, Accept, Manage on port 177 followed by a flurry of X11 packets on port 6000. Interestingly, no repeat packets like on the W2K box. I've noticed some other comments on the list, about XDMCP mysteriously stopping working, related to MS Updates. I have removed KB925486, despite its warnings about many things stopping working as a result, with no improvement, and put it back. The same hardware that runs the suspect W2K system also boots WinXP and FC5 (among others). Cygwin on the WinXP installation (also fully up to date with MS's patches) there also shows the same symptoms as the W2Ksystem, but the FC5 system on that hardware can connect to the remote FC5 XDMCP server just fine. Any ideas/help would be much appreciated. Thanks in advance Ken -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From karenccytk@wsrins.com Wed Oct 25 18:09:00 2006 From: karenccytk@wsrins.com (Mitchell) Date: Wed, 25 Oct 2006 18:09:00 -0000 Subject: archetype Freee meetting siite. Message-ID: <6907095282.111517636154@wsrins.com> good enough Freee DATlNNG SlTEE. http://eddivdu4ner.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From andy.glew@intel.com Thu Oct 26 16:52:00 2006 From: andy.glew@intel.com (Glew, Andy) Date: Thu, 26 Oct 2006 16:52:00 -0000 Subject: GNU Emacs screen size after screen size switching Message-ID: <1B47D24854C7BC4FA8DA28BEBB59B0BABACF25@orsmsx419.amr.corp.intel.com> I am using GNU Emacs 21.2.1 (i686-pc-cygwin, X toolkit) of 2004-03-22 on cm-test on cygwin [glew@PXPL8591 ~] 506$ uname -a CYGWIN_NT-5.1 PXPL8591 1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin using X [glew@PXPL8591 ~] 507$ XWin -v Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.2.0-4 in multiwindo3w mode. I am running on an IBM ThinkPad T43p. I often work on the 1400x1050 laptop screen disconnected. I just as often work with the laptop's external video driving an external LCD monitor, 1600x1200, in addition to the laptop LCD. I.e. I often run with two monitors, one 1400x1050 and the other 1600x1200. Windows NT switches monitor modes well enough... The various Cygwin XWindows apps run on both monitors - their Windows window can be dragged to either monitor. When I boot from scratch using the 1600x1200 external monitor, Cygwin/X/GNU Emacs can use all of the 1600x1200 screen space. However, in some situations, I find myself with GNU Emacs windows that, when maximized in the 1600x1200 window, acts as if the X server, but not Emacs, thinks that the display size is only 1400x1050. * The full Windows window is drawn * However, the X related Emacs stuff - the left side scroll bar, and the title bar - is drawn suitable for only 1400x1050. There are white areas within the Windows window for the parts of the screen that go beyond 1400x1050. * However^2, the text oriented part of Emacs seems to be acting as if it has a full 1600x1200. The minibuffer and mode line are invisible, as is the right part of the screen. I can hit type, and the typing simply stops being drawn when I go into the rightmost part, and reappears when the screen wraps. Today I just noticed a new behavior: with the external LCD as the primary monitor, Emacs windows dragged to the laptop LCD no longer get updated. Emacs commands work, as can be seen by their side effects on the windows title bar, and when they are dragged back to the primary display. But nothing gets updated on the secondary display. I could swear that this does not always behave this way. I could swear that I have used emacs on the secondary display. But it is possible that I have used it only in a read-only mode. I am not 100% sure under what circumstances this occurs. It is nearly always related to when I dock or undock, converting from dual monitor mode to single monitor mode and back again. But I am not sure if it occurs only if I booted in single monitor mode and thens witched. Any help appreciated. Mail to andy dot glew at intel dot com or emacs-cygwin-issue at patten-glew dot net -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From eli@billauer.co.il Thu Oct 26 20:41:00 2006 From: eli@billauer.co.il (Eli Billauer) Date: Thu, 26 Oct 2006 20:41:00 -0000 Subject: Delay using Konsole with Xwin Message-ID: <45411DC2.6040102@billauer.co.il> Hello, I've been using Xwin under cygwin 1.26 (and the same Xwin which came with the same version). I know, a bit old, but it has been serving me very well since around 2002, and I have no apparent reason to upgrade. Or maybe... The only thing that really annoys me, is that every time I switch tabs on Konsole (version 1.1 under KDE 3.0) from the client, a windows process is started, and then a windows process is killed, soon withafter. I know this, because I have sound effects on the windows computer for these events. This becomes a huge annoyment when the server computer is loaded, because this causes Konsole to freeze for a while, until the server computer reclaims swapped memory space. This can be up to a few seconds. Checking with ethereal, I discovered that a tab switch involves, among X11 event reports, three requests packets. One GetModifierMapping (119) request, one QueryPointer (38), and one packet consisting of four ChangeProperty (18) requests: For property WM_NAME (39), unknown property (231) and then twice WM_ICON_NAME (37), apparently to the same value. Any idea of how I can switch tabs without getting the server involved too much? Thanks in advance, Eli -- Web: http://www.billauer.co.il -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From mgoh@lle.rochester.edu Fri Oct 27 19:52:00 2006 From: mgoh@lle.rochester.edu (mgoh) Date: Fri, 27 Oct 2006 19:52:00 -0000 Subject: Cygwin X fails to start In-Reply-To: <452EFC13.4080202@cygwin.com> References: <44FF1905.3090207@hegemony.com> <6782673.post@talk.nabble.com> <452EFC13.4080202@cygwin.com> Message-ID: <7037224.post@talk.nabble.com> > See the '-f' flag for 'mount'. I tried many times, but it did work. It would complain that the mount didn't exist. I had to do the little dance described above... -- View this message in context: http://www.nabble.com/Re%3A-Cygwin-X-fails-to-start-tf2228903.html#a7037224 Sent from the cygwin-xfree mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From betancourtb@utep.edu Fri Oct 27 20:31:00 2006 From: betancourtb@utep.edu (Betancourt, Benjamin) Date: Fri, 27 Oct 2006 20:31:00 -0000 Subject: Error Message-ID: I was wondering if anyone could help me with this error. ?I have no idea what it means. _XSERVTransSocketINETCreateListener: ...SocketCreateListener() failed _XSERVTransMakeAllCOTSServerListeners: server already running Fatal server error: Cannot establish any listening sockets - Make sure an X server isn't already running Thank you, Ben Betancourt Research Coordinator University of Texas at El Paso Laboratory for Industrial Metrology and Automation betancourtb@utep.edu -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From r.berber@computer.org Fri Oct 27 23:47:00 2006 From: r.berber@computer.org (=?ISO-8859-1?Q?Ren=E9_Berber?=) Date: Fri, 27 Oct 2006 23:47:00 -0000 Subject: Error In-Reply-To: References: Message-ID: Betancourt, Benjamin wrote: > I was wondering if anyone could help me with this error. I have no idea what it means. > _XSERVTransSocketINETCreateListener: ...SocketCreateListener() failed > _XSERVTransMakeAllCOTSServerListeners: server already running > > Fatal server error: > Cannot establish any listening sockets - Make sure an X server isn't already running It means literally what it says: you cannot start more than one X server at a time (on the same ports). You probably are running into another problem and when you don't see the xterm or the application you were expecting to see you try to start it again... won't work, the original problem is still there. Wild guess: you have anti-virus or "internet security" software that block the X server ports. -- Ren? Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From amitron2005@gmail.com Sat Oct 28 16:08:00 2006 From: amitron2005@gmail.com (Amit Ron) Date: Sat, 28 Oct 2006 16:08:00 -0000 Subject: problem with setxkbmap Message-ID: Hello, I am having problems switching to my Danish keymap on Cygwin/X using setxkbmap. If I type "setxkbmap dk" it outputs "Error loading new keyboard description" and back in the bash window it outputs "/usr/bin/sh: /usr/X11R6/lib/X11/xkb/xkbcomp: No such file or directory". I've already tried searching on Google for hours and still, nothing. Please help. -- Amit Ron -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pechtcha@cs.nyu.edu Sat Oct 28 18:13:00 2006 From: pechtcha@cs.nyu.edu (Igor Peshansky) Date: Sat, 28 Oct 2006 18:13:00 -0000 Subject: Cygwin X fails to start In-Reply-To: <7037224.post@talk.nabble.com> References: <44FF1905.3090207@hegemony.com> <6782673.post@talk.nabble.com> <452EFC13.4080202@cygwin.com> <7037224.post@talk.nabble.com> Message-ID: On Fri, 27 Oct 2006, mgoh wrote: > > See the '-f' flag for 'mount'. > > I tried many times, but it did work. It would complain that the mount > didn't exist. I had to do the little dance described above... Read the mount man page on the difference between user and system mounts. If that is not the problem, please read for instructions on how to provide enough information for us to be able to help. FWIW, this belongs on the main Cygwin list. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu | igor@watson.ibm.com ZZZzz /,`.-'`' -. ;-;;,_ Igor Peshansky, Ph.D. (name changed!) |,4- ) )-,_. ,\ ( `'-' old name: Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte." "But no -- you are no fool; you call yourself a fool, there's proof enough in that!" -- Rostand, "Cyrano de Bergerac" -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From ffnogoodnik@stny.rr.com Sat Oct 28 19:05:00 2006 From: ffnogoodnik@stny.rr.com (FFNogoodnik) Date: Sat, 28 Oct 2006 19:05:00 -0000 Subject: Connecting to a UNIX Server Message-ID: <7053470.post@talk.nabble.com> Hi all, I have a VPN connection to work and know the server information but I do not know how to set up CygWin to connect to it. I had it before but unfortunately lost the information and the batch file that connected for me. Would someone here be able to help me out. Thanks in advance, Clayton -- View this message in context: http://www.nabble.com/Connecting-to-a-UNIX-Server-tf2531196.html#a7053470 Sent from the cygwin-xfree mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From ffnogoodnik@stny.rr.com Sun Oct 29 19:27:00 2006 From: ffnogoodnik@stny.rr.com (FFNogoodnik) Date: Sun, 29 Oct 2006 19:27:00 -0000 Subject: Connecting to a UNIX Server In-Reply-To: <7053470.post@talk.nabble.com> References: <7053470.post@talk.nabble.com> Message-ID: <7064373.post@talk.nabble.com> I was able to get it through an article titled "Connect To remote Unix desktops with Cygwin" FFNogoodnik wrote: > > Hi all, > > I have a VPN connection to work and know the server information but I do > not know how to set up CygWin to connect to it. I had it before but > unfortunately lost the information and the batch file that connected for > me. Would someone here be able to help me out. > > Thanks in advance, > Clayton > -- View this message in context: http://www.nabble.com/Connecting-to-a-UNIX-Server-tf2531196.html#a7064373 Sent from the cygwin-xfree mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From gustavo.seabra@gmail.com Mon Oct 30 15:27:00 2006 From: gustavo.seabra@gmail.com (Gustavo Seabra) Date: Mon, 30 Oct 2006 15:27:00 -0000 Subject: "huge" font as default? Message-ID: Hi, I work with Cygwin/X in a laptop using 1600x1200 pixels. As a result, the Xtern fonts appear really small, and I always change to the "huge" setting (CTRL+right-click, "HUGE"). I tried changing the default font, but whenever I change font size, for example, the default font comes back. (I imagine not all fonts have all sizes...) So, my question is just: Is there any way to open the Xterm already with the 'huge" font, by default? Thanks, Gustavo Seabra. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From joseph.a.crider@boeing.com Mon Oct 30 17:21:00 2006 From: joseph.a.crider@boeing.com (Crider, Joseph A) Date: Mon, 30 Oct 2006 17:21:00 -0000 Subject: "huge" font as default? In-Reply-To: Message-ID: You can change the starting font by adding it to the file ~/.Xresources. I use the line XTerm.*.font: 9x15 to get the appearance I want (I think this is the same as the Large font). Use the command xlsfonts to get a complete list of available fonts. Allen Crider -----Original Message----- From: Gustavo Seabra [mailto:gustavo.seabra@gmail.com] Sent: Monday, October 30, 2006 9:27 AM To: cygwin-xfree@cygwin.com Subject: "huge" font as default? Hi, I work with Cygwin/X in a laptop using 1600x1200 pixels. As a result, the Xtern fonts appear really small, and I always change to the "huge" setting (CTRL+right-click, "HUGE"). I tried changing the default font, but whenever I change font size, for example, the default font comes back. (I imagine not all fonts have all sizes...) So, my question is just: Is there any way to open the Xterm already with the 'huge" font, by default? Thanks, Gustavo Seabra. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From dickey@his.com Mon Oct 30 17:41:00 2006 From: dickey@his.com (Thomas Dickey) Date: Mon, 30 Oct 2006 17:41:00 -0000 Subject: "huge" font as default? In-Reply-To: References: Message-ID: <20061030124022.F78551@mail101.his.com> On Mon, 30 Oct 2006, Crider, Joseph A wrote: > You can change the starting font by adding it to the file ~/.Xresources. > I use the line > XTerm.*.font: 9x15 > to get the appearance I want (I think this is the same as the Large > font). Use the command xlsfonts to get a complete list of available > fonts. 10x20 and 12x24 are usually available as fixed fonts. -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From gustavo.seabra@gmail.com Mon Oct 30 19:36:00 2006 From: gustavo.seabra@gmail.com (Gustavo Seabra) Date: Mon, 30 Oct 2006 19:36:00 -0000 Subject: "huge" font as default? In-Reply-To: References: Message-ID: On 10/30/06, Gustavo Seabra wrote: > Hi, > > I work with Cygwin/X in a laptop using 1600x1200 pixels. As a result, > the Xtern fonts appear really small, and I always change to the "huge" > setting (CTRL+right-click, "HUGE"). I tried changing the default font, -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From david.verizon@verizon.net Tue Oct 31 00:00:00 2006 From: david.verizon@verizon.net (David Sagenaut) Date: Tue, 31 Oct 2006 00:00:00 -0000 Subject: xterm can't display on second monitor Message-ID: <001701c6fc7f$7cc6d750$0300a8c0@sagenaut> I use a dual head display in a WinXP system. When starting startxwin.bat it opens an xterm window that works while it is on the main display. But when I drag it into the second display it doesn't show any characters and doesn't accept keystrokes anymore. They appear when I drag the window back into the primary display. Is that a bug or have I misconfigured anything? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From morty+cygwin@frakir.org Tue Oct 31 00:17:00 2006 From: morty+cygwin@frakir.org (Mordechai T. Abzug) Date: Tue, 31 Oct 2006 00:17:00 -0000 Subject: copy+paste large amount of text -- workaround Message-ID: <20061031001414.GM1464@red-sonja.frakir.org> One of my users at work had problems when copy+pasting large amounts of text from cygwin's Xfree86 into Windows. In particular, he get the following error: winClipboardFlushXEvents - SelectionNotify - X*TextPropertyToTextList returned: XConverterNotFound. I upgraded his cygwin packages to the latest packages, which helped get rid of this error, but didn't allow the copy+pasting to work. Looking online, this is a known bug: http://www.cygwin.com/ml/cygwin-xfree/2004-01/msg00416.html http://www.cygwin.com/ml/cygwin-xfree/2004-01/msg00417.html http://www.cygwin.com/ml/cygwin-xfree/2003-10/msg00065.html I've found a workaround: run xclipboard. For whatever reason, with xclipboard running in background, copy+paste large amounts of text works fine. [I'm not normally subscribed to this list, but figured I should "give back".] - Morty -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From kens@kensnet.org Tue Oct 31 06:30:00 2006 From: kens@kensnet.org (Ken Smith) Date: Tue, 31 Oct 2006 06:30:00 -0000 Subject: W2k cygwin/x and XDMCP In-Reply-To: References: Message-ID: <4546ED8F.30102@kensnet.org> Tajul Bashar wrote: > Hi Ken, > > Sorry that I can not be of any use to your problem. I need some help > instead. I was using CygwinX with Redhat 9 using XDMCP. But I can??t > seem to get any screen from FC5 Workstation. > > I can see there are lot of changes in FC5 in terms of X configuration. > But can??t seem to figure out what to do. > > Your reply will appreciated highly. > > Tajul > Hi Tajul, Well the interesting thing is that after a couple of days the problem with W2K fixed itself. I have no idea why - nothing changed except it has been rebooted a couple of times! In FC5 the Fedora team have a X utility called gdmsetup which allows you to make the adjustments which you would otherwise need to do manually with vi. That should do what you need. Take care Ken -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From luisr@temple.edu Tue Oct 31 19:06:00 2006 From: luisr@temple.edu (Luis G. Rivera) Date: Tue, 31 Oct 2006 19:06:00 -0000 Subject: ERROR: Cannot open X display Message-ID: <20061031140621.AEB24933@po-e.temple.edu> I have used Cygwin/X on two computer in my office and it works with no problems. There are several users who cannot use the softwared. One in particular gets the following error messages: ERROR: Cannot open X display. Check display name/server access authorization. ERROR: Explorer failed to initialize. ERROR: Cannot open X display. Check display name/server access authorization. ERROR: Cannot open X display. Check display name/server access authorization. ERROR: Explorer failed to initialize. This is the steps that I use in my office to run Cygwin/X: 1. Execute ?startxwin.bat?. 2. On the window that opens I type: xhost + hostname.temple.edu. Then I type: ssh ?X userid@hostname.temple.edu. 3. I type my password and get in with no problem. Then I type: setenv DISPLAY myipaddress:0.0. 4. After that I execute SAS by typing SAS&. Then SAS starts. In the computers in my office it works fine. In other computers the above message is displayed after I type SAS&. I have verified the IP address. Specs: ? OS: Windows XP Professional. ? Cygwin/X was installed from the setup.exe file located at: http://x.cygwin.com/. ? The system I login to is a UNIX system. ? User is an administrator. Any suggestions? Luis G. Rivera Senior Tech Support Specialist Computer Services Help Desk Luis G. Rivera Senior Tech Support Specialist Computer Services Help Desk From custore@gmail.com Tue Oct 31 20:06:00 2006 From: custore@gmail.com (Tojur) Date: Tue, 31 Oct 2006 20:06:00 -0000 Subject: Emacs problem after rebaseall: some progresses? References: Message-ID: WUAU!!! Thx a lot. You must be some kind of genius to find such a think. I had a problem because xmgrace doesnt open. So i make a rebaseall that solved the problem but emacs stop of work. I almost reinstall. thx a lot. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From Cary_Jamison@Symantec.com Tue Oct 31 20:07:00 2006 From: Cary_Jamison@Symantec.com (Cary Jamison) Date: Tue, 31 Oct 2006 20:07:00 -0000 Subject: xterm can't display on second monitor References: <001701c6fc7f$7cc6d750$0300a8c0@sagenaut> Message-ID: David Sagenaut wrote: > I use a dual head display in a WinXP system. When starting > startxwin.bat it opens an xterm window that works while it is on the > main display. But when I drag it into the second display it doesn't > show any characters and doesn't accept keystrokes anymore. They > appear when I drag the window back into the primary display. Is that > a bug or have I misconfigured anything? > http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-multihead Cary -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From r.berber@computer.org Tue Oct 31 21:03:00 2006 From: r.berber@computer.org (=?UTF-8?B?UmVuw6kgQmVyYmVy?=) Date: Tue, 31 Oct 2006 21:03:00 -0000 Subject: ERROR: Cannot open X display In-Reply-To: <20061031140621.AEB24933@po-e.temple.edu> References: <20061031140621.AEB24933@po-e.temple.edu> Message-ID: Luis G. Rivera wrote: > I have used Cygwin/X on two computer in my office and it works > with no problems. There are several users who cannot use the > softwared. One in particular gets the following error messages: > > ERROR: Cannot open X display. Check display name/server > access authorization. [snip] > > This is the steps that I use in my office to run Cygwin/X: > > 1. Execute ?startxwin.bat?. > 2. On the window that opens I type: xhost + > hostname.temple.edu. Then I type: ssh ?X > userid@hostname.temple.edu. > 3. I type my password and get in with no problem. Then I > type: setenv DISPLAY myipaddress:0.0. This is wrong, if you used "ssh -X" then DISPLAY is already set (by ssh) and it has a different value, usually localhost:10.0 for the first connection. The idea is that ssh will tunnel the X connection through itself (thus localhost) and it uses a configurable display number (the 10.0). The reason it works from some computers and not from others is that even if the X server exists at myipaddress:0.0 it could be blocked by any firewall between computers; the ssh tunnel is the way to avoid being blocked. [snip] -- Ren? Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/