From Alexander.Gottwald@s1999.tu-chemnitz.de Wed Dec 1 00:43:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 01 Dec 2004 00:43:00 -0000 Subject: Problems building X/Cygwin (no XpConfig) In-Reply-To: References: Message-ID: Igor Shmukler wrote: > Hello, > > I am trying to build X/Cygwin. > I installed the tools and used setup program to checkout the sources. > For some reason programs/Xserver/ directory does not have XpConfig branch. > I tried checking out from several alternative locations. > Build compains that the directory is missing and stops. X.org repository indeed does have the directory. > > Any ideas? have you tried cvs update -d? This creates missing directories. Which command did you use? bye ago NP: Iris - Whatever -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From zakki@peppermint.jp Wed Dec 1 14:01:00 2004 From: zakki@peppermint.jp (Kensuke Matsuzaki) Date: Wed, 01 Dec 2004 14:01:00 -0000 Subject: Internal-wm/rootless observations In-Reply-To: References: Message-ID: > After many days of debugging the internalwm code i finally found > the actual problem. > > The rootless code wants the pixmap buffer aligned to 32bit boundaries. > If the window width is odd and the xserver is run in 16bpp mode then > this is no guaranteed and this leads the strange errors. > > Internalwm is only usable in 32bit mode. I can reproduce the problem when I change 16bit mode. Usually I use 32bit mode, so I couldn't. > This is not an actual problem. The goal should be anyway to work > with 32 bit visuals only and have real transparancy. I'm still > searching for a clean method to blit 32 bit bitmaps to 16 bit ones. > The simple aproach of allocating the bitmap with Could you give me diff? I want to try that. I think we have no reason to use winshadgdi.c in mwextwm mode and some code in winshadgdi.c don't match mwextwm. I have to write winshadrootless? Thanks in advance. -- Kensuke Matsuzaki mailto:zakki@peppermint.jp http://peppermint.jp From rrepasky@lack.ucs.indiana.edu Wed Dec 1 14:22:00 2004 From: rrepasky@lack.ucs.indiana.edu (Dick Repasky) Date: Wed, 01 Dec 2004 14:22:00 -0000 Subject: Cygwin X live on CD In-Reply-To: References: Message-ID: I've built a CD-ROM that runs Cygwin X live from CD in a modest Cygwin environment. It's available at http://xlivecd.indiana.edu/. Briefly, I was messing around to build Cygwin on a USB flash drive and posted to the Cygwin mailing list. Fergus pointed out his instructions for building a Cygwin CD. I realized that we have users who could really use Cygwin X on CD so I applied Fergus' instructions, made some modifications, and added a wizard to give the CD the feel of an application that has the sole purpose of running X. The scripts that I wrote to make the wizard work are under the GPL. Enjoy, Dick ----------------- Dick Repasky Bioinformatics Support UITS Cubicle 101.08 Indiana University USA rrepasky@indiana.edu From alexander.gottwald@s1999.tu-chemnitz.de Wed Dec 1 14:53:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 01 Dec 2004 14:53:00 -0000 Subject: Internal-wm/rootless observations In-Reply-To: References: Message-ID: On Wed, 1 Dec 2004, Kensuke Matsuzaki wrote: > Could you give me diff? I want to try that. Actually not. Most changes where done in gdb with "set var ...." ;) let's do it from memory: in winMWExtWMStartDrawing: hdcNew = CreateCompatibleDC (pRLWinPriv->hdcScreen); /* Describe shadow bitmap to be created */ pRLWinPriv->pbmihShadow->biWidth = pRLWinPriv->pFrame->width;//pRLWinPriv->dwWidth; pRLWinPriv->pbmihShadow->biHeight = -pRLWinPriv->pFrame->height;//pRLWinPriv->dwHeight; + pRLWinPriv->pbmihShadow->biBitCount = 32; /* Create a DI shadow bitmap with a bit pointer */ in winAdjust - /* Query GDI for current display depth */ - dwBPP = GetDeviceCaps (hdc, BITSPIXEL); + /* Set the colordepth to 32 to please rootless code */ + dwBPP = 32; /* GDI cannot change the screen depth */ This is in no way safe and should be wrapped with a check for -internalwm but safe for testing > I think we have no reason to use winshadgdi.c in mwextwm mode and some > code in winshadgdi.c don't match mwextwm. I have to write winshadrootless? I don't think so. We have way too much code anyway i think. 5 different engines, to code for handling windowed, pseudorootless and rootless code. If we find a safe way to blit from 32bit planes to 16bit planes then this will be quite useful in shadow GDI mode too. Sebastian Haby told me the 8bit pseudocolor patch he made has similar code (blitting from a 8bit plane to 32/24/16 bit). I'll have to check the mail archives at home for this code bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Wed Dec 1 14:55:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 01 Dec 2004 14:55:00 -0000 Subject: Cygwin X live on CD In-Reply-To: References: Message-ID: On Wed, 1 Dec 2004, Dick Repasky wrote: > > I've built a CD-ROM that runs Cygwin X live from CD in a modest Cygwin > environment. It's available at http://xlivecd.indiana.edu/. > > Briefly, I was messing around to build Cygwin on a USB flash drive and > posted to the Cygwin mailing list. Fergus pointed out his instructions > for building a Cygwin CD. I realized that we have users who could really > use Cygwin X on CD so I applied Fergus' instructions, made some > modifications, and added a wizard to give the CD the feel of an > application that has the sole purpose of running X. The scripts that I > wrote to make the wizard work are under the GPL. Nice to hear. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From shmukler@mail.ru Wed Dec 1 15:13:00 2004 From: shmukler@mail.ru (Igor Shmukler) Date: Wed, 01 Dec 2004 15:13:00 -0000 Subject: Problems building X/Cygwin (no XpConfig) In-Reply-To: Message-ID: Alex, I actually went to X.org and got latest release of X. IMHO, cygwin documentation sucks. Same goes for the setup tool and packaging. At least DLL still works. If maintainers (are there such individuals?) want to know how these things can be done, I suggest looking at FreeBSD ports. Building an entire environment from scratch is way easier. UWIN that I used several years ago, is nice but not free for commercial use. If you do not need to bother with commercial use I suggest trying UWIN ASAP. Igor. -----Original Message----- From: Alexander Gottwald To: cygwin-xfree@cygwin.com, Igor Shmukler Date: Wed, 1 Dec 2004 01:43:22 +0100 (MET) Subject: Re: Problems building X/Cygwin (no XpConfig) > > Igor Shmukler wrote: > > > Hello, > > > > I am trying to build X/Cygwin. > > I installed the tools and used setup program to checkout the sources. > > For some reason programs/Xserver/ directory does not have XpConfig branch. > > I tried checking out from several alternative locations. > > Build compains that the directory is missing and stops. X.org repository indeed does have the directory. > > > > Any ideas? > > have you tried cvs update -d? This creates missing directories. > > Which command did you use? > > bye > ago > NP: Iris - Whatever > -- > Alexander.Gottwald@s1999.tu-chemnitz.de > http://www.gotti.org ICQ: 126018723 > From alexander.gottwald@s1999.tu-chemnitz.de Wed Dec 1 15:36:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 01 Dec 2004 15:36:00 -0000 Subject: Problems building X/Cygwin (no XpConfig) In-Reply-To: References: Message-ID: On Wed, 1 Dec 2004, Igor Shmukler wrote: > Alex, > > I actually went to X.org and got latest release of X. > IMHO, cygwin documentation sucks. Same goes for the setup tool and packaging. At least DLL still works. If maintainers (are there such individuals?) want to know how these things can be done, I suggest looking at FreeBSD ports. > > Building an entire environment from scratch is way easier. UWIN that I used several years ago, is nice but not free for commercial use. If you do not need to bother with commercial use I suggest trying UWIN ASAP. yet another blurb. How much have you paid for cygwin? Nothing? You get what you've paid for? No. Actually you get far more than that. But it does not seem to bother you. Hm. Maybe I should put a sign on the website: +--------------------------+ | Mailinglist support fees | | | | regular users: free | | dumb-asses: $1 | | assholes: $10 | +--------------------------+ http://x.cygwin.com/donations.html @??yvind: Just what I've ranted about in yesterdays mail. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From cgf-no-personal-reply-please@cygwin.com Wed Dec 1 15:45:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Wed, 01 Dec 2004 15:45:00 -0000 Subject: Problems building X/Cygwin (no XpConfig) In-Reply-To: References: Message-ID: <20041201154556.GC13804@trixie.casa.cgf.cx> On Wed, Dec 01, 2004 at 06:13:46PM +0300, Igor Shmukler wrote: >I actually went to X.org and got latest release of X. IMHO, cygwin >documentation sucks. Comments like "documentation sucks" are completely useless and obviously intended to make the sender feel self-righteous and irritate the people who are working on the project. This is not an "IMHO". It is a fact. Anyone with any background in software, and particularly in free software, would know that the documentation is improved either by offering specific comments or, even better, by offering actual words to improve it. Inflammatory words like "sucks" do absolutely nothing towards improving anything and just illustrate the senders unhelpful mindset. I say this, knowing full well that this email will probably be followed by point-missers saying "But, the documentation *is* bad! *sob* I can't figure it out, so it *must* be bad." or "You should listen to the users! The users! *sob*" The rest of this message just continued in kind so, rather than repeatedly make the same points, I will stop here. cgf From shmukler@mail.ru Wed Dec 1 16:04:00 2004 From: shmukler@mail.ru (Igor Shmukler) Date: Wed, 01 Dec 2004 16:04:00 -0000 Subject: Problems building X/Cygwin (no XpConfig) In-Reply-To: Message-ID: Is your mother proud of your manners? > > Alex, > > > > I actually went to X.org and got latest release of X. > > IMHO, cygwin documentation sucks. Same goes for the setup tool and packaging. At least DLL still works. If maintainers (are there such individuals?) want to know how these things can be done, I suggest looking at FreeBSD ports. > > > > Building an entire environment from scratch is way easier. UWIN that I used several years ago, is nice but not free for commercial use. If you do not need to bother with commercial use I suggest trying UWIN ASAP. > > yet another blurb. > > How much have you paid for cygwin? Nothing? You get what you've paid for? > > No. Actually you get far more than that. But it does not seem to bother > you. > > Hm. Maybe I should put a sign on the website: > > +--------------------------+ > | Mailinglist support fees | > | | > | regular users: free | > | dumb-asses: $1 | > | assholes: $10 | > +--------------------------+ > > http://x.cygwin.com/donations.html > > @??yvind: Just what I've ranted about in yesterdays mail. > > bye > ago > -- > Alexander.Gottwald@s1999.tu-chemnitz.de > http://www.gotti.org ICQ: 126018723 > From cgf-no-personal-reply-please@cygwin.com Wed Dec 1 16:14:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Wed, 01 Dec 2004 16:14:00 -0000 Subject: Problems building X/Cygwin (no XpConfig) In-Reply-To: References: Message-ID: <20041201161447.GD13804@trixie.casa.cgf.cx> On Wed, Dec 01, 2004 at 04:36:08PM +0100, Alexander Gottwald wrote: >Hm. Maybe I should put a sign on the website: > >+--------------------------+ >| Mailinglist support fees | >+--------------------------+ >| | >| regular users: free | >| dumb-asses: $1 | >| assholes: $10 | >+--------------------------+ > LOL! You can take comfort in the fact that you've actually accomplished something constructive with your life that has benefitted many people. Contrast that with the "documentation sucks" people and the people who think that they help by sending cliche-ridden manifestos about the way things ought-to-be done. Even if the documentation did suck and even if the project was horribly managed (both false premises) you can claim satisfaction in the fact that you are actively doing something which is demonstrably helping many people. The critics, no matter how articulate they are (I'm sure there must be at least one articulate critic out there although we haven't seen one here in a while) usually do very little to help. In a free software project, there really is little excuse for someone taking twenty minutes to write a message when they could have spent twenty minutes improving documentation or fixing code instead. cgf From cgf-no-personal-reply-please@cygwin.com Wed Dec 1 16:16:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Wed, 01 Dec 2004 16:16:00 -0000 Subject: Problems building X/Cygwin (no XpConfig) In-Reply-To: References: Message-ID: <20041201161640.GE13804@trixie.casa.cgf.cx> On Wed, Dec 01, 2004 at 07:04:16PM +0300, Igor Shmukler wrote: >Is your mother proud of your manners? You have got to be kidding me! You wonder into this mailing list firing off content-free criticisms and tell everyone to go to a competing commercial product. And, *you* are talking about *manners*? Alexander, I think you need another support category: totally clueless ********: $1000 cgf From primorec@sbcglobal.net Wed Dec 1 16:36:00 2004 From: primorec@sbcglobal.net (Igor Furlan) Date: Wed, 01 Dec 2004 16:36:00 -0000 Subject: Problems building X/Cygwin (no XpConfig) In-Reply-To: <20041201161640.GE13804@trixie.casa.cgf.cx> Message-ID: <20041201163649.26538.qmail@web81608.mail.yahoo.com> --- Christopher Faylor wrote: > > Alexander, I think you need another support > category: > > totally clueless ********: $1000 nope it should be totally clueless ********: priceless From torrey@mrcla.com Wed Dec 1 16:53:00 2004 From: torrey@mrcla.com (Torrey Lyons) Date: Wed, 01 Dec 2004 16:53:00 -0000 Subject: Internal-wm/rootless observations In-Reply-To: References: Message-ID: I have been away on a long Thanksgiving vacation so I've been slow to respond. In any case, the 16 bpp modes are problematic but I believe we solved issues with them in the rootless code awhile back. The fundamental problem is that fb assumes screens are always 32-bit aligned. Thus you if a window's pixmap is not 32-bit aligned, fb assumes it can still access the word before the start of a drawable's data. In rootless mode, where windows are located higgledy-piggledy in memory, this is not true. Rootless solves (or attempts to solve) this problem with the SetPixmapBaseToScreen() macro in rootlessCommon.h. The idea is that the unaligned window's pixmap is moved backwards in memory to align it and then a positive offset it given to fb to indicate where the window resides in the pixmap. If there is an edge case where rootless does not work in 16-bits it would be good to track down. This mode is sometimes used on Mac OS X. Hopefully that is helpful. I've got a review today but I can look at this in more detail tomorrow. --Torrey At 4:45 PM +0100 11/30/04, Alexander Gottwald wrote: >Hi all, > >After many days of debugging the internalwm code i finally found >the actual problem. > >The rootless code wants the pixmap buffer aligned to 32bit boundaries. >If the window width is odd and the xserver is run in 16bpp mode then >this is no guaranteed and this leads the strange errors. > >Internalwm is only usable in 32bit mode. > >This is not an actual problem. The goal should be anyway to work >with 32 bit visuals only and have real transparancy. I'm still >searching for a clean method to blit 32 bit bitmaps to 16 bit ones. >The simple aproach of allocating the bitmap with > >CreateCompatibleBitmap() >bitmap->width = width >bitmap->height = height >bitmap->bpp = dbBPP >CreateDIBSection() > >BitBlt(windowdc, ..., shadowdc, ...) > >was not working properly. Is CreateCompatibleBitmap reusing the >DC from the screen? How can I create a 32bit bitmap if the desktop >is running in 16bit? > >Anyway. Setting the bitmap depth to 32bit fixed the crashes I had >the last weeks with rootless but garbled the output. So the goal is >to have everything inside the server running at 32bit and let GDI do >the colorspace translation from 32 to 16 or 24 bit. > >@zakki: I've found this in the code > > if (winIsInternalWMRunning(pScreenInfo)) > winAdjustXWindow (pWin, hwnd); > > winMWExtWMMoveResizeXWindow (pWin, > >shouldn't that be > > if (winIsInternalWMRunning(pScreenInfo)) > winAdjustXWindow (pWin, hwnd); > else > winMWExtWMMoveResizeXWindow (pWin, > >bye > ago >-- > Alexander.Gottwald@s1999.tu-chemnitz.de > http://www.gotti.org ICQ: 126018723 From mark.fisher@practiv.com Wed Dec 1 17:39:00 2004 From: mark.fisher@practiv.com (Mark Fisher) Date: Wed, 01 Dec 2004 17:39:00 -0000 Subject: Starting X on a second monitor - kludge that works Message-ID: Hi. I've been trawling the archives looking for a solution to the problem of starting Xwin on a second monitor. The only way I've been able to get this to work is to use a program that allows you to send the app to a 2nd monitor. The program in question is UltraMon. If your second monitor is a different size to your primary, then no fear, just specify the size of the screen when starting x. I've just ported xfce4.2 to cygwin, and start it like this: bash --login -c "/opt/xfce4/bin/startxfce4 -- -nodecoration -screen 0 1280 1024" (this I run as a batch file using either the /usr/X11R6/bin/run to hide the window, or a free program I found called "runhide") which opens then screen at my 2nd monitor's resolution (but on the primary monitor), then on the task bar, RMB on the app, choose "Move to other monitor". For those of you fortunate enough to have a radeon gfx card (my last job used dell's with radeon cards), then the native gfx drivers allow this kind of functionality too. anyone found another method for doing this? I quite like XFCE on my 2nd monitor. Now to port firefox using gtk under cygwin... Mark Fisher From alexander.gottwald@s1999.tu-chemnitz.de Wed Dec 1 18:14:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 01 Dec 2004 18:14:00 -0000 Subject: Internal-wm/rootless observations In-Reply-To: References: Message-ID: On Wed, 1 Dec 2004, Torrey Lyons wrote: > I have been away on a long Thanksgiving vacation so I've been slow to > respond. No problem. I'm hunting this for some weeks already > In any case, the 16 bpp modes are problematic but I believe > we solved issues with them in the rootless code awhile back. The > fundamental problem is that fb assumes screens are always 32-bit > aligned. Thus you if a window's pixmap is not 32-bit aligned, fb > assumes it can still access the word before the start of a drawable's > data. In rootless mode, where windows are located higgledy-piggledy > in memory, this is not true. > > Rootless solves (or attempts to solve) this problem with the > SetPixmapBaseToScreen() macro in rootlessCommon.h. The idea is that > the unaligned window's pixmap is moved backwards in memory to align > it and then a positive offset it given to fb to indicate where the > window resides in the pixmap. > > If there is an edge case where rootless does not work in 16-bits it > would be good to track down. This mode is sometimes used on Mac OS X. Maybe the odd window width is the problem. Testcase: xterm width 501 pixel http://www-user.tu-chemnitz.de/~goal/Xming/internalwm.png setting the with to 502 pixel in the debugger solved the distorted drawing. assuming the base was 0x2b00000. After the window was translated by (0,5) the pixmap base was moved by 5 * 1002 bytes. In the fb drawing functions the offset was never correct to 0x2b00000. It was still below that value and the access an access violation. I had problems with fbCopyNtoN and fbBlt. SetPixmapBaseToScreen does: ptr = 0x2b00000 - 5 * 1002 = 0x2afec6e This is unaligned -> fixing this ptr = 0x2afec6e - 2 = 0x2afec6c fbCopyNtoN does dst + (pbox->y1 + dstYoff) * dstStride so this is 0x2afec6c + (0 + 5) * 1002 = 0x2affffe -> unaligned and _off pixmap_ bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From earle@ziplabel.com Thu Dec 2 05:52:00 2004 From: earle@ziplabel.com (Earle F. Philhower III) Date: Thu, 02 Dec 2004 05:52:00 -0000 Subject: Starting X on a second monitor - kludge that works In-Reply-To: <20041201173946.E880D15DB6@mail03.powweb.com> Message-ID: <5.1.1.6.2.20041201214125.00c37a00@mail.ziplabel.com> Howdy... At 05:38 PM 12/1/2004 +0000, Mark Fisher wrote: >I've been trawling the archives looking for a solution to the >problem of starting Xwin on a second monitor. >The only way I've been able to get this to work is to >use a program that allows you to send the app to a 2nd monitor. >The program in question is UltraMon. >If your second monitor is a different size to your primary, then >no fear, just specify the size of the screen when starting x. >I've just ported xfce4.2 to cygwin, and start it like this: >bash --login -c "/opt/xfce4/bin/startxfce4 -- -nodecoration -screen 0 1280 >1024" I'm not familiar with xfce, but why not just add a "-position x y" option to XWin.exe such that when present and in a root-window mode it'll move the created window to whatever screen you want (via the absolute Windoze X/Y position)? That's all the UltraMon app is doing... -Earle F. Philhower, III earle@ziplabel.com cdrlabel - ZipLabel - FlpLabel http://www.cdrlabel.com From davidf@sjsoft.com Thu Dec 2 07:28:00 2004 From: davidf@sjsoft.com (David Fraser) Date: Thu, 02 Dec 2004 07:28:00 -0000 Subject: Xfce for cygwin Message-ID: <41AEC411.6050801@sjsoft.com> Mark Fisher wrote: >I've just ported xfce4.2 to cygwin, and start it like this: > > Fantastic! Are the patches included in the CVS, are their any particular build instructions? I'm on the xfce dev list but I didn't see anything about this ... David From boekhold@emirates.net.ae Thu Dec 2 07:51:00 2004 From: boekhold@emirates.net.ae (Maarten Boekhold) Date: Thu, 02 Dec 2004 07:51:00 -0000 Subject: Xfce for cygwin In-Reply-To: <41AEC411.6050801@sjsoft.com> References: <41AEC411.6050801@sjsoft.com> Message-ID: <41AEC937.9030506@emirates.net.ae> David Fraser wrote: > Mark Fisher wrote: > >> I've just ported xfce4.2 to cygwin, and start it like this: >> > Fantastic! Are the patches included in the CVS, are their any particular > build instructions? > I'm on the xfce dev list but I didn't see anything about this ... The patches are in CVS (I was the one who committed them), and there are specific built instructions. You need to get libdbh and libstartup-notification yourself, and I'm using the attached script to build XFCE. Haven't tried this in some time though due to work load, so I can't guarantee everything still works out-of-the-box. And oh yeah, you need a very recent version of libtool. As I just wrote to Mark: "Anyways, you do know that there is a couple of things that do not work in XFCE for cygwin, right? For one, panel plugins are not fully functional (just try to change the icon size in the panel and see what happens). Also, xffm doesn't work, neither is xfprint (I've never really tried this though), and xfce4-mixer. The problem with the panel plugins and xffm is that XFCE is coded such that the plugins must access variables in the loading program, and MS-Windows (and therefore cygwin) doesn't allow this. I've had some discussion with Jasper from the XFCE team about this, and we were thinking of a complete rewrite of the XFCE plugin system. However, this will have to wait until the 4.2 release, and I'm completely swamped in work at the moment..." Maarten -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: compileit URL: From davidf@sjsoft.com Thu Dec 2 08:23:00 2004 From: davidf@sjsoft.com (David Fraser) Date: Thu, 02 Dec 2004 08:23:00 -0000 Subject: Xfce for cygwin In-Reply-To: <41AEC937.9030506@emirates.net.ae> References: <41AEC411.6050801@sjsoft.com> <41AEC937.9030506@emirates.net.ae> Message-ID: <41AED0E1.1060602@sjsoft.com> Maarten Boekhold wrote: > > > David Fraser wrote: > >> Mark Fisher wrote: >> >>> I've just ported xfce4.2 to cygwin, and start it like this: >>> >> >> Fantastic! Are the patches included in the CVS, are their any >> particular build instructions? >> I'm on the xfce dev list but I didn't see anything about this ... > > > The patches are in CVS (I was the one who committed them), and there > are specific built instructions. > > You need to get libdbh and libstartup-notification yourself, and I'm > using the attached script to build XFCE. Haven't tried this in some > time though due to work load, so I can't guarantee everything still > works out-of-the-box. And oh yeah, you need a very recent version of > libtool. > > As I just wrote to Mark: > > "Anyways, you do know that there is a couple of things that do not > work in XFCE for cygwin, right? For one, panel plugins are not fully > functional (just try to change the icon size in the panel and see what > happens). Also, xffm doesn't work, neither is xfprint (I've never > really tried this though), and xfce4-mixer. > > The problem with the panel plugins and xffm is that XFCE is coded such > that the plugins must access variables in the loading program, and > MS-Windows (and therefore cygwin) doesn't allow this. I've had some > discussion with Jasper from the XFCE team about this, and we were > thinking of a complete rewrite of the XFCE plugin system. However, > this will have to wait until the 4.2 release, and I'm completely > swamped in work at the moment..." > > Maarten Fantastic, thanks Maarten David From narozhny@netscape.net Thu Dec 2 08:45:00 2004 From: narozhny@netscape.net (Boris) Date: Thu, 02 Dec 2004 08:45:00 -0000 Subject: Problems building X/Cygwin (no XpConfig) In-Reply-To: <20041201161447.GD13804@trixie.casa.cgf.cx> References: <20041201161447.GD13804@trixie.casa.cgf.cx> Message-ID: <41AED60B.4050802@netscape.net> For what it's worth, I thought a user's comments might be useful, even if it's a criticism. The keyword here is "user", namely, I have no idea how to write or improve the code for something as complex as the Cygwin project. Consequently, I can not help improving the documentation, I could only point out that on several occasions I was reading the docs looking for answers only to find that my questions are not covered there. To be honest, I have to say that I have been using Cygwin quite succesfully for a very long time now and never had any installation problems. The setup utility works for me. Moreover, I have last updated my instalation several month ago. Given that it works, I see no reason for updating since new updates do not bring extra functionality. Having said that I should specify that my use of Cygwin is rather limited: I use Cygwin/X when I need to open a window from another (unix) machine on my PC; when I need to run a unix app that does not have a windows implementation (xfig mostly); I use the sshd to connect my two computers at home (may be an overkill, but I just do not know a better way, the microsoft stuff never worked for me there); finally, Cygwin enables me to run simple shell scripts when I need to manage large data files. That's about all I need (everything else is already there on windows) and with the exception of the sshd everything works like a charm. However, the documentation is mostly about installation and some Cygwin-specific variables. There is none or next to none information on how to actually set up the ssh server (I found the info in the mailing list archives, but when things went wrong I could not find anything further); there are no details on how one could customise the configuration files (may be that is trivial to those who's programming for the project, but for me at least it is not); there were some other questions that I do not recall just now that I was unable to find in the documentation. I agree that there is no point in flaming the Cygwin developers who are doing this apparently for free, at least users are not paying for Cygwin. It is not therefore a product (in commercial sense) and of course nobody here *has* to provide support. You could categorize me as clueless (which I am, as far as programming is concerned) and say I do not belong here. But then, if not for user's sake, why would you do it in the first place? In summary, a better documentation would in fact be very helpful. Boris. cgf-no-personal-reply-please@cygwin.com wrote: >LOL! > >You can take comfort in the fact that you've actually accomplished >something constructive with your life that has benefitted many people. > >Contrast that with the "documentation sucks" people and the people who >think that they help by sending cliche-ridden manifestos about the way >things ought-to-be done. Even if the documentation did suck and even if >the project was horribly managed (both false premises) you can claim >satisfaction in the fact that you are actively doing something which is >demonstrably helping many people. > >The critics, no matter how articulate they are (I'm sure there must be >at least one articulate critic out there although we haven't seen one >here in a while) usually do very little to help. In a free software >project, there really is little excuse for someone taking twenty minutes >to write a message when they could have spent twenty minutes improving >documentation or fixing code instead. > >cgf > > From alexander.gottwald@s1999.tu-chemnitz.de Thu Dec 2 13:04:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 02 Dec 2004 13:04:00 -0000 Subject: Problems building X/Cygwin (no XpConfig) In-Reply-To: <41AED60B.4050802@netscape.net> References: <20041201161447.GD13804@trixie.casa.cgf.cx> <41AED60B.4050802@netscape.net> Message-ID: On Thu, 2 Dec 2004, Boris wrote: > For what it's worth, I thought a user's comments might be useful, even > if it's a criticism. Of course it is useful. The posting about missing XpConfig actually revealed a packaging problem which I've fixed now. But I have a problem with people who do not respect and credit the amount of work which the developers put into the programs. I read the mail at about 1:00 am and sent a reply. Unfortunatly I did not realize he was referring to the source packages (actually I never thought somebody would ever try to build XWin from the source packages) and tried to pin the problem with cvs down. The answer I got was not the clarification, it was just unmotivated ranting. > I actually went to X.org and got latest release of X. > IMHO, cygwin documentation sucks. http://x.cygwin.com/devel/server/ has information how to get the latest sources. The contributors guide needs update. But "the docu sucks" is not useful critics. "the contributors guide has no info about sources in CVS" is. > The keyword here is "user", namely, I have no idea how to write or > improve the code > for something as complex as the Cygwin project. Consequently, I can not > help improving > the documentation, I could only point out that on several occasions I > was reading the > docs looking for answers only to find that my questions are not covered > there. Telling this is ok. Telling the documentation sucks is not. If you tell me where a point is unclear or where the cg tells > Wait for these instructions to be updated some time after 2004-04-03. then I'll update it and clarify some points. > You could categorize me as clueless (which I am, as far as programming > is concerned) and say I do not belong here. But then, if not for user's sake, > why would you do it in the first place? > In summary, a better documentation would in fact be very helpful. It always is. And I try to make it understandable and useful. But sometimes I have the programmers view on things and don't see where the average user has problems. Documentation is in fact a field where even users without programming skills can help a lot. You figured out how to make a special feature work? Write an entry for the FAQ. Work as "translater" between programmer and newbie. The gap between them is huge and having somebody who's in touch with both is always helpful. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From mark.fisher@practiv.com Thu Dec 2 14:04:00 2004 From: mark.fisher@practiv.com (Mark Fisher) Date: Thu, 02 Dec 2004 14:04:00 -0000 Subject: Xfce for cygwin In-Reply-To: <41AEC937.9030506@emirates.net.ae> Message-ID: Hi Maarten, I've mailed you separately, but just to say I wasn't aware of a commited fix in cvs to xfce, I took some patches from http://www.oliwen.com/bamanzi/cygwin/xfce4/ and applied/fixed them to get it working. took 3 days to do, and some sleepless nights, so I wish I had known of your work! Ralgh has made a really good script for compiling/installing/ rebuilding each part of xfce to make it easily redistributable. btw, why do you need startup-notification? I don't have that installed, but I'm up and running (with the xffm/panel caveats etc) Mark -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com] On Behalf Of Maarten Boekhold Sent: 02 December 2004 07:50 To: cygwin-xfree@cygwin.com Subject: Re: Xfce for cygwin David Fraser wrote: > Mark Fisher wrote: > >> I've just ported xfce4.2 to cygwin, and start it like this: >> > Fantastic! Are the patches included in the CVS, are their any particular > build instructions? > I'm on the xfce dev list but I didn't see anything about this ... The patches are in CVS (I was the one who committed them), and there are specific built instructions. You need to get libdbh and libstartup-notification yourself, and I'm using the attached script to build XFCE. Haven't tried this in some time though due to work load, so I can't guarantee everything still works out-of-the-box. And oh yeah, you need a very recent version of libtool. As I just wrote to Mark: "Anyways, you do know that there is a couple of things that do not work in XFCE for cygwin, right? For one, panel plugins are not fully functional (just try to change the icon size in the panel and see what happens). Also, xffm doesn't work, neither is xfprint (I've never really tried this though), and xfce4-mixer. The problem with the panel plugins and xffm is that XFCE is coded such that the plugins must access variables in the loading program, and MS-Windows (and therefore cygwin) doesn't allow this. I've had some discussion with Jasper from the XFCE team about this, and we were thinking of a complete rewrite of the XFCE plugin system. However, this will have to wait until the 4.2 release, and I'm completely swamped in work at the moment..." Maarten From djlawler@aol.com Thu Dec 2 16:51:00 2004 From: djlawler@aol.com (David Lawler) Date: Thu, 02 Dec 2004 16:51:00 -0000 Subject: OpenGL acceleration Message-ID: Hello - Is there any kind of time frame for a release of Cygwin/X that will support hardware accelerated OpenGL not just in the -multiwindow mode? I am working on trivial (but fun) little project called pyBzEdit (on Sourceforge) that allows folks to edit bzflag world files graphically. The program is written in wxpython and SHOULD be cross platform. I am using coLinux/Debian and Cygwin/X to test it under Linux and the setup works well enough for what I need but rather slowly. Thank you for making it possible to test this without a dual-boot set up! David Lawler From Alexander.Gottwald@s1999.tu-chemnitz.de Thu Dec 2 19:35:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 02 Dec 2004 19:35:00 -0000 Subject: Internal-wm/rootless observations In-Reply-To: References: Message-ID: Alexander Gottwald wrote: > Maybe the odd window width is the problem. Thinking about it revealed that each pixmap line _must_ start at a boundary. assuming 8bit mode and a window with width 1 at (0, 0) pixmap starts at 0x100 screen base is at 0x100 (no problem) moving the pixmap by 4 pixel down screen base is 0xfc now moving 1 pixel up screen base is still 0xfc We have no way to distinguish where to start. fbCopyNtoN just adds the stride size to the base and lands somewhere in the wild. But each line must begin at a 32 bit boundary and distinct lines must have distinct offsets. ensuring the pixmap width (in bytes) is always a multiple of 4. Every line starts at a 32bit boundary. bye ago NP: In Strict Confidence - Sleepless -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From Alexander.Gottwald@s1999.tu-chemnitz.de Thu Dec 2 19:42:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 02 Dec 2004 19:42:00 -0000 Subject: OpenGL acceleration In-Reply-To: References: Message-ID: David Lawler wrote: > Hello - Is there any kind of time frame for a release of Cygwin/X that will > support hardware accelerated OpenGL not just in the -multiwindow mode? Sorry. There is no timeframe yet. And I'm not sure if it is possible either. We'd have to work out the whole window stacking since the opengl drawing is always above the X11 window and is not partly obscured by windows which are in front of the opengl window in X11. There is also a problem with device context creation which prevent creating a translated drawing surface for opengl. And one can not reset the pixelformat for a window more than once. These are all problems which are easily solved in multiwindow mode because we have a real window for each X11 window. But It should be possible to start the xserver with two screens. One windowed and one in multiwindow mode and let the opengl window display on the second screen DISPLAY=:0.1 glxgears. This will create a single window for glxgears. bye ago NP: Covenant - Scared -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From boekhold@emirates.net.ae Fri Dec 3 08:09:00 2004 From: boekhold@emirates.net.ae (Maarten Boekhold) Date: Fri, 03 Dec 2004 08:09:00 -0000 Subject: Xfce for cygwin In-Reply-To: <0I8300238LRPHZ@dimail2.emirates.net.ae> References: <0I8300238LRPHZ@dimail2.emirates.net.ae> Message-ID: <41B01EE7.4000400@emirates.net.ae> Mark Fisher wrote: > Ralgh has made a really good script for compiling/installing/ > rebuilding each part of xfce to make it easily redistributable. Just be aware that for cygwin you need to rerun autoconf/automake and use the copy of libtool that ships with cygwin (the devel one). The libtool/ltmain.sh that ship with XFCE won't work with cygwin. > btw, why do you need startup-notification? I don't have > that installed, but I'm up and running (with the xffm/panel > caveats etc) Correct, that one is not required. But it's nice-to-have. Maarten From mark.fisher@practiv.com Fri Dec 3 13:18:00 2004 From: mark.fisher@practiv.com (Mark Fisher) Date: Fri, 03 Dec 2004 13:18:00 -0000 Subject: Starting X on a second monitor - kludge that works In-Reply-To: <5.1.1.6.2.20041201214125.00c37a00@mail.ziplabel.com> Message-ID: I tried adding -position to a simple xinit session and X bombs out with the usage command, i.e. (~/.xinitrc) fvwm2 $ xinit -- -position 100 100 it doesn't look like these paramters exist mark -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com] On Behalf Of Earle F. Philhower III Sent: 02 December 2004 05:49 To: cygwin-xfree@cygwin.com Subject: Re: Starting X on a second monitor - kludge that works Howdy... At 05:38 PM 12/1/2004 +0000, Mark Fisher wrote: >I've been trawling the archives looking for a solution to the >problem of starting Xwin on a second monitor. >The only way I've been able to get this to work is to >use a program that allows you to send the app to a 2nd monitor. >The program in question is UltraMon. >If your second monitor is a different size to your primary, then >no fear, just specify the size of the screen when starting x. >I've just ported xfce4.2 to cygwin, and start it like this: >bash --login -c "/opt/xfce4/bin/startxfce4 -- -nodecoration -screen 0 1280 >1024" I'm not familiar with xfce, but why not just add a "-position x y" option to XWin.exe such that when present and in a root-window mode it'll move the created window to whatever screen you want (via the absolute Windoze X/Y position)? That's all the UltraMon app is doing... -Earle F. Philhower, III earle@ziplabel.com cdrlabel - ZipLabel - FlpLabel http://www.cdrlabel.com From gry@ll.mit.edu Fri Dec 3 21:56:00 2004 From: gry@ll.mit.edu (george young) Date: Fri, 03 Dec 2004 21:56:00 -0000 Subject: _impure_ptr warning in install Message-ID: <20041203165559.4895f6b4.gry@ll.mit.edu> [Xwin 6.8.1.0-1, Windows XP pro 5.1, experienced with linux X, not a windows or cygwin hacker] I just did a full uninstall of cygwin everything, using the setup program. Then I installed: [setup version 2.427, from mirror.mcs.anl.gov] base/ cygwin emu engine 1.5.12-1 X11/ X-start-menu-icons 1.0.3-2 X-startup-scripts 1.0.10-2 xorg-x11-base 6.8.1.0-1 net/ inetutils 1.3.2-28 interpreters/ python During the install I several times got the message: "The procedure entry point _impure_ptr could not be located in cygwin1.dll" Is something broken in the current release? -- George Young -- "Are the gods not just?" "Oh no, child. What would become of us if they were?" (CSL) From zakki@peppermint.jp Fri Dec 3 23:50:00 2004 From: zakki@peppermint.jp (Kensuke Matsuzaki) Date: Fri, 03 Dec 2004 23:50:00 -0000 Subject: Shared Memory Transport Message-ID: Hi, I read "Shared memory transport for XFree86". http://dri.sourceforge.net/cgi-bin/moin.cgi/SharedMemoryTransport It didn't improve so much, because unix domain socket is very fast. But we don't have unix domain socket and we use inet socket, so I think shared memory transport can improve Cygwin/X performance. What do you think? zakki -- Kensuke Matsuzaki mailto:zakki@peppermint.jp http://peppermint.jp From cgf-no-personal-reply-please@cygwin.com Fri Dec 3 23:52:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Fri, 03 Dec 2004 23:52:00 -0000 Subject: Shared Memory Transport In-Reply-To: References: Message-ID: <20041203235307.GO29883@trixie.casa.cgf.cx> On Sat, Dec 04, 2004 at 08:49:34AM +0900, Kensuke Matsuzaki wrote: >I read "Shared memory transport for XFree86". >http://dri.sourceforge.net/cgi-bin/moin.cgi/SharedMemoryTransport > >It didn't improve so much, because unix domain socket is very fast. >But we don't have unix domain socket and we use inet socket, Cygwin does have unix domain sockets. They're probably not very fast, though. cgf From zakki@peppermint.jp Sat Dec 4 00:12:00 2004 From: zakki@peppermint.jp (Kensuke Matsuzaki) Date: Sat, 04 Dec 2004 00:12:00 -0000 Subject: Shared Memory Transport In-Reply-To: <20041203235307.GO29883@trixie.casa.cgf.cx> References: <20041203235307.GO29883@trixie.casa.cgf.cx> Message-ID: > Cygwin does have unix domain sockets. They're probably not very fast, > though. Sorry, you are right. But cygwin_socket uses inet to emulate. It always call socket(AF_INET, ...). I don't know well where are bottlenecks, whether transport is fast enough or not. zakki From earle@ziplabel.com Sat Dec 4 03:25:00 2004 From: earle@ziplabel.com (Earle F. Philhower III) Date: Sat, 04 Dec 2004 03:25:00 -0000 Subject: Starting X on a second monitor - kludge that works In-Reply-To: <20041203131905.08CBA15E05@mail03.powweb.com> References: <5.1.1.6.2.20041201214125.00c37a00@mail.ziplabel.com> Message-ID: <5.1.1.6.2.20041203190307.00c41bc0@mail.ziplabel.com> Howdy! At 01:18 PM 12/3/2004 +0000, you wrote: >I tried adding -position to a simple xinit session and X >bombs out with the usage command, >i.e. >(~/.xinitrc) >fvwm2 >$ xinit -- -position 100 100 >it doesn't look like these paramters exist Nope, it doesn't yet. But adding it to XWin.exe should be a snap. I think I still have CVS access, if I can get the src compiling this weekend I'll do a commit unless AGO objects...Xwin hit such a high quality level this year I've not needed to do anything with my install for ages! Personally, I'd like to see it as an XLib -geometry format (xwin -geometry 800x600+1024+0) just for consistency... -Earle F. Philhower, III earle@ziplabel.com cdrlabel - ZipLabel - FlpLabel http://www.cdrlabel.com From Alexander.Gottwald@s1999.tu-chemnitz.de Sat Dec 4 15:53:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sat, 04 Dec 2004 15:53:00 -0000 Subject: Starting X on a second monitor - kludge that works In-Reply-To: <5.1.1.6.2.20041203190307.00c41bc0@mail.ziplabel.com> References: <5.1.1.6.2.20041201214125.00c37a00@mail.ziplabel.com> <5.1.1.6.2.20041203190307.00c41bc0@mail.ziplabel.com> Message-ID: Earle F. Philhower III wrote: > Nope, it doesn't yet. But adding it to XWin.exe should be a snap. > I think I still have CVS access, if I can get the src compiling this > weekend I'll do a commit unless AGO objects...Xwin hit such a high > quality level this year I've not needed to do anything with my > install for ages! go on. > > Personally, I'd like to see it as an XLib -geometry format > (xwin -geometry 800x600+1024+0) just for consistency... We'll have to see how this fits with the old -screen n WxH option. bye ago NP: Joint Venture - Hank und die Ueberdosis -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From Alexander.Gottwald@s1999.tu-chemnitz.de Sat Dec 4 15:55:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sat, 04 Dec 2004 15:55:00 -0000 Subject: _impure_ptr warning in install In-Reply-To: <20041203165559.4895f6b4.gry@ll.mit.edu> References: <20041203165559.4895f6b4.gry@ll.mit.edu> Message-ID: george young wrote: > [Xwin 6.8.1.0-1, Windows XP pro 5.1, experienced with linux X, not a windows or cygwin hacker] > > I just did a full uninstall of cygwin everything, using the setup program. > Then I installed: > [setup version 2.427, from mirror.mcs.anl.gov] > > base/ cygwin emu engine 1.5.12-1 > X11/ X-start-menu-icons 1.0.3-2 > X-startup-scripts 1.0.10-2 > xorg-x11-base 6.8.1.0-1 > > net/ inetutils 1.3.2-28 > > interpreters/ python > > > > During the install I several times got the message: > > "The procedure entry point _impure_ptr could not be located in cygwin1.dll" something requires the new cygwin-1.5.12 which was apparently not updated at the point where to postinstall scripts are running. redoing the update should solve it. bye ago NP: Joint Venture - Hank und die Ueberdosis -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From pechtcha@cs.nyu.edu Sat Dec 4 20:28:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Sat, 04 Dec 2004 20:28:00 -0000 Subject: _impure_ptr warning in install In-Reply-To: <20041203165559.4895f6b4.gry@ll.mit.edu> References: <20041203165559.4895f6b4.gry@ll.mit.edu> Message-ID: On Fri, 3 Dec 2004, george young wrote: > [Xwin 6.8.1.0-1, Windows XP pro 5.1, experienced with linux X, not a windows or cygwin hacker] > > I just did a full uninstall of cygwin everything, using the setup program. > Then I installed: > [setup version 2.427, from mirror.mcs.anl.gov] > > base/ cygwin emu engine 1.5.12-1 > X11/ X-start-menu-icons 1.0.3-2 > X-startup-scripts 1.0.10-2 > xorg-x11-base 6.8.1.0-1 > > net/ inetutils 1.3.2-28 > > interpreters/ python > > > During the install I several times got the message: > > "The procedure entry point _impure_ptr could not be located in cygwin1.dll" > > Is something broken in the current release? > > -- George Young Please review the Cygwin problem reporting guidelines at to see what information is usually requested when reporting Cygwin problems. Particularly, you should have provided the output of "cygcheck -svr" on your system as an uncompressed text attachment to your message. At a guess, you most likely have more than one Cygwin1.dll on your machine. Run the Windows Find (Start Menu->Search) and search for all instances of Cygwin1.dll. Delete all but the one in your Cygwin's /bin directory, then you should be able to reinstall normally. Igor P.S. This is not a Cygwin/X problem, and thus belongs on the main Cygwin list (). -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT From earle@ziplabel.com Sun Dec 5 05:10:00 2004 From: earle@ziplabel.com (Earle F. Philhower III) Date: Sun, 05 Dec 2004 05:10:00 -0000 Subject: Starting X on a second monitor - kludge that works In-Reply-To: References: <5.1.1.6.2.20041203190307.00c41bc0@mail.ziplabel.com> <5.1.1.6.2.20041201214125.00c37a00@mail.ziplabel.com> <5.1.1.6.2.20041203190307.00c41bc0@mail.ziplabel.com> Message-ID: <5.1.1.6.2.20041204210458.00c53ea0@mail.ziplabel.com> Done as an extension to the -screen option. Just tack on an X and Y position after width and height (witn -geometry format or just space-delimited) and you're set. ex: make an 800x600 window and move it to the 2nd monitor XWin.exe -screen 0 800 600 1024 0 XWin.exe -screen 0 800x600+1024+0 You can still specify just a width and height, so no changes to current scripts needed: XWin.exe -screen 0 800 600 XWin.exe -screen 0 800x600 At 04:52 PM 12/4/2004 +0100, Alexander Gottwald wrote: >We'll have to see how this fits with the old -screen n WxH option. -Earle F. Philhower, III earle@ziplabel.com cdrlabel - ZipLabel - FlpLabel http://www.cdrlabel.com From Aicha.Said@student.shu.ac.uk Sun Dec 5 17:49:00 2004 From: Aicha.Said@student.shu.ac.uk (Aicha Said(ACES)) Date: Sun, 05 Dec 2004 17:49:00 -0000 Subject: Xfree86 Removed Packages Message-ID: Dear all, I have installed cygwin but I realised that all Xfree86 package has been removed, I didn't pay to much attention to that considering that X11 was there. But when I type the startx command I only have a black X window coming up, which doesn't seem right, as I had installed it before and it use to be green and white and with multiple windows, this one is just a prompt in black with yellow font. Also I am trying to install ns-2 on this platform and the fact that some of the xfree libraries are not installed seems to be causing problems. How coud I install Xfree separatly from cygwin? Thanks for any help on this. Aisha From Alexander.Gottwald@s1999.tu-chemnitz.de Sun Dec 5 20:53:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sun, 05 Dec 2004 20:53:00 -0000 Subject: Xfree86 Removed Packages In-Reply-To: References: Message-ID: Aicha Said(ACES) wrote: > Dear all, > > I have installed cygwin but I realised that all Xfree86 package has been > removed, I didn't pay to much attention to that considering that X11 was there. > But when I type the startx command I only have a black X window coming up, > which doesn't seem right, as I had installed it before and it use to be green > and white and with multiple windows, this one is just a prompt in black with > yellow font. > Also I am trying to install ns-2 on this platform and the fact that some of the > xfree libraries are not installed seems to be causing problems. How coud I > install Xfree separatly from cygwin? install the xorg-x11-* packages. Selecting xorg-x11-base and X-startup-scripts should be sufficient NP: VNV Nation - Kingdom -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From mark.fisher@practiv.com Mon Dec 6 10:54:00 2004 From: mark.fisher@practiv.com (Mark Fisher) Date: Mon, 06 Dec 2004 10:54:00 -0000 Subject: Starting X on a second monitor - kludge that works In-Reply-To: <5.1.1.6.2.20041204210458.00c53ea0@mail.ziplabel.com> Message-ID: excellent. my only query now is how do I programaticaly find out the offset of my second monitor, as I have it slightly raised from the primary, as opposed to simply placed side by side. thanks, mark -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com] On Behalf Of Earle F. Philhower III Sent: 05 December 2004 05:11 To: cygwin-xfree@cygwin.com Subject: RE: Starting X on a second monitor - kludge that works Done as an extension to the -screen option. Just tack on an X and Y position after width and height (witn -geometry format or just space-delimited) and you're set. ex: make an 800x600 window and move it to the 2nd monitor XWin.exe -screen 0 800 600 1024 0 XWin.exe -screen 0 800x600+1024+0 You can still specify just a width and height, so no changes to current scripts needed: XWin.exe -screen 0 800 600 XWin.exe -screen 0 800x600 At 04:52 PM 12/4/2004 +0100, Alexander Gottwald wrote: >We'll have to see how this fits with the old -screen n WxH option. -Earle F. Philhower, III earle@ziplabel.com cdrlabel - ZipLabel - FlpLabel http://www.cdrlabel.com From alexander.gottwald@s1999.tu-chemnitz.de Mon Dec 6 12:15:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 06 Dec 2004 12:15:00 -0000 Subject: Starting X on a second monitor - kludge that works Message-ID: On Mon, 6 Dec 2004, Mark Fisher wrote: > excellent. > my only query now is how do I programaticaly find out > the offset of my second monitor, as I have it slightly > raised from the primary, as opposed to simply placed side > by side. the windows function EnumDisplayMonitor will let you iterate over all screens and gives you the rectangle for each screen. It should not be too difficult to extend the screen parameter like this -screen 800x600@2 which means a window of size 800x600 on monitor 2 Patches are welcome. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From j_tetazoo@hotmail.com Mon Dec 6 15:45:00 2004 From: j_tetazoo@hotmail.com (Thomas Chadwick) Date: Mon, 06 Dec 2004 15:45:00 -0000 Subject: Starting X on a second monitor - kludge that works In-Reply-To: Message-ID: [snip] >-screen 800x600@2 which means a window of size 800x600 on monitor 2 Seems to me it's logical if the behavior is such that "-screen 0 $W $H" opens on the primary monitor, while "-screen 1 $W $H" opens on the secondary monitor. X-clients with DISPLAY=:0.0 will open on the primary monitor while X-clients with DISPLAY=:0.1 will open on the secondary monitor. Isn't that how X behaves on dual-headed *nix machines? From alexander.gottwald@s1999.tu-chemnitz.de Mon Dec 6 15:57:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 06 Dec 2004 15:57:00 -0000 Subject: Starting X on a second monitor - kludge that works In-Reply-To: References: Message-ID: On Mon, 6 Dec 2004, Thomas Chadwick wrote: > [snip] > > >-screen 800x600@2 which means a window of size 800x600 on monitor 2 > > Seems to me it's logical if the behavior is such that "-screen 0 $W $H" > opens on the primary monitor, while "-screen 1 $W $H" opens on the secondary > monitor. X-clients with DISPLAY=:0.0 will open on the primary monitor while > X-clients with DISPLAY=:0.1 will open on the secondary monitor. Isn't that > how X behaves on dual-headed *nix machines? No. What a X11 screen is is defined nowhere. With the xorg and xfree server it's another vga card. Cygwin/X does not depend on hardware. So a screen is just another canvas to draw to. You could start Xwin with two separate windows which are both screens. Or like I do a windowed screen for the remote desktop and a second screen running in multiwindow mode which covers both monitors and where I can show other X11 windows. Separating the virtual desktop into screens again brings us to the same point where Xinerama is used on xorg/xfree to glue the screens together bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From hfc@ciorent.com Mon Dec 6 16:31:00 2004 From: hfc@ciorent.com (Henry Camacho) Date: Mon, 06 Dec 2004 16:31:00 -0000 Subject: Two Servers In-Reply-To: References: Message-ID: <6.0.0.22.0.20041206103002.01cbc540@192.168.1.2> I am trying now to get two xservers running. Each to linux hosts using X11 forwarding. I am not even sure what my command line should be to start the two xservers. Any help would greatly be appericated. HFC From Ralf.Gans@t-online.de Mon Dec 6 16:42:00 2004 From: Ralf.Gans@t-online.de (Ralf P. Gans) Date: Mon, 06 Dec 2004 16:42:00 -0000 Subject: Two Servers In-Reply-To: <6.0.0.22.0.20041206103002.01cbc540@192.168.1.2> References: <6.0.0.22.0.20041206103002.01cbc540@192.168.1.2> Message-ID: <200412061742.18866.rpg@repaga.dyndns.org> Hi, I use: X -ac -query IP1 :1 X -ac -query IP2 :2 and so on. I leave the :0 free for startxwin.bat. The -ac disable access control, the :2 tells X to create the screen on port localhost:2.0 X --help or the man page will show more help. Mit freundlichen Gruessen, Ralf Gans On Monday 06 December 2004 17:31, Henry Camacho wrote: > I am trying now to get two xservers running. Each to linux hosts using X11 > forwarding. I am not even sure what my command line should be to start the > two xservers. > > Any help would greatly be appericated. > > HFC From mark.fisher@practiv.com Mon Dec 6 16:43:00 2004 From: mark.fisher@practiv.com (Mark Fisher) Date: Mon, 06 Dec 2004 16:43:00 -0000 Subject: FW: Update links to ViewCVS Message-ID: Hi, Can someone update the viewcvs links on http://x.cygwin.com/devel/server/ please? The initial subdir "xorg" is missing and causes a view cvs error page on the links given. Thanks, Mark From alexander.gottwald@s1999.tu-chemnitz.de Mon Dec 6 18:42:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 06 Dec 2004 18:42:00 -0000 Subject: FW: Update links to ViewCVS Message-ID: On Mon, 6 Dec 2004, Mark Fisher wrote: > Hi, > > Can someone update the viewcvs links on http://x.cygwin.com/devel/server/ > please? > The initial subdir "xorg" is missing and causes a view cvs error page on the > links given. done. Thanks for reporting it. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From earle@ziplabel.com Mon Dec 6 21:01:00 2004 From: earle@ziplabel.com (Earle F. Philhower, III) Date: Mon, 06 Dec 2004 21:01:00 -0000 Subject: Starting X on a second monitor - kludge that works Message-ID: <20041206210106.6F93315E9B@mail03.powweb.com> An embedded and charset-unspecified text was scrubbed... Name: not available URL: From mark.fisher@practiv.com Mon Dec 6 22:37:00 2004 From: mark.fisher@practiv.com (Mark Fisher) Date: Mon, 06 Dec 2004 22:37:00 -0000 Subject: Starting X on a second monitor - kludge that works In-Reply-To: <20041206210106.6F93315E9B@mail03.powweb.com> Message-ID: Hi Earle, Funnily enough I'm just writing a patch for the @, which involves me dusting off my old c hat. I've got the monitor reading information working, I'm just integrating it into winprocarg.c Should be done pretty soon... Mark -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com] On Behalf Of Earle F. Philhower, III Sent: 06 December 2004 21:02 To: cygwin-xfree@cygwin.com Subject: RE: Starting X on a second monitor - kludge that works Howdy Mark, ---------- Original Message ------------- Subject: RE: Starting X on a second monitor - kludge that works From: "Mark Fisher" my only query now is how do I programaticaly find out the offset of my second monitor, as I have it slightly raised from the primary, as opposed to simply placed side by side. ------ If you're asking just to set up your machine once, the simplest thing to do is open up the Display properties, and click-hold on the 2nd monitor, it should then display the (X,Y) position in it. Since it's raised you should have a negative Y position, which does work OK with the checked-in patch. Programmatically, I like AGO's @ idea... -- -Earle F. Philhower, III earle@ziplabel.com http://www.ziplabel.com From cgf-no-personal-reply-please@cygwin.com Mon Dec 6 23:55:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Mon, 06 Dec 2004 23:55:00 -0000 Subject: dependency problem in font hint files Message-ID: <20041206235543.GA19698@trixie.casa.cgf.cx> Alexander, While attempting to install X on a system that was badly out of date, I got a number of "Unable to find cygfontconfig.dll" errors. I assume that this is due to the fact that the font pacakges rely on fontconfig but that wasn't reflected in their hint files. So, I added this dependency to the font hint files. FYI, cgf From alexander.gottwald@s1999.tu-chemnitz.de Tue Dec 7 08:40:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 07 Dec 2004 08:40:00 -0000 Subject: dependency problem in font hint files In-Reply-To: <20041206235543.GA19698@trixie.casa.cgf.cx> References: <20041206235543.GA19698@trixie.casa.cgf.cx> Message-ID: On Mon, 6 Dec 2004, Christopher Faylor wrote: > Alexander, > While attempting to install X on a system that was badly out of date, I > got a number of "Unable to find cygfontconfig.dll" errors. I assume > that this is due to the fact that the font pacakges rely on fontconfig > but that wasn't reflected in their hint files. So, I added this > dependency to the font hint files. Thanks. I'll add them to the packaging source bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From nathalie.rittemard@univ-rennes1.fr Tue Dec 7 10:31:00 2004 From: nathalie.rittemard@univ-rennes1.fr (nathalie.rittemard@univ-rennes1.fr) Date: Tue, 07 Dec 2004 10:31:00 -0000 Subject: installation of cygwin Message-ID: <1102415492.41b58684c416d@webmail.univ-rennes1.fr> Hi, I have a question on the installation of cygwin. The installation stopped on : Installing xorg-x11-f100-6.8.1.0-3 /etc/postinstall/xorg-x11-f100.sh with 90% of the cygwin setup done, and nothing more. Could you help me? Thanks a lot, Nathalie Rittemard From gerrit@familiehaase.de Tue Dec 7 16:30:00 2004 From: gerrit@familiehaase.de (Gerrit P. Haase) Date: Tue, 07 Dec 2004 16:30:00 -0000 Subject: installation of cygwin In-Reply-To: <1102415492.41b58684c416d@webmail.univ-rennes1.fr> References: <1102415492.41b58684c416d@webmail.univ-rennes1.fr> Message-ID: <41B5DAAA.7030401@familiehaase.de> nathalie.rittemard@univ-rennes1.fr wrote: > Hi, > > I have a question on the installation of cygwin. > > The installation stopped on : > Installing > xorg-x11-f100-6.8.1.0-3 > /etc/postinstall/xorg-x11-f100.sh > with 90% of the cygwin setup done, > and nothing more. > > Could you help me? Please don't install 'all at once' until setup is fixed. Install in two steps, e.g. Step 1: all but X11 Step 2: X11 Gerrit -- =^..^= From joseph@tidetamerboatlifts.com Tue Dec 7 16:37:00 2004 From: joseph@tidetamerboatlifts.com (Joseph Miller) Date: Tue, 07 Dec 2004 16:37:00 -0000 Subject: Packaged X Server for easy use Message-ID: <200412071143.36722.joseph@tidetamerboatlifts.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello X Cygwin project. I got tired of the only option to use an X Server on Windows to be either use the X-Win32 trial (like i would pay $200+ for that!) or install the full cygwin environment. So what I did was take out the binaries required to run the X Server (along with ssh and rsh) and put a Windows GUI interface to it, then packaged it with an installer so that the average user could download and use it. Please check it out at http://www.calcmaster.net/visual-c++/xwinlogon/ and let me know what you guys think. My next step is to rebuild the binaries from the sources, allow for installation along side of Cygwin without interference, and add -mwindows to remove the cmd.exe box that comes up with each window. - - -Joseph -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBtd23mXZROF+EADURAuumAJ92T4zcsWw1y/3p+Anz/tvLPn/+hwCeOCc6 ZZbrDlQxv9AI287FUI72u+g= =1J0+ -----END PGP SIGNATURE----- From martin@martinsgill.co.uk Tue Dec 7 17:06:00 2004 From: martin@martinsgill.co.uk (Martin Gill) Date: Tue, 07 Dec 2004 17:06:00 -0000 Subject: Duplicate invocation problem with xwin.exe Message-ID: <41B5E30B.8000407@martinsgill.co.uk> Hi, I just insalled cygwin on my PC, and tried to get the x windows server running. I used the startxwin.bat script to do this, but nothing seemed to happen. After some investigation, I noticed that I had two xwin.exe processes running. I killed both of them and tried again. Again.. 2 xwin.exe processes started up. I checked through the batch file, but all it was doing was starting xwin and then starting xterm. I commented out xterm, just in case and tried again. same result. If I run the batch file, I always get 2 xwin.exe processes. I've tried runnig it from cmd as well as from the bash shell, but even in those cases I get 2 processes. If i go into task manager and kill the xwin process with the lower memory foot-print, the x-server springs into life and everything works as expected. I'm completely confused as to why this is happening. My startxwin.bat is unchanged. I'm running WinXP Pro SP2 with the latest stable versions of cygwin. Anyone able to offer any suggestions? Thanks, Martin From cgf-no-personal-reply-please@cygwin.com Tue Dec 7 17:15:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Tue, 07 Dec 2004 17:15:00 -0000 Subject: Packaged X Server for easy use In-Reply-To: <200412071143.36722.joseph@tidetamerboatlifts.com> References: <200412071143.36722.joseph@tidetamerboatlifts.com> Message-ID: <20041207171558.GE19777@trixie.casa.cgf.cx> On Tue, Dec 07, 2004 at 11:43:33AM -0500, Joseph Miller wrote: >Hello X Cygwin project. I got tired of the only option to use an X >Server on Windows to be either use the X-Win32 trial (like i would pay >$200+ for that!) or install the full cygwin environment. You don't have to install the "full cygwin environment". The setup.exe installer allows you to install or not install whatever you please. >So what I did was take out the binaries required to run the X Server >(along with ssh and rsh) and put a Windows GUI interface to it, then >packaged it with an installer so that the average user could download >and use it. Please check it out at >http://www.calcmaster.net/visual-c++/xwinlogon/ and let me know what >you guys think. My next step is to rebuild the binaries from the >sources, allow for installation along side of Cygwin without >interference, and add -mwindows to remove the cmd.exe box that comes up >with each window. Actually you may want to consider that your next step should be setting up a mailing list to discuss your package. We don't want to clutter this mailing list with discussion of random other packages that don't have anything to do with the intended purpose of this mailing list. And, for all of the people with fingers poised to fire off a "I want hear about this interesting package" response to this message -- please don't bother. You'll have to live with the fact that I am meanly not allowing this off-topic discussion. cgf From mark.fisher@practiv.com Tue Dec 7 18:48:00 2004 From: mark.fisher@practiv.com (Mark Fisher) Date: Tue, 07 Dec 2004 18:48:00 -0000 Subject: [Patch] Starting X on different monitors Message-ID: Hi, I've created a patch for allowing an extra parameter to the "-screen" arg for Xwin to tell which monitor to open on. Now you can specify : -screen [width height [x y] | [[WxH[+X+Y]][@m]] ] monitors are 1 indexed. e.g. -screen 0 @2 will start X on the second monitor, using the monitors full dimensions -screen 0 800x600+200+200@3 will start X on the third monitor, size 800x600 with an offset in that monitor of 200,200 (i.e. go from 200,200 to 1000,800 in 2nd monitor) -screen 0 1280x1024@2 will start X on the 2nd monitor with no offset, sized 1280x1024 It will error if you specify a monitor that isn't attached. I haven't implemented the version where you use spaces, i.e. -screen 0 800 600 200 200 @3 so that could be an easy extension to the patch. This is my first patch, so I've created it for the two files updated (winprocarg.c and InitOutput.c). I've tried to keep the format the same as already there, I'm using emacs in C mode, so if the spacing is weird, blame that :) It works fine here on the dual monitor setup I have. I don't have a gfx card with 3 heads, but in theory, as long as EnumDisplayMonitors honours the same numbering as Windows shows them in Display Properties then it should work fine. Can someone please try this out? What's the procedure for getting this into CVS after it's been testing? Comments welcome Thanks, Mark Fisher -------------- next part -------------- A non-text attachment was scrubbed... Name: ScreenOnMonitor.diff Type: application/octet-stream Size: 5569 bytes Desc: not available URL: From davidf@sjsoft.com Tue Dec 7 18:50:00 2004 From: davidf@sjsoft.com (David Fraser) Date: Tue, 07 Dec 2004 18:50:00 -0000 Subject: Packaged X Server for easy use In-Reply-To: <20041207171558.GE19777@trixie.casa.cgf.cx> References: <200412071143.36722.joseph@tidetamerboatlifts.com> <20041207171558.GE19777@trixie.casa.cgf.cx> Message-ID: <41B5FB67.3030609@sjsoft.com> Christopher Faylor wrote: >On Tue, Dec 07, 2004 at 11:43:33AM -0500, Joseph Miller wrote: > > >>Hello X Cygwin project. I got tired of the only option to use an X >>Server on Windows to be either use the X-Win32 trial (like i would pay >>$200+ for that!) or install the full cygwin environment. >> >> > >You don't have to install the "full cygwin environment". The setup.exe >installer allows you to install or not install whatever you please. > > > >>So what I did was take out the binaries required to run the X Server >>(along with ssh and rsh) and put a Windows GUI interface to it, then >>packaged it with an installer so that the average user could download >>and use it. Please check it out at >>http://www.calcmaster.net/visual-c++/xwinlogon/ and let me know what >>you guys think. My next step is to rebuild the binaries from the >>sources, allow for installation along side of Cygwin without >>interference, and add -mwindows to remove the cmd.exe box that comes up >>with each window. >> >> > >Actually you may want to consider that your next step should be setting >up a mailing list to discuss your package. We don't want to clutter >this mailing list with discussion of random other packages that don't >have anything to do with the intended purpose of this mailing list. > >And, for all of the people with fingers poised to fire off a "I want >hear about this interesting package" response to this message -- please >don't bother. You'll have to live with the fact that I am meanly not >allowing this off-topic discussion. > > Would it be on-topic to discuss this on the win32-x11@sources.redhat.com list? Then people (including Joseph) could be directed there... David From cgf-no-personal-reply-please@cygwin.com Tue Dec 7 19:03:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Tue, 07 Dec 2004 19:03:00 -0000 Subject: Packaged X Server for easy use In-Reply-To: <41B5FB67.3030609@sjsoft.com> References: <200412071143.36722.joseph@tidetamerboatlifts.com> <20041207171558.GE19777@trixie.casa.cgf.cx> <41B5FB67.3030609@sjsoft.com> Message-ID: <20041207190424.GJ19777@trixie.casa.cgf.cx> On Tue, Dec 07, 2004 at 08:50:15PM +0200, David Fraser wrote: >Would it be on-topic to discuss this on the >win32-x11@sources.redhat.com list? Then people (including Joseph) >could be directed there... Yes. What does this have to do with win32-x11 in any of its incarnations? Someone is starting a different effort. If they want to work with Alexander and merge the projects, then feel free. Otherwise, if this is a separate project it needs another mailing list. From joseph@tidetamerboatlifts.com Tue Dec 7 19:47:00 2004 From: joseph@tidetamerboatlifts.com (Joseph Miller) Date: Tue, 07 Dec 2004 19:47:00 -0000 Subject: Packaged X Server for easy use In-Reply-To: <20041207171558.GE19777@trixie.casa.cgf.cx> References: <200412071143.36722.joseph@tidetamerboatlifts.com> <20041207171558.GE19777@trixie.casa.cgf.cx> Message-ID: <200412071453.24115.joseph@tidetamerboatlifts.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 07 December 2004 12:15 pm, Christopher Faylor wrote: > On Tue, Dec 07, 2004 at 11:43:33AM -0500, Joseph Miller wrote: > >Hello X Cygwin project. I got tired of the only option to use an X > >Server on Windows to be either use the X-Win32 trial (like i would pay > >$200+ for that!) or install the full cygwin environment. > > You don't have to install the "full cygwin environment". The setup.exe > installer allows you to install or not install whatever you please. > > >So what I did was take out the binaries required to run the X Server > >(along with ssh and rsh) and put a Windows GUI interface to it, then > >packaged it with an installer so that the average user could download > >and use it. Please check it out at > >http://www.calcmaster.net/visual-c++/xwinlogon/ and let me know what > >you guys think. My next step is to rebuild the binaries from the > >sources, allow for installation along side of Cygwin without > >interference, and add -mwindows to remove the cmd.exe box that comes up > >with each window. > > Actually you may want to consider that your next step should be setting > up a mailing list to discuss your package. We don't want to clutter > this mailing list with discussion of random other packages that don't > have anything to do with the intended purpose of this mailing list. > > And, for all of the people with fingers poised to fire off a "I want > hear about this interesting package" response to this message -- please > don't bother. You'll have to live with the fact that I am meanly not > allowing this off-topic discussion. > > cgf I am starting a mailing list at Sourceforge.net for this project. It should be active by tomorrow as there is a delay when you add a mailing list to a project. Sorry for sending to the wrong list, but I did think it would be good to at least announce it here in case others were looking for the same thing. I do realize that you do not have to install the entire cygwin installation but can use setup.exe and customize it, but I just don't think that even that would suffice for what I was looking for. What many users who were only looking for an X Server would not like about that is the whole situation with launching a bash session from batch file and having to work with mounts, etc. That was really what I meant by the Cygwin environment. With my project, those things still exist but are never seen by the user. - -Joseph -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBtgoymXZROF+EADURAnTKAJ4uLsvSzpDjQ8or8VcxdCMaKJxErgCfXtP9 KS7FTQhA0ij6Ey9ID1IJZm0= =HEri -----END PGP SIGNATURE----- From cgf-no-personal-reply-please@cygwin.com Tue Dec 7 20:09:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Tue, 07 Dec 2004 20:09:00 -0000 Subject: Packaged X Server for easy use In-Reply-To: <200412071453.24115.joseph@tidetamerboatlifts.com> References: <200412071143.36722.joseph@tidetamerboatlifts.com> <20041207171558.GE19777@trixie.casa.cgf.cx> <200412071453.24115.joseph@tidetamerboatlifts.com> Message-ID: <20041207200945.GK19777@trixie.casa.cgf.cx> On Tue, Dec 07, 2004 at 02:53:19PM -0500, Joseph Miller wrote: >I do realize that you do not have to install the entire cygwin >installation but can use setup.exe and customize it, but I just don't >think that even that would suffice for what I was looking for. What >many users who were only looking for an X Server would not like about >that is the whole situation with launching a bash session from batch >file and having to work with mounts, etc. That was really what I meant >by the Cygwin environment. With my project, those things still exist >but are never seen by the user. You don't have to launch a bash session from a batch file. You don't have to work with mounts. If you were so inclined, you could work within the cygwin release to try to accommodate the needs of the "many users". But, I understand the allure of just doing things your own way rather than trying to gather consensus and working with others. All the more reason for a completely different mailing list... cgf From joseph@tidetamerboatlifts.com Tue Dec 7 21:34:00 2004 From: joseph@tidetamerboatlifts.com (Joseph Miller) Date: Tue, 07 Dec 2004 21:34:00 -0000 Subject: Packaged X Server for easy use In-Reply-To: <20041207200945.GK19777@trixie.casa.cgf.cx> References: <200412071143.36722.joseph@tidetamerboatlifts.com> <200412071453.24115.joseph@tidetamerboatlifts.com> <20041207200945.GK19777@trixie.casa.cgf.cx> Message-ID: <200412071639.53628.joseph@tidetamerboatlifts.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 07 December 2004 3:09 pm, Christopher Faylor wrote: > On Tue, Dec 07, 2004 at 02:53:19PM -0500, Joseph Miller wrote: > >I do realize that you do not have to install the entire cygwin > >installation but can use setup.exe and customize it, but I just don't > >think that even that would suffice for what I was looking for. What > >many users who were only looking for an X Server would not like about > >that is the whole situation with launching a bash session from batch > >file and having to work with mounts, etc. That was really what I meant > >by the Cygwin environment. With my project, those things still exist > >but are never seen by the user. > > You don't have to launch a bash session from a batch file. You don't > have to work with mounts. > > If you were so inclined, you could work within the cygwin release to try > to accommodate the needs of the "many users". But, I understand the > allure of just doing things your own way rather than trying to gather > consensus and working with others. > > All the more reason for a completely different mailing list... > > cgf I would be more than happy to work within the cygwin release for this project. I do not pretend that I would want to maintain this project for an eternity myself and I would prefer a larger community to work within. How do you forsee that this should integrate with the Cygwin project? I have thought about an alternate version that would call XWin from inside the Cygwin installation for those who already have it installed, but I just haven't done it yet. As to the mounts, I had some problems with getting XWin to run without them because of /tmp requirements and font paths. How would I call XWin without the mounts and get those to work? Please advise. - -Joseph -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBtiMomXZROF+EADURAsdbAJ9mWrUry9GI8g6V/2y0qEdwFdsQ0gCeNdwx ehjJ69flREuGlN0nloYFFnk= =MnqP -----END PGP SIGNATURE----- From cgf-no-personal-reply-please@cygwin.com Tue Dec 7 21:50:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Tue, 07 Dec 2004 21:50:00 -0000 Subject: Packaged X Server for easy use In-Reply-To: <200412071639.53628.joseph@tidetamerboatlifts.com> References: <200412071143.36722.joseph@tidetamerboatlifts.com> <200412071453.24115.joseph@tidetamerboatlifts.com> <20041207200945.GK19777@trixie.casa.cgf.cx> <200412071639.53628.joseph@tidetamerboatlifts.com> Message-ID: <20041207215117.GA27608@trixie.casa.cgf.cx> On Tue, Dec 07, 2004 at 04:39:50PM -0500, Joseph Miller wrote: >I would be more than happy to work within the cygwin release for this project. >I do not pretend that I would want to maintain this project for an eternity >myself and I would prefer a larger community to work within. How do you >forsee that this should integrate with the Cygwin project? I have thought >about an alternate version that would call XWin from inside the Cygwin >installation for those who already have it installed, but I just haven't done >it yet. Cygwin packaging is discussed in the cygwin-apps mailing list. You could start there by discussing methods for getting a installation which just installed what you consider to be the minimal amount needed. There is absolutely no reason why you have to start a cygwin shell in order to start xwin. You do need ash or bash if you want to start X via startx, though. >As to the mounts, I had some problems with getting XWin to run without them >because of /tmp requirements and font paths. How would I call XWin without >the mounts and get those to work? Please advise. Well, yes, you do need some mounts but the normal user doesn't need to worry about them when they are installing cygwin. Installation should just require clicking next a few times, choosing a mirror, and then clicking on "something" which installs the minimal x package you are envisioning. Btw, I wasn't being facetious when I mentioned the allure of working by yourself. Working with other people on projects like this can be quite frustrating. Other people often don't respond at all, or respond days or weeks after you've made a point. Then, their responses may indicate that they haven't really read what you've written or that they haven't really thought your argument through. Or, they have another agenda or another way that they think things should be done. That will undoubtedly be what you're getting yourself into here, but if you persevere and, especially if you are willing to make coding changes, you should be able to affect change. If you do go over to cygwin-apps you may notice a thread that I started called "setup.exe sucks". I've gotten a little frustrated over the stalled development in setup.exe land and over the usability issues that people keep raising. So, this may be the time to hop onboard if I can really get a new course charted for the cygwin installer. cgf From mzap80@hotmail.com Wed Dec 8 03:50:00 2004 From: mzap80@hotmail.com (m. z.) Date: Wed, 08 Dec 2004 03:50:00 -0000 Subject: Another newbie question (xemacs problems) Message-ID: Hello, I have another newbie question, that is I have problems with xemacs with Cygwin/X. The problems are 2: 1) When I start xemacs from Start button in windows XP, it says "error, could not start C:\cygwin\bin\xemacs-21.4.15.3xe -display 127.0.0.1:0.0" and it doesn't open it. On the contrary emacs works if it' opened in this way. 2) From xterminal if I type xemacs filename & it opens the filename, but when I exit from xemacs, it prints the following (see below). [If I do the same not on Cygwin/X, but simply on cygwin (starting cygwin.bat), there are no problems]. I tried to reinstall xemacs, but it happens the same thing. I would like to know if someone could suggest me something in order to solve the problem. Thank you PS: I cannot find the core file it says (see below). This is what it prints: Warning: XtRemoveGrab asked to remove a widget not on the list Warning: XtRemoveGrab asked to remove a widget not on the list Fatal error (11). Your files have been auto-saved. Use `M-x recover-session' to recover them. Your version of XEmacs was distributed with a PROBLEMS file that may describe your crash, and with luck a workaround. Please check it first, but do report the crash anyway. Please report this bug by invoking M-x report-emacs-bug, or by selecting `Send Bug Report' from the Help menu. If necessary, send ordinary email to `crashes@xemacs.org'. *MAKE SURE* to include the XEmacs configuration from M-x describe-installation, or equivalently the file Installation in the top of the build tree. *Please* try *hard* to obtain a C stack backtrace; without it, we are unlikely to be able to analyze the problem. Locate the core file produced as a result of this crash (often called `core' or `core.', and located in the directory in which you started XEmacs or your home directory), and type gdb /usr/bin/xemacs core then type `where' at the debugger prompt. No GDB on your system? You may have DBX, or XDB, or SDB. (Ask your system administrator if you need help.) If no core file was produced, enable them (often with `ulimit -c unlimited' in case of future recurrance of the crash. Lisp backtrace follows: kill-emacs() # bind (arg) save-buffers-kill-emacs(nil) # bind (command-debug-status) call-interactively(save-buffers-kill-emacs) # (condition-case ... . error) # (catch top-level ...) Segmentation fault From alexander.gottwald@s1999.tu-chemnitz.de Wed Dec 8 15:19:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 08 Dec 2004 15:19:00 -0000 Subject: [Patch] Starting X on different monitors Message-ID: On Tue, 7 Dec 2004, Mark Fisher wrote: > This is my first patch, so I've created it for the two files updated > (winprocarg.c and InitOutput.c). > I've tried to keep the format the same as already there, I'm using > emacs in C mode, so if the spacing is weird, blame that :) > > It works fine here on the dual monitor setup I have. I don't have > a gfx card with 3 heads, but in theory, as long as EnumDisplayMonitors > honours the same numbering as Windows shows them in Display Properties > then it should work fine. There may be problems with mirroring display drivers but as long as nobody complains I'll stick with it. > Can someone please try this out? Works great. I've done some small changes - store global variables in a struct which is allocated locally and pass the pointer to it through dwparam - moved the monitorNum counter to the struct too. If getMonitorInfo gets called twice (like with two -screen arguments) the count did not start at 1 again - fixed a problem with @m argument and following arguments (@m was expected to be the last argument on the commandline) - @m format should not set userGaveWidthAndHeight to allow adjusting the area with border sizes. But great work anyway. > What's the procedure for getting this into CVS after it's been testing? I've commited it. If you have bigger patches or want to work on larger changes I can try to get you cvs write access to freedesktop.org. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From mark.fisher@practiv.com Wed Dec 8 16:05:00 2004 From: mark.fisher@practiv.com (Mark Fisher) Date: Wed, 08 Dec 2004 16:05:00 -0000 Subject: [Patch] Starting X on different monitors In-Reply-To: Message-ID: Thanks! Glad I could help. Thanks for putting me right on the style and fixing the bugs. Anything else need doing? Is there a bug list / wish list I could see if I could tackle? Mark -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com] On Behalf Of Alexander Gottwald Sent: 08 December 2004 15:19 To: Mark Fisher Cc: cygwin-xfree@cygwin.com Subject: Re: [Patch] Starting X on different monitors On Tue, 7 Dec 2004, Mark Fisher wrote: > This is my first patch, so I've created it for the two files updated > (winprocarg.c and InitOutput.c). > I've tried to keep the format the same as already there, I'm using > emacs in C mode, so if the spacing is weird, blame that :) > > It works fine here on the dual monitor setup I have. I don't have > a gfx card with 3 heads, but in theory, as long as EnumDisplayMonitors > honours the same numbering as Windows shows them in Display Properties > then it should work fine. There may be problems with mirroring display drivers but as long as nobody complains I'll stick with it. > Can someone please try this out? Works great. I've done some small changes - store global variables in a struct which is allocated locally and pass the pointer to it through dwparam - moved the monitorNum counter to the struct too. If getMonitorInfo gets called twice (like with two -screen arguments) the count did not start at 1 again - fixed a problem with @m argument and following arguments (@m was expected to be the last argument on the commandline) - @m format should not set userGaveWidthAndHeight to allow adjusting the area with border sizes. But great work anyway. > What's the procedure for getting this into CVS after it's been testing? I've commited it. If you have bigger patches or want to work on larger changes I can try to get you cvs write access to freedesktop.org. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From bdenson@wa-ventures.com Wed Dec 8 19:01:00 2004 From: bdenson@wa-ventures.com (Brock Denson) Date: Wed, 08 Dec 2004 19:01:00 -0000 Subject: starting cygwinx Message-ID: <41B7490F.8070403@wa-ventures.com> sorry about the newbie question. i can feel the flames coming... anyway, i have downloaded and installed cygwin and the xfree libraries via setup as per the users guide on the website. i can not find the startwin.bat or .sh files nor is the /etc/X11/xinit file present. can someone tell me where i can find these files and how to get an xterm window started. thanks, brock From Matthias.Morche@P7S1Produktion.de Wed Dec 8 19:43:00 2004 From: Matthias.Morche@P7S1Produktion.de (Morche Matthias) Date: Wed, 08 Dec 2004 19:43:00 -0000 Subject: starting cygwinx Message-ID: Try startx ... but it needs xinit; all of them in /usr/X11R6/bin... matthias cygwin-xfree-owner@cygwin.com wrote: ... > someone tell me where i can find these files and how to get an xterm > window started. ... From vanw@usna.edu Wed Dec 8 20:07:00 2004 From: vanw@usna.edu (Kevin Van Workum) Date: Wed, 08 Dec 2004 20:07:00 -0000 Subject: openbox-3.2 Message-ID: Has anyone out there compiled openbox-3.2 on cygwin? It worked until the final step. Below is the command that it failed on and a couple of the error messages. It looks like it's not finding the right libraries, but I don't know for sure since I'm not an expert on X11. --make output-- ... /bin/bash ./libtool --silent --mode=link gcc -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -o openbox/openbox.exe -export-dynamic openbox/openbox_openbox-action.o openb ox/openbox_openbox-client.o openbox/openbox_openbox-client_list_menu.o openbox/o penbox_openbox-client_menu.o openbox/openbox_openbox-config.o openbox/openbox_op enbox-debug.o openbox/openbox_openbox-dock.o openbox/openbox_openbox-event.o ope nbox/openbox_openbox-extensions.o openbox/openbox_openbox-focus.o openbox/openbo x_openbox-frame.o openbox/openbox_openbox-framerender.o openbox/openbox_openbox- grab.o openbox/openbox_openbox-group.o openbox/openbox_openbox-keyboard.o openbo x/openbox_openbox-keytree.o openbox/openbox_openbox-mainloop.o openbox/openbox_o penbox-menuframe.o openbox/openbox_openbox-menu.o openbox/openbox_openbox-mouse. o openbox/openbox_openbox-moveresize.o openbox/openbox_openbox-openbox.o openbox /openbox_openbox-place.o openbox/openbox_openbox-popup.o openbox/openbox_openbox -prop.o openbox/openbox_openbox-resist.o openbox/openbox_openbox-screen.o openbo x/openbox_openbox-session.o openbox/openbox_openbox-stacking.o openbox/openbox_o penbox-startupnotify.o openbox/openbox_openbox-translate.o openbox/openbox_openb ox-window.o openbox/openbox_openbox-xerror.o -lSM -lICE -L/usr/X11R6/lib -L/opt/ cxclient/usr/X11R6/lib -lXft -lfreetype -lz -lXrender -lXext -lX11 -lfontconfig -lXext -lXrender -lXrandr -lXext -lglib-2.0 -lintl -liconv -lSM -lICE -L /usr/X11R6/lib -lX11 -lstartup-notification-1 -lxml2 -lz -liconv -lm -lintl render/libobrender.la parser/libobparser.la render/.libs/libobrender.a(render_libobrender_la-render.o)(.text+0x74): In funct ion `RrPaint': /home/vanw/openbox-3.2/render/render.c:53: undefined reference to `_XCreatePixma p' render/.libs/libobrender.a(render_libobrender_la-render.o)(.text+0xc7):/home/van w/openbox-3.2/render/render.c:63: undefined reference to `_XftDrawCreate' render/.libs/libobrender.a(render_libobrender_la-render.o)(.text+0x26d):/home/va nw/openbox-3.2/render/render.c:144: undefined reference to `_XSetWindowBackgroun dPixmap' ... From mark.fisher@practiv.com Wed Dec 8 20:36:00 2004 From: mark.fisher@practiv.com (Mark Fisher) Date: Wed, 08 Dec 2004 20:36:00 -0000 Subject: starting cygwinx In-Reply-To: <41B7490F.8070403@wa-ventures.com> Message-ID: hey, don't sweat it! i've just been getting up to speed on this after playing with x for a few years but not using it properly. here's how I do things (so I'm open to flames too!) I used to use the startx... scripts, but don't bother, it's actually really easy to do it without. 1. dead easy way: download "morten's cygwin x launcher" (as I write this, it's top link on "www.cygwin.com - software section) this is a great way to learn and try out all the options and window managers for X. Click a few check boxes, click "Go" and try out X 2. another easy way: once you've played with Morten's launcher, you should be a bit more happy with some of the options available, so now you can start to work with X via xinit and some command line params to fine tune how you run it. so, install openbox (and a few other windows managers along with your xorg stuff, e.g. fvwm, twm etc.) then create a file in your $HOME called ".xinitrc" in it, put these two lines: - - - - - 8< - - - - #!/bin/bash openbox - - - - - - - - - - dunno if line 1 is needed, but I always force scripts to be bash-able. after this, you can simply type "xinit" to run x a better startup is something like: nohup >/tmp/xinit.log &1 xinit -- :0 -nodecoration -clipboard & basically, everything after the "--" are args that get passed to X (or Xwin, as that is sym-linked to Xwin, or Xwin_GL if you have a GL) the "nohup" means "if my shell dies, don't die yourself" you can remove "-nodecoration" if you want to have windows borders, but I tend to run X on a 2nd monitor and don't want the windows border. "-clipboard" allows copy and paste between windows and X. I'd rather have a "-noclipboard" option personally, as I can't think of a reason to NOT have it enabled. I've also install xfce4 as a full desktop. It's nice, and I did it out of curiosity. If you just want to play, get fvwm or openbox and mess around with the window manager, before expanding. mark - - - some of my own setup from "cygcheck -c -d" : fvwm 2.4.7-3 openbox 0.99.1-4 X-start-menu-icons 1.0.3-2 X-startup-scripts 1.0.10-2 xorg-x11-base 6.8.1.0-1 xorg-x11-bin 6.8.1.0-2 xorg-x11-bin-dlls 6.8.1.0-1 xorg-x11-bin-lndir 6.8.1.0-1 xorg-x11-devel 6.8.1.0-1 xorg-x11-etc 6.8.1.0-1 xorg-x11-f100 6.8.1.0-3 xorg-x11-fcyr 6.8.1.0-2 xorg-x11-fenc 6.8.1.0-2 xorg-x11-fnts 6.8.1.0-3 xorg-x11-fscl 6.8.1.0-2 xorg-x11-fsrv 6.8.1.0-1 xorg-x11-libs-data 6.8.1.0-1 xorg-x11-man-pages 6.8.1.0-1 xorg-x11-man-pages-html 6.8.1.0-1 xorg-x11-nest 6.8.1.0-1 xorg-x11-vfb 6.8.1.0-1 xorg-x11-xwin 6.8.1.0-5 xorg-x11-xwin-gl 6.8.1.0-5 this ain't a complete list, but is some of the x related stuff. -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com] On Behalf Of Brock Denson Sent: 08 December 2004 18:34 To: cygwin-xfree@cygwin.com Subject: starting cygwinx sorry about the newbie question. i can feel the flames coming... anyway, i have downloaded and installed cygwin and the xfree libraries via setup as per the users guide on the website. i can not find the startwin.bat or .sh files nor is the /etc/X11/xinit file present. can someone tell me where i can find these files and how to get an xterm window started. thanks, brock From cgf-no-personal-reply-please@cygwin.com Wed Dec 8 20:48:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Wed, 08 Dec 2004 20:48:00 -0000 Subject: starting cygwinx In-Reply-To: <20041208203720.928D01B491@cgf.cx> References: <41B7490F.8070403@wa-ventures.com> <20041208203720.928D01B491@cgf.cx> Message-ID: <20041208204908.GB4081@trixie.casa.cgf.cx> On Wed, Dec 08, 2004 at 08:36:05PM -0000, Mark Fisher wrote: >hey, don't sweat it! > >i've just been getting up to speed on this after playing with x for >a few years but not using it properly. > >here's how I do things (so I'm open to flames too!) >I used to use the startx... scripts, but don't bother, it's actually >really easy to do it without. > >1. dead easy way: download "morten's cygwin x launcher" >(as I write this, it's top link on "www.cygwin.com - software section) Rather than rope someone into your nonstandard way of doing things, it really makes sense to figure out if they are having installation problems or if there is just a misapprehension problem. Anything else is just a potential exercise in frustration for the poor "newbie". To the original poster, if you are not already up-and-running, could you send the output of "cygcheck -r -s -v" here as an *attachment* to your reply? You should be able to just type /usr/X11R6/bin/startx to start X. If you can't do that then something is wrong with your installation. cgf From alexander.gottwald@s1999.tu-chemnitz.de Wed Dec 8 21:24:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 08 Dec 2004 21:24:00 -0000 Subject: [Patch] Starting X on different monitors Message-ID: On Wed, 8 Dec 2004, Mark Fisher wrote: > Thanks! > > Glad I could help. Thanks for putting me right on the style > and fixing the bugs. > > Anything else need doing? > Is there a bug list / wish list I could see if I could > tackle? There is a todo list on the website. http://x.cygwin.com/devel/todo.html Some of these entries are quite old but are still pending. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From gp@familiehaase.de Wed Dec 8 23:14:00 2004 From: gp@familiehaase.de (Gerrit P. Haase) Date: Wed, 08 Dec 2004 23:14:00 -0000 Subject: openbox-3.2 In-Reply-To: References: Message-ID: <41B78AD0.3010801@familiehaase.de> Kevin Van Workum wrote: > Has anyone out there compiled openbox-3.2 on cygwin? It worked until the > final step. Below is the command that it failed on and a couple of the > error messages. It looks like it's not finding the right libraries, but > I don't know for sure since I'm not an expert on X11. > > --make output-- > .... > /home/vanw/openbox-3.2/render/render.c:53: undefined reference to > `_XCreatePixmap' Try to find the library where the reference points to, e.g.: $ cd /usr/X11R6/lib ; grep -r _XCreatePixmap * If it is there, see if this lib is on your linkline, if not then add it, if it is already there try to change the order of the libraries or add the relevant lib at the end of the link command a second time. Gerrit -- =^..^= From zakki@peppermint.jp Thu Dec 9 00:11:00 2004 From: zakki@peppermint.jp (Kensuke Matsuzaki) Date: Thu, 09 Dec 2004 00:11:00 -0000 Subject: [Patch] Starting X on different monitors In-Reply-To: References: Message-ID: Also a bug list at https://bugs.freedesktop.org/ zakki From harold.bamford@sciatl.com Thu Dec 9 00:30:00 2004 From: harold.bamford@sciatl.com (Harold Bamford) Date: Thu, 09 Dec 2004 00:30:00 -0000 Subject: XWin -multiwindow and XEmacs/gnuclient -- cannot get autoraise References: Message-ID: Alexander Gottwald s1999.tu-chemnitz.de> writes: > > Harold Bamford wrote: > > > I tried this using XWin without the builtin window manager (using twm or mwm > > as the window manager) and then autoraise seems to work. But this is not a > > good environment for me as I need constant access to both the X windows and > > the PC. > > > > I have done quite a bit of searching of the web and FAQs and manual pages and > > cannot find this even mentioned. So either it is so obvious that no-one could > > possibly need it explained, or it has just never come up. Or I used the wrong > > keywords in the searches. > > It seems this feature has not been implemented in the internal window manager. > > > So, what's the secret to getting this to work? > > There are basicly 3 possible ways > > - wait until someone has the time to dig up documentation how the autoraise > should work and fixes that bug > > - dig up the documentation yourself and report which window manager message > should be handled > > - fix it yourself > > The fastest is most likely number two. > > bye > ago Thanks. Unfortunately, it would take me a great deal of time to learn enough about the internals of window managers that I could make a coherent report. I guess I'll just live with the problem for now. I was hoping that this was a known problem with a known solution. Thanks anyway! -- Harold From zakki@peppermint.jp Thu Dec 9 00:54:00 2004 From: zakki@peppermint.jp (Kensuke Matsuzaki) Date: Thu, 09 Dec 2004 00:54:00 -0000 Subject: XWin -multiwindow and XEmacs/gnuclient -- cannot get autoraise In-Reply-To: References: Message-ID: X program can't change window order in multiwindow mode. winRestackWindowMultiWindow in xc/programs/Xserver/hw/xwin/winmultiwindowwindow.c /* * Calling winReorderWindowsMultiWindow here means our window manager * (i.e. Windows Explorer) has initiative to determine Z order. */ winReorderWindowsMultiWindow (); I can't remember in detail, but someone did that to fix some problem. zakki -- Kensuke Matsuzaki mailto:zakki@peppermint.jp http://peppermint.jp From martin@martinsgill.co.uk Thu Dec 9 00:55:00 2004 From: martin@martinsgill.co.uk (Martin Gill) Date: Thu, 09 Dec 2004 00:55:00 -0000 Subject: Duplicate invocation problem with xwin.exe In-Reply-To: <41B5E30B.8000407@martinsgill.co.uk> References: <41B5E30B.8000407@martinsgill.co.uk> Message-ID: <41B7A2FC.9070005@martinsgill.co.uk> Ok, managed to find out what the problem was. Seems it's Zone Alarm. I had to completely uninstall it to solve the problems. Just thought I'd post this in case anyone else ever has the same problems. I've sent a note to ZA support... if they offer a solution i'll post it here. Regards Martin Gill wrote: > Hi, > > I just insalled cygwin on my PC, and tried to get the x windows server > running. > > I used the startxwin.bat script to do this, but nothing seemed to happen. > > After some investigation, I noticed that I had two xwin.exe processes > running. I killed both of them and tried again. Again.. 2 xwin.exe > processes started up. > > I checked through the batch file, but all it was doing was starting xwin > and then starting xterm. I commented out xterm, just in case and tried > again. same result. > > If I run the batch file, I always get 2 xwin.exe processes. I've tried > runnig it from cmd as well as from the bash shell, but even in those > cases I get 2 processes. > > If i go into task manager and kill the xwin process with the lower > memory foot-print, the x-server springs into life and everything works > as expected. > > I'm completely confused as to why this is happening. > > My startxwin.bat is unchanged. I'm running WinXP Pro SP2 with the latest > stable versions of cygwin. > > Anyone able to offer any suggestions? > > Thanks, > > Martin > From srs.tudg@gmail.com Thu Dec 9 03:11:00 2004 From: srs.tudg@gmail.com (Steven R. Sharp) Date: Thu, 09 Dec 2004 03:11:00 -0000 Subject: scroll bar (-sb) Message-ID: <41B7C23F.3070206@gmail.com> I start the xwin server with the startxwin.bat file that comes with the package. I have made no modifications to it. I also start xterm windows with the following command: C:\cygwin\usr\X11R6\bin\run.exe -p /usr/X11R6/bin xterm -display 127.0.0.1:0.0 -ls -sl 1000 -sb -rightbar -ms red -fg yellow -bg black -e /usr/bin/bash -l However, when I am using an xterm window, the scrollbar does display on the right side of the window, but it doesn't allow me to scroll up or down. Is there an additional setting that I should make to either the server or the terminal window to enable the scrollbar to be useful? steven@skycor.net From primorec@sbcglobal.net Thu Dec 9 03:55:00 2004 From: primorec@sbcglobal.net (Igor Furlan) Date: Thu, 09 Dec 2004 03:55:00 -0000 Subject: scroll bar (-sb) In-Reply-To: <41B7C23F.3070206@gmail.com> Message-ID: <20041209035501.44326.qmail@web81607.mail.yahoo.com> Which mouse button did you try to use ? (left, middle or the right one) --- "Steven R. Sharp" wrote: > I start the xwin server with the startxwin.bat file > that comes with the > package. I have made no modifications to it. > I also start xterm windows with the following > command: > > C:\cygwin\usr\X11R6\bin\run.exe -p /usr/X11R6/bin > xterm -display > 127.0.0.1:0.0 -ls -sl 1000 -sb -rightbar -ms red -fg > yellow -bg black -e > /usr/bin/bash -l > > However, when I am using an xterm window, the > scrollbar does display on > the right side of the window, but it doesn't allow > me to scroll up or down. > > Is there an additional setting that I should make to > either the server > or the terminal window to enable the scrollbar to be > useful? > > steven@skycor.net > From sailorleo@isonews2.com Thu Dec 9 04:11:00 2004 From: sailorleo@isonews2.com (Arturus Magi) Date: Thu, 09 Dec 2004 04:11:00 -0000 Subject: Duplicate invocation problem with xwin.exe In-Reply-To: <41B7A2FC.9070005@martinsgill.co.uk> References: <41B5E30B.8000407@martinsgill.co.uk> <41B7A2FC.9070005@martinsgill.co.uk> Message-ID: <41B7D06C.5010708@isonews2.com> Martin Gill wrote: > Ok, managed to find out what the problem was. > > Seems it's Zone Alarm. I had to completely uninstall it to solve the > problems. > > Just thought I'd post this in case anyone else ever has the same problems. > > I've sent a note to ZA support... if they offer a solution i'll post it > here. > On cygwin, some of the socket interface is emulated by using loopbacks on internet sockets, so Xwin, Xinit, and several other programs need to have access to the internet, and Xwin needs server rights. If server rights are denied, xterm would not have been able to connect to the X server (and might have attempted to reinvoke xinit...I'm not sure whether there is any special handling in there). Did you check ZA before uninstalling to make sure you hadn't blocked access? From a.pyro85@gmail.com Thu Dec 9 07:31:00 2004 From: a.pyro85@gmail.com (Felix85) Date: Thu, 09 Dec 2004 07:31:00 -0000 Subject: XWin Message-ID: <5d5253a104120823314b2b3371@mail.gmail.com> For some reason when i try to start xwindows it will say that it is already open but i havent even opened it. Here is the log file. -------------- next part -------------- A non-text attachment was scrubbed... Name: XWin.log Type: application/octet-stream Size: 544 bytes Desc: not available URL: From martin@martinsgill.co.uk Thu Dec 9 08:55:00 2004 From: martin@martinsgill.co.uk (Martin Gill) Date: Thu, 09 Dec 2004 08:55:00 -0000 Subject: Duplicate invocation problem with xwin.exe In-Reply-To: <41B7D06C.5010708@isonews2.com> References: <41B5E30B.8000407@martinsgill.co.uk> <41B7A2FC.9070005@martinsgill.co.uk> <41B7D06C.5010708@isonews2.com> Message-ID: <41B812E4.3070503@martinsgill.co.uk> Arturus Magi wrote: > Martin Gill wrote: > >> Ok, managed to find out what the problem was. >> >> Seems it's Zone Alarm. I had to completely uninstall it to solve the >> problems. >> >> Just thought I'd post this in case anyone else ever has the same >> problems. >> >> I've sent a note to ZA support... if they offer a solution i'll post it >> here. >> > > On cygwin, some of the socket interface is emulated by using loopbacks > on internet sockets, so Xwin, Xinit, and several other programs need > to have access to the internet, and Xwin needs server rights. If > server rights are denied, xterm would not have been able to connect to > the X server (and might have attempted to reinvoke xinit...I'm not > sure whether there is any special handling in there). > > Did you check ZA before uninstalling to make sure you hadn't blocked > access? > Yes. I have ZA running in advanced mode, so that I get to decide what to do at each stage, and I gave XWin and everything else complete permissions. Might try installing ZA again tonight and see if I can nail down the problem a bit more, luckily i'm behind a hardware firewall, so the loss of a desktop one isn't too serious in the short term, and the windows firewall kicked in anyway, no problems with that one. A quick google turned up a number of articles that said something about ZA causing problems with the way Xwin uses sockets, but i'm not sure yet that applies to what i;m seeing. From mark.fisher@practiv.com Thu Dec 9 10:31:00 2004 From: mark.fisher@practiv.com (Mark Fisher) Date: Thu, 09 Dec 2004 10:31:00 -0000 Subject: XWin In-Reply-To: <5d5253a104120823314b2b3371@mail.gmail.com> Message-ID: how are you starting x? -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com] On Behalf Of Felix85 Sent: 09 December 2004 07:31 To: cygwin-xfree@cygwin.com Subject: XWin For some reason when i try to start xwindows it will say that it is already open but i havent even opened it. Here is the log file. From vanw@usna.edu Thu Dec 9 14:35:00 2004 From: vanw@usna.edu (Kevin Van Workum) Date: Thu, 09 Dec 2004 14:35:00 -0000 Subject: openbox-3.2 In-Reply-To: <41B78AD0.3010801@familiehaase.de> References: <41B78AD0.3010801@familiehaase.de> Message-ID: <41B8615A.4080409@usna.edu> Gerrit P. Haase wrote: > Kevin Van Workum wrote: > >> Has anyone out there compiled openbox-3.2 on cygwin? It worked until the >> final step. Below is the command that it failed on and a couple of the >> error messages. It looks like it's not finding the right libraries, but >> I don't know for sure since I'm not an expert on X11. >> >> --make output-- >> .... >> /home/vanw/openbox-3.2/render/render.c:53: undefined reference to >> `_XCreatePixmap' > > > Try to find the library where the reference points to, e.g.: > $ cd /usr/X11R6/lib ; grep -r _XCreatePixmap * > > If it is there, see if this lib is on your linkline, if not then add it, > if it is already there try to change the order of the libraries or add > the relevant lib at the end of the link command a second time. > > Gerrit Got it. The problem was the order of the libraries. Below are the changes I made to the makefile to get it to compile. $ diff Makefile Makefile.orig 81c81 < LIBS = -lX11 -lXft -lglib-2.0 -lxml2 --- > LIBS = Kevin From eskimoatphx@cox.net Thu Dec 9 16:50:00 2004 From: eskimoatphx@cox.net (Al Goodman) Date: Thu, 09 Dec 2004 16:50:00 -0000 Subject: need xterm to log to a file Message-ID: On unix, xterm has an option that will enable it to log info typed and displayed to be logged to a file. I downloaded the xterm source and compiled it. When I enabled the option via Cntl-mouse-left-click the window hung. Any suggestions on how to log input and output of an xterm would be appreciated. btw, I'm using the latest Cygwin. Regards, Al From karheng@softhome.net Thu Dec 9 17:27:00 2004 From: karheng@softhome.net (Chan Kar Heng) Date: Thu, 09 Dec 2004 17:27:00 -0000 Subject: q: Xwin -clipboard over xdmcp with gdm Message-ID: <5.1.0.14.1.20041210010442.00af5390@pop.softhome.net> greetings. clipboard stops working with gdm over xdmcp. (works on local X connection). may i know if this's fixed yet? (doesn't seem like it's fixed; i tried). i've dug around & found something related to gdm.conf & killinitclients (or something like that). also found this: XFree86-xserv-4.3.0-42 no longer steals selection ownership and works with Xdmcp. does it apply to gdm.conf? rgds, kh From b.schneidhuber@mc-lindinger.de Thu Dec 9 18:40:00 2004 From: b.schneidhuber@mc-lindinger.de (Bruno Schneidhuber) Date: Thu, 09 Dec 2004 18:40:00 -0000 Subject: rxvt starts in background Message-ID: Hello, I have a problem with staring a rxvt from a remote machine with DISPLAY set to a cygwin-Win-XP-computer. The rxvt starts at the bottom of the windowlist. That means, that I can't see the rxvt until I click at the taskbar at the according button to make it top of the windowlist. Is there a possibiltity to start a remote application at top of the windowlist? I start X at the XP-computer as follows: run XWin -xkblayout de -multiwindow -clipboard -silent-dup-error TIA Bruno Schneidhuber From mcr2z@cs.virginia.edu Thu Dec 9 19:48:00 2004 From: mcr2z@cs.virginia.edu (Mark Reis) Date: Thu, 09 Dec 2004 19:48:00 -0000 Subject: XDMCP Woes + Solaris In-Reply-To: <1102621162.31189.ezmlm@cygwin.com> References: <1102621162.31189.ezmlm@cygwin.com> Message-ID: <41B8ABF2.6080801@cs.virginia.edu> Hello, I've been banging my head up against a wall trying to get XDMCP working with two solaris machines. Setup: Machine 1: Solaris 9 - The 9/02 build - not a lot of patches have been applied to bring it to the current level. Machine 2: Solaris 9 - The 9/04 build - Scenario: I attempt to connect to both hosts with the startxdmcp batch file with the run line: run XWin -logverbose 3 -query hostname -nodecoration -lesspointer Results: Now here is the part that is baffling. Connecting to machine 1 works fine - Connecting to machine 2 fails. However, Exceed 6.2 is able to connect to both machines just fine. Additionally - If I remove -nodecoration, Xorg will start, but there is no display shown. Any suggestions? Thanks, Mark From rbelenov@yandex.ru Fri Dec 10 07:09:00 2004 From: rbelenov@yandex.ru (Roman Belenov) Date: Fri, 10 Dec 2004 07:09:00 -0000 Subject: XDMCP Woes + Solaris In-Reply-To: <41B8ABF2.6080801@cs.virginia.edu> (Mark Reis's message of "Thu, 09 Dec 2004 14:48:02 -0500") References: <1102621162.31189.ezmlm@cygwin.com> <41B8ABF2.6080801@cs.virginia.edu> Message-ID: Mark Reis writes: > Any suggestions? Try adding -from switch with your local IP address to command line; it helps in some network configurations. -- With regards, Roman. From alexander.gottwald@s1999.tu-chemnitz.de Fri Dec 10 10:20:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 10 Dec 2004 10:20:00 -0000 Subject: q: Xwin -clipboard over xdmcp with gdm In-Reply-To: <5.1.0.14.1.20041210010442.00af5390@pop.softhome.net> References: <5.1.0.14.1.20041210010442.00af5390@pop.softhome.net> Message-ID: On Fri, 10 Dec 2004, Chan Kar Heng wrote: > greetings. > > clipboard stops working with gdm over xdmcp. > (works on local X connection). > may i know if this's fixed yet? > (doesn't seem like it's fixed; i tried). > > i've dug around & found something related to gdm.conf > & killinitclients (or something like that). > > also found this: > XFree86-xserv-4.3.0-42 no longer steals selection ownership and works with Xdmcp. > > does it apply to gdm.conf? The clipboard thread tries to connect after the xdmcp login took place. But this uses only heuristics since it wait until the 3rd client connects (which used to work fine with kdm, wdm and afaik gdm). If the gdm code has changed then it might be possible that the clipboard thread gets killed. But the XWin logfile might shed some more light on it. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Fri Dec 10 10:21:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 10 Dec 2004 10:21:00 -0000 Subject: rxvt starts in background In-Reply-To: References: Message-ID: On Thu, 9 Dec 2004, Bruno Schneidhuber wrote: > Hello, > > I have a problem with staring a rxvt from a remote machine with DISPLAY set to a > cygwin-Win-XP-computer. The rxvt starts at the bottom of the windowlist. That > means, that I can't see the rxvt until I click at the taskbar at the according > button to make it top of the windowlist. > Is there a possibiltity to start a remote application at top of the windowlist? > > I start X at the XP-computer as follows: > > run XWin -xkblayout de -multiwindow -clipboard -silent-dup-error Not that I know of. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Fri Dec 10 10:24:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 10 Dec 2004 10:24:00 -0000 Subject: XDMCP Woes + Solaris In-Reply-To: <41B8ABF2.6080801@cs.virginia.edu> References: <1102621162.31189.ezmlm@cygwin.com> <41B8ABF2.6080801@cs.virginia.edu> Message-ID: On Thu, 9 Dec 2004, Mark Reis wrote: > Hello, > > I've been banging my head up against a wall trying to get XDMCP working > with two solaris machines. > > > Setup: > > Machine 1: Solaris 9 - The 9/02 build - not a lot of patches have been > applied to bring it to the current level. > > Machine 2: Solaris 9 - The 9/04 build - > > > Scenario: > > I attempt to connect to both hosts with the startxdmcp batch file with > the run line: > > run XWin -logverbose 3 -query hostname -nodecoration -lesspointer > > > Results: > > Now here is the part that is baffling. > > Connecting to machine 1 works fine - Connecting to machine 2 fails. > However, Exceed 6.2 is able to connect to both machines just fine. Have you checked the FAQ. There are some scenarios with XDMCP and Solaris resolved. > Additionally - If I remove -nodecoration, Xorg will start, but there is > no display shown. This is a know problem with the run utility. It will hide console window but unfortunatly the main window too. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From mark.fisher@practiv.com Fri Dec 10 10:32:00 2004 From: mark.fisher@practiv.com (Mark Fisher) Date: Fri, 10 Dec 2004 10:32:00 -0000 Subject: XDMCP Woes + Solaris In-Reply-To: Message-ID: You could try using a different run, http://www.extendingflash.com/utilities/runhide.html provides an application called "runhide" which does a similar job as run. This may solve your problem mark -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com] On Behalf Of Alexander Gottwald Sent: 10 December 2004 10:24 To: cygwin-xfree@cygwin.com Subject: Re: XDMCP Woes + Solaris On Thu, 9 Dec 2004, Mark Reis wrote: > Hello, > > I've been banging my head up against a wall trying to get XDMCP working > with two solaris machines. > > > Setup: > > Machine 1: Solaris 9 - The 9/02 build - not a lot of patches have been > applied to bring it to the current level. > > Machine 2: Solaris 9 - The 9/04 build - > > > Scenario: > > I attempt to connect to both hosts with the startxdmcp batch file with > the run line: > > run XWin -logverbose 3 -query hostname -nodecoration -lesspointer > > > Results: > > Now here is the part that is baffling. > > Connecting to machine 1 works fine - Connecting to machine 2 fails. > However, Exceed 6.2 is able to connect to both machines just fine. Have you checked the FAQ. There are some scenarios with XDMCP and Solaris resolved. > Additionally - If I remove -nodecoration, Xorg will start, but there is > no display shown. This is a know problem with the run utility. It will hide console window but unfortunatly the main window too. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From dickey@his.com Fri Dec 10 11:50:00 2004 From: dickey@his.com (Thomas Dickey) Date: Fri, 10 Dec 2004 11:50:00 -0000 Subject: need xterm to log to a file In-Reply-To: References: Message-ID: <20041210064423.P9258@mail.his.com> On Thu, 9 Dec 2004, Al Goodman wrote: > On unix, xterm has an option that will enable it to log info typed and > displayed to be logged to a file. I downloaded the xterm source and > compiled it. When I enabled the option via Cntl-mouse-left-click the > window hung. Any suggestions on how to log input and output of an xterm > would be appreciated. I see it's a (usually minor) error in xterm, which runs into a cygwin bug. The function creat_as() does a fork/wait, assuming that it has to strip off the setuid/setgid privilges. That's not needed in cygwin, but the fork/wait doesn't work (looks like a cygwin bug). I'll add a fix in #198 so it will work for cygwin. This is all that's needed from creat_as (before the fork): #ifdef __CYGWIN__ { fd = open(pathname, O_WRONLY | O_CREAT | (append ? O_APPEND : O_EXCL), mode); if (fd >= 0) { close(fd); return 1; } else return 0; } #endif -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net From cgf-no-personal-reply-please@cygwin.com Fri Dec 10 15:23:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Fri, 10 Dec 2004 15:23:00 -0000 Subject: XDMCP Woes + Solaris In-Reply-To: <20041210103332.8EE481B401@cgf.cx> References: <20041210103332.8EE481B401@cgf.cx> Message-ID: <20041210152356.GH12814@trixie.casa.cgf.cx> On Fri, Dec 10, 2004 at 10:32:07AM -0000, Mark Fisher wrote: >You could try using a different run, >http://www.extendingflash.com/utilities/runhide.html provides an >application called "runhide" which does a similar job as run. This may >solve your problem Or, in the spirit of free software, if there is a problem with the version of run that you're using you could try to offer a patch to rectify the problem. cgf From cgf-no-personal-reply-please@cygwin.com Fri Dec 10 15:27:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Fri, 10 Dec 2004 15:27:00 -0000 Subject: need xterm to log to a file In-Reply-To: <20041210064423.P9258@mail.his.com> References: <20041210064423.P9258@mail.his.com> Message-ID: <20041210152837.GI12814@trixie.casa.cgf.cx> On Fri, Dec 10, 2004 at 06:50:11AM -0500, Thomas Dickey wrote: >On Thu, 9 Dec 2004, Al Goodman wrote: > >>On unix, xterm has an option that will enable it to log info typed and >>displayed to be logged to a file. I downloaded the xterm source and >>compiled it. When I enabled the option via Cntl-mouse-left-click the >>window hung. Any suggestions on how to log input and output of an xterm >>would be appreciated. > >I see it's a (usually minor) error in xterm, which runs into a cygwin bug. >The function creat_as() does a fork/wait, assuming that it has to strip >off the setuid/setgid privilges. That's not needed in cygwin, but the >fork/wait doesn't work (looks like a cygwin bug). I'll add a fix in #198 >so it will work for cygwin. How about saying "cygwin bug" a few more times? I love it when people sling that term around while providing no details. If fork/wait didsn't work it would be a serious problem with repercussions for every package in the cygwin distribution and it would certainly be one that we'd want to fix. Can you be more precise in detailing this problem? cgf From mcr2z@cs.virginia.edu Fri Dec 10 15:33:00 2004 From: mcr2z@cs.virginia.edu (Mark Reis) Date: Fri, 10 Dec 2004 15:33:00 -0000 Subject: XDMCP Woes + Solaris In-Reply-To: <200412101032.iBAAWh7b010247@ares.cs.Virginia.EDU> References: <200412101032.iBAAWh7b010247@ares.cs.Virginia.EDU> Message-ID: <41B9C1BD.5020200@cs.virginia.edu> First I'd like to thank everyone who replied and I tried their various suggestions with no success. The suggestions were: ss 1) Try adding the -from switch to the run command 2) Check the FAQ for Solaris + XDMCP suggestions 3) Try using a different run utility, such as runhide. I've attempted to follow these three suggestions with no luck. If I snoop the traffic on the host machine, the last round of traffic I see is this: remotehost.cs.Virginia.EDU -> desktop.cs.Virginia.EDU ETHER Type=0800 (IP), size = 54 bytes remotehost.cs.Virginia.EDU -> desktop.cs.Virginia.EDU IP D=desktopip S=remoteip LEN=40, ID=49632, TOS=0x0, TTL=64 remotehost.cs.Virginia.EDU -> desktop.cs.Virginia.EDU TCP D=1402 S=7100 Rst Ack=759947429 Win=0 After which I must end task on XWin to get it to go away. Thanks, Mark From dickey@his.com Fri Dec 10 16:26:00 2004 From: dickey@his.com (Thomas Dickey) Date: Fri, 10 Dec 2004 16:26:00 -0000 Subject: need xterm to log to a file In-Reply-To: <20041210152837.GI12814@trixie.casa.cgf.cx> References: <20041210064423.P9258@mail.his.com> <20041210152837.GI12814@trixie.casa.cgf.cx> Message-ID: <20041210110240.Q38713@mail.his.com> On Fri, 10 Dec 2004, Christopher Faylor wrote: > On Fri, Dec 10, 2004 at 06:50:11AM -0500, Thomas Dickey wrote: >> I see it's a (usually minor) error in xterm, which runs into a cygwin bug. >> The function creat_as() does a fork/wait, assuming that it has to strip >> off the setuid/setgid privilges. That's not needed in cygwin, but the >> fork/wait doesn't work (looks like a cygwin bug). I'll add a fix in #198 >> so it will work for cygwin. > > How about saying "cygwin bug" a few more times? I love it when people sling > that term around while providing no details. hmm - saying it twice was redundant. I did point to the particular function which is hanging (creat_as, in xterm's misc.c). It does a fork, setuid/getuid and then an open. (The imake configuration doesn't give enough detail to ensure that I can determine at that point if the setuid is needed, and it hasn't been an issue before now). Now bear in mind that xterm normally runs as two processes. This fork is a third process, used to ensure that a file is created as the original user (just in case xterm was running setuid). > If fork/wait didsn't work it would be a serious problem with repercussions > for every package in the cygwin distribution and it would certainly be > one that we'd want to fix. ;-) > Can you be more precise in detailing this problem? Not much. gdb's of no use here, so I added some traces to see which lines are executed. It doesn't appear to return from the waitpid, but on the child side is last seen heading into the _exit(0). Here's the relevant section of code (with the unused ifdef's removed): int creat_as(int uid, int gid, Boolean append, char *pathname, int mode) { int fd; int pid; int retval = 0; int childstat = 0; pid = fork(); switch (pid) { case 0: /* child */ setgid(gid); setuid(uid); fd = open(pathname, O_WRONLY | O_CREAT | (append ? O_APPEND : O_EXCL), mode); if (fd >= 0) { close(fd); _exit(0); <==== child gets here } else _exit(1); /* NOTREACHED */ case -1: /* error */ return retval; default: /* parent */ <==== parent gets here while (waitpid(pid, &childstat, 0) < 0) { if (errno == EINTR) continue; break; } if (WIFEXITED(childstat)) retval = 1; return retval; } } As for why it's hanging, I suppose your guess might be better than mine. -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net From root@nullmail.tii.matav.hu Fri Dec 10 21:46:00 2004 From: root@nullmail.tii.matav.hu (root) Date: Fri, 10 Dec 2004 21:46:00 -0000 Subject: nullmail hiba! Message-ID: <41BA17D5.mailLSD11Y265@nullmail.tii.matav.hu> Return-Path: X-Original-To: szerdahelyi.mihaly@ln.matav.hu Delivered-To: null@nullmail.tii.matav.hu Received: from vbuster.matav.hu (unknown [10.3.76.67]) by nullmail.tii.matav.hu (Postfix) with SMTP id B2C058776 for ; Fri, 10 Dec 2004 16:50:35 +0100 (CET) Received: from matav-1.matav.hu (unknown [10.4.53.3]) by vbuster.matav.hu (Postfix) with ESMTP id 5E7DFDAF70 for ; Fri, 10 Dec 2004 16:28:55 +0100 (CET) Received: from [12.107.209.250] (helo=sourceware.org) by woody.fw.matav.intra with smtp (Exim 3.35 #1) id 1CcmgU-0006r0-00 for szerdahelyi.mihaly@ln.matav.hu; Fri, 10 Dec 2004 16:27:54 +0100 Received: (qmail 31561 invoked by alias); 10 Dec 2004 15:27:52 -0000 Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com Reply-To: cygwin-xfree@cygwin.com Delivered-To: mailing list cygwin-xfree@cygwin.com Received: (qmail 31539 invoked from network); 10 Dec 2004 15:27:50 -0000 Received: from unknown (HELO cgf.cx) (66.30.17.189) by sourceware.org with SMTP; 10 Dec 2004 15:27:50 -0000 Received: by cgf.cx (Postfix, from userid 201) id A5A291B401; Fri, 10 Dec 2004 10:28:37 -0500 (EST) Date: Fri, 10 Dec 2004 10:28:37 -0500 From: Christopher Faylor To: cygwin-xfree@cygwin.com Subject: Re: need xterm to log to a file Message-ID: <20041210152837.GI12814@trixie.casa.cgf.cx> Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com References: <20041210064423.P9258@mail.his.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041210064423.P9258@mail.his.com> User-Agent: Mutt/1.4.1i On Fri, Dec 10, 2004 at 06:50:11AM -0500, Thomas Dickey wrote: >On Thu, 9 Dec 2004, Al Goodman wrote: > >>On unix, xterm has an option that will enable it to log info typed and >>displayed to be logged to a file. I downloaded the xterm source and >>compiled it. When I enabled the option via Cntl-mouse-left-click the >>window hung. Any suggestions on how to log input and output of an xterm >>would be appreciated. > >I see it's a (usually minor) error in xterm, which runs into a cygwin bug. >The function creat_as() does a fork/wait, assuming that it has to strip >off the setuid/setgid privilges. That's not needed in cygwin, but the >fork/wait doesn't work (looks like a cygwin bug). I'll add a fix in #198 >so it will work for cygwin. How about saying "cygwin bug" a few more times? I love it when people sling that term around while providing no details. If fork/wait didsn't work it would be a serious problem with repercussions for every package in the cygwin distribution and it would certainly be one that we'd want to fix. Can you be more precise in detailing this problem? cgf From root@nullmail.tii.matav.hu Fri Dec 10 21:47:00 2004 From: root@nullmail.tii.matav.hu (root) Date: Fri, 10 Dec 2004 21:47:00 -0000 Subject: nullmail hiba! Message-ID: <41BA1810.mailMU11FCX6A@nullmail.tii.matav.hu> Return-Path: X-Original-To: szerdahelyi.mihaly@ln.matav.hu Delivered-To: null@nullmail.tii.matav.hu Received: from vbuster.matav.hu (unknown [10.3.76.67]) by nullmail.tii.matav.hu (Postfix) with SMTP id 068CF8850 for ; Fri, 10 Dec 2004 16:50:48 +0100 (CET) Received: from matav-1.matav.hu (unknown [10.4.53.3]) by vbuster.matav.hu (Postfix) with ESMTP id F1C1ADAF6B for ; Fri, 10 Dec 2004 16:34:38 +0100 (CET) Received: from [12.107.209.250] (helo=sourceware.org) by woody.fw.matav.intra with smtp (Exim 3.35 #1) id 1Ccmm1-0001ds-00 for szerdahelyi.mihaly@ln.matav.hu; Fri, 10 Dec 2004 16:33:37 +0100 Received: (qmail 3474 invoked by alias); 10 Dec 2004 15:33:33 -0000 Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com Reply-To: cygwin-xfree@cygwin.com Delivered-To: mailing list cygwin-xfree@cygwin.com Received: (qmail 3251 invoked from network); 10 Dec 2004 15:33:29 -0000 Received: from unknown (HELO ares.cs.Virginia.EDU) (128.143.137.19) by sourceware.org with SMTP; 10 Dec 2004 15:33:29 -0000 Received: from [128.143.69.130] (localhost [127.0.0.1]) by ares.cs.Virginia.EDU (8.12.10/8.12.10/UVACS-2003031900) with ESMTP id iBAFXI7b014009 for ; Fri, 10 Dec 2004 10:33:18 -0500 (EST) Message-ID: <41B9C1BD.5020200@cs.virginia.edu> Date: Fri, 10 Dec 2004 10:33:17 -0500 From: Mark Reis User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) MIME-Version: 1.0 To: cygwin-xfree@cygwin.com Subject: Re: XDMCP Woes + Solaris References: <200412101032.iBAAWh7b010247@ares.cs.Virginia.EDU> In-Reply-To: <200412101032.iBAAWh7b010247@ares.cs.Virginia.EDU> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit First I'd like to thank everyone who replied and I tried their various suggestions with no success. The suggestions were: ss 1) Try adding the -from switch to the run command 2) Check the FAQ for Solaris + XDMCP suggestions 3) Try using a different run utility, such as runhide. I've attempted to follow these three suggestions with no luck. If I snoop the traffic on the host machine, the last round of traffic I see is this: remotehost.cs.Virginia.EDU -> desktop.cs.Virginia.EDU ETHER Type=0800 (IP), size = 54 bytes remotehost.cs.Virginia.EDU -> desktop.cs.Virginia.EDU IP D=desktopip S=remoteip LEN=40, ID=49632, TOS=0x0, TTL=64 remotehost.cs.Virginia.EDU -> desktop.cs.Virginia.EDU TCP D=1402 S=7100 Rst Ack=759947429 Win=0 After which I must end task on XWin to get it to go away. Thanks, Mark From root@nullmail.tii.matav.hu Fri Dec 10 21:51:00 2004 From: root@nullmail.tii.matav.hu (root) Date: Fri, 10 Dec 2004 21:51:00 -0000 Subject: nullmail hiba! Message-ID: <41BA1782.mailJHW12ZDZ6@nullmail.tii.matav.hu> Return-Path: X-Original-To: szerdahelyi.mihaly@ln.matav.hu Delivered-To: null@nullmail.tii.matav.hu Received: from vbuster.matav.hu (unknown [10.3.76.67]) by nullmail.tii.matav.hu (Postfix) with SMTP id E1777860A for ; Fri, 10 Dec 2004 16:50:14 +0100 (CET) Received: from matav-1.matav.hu (unknown [10.4.53.3]) by vbuster.matav.hu (Postfix) with ESMTP id B3938DAF6E for ; Fri, 10 Dec 2004 16:24:18 +0100 (CET) Received: from [12.107.209.250] (helo=sourceware.org) by woody.fw.matav.intra with smtp (Exim 3.35 #1) id 1Ccmc1-0005pe-00 for szerdahelyi.mihaly@ln.matav.hu; Fri, 10 Dec 2004 16:23:17 +0100 Received: (qmail 26676 invoked by alias); 10 Dec 2004 15:23:14 -0000 Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com Reply-To: cygwin-xfree@cygwin.com Delivered-To: mailing list cygwin-xfree@cygwin.com Received: (qmail 26646 invoked from network); 10 Dec 2004 15:23:09 -0000 Received: from unknown (HELO cgf.cx) (66.30.17.189) by sourceware.org with SMTP; 10 Dec 2004 15:23:09 -0000 Received: by cgf.cx (Postfix, from userid 201) id 079961B401; Fri, 10 Dec 2004 10:23:57 -0500 (EST) Date: Fri, 10 Dec 2004 10:23:56 -0500 From: Christopher Faylor To: cygwin-xfree@cygwin.com Subject: Re: XDMCP Woes + Solaris Message-ID: <20041210152356.GH12814@trixie.casa.cgf.cx> Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com References: <20041210103332.8EE481B401@cgf.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041210103332.8EE481B401@cgf.cx> User-Agent: Mutt/1.4.1i On Fri, Dec 10, 2004 at 10:32:07AM -0000, Mark Fisher wrote: >You could try using a different run, >http://www.extendingflash.com/utilities/runhide.html provides an >application called "runhide" which does a similar job as run. This may >solve your problem Or, in the spirit of free software, if there is a problem with the version of run that you're using you could try to offer a patch to rectify the problem. cgf From cgf-no-personal-reply-please@cygwin.com Fri Dec 10 22:02:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Fri, 10 Dec 2004 22:02:00 -0000 Subject: nullmail hiba! In-Reply-To: <41BA1782.mailJHW12ZDZ6@nullmail.tii.matav.hu> References: <41BA1782.mailJHW12ZDZ6@nullmail.tii.matav.hu> Message-ID: <20041210220314.GC24655@trixie.casa.cgf.cx> On Fri, Dec 10, 2004 at 10:39:14PM +0100, root wrote: >List-Unsubscribe: It's always nice when people like szerdahelyi.mihaly@ln.matav.hu keep their headers in the messages. It's a lot easier to figure out who needs to be unsubscribed. From eskimoatphx@cox.net Fri Dec 10 23:10:00 2004 From: eskimoatphx@cox.net (Al Goodman) Date: Fri, 10 Dec 2004 23:10:00 -0000 Subject: need xterm to log to a file References: <20041210064423.P9258@mail.his.com> Message-ID: Thomas Dickey his.com> writes: > > On Thu, 9 Dec 2004, Al Goodman wrote: > > > ... > Thanks for the quick reply!! Your fix worked, of course. Al From dickey@his.com Fri Dec 10 23:12:00 2004 From: dickey@his.com (Thomas Dickey) Date: Fri, 10 Dec 2004 23:12:00 -0000 Subject: need xterm to log to a file In-Reply-To: References: <20041210064423.P9258@mail.his.com> Message-ID: <20041210181216.O98818@mail.his.com> On Fri, 10 Dec 2004, Al Goodman wrote: > Thomas Dickey his.com> writes: > >> >> On Thu, 9 Dec 2004, Al Goodman wrote: >> >>> ... >> > > Thanks for the quick reply!! Your fix worked, of course. no problem -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net From bryan@techne.ca Sat Dec 11 18:59:00 2004 From: bryan@techne.ca (Bryan M. Kramer) Date: Sat, 11 Dec 2004 18:59:00 -0000 Subject: linux xemacs, cygwin x - make-frame-visible, raise-frame, etc. broken Message-ID: <41BB4379.3030907@techne.ca> I'm running xemacs on a linux box ("XEmacs 21.4 (patch 15) \"Security Through Obscurity\" [Lucid] (i686-pc-linux, Mule) of Fri Jun 25 2004 ) using an X server running on a Windows XP machine. I'm running the latest update of cygwin and am using "xwin -multiwindow -clipboard -clipupdates 1 &". The problem is that functions like raise-frame and make-frame-visible do not work at all. Am I missing a setting somewhere or is cygwin xwin broken? Thanks in advance From alexander.gottwald@s1999.tu-chemnitz.de Sat Dec 11 19:22:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sat, 11 Dec 2004 19:22:00 -0000 Subject: linux xemacs, cygwin x - make-frame-visible, raise-frame, etc. broken In-Reply-To: <41BB4379.3030907@techne.ca> References: <41BB4379.3030907@techne.ca> Message-ID: On Sat, 11 Dec 2004, Bryan M. Kramer wrote: > The problem is that functions like raise-frame and make-frame-visible > do not work at all. Am I missing a setting somewhere or is cygwin xwin > broken? This has been already reported but so far no emacs user has come up with a solution to this problem. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From zeruelx@hotmail.com Mon Dec 13 03:17:00 2004 From: zeruelx@hotmail.com (ZeruelX of Zinj) Date: Mon, 13 Dec 2004 03:17:00 -0000 Subject: cygwin/x installation issue Message-ID: When installing Cygwin, selecting the "xorg-x11-base" package automatically selects a bunch of packages that you need. But somehow it doesn't seem to select the "X-startup-scripts" package that is also listed as required. Without this, you can't start X easily and it is very frustrating to try to install Cygwin/X and have it not work until you realize that there is one little required package that you didn't install because it wasn't selected automatically. Can you fix it? Thanks, From alexander.gottwald@s1999.tu-chemnitz.de Mon Dec 13 11:05:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 13 Dec 2004 11:05:00 -0000 Subject: cygwin/x installation issue In-Reply-To: References: Message-ID: On Sun, 12 Dec 2004, ZeruelX of Zinj wrote: > When installing Cygwin, selecting the "xorg-x11-base" package automatically > selects a bunch of packages that you need. But somehow it doesn't seem to > select the "X-startup-scripts" package that is also listed as required. > Without this, you can't start X easily and it is very frustrating to try to > install Cygwin/X and have it not work until you realize that there is one > little required package that you didn't install because it wasn't selected > automatically. > > Can you fix it? Done. (could take some time until it shows up on the mirrors) bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From corinna-cygwin@cygwin.com Mon Dec 13 11:15:00 2004 From: corinna-cygwin@cygwin.com (Corinna Vinschen) Date: Mon, 13 Dec 2004 11:15:00 -0000 Subject: [Fwd: configuring X, backspace, ....] Message-ID: <20041213111718.GU22056@cygbert.vinschen.de> Wrong mailing list, redirected to cygwin-xfree. Corinna ----- Forwarded message from Christopher Graham Fenton ----- > Date: Mon, 13 Dec 2004 11:30:32 +0100 > From: "Christopher Graham Fenton" > Subject: configuring X, backspace, .... > To: > > Problem: > > backspace, cntrl-Z, cntrl-D, Norwegian characters. .... > > Weirdness. > > starting cygwin bash shell we have: > > backspace, cntrl-Z, cntrl-D but no Norwegian characters. > > yet if I start python or jython interactively we have Norwegian characters !!! > > However when I start X then xterm nothing works: > > No Norwegian characters, no cntrl-Z or cntrl-D (can't stop jython interperter), backspace is /b(8) syntax error, .... > > Attempted solutions. > > I generated the appropriate key mappings with xkeycaps but xmodmap Xmodmap.no does nothing > > > Other solutions: > > Tell my boss to shove it and let some other poor sap develop for Windows :) > > Additional info > > Windows XP service pack 2 > > X started with > X :0 & > export DISPLAY=:0 > pekwm.exe # a small windows manager > > also in /etc/profile I change my $HOME directory to /home/Chris from the 'Documents and Settings' ... > > Anyone has similar problems, > > Chris ----- End forwarded message ----- From alexander.gottwald@s1999.tu-chemnitz.de Mon Dec 13 11:52:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 13 Dec 2004 11:52:00 -0000 Subject: [Fwd: configuring X, backspace, ....] In-Reply-To: <20041213111718.GU22056@cygbert.vinschen.de> References: <20041213111718.GU22056@cygbert.vinschen.de> Message-ID: On Mon, 13 Dec 2004, Corinna Vinschen wrote: > > No Norwegian characters, no cntrl-Z or cntrl-D (can't stop jython interperter), backspace is /b(8) syntax error, .... > > > > Attempted solutions. > > > > I generated the appropriate key mappings with xkeycaps but xmodmap Xmodmap.no does nothing Maybe this helps: http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-bash-extended-chars Do you get norwegian characters in other X11 programs (xev is good for testing. It prints the scancode, the symbol name and the symbol itself) bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From sebastianhaby@home.se Mon Dec 13 15:30:00 2004 From: sebastianhaby@home.se (Sebastian Haby) Date: Mon, 13 Dec 2004 15:30:00 -0000 Subject: Building debug symbols Message-ID: <1102951524.3e62e5a0sebastianhaby@home.se> Hey! I'm still tracking down that bug that makes my X crash, and I've been debugging using a debug build of XWin, however now I want to debug using a normal build but I need to know how to build a debug-symbols file to use with gdb? Cheers, Sebastian Haby From alexander.gottwald@s1999.tu-chemnitz.de Mon Dec 13 15:41:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 13 Dec 2004 15:41:00 -0000 Subject: Building debug symbols In-Reply-To: <1102951524.3e62e5a0sebastianhaby@home.se> References: <1102951524.3e62e5a0sebastianhaby@home.se> Message-ID: On Mon, 13 Dec 2004, Sebastian Haby wrote: > Hey! > I'm still tracking down that bug that makes my X crash, and I've been debugging using a debug build of XWin, however now I want to debug using a normal build but I need to know how to build a debug-symbols file to use with gdb? Add this to xc/config/cf/host.def (this file does not exist in CVS) #define OptimizedCDebugFlags -ggdb3 -fno-strength-reduce -DCYGDEBUG -DCYGMULTIWINDOW_DEBUG you can omit the -DCYGDEBUG -DCYGMULTIWINDOW_DEBUG since this only adds extra output to the console logging important is the -ggdb3 since it will instruct gcc to create debug symbols bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From Christopher.Fenton@fagmed.uit.no Mon Dec 13 20:41:00 2004 From: Christopher.Fenton@fagmed.uit.no (Christopher Graham Fenton) Date: Mon, 13 Dec 2004 20:41:00 -0000 Subject: configuring X, backspace, .... Message-ID: I guess this says it all. $\346\346\346 bash: ???: command not found PS the backspace stuff, .. are readline problems specific to jython Thanks for the help, Chris From lino-m-tinoco@telecom.pt Tue Dec 14 10:05:00 2004 From: lino-m-tinoco@telecom.pt (Lino Miguel Martins Tinoco) Date: Tue, 14 Dec 2004 10:05:00 -0000 Subject: configuring X, backspace, .... Message-ID: <9D3B864C501E024B86A5ABF53972A66A4494AA@COMTVLEX02.ptcom.corppt.com> I've the same problem, but with the ???`?? symbols! Tried the solutions on the faq but nothing. If I it the ? key twice, I get a ls. Thanks, --Tinoco -----Original Message----- From: Christopher Graham Fenton [mailto:Christopher.Fenton@fagmed.uit.no] Sent: segunda-feira, 13 de Dezembro de 2004 20:41 To: cygwin-xfree@cygwin.com Subject: configuring X, backspace, .... I guess this says it all. $\346\346\346 bash: ???: command not found PS the backspace stuff, .. are readline problems specific to jython Thanks for the help, Chris From alexander.gottwald@s1999.tu-chemnitz.de Tue Dec 14 10:09:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 14 Dec 2004 10:09:00 -0000 Subject: configuring X, backspace, .... In-Reply-To: <9D3B864C501E024B86A5ABF53972A66A4494AA@COMTVLEX02.ptcom.corppt.com> References: <9D3B864C501E024B86A5ABF53972A66A4494AA@COMTVLEX02.ptcom.corppt.com> Message-ID: On Tue, 14 Dec 2004, Lino Miguel Martins Tinoco wrote: > I've the same problem, but with the ??????`???? symbols! Tried the solutions on the faq but nothing. If I it the ?? key twice, I get a ls. Same procedure: What does xev report? Which keyboard layout are you using? bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From lino-m-tinoco@telecom.pt Tue Dec 14 10:36:00 2004 From: lino-m-tinoco@telecom.pt (Lino Miguel Martins Tinoco) Date: Tue, 14 Dec 2004 10:36:00 -0000 Subject: configuring X, backspace, .... Message-ID: <9D3B864C501E024B86A5ABF53972A66A0C0001@COMTVLEX02.ptcom.corppt.com> I've got portuguese keyboard layout, no error messages reported on /tmp/Xwin.log. If I use any editor I get those symbols right. I've tried also some different keyboard models with xmodmap (102, 105 and 106 keys, all PT layouts), but the result is the same. Here goes the results of xev: -------------- begin dump -------------- Outer window is 0xa00001, inner window is 0xa00002 PropertyNotify event, serial 8, synthetic NO, window 0xa00001, atom 0x27 (WM_NAME), time 322200562, state PropertyNewValue PropertyNotify event, serial 9, synthetic NO, window 0xa00001, atom 0x22 (WM_COMMAND), time 322200562, state PropertyNewValue PropertyNotify event, serial 10, synthetic NO, window 0xa00001, atom 0x28 (WM_NORMAL_HINTS), time 322200562, state PropertyNewValue CreateNotify event, serial 11, synthetic NO, window 0xa00001, parent 0xa00001, window 0xa00002, (10,10), width 50, height 50 border_width 4, override NO MapNotify event, serial 12, synthetic NO, window 0xa00001, event 0xa00001, window 0xa00002, override NO MapNotify event, serial 13, synthetic NO, window 0xa00001, event 0xa00001, window 0xa00001, override NO ConfigureNotify event, serial 13, synthetic NO, window 0xa00001, event 0xa00001, window 0xa00001, (86,86), width 178, height 178, border_width 2, above 0x200002, override NO VisibilityNotify event, serial 13, synthetic NO, window 0xa00001, state VisibilityUnobscured Expose event, serial 13, synthetic NO, window 0xa00001, (0,0), width 178, height 178, count 0 ConfigureNotify event, serial 13, synthetic NO, window 0xa00001, event 0xa00001, window 0xa00001, (90,109), width 178, height 178, border_width 2, above 0x200002, override NO FocusIn event, serial 15, synthetic NO, window 0xa00001, mode NotifyNormal, detail NotifyNonlinear KeymapNotify event, serial 15, synthetic NO, window 0x0, keys: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PropertyNotify event, serial 15, synthetic NO, window 0xa00001, atom 0xd8 (cyg_privmap_rl), time 322200593, state PropertyNewValue KeyPress event, serial 21, synthetic NO, window 0xa00001, root 0x3a, subw 0x0, time 322201671, (364,230), root:(456,341), state 0x10, keycode 47 (keysym 0xe7, ccedilla), same_screen YES, XLookupString gives 1 bytes: (e7) "?" XmbLookupString gives 1 bytes: (e7) "?" XFilterEvent returns: False KeyRelease event, serial 24, synthetic NO, window 0xa00001, root 0x3a, subw 0x0, time 322201734, (364,230), root:(456,341), state 0x10, keycode 47 (keysym 0xe7, ccedilla), same_screen YES, XLookupString gives 1 bytes: (e7) "?" KeyPress event, serial 24, synthetic NO, window 0xa00001, root 0x3a, subw 0x0, time 322205203, (364,230), root:(456,341), state 0x10, keycode 48 (keysym 0xba, masculine), same_screen YES, XLookupString gives 1 bytes: (ba) "?" XmbLookupString gives 1 bytes: (ba) "?" XFilterEvent returns: True KeyRelease event, serial 24, synthetic NO, window 0xa00001, root 0x3a, subw 0x0, time 322205281, (364,230), root:(456,341), state 0x10, keycode 48 (keysym 0xba, masculine), same_screen YES, XLookupString gives 1 bytes: (ba) "?" -------------- end dump -------------- -----Original Message----- From: Alexander Gottwald [mailto:alexander.gottwald@s1999.tu-chemnitz.de] Sent: ter?a-feira, 14 de Dezembro de 2004 10:10 To: cygwin-xfree@cygwin.com Subject: RE: configuring X, backspace, .... On Tue, 14 Dec 2004, Lino Miguel Martins Tinoco wrote: > I've the same problem, but with the ???`?? symbols! Tried the > solutions on the faq but nothing. If I it the ? key twice, I get a > ls. Same procedure: What does xev report? Which keyboard layout are you using? bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Tue Dec 14 10:59:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 14 Dec 2004 10:59:00 -0000 Subject: configuring X, backspace, .... In-Reply-To: <9D3B864C501E024B86A5ABF53972A66A0C0001@COMTVLEX02.ptcom.corppt.com> References: <9D3B864C501E024B86A5ABF53972A66A0C0001@COMTVLEX02.ptcom.corppt.com> Message-ID: On Tue, 14 Dec 2004, Lino Miguel Martins Tinoco wrote: > I've got portuguese keyboard layout, no error messages reported on /tmp/Xwin.log. If I use any editor I get those symbols right. I've tried also some different keyboard models with xmodmap (102, 105 and 106 keys, all PT layouts), but the result is the same. Does it help to switch NumLock off? There is no problem with the keyboard layout at all. Just with how bash interpretes the keys bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From lino-m-tinoco@telecom.pt Tue Dec 14 11:38:00 2004 From: lino-m-tinoco@telecom.pt (Lino Miguel Martins Tinoco) Date: Tue, 14 Dec 2004 11:38:00 -0000 Subject: configuring X, backspace, .... Message-ID: <9D3B864C501E024B86A5ABF53972A66A0C0002@COMTVLEX02.ptcom.corppt.com> Nope. One thing more: if there's no .inputrc with the mappings (like in the FAQ), the ? do a ls, otherwise it prints te octal value of the symbol I define on .inputrc. Should this be forwarded to other list? Thanks, --Tinoco > I've got portuguese keyboard layout, no error messages reported on > /tmp/Xwin.log. If I use any editor I get those symbols right. I've > tried also some different keyboard models with xmodmap (102, 105 and > 106 keys, all PT layouts), but the result is the same. Does it help to switch NumLock off? There is no problem with the keyboard layout at all. Just with how bash interpretes the keys From alexander.gottwald@s1999.tu-chemnitz.de Tue Dec 14 11:50:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 14 Dec 2004 11:50:00 -0000 Subject: configuring X, backspace, .... In-Reply-To: <9D3B864C501E024B86A5ABF53972A66A0C0002@COMTVLEX02.ptcom.corppt.com> References: <9D3B864C501E024B86A5ABF53972A66A0C0002@COMTVLEX02.ptcom.corppt.com> Message-ID: On Tue, 14 Dec 2004, Lino Miguel Martins Tinoco wrote: > Nope. One thing more: if there's no .inputrc with the mappings (like in the FAQ), the ?? do a ls, otherwise it prints te octal value of the symbol I define on .inputrc. quite strange. I've no special mapping for ?? but get it displayed in bash. The .inputrc contains set meta-flag on set output-meta on set convert-meta off and some entries which don't seem to be related > > Should this be forwarded to other list? Yes. I think the people on cygwin@cygwin.com are more proficient with bash configuration. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From mats.e.jansson@home.se Tue Dec 14 11:51:00 2004 From: mats.e.jansson@home.se (Mats Jansson) Date: Tue, 14 Dec 2004 11:51:00 -0000 Subject: Problem starting X Message-ID: Hello, I hope someone could help me with the following: Some days ago I installed Cygwin 1.5.12 on NT4 SP6, I didn't install X-startup-scripts, but I was able to start X with XWin.exe. Yesterday, I installed X-startup-scripts (I guess I got other packages and/or updates as well). Now I can't start X at all. I get a pop-up window with title "XWin.exe - Entry Point Not Found" and the text "The procedure entry point EnumDisplayMonitors could not be located in the dynamic link library USER32.dll". Any idea? Thanks Mats Jansson From John.Morrison@uk.experian.com Tue Dec 14 12:10:00 2004 From: John.Morrison@uk.experian.com (Morrison, John) Date: Tue, 14 Dec 2004 12:10:00 -0000 Subject: configuring X, backspace, .... Message-ID: > From: Alexander Gottwald > > quite strange. I've no special mapping for ? but get it displayed in > bash. The .inputrc contains > set meta-flag on > set output-meta on > set convert-meta off > and some entries which don't seem to be related The .inputrc file is part of the base-files package. If any changes are wanted, just ask :) (via this or the cygwin@ lists) J. This e-mail has come from Experian International: winner of the UK's National Business of the Year Award 2003. ========================================================================== Information in this e-mail and any attachments are confidential, and may not be copied or used by anyone other than the addressee, nor disclosed to any third party without our permission. There is no intention to create any legally binding contract or other binding commitment through the use of this electronic communication unless it is issued in accordance with the Experian Limited standard terms and conditions of purchase or other express written agreement between Experian Limited and the recipient Experian Limited (registration number 653331) Registered office: Talbot House, Talbot Street, Nottingham NG80 1TH Although Experian has taken reasonable steps to ensure that this communication and any attachments are free from computer virus, you are advised to take your own steps to ensure that they are actually virus free. From alexander.gottwald@s1999.tu-chemnitz.de Tue Dec 14 12:46:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 14 Dec 2004 12:46:00 -0000 Subject: Problem starting X In-Reply-To: References: Message-ID: On Tue, 14 Dec 2004, Mats Jansson wrote: > Hello, > > I hope someone could help me with the following: > > Some days ago I installed Cygwin 1.5.12 on NT4 SP6, I didn't install > X-startup-scripts, but I was able to start X with XWin.exe. Yesterday, I > installed X-startup-scripts (I guess I got other packages and/or updates > as well). Now I can't start X at all. I get a pop-up window with title > "XWin.exe - Entry Point Not Found" and the text "The procedure entry > point EnumDisplayMonitors could not be located in the dynamic link > library USER32.dll". > > Any idea? Seems like the new feature is not supported on NT4 (and maybe W95 too) revert to xorg-x11-xwin-6.8.1.0-6 until this is resolved. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From mark.fisher@practiv.com Tue Dec 14 13:12:00 2004 From: mark.fisher@practiv.com (Mark Fisher) Date: Tue, 14 Dec 2004 13:12:00 -0000 Subject: Problem starting X In-Reply-To: Message-ID: hmm, according to http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/monitor _82yb.asp it's available from win98 onwards, and windows 2000 onwards, so yes, looks like win95 and winNT not supported. I'll have a go at patching the code for detecting windows version. mark -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com] On Behalf Of Alexander Gottwald Sent: 14 December 2004 12:47 To: cygwin-xfree@cygwin.com Subject: Re: Problem starting X On Tue, 14 Dec 2004, Mats Jansson wrote: > Hello, > > I hope someone could help me with the following: > > Some days ago I installed Cygwin 1.5.12 on NT4 SP6, I didn't install > X-startup-scripts, but I was able to start X with XWin.exe. Yesterday, I > installed X-startup-scripts (I guess I got other packages and/or updates > as well). Now I can't start X at all. I get a pop-up window with title > "XWin.exe - Entry Point Not Found" and the text "The procedure entry > point EnumDisplayMonitors could not be located in the dynamic link > library USER32.dll". > > Any idea? Seems like the new feature is not supported on NT4 (and maybe W95 too) revert to xorg-x11-xwin-6.8.1.0-6 until this is resolved. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 ____________________________________________________________________________ This e-mail (and any attachments) may contain privileged and/or confidential information. If you are not the intended recipient please do not disclose, copy, distribute, disseminate or take any action in reliance on it. If you have received this message in error please inform us and delete it. Should you wish to communicate with us by e-mail we cannot guarantee the security of any data outside our own computer systems. For the protection of our systems and staff, incoming and outgoing emails are automatically scanned for viruses and content. From alexander.gottwald@s1999.tu-chemnitz.de Tue Dec 14 13:16:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 14 Dec 2004 13:16:00 -0000 Subject: Problem starting X Message-ID: On Tue, 14 Dec 2004, Mark Fisher wrote: > hmm, according to > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/monitor > _82yb.asp > it's available from win98 onwards, and windows 2000 onwards, so > yes, looks like win95 and winNT not supported. > > I'll have a go at patching the code for detecting windows version. I've already created a patch which loads the function dynamicly from the dll. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From mats.e.jansson@home.se Tue Dec 14 13:19:00 2004 From: mats.e.jansson@home.se (Mats Jansson) Date: Tue, 14 Dec 2004 13:19:00 -0000 Subject: Problem starting X In-Reply-To: References: Message-ID: Alexander Gottwald wrote: > On Tue, 14 Dec 2004, Mats Jansson wrote: > > >>Hello, >> >>I hope someone could help me with the following: >> >>Some days ago I installed Cygwin 1.5.12 on NT4 SP6, I didn't install >>X-startup-scripts, but I was able to start X with XWin.exe. Yesterday, I >>installed X-startup-scripts (I guess I got other packages and/or updates >>as well). Now I can't start X at all. I get a pop-up window with title >>"XWin.exe - Entry Point Not Found" and the text "The procedure entry >>point EnumDisplayMonitors could not be located in the dynamic link >>library USER32.dll". >> >>Any idea? > > > Seems like the new feature is not supported on NT4 (and maybe W95 too) > > revert to xorg-x11-xwin-6.8.1.0-6 until this is resolved. Thank you, now it's working. /Mats From mark.fisher@practiv.com Tue Dec 14 13:25:00 2004 From: mark.fisher@practiv.com (Mark Fisher) Date: Tue, 14 Dec 2004 13:25:00 -0000 Subject: Problem starting X In-Reply-To: Message-ID: > I've already created a patch which loads the function dynamicly from the dll. great, I was just looking at how to do exactly that after seeing that detecting windows versions isn't the best way to go about it. mark ____________________________________________________________________________ This e-mail (and any attachments) may contain privileged and/or confidential information. If you are not the intended recipient please do not disclose, copy, distribute, disseminate or take any action in reliance on it. If you have received this message in error please inform us and delete it. Should you wish to communicate with us by e-mail we cannot guarantee the security of any data outside our own computer systems. For the protection of our systems and staff, incoming and outgoing emails are automatically scanned for viruses and content. From alexander.gottwald@s1999.tu-chemnitz.de Tue Dec 14 13:36:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 14 Dec 2004 13:36:00 -0000 Subject: Problem starting X Message-ID: On Tue, 14 Dec 2004, Mark Fisher wrote: > > I've already created a patch which loads the function dynamicly from the > dll. > > great, I was just looking at how to do exactly that > after seeing that detecting windows versions isn't the > best way to go about it. Actually it's a set of LoadLibrary, GetProcAddress and FreeLibrary. GetProcAddress will return NULL if the function is not found and you can determine if you can call the function or not. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From martin@martinsgill.co.uk Tue Dec 14 14:03:00 2004 From: martin@martinsgill.co.uk (Martin Gill) Date: Tue, 14 Dec 2004 14:03:00 -0000 Subject: Problem with Run.exe to start xwin.exe Message-ID: <41BEF285.5050804@martinsgill.co.uk> Hi, I'm having problem starting xwin using the startxwin batch file. When I run xwin from the file with run xwin the systray icon appears, and everything seems to work, but I don't see my x desktop. If i run xwin from a command prompt using run, i get the same behaviour, but if I run win without the run command the window appears correctly. The only time i've managed to get xwin to start showing me an x desktop is to run it with the -fullscreen switch, but that;s not how i want it. I had assumed the window as just off the screen to start with, but I could not find it all using any means. I also checked the registry incase it had entries for initial window placement, but i couldn't find any. I'm stumped. Anyone seen this before and have any ideas? Thanks, Martin From sebastianhaby@home.se Tue Dec 14 14:35:00 2004 From: sebastianhaby@home.se (Sebastian Haby) Date: Tue, 14 Dec 2004 14:35:00 -0000 Subject: Building debug symbols Message-ID: <1103034590.cbbee280sebastianhaby@home.se> Hello again! I followed your steps but what i get is a 13MB big XWin.exe and not a retail XWin.exe and a debug-symbols file. What am I doing wrong? Cheers, Sebastian Haby From lino-m-tinoco@telecom.pt Tue Dec 14 14:36:00 2004 From: lino-m-tinoco@telecom.pt (Lino Miguel Martins Tinoco) Date: Tue, 14 Dec 2004 14:36:00 -0000 Subject: configuring X, backspace, .... Message-ID: <9D3B864C501E024B86A5ABF53972A66A0C0004@COMTVLEX02.ptcom.corppt.com> I've those same entries also but that prints the octal value of the symbol, \347 and \307 for ? and ?. This way the symbol isn't getting displayed but also isn't interpreted by bash and I can use it. I'm going to put this message on other list, since this is not a problem with X. Thanks, --Tinoco > Nope. One thing more: if there's no .inputrc with the mappings (like > in the FAQ), the ? do a ls, otherwise it prints te octal value of the > symbol I define on .inputrc. quite strange. I've no special mapping for ? but get it displayed in bash. The .inputrc contains set meta-flag on set output-meta on set convert-meta off and some entries which don't seem to be related From lino-m-tinoco@telecom.pt Tue Dec 14 14:39:00 2004 From: lino-m-tinoco@telecom.pt (Lino Miguel Martins Tinoco) Date: Tue, 14 Dec 2004 14:39:00 -0000 Subject: configuring X, backspace, .... Message-ID: <9D3B864C501E024B86A5ABF53972A66A0C0003@COMTVLEX02.ptcom.corppt.com> Ok! Thanks, --Tinoco > From: Alexander Gottwald > > quite strange. I've no special mapping for ? but get it displayed in > bash. The .inputrc contains set meta-flag on > set output-meta on > set convert-meta off > and some entries which don't seem to be related The .inputrc file is part of the base-files package. If any changes are wanted, just ask :) (via this or the cygwin@ lists) From alexander.gottwald@s1999.tu-chemnitz.de Tue Dec 14 14:55:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 14 Dec 2004 14:55:00 -0000 Subject: Problem with Run.exe to start xwin.exe In-Reply-To: <41BEF285.5050804@martinsgill.co.uk> References: <41BEF285.5050804@martinsgill.co.uk> Message-ID: On Tue, 14 Dec 2004, Martin Gill wrote: > Hi, > > I'm having problem starting xwin using the startxwin batch file. > > When I run xwin from the file with > > run xwin > > the systray icon appears, and everything seems to work, but I don't see > my x desktop. > > If i run xwin from a command prompt using run, i get the same behaviour, > but if I run win without the run command the window appears correctly. > The only time i've managed to get xwin to start showing me an x desktop > is to run it with the -fullscreen switch, but that;s not how i want it. > > I had assumed the window as just off the screen to start with, but I > could not find it all using any means. I also checked the registry > incase it had entries for initial window placement, but i couldn't find any. > > I'm stumped. Anyone seen this before and have any ideas? This is a known problem with run.exe. It does not only hide the console window, it hides the mainwindow too. Use -nodecoration instead. A few days ago a link to a programs which works better was posted. You can try this too. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Tue Dec 14 15:00:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 14 Dec 2004 15:00:00 -0000 Subject: Building debug symbols In-Reply-To: <1103034590.cbbee280sebastianhaby@home.se> References: <1103034590.cbbee280sebastianhaby@home.se> Message-ID: On Tue, 14 Dec 2004, Sebastian Haby wrote: > Hello again! > > I followed your steps but what i get is a 13MB big XWin.exe and not a retail XWin.exe and a debug-symbols file. What am I doing wrong? The binary contains both code and debug symbols. To move them to a separate file use objcopy --only-keep-debug Xwin.exe Xwin.dbg to remove debug information from XWin.exe do strip XWin.exe bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From cgf-no-personal-reply-please@cygwin.com Tue Dec 14 15:14:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Tue, 14 Dec 2004 15:14:00 -0000 Subject: Problem starting X In-Reply-To: <20041214131400.A899D1B401@cgf.cx> References: <20041214131400.A899D1B401@cgf.cx> Message-ID: <20041214151524.GA498@trixie.casa.cgf.cx> On Tue, Dec 14, 2004 at 01:12:13PM -0000, Mark Fisher wrote: >hmm, according to >http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/monitor >_82yb.asp >it's available from win98 onwards, and windows 2000 onwards, so >yes, looks like win95 and winNT not supported. > >I'll have a go at patching the code for detecting windows version. It may be overkill, but you're welcome to use the code in cygwin's winsup/autoload.cc. It does dynamic loading of library entry points and can be configured to just return 0 on failure rather than pop up the annoying dialog. Once you define an entry point in this fashion you can just use it as normal. cgf From alexander.gottwald@s1999.tu-chemnitz.de Tue Dec 14 15:34:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 14 Dec 2004 15:34:00 -0000 Subject: Problem starting X In-Reply-To: <20041214151524.GA498@trixie.casa.cgf.cx> References: <20041214131400.A899D1B401@cgf.cx> <20041214151524.GA498@trixie.casa.cgf.cx> Message-ID: On Tue, 14 Dec 2004, Christopher Faylor wrote: > It may be overkill, but you're welcome to use the code in cygwin's > winsup/autoload.cc. It does dynamic loading of library entry points and can > be configured to just return 0 on failure rather than pop up the annoying > dialog. Once you define an entry point in this fashion you can just use > it as normal. I'll take a look on it. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From gry@ll.mit.edu Tue Dec 14 21:38:00 2004 From: gry@ll.mit.edu (george young) Date: Tue, 14 Dec 2004 21:38:00 -0000 Subject: cygwin package server inside firewall, setup can't get list of download sites Message-ID: <20041214163814.1e319c14.gry@ll.mit.edu> [setup-2.427, Windows XP pro 5.1, experienced with linux X, not a windows or cygwin hacker] I need to have a local (partial) copy of the cygwin software tree to allow fast installs for many PC's. This has to be inside our corporate firewall. I set up the data on a local ftp server. When I run setup, I have to specify "Install from Internet" and "Direct Connection" to get to my ftp server, inside the firewall. But then setup hangs "Can't get list of download sites..." because it's trying to get to some outside machine without proxy. Is there some way to force setup to get it's initial list of download sites from a local file, or from a locally specified host? And alas no, I can't fix my firewall to do the smart thing. If I have to, I suppose I can mount the software tree via samba and do "Install From Local Directory" from that share, but I'd rather avoid fetching hundreds of megabytes through samba... -- George Young -- "Are the gods not just?" "Oh no, child. What would become of us if they were?" (CSL) Cygwin Configuration Diagnostics Current System Time: Tue Dec 14 16:32:58 2004 Windows XP Professional Ver 5.1 Build 2600 Service Pack 1 Path: C:\cygwin\usr\local\bin C:\cygwin\bin C:\cygwin\bin C:\cygwin\usr\X11R6\bin c:\WINDOWS\system32 c:\WINDOWS c:\WINDOWS\System32\Wbem c:\WINDOWS\system32\nls c:\WINDOWS\system32\nls\ENGLISH c:\Program Files\Novell\ZENworks\ c:\Program Files\SecureCRT\ Output from C:\cygwin\bin\id.exe (nontsec) UID: 1004(gyoung) GID: 513(None) 513(None) Output from C:\cygwin\bin\id.exe (ntsec) UID: 1004(gyoung) GID: 513(None) 0(root) 513(None) 544(Administrators) 545(Users) SysDir: C:\WINDOWS\System32 WinDir: C:\WINDOWS HOME = `C:\cygwin\home\gyoung' MAKE_MODE = `unix' PWD = `/cygdrive/c/TEMP' USER = `gyoung' ALLUSERSPROFILE = `C:\Documents and Settings\All Users' APPDATA = `C:\Documents and Settings\gyoung\Application Data' COMMONPROGRAMFILES = `C:\Program Files\Common Files' COMPUTERNAME = `SWINE' COMSPEC = `C:\WINDOWS\system32\cmd.exe' CVS_RSH = `/bin/ssh' HOMEDRIVE = `C:' HOMEPATH = `\' HOSTNAME = `swine' INFOPATH = `/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:' LOGONSERVER = `\\SWINE' MANPATH = `/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man::/usr/ssl/man' NUMBER_OF_PROCESSORS = `1' OLDPWD = `/cygdrive/c/TEMP/http%3a%2f%2fmirror.mcs.anl.gov%2fcygwin' OS = `Windows_NT' PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH' PRINTER = `E-710 R7 Color Server US' PROCESSOR_ARCHITECTURE = `x86' PROCESSOR_IDENTIFIER = `x86 Family 6 Model 7 Stepping 2, GenuineIntel' PROCESSOR_LEVEL = `6' PROCESSOR_REVISION = `0702' PROGRAMFILES = `C:\Program Files' PROMPT = `$P$G' PS1 = `\[\033]0;\w\007 \033[32m\]\u@\h \[\033[33m\w\033[0m\] $ ' SHLVL = `1' SYSTEMDRIVE = `C:' SYSTEMROOT = `C:\WINDOWS' TEMP = `C:\DOCUME~1\gyoung\LOCALS~1\Temp' TERM = `cygwin' TMP = `C:\DOCUME~1\gyoung\LOCALS~1\Temp' USERDOMAIN = `SWINE' USERNAME = `gyoung' USERPROFILE = `C:\Documents and Settings\gyoung' WINDIR = `C:\WINDOWS' _ = `/usr/bin/cygcheck' POSIXLY_CORRECT = `1' HKEY_CURRENT_USER\Software\Cygnus Solutions HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 (default) = `/cygdrive' cygdrive flags = 0x00000020 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ (default) = `C:\cygwin' flags = 0x00000008 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin (default) = `C:\cygwin/bin' flags = 0x00000008 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib (default) = `C:\cygwin/lib' flags = 0x00000008 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options a: fd N/A N/A c: hd NTFS 78152Mb 7% CP CS UN PA FC d: fd N/A N/A e: cd N/A N/A C:\cygwin / system textmode C:\cygwin/bin /usr/bin system textmode C:\cygwin/lib /usr/lib system textmode . /cygdrive system textmode,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 Not Found: cpp (good!) Found: C:\cygwin\bin\find.exe Not Found: gcc Not Found: gdb Found: C:\cygwin\bin\grep.exe Not Found: ld Found: C:\cygwin\bin\ls.exe Not Found: make Found: C:\cygwin\bin\mv.exe Found: C:\cygwin\bin\rm.exe Found: C:\cygwin\bin\sed.exe Found: C:\cygwin\bin\sh.exe Found: C:\cygwin\bin\tar.exe 55k 2004/09/14 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2004/9/14 0:16 18k 2004/07/06 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 "cygcharset-1.dll" v0.0 ts=2004/7/6 14:09 846k 2004/12/11 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=2004/12/11 6:04 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 11:31 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 11:35 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 4:34 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 19:12 40k 2004/10/10 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0 "cygform-8.dll" v0.0 ts=2004/10/10 4:33 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/25 1: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/9 1: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 5:25 361k 2003/10/25 C:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-6.dll" v0.0 ts=2003/10/22 0:18 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 3: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 22: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 22: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 4: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 22:13 107k 2004/07/06 C:\cygwin\bin\cyggettextlib-0-14-1.dll - os=4.0 img=1.0 sys=4.0 "cyggettextlib-0-14-1.dll" v0.0 ts=2004/7/6 13:56 17k 2004/07/06 C:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0 "cyggettextpo-0.dll" v0.0 ts=2004/7/6 13:56 190k 2004/07/06 C:\cygwin\bin\cyggettextsrc-0-14-1.dll - os=4.0 img=1.0 sys=4.0 "cyggettextsrc-0-14-1.dll" v0.0 ts=2004/7/6 13:56 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 23: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 19:16 25k 2004/10/12 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 "cyghistory6.dll" v0.0 ts=2004/10/12 2:51 991k 2004/07/06 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2004/7/6 14:10 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 4: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 17:50 54k 2004/07/06 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0 "cygintl-3.dll" v0.0 ts=2004/7/6 13:51 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 13:09 22k 2004/10/10 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-8.dll" v0.0 ts=2004/10/10 4:33 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/25 1: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/9 1: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 5:25 74k 2004/10/10 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-8.dll" v0.0 ts=2004/10/10 4:33 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/25 1: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/9 1:03 216k 2004/10/10 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-8.dll" v0.0 ts=2004/10/10 4:25 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/25 1: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/9 1: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 5:24 13k 2004/10/10 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-8.dll" v0.0 ts=2004/10/10 4:32 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/25 1: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/9 1: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 5:24 62k 2003/12/11 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcre-0.dll" v0.0 ts=2003/12/11 12:01 63k 2003/04/11 C:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0 "cygpcre.dll" v0.0 ts=2003/4/11 4:31 9k 2003/12/11 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix-0.dll" v0.0 ts=2003/12/11 12:01 61k 2003/04/11 C:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix.dll" v0.0 ts=2003/4/11 4:31 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/9 1:45 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 23: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 19:16 144k 2004/10/12 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 "cygreadline6.dll" v0.0 ts=2004/10/12 2:51 171k 2004/12/11 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=2004/12/11 6:04 62k 2004/10/10 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2004/10/10 0:09 1114k 2004/11/10 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2004/11/10 8:34 Cygwin DLL version info: DLL version: 1.5.12 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 116 Shared data: 4 DLL identifier: cygwin1 Mount registry: 2 Cygnus registry name: Cygnus Solutions Cygwin registry name: Cygwin Program options name: Program Options Cygwin mount registry name: mounts v2 Cygdrive flags: cygdrive flags Cygdrive prefix: cygdrive prefix Cygdrive default prefix: Build date: Wed Nov 10 08:34:47 EST 2004 Shared id: cygwin1S4 243k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygdps-1.dll - os=4.0 img=1.0 sys=4.0 "cygdps-1.dll" v0.0 ts=2004/9/17 5:48 26k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygdpstk-1.dll - os=4.0 img=1.0 sys=4.0 "cygdpstk-1.dll" v0.0 ts=2004/9/17 5:48 21k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontenc-1.dll" v0.0 ts=2004/9/17 5:53 36k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygFS-6.dll - os=4.0 img=1.0 sys=4.0 "cygFS-6.dll" v0.0 ts=2004/9/17 5:38 417k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0 "cygGL-1.dll" v0.0 ts=2004/9/17 5:45 439k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0 "cygGLU-1.dll" v0.0 ts=2004/9/17 5:47 75k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0 "cygICE-6.dll" v0.0 ts=2004/9/17 5:30 9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0 "cygoldX-6.dll" v0.0 ts=2004/9/17 5:29 1416k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0 "cygOSMesa-4.dll" v0.0 ts=2004/9/17 5:45 20k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygpsres-1.dll - os=4.0 img=1.0 sys=4.0 "cygpsres-1.dll" v0.0 ts=2004/9/17 5:49 30k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0 "cygSM-6.dll" v0.0 ts=2004/9/17 5:30 876k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0 "cygX11-6.dll" v0.0 ts=2004/9/17 5:29 253k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-6.dll" v0.0 ts=2004/9/17 5:34 356k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-7.dll" v0.0 ts=2004/9/17 5:36 362k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-8.dll" v0.0 ts=2004/9/17 5:37 9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcomposite-1.dll" v0.0 ts=2004/9/17 5:51 30k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcursor-1.dll" v0.0 ts=2004/9/17 5:50 9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0 "cygXdamage-1.dll" v0.0 ts=2004/9/17 5:51 7k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXevie-1.dll - os=4.0 img=1.0 sys=4.0 "cygXevie-1.dll" v0.0 ts=2004/9/17 5:51 49k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0 "cygXext-6.dll" v0.0 ts=2004/9/17 5:30 16k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0 "cygXfixes-3.dll" v0.0 ts=2004/9/17 5:51 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 20: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 17:20 27k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0 "cygXi-6.dll" v0.0 ts=2004/9/17 5:37 125k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbfile-1.dll" v0.0 ts=2004/9/17 5:38 12k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygxkbui-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbui-1.dll" v0.0 ts=2004/9/17 5:38 76k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0 "cygXmu-6.dll" v0.0 ts=2004/9/17 5:32 11k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0 "cygXmuu-1.dll" v0.0 ts=2004/9/17 5:32 26k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXp-6.dll" v0.0 ts=2004/9/17 5:33 51k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-4.dll" v0.0 ts=2004/9/17 5:33 11k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0 "cygXrandr-2.dll" v0.0 ts=2004/9/17 5:50 28k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0 "cygXrender-1.dll" v0.0 ts=2004/9/17 5:49 8k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXRes-1.dll - os=4.0 img=1.0 sys=4.0 "cygXRes-1.dll" v0.0 ts=2004/9/17 5:50 282k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0 "cygXt-6.dll" v0.0 ts=2004/9/17 5:32 27k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0 "cygXTrap-6.dll" v0.0 ts=2004/9/17 5:50 17k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0 "cygXtst-6.dll" v0.0 ts=2004/9/17 5:37 Cygwin Package Information Last downloaded files to: C:\TEMP\cyg Last downloaded files from: ftp://155.34.94.206 Package Version _update-info-dir 00230-1 ash 20040127-1 base-files 3.1-4 base-passwd 2.1-1 bash 2.05b-16 bzip2 1.0.2-6 cygutils 1.2.5-1 cygwin 1.5.12-1 cygwin-doc 1.3-7 diffutils 2.8.7-1 editrights 1.01-1 expat 1.95.8-1 fileutils 4.1-2 findutils 4.2.10-5 fontconfig 2.2.2-1 freetype2 2.1.5-1 gawk 3.1.4-3 gdbm 1.8.3-7 gettext 0.14.1-1 grep 2.5-1 groff 1.18.1-2 gzip 1.3.5-1 inetutils 1.3.2-28 less 381-1 libbz2_1 1.0.2-6 libcharset1 1.9.2-1 libdb4.2 4.2.52-1 libfontconfig1 2.2.2-1 libfreetype26 2.1.5-1 libgdbm 1.8.0-5 libgdbm-devel 1.8.3-7 libgdbm3 1.8.3-3 libgdbm4 1.8.3-7 libgettextpo0 0.14.1-1 libiconv 1.9.2-1 libiconv2 1.9.2-1 libintl 0.10.38-3 libintl1 0.10.40-1 libintl2 0.12.1-3 libintl3 0.14.1-1 libncurses5 5.2-1 libncurses6 5.2-8 libncurses7 5.3-4 libncurses8 5.4-1 libpcre 4.1-1 libpcre0 4.5-1 libpopt0 1.6.4-4 libreadline4 4.1-2 libreadline5 4.3-5 libreadline6 5.0-1 libXft 2.1.6-1 libXft1 1.0.0-1 libXft2 2.1.6-1 login 1.9-7 man 1.5o1-1 mktemp 1.5-3 ncurses 5.4-1 openssl 0.9.7e-1 pcre 4.5-1 pcre-doc 4.5-1 python 2.4-1 readline 5.0-1 sed 4.1.2-1 sh-utils 2.0.15-4 tar 1.13.25-5 tcltk 20030901-1 termcap 20021106-2 terminfo 5.4_20041009-1 texinfo 4.2-4 textutils 2.0.21-1 which 1.5-2 X-start-menu-icons 1.0.3-2 X-startup-scripts 1.0.10-2 xorg-x11-base 6.8.1.0-1 xorg-x11-bin 6.8.1.0-2 xorg-x11-bin-dlls 6.8.1.0-1 xorg-x11-bin-lndir 6.8.1.0-1 xorg-x11-etc 6.8.1.0-1 xorg-x11-fenc 6.8.1.0-2 xorg-x11-fnts 6.8.1.0-3 xorg-x11-libs-data 6.8.1.0-1 xorg-x11-xwin 6.8.1.0-7 xterm 196-1 zlib 1.2.2-1 Use -h to see help about each section From cgf-no-personal-reply-please@cygwin.com Tue Dec 14 22:08:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Tue, 14 Dec 2004 22:08:00 -0000 Subject: cygwin package server inside firewall, setup can't get list of download sites In-Reply-To: <20041214163814.1e319c14.gry@ll.mit.edu> References: <20041214163814.1e319c14.gry@ll.mit.edu> Message-ID: <20041214220920.GA8351@trixie.casa.cgf.cx> On Tue, Dec 14, 2004 at 04:38:14PM -0500, george young wrote: >[setup-2.427, Windows XP pro 5.1, experienced with linux X, not a windows or cygwin hacker] > >I need to have a local (partial) copy of the cygwin software tree >to allow fast installs for many PC's. This has to be inside our >corporate firewall. I set up the data on a local ftp server. > >When I run setup, I have to specify "Install from Internet" >and "Direct Connection" to get to my ftp server, inside the firewall. > >But then setup hangs "Can't get list of download sites..." because >it's trying to get to some outside machine without proxy. Is there >some way to force setup to get it's initial list of download sites >from a local file, or from a locally specified host? > >And alas no, I can't fix my firewall to do the smart thing. > >If I have to, I suppose I can mount the software tree via samba >and do "Install From Local Directory" from that share, but I'd >rather avoid fetching hundreds of megabytes through samba... Why are you posting a general cygwin question to the mailing list devoted to Cygwin/X? From bkalet@juniper.net Wed Dec 15 01:08:00 2004 From: bkalet@juniper.net (Barry Kalet) Date: Wed, 15 Dec 2004 01:08:00 -0000 Subject: can't start x-server Message-ID: hi... any help appreciated. running on win xp ibm t41 with 1 gig ram. thanks b $ more XWin.log Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.0-7 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: X :0 -multiwindow -clipboard ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1400 h 1050 winInitializeDefaultScreens - Returning _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TT F/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X1 1R6/lib/ X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel winAllocateFBShadowGDI - Creating DIB with width: 1400 height: 1050 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 shar ed memory support in the kernel (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000409" (00000409) (--) Using preset keyboard for "English (USA)" (409), type "4" (--) 3 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from li st! winInitMultiWindowWM - pthread_mutex_lock () returned. winInitMultiWindowWM - pthread_mutex_unlock () returned. winInitMultiWindowWM - DISPLAY=127.0.0.1:0.0 winMultiWindowXMsgProc - pthread_mutex_lock () returned. winMultiWindowXMsgProc - pthread_mutex_unlock () returned. winMultiWindowXMsgProc - DISPLAY=127.0.0.1:0.0 winProcEstablishConnection - Hello winInitClipboard () winProcEstablishConnection - winInitClipboard returned. winClipboardProc - Hello DetectUnicodeSupport - Windows NT/2000/XP winClipboardProc - DISPLAY=127.0.0.1:0.0 winClipboardProc - XOpenDisplay () returned and successfully opened the display. winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the di splay. winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the disp lay. winClipboardProc - Call to select () failed: -1. Bailing. winClipboardProc - XDestroyWindow succeeded. winClipboardIOErrorHandler! -- Barry Kalet Sr. Systems Engineer, JNCIS-FWV Juniper Networks 917.881.6133 mailto:bkalet@juniper.net http://www.juniper.net From rodmedina@cantv.net Wed Dec 15 20:49:00 2004 From: rodmedina@cantv.net (Rodrigo Medina) Date: Wed, 15 Dec 2004 20:49:00 -0000 Subject: Suggestion about RXVT Message-ID: <169570-2200412315204915168@cantv.net> Hi, The RXVT terminal emulator has the following problem: Dead accents do not function properly when the program is attached to the XWin server. The problem is due to the limited Xlib the program is linked to, as explained in the bug #842982 at www.rxvt.org. It does not seem that this problem will be solved in the near future. I suggest to provide a copy of RXVT linked to the full Xlib, so people of non-English languages can use the program with the XWin server. R.M. From pechtcha@cs.nyu.edu Wed Dec 15 23:28:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Wed, 15 Dec 2004 23:28:00 -0000 Subject: Problem with ssh and X In-Reply-To: <41BFDD22@webmail.ncl.ac.uk> References: <41BFDD22@webmail.ncl.ac.uk> Message-ID: On Wed, 15 Dec 2004, Dr Christian Hicks wrote: > I am trying to connect to a Sun UNIX box and display > the graphics on my PC running Cygwin. I am using > the command ssh -X -l . Wrong list. Redirecting to cygwin-xfree. Please delete from subsequent discussion. > The connection is being made OK, but when I try and > run something with X graphics I get an error message > of the form: > X Error (intercepted): BadWindow (invalid Window parameter) > Major Request Code : 7 > Minor Request Code : 0 > Resource ID (XID) : 58 > Error Serial Number : 47 > XView warning: invalid object (not a pointer), xv_get > finished; X Error of failed request: BadWindow (invalid Window parameter) > Major opcode of failed request 7 (X_ReparentWindow) > Resource id in failed request: 0x3a > Serial number of failed request: 47 > Current serial number in output stream: 56 > > I have a Netgear DG834G router/firewall, neither of which are > showing anything in the log. The odd thing is that I tried > the same thing from my work PC and it was fine. I updated > the whole of my Cygwin installation yesterday. > > Any help would be very gratefully received. > > Thanks, > Dr Christian Hicks , which has the same answer that a Google search for 'BadWindow "invalid window parameter" ssh site:cygwin.com' (or even 'BadWindow Cygwin') would have shown... HTH, Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT From mpmcd@qwest.net Thu Dec 16 05:09:00 2004 From: mpmcd@qwest.net (MP) Date: Thu, 16 Dec 2004 05:09:00 -0000 Subject: cygwin Message-ID: <41C1188C.1020302@qwest.net> please add me to mailing list.. I am having nothing but problems with this From Chris.Hicks@newcastle.ac.uk Thu Dec 16 09:50:00 2004 From: Chris.Hicks@newcastle.ac.uk (Dr Christian Hicks) Date: Thu, 16 Dec 2004 09:50:00 -0000 Subject: Problems with ssh and X Message-ID: <41C01567@webmail.ncl.ac.uk> First, please accept my apologies for send my message to the wrong list. Thanks to Igor for suggesting the FAQ list. I have now tried: ssh -Y -l username remotemachine I now get the error message: connect 212.159.18.214 port 6000 Connection refused. (the IP address is the static IP address provided by my ISP) There is still nothing in the log of my Netgear NG834G firewall or the ZoneAlarm log. I shutdown Zone alarm and the same thing happened. Any thoughts or suggestions would be gratefully received. Many thanks, Chris. Dr Christian Hicks Senior Lecturer, Director of Postgraduate Training, School of Mechanical & Systems Engineering, Stephenson Building, University of Newcastle upon Tyne, NE1 7RU. Phone: +44 191 222 6238 Mobile 0796 398 9449 Fax: + 44 191 222 8600 Homepage: http://www.staff.ncl.ac.uk/chris.hicks From alexander.gottwald@s1999.tu-chemnitz.de Thu Dec 16 10:19:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 16 Dec 2004 10:19:00 -0000 Subject: Problems with ssh and X In-Reply-To: <41C01567@webmail.ncl.ac.uk> References: <41C01567@webmail.ncl.ac.uk> Message-ID: On Thu, 16 Dec 2004, Dr Christian Hicks wrote: > First, please accept my apologies for send my message > to the wrong list. Thanks to Igor for suggesting the > FAQ list. I have now tried: > > ssh -Y -l username remotemachine > > I now get the error message: > > connect 212.159.18.214 port 6000 Connection refused. > > (the IP address is the static IP address provided by my ISP) > There is still nothing in the log of my Netgear NG834G firewall > or the ZoneAlarm log. I shutdown Zone alarm and the same thing > happened. Which unix you're connecting too? Gentoo does set the DISPLAY variable to the remote ip and breaks X11 Forwarding. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From Chris.Hicks@newcastle.ac.uk Thu Dec 16 10:41:00 2004 From: Chris.Hicks@newcastle.ac.uk (Dr Christian Hicks) Date: Thu, 16 Dec 2004 10:41:00 -0000 Subject: Problems with ssh and X Message-ID: <41C02864@webmail.ncl.ac.uk> The remote machine is running SunOs 5.7 on a sparc SUNW,Ultra-4. Best regards, Chris. Dr Christian Hicks Senior Lecturer, Director of Postgraduate Training, School of Mechanical & Systems Engineering, Stephenson Building, University of Newcastle upon Tyne, NE1 7RU. Phone: +44 191 222 6238 Mobile 0796 398 9449 Fax: + 44 191 222 8600 Homepage: http://www.staff.ncl.ac.uk/chris.hicks From alexander.gottwald@s1999.tu-chemnitz.de Thu Dec 16 11:54:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 16 Dec 2004 11:54:00 -0000 Subject: Problems with ssh and X In-Reply-To: <41C02864@webmail.ncl.ac.uk> References: <41C02864@webmail.ncl.ac.uk> Message-ID: On Thu, 16 Dec 2004, Dr Christian Hicks wrote: > The remote machine is running SunOs 5.7 on a sparc SUNW,Ultra-4. When doing X11Forwarding the DISPLAY variable should point to localhost:10.0 (or higher numbers) or is unset if X11Forwarding does not work. In your case it is set to remotehost:0.0 which is wrong. Find the place where the DISPLAY variable is set and prevent it. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From dalcolmo@vh-s.de Thu Dec 16 13:15:00 2004 From: dalcolmo@vh-s.de (Josef Dalcolmo) Date: Thu, 16 Dec 2004 13:15:00 -0000 Subject: default font size Message-ID: <20041216131435.00003ff5@titan> Hello, the default font size within the xterm, that comes up on the default installation of Cygwin is tiny. I would generally prefer a larger size. How do I increase the font size? (there is no XF86Config file any more). - Josef From cgf-no-personal-reply-please@cygwin.com Thu Dec 16 13:49:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Thu, 16 Dec 2004 13:49:00 -0000 Subject: cygwin In-Reply-To: <41C1188C.1020302@qwest.net> References: <41C1188C.1020302@qwest.net> Message-ID: <20041216135042.GB22725@trixie.casa.cgf.cx> On Wed, Dec 15, 2004 at 10:09:32PM -0700, MP wrote: >please add me to mailing list.. I am having nothing but problems with >this The ability to add yourself to the mailing list is well-tested. You can think of it as an entrance examination if you want. No one is going to do this for you. From dickey@his.com Thu Dec 16 13:50:00 2004 From: dickey@his.com (Thomas Dickey) Date: Thu, 16 Dec 2004 13:50:00 -0000 Subject: default font size In-Reply-To: <20041216131435.00003ff5@titan> References: <20041216131435.00003ff5@titan> Message-ID: <20041216084923.J55060@mail.his.com> On Thu, 16 Dec 2004, Josef Dalcolmo wrote: > Hello, > > the default font size within the xterm, that comes up on the default > installation of Cygwin is tiny. I would generally prefer a larger size. > How do I increase the font size? (there is no XF86Config file any more). The default font size for xterm is normally the alias "fixed". That can be set by a resource value (see the manpage). The available fonts can be listed with xlsfonts. -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net From alexander.gottwald@s1999.tu-chemnitz.de Thu Dec 16 13:55:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 16 Dec 2004 13:55:00 -0000 Subject: default font size In-Reply-To: <20041216131435.00003ff5@titan> References: <20041216131435.00003ff5@titan> Message-ID: On Thu, 16 Dec 2004, Josef Dalcolmo wrote: > Hello, > > the default font size within the xterm, that comes up on the default installation of Cygwin is tiny. I would generally prefer a larger size. How do I increase the font size? (there is no XF86Config file any more). select another font xterm -fn 7x13 or xterm -fn 12x24 fontnames can be listed with xlsfonts or xterm -fa "Courier" -fs 12 fontnames can be listed with fs-list adding -dpi 100 to the XWin commandline may help too (and installing the xorg-x11-f100 package) bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From jst1@email.com Thu Dec 16 14:26:00 2004 From: jst1@email.com (Jean-Sebastien Trottier) Date: Thu, 16 Dec 2004 14:26:00 -0000 Subject: Problems with ssh and X In-Reply-To: <41C01567@webmail.ncl.ac.uk> References: <41C01567@webmail.ncl.ac.uk> Message-ID: <20041216142306.GA15559@gw.jsoft.lan> Hi Christian, If I recall my past life properly, -Y (X11ForwardingTrusted) does not enable -X (X11Forwarding)... Try this instead: ssh -X -Y -l username remotemachine Also, when you get bored of using command-line options, read 'man ssh_config' G'day, JST On Thu, Dec 16, 2004 at 09:49:49AM +0000, Dr Christian Hicks wrote: > First, please accept my apologies for send my message > to the wrong list. Thanks to Igor for suggesting the > FAQ list. I have now tried: > > ssh -Y -l username remotemachine > > I now get the error message: > > connect 212.159.18.214 port 6000 Connection refused. > > (the IP address is the static IP address provided by my ISP) > There is still nothing in the log of my Netgear NG834G firewall > or the ZoneAlarm log. I shutdown Zone alarm and the same thing > happened. > > Any thoughts or suggestions would be gratefully received. > > Many thanks, > Chris. > > Dr Christian Hicks > Senior Lecturer, > Director of Postgraduate Training, > School of Mechanical & Systems Engineering, > Stephenson Building, > University of Newcastle upon Tyne, > NE1 7RU. > Phone: +44 191 222 6238 > Mobile 0796 398 9449 > Fax: + 44 191 222 8600 > Homepage: http://www.staff.ncl.ac.uk/chris.hicks > From andrex@alumni.utexas.net Thu Dec 16 15:27:00 2004 From: andrex@alumni.utexas.net (Andrew Schulman) Date: Thu, 16 Dec 2004 15:27:00 -0000 Subject: cygwin References: <41C1188C.1020302@qwest.net> <20041216135042.GB22725@trixie.casa.cgf.cx> Message-ID: > >please add me to mailing list.. I am having nothing but problems with > >this > > The ability to add yourself to the mailing list is well-tested. You can > think of it as an entrance examination if you want. No one is going to > do this for you. As an additional exam, we should add the ability to write an intelligent subject line. A subject of "cygwin" or "cygwin problem" on a post to any cygwin-related mailing list should result in instant ejection from the list. -- To reply by email, replace "deadspam.com" by "alumni.utexas.net" From cgf-no-personal-reply-please@cygwin.com Thu Dec 16 15:48:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Thu, 16 Dec 2004 15:48:00 -0000 Subject: cygwin In-Reply-To: References: <41C1188C.1020302@qwest.net> <20041216135042.GB22725@trixie.casa.cgf.cx> Message-ID: <20041216154930.GE23488@trixie.casa.cgf.cx> On Thu, Dec 16, 2004 at 10:26:29AM -0500, Andrew Schulman wrote: >>>please add me to mailing list.. I am having nothing but problems with >>>this >> >>The ability to add yourself to the mailing list is well-tested. You >>can think of it as an entrance examination if you want. No one is >>going to do this for you. > >As an additional exam, we should add the ability to write an >intelligent subject line. A subject of "cygwin" or "cygwin problem" on >a post to any cygwin-related mailing list should result in instant >ejection from the list. Good point. I do reject some subjects like that in the main cygwin list but I hadn't done so here. I have now, though. However, if people think that's too harsh, I'll remove that restriction. I always wonder if people who post subjects like that also go into the bank, hand their checks to the teller and say "Bank!". Or if they go to the auto shop to get their car fixed and open the discussion by pointing and saying "Car!" cgf From sarir.khamsi@raytheon.com Thu Dec 16 16:37:00 2004 From: sarir.khamsi@raytheon.com (Sarir Khamsi) Date: Thu, 16 Dec 2004 16:37:00 -0000 Subject: cygwin, and comment on rejection In-Reply-To: <20041216154930.GE23488@trixie.casa.cgf.cx> (Christopher Faylor's message of "Thu, 16 Dec 2004 10:49:30 -0500") References: <41C1188C.1020302@qwest.net> <20041216135042.GB22725@trixie.casa.cgf.cx> <20041216154930.GE23488@trixie.casa.cgf.cx> Message-ID: Christopher Faylor writes: > Good point. I do reject some subjects like that in the main cygwin list > but I hadn't done so here. > > I have now, though. However, if people think that's too harsh, I'll > remove that restriction. A person's inability to articulate their problem should not deprive them of help. Yes, I feel this is too harsh. Sarir "A kindly tongue is the lodestone of the hearts of men." From andrex@alumni.utexas.net Thu Dec 16 16:55:00 2004 From: andrex@alumni.utexas.net (Andrew Schulman) Date: Thu, 16 Dec 2004 16:55:00 -0000 Subject: cygwin References: <41C1188C.1020302@qwest.net> <20041216135042.GB22725@trixie.casa.cgf.cx> <20041216154930.GE23488@trixie.casa.cgf.cx> Message-ID: > >>>please add me to mailing list.. I am having nothing but problems with > >>>this > >> > >>The ability to add yourself to the mailing list is well-tested. You > >>can think of it as an entrance examination if you want. No one is > >>going to do this for you. > > > >As an additional exam, we should add the ability to write an > >intelligent subject line. A subject of "cygwin" or "cygwin problem" on > >a post to any cygwin-related mailing list should result in instant > >ejection from the list. > > Good point. I do reject some subjects like that in the main cygwin list > but I hadn't done so here. > > I have now, though. However, if people think that's too harsh, I'll > remove that restriction. No, I wasn't serious about ejecting subscribers, or even individual postings. Just making my little point. -- To reply by email, replace "deadspam.com" by "alumni.utexas.net" From cgf-no-personal-reply-please@cygwin.com Thu Dec 16 17:05:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Thu, 16 Dec 2004 17:05:00 -0000 Subject: cygwin, and comment on rejection In-Reply-To: References: <41C1188C.1020302@qwest.net> <20041216135042.GB22725@trixie.casa.cgf.cx> <20041216154930.GE23488@trixie.casa.cgf.cx> Message-ID: <20041216170618.GK23488@trixie.casa.cgf.cx> On Thu, Dec 16, 2004 at 09:36:37AM -0700, Sarir Khamsi wrote: >Christopher Faylor writes: >>Good point. I do reject some subjects like that in the main cygwin >>list but I hadn't done so here. >> >>I have now, though. However, if people think that's too harsh, I'll >>remove that restriction. > >A person's inability to articulate their problem should not deprive >them of help. Yes, I feel this is too harsh. I thought I'd get that response but it sort of misses the point, IMO. This doesn't stop people cold. It just prevents their first attempt sending email to the mailing list from being a clueless one. This is exactly what the suggestions at http://cygwin.com/problems.html were intended to stop. cgf From cgf-no-personal-reply-please@cygwin.com Thu Dec 16 17:10:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Thu, 16 Dec 2004 17:10:00 -0000 Subject: cygwin, and comment on rejection In-Reply-To: <20041216170618.GK23488@trixie.casa.cgf.cx> References: <41C1188C.1020302@qwest.net> <20041216135042.GB22725@trixie.casa.cgf.cx> <20041216154930.GE23488@trixie.casa.cgf.cx> <20041216170618.GK23488@trixie.casa.cgf.cx> Message-ID: <20041216171120.GM23488@trixie.casa.cgf.cx> On Thu, Dec 16, 2004 at 12:06:18PM -0500, Christopher Faylor wrote: >On Thu, Dec 16, 2004 at 09:36:37AM -0700, Sarir Khamsi wrote: >>Christopher Faylor writes: >>>Good point. I do reject some subjects like that in the main cygwin >>>list but I hadn't done so here. >>> >>>I have now, though. However, if people think that's too harsh, I'll >>>remove that restriction. >> >>A person's inability to articulate their problem should not deprive >>them of help. Yes, I feel this is too harsh. > >I thought I'd get that response but it sort of misses the point, IMO. >This doesn't stop people cold. It just prevents their first attempt >sending email to the mailing list from being a clueless one. This is >exactly what the suggestions at http://cygwin.com/problems.html were >intended to stop. But, regardless, I asked for feedback and the first two responses were "don't do it" so I've removed this. cgf From Chris.Hicks@newcastle.ac.uk Thu Dec 16 18:44:00 2004 From: Chris.Hicks@newcastle.ac.uk (Dr Christian Hicks) Date: Thu, 16 Dec 2004 18:44:00 -0000 Subject: Problems with ssh and X Message-ID: <41C1DA37@webmail.ncl.ac.uk> Problem sorted. Thanks Jean-Sebastien. Chris. Dr Christian Hicks Senior Lecturer, Director of Postgraduate Training, School of Mechanical & Systems Engineering, Stephenson Building, University of Newcastle upon Tyne, NE1 7RU. Phone: +44 191 222 6238 Mobile 0796 398 9449 Fax: + 44 191 222 8600 Homepage: http://www.staff.ncl.ac.uk/chris.hicks From krishnabhushank@yahoo.com Fri Dec 17 02:51:00 2004 From: krishnabhushank@yahoo.com (Krishna Bhushan K) Date: Fri, 17 Dec 2004 02:51:00 -0000 Subject: Not able to Get a Remote Machine after export of display Message-ID: <20041217025048.35853.qmail@web50604.mail.yahoo.com> Hi All, This is regarding a problem faced while using Cygwin. I am not able to open Xterm from a remote machine after setting the remote DISPLAY variable to the local one. Following are the entries in my startxdmcp.bat: SET DISPLAY=223.221.113.105:0.0 (Local display) SET REMOTE_HOST=ipshp071 start XWin -kb -query %REMOTE_HOST% -notrayicon -emulate3buttons -clipboard -unixkill -lesspointer After i logon to this machine, I telnet to a remote machine. set the DISPLAY variable there to 223.221.113.105:0.0. open a xterm using Xterm&. It says "Per display information not found". Is there any problem with the above entries? Could anyone please suggest a solution to this problem. Thanks, Krishna Bhushan __________________________________ Do you Yahoo!? Dress up your holiday email, Hollywood style. Learn more. http://celebrity.mail.yahoo.com From Mike.Kenny@bcx.co.za Fri Dec 17 08:11:00 2004 From: Mike.Kenny@bcx.co.za (Mike Kenny - BCX - Professional Services JHB) Date: Fri, 17 Dec 2004 08:11:00 -0000 Subject: How to launch kde from ssh correctly? Message-ID: <0C7AD907113E984F9C2AF0B651D0D3DE577116@exmid04.africa.enterprise.root> Sorry if this is a dumb question, please don't reply with a dumb answer :-) I want to use ssh to connect to a linux system and then be able to use KDE to access my applications. So far using ssh -X 192.168.1.13 and executing startkde after I login works, to an extent. Both the dektop and the kicker are launched, but they are launched independantly. I can move the kicker around to make it visible and accessible and then use the menus to get into openoffice, but my real aim is to wean my wife away from M$ toys and get her using ooo, there is no way that she will be happy with having to search for the kicker. Is there some option to ssh that will recifty this situation? Mike From alexander.gottwald@s1999.tu-chemnitz.de Fri Dec 17 10:09:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 17 Dec 2004 10:09:00 -0000 Subject: Not able to Get a Remote Machine after export of display In-Reply-To: <20041217025048.35853.qmail@web50604.mail.yahoo.com> References: <20041217025048.35853.qmail@web50604.mail.yahoo.com> Message-ID: On Thu, 16 Dec 2004, Krishna Bhushan K wrote: > Hi All, > > This is regarding a problem faced while using Cygwin. > I am not able to open Xterm from a remote machine > after setting the remote > DISPLAY variable to the local one. > > Following are the entries in my startxdmcp.bat: > > SET DISPLAY=223.221.113.105:0.0 (Local display) > SET REMOTE_HOST=ipshp071 > start XWin -kb -query %REMOTE_HOST% -notrayicon > -emulate3buttons -clipboard -unixkill -lesspointer > > After i logon to this machine, I telnet to a remote > machine. set the DISPLAY variable there to > 223.221.113.105:0.0. open a xterm using Xterm&. It > says "Per display information not found". > > Is there any problem with the above entries? > Could anyone please suggest a solution to this > problem. The xserver has an authorization system (man Xsecurity) which prevents connections from any other host. To allow this use xhost to allow hostname access or the better and much sure variant: use ssh with X11Forwarding. This tunnels all X11 traffic through the encrypted ssh channel and takes care of access restrictions. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Fri Dec 17 10:17:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 17 Dec 2004 10:17:00 -0000 Subject: How to launch kde from ssh correctly? In-Reply-To: <0C7AD907113E984F9C2AF0B651D0D3DE577116@exmid04.africa.enterprise.root> References: <0C7AD907113E984F9C2AF0B651D0D3DE577116@exmid04.africa.enterprise.root> Message-ID: On Fri, 17 Dec 2004, Mike Kenny - BCX - Professional Services JHB wrote: > > > Sorry if this is a dumb question, please don't reply with a dumb answer > :-) > > I want to use ssh to connect to a linux system and then be able to use > KDE to access my applications. So far using ssh -X 192.168.1.13 > and executing startkde after I login works, to an extent. > Both the dektop and the kicker are launched, but they are launched > independantly. I can move the kicker around to make it visible and > accessible and then use the menus to get into openoffice, but my real > aim is to wean my wife away from M$ toys and get her using ooo, there > is no way that she will be happy with having to search for the kicker. > > Is there some option to ssh that will recifty this situation? Most likely you're starting XWin in multiwindow mode where every window from X11 is mapped to a Windows window. If you replace the -multiwindow with -nodecoration then you get a single window for the whole remote session. Or you could create a link which directly starts openoffice without the KDE desktop ssh -Yf 192.168.1.13 soffice BTW: you should use ssh -Y instead of ssh -X because -X does only enable untrusted X11 connections where some features are not working. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From Mike.Kenny@bcx.co.za Fri Dec 17 10:56:00 2004 From: Mike.Kenny@bcx.co.za (Mike Kenny - BCX - Professional Services JHB) Date: Fri, 17 Dec 2004 10:56:00 -0000 Subject: How to launch kde from ssh correctly? Message-ID: <0C7AD907113E984F9C2AF0B651D0D3DE57711D@exmid04.africa.enterprise.root> Thanks -nodecoration works nicely Mike -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com] On Behalf Of Alexander Gottwald Sent: Friday, December 17, 2004 12:17 PM To: cygwin-xfree@cygwin.com Subject: Re: How to launch kde from ssh correctly? On Fri, 17 Dec 2004, Mike Kenny - BCX - Professional Services JHB wrote: > > > Sorry if this is a dumb question, please don't reply with a dumb > answer > :-) > > I want to use ssh to connect to a linux system and then be able to use > KDE to access my applications. So far using ssh -X 192.168.1.13 and > executing startkde after I login works, to an extent. > Both the dektop and the kicker are launched, but they are launched > independantly. I can move the kicker around to make it visible and > accessible and then use the menus to get into openoffice, but my real > aim is to wean my wife away from M$ toys and get her using ooo, there > is no way that she will be happy with having to search for the kicker. > > Is there some option to ssh that will recifty this situation? Most likely you're starting XWin in multiwindow mode where every window from X11 is mapped to a Windows window. If you replace the -multiwindow with -nodecoration then you get a single window for the whole remote session. Or you could create a link which directly starts openoffice without the KDE desktop ssh -Yf 192.168.1.13 soffice BTW: you should use ssh -Y instead of ssh -X because -X does only enable untrusted X11 connections where some features are not working. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From chris@areti.co.uk Fri Dec 17 11:02:00 2004 From: chris@areti.co.uk (Chris Green) Date: Fri, 17 Dec 2004 11:02:00 -0000 Subject: I've lost cut and paste - any ideas why? Message-ID: <20041217110234.GA5958@areti.co.uk> I have lost the ability to cut and paste between my slackware Linux desktop and the Windows 2000 system on which I'm running Cygwin/X. It used to work until recently and the only thing I can think of that has changed is that I have upgraded the Slackware from version 9.1 to version 10 and I'm using gdm rather than xdm on that system. Is there any configuration in the gdm/xdm area that would affect my ability to cut and paste? -- Chris Green (chris@areti.co.uk) "Never ascribe to malice that which can be explained by incompetence." From alexander.gottwald@s1999.tu-chemnitz.de Fri Dec 17 11:09:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 17 Dec 2004 11:09:00 -0000 Subject: I've lost cut and paste - any ideas why? In-Reply-To: <20041217110234.GA5958@areti.co.uk> References: <20041217110234.GA5958@areti.co.uk> Message-ID: On Fri, 17 Dec 2004, Chris Green wrote: > I have lost the ability to cut and paste between my slackware Linux > desktop and the Windows 2000 system on which I'm running Cygwin/X. > > It used to work until recently and the only thing I can think of that > has changed is that I have upgraded the Slackware from version 9.1 to > version 10 and I'm using gdm rather than xdm on that system. > > Is there any configuration in the gdm/xdm area that would affect my > ability to cut and paste? There was a similar report some days ago. It seems the gdm startup had changed and the clipboard client is killed by gdm again. Normally the clipboard client is started after gdm finished but it seems it is started to early. /tmp/XWin.log may shed some light on this bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From dickey@his.com Fri Dec 17 11:57:00 2004 From: dickey@his.com (Thomas Dickey) Date: Fri, 17 Dec 2004 11:57:00 -0000 Subject: I've lost cut and paste - any ideas why? In-Reply-To: <20041217110234.GA5958@areti.co.uk> References: <20041217110234.GA5958@areti.co.uk> Message-ID: <20041217065615.Q21769@mail.his.com> On Fri, 17 Dec 2004, Chris Green wrote: > I have lost the ability to cut and paste between my slackware Linux > desktop and the Windows 2000 system on which I'm running Cygwin/X. > > It used to work until recently and the only thing I can think of that > has changed is that I have upgraded the Slackware from version 9.1 to > version 10 and I'm using gdm rather than xdm on that system. > > Is there any configuration in the gdm/xdm area that would affect my > ability to cut and paste? I have an impression that Slackware 10 introduced UTF-8 locales. That's the first thing I'd check. -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net From chris@areti.co.uk Fri Dec 17 12:22:00 2004 From: chris@areti.co.uk (Chris Green) Date: Fri, 17 Dec 2004 12:22:00 -0000 Subject: I've lost cut and paste - any ideas why? In-Reply-To: References: <20041217110234.GA5958@areti.co.uk> Message-ID: <20041217122139.GA6257@areti.co.uk> On Fri, Dec 17, 2004 at 12:09:04PM +0100, Alexander Gottwald wrote: > On Fri, 17 Dec 2004, Chris Green wrote: [snip] > > > > Is there any configuration in the gdm/xdm area that would affect my > > ability to cut and paste? > > There was a similar report some days ago. It seems the gdm startup had > changed and the clipboard client is killed by gdm again. Normally the > clipboard client is started after gdm finished but it seems it is > started to early. > > /tmp/XWin.log may shed some light on this > OK, thanks, I'll go and take a look. -- Chris Green (chris@areti.co.uk) "Never ascribe to malice that which can be explained by incompetence." From chris@areti.co.uk Fri Dec 17 12:23:00 2004 From: chris@areti.co.uk (Chris Green) Date: Fri, 17 Dec 2004 12:23:00 -0000 Subject: I've lost cut and paste - any ideas why? In-Reply-To: <20041217065615.Q21769@mail.his.com> References: <20041217110234.GA5958@areti.co.uk> <20041217065615.Q21769@mail.his.com> Message-ID: <20041217122332.GC6257@areti.co.uk> On Fri, Dec 17, 2004 at 06:57:14AM -0500, Thomas Dickey wrote: > On Fri, 17 Dec 2004, Chris Green wrote: > > >I have lost the ability to cut and paste between my slackware Linux > >desktop and the Windows 2000 system on which I'm running Cygwin/X. > > > >It used to work until recently and the only thing I can think of that > >has changed is that I have upgraded the Slackware from version 9.1 to > >version 10 and I'm using gdm rather than xdm on that system. > > > >Is there any configuration in the gdm/xdm area that would affect my > >ability to cut and paste? > > I have an impression that Slackware 10 introduced UTF-8 locales. > That's the first thing I'd check. > How would one check this and, if it's the cause, fix it? -- Chris Green (chris@areti.co.uk) "Never ascribe to malice that which can be explained by incompetence." From dickey@his.com Fri Dec 17 13:46:00 2004 From: dickey@his.com (Thomas Dickey) Date: Fri, 17 Dec 2004 13:46:00 -0000 Subject: I've lost cut and paste - any ideas why? In-Reply-To: <20041217122332.GC6257@areti.co.uk> References: <20041217110234.GA5958@areti.co.uk> <20041217065615.Q21769@mail.his.com> <20041217122332.GC6257@areti.co.uk> Message-ID: <20041217084106.D68090@mail.his.com> On Fri, 17 Dec 2004, Chris Green wrote: > On Fri, Dec 17, 2004 at 06:57:14AM -0500, Thomas Dickey wrote: >> I have an impression that Slackware 10 introduced UTF-8 locales. >> That's the first thing I'd check. >> > How would one check this and, if it's the cause, fix it? If your environment on the other end is a UTF-8 locale, then some of the selections will use a UTF-8 string. I don't know offhand if the Cygwin/X server supports that, but the clients don't since Cygwin doesn't support UTF-8 locales. If that's the case, setting your locale to en_GB.ISO-8859-1, etc., should make it workable (since Cygwin supports Latin-1). That's normally set in some system file (but I don't offhand know, since mostly I've been using startx/fvwm). -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net From chris@areti.co.uk Fri Dec 17 14:36:00 2004 From: chris@areti.co.uk (Chris Green) Date: Fri, 17 Dec 2004 14:36:00 -0000 Subject: I've lost cut and paste - any ideas why? In-Reply-To: <20041217084106.D68090@mail.his.com> References: <20041217110234.GA5958@areti.co.uk> <20041217065615.Q21769@mail.his.com> <20041217122332.GC6257@areti.co.uk> <20041217084106.D68090@mail.his.com> Message-ID: <20041217143636.GA6584@areti.co.uk> On Fri, Dec 17, 2004 at 08:45:58AM -0500, Thomas Dickey wrote: > On Fri, 17 Dec 2004, Chris Green wrote: > > >On Fri, Dec 17, 2004 at 06:57:14AM -0500, Thomas Dickey wrote: > >>I have an impression that Slackware 10 introduced UTF-8 locales. > >>That's the first thing I'd check. > >> > >How would one check this and, if it's the cause, fix it? > > If your environment on the other end is a UTF-8 locale, then some of the > selections will use a UTF-8 string. I don't know offhand if the Cygwin/X > server supports that, but the clients don't since Cygwin doesn't support > UTF-8 locales. > > If that's the case, setting your locale to en_GB.ISO-8859-1, etc., should > make it workable (since Cygwin supports Latin-1). That's normally set in > some system file (but I don't offhand know, since mostly I've been using > startx/fvwm). > OK, thanks very much, two things to check tonight when I get home. -- Chris Green (chris@areti.co.uk) "Never ascribe to malice that which can be explained by incompetence." From zakki@peppermint.jp Fri Dec 17 14:57:00 2004 From: zakki@peppermint.jp (Kensuke Matsuzaki) Date: Fri, 17 Dec 2004 14:57:00 -0000 Subject: I've lost cut and paste - any ideas why? In-Reply-To: <20041217084106.D68090@mail.his.com> References: <20041217110234.GA5958@areti.co.uk> <20041217065615.Q21769@mail.his.com> <20041217122332.GC6257@areti.co.uk> <20041217084106.D68090@mail.his.com> Message-ID: Hi, > If your environment on the other end is a UTF-8 locale, then some of the > selections will use a UTF-8 string. I don't know offhand if the Cygwin/X > server supports that, but the clients don't since Cygwin doesn't support > UTF-8 locales. If linux side program supports CTEXT or UTF_STRING, you can use any locale. (And xterm, emacs, mozilla etc supports CTEXT) If you use programs that use only XA_STRING in UTF-8 locale, maybe copy and pasted multibyte text will broken. But gtk and qt supports CTEXT, so a few program have problem. zakki -- Kensuke Matsuzaki mailto:zakki@peppermint.jp http://peppermint.jp From alexander.gottwald@s1999.tu-chemnitz.de Fri Dec 17 15:14:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 17 Dec 2004 15:14:00 -0000 Subject: I've lost cut and paste - any ideas why? In-Reply-To: References: <20041217110234.GA5958@areti.co.uk> <20041217065615.Q21769@mail.his.com> <20041217122332.GC6257@areti.co.uk> <20041217084106.D68090@mail.his.com> Message-ID: On Fri, 17 Dec 2004, Kensuke Matsuzaki wrote: > Hi, > > > If your environment on the other end is a UTF-8 locale, then some of the > > selections will use a UTF-8 string. I don't know offhand if the Cygwin/X > > server supports that, but the clients don't since Cygwin doesn't support > > UTF-8 locales. > > If linux side program supports CTEXT or UTF_STRING, you can use any locale. > (And xterm, emacs, mozilla etc supports CTEXT) > > If you use programs that use only XA_STRING in UTF-8 locale, maybe copy and > pasted multibyte text will broken. But gtk and qt supports CTEXT, so a few > program have problem. I could verify that it's gdm which causes the problems. winProcEstablishConnection - Hello winProcEstablishConnection - Xdmcp enabled, waiting to start clipboard client un til fourth call. winProcEstablishConnection - Hello winProcEstablishConnection - Xdmcp enabled, waiting to start clipboard client un til fourth call. winProcEstablishConnection - Hello winProcEstablishConnection - Xdmcp enabled, waiting to start clipboard client un til fourth call. winInitClipboard () winProcQueryTree - winInitClipboard returned. winClipboardProc - Hello DetectUnicodeSupport - Windows NT/2000/XP winClipboardProc - DISPLAY=127.0.0.1:1.0 winProcEstablishConnection - Hello winProcEstablishConnection - Clipboard client already launched, returning. winClipboardProc - XOpenDisplay () returned and successfully opened the display. winProcSetSelectionOwner - Clipboard not yet started, aborting. winProcSetSelectionOwner - Clipboard not yet started, aborting. winClipboardIOErrorHandler! winClipboardProc - setjmp returned for IO Error Handler. winDeinitMultiWindowWM - Noting shutdown in progress There are too many clients connecting before the actual login process connects. I'm thinking about various solutions: o make the number of clients configurable (it is hardcoded to 4 now) - quite easy work - not very userfriendly o make clipboard thread recover from errors (shutdown and restart) - very hard to build - will work in all cases Number 1 is something I will come up in the next days. The second needs at least some days to come up wit a clear design and even longer to implement and test. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From chris@areti.co.uk Fri Dec 17 15:51:00 2004 From: chris@areti.co.uk (Chris Green) Date: Fri, 17 Dec 2004 15:51:00 -0000 Subject: I've lost cut and paste - any ideas why? In-Reply-To: References: <20041217110234.GA5958@areti.co.uk> <20041217065615.Q21769@mail.his.com> <20041217122332.GC6257@areti.co.uk> <20041217084106.D68090@mail.his.com> Message-ID: <20041217155125.GB7096@areti.co.uk> On Fri, Dec 17, 2004 at 04:13:59PM +0100, Alexander Gottwald wrote: > winProcEstablishConnection - Hello > winProcEstablishConnection - Xdmcp enabled, waiting to start clipboard client un > til fourth call. > winProcEstablishConnection - Hello > winProcEstablishConnection - Xdmcp enabled, waiting to start clipboard client un > til fourth call. > winProcEstablishConnection - Hello > winProcEstablishConnection - Xdmcp enabled, waiting to start clipboard client un > til fourth call. > winInitClipboard () > winProcQueryTree - winInitClipboard returned. > winClipboardProc - Hello > DetectUnicodeSupport - Windows NT/2000/XP > winClipboardProc - DISPLAY=127.0.0.1:1.0 > winProcEstablishConnection - Hello > winProcEstablishConnection - Clipboard client already launched, returning. > winClipboardProc - XOpenDisplay () returned and successfully opened the display. > winProcSetSelectionOwner - Clipboard not yet started, aborting. > winProcSetSelectionOwner - Clipboard not yet started, aborting. > > winClipboardIOErrorHandler! > > winClipboardProc - setjmp returned for IO Error Handler. > winDeinitMultiWindowWM - Noting shutdown in progress > > There are too many clients connecting before the actual login process connects. > I'm thinking about various solutions: > > o make the number of clients configurable (it is hardcoded to 4 now) > - quite easy work > - not very userfriendly > o make clipboard thread recover from errors (shutdown and restart) > - very hard to build > - will work in all cases > > Number 1 is something I will come up in the next days. The second needs at least > some days to come up wit a clear design and even longer to implement and test. > Thanks for looking into it and reporting what you found. I'll look and check to see if my error log reports the same. Would a strategically placed sleep anywhere help? Unfortunately I can't go back to xdm as I couldn't get it to work on my Slackware 10, I *think* it's something to do with it being compiled for ipv6. Maybe I should try building a version from source with ipv6 disabled, I've no need for all the extras that gdm provides, I just used it because it worked. -- Chris Green (chris@areti.co.uk) "Never ascribe to malice that which can be explained by incompetence." From chris@areti.co.uk Fri Dec 17 15:57:00 2004 From: chris@areti.co.uk (Chris Green) Date: Fri, 17 Dec 2004 15:57:00 -0000 Subject: Does anyone else get these blank failed deliveries? Message-ID: <20041217155701.GC7096@areti.co.uk> Every time I send a message to the Cygwin/X list I get an empty bounce with the following headers:- From devnull@ise.de Fri Dec 17 15:53:40 2004 From: Mail Delivery Subsystem Subject: Returned mail: User unknown To: chris.green@isbd.co.uk Date: Fri, 17 Dec 2004 15:48:04 +0000 (GMT) Is anyone else experiencing this? -- Chris Green (chris@areti.co.uk) "Never ascribe to malice that which can be explained by incompetence." From alexander.gottwald@s1999.tu-chemnitz.de Fri Dec 17 16:00:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 17 Dec 2004 16:00:00 -0000 Subject: I've lost cut and paste - any ideas why? In-Reply-To: <20041217155125.GB7096@areti.co.uk> References: <20041217110234.GA5958@areti.co.uk> <20041217065615.Q21769@mail.his.com> <20041217122332.GC6257@areti.co.uk> <20041217084106.D68090@mail.his.com> <20041217155125.GB7096@areti.co.uk> Message-ID: On Fri, 17 Dec 2004, Chris Green wrote: > On Fri, Dec 17, 2004 at 04:13:59PM +0100, Alexander Gottwald wrote: > > winProcEstablishConnection - Hello > > winProcEstablishConnection - Xdmcp enabled, waiting to start clipboard client un > > til fourth call. > > winProcEstablishConnection - Hello > > winProcEstablishConnection - Xdmcp enabled, waiting to start clipboard client un > > til fourth call. > > winProcEstablishConnection - Hello > > winProcEstablishConnection - Xdmcp enabled, waiting to start clipboard client un > > til fourth call. > > winInitClipboard () > > winProcQueryTree - winInitClipboard returned. > > winClipboardProc - Hello > > DetectUnicodeSupport - Windows NT/2000/XP > > winClipboardProc - DISPLAY=127.0.0.1:1.0 > > winProcEstablishConnection - Hello > > winProcEstablishConnection - Clipboard client already launched, returning. > > winClipboardProc - XOpenDisplay () returned and successfully opened the display. > > winProcSetSelectionOwner - Clipboard not yet started, aborting. > > winProcSetSelectionOwner - Clipboard not yet started, aborting. > > > > winClipboardIOErrorHandler! > > > > winClipboardProc - setjmp returned for IO Error Handler. > > winDeinitMultiWindowWM - Noting shutdown in progress > > > > There are too many clients connecting before the actual login process connects. > > I'm thinking about various solutions: > > > > o make the number of clients configurable (it is hardcoded to 4 now) > > - quite easy work > > - not very userfriendly > > o make clipboard thread recover from errors (shutdown and restart) > > - very hard to build > > - will work in all cases > > > > Number 1 is something I will come up in the next days. The second needs at least > > some days to come up wit a clear design and even longer to implement and test. > > > Thanks for looking into it and reporting what you found. I'll look > and check to see if my error log reports the same. > > Would a strategically placed sleep anywhere help? No. The clipboard thread is started internally. > Unfortunately I can't go back to xdm as I couldn't get it to work on > my Slackware 10, I *think* it's something to do with it being compiled > for ipv6. Maybe I should try building a version from source with ipv6 > disabled, I've no need for all the extras that gdm provides, I just > used it because it worked. wdm is working well on debian. Maybe it is available on slackware too bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Fri Dec 17 16:02:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 17 Dec 2004 16:02:00 -0000 Subject: Does anyone else get these blank failed deliveries? In-Reply-To: <20041217155701.GC7096@areti.co.uk> References: <20041217155701.GC7096@areti.co.uk> Message-ID: On Fri, 17 Dec 2004, Chris Green wrote: > Every time I send a message to the Cygwin/X list I get an empty bounce > with the following headers:- > > From devnull@ise.de Fri Dec 17 15:53:40 2004 > From: Mail Delivery Subsystem > Subject: Returned mail: User unknown > To: chris.green@isbd.co.uk > Date: Fri, 17 Dec 2004 15:48:04 +0000 (GMT) > > Is anyone else experiencing this? Someone (or a worm) is using your mail address to send infected mails. Just ignore them. You can't make it stop anyway. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From cgf-no-personal-reply-please@cygwin.com Fri Dec 17 16:03:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Fri, 17 Dec 2004 16:03:00 -0000 Subject: Does anyone else get these blank failed deliveries? In-Reply-To: <20041217155701.GC7096@areti.co.uk> References: <20041217155701.GC7096@areti.co.uk> Message-ID: <20041217160430.GM26712@trixie.casa.cgf.cx> On Fri, Dec 17, 2004 at 03:57:01PM +0000, Chris Green wrote: >Every time I send a message to the Cygwin/X list I get an empty bounce >with the following headers:- > > From devnull@ise.de Fri Dec 17 15:53:40 2004 > From: Mail Delivery Subsystem > Subject: Returned mail: User unknown > To: chris.green@isbd.co.uk > Date: Fri, 17 Dec 2004 15:48:04 +0000 (GMT) > >Is anyone else experiencing this? There is only one person from ise.de subscribed to the mailing list. I've unsubscribed that person. I guess if I don't get a bounce, I'll know if that was the right thing to do or not... cgf From cgf-no-personal-reply-please@cygwin.com Fri Dec 17 16:19:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Fri, 17 Dec 2004 16:19:00 -0000 Subject: Does anyone else get these blank failed deliveries? In-Reply-To: <20041217160430.GM26712@trixie.casa.cgf.cx> References: <20041217155701.GC7096@areti.co.uk> <20041217160430.GM26712@trixie.casa.cgf.cx> Message-ID: <20041217162042.GA765@trixie.casa.cgf.cx> On Fri, Dec 17, 2004 at 11:04:30AM -0500, Christopher Faylor wrote: >On Fri, Dec 17, 2004 at 03:57:01PM +0000, Chris Green wrote: >>Every time I send a message to the Cygwin/X list I get an empty bounce >>with the following headers:- >> >> From devnull@ise.de Fri Dec 17 15:53:40 2004 >> From: Mail Delivery Subsystem >> Subject: Returned mail: User unknown >> To: chris.green@isbd.co.uk >> Date: Fri, 17 Dec 2004 15:48:04 +0000 (GMT) >> >>Is anyone else experiencing this? > >There is only one person from ise.de subscribed to the mailing list. I've >unsubscribed that person. I guess if I don't get a bounce, I'll know if >that was the right thing to do or not... Incidentally, if this type of thing happens in the future, the best way to correct the problem is to send the *complete* text (plus all headers) of the bounce to cygwin-xfree-owner at cygwin dot com. cgf From chris@areti.co.uk Fri Dec 17 16:25:00 2004 From: chris@areti.co.uk (Chris Green) Date: Fri, 17 Dec 2004 16:25:00 -0000 Subject: Does anyone else get these blank failed deliveries? In-Reply-To: References: <20041217155701.GC7096@areti.co.uk> Message-ID: <20041217162505.GB7406@areti.co.uk> On Fri, Dec 17, 2004 at 05:02:36PM +0100, Alexander Gottwald wrote: > On Fri, 17 Dec 2004, Chris Green wrote: > > > Every time I send a message to the Cygwin/X list I get an empty bounce > > with the following headers:- > > > > From devnull@ise.de Fri Dec 17 15:53:40 2004 > > From: Mail Delivery Subsystem > > Subject: Returned mail: User unknown > > To: chris.green@isbd.co.uk > > Date: Fri, 17 Dec 2004 15:48:04 +0000 (GMT) > > > > Is anyone else experiencing this? > > Someone (or a worm) is using your mail address to send infected mails. > Just ignore them. You can't make it stop anyway. > It's something more subtle than the usual though as it is definitely only happening when I send mail to the Cygwin/X list, one of these "Returned mail:" errors for each message I send to the list. I get all sorts of other junk but this is the only one that has these odd (and consistent) characteristics. -- Chris Green (chris@areti.co.uk) "Never ascribe to malice that which can be explained by incompetence." From chris@areti.co.uk Fri Dec 17 16:26:00 2004 From: chris@areti.co.uk (Chris Green) Date: Fri, 17 Dec 2004 16:26:00 -0000 Subject: Does anyone else get these blank failed deliveries? In-Reply-To: <20041217162042.GA765@trixie.casa.cgf.cx> References: <20041217155701.GC7096@areti.co.uk> <20041217160430.GM26712@trixie.casa.cgf.cx> <20041217162042.GA765@trixie.casa.cgf.cx> Message-ID: <20041217162639.GC7406@areti.co.uk> On Fri, Dec 17, 2004 at 11:20:42AM -0500, Christopher Faylor wrote: > On Fri, Dec 17, 2004 at 11:04:30AM -0500, Christopher Faylor wrote: > >On Fri, Dec 17, 2004 at 03:57:01PM +0000, Chris Green wrote: > >>Every time I send a message to the Cygwin/X list I get an empty bounce > >>with the following headers:- > >> > >> From devnull@ise.de Fri Dec 17 15:53:40 2004 > >> From: Mail Delivery Subsystem > >> Subject: Returned mail: User unknown > >> To: chris.green@isbd.co.uk > >> Date: Fri, 17 Dec 2004 15:48:04 +0000 (GMT) > >> > >>Is anyone else experiencing this? > > > >There is only one person from ise.de subscribed to the mailing list. I've > >unsubscribed that person. I guess if I don't get a bounce, I'll know if > >that was the right thing to do or not... > > Incidentally, if this type of thing happens in the future, the best way to > correct the problem is to send the *complete* text (plus all headers) of the > bounce to cygwin-xfree-owner at cygwin dot com. > Yes, OK, I realised I hadn't sent the complete headers. However I had sent the complete text, there wasn't any, it was always an empty message. - Chris Green (chris@areti.co.uk) "Never ascribe to malice that which can be explained by incompetence." From alexander.gottwald@s1999.tu-chemnitz.de Fri Dec 17 16:29:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 17 Dec 2004 16:29:00 -0000 Subject: Does anyone else get these blank failed deliveries? In-Reply-To: <20041217162505.GB7406@areti.co.uk> References: <20041217155701.GC7096@areti.co.uk> <20041217162505.GB7406@areti.co.uk> Message-ID: On Fri, 17 Dec 2004, Chris Green wrote: > It's something more subtle than the usual though as it is definitely > only happening when I send mail to the Cygwin/X list, one of these > "Returned mail:" errors for each message I send to the list. Hm. I had did not get the response when sending to the list otherwise I'd have kicked him earlier. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From chris@areti.co.uk Fri Dec 17 23:25:00 2004 From: chris@areti.co.uk (Chris Green) Date: Fri, 17 Dec 2004 23:25:00 -0000 Subject: Does anyone else get these blank failed deliveries? In-Reply-To: References: <20041217155701.GC7096@areti.co.uk> <20041217162505.GB7406@areti.co.uk> Message-ID: <20041217232544.GA8553@areti.co.uk> On Fri, Dec 17, 2004 at 05:29:25PM +0100, Alexander Gottwald wrote: > On Fri, 17 Dec 2004, Chris Green wrote: > > > It's something more subtle than the usual though as it is definitely > > only happening when I send mail to the Cygwin/X list, one of these > > "Returned mail:" errors for each message I send to the list. > > Hm. I had did not get the response when sending to the list otherwise I'd have > kicked him earlier. > Well whatever the list owner did it has fixed the problem. -- Chris Green (chris@areti.co.uk) "Never ascribe to malice that which can be explained by incompetence." From RobDBell@hotmail.com Sat Dec 18 00:33:00 2004 From: RobDBell@hotmail.com (Rob Bell) Date: Sat, 18 Dec 2004 00:33:00 -0000 Subject: Does anyone else get these blank failed deliveries? In-Reply-To: <20041217232544.GA8553@areti.co.uk> References: <20041217155701.GC7096@areti.co.uk> <20041217162505.GB7406@areti.co.uk> <20041217232544.GA8553@areti.co.uk> Message-ID: <41C37AC2.50603@hotmail.com> Chris Green wrote: > On Fri, Dec 17, 2004 at 05:29:25PM +0100, Alexander Gottwald wrote: > >>On Fri, 17 Dec 2004, Chris Green wrote: >> >> >>>It's something more subtle than the usual though as it is definitely >>>only happening when I send mail to the Cygwin/X list, one of these >>>"Returned mail:" errors for each message I send to the list. >> >>Hm. I had did not get the response when sending to the list otherwise I'd have >>kicked him earlier. >> > > Well whatever the list owner did it has fixed the problem. > This is a typical mailing list problem that happens with certain mailers or specific configurations. When the mailbot receives an error from one of the mail accounts on the list as it relays your message it will then pass that error back to you (or maybe the mail server generating the error just sends it straight back to the you, the sender, because your address is the originating e-mail account). This happens on another list I'm on from time to time when someone's e-mail account has problems or goes inactive. It is the same reason you, the sender, can occasionally get a 'out of office' reply from one of the list members when you send the list a message. Rob From bloomycat@yahoo.co.kr Sat Dec 18 16:38:00 2004 From: bloomycat@yahoo.co.kr (KuYa White) Date: Sat, 18 Dec 2004 16:38:00 -0000 Subject: X application crush in korean environment. Korean environment is 'LANG=ko'. Message-ID: <20041218163755.GA2992@hodori> I'm a newbie and korean. A few days ago, I installed cygwin and cygwin-xfree package. And then, I changed locale 'LANG=ko' for korean. Simply, I executed xterm. LANG=ko xterm -e vim I executed vim to write a document in xterm. When I tried to type any key in vim, xterm was closed with 'Segmentation fault (core dumped)' message. Even if I would listen music with xmms. Xmms was closed with 'Segmentation fault' message. I tested other language environment. below japanese. LANG=ja xterm -e vim It works fine. I don't know what is problem. Is there anybody that saw like this? I attatched 'cygcheck -s' log file. -------------- next part -------------- Cygwin Configuration Diagnostics Current System Time: Sun Dec 19 01:02:01 2004 Windows XP Professional Ver 5.1 Build 2600 Service Pack 1 Path: C:\cygwin\usr\local\bin C:\cygwin\bin C:\cygwin\bin C:\cygwin\usr\X11R6\bin .\ C:\cygwin\bin C:\cygwin\usr\X11R6\bin c:\WINDOWS\system32 c:\WINDOWS c:\WINDOWS\System32\Wbem c:\Program Files\Diskeeper\ C:\cygwin\home\kuya\bin C:\cygwin\usr\sbin C:\cygwin\sbin Output from C:\cygwin\bin\id.exe (nontsec) UID: 1003(kuya) GID: 513(????????) 513(????????) Output from C:\cygwin\bin\id.exe (ntsec) UID: 1003(kuya) GID: 513(????????) 0(root) 513(????????) 544(Administrators) 545(Users) SysDir: C:\WINDOWS\System32 WinDir: C:\WINDOWS HOME = `C:\cygwin\home\kuya' MAKE_MODE = `unix' PWD = `/home/kuya' USER = `kuya' Use `-r' to scan registry c: hd NTFS 10236Mb 64% CP CS UN PA FC d: hd NTFS 46994Mb 75% CP CS UN PA FC e: hd NTFS 28623Mb 97% CP CS UN PA FC h: cd N/A N/A v: hd NTFS 76316Mb 99% CP CS UN PA FC z: cd 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\find.exe Found: C:\cygwin\bin\gcc.exe Found: C:\cygwin\bin\gdb.exe Found: C:\cygwin\bin\grep.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\rm.exe Found: C:\cygwin\bin\sed.exe Found: C:\cygwin\bin\sh.exe Found: C:\cygwin\bin\tar.exe 14k 2004/09/01 C:\cygwin\bin\cygao-2.dll 145k 2004/09/02 C:\cygwin\bin\cygaudiofile-0.dll 55k 2004/09/14 C:\cygwin\bin\cygbz2-1.dll 18k 2004/07/06 C:\cygwin\bin\cygcharset-1.dll 7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll 846k 2004/12/11 C:\cygwin\bin\cygcrypto-0.9.7.dll 617k 2004/03/22 C:\cygwin\bin\cygcurl-2.dll 22k 2004/02/10 C:\cygwin\bin\cygcygipc-2.dll 831k 2003/09/20 C:\cygwin\bin\cygdb-4.1.dll 895k 2004/04/28 C:\cygwin\bin\cygdb-4.2.dll 1080k 2003/09/20 C:\cygwin\bin\cygdb_cxx-4.1.dll 1156k 2004/04/28 C:\cygwin\bin\cygdb_cxx-4.2.dll 9k 2004/10/24 C:\cygwin\bin\cygdlloader-6.dll 28k 2004/08/15 C:\cygwin\bin\cygesd-0.dll 174k 2004/10/14 C:\cygwin\bin\cygexpat-0.dll 129k 2004/03/11 C:\cygwin\bin\cygfontconfig-1.dll 40k 2004/10/10 C:\cygwin\bin\cygform-8.dll 45k 2001/04/25 C:\cygwin\bin\cygform5.dll 35k 2002/01/09 C:\cygwin\bin\cygform6.dll 48k 2003/08/09 C:\cygwin\bin\cygform7.dll 907k 2004/06/09 C:\cygwin\bin\cygfpx-1.dll 361k 2003/10/25 C:\cygwin\bin\cygfreetype-6.dll 28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll 30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll 19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll 15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll 15k 2003/08/11 C:\cygwin\bin\cyggdbm_compat-4.dll 195k 2004/09/02 C:\cygwin\bin\cyggdk-1-2-0.dll 107k 2004/07/06 C:\cygwin\bin\cyggettextlib-0-14-1.dll 17k 2004/07/06 C:\cygwin\bin\cyggettextpo-0.dll 190k 2004/07/06 C:\cygwin\bin\cyggettextsrc-0-14-1.dll 135k 2004/09/02 C:\cygwin\bin\cygglib-1-2-0.dll 174k 2004/04/10 C:\cygwin\bin\cygglib.dll 11k 2004/09/02 C:\cygwin\bin\cyggmodule-1-2-0.dll 20k 2004/04/10 C:\cygwin\bin\cyggmodule.dll 10k 2004/09/02 C:\cygwin\bin\cyggthread-1-2-0.dll 21k 2004/04/10 C:\cygwin\bin\cyggthread.dll 1293k 2004/09/02 C:\cygwin\bin\cyggtk-1-2-0.dll 17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll 29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll 25k 2004/10/12 C:\cygwin\bin\cyghistory6.dll 991k 2004/07/06 C:\cygwin\bin\cygiconv-2.dll 22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll 37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll 54k 2004/07/06 C:\cygwin\bin\cygintl-3.dll 21k 2001/06/20 C:\cygwin\bin\cygintl.dll 241k 2004/08/06 C:\cygwin\bin\cygjasper-1-701-1.dll 48k 2003/08/10 C:\cygwin\bin\cygjbig1.dll 132k 2003/08/11 C:\cygwin\bin\cygjpeg-62.dll 119k 2002/02/09 C:\cygwin\bin\cygjpeg6b.dll 41k 2004/10/14 C:\cygwin\bin\cyglber-2-2-7.dll 156k 2004/06/04 C:\cygwin\bin\cyglcms-1.dll 180k 2004/10/14 C:\cygwin\bin\cygldap-2-2-7.dll 191k 2004/10/14 C:\cygwin\bin\cygldap_r-2-2-7.dll 26k 2004/09/22 C:\cygwin\bin\cygltdl-3.dll 26k 2004/10/24 C:\cygwin\bin\cygltdl-6.dll 144k 2004/08/29 C:\cygwin\bin\cygmagic-1.dll 369k 2004/08/11 C:\cygwin\bin\cygMagick++-6.dll 3214k 2004/08/11 C:\cygwin\bin\cygMagick-6.dll 22k 2004/10/10 C:\cygwin\bin\cygmenu-8.dll 26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll 20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll 29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll 21k 2004/10/22 C:\cygwin\bin\cygminires.dll 122k 2004/01/03 C:\cygwin\bin\cygmysqlclient_r-12.dll 882k 2004/09/13 C:\cygwin\bin\cygnaim_core-0.dll 74k 2004/10/10 C:\cygwin\bin\cygncurses++-8.dll 156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll 175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll 216k 2004/10/10 C:\cygwin\bin\cygncurses-8.dll 226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll 202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll 224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll 16k 2004/09/02 C:\cygwin\bin\cygogg-0.dll 49k 2004/08/02 C:\cygwin\bin\cygogrove-0.dll 1706k 2004/08/02 C:\cygwin\bin\cygosp-4.dll 326k 2004/08/02 C:\cygwin\bin\cygospgrove-0.dll 1922k 2004/08/02 C:\cygwin\bin\cygostyle-0.dll 13k 2004/10/10 C:\cygwin\bin\cygpanel-8.dll 15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll 12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll 19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll 62k 2003/12/11 C:\cygwin\bin\cygpcre-0.dll 63k 2003/04/11 C:\cygwin\bin\cygpcre.dll 9k 2003/12/11 C:\cygwin\bin\cygpcreposix-0.dll 61k 2003/04/11 C:\cygwin\bin\cygpcreposix.dll 1061k 2004/08/19 C:\cygwin\bin\cygperl5_8_5.dll 173k 2003/08/10 C:\cygwin\bin\cygpng12.dll 22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll 108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll 148k 2003/08/10 C:\cygwin\bin\cygreadline5.dll 144k 2004/10/12 C:\cygwin\bin\cygreadline6.dll 66k 2001/11/20 C:\cygwin\bin\cygregex.dll 78k 2004/10/13 C:\cygwin\bin\cygsasl2-2.dll 171k 2004/12/11 C:\cygwin\bin\cygssl-0.9.7.dll 299k 2004/10/10 C:\cygwin\bin\cygtiff-5.dll 281k 2003/02/24 C:\cygwin\bin\cygtiff3.dll 282k 2003/08/11 C:\cygwin\bin\cygtiff4.dll 27k 2004/03/05 C:\cygwin\bin\cygungif-4.dll 151k 2004/09/02 C:\cygwin\bin\cygvorbis-0.dll 884k 2004/09/02 C:\cygwin\bin\cygvorbisenc-2.dll 25k 2004/09/02 C:\cygwin\bin\cygvorbisfile-3.dll 154k 2004/08/11 C:\cygwin\bin\cygWand-6.dll 1242k 2004/11/13 C:\cygwin\bin\cygxml2-2.dll 46k 2004/11/01 C:\cygwin\bin\cygxmms-1.dll 62k 2004/10/10 C:\cygwin\bin\cygz.dll 1114k 2004/11/10 C:\cygwin\bin\cygwin1.dll Cygwin DLL version info: DLL version: 1.5.12 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 116 Shared data: 4 DLL identifier: cygwin1 Mount registry: 2 Cygnus registry name: Cygnus Solutions Cygwin registry name: Cygwin Program options name: Program Options Cygwin mount registry name: mounts v2 Cygdrive flags: cygdrive flags Cygdrive prefix: cygdrive prefix Cygdrive default prefix: Build date: Wed Nov 10 08:34:47 EST 2004 Shared id: cygwin1S4 243k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygdps-1.dll 26k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygdpstk-1.dll 21k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygfontenc-1.dll 36k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygFS-6.dll 417k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygGL-1.dll 439k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll 140k 2004/08/06 C:\cygwin\usr\X11R6\bin\cygglut-3.dll 75k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygICE-6.dll 9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll 1416k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll 20k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygpsres-1.dll 30k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygSM-6.dll 876k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygX11-6.dll 253k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-6.dll 356k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-7.dll 362k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-8.dll 9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXcomposite-1.dll 30k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll 9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXdamage-1.dll 7k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXevie-1.dll 49k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXext-6.dll 16k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXfixes-3.dll 56k 2004/03/11 C:\cygwin\usr\X11R6\bin\cygXft-1.dll 63k 2004/03/23 C:\cygwin\usr\X11R6\bin\cygXft-2.dll 27k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXi-6.dll 125k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygxkbfile-1.dll 12k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygxkbui-1.dll 76k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXmu-6.dll 11k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll 26k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXp-6.dll 51k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll 11k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll 28k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll 8k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXRes-1.dll 282k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXt-6.dll 27k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll 17k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll Cygwin Package Information Package Version _update-info-dir 00230-1 ash 20040127-1 autoconf 2.59-1 autoconf-devel 2.59-1 autoconf-stable 2.13-5 automake 1.7.9-1 automake-devel 1.9.2-1 automake-stable 1.4p6-2 base-files 3.1-4 base-passwd 2.1-1 bash 2.05b-16 bc 1.06-1 binutils 20040725-2 bison 20030307-1 byacc 1.9-1 bzip2 1.0.2-6 cabextract 0.6-2 clear 1.0-1 cpio 2.5-3 cron 3.0.1-14 crypt 1.1-1 curl 7.11.1-1 curl-devel 7.11.1-1 cygipc 2.03-2 cygrunsrv 1.0-1 cygutils 1.2.5-1 cygwin 1.5.12-1 cygwin-doc 1.3-7 cygwin-x-doc 1.0.4-1 diffutils 2.8.7-1 editrights 1.01-1 esound 0.2.35-1 exim 4.43-1 expat 1.95.8-1 fetchmail 6.2.5-2 file 4.10-1 fileutils 4.1-2 findutils 4.2.10-5 flex 2.5.4a-3 fontconfig 2.2.2-1 fortune 1.8-2 freeglut 2.2.0-1 freetype2 2.1.5-1 gawk 3.1.4-3 gcc 3.3.3-3 gcc-core 3.3.3-3 gcc-g++ 3.3.3-3 gcc-mingw-core 20040810-1 gcc-mingw-g++ 20040810-1 gdb 20030919-1 gdbm 1.8.3-7 gettext 0.14.1-1 gettext-devel 0.14.1-1 glib 1.2.10-2 glib-devel 1.2.10-2 gnupg 1.2.4-1 grep 2.5-1 groff 1.18.1-2 gtk+ 1.2.10-2 gtk+-devel 1.2.10-2 gtk-doc 1.2-1 gzip 1.3.5-1 ImageMagick 6.0.4-1 inetutils 1.3.2-28 initscripts 0.9-1 jasper 1.701.0-1 jbigkit 1.5-3 jpeg 6b-11 lcms 1.13-1 less 381-1 libao 0.8.5-1 libaudiofile-devel 0.2.6-2 libaudiofile0 0.2.6-2 libbz2_1 1.0.2-6 libcharset1 1.9.2-1 libdb4.1 4.1.25-1 libdb4.2 4.2.52-1 libesound-devel 0.2.35-1 libesound0 0.2.35-1 libfontconfig-devel 2.2.2-1 libfontconfig1 2.2.2-1 libfpx 1.2.0.9-1 libfreetype2-devel 2.1.5-1 libfreetype26 2.1.5-1 libgdbm 1.8.0-5 libgdbm-devel 1.8.3-7 libgdbm3 1.8.3-3 libgdbm4 1.8.3-7 libgettextpo0 0.14.1-1 libiconv 1.9.2-1 libiconv2 1.9.2-1 libintl 0.10.38-3 libintl1 0.10.40-1 libintl2 0.12.1-3 libintl3 0.14.1-1 libjpeg62 6b-11 libjpeg6b 6b-8 libltdl3 1.5.10-1 libltdl6 1.9f_20041024-1 libMagick6 6.0.4-1 libncurses-devel 5.4-1 libncurses5 5.2-1 libncurses6 5.2-8 libncurses7 5.3-4 libncurses8 5.4-1 libogg 1.1-1 libopenldap2_2_7 2.2.17-2 libpcre 4.1-1 libpcre0 4.5-1 libpng 1.2.5-4 libpng12 1.2.5-4 libpng12-devel 1.2.5-4 libpopt0 1.6.4-4 libreadline4 4.1-2 libreadline5 4.3-5 libreadline6 5.0-1 libsasl2 2.1.19-3 libsasl2-devel 2.1.19-3 libtiff-devel 3.7.0beta2-1 libtiff3 3.6.0-2 libtiff4 3.6.0-5 libtiff5 3.7.0beta2-1 libtool 1.5b-1 libtool-devel 1.5.10-1 libtool-stable 1.4.3-2 libungif 4.1.0-3 libvorbis 1.0.1-1 libXft 2.1.6-1 libXft-devel 2.1.6-1 libXft1 1.0.0-1 libXft2 2.1.6-1 libxml2 2.6.16-1 login 1.9-7 lynx 2.8.4-8 m4 1.4.2-1 make 3.80-1 man 1.5o1-1 mingw-runtime 3.5-1 minires 1.00-1 mktemp 1.5-3 more 2.11o-1 mutt 1.4.1-2 naim 0.11.7.2-1 ncftp 3.1.7-1 ncurses 5.4-1 ncurses-demo 5.4-1 openjade 1.3.3-1 openldap 2.2.17-2 openldap-devel 2.2.17-2 OpenSP 1.5.1-1 openssh 3.9p1-2 openssl 0.9.7e-1 openssl-devel 0.9.7e-1 patch 2.5.8-8 patchutils 0.2.30-1 pcre 4.5-1 pcre-doc 4.5-1 perl 5.8.5-3 procmail 3.22-10 procps 010801-2 proftpd 1.2.10-1 python 2.4-1 readline 5.0-1 regex 4.4-3 rpm 4.1-1 rpm-build 4.1-1 rpm-doc 4.1-1 rsync 2.6.3-1 sed 4.1.2-1 sh-utils 2.0.15-4 sharutils 4.2.1-3 shutdown 1.4-1 sysvinit 2.84-4 tar 1.13.25-5 tcltk 20030901-1 termcap 20021106-2 terminfo 5.4_20041009-1 texinfo 4.2-4 textutils 2.0.21-1 tiff 3.7.0beta2-1 time 1.7-1 units 1.77-1 vim 6.3-1 vorbis-tools 1.0.1-1 w32api 3.1-1 wget 1.9.1-1 which 1.5-2 whois 4.6.14-1 X-startup-scripts 1.0.10-2 X11 2.2.2-1 XFree86-base 4.3.0-11 XFree86-bin 4.3.0-21 XFree86-xserv 4.3.0-68 xmms 1.2.10-1 xorg-x11-base 6.8.1.0-1 xorg-x11-bin 6.8.1.0-2 xorg-x11-bin-dlls 6.8.1.0-1 xorg-x11-bin-lndir 6.8.1.0-1 xorg-x11-devel 6.8.1.0-1 xorg-x11-etc 6.8.1.0-1 xorg-x11-fenc 6.8.1.0-2 xorg-x11-fnts 6.8.1.0-3 xorg-x11-fscl 6.8.1.0-2 xorg-x11-libs-data 6.8.1.0-1 xorg-x11-xwin 6.8.1.0-8 xterm 196-1 zip 2.3-6 zlib 1.2.2-1 Use -h to see help about each section From dickey@his.com Sat Dec 18 17:20:00 2004 From: dickey@his.com (Thomas Dickey) Date: Sat, 18 Dec 2004 17:20:00 -0000 Subject: X application crush in korean environment. Korean environment is 'LANG=ko'. In-Reply-To: <20041218163755.GA2992@hodori> References: <20041218163755.GA2992@hodori> Message-ID: <20041218121837.E67154@mail.his.com> On Sun, 19 Dec 2004, KuYa White wrote: > I'm a newbie and korean. A few days ago, I installed cygwin and cygwin-xfree > package. And then, I changed locale 'LANG=ko' for korean. Simply, I executed > xterm. > LANG=ko xterm -e vim > > I executed vim to write a document in xterm. When I tried to type any key in > vim, xterm was closed with 'Segmentation fault (core dumped)' message. Even if > I would listen music with xmms. Xmms was closed with 'Segmentation fault' message. > > I tested other language environment. below japanese. > LANG=ja xterm -e vim > > It works fine. > > I don't know what is problem. Is there anybody that saw like this? I suspect newlib doesn't support that locale. Here's what I read on http://www.mirror.ac.uk/mirror/sources.redhat.com/ftp/newlib/libc.html This is a minimal implementation, supporting only the required "C" value for locale; strings representing other locales are not honored unless MB_CAPABLE is defined in which case three new extensions are allowed for LC_CTYPE or LC_MESSAGES only: "C-JIS", "C-EUCJP", "C-SJIS", or "C-ISO-8859-1". ("" is also accepted; it represents the default locale for an implementation, here equivalent to "C".) -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net From cgf-no-personal-reply-please@cygwin.com Sat Dec 18 17:23:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Sat, 18 Dec 2004 17:23:00 -0000 Subject: X application crush in korean environment. Korean environment is 'LANG=ko'. In-Reply-To: <20041218121837.E67154@mail.his.com> References: <20041218163755.GA2992@hodori> <20041218121837.E67154@mail.his.com> Message-ID: <20041218172417.GA10013@trixie.casa.cgf.cx> On Sat, Dec 18, 2004 at 12:20:22PM -0500, Thomas Dickey wrote: >On Sun, 19 Dec 2004, KuYa White wrote: >>I'm a newbie and korean. A few days ago, I installed cygwin and >>cygwin-xfree package. And then, I changed locale 'LANG=ko' for korean. >>Simply, I executed xterm. >>LANG=ko xterm -e vim >> >>I executed vim to write a document in xterm. When I tried to type any >>key in vim, xterm was closed with 'Segmentation fault (core dumped)' >>message. Even if I would listen music with xmms. Xmms was closed with >>'Segmentation fault' message. >> >>I tested other language environment. below japanese. >>LANG=ja xterm -e vim >> >>It works fine. >> >>I don't know what is problem. Is there anybody that saw like this? > >I suspect newlib doesn't support that locale. Here's what I read on > >http://www.mirror.ac.uk/mirror/sources.redhat.com/ftp/newlib/libc.html > >This is a minimal implementation, supporting only the required "C" >value for locale; strings representing other locales are not honored >unless MB_CAPABLE is defined in which case three new extensions are >allowed for LC_CTYPE or LC_MESSAGES only: "C-JIS", "C-EUCJP", "C-SJIS", >or "C-ISO-8859-1". ("" is also accepted; it represents the default >locale for an implementation, here equivalent to "C".) I suspect you're right, although I've studiously avoided trying to figure out how all of this locale stuff works. Newlib's implementation is very minimal and Cygwin uses newlib, so this is a Cygwin improvement that is waiting for the donation of someone's time and expertise. cgf From brettstahlman@bellsouth.net Sun Dec 19 04:21:00 2004 From: brettstahlman@bellsouth.net (Stahlman Family) Date: Sun, 19 Dec 2004 04:21:00 -0000 Subject: XWin won't start because of missing cygfreetype-6.dll Message-ID: <000701c4e582$1a6e1e30$6101a8c0@computerroom> Can anyone tell me which package contains cygfreetype-6.dll? I have installed the latest version of Xwin, but when I attempt to start XWindows, I get a Windows error telling me that cygfreetype-6.dll can't be found. I've installed the freetype2 package, and pretty much all X11-related packages, but the only cygfreetype dll that gets downloaded is cygfreetype-9.dll. Thanks, Brett S. From cgf-no-personal-reply-please@cygwin.com Sun Dec 19 04:28:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Sun, 19 Dec 2004 04:28:00 -0000 Subject: XWin won't start because of missing cygfreetype-6.dll In-Reply-To: <000701c4e582$1a6e1e30$6101a8c0@computerroom> References: <000701c4e582$1a6e1e30$6101a8c0@computerroom> Message-ID: <20041219042940.GA13447@trixie.casa.cgf.cx> On Sat, Dec 18, 2004 at 10:20:42PM -0600, Stahlman Family wrote: >Can anyone tell me which package contains cygfreetype-6.dll? http://cygwin.com/packages/ Has a package search utility. You can look for the package there. >I have installed the latest version of Xwin, but when I attempt to >start XWindows, I get a Windows error telling me that cygfreetype-6.dll >can't be found. I've installed the freetype2 package, and pretty much >all X11-related packages, but the only cygfreetype dll that gets >downloaded is cygfreetype-9.dll. Hmm. Sounds like a dependency problem. cgf From gp@familiehaase.de Sun Dec 19 12:07:00 2004 From: gp@familiehaase.de (Gerrit P. Haase) Date: Sun, 19 Dec 2004 12:07:00 -0000 Subject: XWin won't start because of missing cygfreetype-6.dll In-Reply-To: <20041219042940.GA13447@trixie.casa.cgf.cx> References: <000701c4e582$1a6e1e30$6101a8c0@computerroom> <20041219042940.GA13447@trixie.casa.cgf.cx> Message-ID: <41C56F1F.7020301@familiehaase.de> Christopher Faylor wrote: > On Sat, Dec 18, 2004 at 10:20:42PM -0600, Stahlman Family wrote: > >>Can anyone tell me which package contains cygfreetype-6.dll? > > > http://cygwin.com/packages/ > > Has a package search utility. You can look for the package there. > > >>I have installed the latest version of Xwin, but when I attempt to >>start XWindows, I get a Windows error telling me that cygfreetype-6.dll >>can't be found. I've installed the freetype2 package, and pretty much >>all X11-related packages, but the only cygfreetype dll that gets >>downloaded is cygfreetype-9.dll. > > > Hmm. Sounds like a dependency problem. cygfreetype-9.dll is in package: XFree86-lib-compat This is the old version. cygfreetype-6.dll is in package: libfreetype26 This is the new version. Though the file dates and the version of the dll suggests that it is the other way round. Gerrit -- =^..^= From chris@areti.co.uk Sun Dec 19 16:09:00 2004 From: chris@areti.co.uk (Chris Green) Date: Sun, 19 Dec 2004 16:09:00 -0000 Subject: I've lost cut and paste - any ideas why? In-Reply-To: References: <20041217110234.GA5958@areti.co.uk> <20041217065615.Q21769@mail.his.com> <20041217122332.GC6257@areti.co.uk> <20041217084106.D68090@mail.his.com> Message-ID: <20041219160931.GA13913@areti.co.uk> I've changed from using gdm to using a 'compiled at home' copy of wdm and, after a little configuration, that has resolved the problem. I now have cut-and-paste working again between Windows and my Linux desktop. Thanks for all the help and suggestions. I quite like the simplicity of wdm anyway, I don't need any of the extra glitzy add-ons of gdm or kdm, the only reason I moved from xdm was because the Slackware 10 version woudn't work for me. -- Chris Green (chris@areti.co.uk) "Never ascribe to malice that which can be explained by incompetence." From guyerb@mac.com Mon Dec 20 06:19:00 2004 From: guyerb@mac.com (Guy C Erb) Date: Mon, 20 Dec 2004 06:19:00 -0000 Subject: IBM T42 laptop, font display problem Message-ID: Hi I am having a problem with font display using Xemacs under Cygwin/X on my IBM T42 @ 1400x1050 (cygcheck output below). I generally use 12 pt Courier for writing code but it is very jaggy on my Cygwin/X install. I have tried most of the fonts and most of the sizes in the Xemacs menu and they all have the same (or similar) issue, the font *Fixed* is the least-worst and is what I am limping along with. When I ssh into the T42 from my 15" PowerBook, I also see the jaggies. When I ssh in from a Linux box using a CRT, then everything looks okay. So, possibly I am dealing with a LCD versus CRT issue. I have not had much luck *googling* the answer. If anyone has any thoughts or can point me in the right direction, I would greatly appreciate it. regards Guy C Erb guyerb@mac.com As an aside: I am surprised when I see the *jaggies* from my PowerBook. I am running Apples X11 server, the fonts in Xemacs look great when I run Xemacs locally. I assumed that when I ssh into the Cygwin/X box (just running sshd, don't have XWin started) and run Xemacs that the fonts would come from the Mac, but they seem to be pulled from the Cygwin/X box. Hmm, this is just ignorance on my part about how all the font stuff works. Cygwin Configuration Diagnostics Current System Time: Sun Dec 19 21:25:47 2004 Windows XP Professional Ver 5.1 Build 2600 Service Pack 2 Path: C:\cygwin\lib\subversion\bin C:\cygwin\usr\local\bin C:\cygwin\bin C:\cygwin\bin C:\cygwin\usr\X11R6\bin C:\cygwin\bin C:\cygwin\usr\local\bin c:\PROGRAM FILES\THINKPAD\UTILITIES c:\WINDOWS\system32 c:\WINDOWS c:\WINDOWS\System32\Wbem c:\Program Files\ATI Technologies\ATI Control Panel c:\WINDOWS\Downloaded Program Files c:\IBMTOOLS\Python22 c:\Program Files\PC-Doctor for Windows\services c:\Program Files\Support Tools\ Output from C:\cygwin\bin\id.exe (nontsec) UID: 1005(guyerb) GID: 513(None) 513(None) Output from C:\cygwin\bin\id.exe (ntsec) UID: 1005(guyerb) GID: 513(None) 0(root) 513(None) 544(Administrators) 545(Users) SysDir: C:\WINDOWS\system32 WinDir: C:\WINDOWS HOME = `C:\cygwin\home\guyerb' MAKE_MODE = `unix' PWD = `/home/guyerb' TCL_LIBRARY = `C:\IBMTOOLS\Python22\tcl\tcl8.4' USER = `guyerb' ALLUSERSPROFILE = `C:\Documents and Settings\All Users' APPDATA = `C:\Documents and Settings\guyerb\Application Data' COMMONPROGRAMFILES = `C:\Program Files\Common Files' COMPUTERNAME = `GUYSTER-T42' COMSPEC = `C:\WINDOWS\system32\cmd.exe' CVS_RSH = `/bin/ssh' FP_NO_HOST_CHECK = `NO' HOMEDRIVE = `C:' HOMEPATH = `\Documents and Settings\guyerb' HOSTNAME = `guyster-t42' IBMSHARE = `C:\IBMSHARE' INFOPATH = `/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/ usr/autotool/stable/info:' LOGONSERVER = `\\GUYSTER-T42' MANPATH = `/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man::/usr/ ssl/man' NUMBER_OF_PROCESSORS = `1' OLDPWD = `/usr/bin' OS = `Windows_NT' PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.pyo;.pyc;.py;.pyw' PKG_CONFIG_PATH = `/usr/X11R6/lib/pkgconfig' PRINTER = `HP Deskjet 3840 Series' PROCESSOR_ARCHITECTURE = `x86' PROCESSOR_IDENTIFIER = `x86 Family 6 Model 13 Stepping 6, GenuineIntel' PROCESSOR_LEVEL = `6' PROCESSOR_REVISION = `0d06' PROGRAMFILES = `C:\Program Files' PROMPT = `$P$G' PS1 = `\[\033]0;\w\007 \033[32m\]\u@\h \[\033[33m\w\033[0m\] $ ' PYTHONCASEOK = `1' PYTHONPATH = `C:\IBMTOOLS\utils\support;C:\IBMTOOLS\utils\logger' RRU = `C:\Program Files\IBM\IBM Rapid Restore Ultra\' SESSIONNAME = `Console' SHLVL = `1' SYSTEMDRIVE = `C:' SYSTEMROOT = `C:\WINDOWS' TEMP = `C:\DOCUME~1\guyerb\LOCALS~1\Temp' TERM = `cygwin' TK_LIBRARY = `C:\IBMTOOLS\Python22\tcl\tk8.4' TMP = `C:\DOCUME~1\guyerb\LOCALS~1\Temp' USERDOMAIN = `GUYSTER-T42' USERNAME = `guyerb' USERPROFILE = `C:\Documents and Settings\guyerb' WINDIR = `C:\WINDOWS' _ = `/usr/bin/cygcheck' POSIXLY_CORRECT = `1' HKEY_CURRENT_USER\Software\Cygnus Solutions HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 (default) = `/cygdrive' cygdrive flags = 0x00000022 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ (default) = `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\Program Options c: hd NTFS 22392Mb 68% CP CS UN PA FC guyster d: cd N/A N/A C:\cygwin / system binmode C:\cygwin/bin /usr/bin system binmode C:\cygwin/lib /usr/lib 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\find.exe Found: C:\cygwin\bin\gcc.exe Found: C:\cygwin\bin\gdb.exe Found: C:\cygwin\bin\grep.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\rm.exe Found: C:\cygwin\bin\sed.exe Found: C:\cygwin\bin\sh.exe Found: C:\cygwin\bin\tar.exe 120k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_client-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_client-1-0.dll" v0.0 ts=2004/10/26 6:28 25k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_delta-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_delta-1-0.dll" v0.0 ts=2004/10/26 6:27 22k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_diff-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_diff-1-0.dll" v0.0 ts=2004/10/26 6:27 11k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_fs-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs-1-0.dll" v0.0 ts=2004/10/26 6:28 108k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_fs_base-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs_base-1-0.dll" v0.0 ts=2004/10/26 6:23 75k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_fs_fs-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs_fs-1-0.dll" v0.0 ts=2004/10/26 6:27 7k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_ra-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra-1-0.dll" v0.0 ts=2004/10/26 6:28 69k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_ra_dav-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_dav-1-0.dll" v0.0 ts=2004/10/26 6:24 14k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_ra_local-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_local-1-0.dll" v0.0 ts=2004/10/26 6:29 49k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_ra_svn-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_svn-1-0.dll" v0.0 ts=2004/10/26 6:28 79k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_repos-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_repos-1-0.dll" v0.0 ts=2004/10/26 6:29 123k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_subr-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_subr-1-0.dll" v0.0 ts=2004/10/26 6:15 131k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_wc-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_wc-1-0.dll" v0.0 ts=2004/10/26 6:28 91k 2004/11/01 C:\cygwin\bin\cygapr-0-0.dll - os=4.0 img=1.0 sys=4.0 "cygapr-0-0.dll" v0.0 ts=2004/11/1 8:45 67k 2004/11/01 C:\cygwin\bin\cygaprutil-0-0.dll - os=4.0 img=1.0 sys=4.0 "cygaprutil-0-0.dll" v0.0 ts=2004/11/1 8:48 77k 2004/06/04 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=2004/6/4 3:20 123k 2004/09/29 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=2004/9/29 16:16 55k 2004/09/14 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2004/9/13 21:16 18k 2004/07/06 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 "cygcharset-1.dll" v0.0 ts=2004/7/6 11:09 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 260k 2004/10/26 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=2004/10/26 15:09 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 846k 2004/12/11 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=2004/12/11 3:04 617k 2004/03/22 C:\cygwin\bin\cygcurl-2.dll - os=4.0 img=1.0 sys=4.0 "cygcurl-2.dll" v0.0 ts=2004/3/22 7:52 22k 2004/02/10 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 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 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 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 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 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 73k 2004/09/19 C:\cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0 "cygexslt-0.dll" v0.0 ts=2004/9/18 21:24 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 2004/10/10 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0 "cygform-8.dll" v0.0 ts=2004/10/10 1:33 45k 2001/04/25 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 907k 2004/06/09 C:\cygwin\bin\cygfpx-1.dll - os=4.0 img=1.0 sys=4.0 "cygfpx-1.dll" v0.0 ts=2004/6/9 1:35 361k 2003/10/25 C:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-6.dll" v0.0 ts=2003/10/21 21:18 214k 2004/09/21 C:\cygwin\bin\cyggd-2.dll - os=4.0 img=1.0 sys=4.0 "cyggd-2.dll" v0.0 ts=2004/9/21 8:08 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 394k 2004/11/23 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=2004/11/22 17:16 79k 2004/11/23 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=2004/11/22 16:57 56k 2004/11/23 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=2004/11/22 18:42 107k 2004/07/06 C:\cygwin\bin\cyggettextlib-0-14-1.dll - os=4.0 img=1.0 sys=4.0 "cyggettextlib-0-14-1.dll" v0.0 ts=2004/7/6 10:56 17k 2004/07/06 C:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0 "cyggettextpo-0.dll" v0.0 ts=2004/7/6 10:56 190k 2004/07/06 C:\cygwin\bin\cyggettextsrc-0-14-1.dll - os=4.0 img=1.0 sys=4.0 "cyggettextsrc-0-14-1.dll" v0.0 ts=2004/7/6 10:56 79k 2004/09/07 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=2004/9/7 15:54 135k 2004/09/02 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=2004/9/2 11:21 564k 2004/10/16 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=2004/10/16 14:06 11k 2004/09/02 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=2004/9/2 11:23 11k 2004/10/16 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=2004/10/16 14:13 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 167k 2004/09/24 C:\cygwin\bin\cyggnomecanvas-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggnomecanvas-2-0.dll" v0.0 ts=2004/9/23 19:42 251k 2004/10/16 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=2004/10/16 14:11 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 10k 2004/09/02 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=2004/9/2 11:23 15k 2004/10/16 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=2004/10/16 14:13 2705k 2004/11/23 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=2004/11/22 18:06 527k 2004/10/12 C:\cygwin\bin\cygguile-12.dll - os=4.0 img=1.0 sys=4.0 "cygguile-12.dll" v0.0 ts=2004/10/12 7:28 640k 2004/10/12 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 17k 2004/10/12 C:\cygwin\bin\cygguile-ltdl-1.dll - os=4.0 img=1.0 sys=4.0 "cygguile-ltdl-1.dll" v0.0 ts=2004/10/12 4:22 5k 2004/10/12 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 68k 2004/10/12 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=2004/10/12 7:28 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 31k 2004/10/12 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=2004/10/12 7:28 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 12k 2004/10/12 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=2004/10/12 7:28 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 25k 2004/10/12 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 "cyghistory6.dll" v0.0 ts=2004/10/11 23:51 991k 2004/07/06 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2004/7/6 11:10 147k 2004/08/31 C:\cygwin\bin\cygIDL-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygIDL-2-0.dll" v0.0 ts=2004/8/30 19:00 22k 2001/12/13 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 54k 2004/07/06 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0 "cygintl-3.dll" v0.0 ts=2004/7/6 10:51 21k 2001/06/20 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 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 2004/06/04 C:\cygwin\bin\cyglcms-1.dll - os=4.0 img=1.0 sys=4.0 "cyglcms-1.dll" v0.0 ts=2004/6/4 7:00 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 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 26k 2004/09/22 C:\cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0 "cygltdl-3.dll" v0.0 ts=2004/9/21 23:50 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 144k 2004/08/29 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0 "cygmagic-1.dll" v0.0 ts=2004/8/29 13:25 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 22k 2004/10/10 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-8.dll" v0.0 ts=2004/10/10 1:33 26k 2001/04/25 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 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 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 74k 2004/10/10 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-8.dll" v0.0 ts=2004/10/10 1:33 156k 2001/04/25 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 216k 2004/10/10 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-8.dll" v0.0 ts=2004/10/10 1:25 226k 2001/04/25 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 92k 2004/07/10 C:\cygwin\bin\cygneon-24.dll - os=4.0 img=1.0 sys=4.0 "cygneon-24.dll" v0.0 ts=2004/7/10 8:37 49k 2004/08/02 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 304k 2004/10/11 C:\cygwin\bin\cygORBit-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygORBit-2-0.dll" v0.0 ts=2004/10/11 16:18 39k 2004/10/11 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=2004/10/11 16:28 18k 2004/10/11 C:\cygwin\bin\cygORBitCosNaming-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygORBitCosNaming-2-0.dll" v0.0 ts=2004/10/11 16:27 1706k 2004/08/02 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 13k 2004/10/10 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-8.dll" v0.0 ts=2004/10/10 1:32 15k 2001/04/25 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 200k 2004/09/20 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=2004/9/20 3:33 139k 2004/09/20 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=2004/9/20 7:12 35k 2004/09/20 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=2004/9/20 7:17 39k 2004/09/20 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=2004/9/20 7:11 19k 2004/09/20 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=2004/9/20 7:16 62k 2003/12/11 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcre-0.dll" v0.0 ts=2003/12/11 9:01 63k 2003/04/11 C:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0 "cygpcre.dll" v0.0 ts=2003/4/11 1:31 9k 2003/12/11 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix-0.dll" v0.0 ts=2003/12/11 9:01 61k 2003/04/11 C:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix.dll" v0.0 ts=2003/4/11 1:31 1061k 2004/08/19 C:\cygwin\bin\cygperl5_8_5.dll - os=4.0 img=1.0 sys=4.0 "cygperl5_8_5.dll" v0.0 ts=2004/8/19 10:54 168k 2003/08/10 C:\cygwin\bin\cygpng10.dll - os=4.0 img=1.0 sys=4.0 "cygpng10.dll" v0.0 ts=2003/8/10 15:31 173k 2003/08/10 C:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0 "cygpng12.dll" v0.0 ts=2003/8/10 15:35 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 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 144k 2004/10/12 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 "cygreadline6.dll" v0.0 ts=2004/10/11 23:51 672k 2003/12/25 C:\cygwin\bin\cygruby18.dll - os=4.0 img=1.0 sys=4.0 "cygruby18.dll" v0.0 ts=2003/12/25 4:33 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 171k 2004/12/11 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=2004/12/11 3:04 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 230k 2004/10/04 C:\cygwin\bin\cygt1-5.dll - os=4.0 img=1.0 sys=4.0 "cygt1-5.dll" v0.0 ts=2004/10/4 14:44 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 299k 2004/10/10 C:\cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiff-5.dll" v0.0 ts=2004/10/10 14:55 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 27k 2004/03/05 C:\cygwin\bin\cygungif-4.dll - os=4.0 img=1.0 sys=4.0 "cygungif-4.dll" v0.0 ts=2004/3/5 12:13 154k 2004/08/11 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 151k 2004/10/19 C:\cygwin\bin\cygwnck-1-4.dll - os=4.0 img=1.0 sys=4.0 "cygwnck-1-4.dll" v0.0 ts=2004/10/19 13:58 1242k 2004/11/13 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0 "cygxml2-2.dll" v0.0 ts=2004/11/13 15:28 201k 2004/09/19 C:\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0 "cygxslt-1.dll" v0.0 ts=2004/9/18 21:15 62k 2004/10/10 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2004/10/9 21:09 1114k 2004/11/10 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2004/11/10 5:34 Cygwin DLL version info: DLL version: 1.5.12 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 116 Shared data: 4 DLL identifier: cygwin1 Mount registry: 2 Cygnus registry name: Cygnus Solutions Cygwin registry name: Cygwin Program options name: Program Options Cygwin mount registry name: mounts v2 Cygdrive flags: cygdrive flags Cygdrive prefix: cygdrive prefix Cygdrive default prefix: Build date: Wed Nov 10 08:34:47 EST 2004 Shared id: cygwin1S4 243k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygdps-1.dll - os=4.0 img=1.0 sys=4.0 "cygdps-1.dll" v0.0 ts=2004/9/17 2:48 26k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygdpstk-1.dll - os=4.0 img=1.0 sys=4.0 "cygdpstk-1.dll" v0.0 ts=2004/9/17 2:48 28k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygDtPrint-1.dll - os=4.0 img=1.0 sys=4.0 "cygDtPrint-1.dll" v0.0 ts=2004/3/30 20:23 21k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontenc-1.dll" v0.0 ts=2004/9/17 2:53 36k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygFS-6.dll - os=4.0 img=1.0 sys=4.0 "cygFS-6.dll" v0.0 ts=2004/9/17 2:38 417k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0 "cygGL-1.dll" v0.0 ts=2004/9/17 2:45 439k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0 "cygGLU-1.dll" v0.0 ts=2004/9/17 2:47 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 75k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0 "cygICE-6.dll" v0.0 ts=2004/9/17 2:30 77k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0 "cygMrm-2.dll" v0.0 ts=2004/3/30 20:23 9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0 "cygoldX-6.dll" v0.0 ts=2004/9/17 2:29 1416k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0 "cygOSMesa-4.dll" v0.0 ts=2004/9/17 2:45 20k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygpsres-1.dll - os=4.0 img=1.0 sys=4.0 "cygpsres-1.dll" v0.0 ts=2004/9/17 2:49 30k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0 "cygSM-6.dll" v0.0 ts=2004/9/17 2:30 66k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0 "cygUil-2.dll" v0.0 ts=2004/3/30 20:23 876k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0 "cygX11-6.dll" v0.0 ts=2004/9/17 2:29 253k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-6.dll" v0.0 ts=2004/9/17 2:34 356k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-7.dll" v0.0 ts=2004/9/17 2:36 362k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-8.dll" v0.0 ts=2004/9/17 2:37 9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcomposite-1.dll" v0.0 ts=2004/9/17 2:51 30k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcursor-1.dll" v0.0 ts=2004/9/17 2:50 9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0 "cygXdamage-1.dll" v0.0 ts=2004/9/17 2:51 7k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXevie-1.dll - os=4.0 img=1.0 sys=4.0 "cygXevie-1.dll" v0.0 ts=2004/9/17 2:51 49k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0 "cygXext-6.dll" v0.0 ts=2004/9/17 2:30 16k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0 "cygXfixes-3.dll" v0.0 ts=2004/9/17 2:51 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 27k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0 "cygXi-6.dll" v0.0 ts=2004/9/17 2:37 125k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbfile-1.dll" v0.0 ts=2004/9/17 2:38 12k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygxkbui-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbui-1.dll" v0.0 ts=2004/9/17 2:38 1294k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0 "cygXm-2.dll" v0.0 ts=2004/3/30 20:20 76k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0 "cygXmu-6.dll" v0.0 ts=2004/9/17 2:32 11k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0 "cygXmuu-1.dll" v0.0 ts=2004/9/17 2:32 26k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXp-6.dll" v0.0 ts=2004/9/17 2:33 51k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-4.dll" v0.0 ts=2004/9/17 2:33 11k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0 "cygXrandr-2.dll" v0.0 ts=2004/9/17 2:50 28k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0 "cygXrender-1.dll" v0.0 ts=2004/9/17 2:49 8k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXRes-1.dll - os=4.0 img=1.0 sys=4.0 "cygXRes-1.dll" v0.0 ts=2004/9/17 2:50 282k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0 "cygXt-6.dll" v0.0 ts=2004/9/17 2:32 27k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0 "cygXTrap-6.dll" v0.0 ts=2004/9/17 2:50 17k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0 "cygXtst-6.dll" v0.0 ts=2004/9/17 2:37 Cygwin Package Information Last downloaded files to: C:\Documents and Settings\guyerb\Desktop\cygwin-dl Last downloaded files from: ftp://sources-redhat.mirror.redwire.net/pub/sources.redhat.com/cygwin Package Version _update-info-dir 00230-1 apr 0.9.5_2.0.52-1 apr-util 0.9.5_2.0.52-1 ash 20040127-1 astyle 1.15.3-3 atk 1.8.0-1 atk-devel 1.8.0-1 atk-doc 1.8.0-1 atk-runtime 1.8.0-1 autoconf 2.59-1 autoconf-devel 2.59-1 autoconf-stable 2.13-5 automake 1.7.9-1 automake-devel 1.9.2-1 automake-stable 1.4p6-2 base-files 3.1-4 base-passwd 2.1-1 bash 2.05b-16 binutils 20040725-2 bison 20030307-1 byacc 1.9-1 bzip2 1.0.2-6 c-client 2002e-3 cabextract 0.6-2 ccache 2.2-1 ccdoc 0.8.41-2 check 0.9.1-1 clear 1.0-1 clisp 2.33.1-1 cmake 2.0.5-1 cocom 0.995-1 compface 1.4-5 cppunit 1.9.14-1 cron 3.0.1-14 crypt 1.1-1 ctags 5.5-4 curl 7.11.1-1 curl-devel 7.11.1-1 cvs 1.11.17-1 cygipc 2.03-2 cygrunsrv 1.0-1 cygutils 1.2.5-1 cygwin 1.5.12-1 cygwin-doc 1.3-7 ddd 3.3.9-1 dejagnu 20021217-2 diffstat 1.37-1 diffutils 2.8.7-1 distcc 2.16-1 docbook-xml42 4.2-3 docbook-xsl 1.67.2-1 doxygen 1.2.18-1 dpkg 1.10.4-2 e2fsimage 0.2.0-1 e2fsprogs 1.35-2 editrights 1.01-1 ELFIO 1.0.0-1 exif 0.6.9-1 expat 1.95.8-1 expect 20030128-1 file 4.10-1 fileutils 4.1-2 findutils 4.2.10-5 flex 2.5.4a-3 fltk 1.1.4-2 fontconfig 2.2.2-1 freeglut 2.2.0-1 freetype2 2.1.5-1 gawk 3.1.4-3 gcc 3.3.3-3 gcc-ada 3.3.3-3 gcc-core 3.3.3-3 gcc-g++ 3.3.3-3 gcc-g77 3.3.3-3 gcc-gdc 3.3.3-3 gcc-gpc 3.3.3-3 gcc-java 3.3.3-3 gcc-mingw 20040810-1 gcc-mingw-ada 20040810-1 gcc-mingw-core 20040810-1 gcc-mingw-g++ 20040810-1 gcc-mingw-g77 20040810-1 gcc-mingw-gpc 20040810-1 gcc-mingw-java 20040810-1 gcc-mingw-objc 20040810-1 gcc-objc 3.3.3-3 gdb 20030919-1 gdbm 1.8.3-7 gettext 0.14.1-1 gettext-devel 0.14.1-1 glib 1.2.10-2 glib-devel 1.2.10-2 glib2 2.4.7-1 glib2-devel 2.4.7-1 glib2-runtime 2.4.7-1 gmp 4.1.4-2 gnome-common 2.8.0-1 gnuplot 4.0.0-1 gperf 2.7.2-1 GraphicsMagick 1.0.6-1 grep 2.5-1 groff 1.18.1-2 gtk+-devel 1.2.10-2 gtk-doc 1.2-1 gtk2-x11 2.4.13-1 gtk2-x11-devel 2.4.13-1 gtk2-x11-doc 2.4.13-1 gtk2-x11-runtime 2.4.13-1 guile 1.6.5-1 guile-devel 1.6.5-1 gzip 1.3.5-1 help2man 1.33.1-1 ImageMagick 6.0.4-1 indent 2.2.9-1 intltool 0.31.2-1 ioperm 0.4-1 jasper 1.701.0-1 jbigkit 1.5-3 jpeg 6b-11 lablgtk2 2.4.0-2 lcms 1.13-1 less 381-1 lesstif 0.93.94-2 libapr0 0.9.5_2.0.52-1 libaprutil0 0.9.5_2.0.52-1 libart_lgpl 2.3.16-1 libaudiofile-devel 0.2.6-2 libbz2_1 1.0.2-6 libcharset1 1.9.2-1 libcroco 0.5.1-2 libcroco06 0.6.0-1 libdb4.1 4.1.25-1 libdb4.2 4.2.52-1 libesound-devel 0.2.35-1 libexif 0.6.9-1 libfontconfig-devel 2.2.2-1 libfontconfig1 2.2.2-1 libfpx 1.2.0.9-1 libfreetype2-devel 2.1.5-1 libfreetype26 2.1.5-1 libgd2 2.0.28-1 libgdbm 1.8.0-5 libgdbm-devel 1.8.3-7 libgdbm3 1.8.3-3 libgdbm4 1.8.3-7 libgettextpo0 0.14.1-1 libglade2 2.4.0-1 libgnomecanvas2 2.8.0-1 libGraphicsMagick-devel 1.0.6-1 libGraphicsMagick0 1.0.6-1 libguile12 1.6.5-1 libguile16 1.7.1.20041006-1 libiconv 1.9.2-1 libiconv2 1.9.2-1 libIDL 0.8.3-2 libintl 0.10.38-3 libintl1 0.10.40-1 libintl2 0.12.1-3 libintl3 0.14.1-1 libjpeg62 6b-11 libjpeg6b 6b-8 libkpathsea3 2.0.2-15 libltdl3 1.5.10-1 libltdl6 1.9f_20041024-1 libMagick-devel 6.0.4-1 libMagick6 6.0.4-1 libncurses-devel 5.4-1 libncurses5 5.2-1 libncurses6 5.2-8 libncurses7 5.3-4 libncurses8 5.4-1 libneon24 0.24.7-1 libopenldap2 2.1.25-1 libpcre 4.1-1 libpcre0 4.5-1 libpng 1.2.5-4 libpng10 1.0.15-4 libpng10-devel 1.0.15-4 libpng12 1.2.5-4 libpng12-devel 1.2.5-4 libpopt0 1.6.4-4 libreadline4 4.1-2 libreadline5 4.3-5 libreadline6 5.0-1 libsmi 0.4.2-1 libtiff-devel 3.7.0beta2-1 libtiff4 3.6.0-5 libtiff5 3.7.0beta2-1 libtool 1.5b-1 libtool-devel 1.5.10-1 libtool-stable 1.4.3-2 libungif 4.1.0-3 libwnck 2.8.1-1 libXft 2.1.6-1 libXft-devel 2.1.6-1 libXft1 1.0.0-1 libXft2 2.1.6-1 libxml2 2.6.16-1 libxslt 1.1.10-1 links 0.99pre14-1 login 1.9-7 m4 1.4.2-1 make 3.80-1 man 1.5o1-1 mc 4.6.1-1 mingw-runtime 3.5-1 minires 1.00-1 minires-devel 1.00-1 mktemp 1.5-3 nasm 0.98.38-1 ncurses 5.4-1 neon 0.24.7-1 netcat 1.10-2 ocaml 3.08.1-1 openjade 1.3.3-1 OpenSP 1.5.1-1 openssh 3.9p1-2 openssl 0.9.7e-1 openssl-devel 0.9.7e-1 ORBit2 2.12.0-1 ORBit2-devel 2.12.0-1 pango 1.6.0-1 pango-devel 1.6.0-1 pango-doc 1.6.0-1 pango-runtime 1.6.0-1 patch 2.5.8-8 patchutils 0.2.30-1 pcre 4.5-1 pcre-devel 4.5-1 pcre-doc 4.5-1 perl 5.8.5-3 pkgconfig 0.15.0-4 popt 1.6.4-4 postgresql 7.4.5-1 python 2.4-1 rcs 5.7-3 readline 5.0-1 rsync 2.6.3-1 ruby 1.8.1-1 sed 4.1.2-1 sh-utils 2.0.15-4 splint 3.1.1-1 startup-notification 0.8-1 subversion 1.1.1-1 subversion-devel 1.1.1-1 SWI-Prolog 5.2.6-1 swig 1.3.19-1 t1lib 5.0.2-1 tar 1.13.25-5 tcltk 20030901-1 tcm 2.20-1 termcap 20021106-2 terminfo 5.4_20041009-1 tetex-devel 2.0.2-15 texinfo 4.2-4 textutils 2.0.21-1 tidy 041206-1 tiff 3.7.0beta2-1 unzip 5.50-5 uw-imap 2002e-3 vim 6.3-1 w32api 3.1-1 wget 1.9.1-1 which 1.5-2 WindowMaker 0.90.0-1 wtf 0.0.4-6 X-start-menu-icons 1.0.3-2 X-startup-scripts 1.0.10-2 xemacs 21.4.15-1 xemacs-emacs-common 21.4.15-1 xemacs-sumo 2004-08-18-1 xemacs-tags 21.4.15-1 xerces-c-devel 2.5.0-1 xmlto 0.0.18-1 xorg-x11-base 6.8.1.0-1 xorg-x11-bin 6.8.1.0-2 xorg-x11-bin-dlls 6.8.1.0-1 xorg-x11-bin-lndir 6.8.1.0-1 xorg-x11-devel 6.8.1.0-1 xorg-x11-etc 6.8.1.0-1 xorg-x11-f100 6.8.1.0-3 xorg-x11-fcyr 6.8.1.0-2 xorg-x11-fenc 6.8.1.0-2 xorg-x11-fnts 6.8.1.0-3 xorg-x11-fscl 6.8.1.0-2 xorg-x11-fsrv 6.8.1.0-1 xorg-x11-libs-data 6.8.1.0-1 xorg-x11-xwin 6.8.1.0-8 xterm 196-1 zip 2.3-6 zlib 1.2.2-1 Use -h to see help about each section From schussman@slac.stanford.edu Mon Dec 20 06:21:00 2004 From: schussman@slac.stanford.edu (Greg Schussman) Date: Mon, 20 Dec 2004 06:21:00 -0000 Subject: Full install on XP hangs at /etc/X11/abb-defaults/Bitmap Message-ID: <41C66F86.4060508@slac.stanford.edu> Hi. I've just tried to do a full install of cygwin/X on Windows XP. The install hangs at 90%, saying: Installing xorgx-x11-etc-6.8.180.1 /etc/X11/app-defaults/Bitmap When I look at the file structure, etc/X11/app-defaults is a file, not a directory. Perhaps this is the problem (how can one write to app-defaults/Bitmap if app-defaults is not a directory)? But I think this raises several other things which might benefit from fixing as well. 1) Instead of hanging, whatever is trying to do this write should be able to detect that there is a problem and report a meaningful error message. 2) It would probably be a good idea to test doing a full install on at least the most popular operating systems, especially Windows XP. That way, this sort of problem doesn't scare away potential new members of the cygwin/X user base, and doesn't generate negative P.R for the project. Thanks! Greg From Dr.Volker.Zell@oracle.com Mon Dec 20 08:15:00 2004 From: Dr.Volker.Zell@oracle.com (Dr. Volker Zell) Date: Mon, 20 Dec 2004 08:15:00 -0000 Subject: IBM T42 laptop, font display problem In-Reply-To: (Guy C. Erb's message of "Sun, 19 Dec 2004 22:17:27 -0800") References: Message-ID: <87llbt4c7l.fsf@vzell-de.de.oracle.com> >>>>> Guy C Erb writes: > Hi > I am having a problem with font display using Xemacs under Cygwin/X on > my IBM T42 @ 1400x1050 (cygcheck output below). I generally use 12 pt > Courier for writing code but it is very jaggy on my Cygwin/X > install. I have tried most of the fonts and most of the sizes in the > Xemacs menu and they all have the same (or similar) issue, the font > *Fixed* is the least-worst and is what I am limping along with. When > I ssh into the T42 from my 15" PowerBook, I also see the > jaggies. When I ssh in from a Linux box using a CRT, then everything > looks okay. So, possibly I am dealing with a LCD versus CRT issue. I > have not had much luck *googling* the answer. > If anyone has any thoughts or can point me in the right direction, I > would greatly appreciate it. I have this in my $HOME/.xserverrc exec X -ac -nodecoration -rootless -nowinkill -clipboard -fp /usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,..... ^^^^^^^^^ and from my $HOME/.xinitrc I start xemacs with the following line: /usr/bin/xemacs -geometry 137x28+0-3 & >From the menubar I use: Options -> Fonts -> Courier Looks fine here. Without the :unscaled I also dislike the font appearance. Hope it helps Volker From alexander.gottwald@s1999.tu-chemnitz.de Mon Dec 20 09:40:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 20 Dec 2004 09:40:00 -0000 Subject: Full install on XP hangs at /etc/X11/abb-defaults/Bitmap In-Reply-To: <41C66F86.4060508@slac.stanford.edu> References: <41C66F86.4060508@slac.stanford.edu> Message-ID: On Sun, 19 Dec 2004, Greg Schussman wrote: > Hi. > > I've just tried to do a full install of cygwin/X on Windows XP. The > install hangs at 90%, saying: > > Installing > > xorgx-x11-etc-6.8.180.1 > > /etc/X11/app-defaults/Bitmap > > > When I look at the file structure, etc/X11/app-defaults is a file, not > a directory. Perhaps this is the problem (how can one write to > app-defaults/Bitmap if app-defaults is not a directory)? This is really strange. Did you have anything from cygwin installed before? I could not find any cygwin package which does not create /etc/X11/app-defaults as file instead of a directory. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From guyerb@mac.com Mon Dec 20 20:47:00 2004 From: guyerb@mac.com (Guy C Erb) Date: Mon, 20 Dec 2004 20:47:00 -0000 Subject: IBM T42 laptop, font display problem In-Reply-To: <87llbt4c7l.fsf@vzell-de.de.oracle.com> References: <87llbt4c7l.fsf@vzell-de.de.oracle.com> Message-ID: <507E4C24-52C8-11D9-A545-000D9347DD70@mac.com> On Dec 20, 2004, at 12:15 AM, Dr. Volker Zell wrote: >>>>>> Guy C Erb writes: > >> Hi > >> I am having a problem with font display using Xemacs under Cygwin/X on >> my IBM T42 > I have this in my $HOME/.xserverrc > > exec X -ac -nodecoration -rootless -nowinkill -clipboard -fp > /usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/ > 100dpi/:unscaled,..... > Thanks, that cleaned things up nicely. Fonts look great. regards Guy > Hope it helps > Volker > From bkeenerReMoVeAnTiSpAm@thesoftwaresource.com Mon Dec 20 21:06:00 2004 From: bkeenerReMoVeAnTiSpAm@thesoftwaresource.com (Brian Keener) Date: Mon, 20 Dec 2004 21:06:00 -0000 Subject: Full install on XP hangs at /etc/X11/abb-defaults/Bitmap In-Reply-To: <41C66F86.4060508@slac.stanford.edu> References: <41C66F86.4060508@slac.stanford.edu> Message-ID: Is this not the same hang that has been address here and in the Cygwin List and the cygwin-apps list. If so please see other threads on this same subject in the mailing list archives and the cygwin list archives and if it is then the fix (for now) as posted many times is break the install into 2 steps: first install only the base packages and then install eveything else. bk From cgf-no-personal-reply-please@cygwin.com Mon Dec 20 21:17:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Mon, 20 Dec 2004 21:17:00 -0000 Subject: Full install on XP hangs at /etc/X11/abb-defaults/Bitmap In-Reply-To: References: <41C66F86.4060508@slac.stanford.edu> Message-ID: <20041220211903.GE8055@trixie.casa.cgf.cx> On Mon, Dec 20, 2004 at 04:02:33PM -0500, Brian Keener wrote: >Is this not the same hang that has been address here and in the Cygwin List and >the cygwin-apps list. If so please see other threads on this same subject in >the mailing list archives and the cygwin list archives and if it is then the >fix (for now) as posted many times is break the install into 2 steps: > >first install only the base packages >and then install eveything else. If /etc/X11/app-defaults is really being created as a file instead of a directory, this is the first that I've heard of it. It would be very interesting to hear why that is. But, then, maybe if we implemented that idea of not allowing setup.exe to have any bugs, or to at least have it issue an error before it was about to hit a bug, we'd be further down the line to fixing this. Just a suggestion. cgf From kumarchi@comcast.net Tue Dec 21 11:40:00 2004 From: kumarchi@comcast.net (kumarchi@comcast.net) Date: Tue, 21 Dec 2004 11:40:00 -0000 Subject: xwin hangs at startup - no xterm display Message-ID: <122120041139.2358.41C80B89000D32C000000936220700164107080C9D0E039A05@comcast.net> hello: my xwin used to work. but now it does not work. when I do /usr/X11R6/bin/startxwin.sh it simplly hangs. No xterm. I removed old cygwin installation and replaced with complete new install. still the same behavior. iany clues? thanx From alexander.gottwald@s1999.tu-chemnitz.de Tue Dec 21 12:00:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 21 Dec 2004 12:00:00 -0000 Subject: xwin hangs at startup - no xterm display In-Reply-To: <122120041139.2358.41C80B89000D32C000000936220700164107080C9D0E039A05@comcast.net> References: <122120041139.2358.41C80B89000D32C000000936220700164107080C9D0E039A05@comcast.net> Message-ID: On Tue, 21 Dec 2004 kumarchi@comcast.net wrote: > hello: > my xwin used to work. but now it does not work. > > when I do > /usr/X11R6/bin/startxwin.sh > > it simplly hangs. No xterm. > > I removed old cygwin installation and replaced with complete new install. > still the same behavior. > > iany clues? /tmp/XWin.log may help. Maybe you have ZoneAlarm installed? bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From kumarchi@comcast.net Tue Dec 21 13:58:00 2004 From: kumarchi@comcast.net (kumarchi@comcast.net) Date: Tue, 21 Dec 2004 13:58:00 -0000 Subject: xwin hangs at startup - no xterm display Message-ID: <122120041357.3275.41C82BC8000EC07600000CCB220073474807080C9D0E039A05@comcast.net> I do not zonealarm but windows sp2. the behavior is the same even when I turn the built in firewall off I get the following error in XWin.log _XSERVTransmkdir: ERROR: euid != 0, directory /tmp/.X11-unix will not be created > hello: > my xwin used to work. but now it does not work. > > when I do > /usr/X11R6/bin/startxwin.sh > > it simplly hangs. No xterm. > > I removed old cygwin installation and replaced with complete new install. > still the same behavior. > > iany clues? /tmp/XWin.log may help. Maybe y do u have ZoneAlarm installed? From Alexander.Gottwald@s1999.tu-chemnitz.de Tue Dec 21 23:30:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 21 Dec 2004 23:30:00 -0000 Subject: xwin hangs at startup - no xterm display In-Reply-To: <122120041357.3275.41C82BC8000EC07600000CCB220073474807080C9D0E039A05@comcast.net> References: <122120041357.3275.41C82BC8000EC07600000CCB220073474807080C9D0E039A05@comcast.net> Message-ID: kumarchi@comcast.net wrote: > I do not zonealarm but windows sp2. the behavior is the same even when I turn the built in firewall off > > I get the following error in XWin.log > > _XSERVTransmkdir: ERROR: euid != 0, directory /tmp/.X11-unix will not be created The FAQ states this is not an error at all (although it is labeled so). More important is the full logfile. bye ago NP: Funker Vogt - History (Timeless Decay mix by Icon of Coil) -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From smag@physic.uzsci.net Wed Dec 22 04:17:00 2004 From: smag@physic.uzsci.net (Smagul) Date: Wed, 22 Dec 2004 04:17:00 -0000 Subject: "Can't open display - Failed initializing GUI, exiting" Message-ID: <001d01c4e7dc$f9bf4620$e8dafea9@uzsci.net> Dear cygwin-xfree people, I am trying to compile xmgrace and to run under Cygwin. I have already compiled it successfully on my PC with my WindowsME. However, I could not get it to run on Cygwin. When I type xmgrace, am getting ERROR message "Can't open display - Failed initializing GUI, exiting" Then I did $ export DISPLAY=:0 and typed xmgrace. I again get the same error message. What is the problem? How can I fix it? Below is the cygcheck.out file, which I got by typing "cygcheck -s -v -r cygcheck.out thanks Smagul Karazhanov ********************************************* Cygwin Configuration Diagnostics Current System Time: Thu Dec 16 11:16:49 2004 Windows ME Ver 4.90 Build 3000 Path: C:\cygwin\usr\local\bin C:\cygwin\bin C:\cygwin\bin C:\cygwin\usr\X11R6\bin c:\MSDEV\BIN c:\texmf\miktex\bin c:\WINDOWS c:\WINDOWS\COMMAND c:\VC c:\Emtex96\bin c:\Emtex96\TEX c:\TOOLS\qq c:\TOOLS\ARCHIV c:\TOOLS\RUSSIAN Output from C:\cygwin\bin\id.exe (nontsec) UID: 818(smag) GID: 544(all) 544(all) Output from C:\cygwin\bin\id.exe (ntsec) UID: 818(smag) GID: 544(all) 544(all) SysDir: C:\WINDOWS\SYSTEM WinDir: C:\WINDOWS CYGWIN = `NONTSEC' HOME = `C:\Smagul\Science\Oslo\' MAKE_MODE = `unix' PWD = `/cygdrive/c/Smagul/Science/Oslo' USER = `smag' BLASTER = `A220 I5 D1 T4 P330' CMDLINE = `bash --login -i' COMSPEC = `C:\WINDOWS\COMMAND.COM' CVS_RSH = `/bin/ssh' DVIDRVFONTS = `c:\emtex96\fonts' EMTEXDIR = `c:\emtex96' HOSTNAME = `Smagul1' INCLUDE = `C:\MSDEV\INCLUDE;"C:\MSDEV\INCLUDE;"""' INFOPATH = `/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/aut otool/stable/info:' LIB = `C:\MSDEV\LIB;"C:\MSDEV\LIB;"""' MAKE MODE = `UNIX' MANPATH = `/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man::/usr/ssl/ma n:/usr/X11R6/man' MFJOBOPT = `/3' OLDPWD = `/usr/bin' PKG_CONFIG_PATH = `/usr/X11R6/lib/pkgconfig' PRINTER = `' PROMPT = `$p$g' PS1 = `\[\033]0;\w\007 \033[32m\]\u@\h \[\033[33m\w\033[0m\] $ ' SHELL = `/bin/bash' SHLVL = `1' SYSTEMROOT = `C:\WINDOWS' TEMP = `C:\TEMP' TERM = `cygwin' TEXMF = `{/usr/share/lilypond/2.2.5,/usr/share/texmf}' TMP = `C:\TEMP' WINBOOTDIR = `C:\WINDOWS' WINDIR = `C:\WINDOWS' _ = `/usr/bin/cygcheck' POSIXLY_CORRECT = `1' HKEY_CURRENT_USER\SOFTWARE\Microsoft\Ftp\Accounts\ftp.cygnus.com (default) = `smag' Login Attributes = 0x00000006 HKEY_CURRENT_USER\SOFTWARE\Microsoft\Ftp\Accounts\ftp.cygnus.com\smag (default) = `' HKEY_CURRENT_USER\SOFTWARE\Cygnus Solutions HKEY_CURRENT_USER\SOFTWARE\Cygnus Solutions\Cygwin HKEY_CURRENT_USER\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 (default) = `/cygdrive' cygdrive flags = 0x00000022 HKEY_CURRENT_USER\SOFTWARE\Cygnus Solutions\Cygwin\Program Options HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 (default) = `/cygdrive' cygdrive flags = 0x00000022 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ (default) = `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\Program Options a: fd N/A N/A c: hd FAT32 38152Mb 74% CP UN d: cd N/A N/A . /cygdrive user binmode,cygdrive C:\cygwin / system binmode C:\cygwin/bin /usr/bin system binmode C:\cygwin/lib /usr/lib 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\find.exe Found: c:\WINDOWS\COMMAND\find.exe Warning: C:\cygwin\bin\find.exe hides c:\WINDOWS\COMMAND\find.exe Found: C:\cygwin\bin\gcc.exe Found: C:\cygwin\bin\gdb.exe Found: C:\cygwin\bin\grep.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\rm.exe Found: C:\cygwin\bin\sed.exe Found: C:\cygwin\bin\sh.exe Found: C:\cygwin\bin\tar.exe 330k 2004/02/09 C:\cygwin\bin\cyghttpd.dll - os=4.0 img=1.0 sys=4.0 "cyghttpd.dll" v0.0 ts=2004/2/9 23:14 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/27 6:07 336k 2004/10/27 C:\cygwin\bin\cygbonobo-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygbonobo-2-0.dll" v0.0 ts=2004/10/27 12:43 227k 2004/10/24 C:\cygwin\bin\cygclamav-1.dll - os=4.0 img=1.0 sys=4.0 "cygclamav-1.dll" v0.0 ts=2004/10/24 20:58 72k 2004/10/27 C:\cygwin\bin\cygbonobo-activation-4.dll - os=4.0 img=1.0 sys=4.0 "cygbonobo-activation-4.dll" v0.0 ts=2004/10/27 4:19 18k 2004/07/06 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 "cygcharset-1.dll" v0.0 ts=2004/7/6 23:09 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 19:51 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 12:57 617k 2004/03/22 C:\cygwin\bin\cygcurl-2.dll - os=4.0 img=1.0 sys=4.0 "cygcurl-2.dll" v0.0 ts=2004/3/22 20:52 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/10 7:48 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 13:34 144k 2004/08/29 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0 "cygmagic-1.dll" v0.0 ts=2004/8/30 1:25 260k 2004/10/26 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=2004/10/27 3:09 123k 2004/09/29 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=2004/9/30 4:16 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/27 6:29 195k 2004/11/23 C:\cygwin\bin\cyggconf-2-4.dll - os=4.0 img=1.0 sys=4.0 "cyggconf-2-4.dll" v0.0 ts=2004/11/24 3:38 135k 2004/09/02 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=2004/9/2 23:21 11k 2004/09/02 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=2004/9/2 23:23 10k 2004/09/02 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=2004/9/2 23:23 564k 2004/10/16 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=2004/10/17 2:06 11k 2004/10/16 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=2004/10/17 2:13 251k 2004/10/16 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=2004/10/17 2:11 15k 2004/10/16 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=2004/10/17 2:13 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 12: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 12:40 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 12: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 12:47 32k 2004/09/29 C:\cygwin\bin\cyggnome-keyring-0.dll - os=4.0 img=1.0 sys=4.0 "cyggnome-keyring-0.dll" v0.0 ts=2004/9/29 11:27 403k 2004/10/27 C:\cygwin\bin\cyggnomevfs-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggnomevfs-2-0.dll" v0.0 ts=2004/10/28 2:29 1378k 2004/08/22 C:\cygwin\bin\cyggsl-0.dll - os=4.0 img=1.0 sys=4.0 "cyggsl-0.dll" v0.0 ts=2004/8/22 17:22 184k 2004/08/22 C:\cygwin\bin\cyggslcblas-0.dll - os=4.0 img=1.0 sys=4.0 "cyggslcblas-0.dll" v0.0 ts=2004/8/22 17:04 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 23:31 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 23:44 394k 2004/11/23 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=2004/11/23 6:16 79k 2004/11/23 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=2004/11/23 5:57 56k 2004/11/23 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=2004/11/23 7:42 2705k 2004/11/23 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=2004/11/23 7:06 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/18 0: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 20: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/11 4:58 156k 2004/06/04 C:\cygwin\bin\cyglcms-1.dll - os=4.0 img=1.0 sys=4.0 "cyglcms-1.dll" v0.0 ts=2004/6/4 19:00 91k 2004/11/01 C:\cygwin\bin\cygapr-0-0.dll - os=4.0 img=1.0 sys=4.0 "cygapr-0-0.dll" v0.0 ts=2004/11/1 21:45 67k 2004/11/01 C:\cygwin\bin\cygaprutil-0-0.dll - os=4.0 img=1.0 sys=4.0 "cygaprutil-0-0.dll" v0.0 ts=2004/11/1 21:48 77k 2004/06/04 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=2004/6/4 15:20 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 17:32 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/2 8:38 55k 2004/09/14 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2004/9/14 9:16 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 13:53 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/11 5:12 907k 2004/06/09 C:\cygwin\bin\cygfpx-1.dll - os=4.0 img=1.0 sys=4.0 "cygfpx-1.dll" v0.0 ts=2004/6/9 13:35 214k 2004/09/21 C:\cygwin\bin\cyggd-2.dll - os=4.0 img=1.0 sys=4.0 "cyggd-2.dll" v0.0 ts=2004/9/21 20:08 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/20 8:05 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 12:58 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 13:00 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/11 7:12 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/11 7:13 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/11 4:55 17k 2004/07/06 C:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0 "cyggettextpo-0.dll" v0.0 ts=2004/7/6 22:56 107k 2004/07/06 C:\cygwin\bin\cyggettextlib-0-14-1.dll - os=4.0 img=1.0 sys=4.0 "cyggettextlib-0-14-1.dll" v0.0 ts=2004/7/6 22:56 190k 2004/07/06 C:\cygwin\bin\cyggettextsrc-0-14-1.dll - os=4.0 img=1.0 sys=4.0 "cyggettextsrc-0-14-1.dll" v0.0 ts=2004/7/6 22:56 79k 2004/09/07 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=2004/9/8 3:54 76k 2004/10/28 C:\cygwin\bin\cyggnome-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggnome-2-0.dll" v0.0 ts=2004/10/29 2:06 167k 2004/09/24 C:\cygwin\bin\cyggnomecanvas-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggnomecanvas-2-0.dll" v0.0 ts=2004/9/24 7:42 377k 2004/11/04 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=2004/11/4 7:53 158k 2004/10/04 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=2004/10/4 7:57 13k 2004/09/29 C:\cygwin\bin\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0 "cyggpg-error-0.dll" v0.0 ts=2004/9/30 4:12 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 13: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 13:46 527k 2004/10/12 C:\cygwin\bin\cygguile-12.dll - os=4.0 img=1.0 sys=4.0 "cygguile-12.dll" v0.0 ts=2004/10/12 19:28 17k 2004/10/12 C:\cygwin\bin\cygguile-ltdl-1.dll - os=4.0 img=1.0 sys=4.0 "cygguile-ltdl-1.dll" v0.0 ts=2004/10/12 16:22 12k 2004/10/12 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=2004/10/12 19:28 68k 2004/10/12 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=2004/10/12 19:28 31k 2004/10/12 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=2004/10/12 19:28 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 19:42 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 16:02 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 19:42 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 19:43 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 19:42 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 19:42 991k 2004/07/06 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2004/7/6 23:10 147k 2004/08/31 C:\cygwin\bin\cygIDL-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygIDL-2-0.dll" v0.0 ts=2004/8/31 7:00 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 22:09 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 14: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/11 2:50 54k 2004/07/06 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0 "cygintl-3.dll" v0.0 ts=2004/7/6 22:51 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/11 5: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/9 10: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 22:32 26k 2004/09/22 C:\cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0 "cygltdl-3.dll" v0.0 ts=2004/9/22 11:50 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 12:59 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 12:59 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/11 11: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/11 10:37 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/11 11:04 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/25 10:28 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/25 10:27 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/25 10:29 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/25 10:17 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/25 10:27 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/9 11:03 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/9 11:03 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/9 11:03 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/9 11:03 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/9 11: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 14:25 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 14:25 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 14:24 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 14:24 40k 2004/10/10 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0 "cygform-8.dll" v0.0 ts=2004/10/10 13:33 22k 2004/10/10 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-8.dll" v0.0 ts=2004/10/10 13:33 74k 2004/10/10 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-8.dll" v0.0 ts=2004/10/10 13:33 216k 2004/10/10 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-8.dll" v0.0 ts=2004/10/10 13:25 13k 2004/10/10 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-8.dll" v0.0 ts=2004/10/10 13:32 41k 2004/10/14 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=2004/10/14 13:28 180k 2004/10/14 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=2004/10/14 13:35 191k 2004/10/14 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=2004/10/14 13:35 63k 2003/04/11 C:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0 "cygpcre.dll" v0.0 ts=2003/4/11 13:31 61k 2003/04/11 C:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix.dll" v0.0 ts=2003/4/11 13:31 62k 2003/12/11 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcre-0.dll" v0.0 ts=2003/12/11 22:01 9k 2003/12/11 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix-0.dll" v0.0 ts=2003/12/11 22:01 168k 2003/08/10 C:\cygwin\bin\cygpng10.dll - os=4.0 img=1.0 sys=4.0 "cygpng10.dll" v0.0 ts=2003/8/11 3:31 173k 2003/08/10 C:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0 "cygpng12.dll" v0.0 ts=2003/8/11 3:35 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/21 6: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/9 10:45 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/11 3:57 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/7 9:34 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/7 9: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/11 4:16 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/11 4:16 25k 2004/10/12 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 "cyghistory6.dll" v0.0 ts=2004/10/12 11:51 144k 2004/10/12 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 "cygreadline6.dll" v0.0 ts=2004/10/12 11:51 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/14 3: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/13 5:57 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/24 9: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/11 7:32 299k 2004/10/10 C:\cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiff-5.dll" v0.0 ts=2004/10/11 2:55 27k 2004/03/05 C:\cygwin\bin\cygungif-4.dll - os=4.0 img=1.0 sys=4.0 "cygungif-4.dll" v0.0 ts=2004/3/6 1:13 1242k 2004/11/13 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0 "cygxml2-2.dll" v0.0 ts=2004/11/14 4:28 186k 2004/10/05 C:\cygwin\bin\cygmhash-2.dll - os=4.0 img=1.0 sys=4.0 "cygmhash-2.dll" v0.0 ts=2004/10/5 23:17 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/23 1:28 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 20:41 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 21: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 21:07 846k 2004/12/11 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=2004/12/11 16:04 171k 2004/12/11 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=2004/12/11 16:04 304k 2004/10/11 C:\cygwin\bin\cygORBit-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygORBit-2-0.dll" v0.0 ts=2004/10/12 4:18 39k 2004/10/11 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=2004/10/12 4:28 18k 2004/10/11 C:\cygwin\bin\cygORBitCosNaming-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygORBitCosNaming-2-0.dll" v0.0 ts=2004/10/12 4:27 200k 2004/09/20 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=2004/9/20 15:33 139k 2004/09/20 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=2004/9/20 19:12 35k 2004/09/20 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=2004/9/20 19:17 39k 2004/09/20 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=2004/9/20 19:11 19k 2004/09/20 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=2004/9/20 19:16 1061k 2004/08/19 C:\cygwin\bin\cygperl5_8_5.dll - os=4.0 img=1.0 sys=4.0 "cygperl5_8_5.dll" v0.0 ts=2004/8/19 22:54 66k 2001/11/20 C:\cygwin\bin\cygregex.dll - os=4.0 img=1.0 sys=4.0 "cygregex.dll" v0.0 ts=2001/11/20 19:44 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/15 8:59 62k 2004/10/10 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2004/10/10 9:09 230k 2004/10/04 C:\cygwin\bin\cygt1-5.dll - os=4.0 img=1.0 sys=4.0 "cygt1-5.dll" v0.0 ts=2004/10/5 2:44 18k 2004/10/04 C:\cygwin\bin\cygt1x-5.dll - os=4.0 img=1.0 sys=4.0 "cygt1x-5.dll" v0.0 ts=2004/10/5 2:44 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 22:48 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/5 2: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/5 2: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/5 2: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/5 2:58 425k 2004/10/29 C:\cygwin\bin\cygbonoboui-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygbonoboui-2-0.dll" v0.0 ts=2004/10/29 4:12 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 20:31 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 20:35 28k 2004/08/15 C:\cygwin\bin\cygesd-0.dll - os=4.0 img=1.0 sys=4.0 "cygesd-0.dll" v0.0 ts=2004/8/16 4:31 361k 2003/10/25 C:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-6.dll" v0.0 ts=2003/10/22 9:18 323k 2004/09/30 C:\cygwin\bin\cyggcrypt-11.dll - os=4.0 img=1.0 sys=4.0 "cyggcrypt-11.dll" v0.0 ts=2004/9/30 22:00 541k 2004/10/29 C:\cygwin\bin\cyggnomeui-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggnomeui-2-0.dll" v0.0 ts=2004/10/29 14:30 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 15:35 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 15:35 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 15:35 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 15:35 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 19:54 323k 2004/08/10 C:\cygwin\bin\cygmng-1.dll - os=4.0 img=1.0 sys=4.0 "cygmng-1.dll" v0.0 ts=2004/8/11 0:45 92k 2004/07/10 C:\cygwin\bin\cygneon-24.dll - os=4.0 img=1.0 sys=4.0 "cygneon-24.dll" v0.0 ts=2004/7/10 20:37 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 16:11 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 16:27 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 16:27 293k 2004/06/08 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=2004/6/8 15:49 101k 2004/06/08 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=2004/6/8 15:46 151k 2004/10/19 C:\cygwin\bin\cygwnck-1-4.dll - os=4.0 img=1.0 sys=4.0 "cygwnck-1-4.dll" v0.0 ts=2004/10/20 1:58 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/16 9: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 23: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/12 7: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/17 0: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/21 11:49 73k 2004/09/19 C:\cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0 "cygexslt-0.dll" v0.0 ts=2004/9/19 9:24 201k 2004/09/19 C:\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0 "cygxslt-1.dll" v0.0 ts=2004/9/19 9:15 101k 2004/09/18 C:\cygwin\bin\cyglightcomp.dll - os=4.0 img=1.0 sys=4.0 "cyglightcomp.dll" v0.0 ts=2004/9/19 0:39 882k 2004/09/13 C:\cygwin\bin\cygnaim_core-0.dll - os=4.0 img=1.0 sys=4.0 "cygnaim_core-0.dll" v0.0 ts=2004/9/13 23:04 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 21:24 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 21:25 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/21 2:51 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/21 2:53 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 19:34 50k 2003/08/09 C:\cygwin\bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-noX4.dll" v0.0 ts=2003/8/9 12:21 54k 2003/08/09 C:\cygwin\bin\cygXpm-X4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-X4.dll" v0.0 ts=2003/8/9 12:22 1114k 2004/11/10 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2004/11/10 18:34 Cygwin DLL version info: DLL version: 1.5.12 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 116 Shared data: 4 DLL identifier: cygwin1 Mount registry: 2 Cygnus registry name: Cygnus Solutions Cygwin registry name: Cygwin Program options name: Program Options Cygwin mount registry name: mounts v2 Cygdrive flags: cygdrive flags Cygdrive prefix: cygdrive prefix Cygdrive default prefix: Build date: Wed Nov 10 08:34:47 EST 2004 Shared id: cygwin1S4 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 19:43 28k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygDtPrint-1.dll - os=4.0 img=1.0 sys=4.0 "cygDtPrint-1.dll" v0.0 ts=2004/3/31 9:23 77k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0 "cygMrm-2.dll" v0.0 ts=2004/3/31 9:23 66k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0 "cygUil-2.dll" v0.0 ts=2004/3/31 9:23 1294k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0 "cygXm-2.dll" v0.0 ts=2004/3/31 9:20 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/24 3:20 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/14 3:17 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/18 11:44 459k 2004/02/10 C:\cygwin\usr\X11R6\bin\cygXmHTML-0.dll - os=4.0 img=1.0 sys=4.0 "cygXmHTML-0.dll" v0.0 ts=2004/2/11 1:14 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/18 6:42 36k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygFS-6.dll - os=4.0 img=1.0 sys=4.0 "cygFS-6.dll" v0.0 ts=2004/9/17 14:38 417k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0 "cygGL-1.dll" v0.0 ts=2004/9/17 14:45 439k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0 "cygGLU-1.dll" v0.0 ts=2004/9/17 14:47 75k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0 "cygICE-6.dll" v0.0 ts=2004/9/17 14:30 1416k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0 "cygOSMesa-4.dll" v0.0 ts=2004/9/17 14:45 30k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0 "cygSM-6.dll" v0.0 ts=2004/9/17 14:30 876k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0 "cygX11-6.dll" v0.0 ts=2004/9/17 14:29 8k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXRes-1.dll - os=4.0 img=1.0 sys=4.0 "cygXRes-1.dll" v0.0 ts=2004/9/17 14:50 27k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0 "cygXTrap-6.dll" v0.0 ts=2004/9/17 14:50 253k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-6.dll" v0.0 ts=2004/9/17 14:34 356k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-7.dll" v0.0 ts=2004/9/17 14:36 362k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-8.dll" v0.0 ts=2004/9/17 14:37 9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcomposite-1.dll" v0.0 ts=2004/9/17 14:51 30k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcursor-1.dll" v0.0 ts=2004/9/17 14:50 9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0 "cygXdamage-1.dll" v0.0 ts=2004/9/17 14:51 7k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXevie-1.dll - os=4.0 img=1.0 sys=4.0 "cygXevie-1.dll" v0.0 ts=2004/9/17 14:51 49k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0 "cygXext-6.dll" v0.0 ts=2004/9/17 14:30 16k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0 "cygXfixes-3.dll" v0.0 ts=2004/9/17 14:51 27k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0 "cygXi-6.dll" v0.0 ts=2004/9/17 14:37 76k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0 "cygXmu-6.dll" v0.0 ts=2004/9/17 14:32 11k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0 "cygXmuu-1.dll" v0.0 ts=2004/9/17 14:32 26k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXp-6.dll" v0.0 ts=2004/9/17 14:33 51k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-4.dll" v0.0 ts=2004/9/17 14:33 11k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0 "cygXrandr-2.dll" v0.0 ts=2004/9/17 14:50 28k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0 "cygXrender-1.dll" v0.0 ts=2004/9/17 14:49 282k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0 "cygXt-6.dll" v0.0 ts=2004/9/17 14:32 17k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0 "cygXtst-6.dll" v0.0 ts=2004/9/17 14:37 243k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygdps-1.dll - os=4.0 img=1.0 sys=4.0 "cygdps-1.dll" v0.0 ts=2004/9/17 14:48 26k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygdpstk-1.dll - os=4.0 img=1.0 sys=4.0 "cygdpstk-1.dll" v0.0 ts=2004/9/17 14:48 21k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontenc-1.dll" v0.0 ts=2004/9/17 14:53 9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0 "cygoldX-6.dll" v0.0 ts=2004/9/17 14:29 20k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygpsres-1.dll - os=4.0 img=1.0 sys=4.0 "cygpsres-1.dll" v0.0 ts=2004/9/17 14:49 125k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbfile-1.dll" v0.0 ts=2004/9/17 14:38 12k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygxkbui-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbui-1.dll" v0.0 ts=2004/9/17 14:38 Cygwin Package Information Last downloaded files to: C:\Smagul\Science\Softwares\Cygwin Last downloaded files from: ftp://ftp.easynet.be/cygwin Package Version _update-info-dir 00230-1 a2ps 4.13-1 agetty 2.1-1 antiword 0.34-2 apache 1.3.29-2 apr 0.9.5_2.0.52-1 apr-util 0.9.5_2.0.52-1 ash 20040127-1 aspell 0.50.3-1 aspell-de 0.50.2-1 aspell-dev 0.50.3-1 aspell-doc 0.50.3-1 aspell-en 0.51.0-1 aspell-pl 0.50.2-1 astyle 1.15.3-3 atk 1.8.0-1 atk-devel 1.8.0-1 atk-doc 1.8.0-1 atk-runtime 1.8.0-1 audiofile 0.2.6-2 autoconf 2.59-1 autoconf-devel 2.59-1 autoconf-stable 2.13-5 automake 1.7.9-1 automake-devel 1.9.2-1 automake-stable 1.4p6-2 autossh 1.2g-4 base-files 3.1-4 base-passwd 2.1-1 bash 2.05b-16 bc 1.06-1 binutils 20040725-2 bison 20030307-1 byacc 1.9-1 bzip2 1.0.2-6 c-client 2002e-3 c3270 3.2.20-1 cabextract 0.6-2 ccache 2.2-1 ccdoc 0.8.41-2 ccrypt 1.7-1 cgoban 1.9.14-1 check 0.9.1-1 chere 0.5-2 chkconfig 1.2.24h-1 clamav 0.80-2 clear 1.0-1 clisp 2.33.1-1 cmake 2.0.5-1 cocom 0.995-1 compface 1.4-5 cpio 2.5-3 cppunit 1.9.14-1 cron 3.0.1-13 crypt 1.1-1 ctags 5.5-4 ctetris 0.30-1 curl 7.11.1-1 curl-devel 7.11.1-1 cvs 1.11.17-1 cygipc 2.03-2 cygrunsrv 1.0-1 cygutils 1.2.5-1 cygwin 1.5.12-1 cygwin-doc 1.3-7 cygwin-x-doc 1.0.4-1 cyrus-sasl 2.1.19-3 d 1.2.0-1 db2 2.7.7-4 db3.1 3.1.17-2 db4.1 4.1.25-1 db4.2 4.2.52-1 ddd 3.3.9-1 dejagnu 20021217-2 desktop-file-utils 0.10-1 diffstat 1.35-1 diffutils 2.8.7-1 distcc 2.16-1 docbook-xml42 4.2-3 docbook-xsl 1.67.2-1 doxygen 1.2.18-1 dpkg 1.10.4-2 e2fsimage 0.2.0-1 e2fsprogs 1.35-2 ed 0.2-1 editrights 1.01-1 ELFIO 1.0.0-1 emacs 21.2-13 emacs-el 21.2-13 emacs-leim 21.3.50-2 emacs-X11 21.2-13 email 2.3.0-2 enscript 1.6.3-3 esound 0.2.35-1 exif 0.6.9-1 exim 4.43-1 expat 1.95.8-1 expect 20030128-1 fetchmail 6.2.5-2 figlet 2.2-1 file 4.10-1 fileutils 4.1-2 findutils 4.2.10-5 flex 2.5.4a-3 fltk 1.1.4-2 fontconfig 2.2.2-1 freeglut 2.2.0-1 freetype2 2.1.5-1 fvwm 2.4.7-3 gawk 3.1.4-3 gcc 3.3.3-3 gcc-ada 3.3.3-3 gcc-core 3.3.3-3 gcc-g++ 3.3.3-3 gcc-g77 3.3.3-3 gcc-gdc 3.3.3-3 gcc-gpc 3.3.3-3 gcc-java 3.3.3-3 gcc-mingw 20040810-1 gcc-mingw-ada 20040810-1 gcc-mingw-core 20040810-1 gcc-mingw-g++ 20040810-1 gcc-mingw-g77 20040810-1 gcc-mingw-gpc 20040810-1 gcc-mingw-java 20040810-1 gcc-mingw-objc 20040810-1 gcc-objc 3.3.3-3 gcc2 2.95.3-10 GConf2 2.8.1-1 gd 2.0.28-1 gdb 20030919-1 gdbm 1.8.3-7 gettext 0.14.1-1 gettext-devel 0.14.1-1 ghostscript 7.05-2 ghostscript-base 7.05-2 ghostscript-x11 7.05-2 glib 1.2.10-2 glib-devel 1.2.10-2 glib2 2.4.7-1 glib2-devel 2.4.7-1 glib2-doc 2.4.7-1 glib2-runtime 2.4.7-1 gmp 4.1.4-2 gnome-common 2.8.0-1 gnome-icon-theme 2.8.0-1 gnome-keyring 0.4.0-1 gnome-mime-data 2.4.1-1 gnome-vfs2 2.8.0-1 gnugo 3.6-1 gnupg 1.2.4-1 gnuplot 4.0.0-1 gperf 2.7.2-1 grace 5.1.17-1 GraphicsMagick 1.0.6-1 grep 2.5-1 groff 1.18.1-2 gsl 1.5-1 gtk+ 1.2.10-2 gtk+-devel 1.2.10-2 gtk-doc 1.2-1 gtk2-x11 2.4.13-1 gtk2-x11-devel 2.4.13-1 gtk2-x11-doc 2.4.13-1 gtk2-x11-runtime 2.4.13-1 gtypist 2.7-2 guile 1.6.5-1 guile-devel 1.6.5-1 guile-doc 1.6.5-1 gv 3.5.8-2 gzip 1.3.5-1 help2man 1.33.1-1 hexedit 1.2.10-1 hicolor-icon-theme 0.5-1 ImageMagick 6.0.4-1 indent 2.2.9-1 inetutils 1.3.2-28 initscripts 0.9-1 intltool 0.31.2-1 ioperm 0.4-1 irc 20010101-3 jasper 1.701.0-1 jbigkit 1.5-3 jgraph 8.3-1 jpeg 6b-11 keychain 2.0.3-2 lablgtk2 2.4.0-2 lcms 1.13-1 less 381-1 lesstif 0.93.94-2 lftp 2.6.10-2 libapr0 0.9.5_2.0.52-1 libaprutil0 0.9.5_2.0.52-1 libart_lgpl 2.3.16-1 libaspell15 0.50.3-1 libaudiofile-devel 0.2.6-2 libaudiofile0 0.2.6-2 libbonobo2 2.8.0-1 libbonobo2-devel 2.8.0-1 libbonobo2-doc 2.8.0-1 libbonobo20 2.8.0-1 libbonoboui2 2.8.0-1 libbz2_0 1.0.2-1 libbz2_1 1.0.2-6 libcharset1 1.9.2-1 libcroco 0.5.1-2 libcroco06 0.6.0-1 libdb2 2.7.7-4 libdb2-devel 2.7.7-4 libdb3.1 3.1.17-2 libdb3.1-devel 3.1.17-2 libdb4.1 4.1.25-1 libdb4.1-devel 4.1.25-1 libdb4.2 4.2.52-1 libdb4.2-devel 4.2.52-1 libesound-devel 0.2.35-1 libesound0 0.2.35-1 libexif 0.6.9-1 libfontconfig-devel 2.2.2-1 libfontconfig1 2.2.2-1 libfpx 1.2.0.9-1 libfreetype2-devel 2.1.5-1 libfreetype26 2.1.5-1 libgcrypt 1.2.0-2 libgd-devel 2.0.28-1 libgd2 2.0.28-1 libgdbm 1.8.0-5 libgdbm-devel 1.8.3-7 libgdbm3 1.8.3-3 libgdbm4 1.8.3-7 libgeotiff 1.2.2-1 libgeotiff-devel 1.2.2-1 libgeotiff1 1.2.2-1 libgettextpo0 0.14.1-1 libglade2 2.4.0-1 libgnome2 2.8.0-1 libgnomecanvas2 2.8.0-1 libgnomeprint22 2.8.0.1-1 libgnomeprintui22 2.8.0-1 libgnomeui2 2.8.0-1 libgpg-error 1.0-2 libGraphicsMagick-devel 1.0.6-1 libGraphicsMagick0 1.0.6-1 libguile12 1.6.5-1 libguile12abi13 1.6.4-3 libguile14 1.5.6-5 libguile16 1.7.1.20041006-1 libiconv 1.9.2-1 libiconv2 1.9.2-1 libIDL 0.8.3-2 libintl 0.10.38-3 libintl1 0.10.40-1 libintl2 0.12.1-3 libintl3 0.14.1-1 libjpeg62 6b-11 libjpeg6b 6b-8 libkpathsea3 2.0.2-15 libltdl3 1.5.10-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.8-1 libncurses-devel 5.4-1 libncurses5 5.2-1 libncurses6 5.2-8 libncurses7 5.3-4 libncurses8 5.4-1 libneon24 0.24.7-1 libopenldap2 2.1.25-1 libopenldap2_2_7 2.2.17-2 libpcre 4.1-1 libpcre0 4.5-1 libpng 1.2.5-4 libpng10 1.0.15-4 libpng10-devel 1.0.15-4 libpng12 1.2.5-4 libpng12-devel 1.2.5-4 libpng2 1.0.12-1 libpopt0 1.6.4-4 libproj-devel 4.4.8-1 libproj0 4.4.8-1 libreadline4 4.1-2 libreadline5 4.3-5 libreadline6 5.0-1 libsasl2 2.1.19-3 libsasl2-devel 2.1.19-3 libsmi 0.4.2-1 libtiff-devel 3.7.0beta2-1 libtiff3 3.6.0-2 libtiff4 3.6.0-5 libtiff5 3.7.0beta2-1 libtool 1.5b-1 libtool-devel 1.5.10-1 libtool-stable 1.4.3-2 libungif 4.1.0-3 libwmf 0.2.8.3-1 libwnck 2.8.1-1 libxerces-c21 2.1.0-1 libxerces-c22 2.2.0-1 libxerces-c23 2.3.0-4 libxerces-c24 2.4.0-4 libxerces-c25 2.5.0-1 libXft 2.1.6-1 libXft-devel 2.1.6-1 libXft1 1.0.0-1 libXft2 2.1.6-1 libxml2 2.6.16-1 libxml2-devel 2.6.16-1 libxml2-doc 2.6.16-1 libxml2-python 2.6.16-1 libxslt 1.1.10-1 lighttpd 1.3.0-1 lilypond 2.2.5-1 lilypond-doc 2.2.5-1 links 0.99pre14-1 login 1.9-7 lynx 2.8.4-8 m4 1.4.2-1 make 3.80-1 man 1.5o1-1 mathomatic 11.5-1 mc 4.6.1-1 mhash 0.9.1-1 mhash-devel 0.9.1-1 mingw-bzip2 1.0.2-6 mingw-libbz2_1 1.0.2-6 mingw-runtime 3.5-1 mingw-zlib 1.2.2-1 minires 1.00-1 minires-devel 1.00-1 mktemp 1.5-3 more 2.11o-1 mt 2.3-1 mutt 1.4.1-2 naim 0.11.7.2-1 nano 1.2.2-1 nasm 0.98.38-1 ncftp 3.1.7-1 ncurses 5.4-1 ncurses-demo 5.4-1 nedit 5.5-1 neon 0.24.7-1 netcat 1.10-2 newlib-man 20020801 nfs-server 2.2.47-2 ocaml 3.08.1-1 openbox 0.99.1-4 opengl 1.1.0-7 openjade 1.3.3-1 openldap 2.2.17-2 openldap-devel 2.2.17-2 OpenSP 1.5.1-1 openssh 3.9p1-2 openssl 0.9.7e-1 openssl-devel 0.9.7e-1 ORBit2 2.12.0-1 ORBit2-devel 2.12.0-1 pango 1.6.0-1 pango-devel 1.6.0-1 pango-doc 1.6.0-1 pango-runtime 1.6.0-1 par 1.52-1 patch 2.5.8-8 patchutils 0.2.30pre1-1 pcre 4.5-1 pcre-devel 4.5-1 pcre-doc 4.5-1 pdksh 5.2.14-3 perl 5.8.5-3 perl-libwin32 0.191-1 perl_manpages 5.8.5-3 pine 4.58-1 pinfo 0.6.8-1 pkgconfig 0.15.0-4 popt 1.6.4-4 postgresql 7.4.5-1 procmail 3.22-10 procps 010801-2 proftpd 1.2.10-1 proj 4.4.8-1 psutils 1.17-1 python 2.4-1 rcs 5.7-3 readline 5.0-1 rebase 2.3-1 regex 4.4-3 rpm 4.1-1 rpm-build 4.1-1 rpm-doc 4.1-1 rsync 2.6.3-1 rxvt 2.7.10-4 s3270 3.2.20-1 sed 4.1.2-1 setsid 0.0-3 sh-utils 2.0.15-4 shared-mime-info 0.15-1 sharutils 4.2.1-3 squid 2.4.STABLE7-1 ssmtp 2.60.9-3 startup-notification 0.8-1 suite3270 3.2.20-1 swig 1.3.19-1 sysvinit 2.84-4 t1lib 5.0.2-1 t1lib-x11 5.0.2-1 tar 1.13.25-5 tcl3270 3.2.20-1 tcltk 20030901-1 tcm 2.20-1 tcp_wrappers 7.6-1 tcsh 6.13.00-2 termcap 20021106-2 terminfo 5.4_20041009-1 tetex 2.0.2-15 tetex-base 2.0.2-15 tetex-beta 20020911-1 tetex-bin 2.0.2-15 tetex-devel 2.0.2-15 tetex-doc 2.0.2-15 tetex-extra 2.0.2-15 tetex-tiny 2.0.2-15 tetex-x11 2.0.2-15 texinfo 4.2-4 TeXmacs 1.0.4-4 texmf 20020911-1 texmf-base 20020911-1 texmf-doc 20020911-1 texmf-extra 20020911-1 texmf-tiny 20020911-1 textutils 2.0.21-1 tidy 041206-1 tiff 3.7.0beta2-1 time 1.7-1 transfig 3.2.4-2 units 1.77-1 unzip 5.50-5 upx 1.24-1 uw-imap 2002e-3 uw-imap-imapd 2002e-3 uw-imap-util 2002e-3 vim 6.3-1 w32api 3.1-1 wget 1.9.1-1 which 1.5-2 whois 4.6.14-1 WindowMaker 0.90.0-1 WordNet 2.0-1 wtf 0.0.4-6 X-start-menu-icons 1.0.3-2 X-startup-scripts 1.0.10-2 x2x 1.30-2 x3270 3.2.20-1 Xaw3d 1.5D-5 xemacs 21.4.15-1 xemacs-emacs-common 21.4.15-1 xemacs-mule-sumo 2004-08-18-1 xemacs-sumo 2004-08-18-1 xemacs-tags 21.4.15-1 xerces-c 2.5.0-1 xerces-c-devel 2.5.0-1 xerces-c-doc 2.5.0-1 xfig 3.2.4-6 xfig-lib 3.2.4-6 XFree86-base 4.3.0-11 XFree86-bin 4.3.0-21 XFree86-lib-compat 4.3.0-2 XFree86-startup-scripts 4.3.0-1 XFree86-xserv 4.3.0-68 xgraph 12.1-1 xinetd 2.3.9-1 XmHTML 1.1.7-1 xmlto 0.0.18-1 xorg-x11-base 6.8.1.0-1 xorg-x11-bin 6.8.1.0-2 xorg-x11-bin-dlls 6.8.1.0-1 xorg-x11-bin-lndir 6.8.1.0-1 xorg-x11-devel 6.8.1.0-1 xorg-x11-etc 6.8.1.0-1 xorg-x11-f100 6.8.1.0-3 xorg-x11-fcyr 6.8.1.0-2 xorg-x11-fenc 6.8.1.0-2 xorg-x11-fnts 6.8.1.0-3 xorg-x11-fscl 6.8.1.0-2 xorg-x11-fsrv 6.8.1.0-1 xorg-x11-libs-data 6.8.1.0-1 xorg-x11-man-pages 6.8.1.0-1 xorg-x11-man-pages-html 6.8.1.0-1 xorg-x11-nest 6.8.1.0-1 xorg-x11-vfb 6.8.1.0-1 xorg-x11-xwin 6.8.1.0-7 xorg-x11-xwin-gl 6.8.1.0-7 xpdf 3.00-1 xpm-nox 4.2.0-4 xterm 196-1 xwinclip 1.2.0-1 xwinwm 0.0.5-1 zip 2.3-6 zlib 1.2.2-1 zsh 4.2.0-2 Use -h to see help about each section From vinod@Princeton.EDU Wed Dec 22 04:35:00 2004 From: vinod@Princeton.EDU (Vinod Gupta) Date: Wed, 22 Dec 2004 04:35:00 -0000 Subject: Having XP and KDE desktops togather Message-ID: <41C8F9E3.9070606@princeton.edu> My cygwin and xfree86 installed fine on my Windows XP machine. I would like to have both local XP desktop and remote KDE Desktop from Linux server, togather. Works almost OK when I do the following: - Execute startxwin.bat which launches xserver as: "run xwin -clipboard -multiwindow" - Open ssh client terminal and connect to remote linux server - Execute startkde from the ssh client terminal except for the following problem: The KDE Desktop occupies whole of XP screen and remains in foreground, can not be moved and can not be iconized. So Windows becomes practically inaccessible until I kill KDE Desktop. Any suggestions to make both desktops co-exist? Vinod From Mike.Kenny@bcx.co.za Wed Dec 22 07:11:00 2004 From: Mike.Kenny@bcx.co.za (Mike Kenny - BCX - Professional Services JHB) Date: Wed, 22 Dec 2004 07:11:00 -0000 Subject: Having XP and KDE desktops togather Message-ID: <0C7AD907113E984F9C2AF0B651D0D3DE57713B@exmid04.africa.enterprise.root> > From: cygwin-xfree-owner@cygwin.com > [mailto:cygwin-xfree-owner@cygwin.com] On Behalf Of Vinod Gupta > The KDE Desktop occupies whole of XP screen and remains in > foreground, can not be moved and can not be iconized. So > Windows becomes practically inaccessible until I kill KDE Desktop. > > Any suggestions to make both desktops co-exist? I am seeing slightly different behaviour to you if I use -multiwindow The various components of KDE behave independantly which makes them difficult to work with. The solution for me was to use -nodecoration (thanks Alexander) instead of -multiwindow Mike From andrex@alumni.utexas.net Wed Dec 22 09:46:00 2004 From: andrex@alumni.utexas.net (Andrew Schulman) Date: Wed, 22 Dec 2004 09:46:00 -0000 Subject: Having XP and KDE desktops togather References: <41C8F9E3.9070606@princeton.edu> Message-ID: > The KDE Desktop occupies whole of XP screen and remains in foreground, > can not be moved and can not be iconized. So Windows becomes practically > inaccessible until I kill KDE Desktop. > > Any suggestions to make both desktops co-exist? I use bosskey (http://keir.net/booskey.html) to set up multiple virtual desktops in Windows. From andrex@alumni.utexas.net Wed Dec 22 09:54:00 2004 From: andrex@alumni.utexas.net (Andrew Schulman) Date: Wed, 22 Dec 2004 09:54:00 -0000 Subject: Having XP and KDE desktops togather References: <41C8F9E3.9070606@princeton.edu> Message-ID: >> The KDE Desktop occupies whole of XP screen and remains in foreground, >> can not be moved and can not be iconized. So Windows becomes practically >> inaccessible until I kill KDE Desktop. >> >> Any suggestions to make both desktops co-exist? > > I use bosskey (http://keir.net/booskey.html) to set up multiple virtual > desktops in Windows. Sorry, that's http://keir.net/bosskey.html. From chris@areti.co.uk Wed Dec 22 10:07:00 2004 From: chris@areti.co.uk (Chris Green) Date: Wed, 22 Dec 2004 10:07:00 -0000 Subject: Having XP and KDE desktops togather In-Reply-To: References: <41C8F9E3.9070606@princeton.edu> Message-ID: <20041222100701.GA23406@areti.co.uk> On Wed, Dec 22, 2004 at 04:46:15AM -0500, Andrew Schulman wrote: > > The KDE Desktop occupies whole of XP screen and remains in foreground, > > can not be moved and can not be iconized. So Windows becomes practically > > inaccessible until I kill KDE Desktop. > > > > Any suggestions to make both desktops co-exist? > > I use bosskey (http://keir.net/booskey.html) to set up multiple virtual > desktops in Windows. > Exactly what I do, except that I use Ontrack's (now V-Com) toolbar from their Powerdesk utility. The 'picture' of the virtual desktops lives in the Windows taskbar and applications can be dragged around in that 'picture' from one desktop to another if necessary. -- Chris Green (chris@areti.co.uk) "Never ascribe to malice that which can be explained by incompetence." From hj.beckers@kreis-steinfurt.de Wed Dec 22 10:40:00 2004 From: hj.beckers@kreis-steinfurt.de (Hermann-Josef Beckers/Kreis-Steinfurt) Date: Wed, 22 Dec 2004 10:40:00 -0000 Subject: Antwort: Re: Having XP and KDE desktops togather In-Reply-To: <20041222100701.GA23406@areti.co.uk> Message-ID: cygwin-xfree-owner@cygwin.com schrieb am 22.12.2004 11:07:01: ... > > > > > > Any suggestions to make both desktops co-exist? > > > > I use bosskey (http://keir.net/booskey.html) to set up multiple virtual > > desktops in Windows. > > > Exactly what I do, except that I use Ontrack's (now V-Com) toolbar > from their Powerdesk utility. The 'picture' of the virtual desktops > lives in the Windows taskbar and applications can be dragged around in > that 'picture' from one desktop to another if necessary. ... One more: Have a look at virtuawin (http://virtuawin.sourceforge.net/) Yours hjb _________________________________________ Diese E-Mail wurde gepr?ft von Symantec Antivirus From alexander.gottwald@s1999.tu-chemnitz.de Wed Dec 22 10:50:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 22 Dec 2004 10:50:00 -0000 Subject: "Can't open display - Failed initializing GUI, exiting" In-Reply-To: <001d01c4e7dc$f9bf4620$e8dafea9@uzsci.net> References: <001d01c4e7dc$f9bf4620$e8dafea9@uzsci.net> Message-ID: On Wed, 22 Dec 2004, Smagul wrote: > Dear cygwin-xfree people, > > I am trying to compile xmgrace and to run under Cygwin. I have already > compiled it > successfully on my PC with my WindowsME. However, I could not get it to run > on > Cygwin. When I type xmgrace, am getting ERROR message > > "Can't open display - Failed initializing GUI, exiting" > Then I did > $ export DISPLAY=:0 > and typed xmgrace. I again get the same error message. What is the problem? > How can I fix it? you have to start the xserver in advance. Type startxwin. this will start the xserver (you'll notice an X in the traybar). Then you can start xmgrace with DISPLAY=:0.0 xmgrace bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From kumarchi@comcast.net Wed Dec 22 12:23:00 2004 From: kumarchi@comcast.net (kumarchi@comcast.net) Date: Wed, 22 Dec 2004 12:23:00 -0000 Subject: xwin hangs at startup - no xterm display Message-ID: <122220041214.15579.41C965400001EF2B00003CDB220588636007080C9D0E039A05@comcast.net> here is the fulll log file. Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.0-8 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: XWin -multiwindow -clipboard -silent-dup-error ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1280 h 1024 winInitializeDefaultScreens - Returning _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" 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 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" kumarchi@comcast.net wrote: > I do not zonealarm but windows sp2. the behavior is the same even when I turn the built in firewall off > > I get the following error in XWin.log > > _XSERVTransmkdir: ERROR: euid != 0, directory /tmp/.X11-unix will not be created The FAQ states this is not an error at all (although it is labeled so). More important is the full logfile. From tewhite@us.ibm.com Wed Dec 22 15:42:00 2004 From: tewhite@us.ibm.com (Terrence White) Date: Wed, 22 Dec 2004 15:42:00 -0000 Subject: Cannot Start XFree version 4.4.0 Message-ID: I have cygwin installed, and now I am installing XFree 4.4.0. The istallation Xinstall.sh script ran with no errors. After the installation completes, the instructions direct me to configure XFree by running: XFree86 -configure But I cannot find an executable by this name. I do not have the xf86config nor the anxf86cfg files on my file system either. I tried to run startx under /usr/X11R6/bin, but I get the following popup error from xinit.exe: Unable to locate Component "The application has failed to start because cygcygipc-2.dll was not found. Re- installing the application may fix the problem." I tried re-installing several times, and I still do not have cygcygipc-2.dll. The Xinstall.sh script runs without error each time. Any ideas? From jim.drash@gmail.com Wed Dec 22 16:09:00 2004 From: jim.drash@gmail.com (Jim Drash) Date: Wed, 22 Dec 2004 16:09:00 -0000 Subject: Cannot Start XFree version 4.4.0 In-Reply-To: References: Message-ID: <61f6f43904122208085267470e@mail.gmail.com> How about reading the documentation: http://x.cygwin.com/docs/ug/configure.html On Wed, 22 Dec 2004 07:08:27 +0000 (UTC), Terrence White wrote: > I have cygwin installed, and now I am installing XFree 4.4.0. > > The istallation Xinstall.sh script ran with no errors. > > After the installation completes, the instructions direct me to configure > XFree by running: > > XFree86 -configure > > But I cannot find an executable by this name. > I do not have the xf86config nor the anxf86cfg files on my file system either. > > I tried to run startx under /usr/X11R6/bin, but I get the following popup > error from xinit.exe: > > Unable to locate Component > > "The application has failed to start because cygcygipc-2.dll was not found. Re- > installing the application may fix the problem." > > I tried re-installing several times, and I still do not have cygcygipc-2.dll. > The Xinstall.sh script runs without error each time. > > Any ideas? > > From dickey@his.com Wed Dec 22 16:10:00 2004 From: dickey@his.com (Thomas Dickey) Date: Wed, 22 Dec 2004 16:10:00 -0000 Subject: Cannot Start XFree version 4.4.0 In-Reply-To: References: Message-ID: <20041222110809.X12916@mail.his.com> On Wed, 22 Dec 2004, Terrence White wrote: > I have cygwin installed, and now I am installing XFree 4.4.0. I don't believe you need to run the -configure, since the cygwin X server does not (unlike the Unix server) contain a variety of loadable drivers. > XFree86 -configure -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net From alexander.gottwald@s1999.tu-chemnitz.de Wed Dec 22 16:54:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 22 Dec 2004 16:54:00 -0000 Subject: Cannot Start XFree version 4.4.0 In-Reply-To: References: Message-ID: On Wed, 22 Dec 2004, Terrence White wrote: > I have cygwin installed, and now I am installing XFree 4.4.0. The current version is xorg-x11 6.8.1. XFree 4.4 is not supported anymore and very outdated. I recommend to install the xorg-x11 packages from cygwin setup as outlined in the cygwin-x users guide (x.cygwin.com/docs/ug/cygwin-x-ug.html) bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From pechtcha@cs.nyu.edu Wed Dec 22 20:02:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Wed, 22 Dec 2004 20:02:00 -0000 Subject: Having XP and KDE desktops togather In-Reply-To: <41C8F9E3.9070606@princeton.edu> References: <41C8F9E3.9070606@princeton.edu> Message-ID: On Tue, 21 Dec 2004, Vinod Gupta wrote: > My cygwin and xfree86 installed fine on my Windows XP machine. I would > like to have both local XP desktop and remote KDE Desktop from Linux > server, togather. Works almost OK when I do the following: > > - Execute startxwin.bat which launches xserver as: > "run xwin -clipboard -multiwindow" > - Open ssh client terminal and connect to remote linux server > - Execute startkde from the ssh client terminal > > except for the following problem: > > The KDE Desktop occupies whole of XP screen and remains in foreground, > can not be moved and can not be iconized. So Windows becomes practically > inaccessible until I kill KDE Desktop. > > Any suggestions to make both desktops co-exist? Try omitting the -multiwindow parameter. That way, the KDE desktop will be started in one Windows window that you can manipulate normally. If you also want to open local X clients in multiwindow mode, you can start another (windowed) instance of X for your KDE desktop (i.e., use "run XWin :1.0 -clipboard") and ssh with DISPLAY set to :1.0 to start your KDE session. HTH, Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT From alexander.gottwald@s1999.tu-chemnitz.de Wed Dec 22 20:12:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 22 Dec 2004 20:12:00 -0000 Subject: Having XP and KDE desktops togather In-Reply-To: References: <41C8F9E3.9070606@princeton.edu> Message-ID: On Wed, 22 Dec 2004, Igor Pechtchanski wrote: > > Any suggestions to make both desktops co-exist? > > Try omitting the -multiwindow parameter. Please note that in conjunction with run.exe you will have to specify at least -nodecoration. "run XWin" will hide the mainwindow. Other working modes are -multiwindow, -rootless and -fullscreen (-externalwm and -internalwm are available in CVS versions and Xming but they are still quite experimental) bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From bharat_s@berkeley.edu Wed Dec 22 21:32:00 2004 From: bharat_s@berkeley.edu (Bharat Sinha) Date: Wed, 22 Dec 2004 21:32:00 -0000 Subject: lower falf of text missing in x-apps Message-ID: Hi, I have just started using cygwin/X11, and the problem is that all X apps seem to be shifted up a bit relative to the mouse/cursor on the moniter. For example I type in a textbox of an x-app, I can't see the lower half of the text I am typing. What lower fraction of the text I can't see depends on the size of the font, for ex: in xterm I can't see anything I type at the cmd line, since the font size is so so small that all of it is cut; larger font means that only a small fraction of the text is missing from the bottom. Also, if I move the window up, I can see everything completely but all dynamic elements of the app have this problem Similarly if I need to click on a icon (in xfig for example), I can't click on the lower half of the icon. I can only click on the top half of the icon and half an icon length above where the icon ends on the monitor. This somehow tells me that there is a synchronization issue with the display. I couldn't find any post with a similar complaint before. I would really appreciate it if somebody could help me, or direct me to a post which addresses this problem--It is really annoying -Thanks btw if I use a different x-server like exceed, all apps run fine From tgoetze@yahoo.com Wed Dec 22 21:51:00 2004 From: tgoetze@yahoo.com (Tom Goetze) Date: Wed, 22 Dec 2004 21:51:00 -0000 Subject: perl debugger not working in xterm Message-ID: I was very happy a few days back to install Cygwin/X and get xterm's working (I do startx from a cygwin terminal window and it launches an xterm for me). Something very strange I discovered today, however, is that if I try to use the perl debugger like this: perl -d -e 0 (which is how I often remind myself of how perl works--since you can interact with it directly) then the perl debugging prompt does not appear in the xterm window, but instead it appears (with mangled characters) in the cygwin terminal from which I ran "startx". I can then type in the terminal window and have the results show up in the xterm window (but not the perl debugger prompts). So, it seems that when I launch the perl debugger, it wants to read stdin from cygwin terminal (which was launched with a double-click), and some output is directed to the cygwin terminal and other output is directed to the bash window. It is interesting to note: 1. If I start cygwin (without X) and run the above command it works fine-but I can't resize my window :( 2. The version of perl is the ActiveState one that I installed outside of cygwin, but that gets picked up from my Windows user's PATH. In particular, $ which perl /cygdrive/c/Perl/bin/perl Anything jump out as a potential problem for me (or a quick fix)? Thanks, Tom From cgf-no-personal-reply-please@cygwin.com Wed Dec 22 22:00:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Wed, 22 Dec 2004 22:00:00 -0000 Subject: perl debugger not working in xterm In-Reply-To: <20041222215303.6FCC01B401@cgf.cx> References: <20041222215303.6FCC01B401@cgf.cx> Message-ID: <20041222220209.GA9453@trixie.casa.cgf.cx> On Wed, Dec 22, 2004 at 01:51:04PM -0800, Tom Goetze wrote: >Something very strange I discovered today, however, is that if I try to use >the perl debugger like this: > >perl -d -e 0 > >then the perl debugging prompt does not appear in the xterm window, but >instead it appears (with mangled characters) in the cygwin terminal from >which I ran "startx". > >2. The version of perl is the ActiveState one that I installed outside of >cygwin, but that gets picked up from my Windows user's PATH. > >In particular, >$ which perl >/cygdrive/c/Perl/bin/perl > >Anything jump out as a potential problem for me (or a quick fix)? Use cygwin's perl? ActiveState perl obviously doesn't understand cygwin's ptys. cgf From bharat_s@berkeley.edu Wed Dec 22 23:24:00 2004 From: bharat_s@berkeley.edu (Bharat Sinha) Date: Wed, 22 Dec 2004 23:24:00 -0000 Subject: cygnome 1.4 question about initial installation Message-ID: Hi, I wanted to install cygnome (1.4), and did it directly though cygwin setup. I have no experience in this, so all I did was get the packages and installed them directly though setup. Now to run it, I call startgnome. It opens a XWindow, then I see a beautiful picture and it starts to load different desktop components like sawfish etc. Finally it gives the hints window. But after I exit it, I get nothing more and an hourglass sign shows up (and persists forever). I don't get the gnome desktop or anything more. I am not sure if I am supposed to install any of Steven's patches. Can anyone guide me as to what to do. I don't want to mess around too much because I was able to get kde to work, however it is awfully slow and eats up too many resources, I was hoping gnome would be smoother. Thanks From gp@familiehaase.de Thu Dec 23 00:26:00 2004 From: gp@familiehaase.de (Gerrit P. Haase) Date: Thu, 23 Dec 2004 00:26:00 -0000 Subject: cygnome 1.4 question about initial installation In-Reply-To: References: Message-ID: <41CA10BC.3000207@familiehaase.de> Bharat Sinha wrote: from the future to us. Would you please set the correct date at your machine? Gerrit -- =^..^= From vinod@Princeton.EDU Thu Dec 23 05:06:00 2004 From: vinod@Princeton.EDU (Vinod Gupta) Date: Thu, 23 Dec 2004 05:06:00 -0000 Subject: Having XP and KDE desktops togather Message-ID: <41CA5255.90608@princeton.edu> > Any suggestions to make both desktops co-exist? > Vinod > Try omitting the -multiwindow parameter. That way, the KDE desktop will > be started in one Windows window that you can manipulate normally. > If you also want to open local X clients in multiwindow mode, you can > start another (windowed) instance of X for your KDE desktop (i.e., use > "run XWin :1.0 -clipboard") and ssh with DISPLAY set to :1.0 to start > your KDE session. > -- Igor http://cs.nyu.edu/~pechtcha/ > with run.exe you will have to specify at least -nodecoration. > "run XWin" will hide the mainwindow. > (-externalwm and -internalwm are available in CVS versions and > Xming but they are still quite experimental) > -- ago Alexander.Gottwald@s1999.tu-chemnitz.de Thanks Igor and Alexander. "run XWin -nodecoration" works fine for me. I think this should be the default in the startxwin script included in the Cygwin/Xfree86 distro. "-internalwm" would be useful, particularly accross slow connections. I saw some discussion about porting KDE to Windows. Having an alternative desktop on Windows might be interesting but I am happy with XP desktop for local Windows and KDE Desktop for remote linux server, both on my laptop. This gives me the best of both worlds. Although, traditional unix users prefer command line interface but ability to use remote unix server through its own desktop opens up a huge convenience. Vinod From kumarchi@comcast.net Thu Dec 23 05:26:00 2004 From: kumarchi@comcast.net (kumarchi@comcast.net) Date: Thu, 23 Dec 2004 05:26:00 -0000 Subject: xwin hangs at startup - no xterm display Message-ID: <122320040525.8051.41CA56DF00050D1A00001F73220076370407080C9D0E039A05@comcast.net> hello: I did som more investigation. when I startup xwin , I found there were xwin processes. If I killed one of them then xwindow comes up. However the xwin.log is constantly growing with the following message winClipboardProc - Could not open display try:30 sleeping: 4 winClipboardProc - Could not open display try:31 sleeping: 4 ...... winClipboardProc - Failed opening the display giving up even though I have the xwindow up and running after manually killing one of the xwin process. any ideas, comments? From alexander.gottwald@s1999.tu-chemnitz.de Thu Dec 23 13:29:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 23 Dec 2004 13:29:00 -0000 Subject: Having XP and KDE desktops togather In-Reply-To: <41CA5255.90608@princeton.edu> References: <41CA5255.90608@princeton.edu> Message-ID: On Thu, 23 Dec 2004, Vinod Gupta wrote: > Thanks Igor and Alexander. "run XWin -nodecoration" works fine > for me. I think this should be the default in the startxwin > script included in the Cygwin/Xfree86 distro. No. The default is aimed at users who want to use Cygwin/X as xserver for running local applications (like gv, xemacs) only and provides very close integration into the windows desktop. Using a remote desktop is far more experienced and will require tweaking the startup scripts. > "-internalwm" would be useful, particularly accross slow connections. > > I saw some discussion about porting KDE to Windows. See kde-cygwin.sourceforge.net > Having an alternative desktop on Windows might be interesting > but I am happy with XP desktop for local Windows and KDE Desktop > for remote linux server, both on my laptop. This gives me the best > of both worlds. The kde-replaces-windows-desktop project can be considered dead. I've not seen a message about this for about a year. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From tgoetze@yahoo.com Thu Dec 23 15:59:00 2004 From: tgoetze@yahoo.com (Tom Goetze) Date: Thu, 23 Dec 2004 15:59:00 -0000 Subject: perl debugger not working in xterm In-Reply-To: <20041222220209.GA9453@trixie.casa.cgf.cx> Message-ID: <20041223155855.98523.qmail@web61010.mail.yahoo.com> Using a different version of perl is a possibility, but I would think that this would be considered an xterm bug (or does every application that cygwin needs to interact with need to be re-written/ported to run inside of cygwin?) Does anyone have any suggestions about where to look to start to debug the problem (i.e. determine if is an xterm problem or a an ActiveState problem)? --- Christopher Faylor wrote: > On Wed, Dec 22, 2004 at 01:51:04PM -0800, Tom Goetze wrote: > >Something very strange I discovered today, however, is that > if I try to use > >the perl debugger like this: > > > >perl -d -e 0 > > > >then the perl debugging prompt does not appear in the xterm > window, but > >instead it appears (with mangled characters) in the cygwin > terminal from > >which I ran "startx". > > > >2. The version of perl is the ActiveState one that I > installed outside of > >cygwin, but that gets picked up from my Windows user's PATH. > > > >In particular, > >$ which perl > >/cygdrive/c/Perl/bin/perl > > > >Anything jump out as a potential problem for me (or a quick > fix)? > > Use cygwin's perl? ActiveState perl obviously doesn't > understand cygwin's > ptys. > > cgf > From cgf-no-personal-reply-please@cygwin.com Thu Dec 23 20:08:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Thu, 23 Dec 2004 20:08:00 -0000 Subject: perl debugger not working in xterm In-Reply-To: <20041223155855.98523.qmail@web61010.mail.yahoo.com> References: <20041222220209.GA9453@trixie.casa.cgf.cx> <20041223155855.98523.qmail@web61010.mail.yahoo.com> Message-ID: <20041223200941.GM13179@trixie.casa.cgf.cx> On Thu, Dec 23, 2004 at 07:58:55AM -0800, Tom Goetze wrote: >Using a different version of perl is a possibility, but I would >think that this would be considered an xterm bug (or does every >application that cygwin needs to interact with need to be >re-written/ported to run inside of cygwin?) Of course. What do you think cygwin is? It isn't a magic device driver. It's a DLL that runs in user space. It invents things like symbolic links, device files, ttys, unix domain sockets, etc. to provide a unix-like environment. A native windows program isn't magically going to know how to use these things. Some things work with ptys, some don't. You've found that apparently ActiveState perl is one of those things. >Does anyone have any suggestions about where to look to start >to debug the problem (i.e. determine if is an xterm problem >or a an ActiveState problem)? It is not an xterm problem. cgf From maxb@ukf.net Thu Dec 23 21:25:00 2004 From: maxb@ukf.net (Max Bowsher) Date: Thu, 23 Dec 2004 21:25:00 -0000 Subject: New setup.exe release candidate - please test Message-ID: <033f01c4e925$b36837f0$6708a8c0@robinson.cam.ac.uk> Version 2.459 - Repair the broken detection of wrongly-sized package files. - Fix setup keeping open handles to every tarball it installs during a run. - Fix a miscellany of error-reporting deficiencies. - Close stdin, to protect against rogue postinstall scripts attempting to wait for user input. http://www.cygwin.com/setup-snapshots/setup-2.459.exe Also, this release appears in my testing to fix the hang when a new install-everything setup is attempted, as side-effect of other bugfixes. Please test - if no regressions are discovered in the next few days, it will be promoted to the release version, accessible from the cygwin.com main page. Max. From vinod@Princeton.EDU Fri Dec 24 16:44:00 2004 From: vinod@Princeton.EDU (Vinod Gupta) Date: Fri, 24 Dec 2004 16:44:00 -0000 Subject: Having XP and KDE desktops togather In-Reply-To: <41CA5255.90608@princeton.edu> References: <41CA5255.90608@princeton.edu> Message-ID: <41CC4785.5030404@princeton.edu> >> Thanks Igor and Alexander. "run XWin -nodecoration" works fine >> for me. I think this should be the default in the startxwin >> script included in the Cygwin/Xfree86 distro. > No. The default is aimed at users who want to use Cygwin/X as xserver > for running local applications (like gv, xemacs) only and provides > very close integration into the windows desktop. Using a remote desktop You are right. May be it should be available as an easy option for those who would like to have both local and remote desktops. Our users have overwhelmingly embraced the idea of both desktops that I have included it in the startup of all users. A small fraction of grandma-type of users are taken aback when the blank xrootwindow completely obscures XP. One easy solution would be to startup xwin with slightly reduced sized root window. Is there any way to set screen size, say 90% of the available real-estate? Vinod From saurabh_srivastava@yahoo.com Sun Dec 26 05:55:00 2004 From: saurabh_srivastava@yahoo.com (Saurabh Srivastava) Date: Sun, 26 Dec 2004 05:55:00 -0000 Subject: XWin hangs upon text selection [error: clipboard does not contain CF_TEXT nor CF_UNICODETEXT] Message-ID: <20041226055542.26708.qmail@web50110.mail.yahoo.com> Hi, I installed Cygwin/X on my PC running WinME, on Dec-24-2004 using setup.exe. For some reason XWin just hangs / freezes (almost) everytime I select text in an xterm running bash shell. I did search the FAQ and the mailing lists. I found some postings related to above problem but I didn't see any solution. I've captured and pasted the logs (using verbosity level set to 10) at the end of the mail. The last line in /tmp/XWin.log is the following: "clipboard does not contain CF_TEXT nor CF_UNICODETEXT" Any help / suggestion will be highly appreciated. -thanks in advance, Saurabh === LOG FILE WITH VERBOSITY LEVEL SET TO 10 === Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.0-8 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: XWin -multiwindow -clipboard -silent-dup-error -logverbose 10 OsVendorInit - Creating bogus screen 0 _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 winValidateArgs - Returning. (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" winDetectSupportedEngines - Windows 95/98/Me winDetectSupportedEngines - DirectDraw installed winDetectSupportedEngines - DirectDraw4 installed winDetectSupportedEngines - Returning, supported engines 00000007 winScreenInit - dwWidth: 1152 dwHeight: 864 winSetEngine - Multi Window or Rootless => ShadowGDI winAdjustVideoModeShadowGDI - Using Windows display depth of 16 bits per pixel winCreateBoundingWindowWindowed - User w: 1152 h: 864 winCreateBoundingWindowWindowed - Current w: 1152 h: 864 winGetWorkArea - Original WorkArea: 0 0 864 1152 winGetWorkArea - Virtual screen is 1152 x 864 winGetWorkArea - Virtual screen origin is 0, 0 winGetWorkArea - Primary screen is 1152 x 864 winGetWorkArea - Adjusted WorkArea for multiple monitors: 0 0 864 1152 winAdjustForAutoHide - Original WorkArea: 0 0 864 1152 winAdjustForAutoHide - Taskbar is auto hide winAdjustForAutoHide - Found BOTTOM auto-hide taskbar winAdjustForAutoHide - Adjusted WorkArea: 0 0 863 1152 winCreateBoundingWindowWindowed - WindowClient w 1152 h 864 r 1152 l 0 b 864 t 0 winCreateBoundingWindowWindowed - Returning winAllocateFBShadowGDI - Creating DIB with width: 1152 height: 864 depth: 16 winAllocateFBShadowGDI - Dibsection width: 1152 height: -864 depth: 16 size image: 1990656 winAllocateFBShadowGDI - Created shadow stride: 1152 winFinishScreenInitFB - Masks: 0000f800 000007e0 0000001f winInitVisualsShadowGDI - Masks 0000f800 000007e0 0000001f BPRGB 6 d 16 bpp 16 winRandRInit () winCreateDefColormap - Deferring to fbCreateDefColormap () null screen fn ReparentWindow null screen fn RestackWindow winFinishScreenInitFB - Calling winInitWM. 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 () winInitWM - Returning. winFinishScreenInitFB - returning winScreenInit - returning winMultiWindowXMsgProc - Hello winMultiWindowXMsgProc - Calling pthread_mutex_lock () InitOutput - Returning. MIT-SHM extension disabled due to lack of kernel support XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel (--) Setting autorepeat to delay=250, rate=15 (--) 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/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! winPointerWarpCursor - Discarding first warp: 576 432 winBlockHandler - Releasing pmServerStarted winBlockHandler - pthread_mutex_unlock () returned winInitMultiWindowWM - pthread_mutex_lock () returned. winInitMultiWindowWM - pthread_mutex_unlock () returned. winInitMultiWindowWM - DISPLAY=127.0.0.1:0.0 winMultiWindowXMsgProc - pthread_mutex_lock () returned. winMultiWindowXMsgProc - pthread_mutex_unlock () returned. winMultiWindowXMsgProc - DISPLAY=127.0.0.1:0.0 winProcEstablishConnection - Hello winInitClipboard () winProcEstablishConnection - winInitClipboard returned. winClipboardProc - Hello DetectUnicodeSupport - Windows 95/98/Me winClipboardProc - DISPLAY=127.0.0.1:0.0 winClipboardProc - XOpenDisplay () returned and successfully opened the display. winClipboardWindowProc - WM_CREATE winClipboardWindowProc - WM_DRAWCLIPBOARD: Enter winClipboardWindowProc - WM_DRAWCLIPBOARD: Exit winProcSetSelectionOwner - Clipboard not yet started, aborting. winProcSetSelectionOwner - Clipboard not yet started, aborting. winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the display. winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the display. winClipboardWindowProc - WM_WM_REINIT: Enter WM_WM_REINIT: already at head of viewer chain. winClipboardWindowProc - WM_WM_REINIT: Exit winClipboardWindowProc - WM_WM_REINIT: Enter WM_WM_REINIT: already at head of viewer chain. winClipboardWindowProc - WM_WM_REINIT: Exit winClipboardWindowProc - WM_WM_REINIT: Enter WM_WM_REINIT: already at head of viewer chain. winClipboardWindowProc - WM_WM_REINIT: Exit winClipboardWindowProc - WM_DRAWCLIPBOARD: Enter winClipboardWindowProc - WM_DRAWCLIPBOARD - We own the clipboard, returning. winClipboardWindowProc - WM_DRAWCLIPBOARD: Exit winClipboardWindowProc - WM_DRAWCLIPBOARD: Enter winClipboardWindowProc - WM_DRAWCLIPBOARD - We own the clipboard, returning. winClipboardWindowProc - WM_DRAWCLIPBOARD: Exit winClipboardWindowProc - WM_DRAWCLIPBOARD: Enter winClipboardWindowProc - WM_DRAWCLIPBOARD - We own the clipboard, returning. winClipboardWindowProc - WM_DRAWCLIPBOARD: Exit winClipboardWindowProc - WM_DRAWCLIPBOARD: Enter winClipboardWindowProc - WM_DRAWCLIPBOARD - Clipboard does not contain CF_TEXT nor CF_UNICODETEXT. __________________________________ Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http://info.mail.yahoo.com/mail_250 From alexander.gottwald@s1999.tu-chemnitz.de Sun Dec 26 18:37:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sun, 26 Dec 2004 18:37:00 -0000 Subject: Having XP and KDE desktops togather In-Reply-To: <41CC4785.5030404@princeton.edu> References: <41CA5255.90608@princeton.edu> <41CC4785.5030404@princeton.edu> Message-ID: On Fri, 24 Dec 2004, Vinod Gupta wrote: > One easy solution would be to startup xwin with slightly reduced sized > root window. Is there any way to set screen size, say 90% of the > available real-estate? Not directly. you could query the desktop size with a small program, calculate 90% of the extends and build a proper string for the -screen parameter. Or you build a patch for XWin which incorporates it into xwin. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From Alexander.Gottwald@s1999.tu-chemnitz.de Sun Dec 26 18:41:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sun, 26 Dec 2004 18:41:00 -0000 Subject: XWin hangs upon text selection [error: clipboard does not contain CF_TEXT nor CF_UNICODETEXT] In-Reply-To: <20041226055542.26708.qmail@web50110.mail.yahoo.com> References: <20041226055542.26708.qmail@web50110.mail.yahoo.com> Message-ID: Saurabh Srivastava wrote: > Hi, > > I installed Cygwin/X on my PC running WinME, on > Dec-24-2004 using setup.exe. For some reason XWin > just hangs / freezes (almost) everytime I select text > in an xterm running bash shell. > > I did search the FAQ and the mailing lists. I found > some postings related to above problem but I didn't > see any solution. > > I've captured and pasted the logs (using verbosity > level set to 10) at the end of the mail. The last line > in /tmp/XWin.log is the following: "clipboard does not > contain CF_TEXT nor CF_UNICODETEXT" These bugs are usually hard to debug. Can you describe how exactly you can reproduce it? bye ago NP: Velvet Acid Christ - Futile (nazi bastard) -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From saurabh_srivastava@yahoo.com Sun Dec 26 20:01:00 2004 From: saurabh_srivastava@yahoo.com (Saurabh Srivastava) Date: Sun, 26 Dec 2004 20:01:00 -0000 Subject: XWin hangs upon text selection [error: clipboard does not contain CF_TEXT nor CF_UNICODETEXT] In-Reply-To: Message-ID: <20041226200054.58982.qmail@web50109.mail.yahoo.com> Steps to reproduce: 1.) Launch Cygwin using the desktop icon created by setup.exe [C:\WINDOWS\COMMAND.COM /E:4096 /c C:\cygwin\cygwin.bat] 2.) Start XWin by typing "startxwin.sh" in the Cygwin window. This starts the Xwin and brings up an xterm running bash. 3.)On the xterm, select and paste the prompt onto the command line. It works the first time. Now select the text again. XWin hangs. I've attached the contents of the following files in this email: 1.) cygcheck.out 2.) C:\cygwin\cygwin.bat 3.) /usr/X11R6/bin/startxwin.sh 4.) /tmp/XWin.log Hope this helps. -Saurabh --- Alexander Gottwald wrote: > Saurabh Srivastava wrote: > > > Hi, > > > > I installed Cygwin/X on my PC running WinME, on > > Dec-24-2004 using setup.exe. For some reason XWin > > just hangs / freezes (almost) everytime I select > text > > in an xterm running bash shell. > > > > I did search the FAQ and the mailing lists. I > found > > some postings related to above problem but I > didn't > > see any solution. > > > > I've captured and pasted the logs (using verbosity > > level set to 10) at the end of the mail. The last > line > > in /tmp/XWin.log is the following: "clipboard does > not > > contain CF_TEXT nor CF_UNICODETEXT" > > These bugs are usually hard to debug. Can you > describe how > exactly you can reproduce it? > > bye > ago > NP: Velvet Acid Christ - Futile (nazi bastard) > -- > Alexander.Gottwald@s1999.tu-chemnitz.de > http://www.gotti.org ICQ: 126018723 > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: cygcheck.out.txt URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: cygwin.bat.txt URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: startxwin.sh.txt URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: XWin.log.txt URL: From mark_p_allen85@hotmail.com Mon Dec 27 12:11:00 2004 From: mark_p_allen85@hotmail.com (Mark Allen) Date: Mon, 27 Dec 2004 12:11:00 -0000 Subject: Cygwin/X server displays nothing, sh.exe hangs Message-ID: I have been trying to set up cygwin/X on my laptop, Using exactly the same startup scripts & packages that work on my desktop, however it keeps failing (been trying for 2 days now). I run the startXwin.bat script (or my own versions of it), 4 processes appear: Xwin Xwin Xterm sh.exe sh.exe sits on close to 100% cpu usage until I kill it manually, and nothing is displayed on the x server (command line version seems to work, but is missing several basic commands like ssh for some reason). I've looked through the mailing lsit & seen zonealarm can be a culprit for these kind of symptoms, I do not have zonealarm installed, the only similar program is the mcafee security center & privacy service (which I cannot disable). I don't know if these cause the same issues as zonealarm. The laptop is a dell inspiron 510m. thanks in advance for any help -mark allen if it helps, here's the /tmp/xWin.log contents: ------------------------------------------------- Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.0-8 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: /usr/X11R6/bin/XWin -multiwindow -clipboard -silent-dup-error ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1024 h 768 winInitializeDefaultScreens - Returning _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel winAllocateFBShadowGDI - Creating DIB with width: 1024 height: 768 depth: 32 winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32 null screen fn ReparentWindow null screen fn RestackWindow InitQueue - Calling pthread_mutex_init InitQueue - pthread_mutex_init returned InitQueue - Calling pthread_cond_init InitQueue - pthread_cond_init returned winInitMultiWindowWM - Hello winMultiWindowXMsgProc - Hello winMultiWindowXMsgProc - Calling pthread_mutex_lock () winInitMultiWindowWM - Calling pthread_mutex_lock () MIT-SHM extension disabled due to lack of kernel support XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000809" (00000809) (--) Using preset keyboard for "English (United Kingdom)" (809), type "4" From bismuti@hotmail.com Mon Dec 27 20:42:00 2004 From: bismuti@hotmail.com (Peter Bismuti) Date: Mon, 27 Dec 2004 20:42:00 -0000 Subject: not loading gnome packages References: <000601c4eb92$0e275db0$6501a8c0@PAVILION> Message-ID: cygwin isn't loading gnome packages/programs such as gnome-terminal. Are they not available? Are their existing packages I haven't loaded? Thought I loaded everything. Thanks in advance Pete From Alexander.Gottwald@s1999.tu-chemnitz.de Mon Dec 27 21:04:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 27 Dec 2004 21:04:00 -0000 Subject: not loading gnome packages In-Reply-To: References: <000601c4eb92$0e275db0$6501a8c0@PAVILION> Message-ID: Peter Bismuti wrote: > cygwin isn't loading gnome packages/programs such as gnome-terminal. Only a few gnome packages are availbale in the cygwin distribution. Check http://cygnome.sourceforge.net for non official gnome packages. bye ago NP: Dekoy - Shoot To Kill -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From gp@familiehaase.de Mon Dec 27 22:01:00 2004 From: gp@familiehaase.de (Gerrit P. Haase) Date: Mon, 27 Dec 2004 22:01:00 -0000 Subject: not loading gnome packages In-Reply-To: References: <000601c4eb92$0e275db0$6501a8c0@PAVILION> Message-ID: <41D08649.4010302@familiehaase.de> Peter Bismuti wrote: > cygwin isn't loading gnome packages/programs such as gnome-terminal. > Are they not available? Are their existing packages I haven't loaded? > Thought I loaded everything. The Gnome desktop is not available yet, sorry. Gerrit -- =^..^= From bismuti@hotmail.com Tue Dec 28 04:31:00 2004 From: bismuti@hotmail.com (Peter Bismuti) Date: Tue, 28 Dec 2004 04:31:00 -0000 Subject: Looking for OpenGL "hello world" References: Message-ID: Trying to get cygwin working to practice writing OpenGL code, but ready to throw in the towel. As usual, I'm having Win OS based problems that are chewing up massive amounts of time. I'd be better off ordering a new computer and installing Redhat myself I think, although finding an OpenGL "hello.c" program in their docs isn't a piece of cake either. If anyone can point me towards some links, tutorials, etc. I can't see the forest through the trees. Too much info, most of which is out of date. Thanks!! From karheng@softhome.net Tue Dec 28 09:00:00 2004 From: karheng@softhome.net (Chan Kar Heng) Date: Tue, 28 Dec 2004 09:00:00 -0000 Subject: Looking for OpenGL "hello world" In-Reply-To: References: Message-ID: <5.1.0.14.1.20041228165641.00ab4f08@pop.softhome.net> if you've installed the *latest* cygwin & just used the default settings & had not had previous versions of cygwin installed nor do you have any instances of cygwin1.dll anywhere else on your computer (due to other cygwin based s/w), then getting it to compile a normal helloworld.c should be a piece of cake (assuming you know enough basic *n*x stuff). --- a.c --- #include int main(void) {puts("Hello world!");return(0);} /* the empty line below is required to compile properly */ ------------- should work just doing gcc -o a a.c. get the X servers working under cygwin. make sure you can run xclock or similar to test things out. get mesa, take their examples (the X windows ones), and try the simplest one out. (you might want to break apart even that simple code to test what works & what doesn't). it might help to download source codes for xclock & see what commands r used to compile X apps on cygwin too. i'm sure you'll hit some walls along the way, but it's around there. At 2004-12-28 12:30 PM, you wrote: >Trying to get cygwin working to practice writing OpenGL code, but ready to throw in the towel. As usual, I'm having Win OS based problems that are chewing up massive amounts of time. I'd be better off ordering a new computer and installing Redhat myself I think, although finding an OpenGL "hello.c" program in their docs isn't a piece of cake either. > >If anyone can point me towards some links, tutorials, etc. I can't see the forest through the trees. Too much info, most of which is out of date. > >Thanks!! From bismuti@comcast.net Tue Dec 28 12:43:00 2004 From: bismuti@comcast.net (Peter Bismuti) Date: Tue, 28 Dec 2004 12:43:00 -0000 Subject: setup.exe hanging Message-ID: <000301c4ecda$98761e40$6501a8c0@PAVILION> Whenever I run setup, it always hangs at a point where it says it is 99% finished and displays the filename Running no package /etc/postinstalls/libgnome2.sh THe "progress" dialog shows that it is in the middle of installing this package before hanging. Anyone know how to fix this? Thanks!! From arai@spamcop.net Tue Dec 28 13:05:00 2004 From: arai@spamcop.net (arai@spamcop.net) Date: Tue, 28 Dec 2004 13:05:00 -0000 Subject: unsubscribe help Message-ID: <20041228050507.v0cgc8cs4c448og0@webmail.spamcop.net> From alexander.gottwald@s1999.tu-chemnitz.de Tue Dec 28 13:08:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 28 Dec 2004 13:08:00 -0000 Subject: setup.exe hanging In-Reply-To: <000301c4ecda$98761e40$6501a8c0@PAVILION> References: <000301c4ecda$98761e40$6501a8c0@PAVILION> Message-ID: On Tue, 28 Dec 2004, Peter Bismuti wrote: > Whenever I run setup, it always hangs at a point where it says it is 99% > finished and displays the filename > > Running > no package > /etc/postinstalls/libgnome2.sh > > THe "progress" dialog shows that it is in the middle of installing this > package before hanging. > > Anyone know how to fix this? Install only base packages first and everything additional later. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From cgf-no-personal-reply-please@cygwin.com Tue Dec 28 14:43:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Tue, 28 Dec 2004 14:43:00 -0000 Subject: setup.exe hanging In-Reply-To: References: <000301c4ecda$98761e40$6501a8c0@PAVILION> Message-ID: <20041228144538.GI31195@trixie.casa.cgf.cx> On Tue, Dec 28, 2004 at 02:08:35PM +0100, Alexander Gottwald wrote: >On Tue, 28 Dec 2004, Peter Bismuti wrote: > >> Whenever I run setup, it always hangs at a point where it says it is 99% >> finished and displays the filename >> >> Running >> no package >> /etc/postinstalls/libgnome2.sh >> >> THe "progress" dialog shows that it is in the middle of installing this >> package before hanging. >> >> Anyone know how to fix this? > >Install only base packages first and everything additional later. You could also try the setup.exe snapshot mentioned here: http://sources.redhat.com/ml/cygwin-xfree/2004-12/msg00224.html cgf From kulack@us.ibm.com Tue Dec 28 15:58:00 2004 From: kulack@us.ibm.com (Fred Kulack) Date: Tue, 28 Dec 2004 15:58:00 -0000 Subject: Looking for OpenGL "hello world" In-Reply-To: <5.1.0.14.1.20041228165641.00ab4f08@pop.softhome.net> Message-ID: cygwin-xfree-owner@cygwin.com wrote on 12/28/2004 03:06:55 AM: > --- a.c --- > #include > int main(void) {puts("Hello world!");return(0);} > /* the empty line below is required to compile properly */ > > ------------- > > should work just doing gcc -o a a.c. Hmm.... Is there a reason you go so far as to explicitly indicate that a newline is required at the end of the file? Seems like you're being a bit complex? Is there a good reason? (I do see an old gcc bug talking about gcc generating 2 warnings for this occurance, but its like 4 years old). As far as I know, this requirement is rather esoteric and its difficult to get it to fail (editors I try always put a newline at the end and even if you skip a newline explicitly, all you get is a warning). Opening a.c in vi for example and saving the file immediately fixes the problem. > echo -n '#include int main(void) {puts("Hello world!");return(0);}' > a.c > od -tx1c a.c 0000000 23 69 6e 63 6c 75 64 65 20 3c 73 74 64 69 6f 2e # i n c l u d e < s t d i o . 0000020 68 3e 0a 69 6e 74 20 6d 61 69 6e 28 76 6f 69 64 h > \n i n t m a i n ( v o i d 0000040 29 20 7b 70 75 74 73 28 22 48 65 6c 6c 6f 20 77 ) { p u t s ( " H e l l o w 0000060 6f 72 6c 64 21 22 29 3b 72 65 74 75 72 6e 28 30 o r l d ! " ) ; r e t u r n ( 0 0000100 29 3b 7d ) ; } 0000103 > gcc a.c a.c:2:49: warning: no newline at end of file "The stuff we call "software" is not like anything that human society is used to thinking about. Software is something like a machine, and something like mathematics, and something like language, and something like thought, and art, and information... but software is not in fact any of those other things." Bruce Sterling - The Hacker Crackdown Fred A. Kulack - IBM eServer iSeries - Enterprise Application Solutions ERP, Java DB2 access, Jdbc, JTA, etc... IBM in Rochester, MN (Phone: 507.253.5982 T/L 553-5982) mailto:kulack/us.ibm.com Personal: mailto:kulack/gmail.com AIM Home:FKulack AIM Work:FKulackWrk MSN Work: fakulack/hotmail.com (replace email / with @) From wolfgang.beck01@t-online.de Tue Dec 28 16:19:00 2004 From: wolfgang.beck01@t-online.de (Wolfgang Beck) Date: Tue, 28 Dec 2004 16:19:00 -0000 Subject: clients with many requests hang as XWin stops serving them Message-ID: <1CjK3m-1Srq0u0@fwd04.sul.t-online.com> Hi, I am using XWin 6.8.1.0-8 on an XP laptop as an X-Terminal of a Linux machine. The machines are connected over IPSec encrypted wireless. On the XP machine, I start X with X -query linuxserver and can log in without problems. The wireless connection is excellent. A contiuous ping shows very few errors (about 1 in 30 minutes). However, x clients hang frequently and can only be removed using xkill. There seems to be some correlation between client activity and probability of hanging. 'ico' hangs reproducably after 1-5 minutes, xterm hangs less often but is still a pain to work with. netstat -n --protocol=inet (on the linux machine) shows a connection with a suspiciously full send queue, which is disconnected after 'xkill': Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 64440 192.168.0.100:36779 192.168.0.129:6000 ESTABLISHED Using ssh -X from a (XP-)local xterm does not help: 192.168.0.129:> ssh -X b@192.160.0.100 b@192.168.100:> ico What am I doing wrong? Wolfgang From ford@vss.fsi.com Tue Dec 28 16:25:00 2004 From: ford@vss.fsi.com (Brian Ford) Date: Tue, 28 Dec 2004 16:25:00 -0000 Subject: gtk2-x11.sh postinstall bug Message-ID: Note to maintainer: Please quote $PATH when exporting to support spaces in path components. Thanks. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... From karheng@softhome.net Tue Dec 28 16:55:00 2004 From: karheng@softhome.net (Chan Kar Heng) Date: Tue, 28 Dec 2004 16:55:00 -0000 Subject: Looking for OpenGL "hello world" In-Reply-To: References: <5.1.0.14.1.20041228165641.00ab4f08@pop.softhome.net> Message-ID: <5.1.0.14.1.20041229005811.00ad48a8@pop.softhome.net> >> --- a.c --- >> #include >> int main(void) {puts("Hello world!");return(0);} >> /* the empty line below is required to compile properly */ >> >> ------------- >> >> should work just doing gcc -o a a.c. > >Hmm.... >Is there a reason you go so far as to explicitly indicate that a newline >is required >at the end of the file? Seems like you're being a bit complex? >Is there a good reason? (I do see an old gcc bug talking about gcc >generating 2 warnings >for this occurance, but its like 4 years old). :) i'm rather meticulous & don't really like warnings. as more files come in, more warnings come in. they flood the screen and it gets hard to see errors. n i'd prefer not to turn off warnings in the first place. maybe i shouldn't mention it's required "to compile properly". rather, it should be "to compile without warning". ps: sorry for getting off topic... discontinuing. rgds, kh From A.Solofnenko@mdl.com Tue Dec 28 17:51:00 2004 From: A.Solofnenko@mdl.com (Alexey N. Solofnenko) Date: Tue, 28 Dec 2004 17:51:00 -0000 Subject: New setup.exe release candidate - please test In-Reply-To: <033f01c4e925$b36837f0$6708a8c0@robinson.cam.ac.uk> References: <033f01c4e925$b36837f0$6708a8c0@robinson.cam.ac.uk> Message-ID: <41D19D25.7010401@mdl.com> I usually install everything, but always have to unselect two source only packages (setup and gcc-testsuite). Is it possible to remember that they are already installed and not to offer to reinstall them every time? - Alexey. Max Bowsher wrote: > Version 2.459 > > - Repair the broken detection of wrongly-sized package files. > > - Fix setup keeping open handles to every tarball it installs during a > run. > > - Fix a miscellany of error-reporting deficiencies. > > - Close stdin, to protect against rogue postinstall scripts attempting to > wait for user input. > > http://www.cygwin.com/setup-snapshots/setup-2.459.exe > > Also, this release appears in my testing to fix the hang when a new > install-everything setup is attempted, as side-effect of other bugfixes. > > Please test - if no regressions are discovered in the next few days, > it will be promoted to the release version, accessible from the > cygwin.com main page. > > Max. From andrex@alumni.utexas.net Tue Dec 28 18:43:00 2004 From: andrex@alumni.utexas.net (Andrew Schulman) Date: Tue, 28 Dec 2004 18:43:00 -0000 Subject: New setup.exe release candidate - please test References: <033f01c4e925$b36837f0$6708a8c0@robinson.cam.ac.uk> <41D19D25.7010401@mdl.com> Message-ID: > I usually install everything, but always have to unselect two source > only packages (setup and gcc-testsuite). Is it possible to remember that > they are already installed and not to offer to reinstall them every time? New feature-- probably unlikely given the current difficulty just in getting bugs fixed, and that the current setup utility will probably be scrapped altogether in favor of something better. However, if a feature like that were to be implemented, I'd rather see it in those annoying checkboxes at the end. You know, "Add an icon to the desktop" and "Add an icon to the start menu". I've unchecked those boxes about 20 bezillion times, and every time setup forgets and asks me again. -- To reply by email, replace "deadspam.com" by "alumni.utexas.net" From gp@familiehaase.de Tue Dec 28 20:00:00 2004 From: gp@familiehaase.de (Gerrit P. Haase) Date: Tue, 28 Dec 2004 20:00:00 -0000 Subject: gtk2-x11.sh postinstall bug In-Reply-To: References: Message-ID: <41D1BB37.8010900@familiehaase.de> Brian Ford wrote: > Note to maintainer: > > Please quote $PATH when exporting to support spaces in path components. > Thanks. Thank you for the report. Gerrit -- =^..^= From daemon404@gmail.com Tue Dec 28 21:45:00 2004 From: daemon404@gmail.com (Derek Buitenhuis) Date: Tue, 28 Dec 2004 21:45:00 -0000 Subject: X Freezes at Startup Message-ID: <8efbf1250412281345b9102aa@mail.gmail.com> Ok, I read in teh FAq that the problem is ZoneAlarm. I do not have, and have never had ZoneAlarm. I tohught ti might be Windows Firewall (I use Windows XP Home SP2), but even after i disabled it, it still froze. What is the problem and how do i fix it? From gp@familiehaase.de Tue Dec 28 23:00:00 2004 From: gp@familiehaase.de (Gerrit P. Haase) Date: Tue, 28 Dec 2004 23:00:00 -0000 Subject: New setup.exe release candidate - please test In-Reply-To: References: <033f01c4e925$b36837f0$6708a8c0@robinson.cam.ac.uk> <41D19D25.7010401@mdl.com> Message-ID: <41D1E59D.4010400@familiehaase.de> Andrew Schulman wrote: > However, if a feature like that were to be implemented, I'd rather see > it in those annoying checkboxes at the end. You know, "Add an icon to > the desktop" and "Add an icon to the start menu". I've unchecked those > boxes about 20 bezillion times, and every time setup forgets and asks me > again. I never get asked. Just allow setup to put the two icons in place;) Gerrit -- =^..^= From keenerb@roleplayga.org Wed Dec 29 05:04:00 2004 From: keenerb@roleplayga.org (Brian Keener) Date: Wed, 29 Dec 2004 05:04:00 -0000 Subject: Extraneous HOME keypresses in Cygwin X server. Message-ID: <1104296204.7112.13.camel@appserver> The symptoms are: When starting an X-application like xedit, or using XDMCP to connect to my server, the cursor behaves as if the HOME key had been pressed at random intervals. This has been a constant problem for as long as I have been using Cygwin on this PC, which is several months. So far in this e-mail, it's happened three times. I've managed to use 'xev' and have a capture of the output, where I can plainly see the home key being processed (keycode 97, keysym 0xff50) when the home key was never actually struck on the keyboard. I've manually pressed each and every key on my keyboard, using xev, and verified that none are being mistakenly recognized as a "home" key. It also happens during repeated entry of the same key: If I hit the letter e enough times, like eeeeeee, eventually it'll act as if the home key has been pressed. This is quite annoying. Please let me know what information might be of use, my keyboard is a "Microsoft Wireless Multimedia Keyboard 1.0A". According to cygwin setup.exe, I'm using xorg X server version 6.8.1.0-8, although the problem also existed under many previous version, including the xfree versions. This does NOT affect Cygwin console applications. Under Mandrake, this computer reports "unknown keycode e059" occasionally in /var/log/messages, I can retrieve the full information from that file if necessary. It doesn't exhibit the "home" key problems, though. Thanks for any assistance. The grand total "home" keypresses during the creation of this document is 15, without my ever having touched the "home" key... -- Brian Keener From keenerb@roleplayga.org Wed Dec 29 05:56:00 2004 From: keenerb@roleplayga.org (Brian Keener) Date: Wed, 29 Dec 2004 05:56:00 -0000 Subject: xmodmap restarts X-server without applying changes Message-ID: <1104299304.7806.2.camel@appserver> I'm trying to run xmodmap -e "keysym Home = " And it's restarting my X-server without applying the changes to the keymappings. Oddly enough, if I start the X server as "-multiwindow" it applies the change without rebooting, and resolves (partially) my previous report of extraneous "home" keypresses. However, running X as "-rootless" or without any command line options at all results in the behaviour reported above... -- Brian Keener From alexander.gottwald@s1999.tu-chemnitz.de Wed Dec 29 10:49:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 29 Dec 2004 10:49:00 -0000 Subject: X Freezes at Startup In-Reply-To: <8efbf1250412281345b9102aa@mail.gmail.com> References: <8efbf1250412281345b9102aa@mail.gmail.com> Message-ID: On Tue, 28 Dec 2004, Derek Buitenhuis wrote: > Ok, I read in teh FAq that the problem is ZoneAlarm. I do not have, > and have never had ZoneAlarm. I tohught ti might be Windows Firewall > (I use Windows XP Home SP2), but even after i disabled it, it still > froze. What is the problem and how do i fix it? There has been a report some days ago. But since I can't reproduce it there is litte chance to get this fixed. You could try Xming (http://wiki.freedesktop.org/wiki/Xming). It uses nearly the same codebase as XWin but uses windows sockets directly. Maybe this solves the network problems. bye ago BTW: have you checked if /tmp is mounted in textmode? This used to give similar symptoms. The error should have been fixed for some time now but maybe it's a regression. -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Wed Dec 29 10:53:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 29 Dec 2004 10:53:00 -0000 Subject: xmodmap restarts X-server without applying changes In-Reply-To: <1104299304.7806.2.camel@appserver> References: <1104299304.7806.2.camel@appserver> Message-ID: On Wed, 29 Dec 2004, Brian Keener wrote: > I'm trying to run > > xmodmap -e "keysym Home = " > > And it's restarting my X-server without applying the changes to the > keymappings. > > Oddly enough, if I start the X server as "-multiwindow" it applies the > change without rebooting, and resolves (partially) my previous report of > extraneous "home" keypresses. However, running X as "-rootless" or > without any command line options at all results in the behaviour > reported above... Get in touch with X. The xserver does restart if the last xclient disconnts. xmodmap is a xclient and after finishing it's work it disconnects and the xserver resets (and dumps your changes). In multiwindow mode there is at least the windowmanager client running and prevents the reset. You can omit this behaviour by adding the -noreset option to XWin. This will prevent the reset bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Wed Dec 29 11:28:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 29 Dec 2004 11:28:00 -0000 Subject: Extraneous HOME keypresses in Cygwin X server. In-Reply-To: <1104296204.7112.13.camel@appserver> References: <1104296204.7112.13.camel@appserver> Message-ID: On Tue, 28 Dec 2004, Brian Keener wrote: > The symptoms are: When starting an X-application like xedit, or using > has been pressed. > > This is quite annoying. Please let me know what information might be of > use, my keyboard is a "Microsoft Wireless Multimedia Keyboard 1.0A". > According to cygwin setup.exe, I'm using xorg X server version > 6.8.1.0-8, although the problem also existed under many previous > version, including the xfree versions. The Xming builds include debugging code which prints the windows messages generated by each keypress. Install Xming (with installer and copy the standalone binary to the install directory), start Xming Xming.exe :1 -multiwindow -logverbose 10 and keep an eye on the debug messages. The real home key produces: winTopLevelWindowProc - WM_*KEYDOWN winWindowProc - Message WM_KEYDOWN wParam 0x24 lParam 0x1470001 winTopLevelWindowProc - Message WM_KEYUP wParam 0x24 lParam 0xc1470001 winTopLevelWindowProc - WM_*KEYUP winWindowProc - Message WM_KEYUP wParam 0x24 lParam 0xc1470001 Xming download page: http://wiki.freedesktop.org/wiki/Xming bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From keenerb@roleplayga.org Wed Dec 29 14:22:00 2004 From: keenerb@roleplayga.org (Brian Keener) Date: Wed, 29 Dec 2004 14:22:00 -0000 Subject: X-SBClass: Blocked ( Re: xmodmap restarts X-server without applying changes) In-Reply-To: References: <1104299304.7806.2.camel@appserver> Message-ID: <1104329497.13205.4.camel@appserver> On Wed, 2004-12-29 at 11:53 +0100, Alexander Gottwald wrote: > On Wed, 29 Dec 2004, Brian Keener wrote: > > > I'm trying to run > > > > xmodmap -e "keysym Home = " > > > > And it's restarting my X-server without applying the changes to the > > keymappings. > > > > Oddly enough, if I start the X server as "-multiwindow" it applies the > > change without rebooting, and resolves (partially) my previous report of > > extraneous "home" keypresses. However, running X as "-rootless" or > > without any command line options at all results in the behaviour > > reported above... > > Get in touch with X. The xserver does restart if the last xclient disconnts. > xmodmap is a xclient and after finishing it's work it disconnects and the > xserver resets (and dumps your changes). In multiwindow mode there is at least > the windowmanager client running and prevents the reset. > > You can omit this behaviour by adding the -noreset option to XWin. This will > prevent the reset > > bye > ago Interesting to know. That command line option doesn't show up either in the FAQ for command line options, or in "X --help", but it most certainly works. Thanks for the help! -- Brian Keener From alexander.gottwald@s1999.tu-chemnitz.de Wed Dec 29 14:33:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 29 Dec 2004 14:33:00 -0000 Subject: X-SBClass: Blocked ( Re: xmodmap restarts X-server without applying changes) In-Reply-To: <1104329497.13205.4.camel@appserver> References: <1104299304.7806.2.camel@appserver> <1104329497.13205.4.camel@appserver> Message-ID: On Wed, 29 Dec 2004, Brian Keener wrote: > Interesting to know. That command line option doesn't show up either in > the FAQ for command line options, or in "X --help", but it most > certainly works. This is a general commandline option and is documented in man Xserver bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From andrex@alumni.utexas.net Wed Dec 29 14:36:00 2004 From: andrex@alumni.utexas.net (Andrew Schulman) Date: Wed, 29 Dec 2004 14:36:00 -0000 Subject: New setup.exe release candidate - please test References: <033f01c4e925$b36837f0$6708a8c0@robinson.cam.ac.uk> <41D19D25.7010401@mdl.com> <41D1E59D.4010400@familiehaase.de> Message-ID: > > However, if a feature like that were to be implemented, I'd rather see > > it in those annoying checkboxes at the end. You know, "Add an icon to > > the desktop" and "Add an icon to the start menu". I've unchecked those > > boxes about 20 bezillion times, and every time setup forgets and asks me > > again. > > I never get asked. Just allow setup to put the two icons in place;) Never! -- To reply by email, replace "deadspam.com" by "alumni.utexas.net" From maxb@ukf.net Wed Dec 29 15:46:00 2004 From: maxb@ukf.net (Max Bowsher) Date: Wed, 29 Dec 2004 15:46:00 -0000 Subject: New setup.exe snapshot - please test Message-ID: Version 2.457.2.1 - Fix setup keeping open handles to every tarball it installs during a run. (Which appears to have been indirectly responsible for the weird hangs people have been experiencing.) - Fix a miscellany of error-reporting deficiencies. - Close stdin, to protect against rogue postinstall scripts attempting to wait for user input. http://www.cygwin.com/setup-snapshots/setup-2.457.2.1.exe Please test - if no regressions are discovered in the next few days, it will be promoted to the release version, accessible from the cygwin.com main page. This is almost identical to the previous snapshot, except that the rather aggressive reporting of wrong sized files (as unhandled exceptions!) in the previous snapshot has been reverted on the release branch. (A better fix will be forthcoming on trunk.) (Particularly observant people will observe that the version number has actually gone down since the last snapshot - when it became clear that I would need to make a branch, I chose the most appropriate branch point, excluding a couple of code reorganizations that were in the last snapshot.) Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ From dickey@his.com Wed Dec 29 15:51:00 2004 From: dickey@his.com (Thomas Dickey) Date: Wed, 29 Dec 2004 15:51:00 -0000 Subject: New setup.exe snapshot - please test In-Reply-To: <200412291546.iBTFkArf081464@mail.his.com> References: <200412291546.iBTFkArf081464@mail.his.com> Message-ID: <20041229104950.T82773@mail.his.com> On Wed, 29 Dec 2004, Max Bowsher wrote: > Version 2.457.2.1 > > - Fix setup keeping open handles to every tarball it installs during a run. > (Which appears to have been indirectly responsible for the weird hangs > people have been experiencing.) Is there a bugzilla or other tracking tool for setup.exe ? I ran into a problem with it last week, which I can see on the mailing list was mentioned a few times w/o resolution. -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net From A.Solofnenko@mdl.com Wed Dec 29 17:11:00 2004 From: A.Solofnenko@mdl.com (Alexey N. Solofnenko) Date: Wed, 29 Dec 2004 17:11:00 -0000 Subject: New setup.exe release candidate - please test In-Reply-To: References: <033f01c4e925$b36837f0$6708a8c0@robinson.cam.ac.uk> <41D19D25.7010401@mdl.com> Message-ID: <41D2E542.60002@mdl.com> Not remembering what was installed seems like a bug to me. - Alexey. Andrew Schulman wrote: >New feature-- probably unlikely given the current difficulty just in >getting bugs fixed, and that the current setup utility will probably be >scrapped altogether in favor of something better. > >However, if a feature like that were to be implemented, I'd rather see >it in those annoying checkboxes at the end. You know, "Add an icon to >the desktop" and "Add an icon to the start menu". I've unchecked those >boxes about 20 bezillion times, and every time setup forgets and asks me >again. > > > From pechtcha@cs.nyu.edu Wed Dec 29 19:00:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Wed, 29 Dec 2004 19:00:00 -0000 Subject: New setup.exe release candidate - please test In-Reply-To: <41D2E542.60002@mdl.com> References: <033f01c4e925$b36837f0$6708a8c0@robinson.cam.ac.uk> <41D19D25.7010401@mdl.com> <41D2E542.60002@mdl.com> Message-ID: Ugh, top-posting... Oh, well... This behavior is by design. Setup doesn't remember the source packages that were installed -- only the binary ones. One way to fix this would be to introduce dummy (empty) binary packages for the two source-only packages -- feel free to propose this on the cygwin-apps list. Another (proper) fix would be to patch setup.exe -- again, feel free to post a patch on the cygwin-apps list. HTH, Igor On Wed, 29 Dec 2004, Alexey N. Solofnenko wrote: > Not remembering what was installed seems like a bug to me. > > - Alexey. > > Andrew Schulman wrote: > > > New feature-- probably unlikely given the current difficulty just in > > getting bugs fixed, and that the current setup utility will probably > > be scrapped altogether in favor of something better. > > > > However, if a feature like that were to be implemented, I'd rather see > > it in those annoying checkboxes at the end. You know, "Add an icon to > > the desktop" and "Add an icon to the start menu". I've unchecked > > those boxes about 20 bezillion times, and every time setup forgets and > > asks me again. -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT From rv@ebay.com Wed Dec 29 23:04:00 2004 From: rv@ebay.com (VandenBosch, Richard) Date: Wed, 29 Dec 2004 23:04:00 -0000 Subject: Xwin.log question Message-ID: <567F3B6E211E97409AEA32811103343E0275706E@DEN-EXM-01.corp.ebay.com> From rv@ebay.com Wed Dec 29 23:06:00 2004 From: rv@ebay.com (VandenBosch, Richard) Date: Wed, 29 Dec 2004 23:06:00 -0000 Subject: Xwin.log question Message-ID: <567F3B6E211E97409AEA32811103343E02757070@DEN-EXM-01.corp.ebay.com> Hey there... When trying to run startxwin.bat or startxwin.sh I get the error below. Any ideas what causes this? Thx RV Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 4.3.0.54 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: XWin -multiwindow -clipboard ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1600 h 1084 winInitializeDefaultScreens - Returning OsVendorInit - Creating bogus screen 0 _XSERVTransSocketCreateListener: failed to bind listener _XSERVTransSocketINETCreateListener: ...SocketCreateListener() failed _XSERVTransMakeAllCOTSServerListeners: failed to create listener for tcp _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed _XSERVTransMakeAllCOTSServerListeners: server already running Fatal server error: Cannot establish any listening sockets - Make sure an X server isn't already running winDeinitMultiWindowWM - Noting shutdown in progress From marcj@sympatico.ca Thu Dec 30 00:34:00 2004 From: marcj@sympatico.ca (Marc J) Date: Thu, 30 Dec 2004 00:34:00 -0000 Subject: cygwin X reboots my PC randomly Message-ID: <005101c4ee07$42dabdf0$cc01a8c0@p43000> I'm running DLL release version is 1.5.10-3 on Windows 2000 Pro and a 1 yr old 3.0 GHz PC. My video card is nVidia GeForce4 MX 440 w/AGP8X, 128 MB video ram. Windowing env - /usr/X11R6/bin/wmaker.exe After I have the cygwin environment up with windowing started via startxwin.sh, and a couple of xterm windows up, after a random amount of time (several hours, 2 days...), my PC suddenly reboots. This only happens when I run cygwin. I run an older version on my laptop w/o any problems, I love it. I have checked FAQs, mailing list archives, etc. I know this may be difficult to resolve. I would like to use it more, so if anyone can provide a clue to what might be the cause, it would be appreciated. -- Checked the event log: dec 25 108am Source Save Dump, event 1001 The computer has rebooted from a bugcheck. The bugcheck was: 0x000000d4 (0xbad0b0e4, 0x00000002, 0x00000001, 0x8006543a). Microsoft Windows 2000 [v15.2195]. A dump was saved in: C:\WINNT\Minidump\Mini122504-01.dmp. Error previous to it was 2 days prior No BSOD ran hw tests. 5 serious video memory corruption errors. skipped dvd test ran it again: 1 serious video memory corruption errors, 1 serious DVD error. ran it again, 2 serious video memory corruption errors I upgraded my video card driver today. ran it again, 1 serious video memory corruption errors ran it again, 6 serious video memory corruption errors Running cygwin again, to see if will be more stable with the newer video driver. Marc From gcruzicka@comcast.net Thu Dec 30 11:06:00 2004 From: gcruzicka@comcast.net (Gene C. Ruzicka) Date: Thu, 30 Dec 2004 11:06:00 -0000 Subject: Fw: openGL problem in cygwin-xfree? Message-ID: <002501c4ee5f$c7fd8140$7445a443@Gene> First, I hope I've directed this question to the correct mailing list: I'm not sure if it's pertinent to this list or to the cygwin list. I frequently use cygwin-xfree to log onto external host machines, usually Solaris or SGI-based. This environment worked quite well for me until recently, when I updated my Cygwin installation. Ever since then, it appears, that none of the openGL applications running on the host machine have been able to access openGL in the cygwin-xfree server. For example, here is the error message I get from an application based on TCL/TK scripting, which interfaces with openGL using the togl package: Togl: couldn't get visual while executing "togl $dw -width $wwidth -height $wheight -rgba true -double true -depth true -ident Box2 -overlay true" Apparently, the TCL/TK application can't locate the openGL facility, anywhere. Another application, the CFD visualization software FIELDVIEW, does not work when openGL graphics are specified specified, but works fine when X-based graphics are specified. Has anyone experienced anything like this recently, and/or can they assist in finding this problem? I've attached the cygcheck output, and I've tried re-installing the openGL libary, with no success. I'm contemplating simply reinstalling all of cygwin-xfree, if worse comes to worse. Thanx in advance for any help. The cygcheck output is attached. Gene -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: cygcheck.txt URL: From alexander.gottwald@s1999.tu-chemnitz.de Thu Dec 30 12:14:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 30 Dec 2004 12:14:00 -0000 Subject: Xwin.log question In-Reply-To: <567F3B6E211E97409AEA32811103343E02757070@DEN-EXM-01.corp.ebay.com> References: <567F3B6E211E97409AEA32811103343E02757070@DEN-EXM-01.corp.ebay.com> Message-ID: On Wed, 29 Dec 2004, VandenBosch, Richard wrote: > > Hey there... > > When trying to run startxwin.bat or startxwin.sh I get the error below. > Any ideas what causes this? > > Thx > RV > > Welcome to the XWin X Server > Vendor: The Cygwin/X Project > Release: 4.3.0.54 This one is rather old! > Contact: cygwin-xfree@cygwin.com > > XWin was started with the following command line: > > XWin -multiwindow -clipboard > > ddxProcessArgument - Initializing default screens > winInitializeDefaultScreens - w 1600 h 1084 > winInitializeDefaultScreens - Returning > OsVendorInit - Creating bogus screen 0 > _XSERVTransSocketCreateListener: failed to bind listener > _XSERVTransSocketINETCreateListener: ...SocketCreateListener() failed > _XSERVTransMakeAllCOTSServerListeners: failed to create listener for tcp > _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root > _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed > _XSERVTransMakeAllCOTSServerListeners: server already running > > Fatal server error: > Cannot establish any listening sockets - Make sure an X server isn't > already running > winDeinitMultiWindowWM - Noting shutdown in progress you either have another XWin or a program which uses port 600 running or this might be a problem with a firewall. Make sure XWin has full access to the network. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From cgf-no-personal-reply-please@cygwin.com Thu Dec 30 15:25:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Thu, 30 Dec 2004 15:25:00 -0000 Subject: Full install on XP hangs at /etc/X11/abb-defaults/Bitmap In-Reply-To: References: <41C66F86.4060508@slac.stanford.edu> Message-ID: <20041230152509.GC364@trixie.casa.cgf.cx> On Mon, Dec 20, 2004 at 10:40:03AM +0100, Alexander Gottwald wrote: >On Sun, 19 Dec 2004, Greg Schussman wrote: >>I've just tried to do a full install of cygwin/X on Windows XP. The >>install hangs at 90%, saying: >> >>Installing >> >>xorgx-x11-etc-6.8.180.1 >> >>/etc/X11/app-defaults/Bitmap >> >> >>When I look at the file structure, etc/X11/app-defaults is a file, not >>a directory. Perhaps this is the problem (how can one write to >>app-defaults/Bitmap if app-defaults is not a directory)? > >This is really strange. Did you have anything from cygwin installed >before? I could not find any cygwin package which does not create >/etc/X11/app-defaults as file instead of a directory. Was there ever any resolution about this? It was a strange error and it would have been nice to track it down. cgf From kumarchi@comcast.net Thu Dec 30 16:48:00 2004 From: kumarchi@comcast.net (kumarchi@comcast.net) Date: Thu, 30 Dec 2004 16:48:00 -0000 Subject: xwin hangs at startup - no xterm display Message-ID: <123020041648.12716.41D4316400045354000031AC220700320107080C9D0E039A05@comcast.net> hello: Further investigation I found that whenever I startup XWin.exe it always has two proceses running and xterm neve comes up. I used to get the xterm when I killed one of the Xwin processes. Now that method has stopped working also. Anybody else has teh same problem? From Armbrust.Daniel@mayo.edu Thu Dec 30 17:47:00 2004 From: Armbrust.Daniel@mayo.edu (Armbrust, Daniel C.) Date: Thu, 30 Dec 2004 17:47:00 -0000 Subject: xwin hangs at startup - no xterm display Message-ID: I get this quite often.. It usually takes me 3-4 cycles of launching and killing processes before I can get a working xterm up. It hasn't annoyed me enough to look into it further yet - plus my version is outdated - I just assumed it would be fixed in a future version since it was such blatant error - but maybe its not as widespread as I assumed. From moone@shemesh.org Thu Dec 30 19:42:00 2004 From: moone@shemesh.org (noone) Date: Thu, 30 Dec 2004 19:42:00 -0000 Subject: Full install on XP hangs at /etc/X11/abb-defaults/Bitmap In-Reply-To: <20041230152509.GC364@trixie.casa.cgf.cx> References: <41C66F86.4060508@slac.stanford.edu> <20041230152509.GC364@trixie.casa.cgf.cx> Message-ID: I am just a lurker, but... I have had this occur to me in a Windows application when trying to save a file to a directory that does not exists, the application creates a file with the directory name and then (big suprise) cannot create a file inside it. Perhaps there is a script that does not check that the app-defaults directory exists before creating Bitmap in it, thereby creating app-defaults as a file? Matti Christopher Faylor wrote: > On Mon, Dec 20, 2004 at 10:40:03AM +0100, Alexander Gottwald wrote: > >>On Sun, 19 Dec 2004, Greg Schussman wrote: >> >>>I've just tried to do a full install of cygwin/X on Windows XP. The >>>install hangs at 90%, saying: >>> >>>Installing >>> >>>xorgx-x11-etc-6.8.180.1 >>> >>>/etc/X11/app-defaults/Bitmap >>> >>> >>>When I look at the file structure, etc/X11/app-defaults is a file, not >>>a directory. Perhaps this is the problem (how can one write to >>>app-defaults/Bitmap if app-defaults is not a directory)? >> >>This is really strange. Did you have anything from cygwin installed >>before? I could not find any cygwin package which does not create >>/etc/X11/app-defaults as file instead of a directory. > > > Was there ever any resolution about this? It was a strange error and it > would have been nice to track it down. > > cgf > From lists@hyber.dk Fri Dec 31 13:05:00 2004 From: lists@hyber.dk (Esben Laursen) Date: Fri, 31 Dec 2004 13:05:00 -0000 Subject: Running XWin.exe and hideing the "status" window Message-ID: <042201c4ef39$b0501870$f864a8c0@esbenwks> Hello list.. I have created a little frontend that uses the Cygwin/XFree packages to connect via, XDMCP or X11 to my Linux box. It works pretty okay, and recently I upgraded the Xwin.exe to version 6.8.1.0-1, but now I have a annoying "status window" popping up where all the info and stuff about the things it loads. It dosen't disapear when the X server is done loading. How can I hide that window? Here is the command line I use to connect.. C:\Programmer\LinuxTSC\usr\X11R6\bin\XWin2.exe :0 -query 192.168.100.1 -screen 0 1024 768 Hope you experts can help :-) Cheers Esben From RobDBell@hotmail.com Fri Dec 31 16:07:00 2004 From: RobDBell@hotmail.com (Rob Bell) Date: Fri, 31 Dec 2004 16:07:00 -0000 Subject: Running XWin.exe and hideing the "status" window In-Reply-To: <042201c4ef39$b0501870$f864a8c0@esbenwks> References: <042201c4ef39$b0501870$f864a8c0@esbenwks> Message-ID: <41D57954.1070401@hotmail.com> Esben Laursen wrote: > Hello list.. > > I have created a little frontend that uses the Cygwin/XFree packages to > connect via, XDMCP or X11 to my Linux box. It works pretty okay, and > recently I upgraded the Xwin.exe to version 6.8.1.0-1, but now I have a > annoying "status window" popping up where all the info and stuff about the > things it loads. It dosen't disapear when the X server is done loading. > > How can I hide that window? > > Here is the command line I use to connect.. > > C:\Programmer\LinuxTSC\usr\X11R6\bin\XWin2.exe :0 -query > 192.168.100.1 -screen 0 1024 768 > > > Hope you experts can help :-) > > Cheers > > Esben I believe I know what you're talking about. This behavior began with a build a few months back. If you search around there are various discussions of it and a few ideas on how to avoid it when starting X. The one I went with was to add 'run bash -c -l' to the beginning of the launch command. Basically this runs a 'login' shell around the command that is happy to disappear after the command launches. Here's what my command to start X-windows is like: run bash -c -l "XWin -clipboard -silent-dup-error &" You should be able to do something similar. If you want more info do some Google searches or check the archives of this list. Rob