From pechtcha@cs.nyu.edu Wed Aug 1 14:50:00 2007 From: pechtcha@cs.nyu.edu (Igor Peshansky) Date: Wed, 01 Aug 2007 14:50:00 -0000 Subject: Simple patch to enable stereo visuals in XWin_GL In-Reply-To: <003801c7cb2d$62fcccd0$c801a8c0@BULLWINKLE> References: <003801c7cb2d$62fcccd0$c801a8c0@BULLWINKLE> Message-ID: On Fri, 20 Jul 2007, DRC wrote: > Hi. I was wondering who maintains the experimental accelerated GLX > support in Cygwin/X. I have a simple patch which enables stereo visuals > (necessary to support my project, VirtualGL) on systems that support > stereo. I'd like to get this patch incorporated into the Cygwin > distribution of XWin_GL, if possible. Darrell, Cygwin/X is basically the X.org tree built for Cygwin. So you can try sending your patch to the upstream X.org team. However, we are currently missing a maintainer for Cygwin/X. So there probably won't be a new release of Cygwin/X to pick up the fix, even if it's accepted into the upstream tree. Volunteer maintainers welcome. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu | igor@watson.ibm.com ZZZzz /,`.-'`' -. ;-;;,_ Igor Peshansky, Ph.D. (name changed!) |,4- ) )-,_. ,\ ( `'-' old name: Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! Belief can be manipulated. Only knowledge is dangerous. -- Frank Herbert -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pechtcha@cs.nyu.edu Wed Aug 1 15:05:00 2007 From: pechtcha@cs.nyu.edu (Igor Peshansky) Date: Wed, 01 Aug 2007 15:05:00 -0000 Subject: Fw: feedback on a configuration package for X11/ctwm|twm In-Reply-To: <004301c7cc30$7d0ae130$6401a8c0@electra> References: <004301c7cc30$7d0ae130$6401a8c0@electra> Message-ID: On Sun, 22 Jul 2007, John S. Urban wrote: > I have had a good number of friends and associates ask for a copy of a > directory that sets up and starts X11 with the ctwm or twm window > manager for CygWin. Enough so, that I put a copy of the directory into > a uuencoded file at > cygstart http://home.comcast.net/~urbanjost/CYGWIN/index.html This does sound interesting... > [snip] > > There are a lot of other "goodies" in the configuration that bring > often-overlooked cygwin/X11/ctwm|twm features > to your fingertips, such as ... > under the menus > left-mouse-->Other Window Managers --> > are options to start almost all the "standard" window managers in new > server instances independently or via Xnest. > > I was looking for feedback on whether this is of enough general interest > that I should spiff it up and turn it into a CygWin "package". I > believe most of the menu items are self-explanatory; but they introduce > people new (or not so new) to CygWin to how cygstart(1), dialog(1), > XNest(1) and other utilities can be integrated with CygWin/X11 features > too often overlooked to create a very complete user environment. You should certainly feel free to propose a Cygwin package with your modifications (as long as it does not overwrite existing configuration). See for instructions on packaging for Cygwin. Since you are already providing a web site with this information, you can also add a setup configuration (setup.ini and directory structure) to allow people to install and test your package directly off your site by adding it as a mirror in Cygwin setup. Another option is to try integrating it with the X-startup-scripts and X-start-menu-icons packages, though I don't recall who maintains them, and whether they are as maintainer-less as Cygwin/X itself. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu | igor@watson.ibm.com ZZZzz /,`.-'`' -. ;-;;,_ Igor Peshansky, Ph.D. (name changed!) |,4- ) )-,_. ,\ ( `'-' old name: Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! Belief can be manipulated. Only knowledge is dangerous. -- Frank Herbert -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From manoj.mishra97@gmail.com Thu Aug 2 20:10:00 2007 From: manoj.mishra97@gmail.com (manoj.mishra97@gmail.com) Date: Thu, 02 Aug 2007 20:10:00 -0000 Subject: enq Message-ID: <19519266.138461186085397025.JavaMail.seven@am0.p0.uk.7sys.net> What is the rate can u mail me -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From dcommander@users.sourceforge.net Mon Aug 6 01:18:00 2007 From: dcommander@users.sourceforge.net (DRC) Date: Mon, 06 Aug 2007 01:18:00 -0000 Subject: Simple patch to enable stereo visuals in XWin_GL In-Reply-To: References: <003801c7cb2d$62fcccd0$c801a8c0@BULLWINKLE> Message-ID: <000b01c7d7c7$a2c54710$c801a8c0@BULLWINKLE> Hmmm... Well, one of the main reasons why I wanted to pursue integrating with Cygwin/X was because I thought it was being actively maintained (I guess I was wrong.) I don't think our project has the cycles to maintain an X server ourselves, or else I'd volunteer. But just out of curiosity, what would be involved? [-=DRC=-] > -----Original Message----- > From: Igor Peshansky [mailto:pechtcha@cs.nyu.edu] > Sent: Wednesday, August 01, 2007 9:51 AM > To: DRC > Cc: cygwin-xfree@cygwin.com > Subject: Re: Simple patch to enable stereo visuals in XWin_GL > > On Fri, 20 Jul 2007, DRC wrote: > > > Hi. I was wondering who maintains the experimental accelerated GLX > > support in Cygwin/X. I have a simple patch which enables > stereo visuals > > (necessary to support my project, VirtualGL) on systems that support > > stereo. I'd like to get this patch incorporated into the Cygwin > > distribution of XWin_GL, if possible. > > Darrell, > > Cygwin/X is basically the X.org tree built for Cygwin. So you can try > sending your patch to the upstream X.org team. > > However, we are currently missing a maintainer for Cygwin/X. So there > probably won't be a new release of Cygwin/X to pick up the > fix, even if > it's accepted into the upstream tree. > > Volunteer maintainers welcome. > Igor > -- > http://cs.nyu.edu/~pechtcha/ > |\ _,,,---,,_ pechtcha@cs.nyu.edu | > igor@watson.ibm.com > ZZZzz /,`.-'`' -. ;-;;,_ Igor Peshansky, Ph.D. > (name changed!) > |,4- ) )-,_. ,\ ( `'-' old name: Igor Pechtchanski > '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! > > Belief can be manipulated. Only knowledge is dangerous. -- > Frank Herbert > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Mon Aug 6 12:07:00 2007 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Mon, 06 Aug 2007 12:07:00 -0000 Subject: Simple patch to enable stereo visuals in XWin_GL In-Reply-To: <000b01c7d7c7$a2c54710$c801a8c0@BULLWINKLE> References: <003801c7cb2d$62fcccd0$c801a8c0@BULLWINKLE> <000b01c7d7c7$a2c54710$c801a8c0@BULLWINKLE> Message-ID: <46B70EF3.6020509@cygwin.com> On 08/05/2007, DRC wrote: > Hmmm... Well, one of the main reasons why I wanted to pursue integrating > with Cygwin/X was because I thought it was being actively maintained (I > guess I was wrong.) I don't think our project has the cycles to maintain an > X server ourselves, or else I'd volunteer. But just out of curiosity, what > would be involved? The packaging guidelines can be found here: -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From joseclaudio.faria@gmail.com Mon Aug 6 12:55:00 2007 From: joseclaudio.faria@gmail.com (=?ISO-8859-1?Q?Jos=E9_Cl=E1udio_Faria?=) Date: Mon, 06 Aug 2007 12:55:00 -0000 Subject: Help: X don't start Message-ID: Dear members, I'm new with Cygwin and I've been trying to start X from my cygwin in the latest week. I read a lot in FAQ, Google, list of discussion and all documentation I found, but without success. So, I'm needing a help! OS: XP SP2 and my main hardware is: Proc: AMD Athlon (TM) XP 2000+ Video: NVDIA GeForce4 MX 400 ############################### Below my XWin.log file ############################### _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel winAllocateFBShadowGDI - Creating DIB with width: 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 winInitMultiWindowWM - Calling pthread_mutex_lock () winMultiWindowXMsgProc - Hello winMultiWindowXMsgProc - Calling pthread_mutex_lock () MIT-SHM extension disabled due to lack of kernel support XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000416" (00000416) (--) Using preset keyboard for "Portuguese (Brazil, ABNT)" (416), type "4" (EE) Couldn't load XKB keymap, falling back to pre-XKB keymap (--) 3 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! Fatal server error: could not open default font 'fixed' winDeinitMultiWindowWM - Noting shutdown in progress ############################### And also my cygcheck -s -v -r result ############################### Cygwin Configuration Diagnostics Current System Time: Sun Aug 05 23:40:56 2007 Windows XP Professional Ver 5.1 Build 2600 Service Pack 2 Path: C:\cygwin\usr\local\bin C:\cygwin\bin C:\cygwin\bin C:\cygwin\usr\X11R6\bin c:\Arquivos de programas\MiKTeX 2.6\miktex\bin c:\WINDOWS\system32 c:\WINDOWS c:\WINDOWS\System32\Wbem c:\ARQUIV~1\TABLEC~1.01 c:\ARQUIV~1\TABLEC~1.0 Output from C:\cygwin\bin\id.exe (nontsec) UID: 1003(Fabiano Daniel) GID: 513(Nenhum) 0(root) 513(Nenhum) 544(Administradores) 545(Usu?rios) Output from C:\cygwin\bin\id.exe (ntsec) UID: 1003(Fabiano Daniel) GID: 513(Nenhum) 0(root) 513(Nenhum) 544(Administradores) 545(Usu?rios) SysDir: C:\WINDOWS\system32 WinDir: C:\WINDOWS USER = 'Fabiano Daniel' PWD = '/usr/X11R6/bin' HOME = '/home/Fabiano Daniel' MAKE_MODE = 'unix' HOMEPATH = '\Documents and Settings\Fabiano Daniel' MANPATH = '/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man:/usr/share/qt3/doc/man:/usr/X11R6/man' APPDATA = 'C:\Documents and Settings\Fabiano Daniel\Dados de aplicativos' HOSTNAME = 'MICRO_FABIANO' TERM = 'cygwin' PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 8 Stepping 0, AuthenticAMD' WINDIR = 'C:\WINDOWS' QTDIR = '/usr/lib/qt3' OLDPWD = '/usr' USERDOMAIN = 'MICRO_FABIANO' OS = 'Windows_NT' ALLUSERSPROFILE = 'C:\Documents and Settings\All Users' TEMP = '/cygdrive/c/DOCUME~1/FABIAN~1/CONFIG~1/Temp' COMMONPROGRAMFILES = 'C:\Arquivos de programas\Arquivos comuns' USERNAME = 'Fabiano Daniel' PROCESSOR_LEVEL = '6' FP_NO_HOST_CHECK = 'NO' SYSTEMDRIVE = 'C:' USERPROFILE = 'C:\Documents and Settings\Fabiano Daniel' QMAKESPEC = '/usr/lib/qt3/mkspecs/cygwin-g++' PS1 = '\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ ' LOGONSERVER = '\\MICRO_FABIANO' PROCESSOR_ARCHITECTURE = 'x86' !C: = 'C:\cygwin\bin' SHLVL = '1' PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH' HOMEDRIVE = 'C:' PROMPT = '$P$G' COMSPEC = 'C:\WINDOWS\system32\cmd.exe' TMP = '/cygdrive/c/DOCUME~1/FABIAN~1/CONFIG~1/Temp' SYSTEMROOT = 'C:\WINDOWS' PRINTER = 'Canon i250' CVS_RSH = '/bin/ssh' PROCESSOR_REVISION = '0800' PKG_CONFIG_PATH = '/usr/X11R6/lib/pkgconfig' INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:' PROGRAMFILES = 'C:\Arquivos de programas' NUMBER_OF_PROCESSORS = '1' SESSIONNAME = 'Console' COMPUTERNAME = 'MICRO_FABIANO' _ = '/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_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\00 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\03 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\04 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\05 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\06 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\07 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\08 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\09 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0A HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0B HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0C HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0D HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0E HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0F HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\10 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\11 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\12 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\13 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\14 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\15 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\16 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\17 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\18 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\19 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1A HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1B HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1C HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1D 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\mounts v2\/usr/X11R6/lib/X11/fonts (default) = 'C:\cygwin\usr\X11R6\lib\X11\fonts' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\00 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\03 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\04 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\05 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\06 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\07 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\08 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\09 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0A HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0B HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0C HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0D HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0E HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0F HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\10 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\11 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\12 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\13 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\14 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\15 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\16 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\17 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\18 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\19 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1A HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1B HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1C HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1D a: fd N/A N/A c: hd NTFS 39197Mb 71% CP CS UN PA FC d: cd CDFS 0Mb -2147483548% CS Audio CD f: fd FAT32 3928Mb 49% CP UN JCFARIA C:\cygwin / system binmode C:\cygwin/bin /usr/bin system binmode C:\cygwin/lib /usr/lib system binmode C:\cygwin\usr\X11R6\lib\X11\fonts /usr/X11R6/lib/X11/fonts system binmode . /cygdrive system binmode,cygdrive Found: C:\cygwin\bin\awk.exe Found: C:\cygwin\bin\bash.exe Found: C:\cygwin\bin\cat.exe Found: C:\cygwin\bin\cp.exe Found: C:\cygwin\bin\cpp.exe Found: C:\cygwin\bin\crontab.exe Found: C:\cygwin\bin\find.exe Found: C:\cygwin\bin\gcc.exe Not Found: gdb Found: C:\cygwin\bin\grep.exe Found: C:\cygwin\bin\kill.exe Found: C:\cygwin\bin\ld.exe Found: C:\cygwin\bin\ls.exe Found: C:\cygwin\bin\make.exe Found: C:\cygwin\bin\mv.exe Found: C:\cygwin\bin\patch.exe Found: C:\cygwin\bin\perl.exe Found: C:\cygwin\bin\rm.exe Found: C:\cygwin\bin\sed.exe Found: C:\cygwin\bin\ssh.exe Found: C:\cygwin\bin\sh.exe Found: C:\cygwin\bin\tar.exe Found: C:\cygwin\bin\test.exe Not Found: vi Found: C:\cygwin\bin\vim.exe 26k 2005/09/21 C:\cygwin\usr\X11R6\bin\cygDtPrint-1.dll - os=4.0 img=1.0 sys=4.0 "cygDtPrint-1.dll" v0.0 ts=2005/9/21 20:31 20k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontenc-1.dll" v0.0 ts=2005/10/26 17:14 282k 2003/10/28 C:\cygwin\usr\X11R6\bin\cygfreetype-9.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-9.dll" v0.0 ts=2003/10/18 3:44 34k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygFS-6.dll - os=4.0 img=1.0 sys=4.0 "cygFS-6.dll" v0.0 ts=2005/10/26 15:52 357k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0 "cygGL-1.dll" v0.0 ts=2005/10/26 16:30 441k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0 "cygGLU-1.dll" v0.0 ts=2005/10/26 16:48 140k 2004/08/06 C:\cygwin\usr\X11R6\bin\cygglut-3.dll - os=4.0 img=1.0 sys=4.0 "cygglut-3.dll" v0.0 ts=2004/8/6 11:43 74k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0 "cygICE-6.dll" v0.0 ts=2005/10/26 15:11 74k 2005/09/21 C:\cygwin\usr\X11R6\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0 "cygMrm-2.dll" v0.0 ts=2005/9/21 20:30 8k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0 "cygoldX-6.dll" v0.0 ts=2005/10/26 15:09 1662k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0 "cygOSMesa-4.dll" v0.0 ts=2005/10/26 16:32 28k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0 "cygSM-6.dll" v0.0 ts=2005/10/26 15:12 63k 2005/09/21 C:\cygwin\usr\X11R6\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0 "cygUil-2.dll" v0.0 ts=2005/9/21 20:31 884k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0 "cygX11-6.dll" v0.0 ts=2005/10/26 15:07 8k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0 "cygXau-6.dll" v0.0 ts=2005/10/26 14:31 250k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-6.dll" v0.0 ts=2005/10/26 15:33 354k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-7.dll" v0.0 ts=2005/10/26 15:39 360k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-8.dll" v0.0 ts=2005/10/26 15:45 275k 2004/01/13 C:\cygwin\usr\X11R6\bin\cygXaw3d-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw3d-7.dll" v0.0 ts=2004/1/13 20:17 7k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcomposite-1.dll" v0.0 ts=2005/10/26 17:04 30k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcursor-1.dll" v0.0 ts=2005/10/26 17:03 8k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0 "cygXdamage-1.dll" v0.0 ts=2005/10/26 17:02 16k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXdmcp-6.dll" v0.0 ts=2005/10/26 14:34 7k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXevie-1.dll - os=4.0 img=1.0 sys=4.0 "cygXevie-1.dll" v0.0 ts=2005/10/26 17:01 50k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0 "cygXext-6.dll" v0.0 ts=2005/10/26 15:14 15k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0 "cygXfixes-3.dll" v0.0 ts=2005/10/26 17:02 56k 2004/03/11 C:\cygwin\usr\X11R6\bin\cygXft-1.dll - os=4.0 img=1.0 sys=4.0 "cygXft-1.dll" v0.0 ts=2003/11/17 23: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 19:20 26k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0 "cygXi-6.dll" v0.0 ts=2005/10/26 15:48 121k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbfile-1.dll" v0.0 ts=2005/10/26 15:54 11k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygxkbui-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbui-1.dll" v0.0 ts=2005/10/26 15:54 1185k 2005/09/21 C:\cygwin\usr\X11R6\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0 "cygXm-2.dll" v0.0 ts=2005/9/21 20:27 74k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0 "cygXmu-6.dll" v0.0 ts=2005/10/26 15:22 10k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0 "cygXmuu-1.dll" v0.0 ts=2005/10/26 15:23 26k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXp-6.dll" v0.0 ts=2005/10/26 15:27 54k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-4.dll" v0.0 ts=2005/10/26 15:26 10k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0 "cygXrandr-2.dll" v0.0 ts=2005/10/26 16:58 30k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0 "cygXrender-1.dll" v0.0 ts=2005/10/26 16:52 7k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXRes-1.dll - os=4.0 img=1.0 sys=4.0 "cygXRes-1.dll" v0.0 ts=2005/10/26 17:00 38k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygxrx-6.dll - os=4.0 img=1.0 sys=4.0 "cygxrx-6.dll" v0.0 ts=2005/10/26 18:13 24k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygxrxnest-6.dll - os=4.0 img=1.0 sys=4.0 "cygxrxnest-6.dll" v0.0 ts=2005/10/26 18:14 283k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0 "cygXt-6.dll" v0.0 ts=2005/10/26 15:19 27k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0 "cygXTrap-6.dll" v0.0 ts=2005/10/26 17:00 17k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0 "cygXtst-6.dll" v0.0 ts=2005/10/26 15:49 1830k 2007/01/31 C:\WINDOWS\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2007/1/31 7:58 Cygwin DLL version info: DLL version: 1.5.24 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 156 Shared data: 4 DLL identifier: cygwin1 Mount registry: 2 Cygnus registry name: Cygnus Solutions Cygwin registry name: Cygwin Program options name: Program Options Cygwin mount registry name: mounts v2 Cygdrive flags: cygdrive flags Cygdrive prefix: cygdrive prefix Cygdrive default prefix: Build date: Wed Jan 31 10:57:51 CET 2007 CVS tag: cr-0x5f1 Shared id: cygwin1S4 87k 2006/02/16 C:\cygwin\bin\cygatk-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygatk-1.0-0.dll" v0.0 ts=2006/2/6 19:13 61k 2006/11/10 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2006/11/10 21:42 7k 2006/10/22 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 "cygcharset-1.dll" v0.0 ts=2006/10/22 21:43 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 5:57 1059k 2007/03/29 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.8.dll" v0.0 ts=2007/3/29 7:13 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 12:31 965k 2005/05/14 C:\cygwin\bin\cygdb-4.3.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.3.dll" v0.0 ts=2005/5/14 9:37 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 12:35 1240k 2005/05/14 C:\cygwin\bin\cygdb_cxx-4.3.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.3.dll" v0.0 ts=2005/5/14 9:41 48k 2006/06/06 C:\cygwin\bin\cygecpg.dll - os=4.0 img=1.0 sys=4.0 "cygecpg.dll" v0.0 ts=2006/6/6 3:36 118k 2007/04/06 C:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0 "cygexpat-0.dll" v0.0 ts=2007/4/6 17:43 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 21:12 40k 2006/11/15 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0 "cygform-8.dll" v0.0 ts=2006/11/15 5:06 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 2: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 4: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 6:25 375k 2005/09/06 C:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-6.dll" v0.0 ts=2005/9/6 19:51 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 4:58 19k 2006/11/19 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-4.dll" v0.0 ts=2006/11/19 6:18 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 0: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 5:00 8k 2006/11/19 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-4.dll" v0.0 ts=2006/11/19 6:18 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 15:31 451k 2005/12/27 C:\cygwin\bin\cyggdk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggdk-x11-2.0-0.dll" v0.0 ts=2005/12/26 9:20 128k 2005/08/02 C:\cygwin\bin\cyggdk_imlib-1.dll - os=4.0 img=1.0 sys=4.0 "cyggdk_imlib-1.dll" v0.0 ts=2005/8/1 21:36 77k 2005/12/27 C:\cygwin\bin\cyggdk_pixbuf-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggdk_pixbuf-2.0-0.dll" v0.0 ts=2005/12/26 9:11 54k 2005/12/27 C:\cygwin\bin\cyggdk_pixbuf_xlib-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggdk_pixbuf_xlib-2.0-0.dll" v0.0 ts=2005/12/26 10:03 94k 2006/10/23 C:\cygwin\bin\cyggettextlib-0-15.dll - os=4.0 img=1.0 sys=4.0 "cyggettextlib-0-15.dll" v0.0 ts=2006/10/22 22:14 14k 2006/10/23 C:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0 "cyggettextpo-0.dll" v0.0 ts=2006/10/22 22:17 182k 2006/10/23 C:\cygwin\bin\cyggettextsrc-0-15.dll - os=4.0 img=1.0 sys=4.0 "cyggettextsrc-0-15.dll" v0.0 ts=2006/10/22 22:17 135k 2005/03/16 C:\cygwin\bin\cygglib-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygglib-1-2-0.dll" v0.0 ts=2005/3/15 23:16 515k 2006/06/06 C:\cygwin\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygglib-2.0-0.dll" v0.0 ts=2006/6/5 19:32 135k 2005/12/11 C:\cygwin\bin\cygglitz-1.dll - os=4.0 img=1.0 sys=4.0 "cygglitz-1.dll" v0.0 ts=2005/12/11 18:35 19k 2005/12/11 C:\cygwin\bin\cygglitz-glx-1.dll - os=4.0 img=1.0 sys=4.0 "cygglitz-glx-1.dll" v0.0 ts=2005/12/11 18:39 12k 2005/03/16 C:\cygwin\bin\cyggmodule-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggmodule-1-2-0.dll" v0.0 ts=2005/3/15 23:18 10k 2006/06/06 C:\cygwin\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggmodule-2.0-0.dll" v0.0 ts=2006/6/5 19:36 219k 2006/11/04 C:\cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0 "cyggmp-3.dll" v0.0 ts=2006/11/4 11:54 287k 2006/11/04 C:\cygwin\bin\cyggmpxx-3.dll - os=4.0 img=1.0 sys=4.0 "cyggmpxx-3.dll" v0.0 ts=2006/11/4 11:54 222k 2006/06/06 C:\cygwin\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggobject-2.0-0.dll" v0.0 ts=2006/6/5 19:35 10k 2005/03/16 C:\cygwin\bin\cyggthread-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggthread-1-2-0.dll" v0.0 ts=2005/3/15 23:18 14k 2006/06/06 C:\cygwin\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggthread-2.0-0.dll" v0.0 ts=2006/6/5 19:36 1293k 2004/09/02 C:\cygwin\bin\cyggtk-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggtk-1-2-0.dll" v0.0 ts=2004/9/2 15:44 2764k 2005/12/27 C:\cygwin\bin\cyggtk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggtk-x11-2.0-0.dll" v0.0 ts=2005/12/26 9:43 528k 2005/10/09 C:\cygwin\bin\cygguile-12.dll - os=4.0 img=1.0 sys=4.0 "cygguile-12.dll" v0.0 ts=2005/10/9 10:25 674k 2007/01/03 C:\cygwin\bin\cygguile-17.dll - os=4.0 img=1.0 sys=4.0 "cygguile-17.dll" v0.0 ts=2007/1/3 17:11 18k 2005/10/09 C:\cygwin\bin\cygguile-ltdl-1.dll - os=4.0 img=1.0 sys=4.0 "cygguile-ltdl-1.dll" v0.0 ts=2005/10/9 10:24 23k 2007/01/03 C:\cygwin\bin\cygguile-srfi-srfi-1-v-3-3.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-1-v-3-3.dll" v0.0 ts=2007/1/3 17:12 68k 2005/10/09 C:\cygwin\bin\cygguile-srfi-srfi-13-14-v-1-1.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-13-14-v-1-1.dll" v0.0 ts=2005/10/9 10:25 4k 2007/01/03 C:\cygwin\bin\cygguile-srfi-srfi-13-14-v-3-3.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-13-14-v-3-3.dll" v0.0 ts=2007/1/3 17:12 31k 2005/10/09 C:\cygwin\bin\cygguile-srfi-srfi-4-v-1-1.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-4-v-1-1.dll" v0.0 ts=2005/10/9 10:25 4k 2007/01/03 C:\cygwin\bin\cygguile-srfi-srfi-4-v-3-3.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-4-v-3-3.dll" v0.0 ts=2007/1/3 17:12 8k 2007/01/03 C:\cygwin\bin\cygguile-srfi-srfi-60-v-2-2.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-60-v-2-2.dll" v0.0 ts=2007/1/3 17:12 12k 2005/10/09 C:\cygwin\bin\cygguilereadline-v-12-12.dll - os=4.0 img=1.0 sys=4.0 "cygguilereadline-v-12-12.dll" v0.0 ts=2005/10/9 10:25 11k 2007/01/03 C:\cygwin\bin\cygguilereadline-v-17-17.dll - os=4.0 img=1.0 sys=4.0 "cygguilereadline-v-17-17.dll" v0.0 ts=2007/1/3 17:12 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 2: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 20:16 25k 2007/03/22 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 "cyghistory6.dll" v0.0 ts=2007/3/22 10:25 976k 2006/10/22 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2006/10/22 21:44 155k 2005/08/02 C:\cygwin\bin\cygImlib-1.dll - os=4.0 img=1.0 sys=4.0 "cygImlib-1.dll" v0.0 ts=2005/8/1 21:37 9k 2005/08/02 C:\cygwin\bin\cygimlib-bmp.dll - os=4.0 img=1.0 sys=4.0 "cygimlib-bmp.dll" v0.0 ts=2005/8/1 21:38 6k 2005/08/02 C:\cygwin\bin\cygimlib-gif.dll - os=4.0 img=1.0 sys=4.0 "cygimlib-gif.dll" v0.0 ts=2005/8/1 21:38 7k 2005/08/02 C:\cygwin\bin\cygimlib-jpeg.dll - os=4.0 img=1.0 sys=4.0 "cygimlib-jpeg.dll" v0.0 ts=2005/8/1 21:38 11k 2005/08/02 C:\cygwin\bin\cygimlib-png.dll - os=4.0 img=1.0 sys=4.0 "cygimlib-png.dll" v0.0 ts=2005/8/1 21:39 8k 2005/08/02 C:\cygwin\bin\cygimlib-ppm.dll - os=4.0 img=1.0 sys=4.0 "cygimlib-ppm.dll" v0.0 ts=2005/8/1 21:38 7k 2005/08/02 C:\cygwin\bin\cygimlib-ps.dll - os=4.0 img=1.0 sys=4.0 "cygimlib-ps.dll" v0.0 ts=2005/8/1 21:38 6k 2005/08/02 C:\cygwin\bin\cygimlib-tiff.dll - os=4.0 img=1.0 sys=4.0 "cygimlib-tiff.dll" v0.0 ts=2005/8/1 21:39 10k 2005/08/02 C:\cygwin\bin\cygimlib-xpm.dll - os=4.0 img=1.0 sys=4.0 "cygimlib-xpm.dll" v0.0 ts=2005/8/1 21:38 22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0 "cygintl-1.dll" v0.0 ts=2001/12/13 7: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 18:50 31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0 "cygintl-3.dll" v0.0 ts=2005/11/20 0:04 31k 2006/10/23 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0 "cygintl-8.dll" v0.0 ts=2006/10/22 22:12 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 14: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 16:58 124k 2006/11/09 C:\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg-62.dll" v0.0 ts=2006/11/9 7:02 24k 2006/12/15 C:\cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0 "cygltdl-3.dll" v0.0 ts=2006/12/15 1:29 83k 2007/04/01 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0 "cygmagic-1.dll" v0.0 ts=2007/4/1 16:56 21k 2006/11/15 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-8.dll" v0.0 ts=2006/11/15 5:05 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 2: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 4: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 6:25 20k 2006/12/21 C:\cygwin\bin\cygminires.dll - os=4.0 img=1.1 sys=4.0 "cygminires.dll" v0.0 ts=2006/12/21 3:07 121k 2006/11/04 C:\cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0 "cygmp-3.dll" v0.0 ts=2006/11/4 11:52 67k 2006/11/15 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-8.dll" v0.0 ts=2006/11/15 5:13 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 2: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 4:03 237k 2006/11/15 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-8.dll" v0.0 ts=2006/11/15 5:02 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 2: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 4: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 6:24 12k 2006/11/15 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-8.dll" v0.0 ts=2006/11/15 5:04 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 2: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 4: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 6:24 198k 2005/07/18 C:\cygwin\bin\cygpango-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpango-1.0-0.dll" v0.0 ts=2005/7/18 8:26 134k 2005/07/18 C:\cygwin\bin\cygpangoft2-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangoft2-1.0-0.dll" v0.0 ts=2005/7/18 8:28 33k 2005/07/18 C:\cygwin\bin\cygpangowin32-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangowin32-1.0-0.dll" v0.0 ts=2005/7/18 8:29 36k 2005/07/18 C:\cygwin\bin\cygpangox-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangox-1.0-0.dll" v0.0 ts=2005/7/18 8:27 22k 2005/07/18 C:\cygwin\bin\cygpangoxft-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangoxft-1.0-0.dll" v0.0 ts=2005/7/18 8:29 109k 2006/02/10 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcre-0.dll" v0.0 ts=2006/2/10 0:37 299k 2006/02/10 C:\cygwin\bin\cygpcrecpp-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcrecpp-0.dll" v0.0 ts=2006/2/10 0:38 7k 2006/02/10 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix-0.dll" v0.0 ts=2006/2/10 0:37 1249k 2005/12/30 C:\cygwin\bin\cygperl5_8.dll - os=4.0 img=1.0 sys=4.0 "cygperl5_8.dll" v0.0 ts=2005/12/29 23:48 52k 2006/06/06 C:\cygwin\bin\cygpgtypes.dll - os=4.0 img=1.0 sys=4.0 "cygpgtypes.dll" v0.0 ts=2006/6/6 3:36 226k 2006/11/05 C:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0 "cygpng12.dll" v0.0 ts=2006/11/5 21:32 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 2:45 94k 2006/02/17 C:\cygwin\bin\cygpq.dll - os=4.0 img=1.0 sys=4.0 "cygpq.dll" v0.0 ts=2006/2/17 4:21 6018k 2005/08/11 C:\cygwin\bin\cygqt-mt-3.dll - os=4.0 img=1.0 sys=4.0 "cygqt-mt-3.dll" v0.0 ts=2005/8/11 19:06 202k 2005/08/11 C:\cygwin\bin\cygqui-1.dll - os=4.0 img=1.0 sys=4.0 "cygqui-1.dll" v0.0 ts=2005/8/11 19:13 108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0 "cygreadline4.dll" v0.0 ts=2001/1/7 2: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 20:16 154k 2007/03/22 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 "cygreadline6.dll" v0.0 ts=2007/3/22 10:25 217k 2007/03/29 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.8.dll" v0.0 ts=2007/3/29 7:13 5k 2007/02/21 C:\cygwin\bin\cygstunnel.dll - os=4.0 img=1.0 sys=4.0 "cygstunnel.dll" v0.0 ts=2007/2/21 14:27 228k 2007/04/04 C:\cygwin\bin\cygt1-5.dll - os=4.0 img=1.0 sys=4.0 "cygt1-5.dll" v0.0 ts=2007/4/4 7:54 312k 2006/11/10 C:\cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiff-5.dll" v0.0 ts=2006/11/10 6:09 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 23:32 27k 2005/10/23 C:\cygwin\bin\cygungif-4.dll - os=4.0 img=1.0 sys=4.0 "cygungif-4.dll" v0.0 ts=2005/10/23 18:11 1065k 2006/06/09 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0 "cygxml2-2.dll" v0.0 ts=2006/6/9 16:10 65k 2006/10/16 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2006/10/15 23:10 1829k 2007/02/07 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2007/2/7 0:23 Cygwin DLL version info: DLL version: 1.6.9 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 156 Shared data: 4 DLL identifier: cygwin1 Mount registry: 2 Cygnus registry name: Cygnus Solutions Cygwin registry name: Cygwin Program options name: Program Options Cygwin mount registry name: mounts v2 Cygdrive flags: cygdrive flags Cygdrive prefix: cygdrive prefix Cygdrive default prefix: Build date: Tue Feb 6 18:09:34 PST 2007 CVS tag: cygwin-1_6_9-branch Shared id: cygwin1S4 Warning: There are multiple cygwin1.dlls on your path No Cygwin services found. Cygwin Package Information Last downloaded files to: C:\temp Last downloaded files from: ftp://ftp.ges.redhat.com/private/releng/cygwin-latest Package Version alternatives 1.3.29a-1 ash 20040127-3 atk 1.10.3-1 autoconf 4-1 autoconf2.1 2.13-3 autoconf2.5 2.61-1 automake 2-1 automake1.10 1.10-1 automake1.4 1.4p6-4 automake1.5 1.5-2 automake1.6 1.6.3-3 automake1.7 1.7.9-3 automake1.8 1.8.5-3 automake1.9 1.9.6-2 base-files 3.7-1 base-passwd 2.2-1 bash 3.2.15-14 bc 1.06-2 binutils 20060817-1 bison 2.3-1 byacc 1.9-1 bzip2 1.0.3-2 ccache 2.2-1 cgoban 1.9.14-2 coreutils 6.7-2 cpio 2.7-2 cron 4.1-3 crypt 1.1-1 ctags 5.6-1 cvs 1.11.22-1 cygrunsrv 1.17-1 cygutils 1.3.1-1 cygwin 1.6.9-6 cygwin-doc 1.4-4 cygwin-x-doc 1.0.4-1 ddd 3.3.9-1 dejagnu 20021217-2 diffutils 2.8.7-1 distcc 2.18.3-1 e2fsprogs 1.35-3 ed 0.2-1 editrights 1.01-1 emacs 21.2-13 expat 1.95.8-2 expect 20030128-1 file 4.20-1 findutils 4.3.2-3 flex 2.5.4a-3 fontconfig 2.2.2-1 freeglut 2.2.0-1 freetype2 2.1.9-1 fvwm 2.4.7-3 gawk 3.1.5-4 gcc 3.4.4-3 gcc-core 3.4.4-3 gcc-g++ 3.4.4-3 gcc-mingw 20040810-1 gcc-mingw-core 20050522-1 gcc-mingw-g++ 20050522-1 gdbm 1.8.3-8 gettext 0.15-1 gettext-devel 0.15-1 ghostscript 8.50-1 ghostscript-base 8.50-1 ghostscript-x11 8.50-1 glib 1.2.10-3 glib-devel 1.2.10-3 glib2 2.10.3-1 glib2-runtime 2.10.3-1 glitz 0.4.4-2 gmp 4.2.1-1 gnugo 3.7.10-1 grep 2.5.1a-2 groff 1.18.1-2 gtk+ 1.2.10-2 gtk+-devel 1.2.10-2 gtk-engines 0.12-2 gtk2-x11 2.6.10-1 gtk2-x11-runtime 2.6.10-1 guile 1.8.1-6 gv 3.6.1-2 gzip 1.3.12-1 hicolor-icon-theme 0.5-1 imlib 1.9.14-3 inetutils 1.3.2-35 ioperm 0.4-1 jpeg 6b-12 less 381-1 lesstif 0.94.4-1 lftp 3.5.9-1 libbz2_1 1.0.3-2 libcharset1 1.11-1 libdb4.2 4.2.52-1 libdb4.3 4.3.28-1 libecpg5 8.1.4-2 libexpat0 1.95.8-2 libfontconfig-devel 2.2.2-1 libfontconfig1 2.2.2-1 libfreetype2-devel 2.1.9-1 libfreetype26 2.1.9-1 libgdbm 1.8.0-5 libgdbm-devel 1.8.3-8 libgdbm3 1.8.3-3 libgdbm4 1.8.3-8 libgettextpo0 0.15-1 libglitz-glx1 0.4.4-2 libglitz1 0.4.4-2 libgmp3 4.2.1-1 libguile12 1.6.7-4 libguile17 1.8.1-6 libiconv 1.11-1 libiconv2 1.11-1 libintl 0.10.38-3 libintl1 0.10.40-1 libintl2 0.12.1-3 libintl3 0.14.5-1 libintl8 0.15-1 libjpeg-devel 6b-12 libjpeg62 6b-12 libltdl3 1.5.23a-2 libncurses-devel 5.5-3 libncurses5 5.2-1 libncurses6 5.2-8 libncurses7 5.3-4 libncurses8 5.5-3 libpcre0 6.6-1 libpgtypes2 8.1.4-2 libpng 1.2.12-1 libpng12 1.2.12-1 libpng12-devel 1.2.12-1 libpopt0 1.6.4-4 libpq4 8.0.7-1 libreadline4 4.1-2 libreadline5 4.3-5 libreadline6 5.2.2-7 libtiff4 3.6.0-5 libtiff5 3.8.2-3 libungif 4.1.4-1 libungif4 4.1.4-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.26-1 login 1.9-7 lynx 2.8.5-4 m4 1.4.9-1 make 3.81-1 man 1.6e-1 mingw-runtime 3.12-4 minires 1.01-1 minires-devel 1.01-1 mktemp 1.5-4 nano 1.2.2-1 ncftp 3.2.0-1 ncurses 5.5-3 nedit 5.5-1 openbox 0.99.1-4 openssh 4.6p1-1 openssl 0.9.8e-3 openssl-devel 0.9.8e-3 pango 1.8.1-1 pango-runtime 1.8.1-1 patch 2.5.8-9 pcre 6.6-1 pcre-devel 6.6-1 perl 5.8.7-5 perl-libwin32 0.26-1 perl-Tk 804.027-4 perl-Win32-GUI 1.04-1 perl_manpages 5.8.7-5 pkg-config 0.21-1 pkgconfig 0.17.2-3 popt 1.6.4-4 postgresql 8.0.7-1 postgresql-client 8.0.7-1 python 2.5-1 qt3 3.3.4-2 qt3-bin 3.3.4-2 qt3-devel 3.3.4-2 qt3-doc 3.3.4-2 rcs 5.7-3 readline 5.2.2-7 rebase 2.4.3-1 rsync 2.6.6-1 run 1.1.10-1 sed 4.1.5-2 shared-mime-info 0.17-1 sharutils 4.6.3-1 shutdown 1.7-1 ssmtp 2.60.9-3 stunnel 4.20-2 sunrpc 4.0-3 t1lib 5.1.1-1 tar 1.16.1-1 tcltk 20060202-1 tcsh 6.15.00-2 termcap 20050421-1 terminfo 5.5_20061104-1 texinfo 4.8a-1 tiff 3.8.2-3 time 1.7-1 transfig 3.2.4-2 tzcode 2007e-1 units 1.77-1 unzip 5.52-2 util-linux 2.12r-2 vim 7.0.223-1 w32api 3.9-1 wget 1.10.2-2 which 1.7-1 WindowMaker 0.90.0-2 X-start-menu-icons 1.0.4-1 X-startup-scripts 1.0.11-1 x2x 1.30-2 Xaw3d 1.5D-5 xfig 3.2.4-6 xfig-lib 3.2.4-6 XFree86-lib-compat 4.3.0-2 xgraph 12.1-1 xinetd 2.3.9-1 xmon 1.5.6-1 xorg-x11-base 6.8.99.901-1 xorg-x11-bin 6.8.99.901-1 xorg-x11-bin-dlls 6.8.99.901-1 xorg-x11-bin-lndir 6.8.99.901-1 xorg-x11-devel 6.8.99.901-1 xorg-x11-etc 6.8.99.901-1 xorg-x11-f100 6.8.99.901-1 xorg-x11-fcyr 6.8.99.901-1 xorg-x11-fenc 6.8.99.901-1 xorg-x11-fnts 6.8.99.901-1 xorg-x11-fscl 6.8.99.901-1 xorg-x11-fsrv 6.8.99.901-1 xorg-x11-libs-data 6.8.99.901-1 xorg-x11-man-pages 6.8.99.901-1 xorg-x11-man-pages-html 6.8.99.901-1 xorg-x11-nest 6.8.99.901-1 xorg-x11-vfb 6.8.99.901-1 xorg-x11-xwin 6.8.99.901-1 xorg-x11-xwin-gl 6.8.99.901-1 xpdf 3.01-2 xsri 2.1.0-2 xterm 202-1 xwinwm 0.0.5-1 zip 2.32-2 zlib 1.2.3-2 Use -h to see help about each section Please, help me. -- ///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\ Jose Claudio Faria Estatistica - prof. Titular UESC/DCET/Brasil joseclaudio.faria@gmail.com joseclaudio.faria@terra.com.br ///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Mon Aug 6 15:36:00 2007 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Mon, 06 Aug 2007 15:36:00 -0000 Subject: Help: X don't start In-Reply-To: References: Message-ID: <46B73FD6.6060109@cygwin.com> Jos?? Cl??udio Faria wrote: > Dear members, > > I'm new with Cygwin and I've been trying to start X from my cygwin in > the latest week. > I read a lot in FAQ, Google, list of discussion and all documentation > I found, but without success. > So, I'm needing a help! > > OS: XP SP2 and my main hardware is: > Proc: AMD Athlon (TM) XP 2000+ > Video: NVDIA GeForce4 MX 400 > > ############################### > Below my XWin.log file > ############################### > _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. > (II) XF86Config is not supported > (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information > winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel > winAllocateFBShadowGDI - Creating DIB with width: 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 > winInitMultiWindowWM - Calling pthread_mutex_lock () > winMultiWindowXMsgProc - Hello > winMultiWindowXMsgProc - Calling pthread_mutex_lock () > MIT-SHM extension disabled due to lack of kernel support > XFree86-Bigfont extension local-client optimization disabled due to > lack of shared memory support in the kernel > (--) Setting autorepeat to delay=500, rate=31 > (--) winConfigKeyboard - Layout: "00000416" (00000416) > (--) Using preset keyboard for "Portuguese (Brazil, ABNT)" (416), type "4" > (EE) Couldn't load XKB keymap, falling back to pre-XKB keymap > (--) 3 mouse buttons found > Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, > removing from list! > > Fatal server error: > could not open default font 'fixed' > winDeinitMultiWindowWM - Noting shutdown in progress > Have you tried the FAQ? > cygwin 1.6.9-6 Looks like you're not running the net release of Cygwin. You may want to contact Red Hat for support. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From listworks@gmail.com Tue Aug 7 13:34:00 2007 From: listworks@gmail.com (Marco Schuler) Date: Tue, 07 Aug 2007 13:34:00 -0000 Subject: Cannot Start X Message-ID: <93d30e950708070634w476ed084t5ae7914f9ca35966@mail.gmail.com> Hello I installed Cygwin on my new machine yesterday and now I cannot start x as I am used to. A fatal error occurs. I tried to start using startxserver.bat which uses: XWin -multiwindow -clipboard -silent-dup-error Here is the content of the XWin.log: (WW) /tmp mounted int textmode _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel winAllocateFBShadowGDI - Creating DIB with width: 3000 height: 1200 depth: 32 winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32 null screen fn ReparentWindow null screen fn RestackWindow InitQueue - Calling pthread_mutex_init InitQueue - pthread_mutex_init returned InitQueue - Calling pthread_cond_init InitQueue - pthread_cond_init returned winInitMultiWindowWM - Hello winMultiWindowXMsgProc - Hello winInitMultiWindowWM - Calling pthread_mutex_lock () winMultiWindowXMsgProc - Calling pthread_mutex_lock () MIT-SHM extension disabled due to lack of kernel support XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000409" (00000409) (--) Using preset keyboard for "English (USA)" (409), type "4" (--) 3 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! Fatal server error: could not open default font 'fixed' I tried to fix the problem according to http://xfree86.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof but this did not help. Also reinstalling all the fonts did not help. A mount shows the following: $ mount C:\cygwin\bin on /usr/bin type user (textmode) C:\cygwin\lib on /usr/lib type user (textmode) C:\cygwin on / type user (textmode) c: on /cygdrive/c type user (textmode,noumount) d: on /cygdrive/d type user (textmode,noumount) h: on /cygdrive/h type user (textmode,noumount) k: on /cygdrive/k type user (textmode,noumount) o: on /cygdrive/o type user (textmode,noumount) s: on /cygdrive/s type user (textmode,noumount) t: on /cygdrive/t type user (textmode,noumount) u: on /cygdrive/u type user (textmode,noumount) x: on /cygdrive/x type user (textmode,noumount) There is no mount point for /usr/X11R6/lib/X11/fonts.... Any ideas on how to fix this problem? Thanks a lot in advance! -- Best regards, Marco -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From holger.krull@gmx.de Tue Aug 7 13:42:00 2007 From: holger.krull@gmx.de (Holger Krull) Date: Tue, 07 Aug 2007 13:42:00 -0000 Subject: Cannot Start X In-Reply-To: <93d30e950708070634w476ed084t5ae7914f9ca35966@mail.gmail.com> References: <93d30e950708070634w476ed084t5ae7914f9ca35966@mail.gmail.com> Message-ID: <46B876A8.8040508@gmx.de> Marco Schuler schrieb: > XWin -multiwindow -clipboard -silent-dup-error > > Here is the content of the XWin.log: > > (WW) /tmp mounted int textmode > _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. Check if you can write in the dir /tmp/.X11-unix and delete everything (use ls -la to check because the files start with a dot) Why is everything mounted in textmode? > $ mount > C:\cygwin\bin on /usr/bin type user (textmode) > C:\cygwin\lib on /usr/lib type user (textmode) > C:\cygwin on / type user (textmode) > c: on /cygdrive/c type user (textmode,noumount) > d: on /cygdrive/d type user (textmode,noumount) > h: on /cygdrive/h type user (textmode,noumount) > k: on /cygdrive/k type user (textmode,noumount) > o: on /cygdrive/o type user (textmode,noumount) > s: on /cygdrive/s type user (textmode,noumount) > t: on /cygdrive/t type user (textmode,noumount) > u: on /cygdrive/u type user (textmode,noumount) > x: on /cygdrive/x type user (textmode,noumount) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From listworks@gmail.com Tue Aug 7 14:26:00 2007 From: listworks@gmail.com (Marco Schuler) Date: Tue, 07 Aug 2007 14:26:00 -0000 Subject: Cannot Start X In-Reply-To: <46B876A8.8040508@gmx.de> References: <93d30e950708070634w476ed084t5ae7914f9ca35966@mail.gmail.com> <46B876A8.8040508@gmx.de> Message-ID: <93d30e950708070726p423c902ev8ebf479aaf4825ad@mail.gmail.com> On 8/7/07, Holger Krull wrote: > Marco Schuler schrieb: > > XWin -multiwindow -clipboard -silent-dup-error > > > > Here is the content of the XWin.log: > > > > (WW) /tmp mounted int textmode > > _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. > > Check if you can write in the dir /tmp/.X11-unix and delete everything (use ls -la to check because the files start with a dot) > I deleted all the files in the directory you mentioned, but it did not help. Still the same error and msg in the XWin.log. Any other ideas? > Why is everything mounted in textmode? Hm, I don't know. That's just what cygwin did on installation. Is there any problem about this? -- Regards, Marco -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From holger.krull@gmx.de Tue Aug 7 14:31:00 2007 From: holger.krull@gmx.de (Holger Krull) Date: Tue, 07 Aug 2007 14:31:00 -0000 Subject: Cannot Start X In-Reply-To: <93d30e950708070726p423c902ev8ebf479aaf4825ad@mail.gmail.com> References: <93d30e950708070634w476ed084t5ae7914f9ca35966@mail.gmail.com> <46B876A8.8040508@gmx.de> <93d30e950708070726p423c902ev8ebf479aaf4825ad@mail.gmail.com> Message-ID: <46B88254.1010005@gmx.de> Marco Schuler schrieb: > On 8/7/07, Holger Krull wrote: Please make your email Program not quote the full email adress. >> Why is everything mounted in textmode? > > Hm, I don't know. That's just what cygwin did on installation. Is > there any problem about this? Well, usually it is not what cygwin does. I don't know if it does any paticular harm, but there is no reason to have / mounted textmode. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From listworks@gmail.com Tue Aug 7 14:42:00 2007 From: listworks@gmail.com (Marco Schuler) Date: Tue, 07 Aug 2007 14:42:00 -0000 Subject: Cannot Start X In-Reply-To: <46B88254.1010005@gmx.de> References: <93d30e950708070634w476ed084t5ae7914f9ca35966@mail.gmail.com> <46B876A8.8040508@gmx.de> <93d30e950708070726p423c902ev8ebf479aaf4825ad@mail.gmail.com> <46B88254.1010005@gmx.de> Message-ID: <93d30e950708070741p184165eft22b0192b3013fcef@mail.gmail.com> On 8/7/07, Holger Krull wrote: > Marco Schuler schrieb: > > On 8/7/07, Holger Krull wrote: > > Please make your email Program not quote the full email adress. Sorry about that. Gmail does not allow to configure this... Manual deleting will do ;-) > >> Why is everything mounted in textmode? > > > > Hm, I don't know. That's just what cygwin did on installation. Is > > there any problem about this? > > Well, usually it is not what cygwin does. I don't know if it does any paticular harm, but there is no reason to have / mounted textmode. It seems as this is default from mount. man mount sais: "By default, mounts are in text mode" But I'd say the textmode is not the problem why I cannot start X? -- Regards, Marco -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From holger.krull@gmx.de Tue Aug 7 15:14:00 2007 From: holger.krull@gmx.de (Holger Krull) Date: Tue, 07 Aug 2007 15:14:00 -0000 Subject: Cannot Start X In-Reply-To: <93d30e950708070741p184165eft22b0192b3013fcef@mail.gmail.com> References: <93d30e950708070634w476ed084t5ae7914f9ca35966@mail.gmail.com> <46B876A8.8040508@gmx.de> <93d30e950708070726p423c902ev8ebf479aaf4825ad@mail.gmail.com> <46B88254.1010005@gmx.de> <93d30e950708070741p184165eft22b0192b3013fcef@mail.gmail.com> Message-ID: <46B88C4D.6040707@gmx.de> Marco Schuler schrieb: >>>> Why is everything mounted in textmode? >>> Hm, I don't know. That's just what cygwin did on installation. Is >>> there any problem about this? >> Well, usually it is not what cygwin does. I don't know if it does any paticular harm, but there is no reason to have / mounted textmode. > > It seems as this is default from mount. man mount sais: "By default, > mounts are in text mode" Where did you get your cygwin from? My mount is telling me that binmode is the default. > But I'd say the textmode is not the problem why I cannot start X? No, but it is a hint that there is something wrong with your cygwin installation. Attach the output of "cygcheck -c" -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From listworks@gmail.com Tue Aug 7 16:31:00 2007 From: listworks@gmail.com (Marco Schuler) Date: Tue, 07 Aug 2007 16:31:00 -0000 Subject: Cannot Start X In-Reply-To: <46B88C4D.6040707@gmx.de> References: <93d30e950708070634w476ed084t5ae7914f9ca35966@mail.gmail.com> <46B876A8.8040508@gmx.de> <93d30e950708070726p423c902ev8ebf479aaf4825ad@mail.gmail.com> <46B88254.1010005@gmx.de> <93d30e950708070741p184165eft22b0192b3013fcef@mail.gmail.com> <46B88C4D.6040707@gmx.de> Message-ID: <93d30e950708070931x1a5a98b7pea0e2e0570943006@mail.gmail.com> On 8/7/07, Holger Krull wrote: > Marco Schuler schrieb: > [...] > Where did you get your cygwin from? >From the cygwin mirror in Switzerland: ftp://mirror.switch.ch > > But I'd say the textmode is not the problem why I cannot start X? > > No, but it is a hint that there is something wrong with your cygwin installation. > > > Attach the output of "cygcheck -c" $ cygcheck -c | grep -v OK Cygwin Package Information Package Version Status apache 1.3.33-2 Incomplete xorg-x11-bin 6.8.99.901-1 Incomplete After seeing that xorg-x11-bin was incomplete, I reinstalled it again using the setup program. Then: $ cygcheck -c | grep -v OK Cygwin Package Information Package Version Status apache 1.3.33-2 Incomplete But the problem remains the same. The tail of XWin.log is: Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! Fatal server error: could not open default font 'fixed' winDeinitMultiWindowWM - Noting shutdown in progress The directory /usr/X11R6/lib/X11/fonts/CID/ does not exist in my installation: $ ls -l /usr/X11R6/lib/X11/fonts/ total 0 dr-xr-x---+ 2 chp01257 4294967295 0 Aug 7 14:34 100dpi/ dr-xr-x---+ 2 chp01257 4294967295 0 Aug 7 14:34 75dpi/ dr-xr-x---+ 2 chp01257 4294967295 0 Aug 7 14:34 TTF/ dr-xr-x---+ 2 chp01257 4294967295 0 Aug 7 14:34 Type1/ dr-xr-x---+ 2 chp01257 4294967295 0 Aug 7 14:34 cyrillic/ dr-xr-x---+ 3 chp01257 4294967295 0 Aug 7 14:33 encodings/ dr-xr-x---+ 2 chp01257 4294967295 0 Aug 7 14:34 misc/ dr-xr-x---+ 2 chp01257 4294967295 0 Aug 7 14:34 util/ Any other suggestions? -- Best regards, Marco -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Tue Aug 7 16:44:00 2007 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Tue, 07 Aug 2007 16:44:00 -0000 Subject: Cannot Start X In-Reply-To: <93d30e950708070741p184165eft22b0192b3013fcef@mail.gmail.com> References: <93d30e950708070634w476ed084t5ae7914f9ca35966@mail.gmail.com> <46B876A8.8040508@gmx.de> <93d30e950708070726p423c902ev8ebf479aaf4825ad@mail.gmail.com> <46B88254.1010005@gmx.de> <93d30e950708070741p184165eft22b0192b3013fcef@mail.gmail.com> Message-ID: <46B8A15E.3020405@cygwin.com> Marco Schuler wrote: > On 8/7/07, Holger Krull wrote: >> Marco Schuler schrieb: >>> On 8/7/07, Holger Krull wrote: >> Please make your email Program not quote the full email adress. > > Sorry about that. Gmail does not allow to configure this... Manual > deleting will do ;-) > >>>> Why is everything mounted in textmode? >>> Hm, I don't know. That's just what cygwin did on installation. Is >>> there any problem about this? >> Well, usually it is not what cygwin does. I don't know if it does any paticular harm, but there is no reason to have / mounted textmode. > > It seems as this is default from mount. man mount sais: "By default, > mounts are in text mode" The mode of the mounts created by "setup.exe" depend on what you specify for the "Default text file type" during installation. "Unix" (i.e. binary) is the default. Like all defaults, your best bet is to stick with them unless you have a need for something else and understand the implications. If you'd prefer to change back to binary mounts now, you can either re-run "setup.exe" and respecify your mount points as "Unix" or you can force a remount of all mount points as binary with the following: mount -m >/tmp/mounts edit '/tmp/mounts' and change all '-t's to '-b's save your edits chmod +x /tmp/mounts /tmp/mounts You will, of course, have to run through the file-system and change any scripts you have from text to binary (with 'd2u') for those to work for you again. If you're not too far into your installation configuration, you may find it easier to start to remove what you have and reinstall. > But I'd say the textmode is not the problem why I cannot start X? Could be. At least at one point, not having the fonts directory as binary was a problem. You can check the email archives if you're interested in details. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From holger.krull@gmx.de Tue Aug 7 16:48:00 2007 From: holger.krull@gmx.de (Holger Krull) Date: Tue, 07 Aug 2007 16:48:00 -0000 Subject: Cannot Start X In-Reply-To: <93d30e950708070931x1a5a98b7pea0e2e0570943006@mail.gmail.com> References: <93d30e950708070634w476ed084t5ae7914f9ca35966@mail.gmail.com> <46B876A8.8040508@gmx.de> <93d30e950708070726p423c902ev8ebf479aaf4825ad@mail.gmail.com> <46B88254.1010005@gmx.de> <93d30e950708070741p184165eft22b0192b3013fcef@mail.gmail.com> <46B88C4D.6040707@gmx.de> <93d30e950708070931x1a5a98b7pea0e2e0570943006@mail.gmail.com> Message-ID: <46B8A255.5060304@gmx.de> Marco Schuler schrieb: >>> But I'd say the textmode is not the problem why I cannot start X? >> No, but it is a hint that there is something wrong with your cygwin installation. Attach the output of "cygcheck -c" > Fatal server error: > could not open default font 'fixed' > winDeinitMultiWindowWM - Noting shutdown in progress > > > The directory /usr/X11R6/lib/X11/fonts/CID/ does not exist in my installation: That is no problem. > Any other suggestions? Delete the whole cygwin installation and redo it without the text mount. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jasonallen348@msn.com Tue Aug 7 23:53:00 2007 From: jasonallen348@msn.com (jason allen) Date: Tue, 07 Aug 2007 23:53:00 -0000 Subject: X-Windows not starting up Message-ID: Hi Cygwin, Please help!! X-Windows eeps hanging. See below. Jase@jase-7pb9thjaje / $ startx --help Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.99.901-4 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: X :0 -multiwindow -clipboard _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information winDetectSupportedEngines - Windows NT/2000/XP winDetectSupportedEngines - DirectDraw installed winDetectSupportedEngines - DirectDraw4 installed winDetectSupportedEngines - Returning, supported engines 00000007 winSetEngine - Multi Window or Rootless => ShadowGDI winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel winAllocateFBShadowGDI - Creating DIB with width: 1280 height: 800 depth: 32 winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32 null screen fn ReparentWindow null screen fn RestackWindow InitQueue - Calling pthread_mutex_init InitQueue - pthread_mutex_init returned InitQueue - Calling pthread_cond_init InitQueue - pthread_cond_init returned winInitMultiWindowWM - Hello winInitMultiWindowWM - Calling pthread_mutex_lock () 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" Rules = "xorg" Model = "pc105" Layout = "us" Variant = "(null)" Options = "(null )" 6 [main] X 1272 child_copy: linked dll data write copy failed, 0x3E3000..0 x3E4020, done 0, windows pid 3148, Win32 error 487 (EE) Couldn't load XKB keymap, falling back to pre-XKB keymap (--) 5 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from li st! Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/, removing from list! winPointerWarpCursor - Discarding first warp: 640 400 HELP!! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From ebb9@byu.net Wed Aug 8 04:39:00 2007 From: ebb9@byu.net (Eric Blake) Date: Wed, 08 Aug 2007 04:39:00 -0000 Subject: x-server font setting In-Reply-To: <908559.38940.qm@web54506.mail.re2.yahoo.com> References: <908559.38940.qm@web54506.mail.re2.yahoo.com> Message-ID: <46B94904.2060509@byu.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 http://cygwin.com/acronyms/#PCYMTWLL - your single line was rather long. According to Ling F. Zhang on 8/7/2007 10:12 PM: > I just installed cygwin in order to run fontforge on a Windows machine (while my linux machine is down). But since I am interested in working on font that covers the CJK plane, it is important that I can read text encoded in utf-8 or other non-latin codepage. I know that cygwin doesn't like unicode natively, but is it the same for the x-server? Is it safe to use ttf files from Windows (say, via a symbolic link or actual copy) fonts folder? I'll probably encounter more questions as I slowly get fontforge to display Asian glyphs. Wrong list. This is an X related question, and as such, belongs on the cygwin-xfree list (http://cygwin.com/lists.html). Redirected. - -- Don't work too hard, make some time for fun as well! Eric Blake ebb9@byu.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGuUkE84KuGfSFAYARAhPfAJ9jK5Ljm1Ez57zTj1Ms2KM4C/q1vgCeLkI7 SQ7Nkh+GgxcV4juXWZ3kuNw= =chQy -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From holger.krull@gmx.de Wed Aug 8 09:00:00 2007 From: holger.krull@gmx.de (Holger Krull) Date: Wed, 08 Aug 2007 09:00:00 -0000 Subject: X-Windows not starting up In-Reply-To: References: Message-ID: <46B98625.3020703@gmx.de> jason allen schrieb: > Hi Cygwin, > > Please help!! X-Windows eeps hanging. See below. > 6 [main] X 1272 child_copy: linked dll data write copy failed, > 0x3E3000..0 Maybe it is the same problem: http://www.cygwin.com/ml/cygwin/2006-01/msg00782.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From listworks@gmail.com Wed Aug 8 14:19:00 2007 From: listworks@gmail.com (Marco Schuler) Date: Wed, 08 Aug 2007 14:19:00 -0000 Subject: Cannot Start X In-Reply-To: <46B8A15E.3020405@cygwin.com> References: <93d30e950708070634w476ed084t5ae7914f9ca35966@mail.gmail.com> <46B876A8.8040508@gmx.de> <93d30e950708070726p423c902ev8ebf479aaf4825ad@mail.gmail.com> <46B88254.1010005@gmx.de> <93d30e950708070741p184165eft22b0192b3013fcef@mail.gmail.com> <46B8A15E.3020405@cygwin.com> Message-ID: <93d30e950708080719r21b8cf7bq833830af16635637@mail.gmail.com> On 8/7/07, Larry Hall (Cygwin X) wrote: > Marco Schuler wrote: > > On 8/7/07, Holger Krull wrote: > >> Marco Schuler schrieb: > >>> On 8/7/07, Holger Krull wrote: > >>>> Why is everything mounted in textmode? > >>> Hm, I don't know. That's just what cygwin did on installation. Is > >>> there any problem about this? > >> Well, usually it is not what cygwin does. I don't know if it does any paticular harm, but there is no reason to have / mounted textmode. > > > > It seems as this is default from mount. man mount sais: "By default, > > mounts are in text mode" > > > The mode of the mounts created by "setup.exe" depend on what you specify > for the "Default text file type" during installation. "Unix" (i.e. binary) > is the default. Like all defaults, your best bet is to stick with them > unless you have a need for something else and understand the implications. > > If you'd prefer to change back to binary mounts now, you can either re-run > "setup.exe" and respecify your mount points as "Unix" or you can force a > remount of all mount points as binary with the following: > > mount -m >/tmp/mounts > edit '/tmp/mounts' and change all '-t's to '-b's > save your edits > chmod +x /tmp/mounts > /tmp/mounts > > You will, of course, have to run through the file-system and change any > scripts you have from text to binary (with 'd2u') for those to work for > you again. If you're not too far into your installation configuration, > you may find it easier to start to remove what you have and reinstall. > I installed cygwin again using UNIX mounts. X works now :-) Thank you both for your help! -- Regards, Marco -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Wed Aug 8 17:30:00 2007 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Wed, 08 Aug 2007 17:30:00 -0000 Subject: Cannot Start X In-Reply-To: <93d30e950708080719r21b8cf7bq833830af16635637@mail.gmail.com> References: <93d30e950708070634w476ed084t5ae7914f9ca35966@mail.gmail.com> <46B876A8.8040508@gmx.de> <93d30e950708070726p423c902ev8ebf479aaf4825ad@mail.gmail.com> <46B88254.1010005@gmx.de> <93d30e950708070741p184165eft22b0192b3013fcef@mail.gmail.com> <46B8A15E.3020405@cygwin.com> <93d30e950708080719r21b8cf7bq833830af16635637@mail.gmail.com> Message-ID: <46B9FD9A.7020205@cygwin.com> Marco Schuler wrote: > > I installed cygwin again using UNIX mounts. X works now :-) > > Thank you both for your help! You're welcome. Thanks for the feedback. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From rrepasky@lack.ucs.indiana.edu Thu Aug 9 13:01:00 2007 From: rrepasky@lack.ucs.indiana.edu (Dick Repasky) Date: Thu, 09 Aug 2007 13:01:00 -0000 Subject: solved: X compile fails for missing (internal?) symbols In-Reply-To: <4682912F.1030605@ohelp.com> References: <20070627121451.4t0zjbsbhk0g4co4@webmail.manchester.ac.uk> <468249D8.8000305@gmx.de> <4682912F.1030605@ohelp.com> Message-ID: The original problem report is http://cygwin.com/ml/cygwin-xfree/2007-04/msg00004.html. After that problem was solved, two others emerged. This message documents fixes for all three. 1) As posted earlier xftpat.o:xftpat.c:(.text+0x3c2): undefined reference to `_FcPatternInsertElt' xftpat.o:xftpat.c:(.text+0x3ce): undefined reference to `_FcPatternFindElt' The symbol names have changed as documented in http://www.mail-archive.com/devel@xfree86.org/msg07963.html. That post contains two alternative patches, one that patches both xftint.h and xftpat.c and a second patch that changes only xftint.h with defines. The former patch worked for me, but the latter "even quicker" patch did not work for me. 2) Bad includes in lib/font/FreeType/ftfuncs.c Briefly, a #define symbol that specified a file to be included in a #include was not defined, and hence, the file to be included could not be found. The fix is dirty. Place the line #define HasFreetype2 NO in config/cf/host.def. I realize that X is supposed to be built using the installed cygwin freetype package, but I could not figure out how to get X to use the cygwin package. By forcing HasFreetype2 to NO, X builds a copy of the library for itself. Maybe someone else knows or can figure out a better solution. 3) #include png.h fails. libpng is not specified as a dependency in http://x.cygwin.com/docs/cg/prog-build-native.html, but is is needed to build X. With those fixes X compiled for me. Your mileage may vary, Dick ----- Dick Repasky Center for Computational Cytomics UITS Cubicle 101.08 Indiana University USA rrepasky@indiana.edu -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From Scott.Mohnkern@noaa.gov Thu Aug 9 13:18:00 2007 From: Scott.Mohnkern@noaa.gov (Scott Mohnkern) Date: Thu, 09 Aug 2007 13:18:00 -0000 Subject: Revisiting the cradle problem Message-ID: <46BB142E.2000404@noaa.gov> I thought I had this problem solved but I don't. I'm running Cygwin with xfree installed, and have installed the application Cradle. After the install, when I attempted to open up a shell I got a "blank screen" with no prompt. I could issue some commands (like an ls) but most everything else failed to function. I assumed it was a pathing problem. We figured that out by putting Cygwin at the front (instead of the rear) of the path. However, we're still seeing the problem. We've isolated it to Cradle, when it does its install, it sets a Windows Environment Variable SHELL to an application n the Cradle program. If we delete this Environment Variable, the Shell comes up in Cygwin with no problems. I assume Cygwin is using this environment variable to set the default shell, and that's what's causing the problem. Is there a way to start Cygwin (We're using Xstart.bat) to tell it NOT to use this variable? Scott Mohnkern -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From holger.krull@gmx.de Thu Aug 9 13:21:00 2007 From: holger.krull@gmx.de (Holger Krull) Date: Thu, 09 Aug 2007 13:21:00 -0000 Subject: Revisiting the cradle problem In-Reply-To: <46BB142E.2000404@noaa.gov> References: <46BB142E.2000404@noaa.gov> Message-ID: <46BB14CE.4040806@gmx.de> Scott Mohnkern schrieb: > I assume Cygwin is using this environment variable to set the default > shell, and that's what's causing the problem. > Is there a way to start Cygwin (We're using Xstart.bat) to tell it NOT > to use this variable? I don't think so, but i could be wrong. How about setting this variable to a cygwin safe value before starting cygwin/xfree? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From hcakir@hudaverdi-cakir.de Thu Aug 9 15:45:00 2007 From: hcakir@hudaverdi-cakir.de (Hüdaverdi Cakir) Date: Thu, 09 Aug 2007 15:45:00 -0000 Subject: wrong keyboard layout Message-ID: <200708091545.l79Fjk328708@ngcobalt01.manitu.net> Hi, I'm using Cygwin's xterm and having problems with the keyboard-layout. The keybord-layout seems to be detected correctly, as stated in XWin.log: (--) winConfigKeyboard - Layout: "00000807" (00000807) (--) Using preset keyboard for "German (Switzerland)" (807), type "4" But xterm always cames up with an english layout. The XWin.log is attached. Thanx in advance for any hint! H??da -------------- next part -------------- A non-text attachment was scrubbed... Name: XWin.log Type: application/octet-stream Size: 2311 bytes Desc: not available URL: -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From holger.krull@gmx.de Thu Aug 9 16:10:00 2007 From: holger.krull@gmx.de (Holger Krull) Date: Thu, 09 Aug 2007 16:10:00 -0000 Subject: wrong keyboard layout In-Reply-To: <200708091545.l79Fjk328708@ngcobalt01.manitu.net> References: <200708091545.l79Fjk328708@ngcobalt01.manitu.net> Message-ID: <46BB3C7E.9070404@gmx.de> HXdaverdi Cakir schrieb: > (--) Using preset keyboard for "German (Switzerland)" (807), type "4" > > But xterm always cames up with an english layout. Is the layout really english, or are the german characters just missing? If the later is true you should try to edit .inputrc and uncomment: # Allow 8-bit input/output set meta-flag on set convert-meta off set input-meta on set output-meta on -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From bengt-arne.fjellner@ltu.se Thu Aug 9 18:39:00 2007 From: bengt-arne.fjellner@ltu.se (Bengt-Arne Fjellner) Date: Thu, 09 Aug 2007 18:39:00 -0000 Subject: Revisiting the cradle problem In-Reply-To: <46BB142E.2000404@noaa.gov> References: <46BB142E.2000404@noaa.gov> Message-ID: <7FE216529E1FE248A760B58F6B82A81002095016@EMMA.personal.adp.ltu.se> Scott Mohnkern wrote: > I thought I had this problem solved but I don't. > > I'm running Cygwin with xfree installed, and have installed the > application Cradle. After the install, when I attempted to open up a > shell I got a "blank screen" with no prompt. I could issue some > commands (like an ls) but most everything else failed to function. I > assumed it was a pathing problem. We figured that out by putting > Cygwin at the front (instead of the rear) of the path. > > However, we're still seeing the problem. > > We've isolated it to Cradle, when it does its install, it sets a > Windows Environment Variable SHELL to an application n the Cradle > program. > > If we delete this Environment Variable, the Shell comes up in Cygwin > with no problems. > > I assume Cygwin is using this environment variable to set the default > shell, and that's what's causing the problem. > > Is there a way to start Cygwin (We're using Xstart.bat) to tell it NOT > to use this variable? > in Xstart.bat do: set SHELL= then you have cleared it. -- tel 0920 49 1894 Bengt-Arne Fjellner -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From rrepasky@lack.ucs.indiana.edu Thu Aug 9 19:41:00 2007 From: rrepasky@lack.ucs.indiana.edu (Dick Repasky) Date: Thu, 09 Aug 2007 19:41:00 -0000 Subject: Vista after X compile Message-ID: The behavior of X on Vista improved some after rebuilding X as described in http://cygwin.com/ml/cygwin-xfree/2007-08/msg00021.html. The problem of interest was that the X would hang if one used the exit menu item of the X icon in the system tray. After rebuilding X and rebasing all to avoid startup problems, the behavior of the exit menu in the system tray changed (startxwin.sh used to launch X). Instead of hanging, X and it's clients end unceremoniously. No confirmation dialog is displayed, just xterm: fatal IO error 104 (Connection reset by peer) or KillClient on X server "127.0.0.1". And, a bash process is left hanging. Dick Dick Repasky Center for Computational Cytomics UITS Cubicle 101.08 Indiana University USA rrepasky@indiana.edu -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From ronald.fischer@venyon.com Fri Aug 10 07:50:00 2007 From: ronald.fischer@venyon.com (Ronald Fischer) Date: Fri, 10 Aug 2007 07:50:00 -0000 Subject: oclock color bug? Message-ID: <387E9FC1619C0849BA8934938037E54F0F5B8D@sv-muc-004.venyon-mail.local> I'm using XWin -multiwindow to run Cygwin/X When I start the oclock with: oclock -minute blue -hour black -bd green -transparent -jewel red -geometry 322x322+500+400 I get a clock with green border, but minute hand, hour hand and jewel all being in blue. Ronald -- Ronald Fischer Phone: +49-89-452133-162 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From john.allwright@iptest.com Fri Aug 10 09:24:00 2007 From: john.allwright@iptest.com (John Allwright) Date: Fri, 10 Aug 2007 09:24:00 -0000 Subject: winProcSetSelectionOwner - OpenClipboard () failed: 00000578 Message-ID: Hi, I found the solution to this problem at http://thread.gmane.org/gmane.os.cygwin.xfree/9707, posted by Peter Oliver. Here's Peters solution... On Wed, 14 Jan 2004, James Simonsen wrote: > I am still experiencing problems with -clipboard and XDMCP [with GDM]. > Copy and paste between linux/windows works fine in the login dialog, > but stops working as soon as I log in. I had exactly the same trouble with GDM, and found that if you set "KillInitClients=false" in gdm.conf the problem goes away. This setting seems to be true by default, so a fix/workaround in Cygwin/X itself would be helpful if possible. Perhaps the clipboard daemon could be made to automatically reconnect whenever it is disconnected? The comment that goes with the KillInitClients option is a little misleading, BTW: # To try to kill all clients started at greeter time or in the Init script. # doesn't always work, only if those clients have a window of their own Presumably this means that clipboard support is implemented with some kind of invisible window? -- Peter Oliver Midrange Services Aquila Networks Services Ltd Hope that helps! Regards, John ipTEST Ltd is registered in England and Wales. Registered number: 05822155. Registered office: 15 The Pines, Broad Street, Guildford, Surrey GU3 3BH. Main telephone number: +44 (0)1483 567218. Website: http://www.iptest.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From rrepasky@lack.ucs.indiana.edu Fri Aug 10 15:23:00 2007 From: rrepasky@lack.ucs.indiana.edu (Dick Repasky) Date: Fri, 10 Aug 2007 15:23:00 -0000 Subject: located: Vista system tray exit menu item crash Message-ID: As reported in http://cygwin.com/ml/cygwin-xfree/2007-08/msg00027.html X ends suddenly when the exit menu item is selected from the X icon in the system tray. The crash happens in a call to CreateDialogParam in the function winDisplayExitDialog in programs/Xserver/hw/xwin/windialogs.c. CreateDialogParam is a MS call (http://msdn2.microsoft.com/en-us/library/ms645445.aspx). Is anyone familiar with the function or why it might fail on Vista but not XP? Dick ---- Dick Repasky Center for Computational Cytomics UITS Cubicle 101.08 Indiana University USA rrepasky@indiana.edu -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From stephen.more@gmail.com Mon Aug 13 15:21:00 2007 From: stephen.more@gmail.com (Stephen More) Date: Mon, 13 Aug 2007 15:21:00 -0000 Subject: XWin too slow to start Message-ID: For years I have been using fvwm2 and cygwin, but today it stopped working. The only way I could get it to work again was to insert a 'sleep 15' between: XWin -clipboard -rootless -silent-dup-error & sleep 15 fvwm2 & Without the sleep, fvwm2 actually executes first but has no X server to connect to. What is causing XWin to startup so slow ? -Steve More -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Mon Aug 13 18:28:00 2007 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Mon, 13 Aug 2007 18:28:00 -0000 Subject: XWin too slow to start In-Reply-To: References: Message-ID: <46C0A2D7.3040804@cygwin.com> Stephen More wrote: > For years I have been using fvwm2 and cygwin, but today it stopped working. > > The only way I could get it to work again was to insert a 'sleep 15' between: > > XWin -clipboard -rootless -silent-dup-error & > > sleep 15 > > fvwm2 & > > > > Without the sleep, fvwm2 actually executes first but has no X server > to connect to. > What is causing XWin to startup so slow ? Good question. What did you change recently? Certainly nothing in the X packages has changed for years, so you've either updated another Cygwin package which is causing you trouble or you've introduced an external change. But of course you realize that you're providing no mechanism that synchronizes X and fvwm, right? Regardless of how slow or fast the X server startup is, you've still got a potential problem there. That said, submitting a problem report may shed some light on your problem: > Problem reports: http://cygwin.com/problems.html My WAG is that you've changed some network/firewall settings that are slowing down the X server startup. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From stephen.more@gmail.com Mon Aug 13 19:09:00 2007 From: stephen.more@gmail.com (Stephen More) Date: Mon, 13 Aug 2007 19:09:00 -0000 Subject: XWin too slow to start In-Reply-To: <46C0A2D7.3040804@cygwin.com> References: <46C0A2D7.3040804@cygwin.com> Message-ID: On 8/13/07, Larry Hall (Cygwin X) wrote: > Stephen More wrote: > > What is causing XWin to startup so slow ? > > > Good question. What did you change recently? Like all users would say....I did not change a thing. ( Could it have been an automatic update for XP ? ) I even re-installed cygwin from scratch to debug this issue. > My WAG is that you've changed some network/firewall settings that are > slowing down the X server startup. What type of network traffic is the X server trying ? Is it trying to do DNS lookups ? Is it trying to connect to a website ? After a "strace -o /tmp/strace XWin" followed by sort -n /tmp/strace I see 2 large pauses: 21 20702 [sig] XWin 972 wait_sig: signalling pack.wakeup 0x6E8 43 20745 [main] XWin 972 sig_send: returning 0x0 from sending signal -34 44 20789 [main] XWin 972 writev: writev (3, 0x22C780, 1) 32 20821 [main] XWin 972 fhandler_base::write: binary write 34 20855 [main] XWin 972 writev: 34 = write (3, 0x22C780, 1), errno 2 20775776 20796631 [main] XWin 972 sig_send: sendsig 0x6E4, pid 972, signal -34, its_me 1 57 20796688 [main] XWin 972 sig_send: wakeup 0x6D8 108 20796796 [main] XWin 972 sig_send: Waiting for pack.wakeup 0x6D8 28 20796824 [sig] XWin 972 wait_sig: signalling pack.wakeup 0x6D8 29 235 [main] XWin 2844 set_myself: myself->dwProcessId 2844 58 293 [main] XWin 2844 child_copy: dll data - hp 0x5AC low 0x61100000, high 0x61104BA0, res 1 24014688 24014981 [main] XWin 2844 child_copy: dll bss - hp 0x5AC low 0x6113F000, high 0x611483D0, res 1 272 24015253 [main] XWin 2844 child_copy: user heap - hp 0x5AC low 0x100F0000, high 0x10130000, res 1 28 24015281 [main] XWin 2844 child_copy: done 574 24015855 [main] XWin 2844 child_copy: data - hp 0x5AC low 0x733000, high 0x77EDD0, res 1 298 24016153 [main] XWin 2844 child_copy: bss - hp 0x5AC low 0x7D9000, high 0x80B3F0, res 1 29 24016182 [main] XWin 2844 child_copy: done Does this info help at all ? -Steve More -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Tue Aug 14 01:54:00 2007 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Tue, 14 Aug 2007 01:54:00 -0000 Subject: XWin too slow to start In-Reply-To: References: <46C0A2D7.3040804@cygwin.com> Message-ID: <46C10B2A.5000404@cygwin.com> Stephen More wrote: > On 8/13/07, Larry Hall (Cygwin X) cygwin com> wrote: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ . Thanks. >> Stephen More wrote: >>> What is causing XWin to startup so slow ? >> >> Good question. What did you change recently? > > Like all users would say....I did not change a thing. > ( Could it have been an automatic update for XP ? ) > I even re-installed cygwin from scratch to debug this issue. As I mentioned, the X stuff hasn't changed in years (as there is no maintainer - you want to be it?) so I would expect much help here. As for whether the auto update of XP could have an effect, the answer is of course! > >> My WAG is that you've changed some network/firewall settings that are >> slowing down the X server startup. > > What type of network traffic is the X server trying ? Is it trying to > do DNS lookups ? Is it trying to connect to a website ? X uses TCP by default for it's connections. 6000 is the common default port. You can change and/or disable that of course if you want (see the X server documentation). > After a "strace -o /tmp/strace XWin" followed by sort -n /tmp/strace > I see 2 large pauses: > > 21 20702 [sig] XWin 972 wait_sig: signalling pack.wakeup 0x6E8 > 43 20745 [main] XWin 972 sig_send: returning 0x0 from sending signal -34 > 44 20789 [main] XWin 972 writev: writev (3, 0x22C780, 1) > 32 20821 [main] XWin 972 fhandler_base::write: binary write > 34 20855 [main] XWin 972 writev: 34 = write (3, 0x22C780, 1), errno 2 > 20775776 20796631 [main] XWin 972 sig_send: sendsig 0x6E4, pid 972, > signal -34, its_me 1 > 57 20796688 [main] XWin 972 sig_send: wakeup 0x6D8 > 108 20796796 [main] XWin 972 sig_send: Waiting for pack.wakeup 0x6D8 > 28 20796824 [sig] XWin 972 wait_sig: signalling pack.wakeup 0x6D8 > > > 29 235 [main] XWin 2844 set_myself: myself->dwProcessId 2844 > 58 293 [main] XWin 2844 child_copy: dll data - hp 0x5AC low > 0x61100000, high 0x61104BA0, res 1 > 24014688 24014981 [main] XWin 2844 child_copy: dll bss - hp 0x5AC low > 0x6113F000, high 0x611483D0, res 1 > 272 24015253 [main] XWin 2844 child_copy: user heap - hp 0x5AC low > 0x100F0000, high 0x10130000, res 1 > 28 24015281 [main] XWin 2844 child_copy: done > 574 24015855 [main] XWin 2844 child_copy: data - hp 0x5AC low > 0x733000, high 0x77EDD0, res 1 > 298 24016153 [main] XWin 2844 child_copy: bss - hp 0x5AC low > 0x7D9000, high 0x80B3F0, res 1 > 29 24016182 [main] XWin 2844 child_copy: done > > > Does this info help at all ? Not really no. However, if you had not changed any Cygwin piece prior to noticing the problem, I think it's safe to assume that the delay is introduced by some external change, which is why I mentioned network and firewall possibilities. Depending on your source for A/V software, this is a possible culprit too. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From coleradcliffe@gmail.com Wed Aug 15 07:13:00 2007 From: coleradcliffe@gmail.com (Cole Radcliffe) Date: Wed, 15 Aug 2007 07:13:00 -0000 Subject: shell properties Message-ID: Hello, when I do a startx, I get a new window shell with properties different from the one on which I typed startx. The problem is I want to change the font size on this new window and I do not know how. Also, is it possibly to directly open x11 without opening normal cygwin first? Thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From thorsten@thorstenkampe.de Wed Aug 15 07:41:00 2007 From: thorsten@thorstenkampe.de (Thorsten Kampe) Date: Wed, 15 Aug 2007 07:41:00 -0000 Subject: shell properties References: Message-ID: * Cole Radcliffe (Wed, 15 Aug 2007 02:13:37 -0500) > when I do a startx, I get a new window shell with properties different > from the one on which I typed startx. The problem is I want to change > the font size on this new window and I do not know how. Also, is it > possibly to directly open x11 without opening normal cygwin first? Documentation: http://x.cygwin.com/docs/ > Cygwin/X User's Guide > Starting Cygwin/X -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From johndavi@us.ibm.com Wed Aug 15 15:10:00 2007 From: johndavi@us.ibm.com (John F Davis) Date: Wed, 15 Aug 2007 15:10:00 -0000 Subject: patch for openbox to work Message-ID: Hello I was trying to get openbox to run in X. I read some posts and managed to get it working. One change needed to be made to /usr/X11R6/bin/bsetbg similar to the bzdiff patch in 2004. Here is the patch for that file. --- bsetbgold 2007-08-15 10:48:58.000000000 -0400 +++ bsetbgnew 2007-08-15 10:48:38.000000000 -0400 @@ -602,7 +602,7 @@ VERSION=1.12 MORE="(C) 2000 by lordzork industries (http://lordzork.com/)" PATH=$PATH:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/usr/X11/bin -TMPFILE=`tempfile --prefix=bsetbg` +TMPFILE=`mktemp /tmp/bsetbgXXXX` || `tempfile --prefix=bsetbg` ARGUMENT=$1 Also, per the other emails, this is how I am starting openbox from my cygwin shell. #!/bin/sh # mystartx /usr/X11R6/bin/Xwin.exe :0 -rootless& /usr/bin/xterm -bg black -fg green -sb -rightbar -display :0 & /usr/bin/xterm -bg black -fg green -sb -rightbar -display :0 & /usr/X11R6/bin/openbox -display :0 Lastly, nothing would have happen without the help of Soren Andersen (somian) on #cygwin on irc.openprojects.org JD ps. anybody got the popup menus or bbkeys working? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From johndavi@us.ibm.com Wed Aug 15 17:33:00 2007 From: johndavi@us.ibm.com (John F Davis) Date: Wed, 15 Aug 2007 17:33:00 -0000 Subject: openbox works, but how do I get the middle mouse button to display a menu? Message-ID: Hello I have openbox working, but when I click my middle mouse button on my windows desktop it opens windows desktop dialog. On a related issue, if I use openbox and icon a window, I can not access the windows anymore. Openbox on linux accesses the icon'd windows via the middle mouse button clicked on the desktop. Please advise. JD -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From ronald.fischer@venyon.com Thu Aug 16 07:46:00 2007 From: ronald.fischer@venyon.com (Ronald Fischer) Date: Thu, 16 Aug 2007 07:46:00 -0000 Subject: shell properties In-Reply-To: References: Message-ID: <387E9FC1619C0849BA8934938037E54F0F5DD5@sv-muc-004.venyon-mail.local> > when I do a startx, I get a new window shell with properties different > from the one on which I typed startx. The problem is I want to change > the font size on this new window and I do not know how. I guess that in this case, you should put your startup code for the terminals into ~/.xinitrc, where you can then specify the font to be used (man xterm, or whatever terminal you are going to use). > Also, is it > possibly to directly open x11 without opening normal cygwin first? This is how I am doing it. For this, I copied /usr/bin/X11/startxwin.bat into my autostart folder (I prefered to copy it instead of creating a link, but this is a matter of taste), and modified it. There is already one xterm to be started in startxwin.bat, so you can add/modify yours according to your taste. Ronald -- Ronald Fischer Phone: +49-89-452133-162 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jabel@flex.com Thu Aug 16 20:24:00 2007 From: jabel@flex.com (Jay Abel) Date: Thu, 16 Aug 2007 20:24:00 -0000 Subject: Fwd: xterm, xclock fail to start, rxvt, xeyes are okay In-Reply-To: <1db2069a0708161316h684a9e8fpd71dce8f684714a@mail.gmail.com> References: <1db2069a0708161316h684a9e8fpd71dce8f684714a@mail.gmail.com> Message-ID: <1db2069a0708161324w6c9b85e5x3be86737aa534d31@mail.gmail.com> After upgrading cygwin last night I found that xterm and xclock would no longer start. The processes show in task manager, but even something like $ xterm --help Doesn't produce any output. Same for xclock, a process shows in the 'processes' tab of task manager but not in 'applications'. But this doesn't apply to all X applications. For example, rxvt, xeyes, xfig, xfontsel, to name a few, all still work. cygcheck output attached. I tried reinstalling xterm, but the new binary is identical to the one I already had, so the change appears to be located somewhere else. Is anyone aware of a similar problem? I googled and found something similar from 2002, but nothing recent. To be clear, I CAN run xterm on a remote machine, so the problem isn't likely at the protocol/ client-server level. It _appears_ that the problem is more fundamental, that the applications simply fail to initialize properly. Any ideas? Jay -------------- next part -------------- Cygwin Configuration Diagnostics Current System Time: Thu Aug 16 09:43:50 2007 Windows XP Home Edition Ver 5.1 Build 2600 Service Pack 2 Path: . c:\cygwin\home\jabel\bin c:\cygwin\usr\local\bin c:\cygwin\usr\X11R6\bin c:\cygwin\bin . c:\cygwin\home\jabel\bin c:\cygwin\usr\local\bin c:\cygwin\usr\X11R6\bin c:\cygwin\bin c:\cygwin\usr\local\bin c:\cygwin\bin c:\cygwin\bin . c:\cygwin\bin c:\cygwin\usr\X11R6\bin c:\WINDOWS\system32 c:\WINDOWS c:\WINDOWS\system32\WBEM c:\cygwin\bin c:\WINDOWS\system32 c:\MATLAB_SV701\bin\win32 c:\Program Files\QuickTime\QTSystem\ c:\cygwin\usr\X11R6\bin c:\cygwin\usr\X11R6\bin c:\cygwin\lib\lapack Output from c:\cygwin\bin\id.exe (nontsec) UID: 1004(jabel) GID: 545(users) 513(none) 544(administrators) 545(users) Output from c:\cygwin\bin\id.exe (ntsec) UID: 1004(jabel) GID: 545(users) 513(none) 544(administrators) 545(users) SysDir: C:\WINDOWS\system32 WinDir: C:\WINDOWS Here's some environment variables that may affect cygwin: CYGWIN = 'ntsec binmode notty nowinsymlinks' HOME = '/home/jabel' PWD = '/home/jabel' USER = 'jabel' MAKE_MODE = 'unix' Here's the rest of your environment variables: !C: = 'C:\cygwin\usr\X11R6\bin' !EXITCODE = '00000000' ALLUSERSPROFILE = 'C:\Documents and Settings\All Users' APPDATA = 'C:\Documents and Settings\jabel\Application Data' CLASSPATH = '.;C:\Program Files\Java\jre1.5.0_10\lib\ext\QTJava.zip' CLIENTNAME = 'Console' COMMONPROGRAMFILES = 'C:\Program Files\Common Files' COMPUTERNAME = 'JABELXP' COMSPEC = 'C:\WINDOWS\system32\cmd.exe' CVS_RSH = '/bin/ssh' CYGWIN_ROOT = '\cygwin' DISPLAY = '127.0.0.1:0.0' FP_NO_HOST_CHECK = 'NO' HOMEDRIVE = 'C:' HOMEPATH = '\Documents and Settings\jabel' KMP_DUPLICATE_LIB_OK = 'TRUE' LOGONSERVER = '\\JABELXP' MKL_SERIAL = 'YES' NUMBER_OF_PROCESSORS = '1' OS = 'Windows_NT' PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH' PROCESSOR_ARCHITECTURE = 'x86' PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 4 Stepping 2, AuthenticAMD' PROCESSOR_LEVEL = '6' PROCESSOR_REVISION = '0402' PROGRAMFILES = 'C:\Program Files' PROMPT = '$P$G' QTJAVA = 'C:\Program Files\Java\jre1.5.0_10\lib\ext\QTJava.zip' RUN = '\cygwin\bin\run -p /usr/X11R6/bin' SESSIONNAME = 'Console' SYSTEMDRIVE = 'C:' SYSTEMROOT = 'C:\WINDOWS' TERM = 'xterm' USERDOMAIN = 'JABELXP' USERNAME = 'jabel' USERPROFILE = 'C:\Documents and Settings\jabel' VIM = '/usr/share/vim/vim71/' WINDIR = 'C:\WINDOWS' XAPPLRESDIR = '/usr/X11R6/lib/X11/app-defaults' XCMSDB = '/usr/X11R6/lib/X11/Xcms.txt' XKEYSYMDB = '/usr/X11R6/lib/X11/XKeysymDB' XNLSPATH = '/usr/X11R6/lib/X11/locale' COLORFGBG = '15;default;0' WINDOWID = '2097156' COLORTERM = 'rxvt-xpm' HOSTTYPE = 'i386-cygwin' VENDOR = 'intel' OSTYPE = 'cygwin' MACHTYPE = 'i386' SHLVL = '1' LOGNAME = 'jabel' GROUP = 'users' HOST = 'jabelxp' REMOTEHOST = '127.0.0.1' MANPATH = ':/usr/ssl/man:/usr/X11R6/man' PKG_CONFIG_PATH = '/usr/X11R6/lib/pkgconfig' SHELL = '/bin/tcsh' EDITOR = 'vim' TMPDIR = '/tmp/' TZ = 'HST+10' PRINTER = 'hp2550n' CVSROOT = ':local:/var/cvs' TEMP = '/tmp' POSIXLY_CORRECT = '1' Scanning registry for keys with 'Cygnus' in them... 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_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\00 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\03 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\04 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\05 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\06 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\07 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\08 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\09 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0A HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0B HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0C HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0D HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0E HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0F HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\10 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\11 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\12 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\13 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\14 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\15 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\16 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\17 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\18 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\19 HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1A HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1B HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1C HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1D HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin (default) = 0x00000400 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 (default) = '/cygdrive' cygdrive flags = 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\mounts v2\/var/cvs (default) = 'e:\cvs' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\00 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\03 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\04 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\05 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\06 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\07 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\08 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\09 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0A HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0B HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0C HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0D HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0E HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0F HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\10 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\11 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\12 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\13 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\14 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\15 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\16 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\17 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\18 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\19 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1A HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1B HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1C HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1D Listing available drives... Drv Type Size Used Flags Name a: fd N/A N/A b: fd N/A N/A c: hd NTFS 19532Mb 89% CP CS UN PA FC SYSTEM d: cd CDFS 654Mb 100% CS UN MATLAB_SV14 e: hd NTFS 9781Mb 36% CP CS UN PA FC Data g: hd NTFS 95393Mb 16% CP CS UN PA FC Backup fd = floppy, hd = hard drive, cd = CD-ROM net= Network Share, ram= RAM drive, unk= Unknown CP = Case Preserving, CS = Case Sensitive, UN = Unicode PA = Persistent ACLS, FC = File Compression, VC = Volume Compression Mount entries: these map POSIX directories to your NT drives. -NT- -POSIX- -Type- -Flags- c:\cygwin / system binmode c:\cygwin/bin /usr/bin system binmode c:\cygwin/lib /usr/lib system binmode e:\cvs /var/cvs system binmode . /cygdrive system binmode,cygdrive Looking to see where common programs can be found, if at all... Found: c:\cygwin\bin\awk.exe Found: c:\cygwin\bin\bash.exe Found: c:\cygwin\bin\cat.exe Found: c:\cygwin\bin\cp.exe Found: c:\cygwin\bin\cpp.exe Found: c:\cygwin\bin\crontab.exe Found: c:\cygwin\bin\find.exe Found: c:\cygwin\bin\gcc.exe Found: c:\cygwin\bin\gdb.exe Found: c:\cygwin\bin\grep.exe Found: c:\cygwin\bin\kill.exe Found: c:\cygwin\bin\ld.exe Found: c:\cygwin\bin\ls.exe Found: c:\cygwin\bin\make.exe Found: c:\cygwin\bin\mv.exe Found: c:\cygwin\bin\patch.exe Found: c:\cygwin\bin\perl.exe Found: c:\cygwin\bin\rm.exe Found: c:\cygwin\bin\sed.exe Found: c:\cygwin\bin\ssh.exe Found: c:\cygwin\bin\sh.exe Found: c:\cygwin\bin\tar.exe Found: c:\cygwin\bin\test.exe Not Found: vi Found: c:\cygwin\bin\vim.exe Looking for various Cygwin DLLs... (-v gives version info) 26k 2005/09/21 c:\cygwin\usr\X11R6\bin\cygDtPrint-1.dll - os=4.0 img=1.0 sys=4.0 "cygDtPrint-1.dll" v0.0 ts=2005/9/21 13:31 167k 2003/10/17 c:\cygwin\usr\X11R6\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontconfig-1.dll" v0.0 ts=2003/10/16 18:11 20k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontenc-1.dll" v0.0 ts=2005/10/26 9:14 282k 2003/10/28 c:\cygwin\usr\X11R6\bin\cygfreetype-9.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-9.dll" v0.0 ts=2003/10/17 20:44 34k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygFS-6.dll - os=4.0 img=1.0 sys=4.0 "cygFS-6.dll" v0.0 ts=2005/10/26 7:52 357k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0 "cygGL-1.dll" v0.0 ts=2005/10/26 8:30 441k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0 "cygGLU-1.dll" v0.0 ts=2005/10/26 8:48 140k 2004/08/06 c:\cygwin\usr\X11R6\bin\cygglut-3.dll - os=4.0 img=1.0 sys=4.0 "cygglut-3.dll" v0.0 ts=2004/8/6 4:43 74k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0 "cygICE-6.dll" v0.0 ts=2005/10/26 7:11 74k 2005/09/21 c:\cygwin\usr\X11R6\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0 "cygMrm-2.dll" v0.0 ts=2005/9/21 13:30 8k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0 "cygoldX-6.dll" v0.0 ts=2005/10/26 7:09 1662k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0 "cygOSMesa-4.dll" v0.0 ts=2005/10/26 8:32 41k 2002/05/14 c:\cygwin\usr\X11R6\bin\cygPropList-0.dll - os=4.0 img=1.0 sys=4.0 "cygPropList-0.dll" v0.0 ts=2002/5/13 17:13 28k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0 "cygSM-6.dll" v0.0 ts=2005/10/26 7:12 63k 2005/09/21 c:\cygwin\usr\X11R6\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0 "cygUil-2.dll" v0.0 ts=2005/9/21 13:31 884k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0 "cygX11-6.dll" v0.0 ts=2005/10/26 7:07 8k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0 "cygXau-6.dll" v0.0 ts=2005/10/26 6:31 250k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-6.dll" v0.0 ts=2005/10/26 7:33 354k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-7.dll" v0.0 ts=2005/10/26 7:39 360k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-8.dll" v0.0 ts=2005/10/26 7:45 275k 2004/01/13 c:\cygwin\usr\X11R6\bin\cygXaw3d-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw3d-7.dll" v0.0 ts=2004/1/13 12:17 7k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcomposite-1.dll" v0.0 ts=2005/10/26 9:04 30k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcursor-1.dll" v0.0 ts=2005/10/26 9:03 8k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0 "cygXdamage-1.dll" v0.0 ts=2005/10/26 9:02 16k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXdmcp-6.dll" v0.0 ts=2005/10/26 6:34 7k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXevie-1.dll - os=4.0 img=1.0 sys=4.0 "cygXevie-1.dll" v0.0 ts=2005/10/26 9:01 50k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0 "cygXext-6.dll" v0.0 ts=2005/10/26 7:14 15k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0 "cygXfixes-3.dll" v0.0 ts=2005/10/26 9:02 56k 2004/03/11 c:\cygwin\usr\X11R6\bin\cygXft-1.dll - os=4.0 img=1.0 sys=4.0 "cygXft-1.dll" v0.0 ts=2003/11/17 15: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 12:20 26k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0 "cygXi-6.dll" v0.0 ts=2005/10/26 7:48 121k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbfile-1.dll" v0.0 ts=2005/10/26 7:54 11k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygxkbui-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbui-1.dll" v0.0 ts=2005/10/26 7:54 1185k 2005/09/21 c:\cygwin\usr\X11R6\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0 "cygXm-2.dll" v0.0 ts=2005/9/21 13:27 74k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0 "cygXmu-6.dll" v0.0 ts=2005/10/26 7:22 10k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0 "cygXmuu-1.dll" v0.0 ts=2005/10/26 7:23 26k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXp-6.dll" v0.0 ts=2005/10/26 7:27 54k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-4.dll" v0.0 ts=2005/10/26 7:26 10k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0 "cygXrandr-2.dll" v0.0 ts=2005/10/26 8:58 30k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0 "cygXrender-1.dll" v0.0 ts=2005/10/26 8:52 7k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXRes-1.dll - os=4.0 img=1.0 sys=4.0 "cygXRes-1.dll" v0.0 ts=2005/10/26 9:00 38k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygxrx-6.dll - os=4.0 img=1.0 sys=4.0 "cygxrx-6.dll" v0.0 ts=2005/10/26 10:13 24k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygxrxnest-6.dll - os=4.0 img=1.0 sys=4.0 "cygxrxnest-6.dll" v0.0 ts=2005/10/26 10:14 283k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0 "cygXt-6.dll" v0.0 ts=2005/10/26 7:19 27k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0 "cygXTrap-6.dll" v0.0 ts=2005/10/26 9:00 17k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0 "cygXtst-6.dll" v0.0 ts=2005/10/26 7:49 80k 2006/02/20 c:\cygwin\bin\cygaa-1.dll - os=4.0 img=1.0 sys=4.0 "cygaa-1.dll" v0.0 ts=2006/2/20 11:16 91k 2005/11/11 c:\cygwin\bin\cygapr-0-0.dll - os=4.0 img=1.0 sys=4.0 "cygapr-0-0.dll" v0.0 ts=2005/11/11 5:03 103k 2007/04/06 c:\cygwin\bin\cygapr-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygapr-1-0.dll" v0.0 ts=2007/4/6 11:10 67k 2005/11/11 c:\cygwin\bin\cygaprutil-0-0.dll - os=4.0 img=1.0 sys=4.0 "cygaprutil-0-0.dll" v0.0 ts=2005/11/11 6:55 70k 2007/03/23 c:\cygwin\bin\cygaprutil-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygaprutil-1-0.dll" v0.0 ts=2007/3/22 15:34 52k 2005/11/10 c:\cygwin\bin\cygart_lgpl-2.dll - os=4.0 img=1.0 sys=4.0 "cygart_lgpl-2.dll" v0.0 ts=2005/11/10 10:33 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 2:32 87k 2006/02/16 c:\cygwin\bin\cygatk-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygatk-1.0-0.dll" v0.0 ts=2006/2/6 11:13 329k 2006/04/27 c:\cygwin\bin\cygbonobo-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygbonobo-2-0.dll" v0.0 ts=2006/4/27 12:21 68k 2006/04/27 c:\cygwin\bin\cygbonobo-activation-4.dll - os=4.0 img=1.0 sys=4.0 "cygbonobo-activation-4.dll" v0.0 ts=2006/4/27 12:16 61k 2006/11/10 c:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2006/11/10 13:42 54k 2002/01/27 c:\cygwin\bin\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0 "cygbz21.0.dll" v0.0 ts=2002/1/26 15:07 7k 2006/10/22 c:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 "cygcharset-1.dll" v0.0 ts=2006/10/22 13:43 23k 2006/05/08 c:\cygwin\bin\cygcheck-0.dll - os=4.0 img=1.0 sys=4.0 "cygcheck-0.dll" v0.0 ts=2006/5/7 16:42 16k 2005/10/11 c:\cygwin\bin\cygcompface-0.dll - os=4.0 img=1.0 sys=4.0 "cygcompface-0.dll" v0.0 ts=2005/10/11 3:58 192k 2006/03/08 c:\cygwin\bin\cygcroco-0.6-3.dll - os=4.0 img=1.0 sys=4.0 "cygcroco-0.6-3.dll" v0.0 ts=2006/3/7 15:04 7k 2003/10/19 c:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0 "cygcrypt-0.dll" v0.0 ts=2003/10/18 21:57 1125k 2006/10/04 c:\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.7.dll" v0.0 ts=2006/10/4 2:12 1059k 2007/03/29 c:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.8.dll" v0.0 ts=2007/3/29 0:13 194k 2007/06/30 c:\cygwin\bin\cygcurl-3.dll - os=4.0 img=1.0 sys=4.0 "cygcurl-3.dll" v0.0 ts=2007/6/29 15:13 221k 2007/06/30 c:\cygwin\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0 "cygcurl-4.dll" v0.0 ts=2007/6/29 14:54 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 6:24 831k 2003/09/20 c:\cygwin\bin\cygdb-4.1.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.1.dll" v0.0 ts=2003/9/20 11: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 5:31 965k 2005/05/14 c:\cygwin\bin\cygdb-4.3.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.3.dll" v0.0 ts=2005/5/14 2:37 1304k 2007/07/12 c:\cygwin\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.5.dll" v0.0 ts=2007/7/11 20:23 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 7:48 487k 2002/07/24 c:\cygwin\bin\cygdb_cxx-3.1.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-3.1.dll" v0.0 ts=2002/7/24 6:25 1080k 2003/09/20 c:\cygwin\bin\cygdb_cxx-4.1.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.1.dll" v0.0 ts=2003/9/20 11: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 5:35 1240k 2005/05/14 c:\cygwin\bin\cygdb_cxx-4.3.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.3.dll" v0.0 ts=2005/5/14 2:41 1878k 2007/07/12 c:\cygwin\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.5.dll" v0.0 ts=2007/7/11 20:24 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/23 21:59 48k 2006/06/06 c:\cygwin\bin\cygecpg.dll - os=4.0 img=1.0 sys=4.0 "cygecpg.dll" v0.0 ts=2006/6/5 20:36 143k 2007/06/18 c:\cygwin\bin\cygexif-12.dll - os=4.0 img=1.0 sys=4.0 "cygexif-12.dll" v0.0 ts=2007/6/17 17:42 66k 2007/05/22 c:\cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0 "cygexslt-0.dll" v0.0 ts=2007/5/22 6:10 509k 2006/01/11 c:\cygwin\bin\cygfftw3-3.dll - os=4.0 img=1.0 sys=4.0 "cygfftw3-3.dll" v0.0 ts=2006/1/10 16:24 69k 2006/01/11 c:\cygwin\bin\cygfftw3_threads-3.dll - os=4.0 img=1.0 sys=4.0 "cygfftw3_threads-3.dll" v0.0 ts=2006/1/11 3:27 520k 2007/01/31 c:\cygwin\bin\cygfltknox-1.1.dll - os=4.0 img=1.0 sys=4.0 "cygfltknox-1.1.dll" v0.0 ts=2007/1/31 10:22 34k 2007/01/31 c:\cygwin\bin\cygfltknox_forms-1.1.dll - os=4.0 img=1.0 sys=4.0 "cygfltknox_forms-1.1.dll" v0.0 ts=2007/1/31 10:22 41k 2007/01/31 c:\cygwin\bin\cygfltknox_gl-1.1.dll - os=4.0 img=1.0 sys=4.0 "cygfltknox_gl-1.1.dll" v0.0 ts=2007/1/31 10:22 70k 2007/01/31 c:\cygwin\bin\cygfltknox_images-1.1.dll - os=4.0 img=1.0 sys=4.0 "cygfltknox_images-1.1.dll" v0.0 ts=2007/1/31 10:22 161k 2007/03/28 c:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontconfig-1.dll" v0.0 ts=2007/3/28 1:16 40k 2006/11/15 c:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0 "cygform-8.dll" v0.0 ts=2006/11/14 21:06 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 19: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 20: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/8 23:25 859k 2005/08/08 c:\cygwin\bin\cygfpx-1.dll - os=4.0 img=1.0 sys=4.0 "cygfpx-1.dll" v0.0 ts=2005/8/8 11:35 462k 2007/05/31 c:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-6.dll" v0.0 ts=2007/5/30 17:34 323k 2005/07/10 c:\cygwin\bin\cyggcrypt-11.dll - os=4.0 img=1.0 sys=4.0 "cyggcrypt-11.dll" v0.0 ts=2005/7/9 14:10 225k 2007/08/10 c:\cygwin\bin\cyggd-2.dll - os=4.0 img=1.0 sys=4.0 "cyggd-2.dll" v0.0 ts=2007/8/10 3: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/19 21:58 19k 2006/11/19 c:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-4.dll" v0.0 ts=2006/11/18 22:18 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 17: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/19 22:00 8k 2006/11/19 c:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-4.dll" v0.0 ts=2006/11/18 22:18 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 8:31 451k 2005/12/27 c:\cygwin\bin\cyggdk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggdk-x11-2.0-0.dll" v0.0 ts=2005/12/26 1:20 128k 2005/08/02 c:\cygwin\bin\cyggdk_imlib-1.dll - os=4.0 img=1.0 sys=4.0 "cyggdk_imlib-1.dll" v0.0 ts=2005/8/1 14:36 77k 2005/12/27 c:\cygwin\bin\cyggdk_pixbuf-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggdk_pixbuf-2.0-0.dll" v0.0 ts=2005/12/26 1:11 54k 2005/12/27 c:\cygwin\bin\cyggdk_pixbuf_xlib-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggdk_pixbuf_xlib-2.0-0.dll" v0.0 ts=2005/12/26 2:03 114k 2007/02/19 c:\cygwin\bin\cyggeotiff-1.dll - os=4.0 img=1.0 sys=4.0 "cyggeotiff-1.dll" v0.0 ts=2007/2/18 18:57 94k 2006/10/23 c:\cygwin\bin\cyggettextlib-0-15.dll - os=4.0 img=1.0 sys=4.0 "cyggettextlib-0-15.dll" v0.0 ts=2006/10/22 14:14 14k 2006/10/23 c:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0 "cyggettextpo-0.dll" v0.0 ts=2006/10/22 14:17 182k 2006/10/23 c:\cygwin\bin\cyggettextsrc-0-15.dll - os=4.0 img=1.0 sys=4.0 "cyggettextsrc-0-15.dll" v0.0 ts=2006/10/22 14:17 32k 2006/02/28 c:\cygwin\bin\cyggg-1.dll - os=4.0 img=1.0 sys=4.0 "cyggg-1.dll" v0.0 ts=2006/2/28 6:13 46k 2006/03/02 c:\cygwin\bin\cygggi-2.dll - os=4.0 img=1.0 sys=4.0 "cygggi-2.dll" v0.0 ts=2006/3/2 6:53 9k 2006/03/02 c:\cygwin\bin\cygggiwmh-0.dll - os=4.0 img=1.0 sys=4.0 "cygggiwmh-0.dll" v0.0 ts=2006/3/2 9:48 24k 2006/02/28 c:\cygwin\bin\cyggii-1.dll - os=4.0 img=1.0 sys=4.0 "cyggii-1.dll" v0.0 ts=2006/2/28 6:15 135k 2005/03/16 c:\cygwin\bin\cygglib-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygglib-1-2-0.dll" v0.0 ts=2005/3/15 16:16 515k 2006/06/06 c:\cygwin\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygglib-2.0-0.dll" v0.0 ts=2006/6/5 12:32 135k 2005/12/11 c:\cygwin\bin\cygglitz-1.dll - os=4.0 img=1.0 sys=4.0 "cygglitz-1.dll" v0.0 ts=2005/12/11 10:35 12k 2005/03/16 c:\cygwin\bin\cyggmodule-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggmodule-1-2-0.dll" v0.0 ts=2005/3/15 16:18 10k 2006/06/06 c:\cygwin\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggmodule-2.0-0.dll" v0.0 ts=2006/6/5 12:36 219k 2006/11/04 c:\cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0 "cyggmp-3.dll" v0.0 ts=2006/11/4 3:54 287k 2006/11/04 c:\cygwin\bin\cyggmpxx-3.dll - os=4.0 img=1.0 sys=4.0 "cyggmpxx-3.dll" v0.0 ts=2006/11/4 3:54 222k 2006/06/06 c:\cygwin\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggobject-2.0-0.dll" v0.0 ts=2006/6/5 12:35 12k 2005/07/09 c:\cygwin\bin\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0 "cyggpg-error-0.dll" v0.0 ts=2005/7/9 12:34 351k 2004/07/17 c:\cygwin\bin\cygGraphicsMagick++-0.dll - os=4.0 img=1.0 sys=4.0 "cygGraphicsMagick++-0.dll" v0.0 ts=2004/7/16 22: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/16 22:46 1516k 2007/02/22 c:\cygwin\bin\cyggsl-0.dll - os=4.0 img=1.0 sys=4.0 "cyggsl-0.dll" v0.0 ts=2007/2/21 12:53 186k 2007/02/22 c:\cygwin\bin\cyggslcblas-0.dll - os=4.0 img=1.0 sys=4.0 "cyggslcblas-0.dll" v0.0 ts=2007/2/21 12:28 10k 2005/03/16 c:\cygwin\bin\cyggthread-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggthread-1-2-0.dll" v0.0 ts=2005/3/15 16:18 14k 2006/06/06 c:\cygwin\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggthread-2.0-0.dll" v0.0 ts=2006/6/5 12:36 1293k 2004/09/02 c:\cygwin\bin\cyggtk-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggtk-1-2-0.dll" v0.0 ts=2004/9/2 8:44 2764k 2005/12/27 c:\cygwin\bin\cyggtk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggtk-x11-2.0-0.dll" v0.0 ts=2005/12/26 1:43 528k 2005/10/09 c:\cygwin\bin\cygguile-12.dll - os=4.0 img=1.0 sys=4.0 "cygguile-12.dll" v0.0 ts=2005/10/9 3:25 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 4:42 674k 2007/01/03 c:\cygwin\bin\cygguile-17.dll - os=4.0 img=1.0 sys=4.0 "cygguile-17.dll" v0.0 ts=2007/1/3 9:11 18k 2005/10/09 c:\cygwin\bin\cygguile-ltdl-1.dll - os=4.0 img=1.0 sys=4.0 "cygguile-ltdl-1.dll" v0.0 ts=2005/10/9 3:24 5k 2004/10/12 c:\cygwin\bin\cygguile-ltdl-2.dll - os=4.0 img=1.0 sys=4.0 "cygguile-ltdl-2.dll" v0.0 ts=2004/10/12 1: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 4:42 23k 2007/01/03 c:\cygwin\bin\cygguile-srfi-srfi-1-v-3-3.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-1-v-3-3.dll" v0.0 ts=2007/1/3 9:12 68k 2005/10/09 c:\cygwin\bin\cygguile-srfi-srfi-13-14-v-1-1.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-13-14-v-1-1.dll" v0.0 ts=2005/10/9 3:25 4k 2004/10/12 c:\cygwin\bin\cygguile-srfi-srfi-13-14-v-2-2.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-13-14-v-2-2.dll" v0.0 ts=2004/10/12 4:43 4k 2007/01/03 c:\cygwin\bin\cygguile-srfi-srfi-13-14-v-3-3.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-13-14-v-3-3.dll" v0.0 ts=2007/1/3 9:12 31k 2005/10/09 c:\cygwin\bin\cygguile-srfi-srfi-4-v-1-1.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-4-v-1-1.dll" v0.0 ts=2005/10/9 3:25 22k 2004/10/12 c:\cygwin\bin\cygguile-srfi-srfi-4-v-2-2.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-4-v-2-2.dll" v0.0 ts=2004/10/12 4:42 4k 2007/01/03 c:\cygwin\bin\cygguile-srfi-srfi-4-v-3-3.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-4-v-3-3.dll" v0.0 ts=2007/1/3 9:12 8k 2007/01/03 c:\cygwin\bin\cygguile-srfi-srfi-60-v-2-2.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-60-v-2-2.dll" v0.0 ts=2007/1/3 9:12 12k 2005/10/09 c:\cygwin\bin\cygguilereadline-v-12-12.dll - os=4.0 img=1.0 sys=4.0 "cygguilereadline-v-12-12.dll" v0.0 ts=2005/10/9 3:25 11k 2004/10/12 c:\cygwin\bin\cygguilereadline-v-16-16.dll - os=4.0 img=1.0 sys=4.0 "cygguilereadline-v-16-16.dll" v0.0 ts=2004/10/12 4:42 11k 2007/01/03 c:\cygwin\bin\cygguilereadline-v-17-17.dll - os=4.0 img=1.0 sys=4.0 "cygguilereadline-v-17-17.dll" v0.0 ts=2007/1/3 9:12 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 18: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 13:16 25k 2007/05/02 c:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 "cyghistory6.dll" v0.0 ts=2007/5/1 15:01 976k 2006/10/22 c:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2006/10/22 13:44 142k 2005/08/01 c:\cygwin\bin\cygIDL-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygIDL-2-0.dll" v0.0 ts=2005/8/1 11:33 155k 2005/08/02 c:\cygwin\bin\cygImlib-1.dll - os=4.0 img=1.0 sys=4.0 "cygImlib-1.dll" v0.0 ts=2005/8/1 14:37 9k 2005/08/02 c:\cygwin\bin\cygimlib-bmp.dll - os=4.0 img=1.0 sys=4.0 "cygimlib-bmp.dll" v0.0 ts=2005/8/1 14:38 6k 2005/08/02 c:\cygwin\bin\cygimlib-gif.dll - os=4.0 img=1.0 sys=4.0 "cygimlib-gif.dll" v0.0 ts=2005/8/1 14:38 7k 2005/08/02 c:\cygwin\bin\cygimlib-jpeg.dll - os=4.0 img=1.0 sys=4.0 "cygimlib-jpeg.dll" v0.0 ts=2005/8/1 14:38 11k 2005/08/02 c:\cygwin\bin\cygimlib-png.dll - os=4.0 img=1.0 sys=4.0 "cygimlib-png.dll" v0.0 ts=2005/8/1 14:39 8k 2005/08/02 c:\cygwin\bin\cygimlib-ppm.dll - os=4.0 img=1.0 sys=4.0 "cygimlib-ppm.dll" v0.0 ts=2005/8/1 14:38 7k 2005/08/02 c:\cygwin\bin\cygimlib-ps.dll - os=4.0 img=1.0 sys=4.0 "cygimlib-ps.dll" v0.0 ts=2005/8/1 14:38 6k 2005/08/02 c:\cygwin\bin\cygimlib-tiff.dll - os=4.0 img=1.0 sys=4.0 "cygimlib-tiff.dll" v0.0 ts=2005/8/1 14:39 10k 2005/08/02 c:\cygwin\bin\cygimlib-xpm.dll - os=4.0 img=1.0 sys=4.0 "cygimlib-xpm.dll" v0.0 ts=2005/8/1 14:38 22k 2001/12/13 c:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0 "cygintl-1.dll" v0.0 ts=2001/12/12 23: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 11:50 31k 2005/11/20 c:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0 "cygintl-3.dll" v0.0 ts=2005/11/19 16:04 31k 2006/10/23 c:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0 "cygintl-8.dll" v0.0 ts=2006/10/22 14:12 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 7: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 9: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 5:17 48k 2006/11/17 c:\cygwin\bin\cygjbig-2.dll - os=4.0 img=1.0 sys=4.0 "cygjbig-2.dll" v0.0 ts=2006/11/16 21:43 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 13:58 124k 2006/11/09 c:\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg-62.dll" v0.0 ts=2006/11/8 23:02 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 19: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 7:32 60k 2003/07/27 c:\cygwin\bin\cygkpathsea-3abi13.dll - os=4.0 img=1.0 sys=4.0 "cygkpathsea-3abi13.dll" v0.0 ts=2003/7/27 10:23 65k 2005/05/05 c:\cygwin\bin\cygkpathsea-4.dll - os=4.0 img=1.0 sys=4.0 "cygkpathsea-4.dll" v0.0 ts=2005/5/5 4:33 41k 2005/08/29 c:\cygwin\bin\cyglber-2-2-7.dll - os=4.0 img=1.0 sys=4.0 "cyglber-2-2-7.dll" v0.0 ts=2005/8/14 7:48 39k 2007/07/13 c:\cygwin\bin\cyglber-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cyglber-2-3-0.dll" v0.0 ts=2007/7/12 11:06 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 1:11 156k 2005/08/08 c:\cygwin\bin\cyglcms-1.dll - os=4.0 img=1.0 sys=4.0 "cyglcms-1.dll" v0.0 ts=2005/8/8 0:15 176k 2005/08/29 c:\cygwin\bin\cygldap-2-2-7.dll - os=4.0 img=1.0 sys=4.0 "cygldap-2-2-7.dll" v0.0 ts=2005/8/29 1:14 189k 2007/07/13 c:\cygwin\bin\cygldap-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cygldap-2-3-0.dll" v0.0 ts=2007/7/12 11:08 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 1:27 188k 2005/08/29 c:\cygwin\bin\cygldap_r-2-2-7.dll - os=4.0 img=1.0 sys=4.0 "cygldap_r-2-2-7.dll" v0.0 ts=2005/8/29 1:14 202k 2007/07/13 c:\cygwin\bin\cygldap_r-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cygldap_r-2-3-0.dll" v0.0 ts=2007/7/12 11:11 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 1:27 24k 2006/12/15 c:\cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0 "cygltdl-3.dll" v0.0 ts=2006/12/14 17:29 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/23 21:59 83k 2007/06/06 c:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0 "cygmagic-1.dll" v0.0 ts=2007/6/6 0:41 391k 2006/11/05 c:\cygwin\bin\cygMagick++-10.dll - os=4.0 img=1.0 sys=4.0 "cygMagick++-10.dll" v0.0 ts=2006/11/5 4:43 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 20:04 1709k 2006/11/05 c:\cygwin\bin\cygMagick-10.dll - os=4.0 img=1.0 sys=4.0 "cygMagick-10.dll" v0.0 ts=2006/11/5 4:32 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 19:37 181k 2003/10/06 c:\cygwin\bin\cygmcrypt-4.dll - os=4.0 img=1.0 sys=4.0 "cygmcrypt-4.dll" v0.0 ts=2003/10/6 4:54 21k 2006/11/15 c:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-8.dll" v0.0 ts=2006/11/14 21:05 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 19: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 20: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/8 23:25 222k 2005/05/28 c:\cygwin\bin\cygmhash-2.dll - os=4.0 img=1.0 sys=4.0 "cygmhash-2.dll" v0.0 ts=2005/5/27 23:40 20k 2006/12/21 c:\cygwin\bin\cygminires.dll - os=4.0 img=1.1 sys=4.0 "cygminires.dll" v0.0 ts=2006/12/20 19:07 330k 2005/08/08 c:\cygwin\bin\cygmng-1.dll - os=4.0 img=1.0 sys=4.0 "cygmng-1.dll" v0.0 ts=2005/8/8 11:17 121k 2006/11/04 c:\cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0 "cygmp-3.dll" v0.0 ts=2006/11/4 3:52 409k 2007/04/30 c:\cygwin\bin\cygnaim_core-0.dll - os=4.0 img=1.0 sys=4.0 "cygnaim_core-0.dll" v0.0 ts=2007/4/30 10:23 67k 2006/11/15 c:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-8.dll" v0.0 ts=2006/11/14 21:13 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 19: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 20:03 237k 2006/11/15 c:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-8.dll" v0.0 ts=2006/11/14 21:02 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 19: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 20: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/8 23:24 91k 2005/11/24 c:\cygwin\bin\cygneon-24.dll - os=4.0 img=1.0 sys=4.0 "cygneon-24.dll" v0.0 ts=2005/11/24 2:21 90k 2006/01/25 c:\cygwin\bin\cygneon-25.dll - os=4.0 img=1.0 sys=4.0 "cygneon-25.dll" v0.0 ts=2006/1/25 1:02 96k 2007/03/23 c:\cygwin\bin\cygneon-26.dll - os=4.0 img=1.0 sys=4.0 "cygneon-26.dll" v0.0 ts=2007/3/22 14:13 150k 2006/03/29 c:\cygwin\bin\cygnetpbm-10.dll - os=4.0 img=1.0 sys=4.0 "cygnetpbm-10.dll" v0.0 ts=2006/3/29 12:51 281k 2006/04/25 c:\cygwin\bin\cygORBit-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygORBit-2-0.dll" v0.0 ts=2006/4/24 16:16 34k 2006/04/25 c:\cygwin\bin\cygORBit-imodule-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygORBit-imodule-2-0.dll" v0.0 ts=2006/4/24 16:30 16k 2006/04/25 c:\cygwin\bin\cygORBitCosNaming-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygORBitCosNaming-2-0.dll" v0.0 ts=2006/4/24 16:22 12k 2006/11/15 c:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-8.dll" v0.0 ts=2006/11/14 21:04 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 19: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 20: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/8 23:24 198k 2005/07/18 c:\cygwin\bin\cygpango-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpango-1.0-0.dll" v0.0 ts=2005/7/18 1:26 134k 2005/07/18 c:\cygwin\bin\cygpangoft2-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangoft2-1.0-0.dll" v0.0 ts=2005/7/18 1:28 33k 2005/07/18 c:\cygwin\bin\cygpangowin32-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangowin32-1.0-0.dll" v0.0 ts=2005/7/18 1:29 36k 2005/07/18 c:\cygwin\bin\cygpangox-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangox-1.0-0.dll" v0.0 ts=2005/7/18 1:27 22k 2005/07/18 c:\cygwin\bin\cygpangoxft-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangoxft-1.0-0.dll" v0.0 ts=2005/7/18 1:29 133k 2007/06/27 c:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcre-0.dll" v0.0 ts=2007/6/26 17:49 303k 2007/06/27 c:\cygwin\bin\cygpcrecpp-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcrecpp-0.dll" v0.0 ts=2007/6/26 17:50 7k 2007/06/27 c:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix-0.dll" v0.0 ts=2007/6/26 17:50 1224k 2007/07/19 c:\cygwin\bin\cygperl5_8.dll - os=4.0 img=1.0 sys=4.0 "cygperl5_8.dll" v0.0 ts=2007/7/8 9:14 52k 2006/06/06 c:\cygwin\bin\cygpgtypes.dll - os=4.0 img=1.0 sys=4.0 "cygpgtypes.dll" v0.0 ts=2006/6/5 20:36 221k 2006/11/05 c:\cygwin\bin\cygpng10.dll - os=4.0 img=1.0 sys=4.0 "cygpng10.dll" v0.0 ts=2006/11/5 13:28 226k 2006/11/05 c:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0 "cygpng12.dll" v0.0 ts=2006/11/5 13:32 170k 2002/01/21 c:\cygwin\bin\cygpng2.dll - os=4.0 img=1.0 sys=4.0 "cygpng2.dll" v0.0 ts=2002/1/20 15:05 22k 2002/06/09 c:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0 "cygpopt-0.dll" v0.0 ts=2002/6/8 19:45 94k 2006/02/17 c:\cygwin\bin\cygpq.dll - os=4.0 img=1.0 sys=4.0 "cygpq.dll" v0.0 ts=2006/2/16 21:21 199k 2007/02/19 c:\cygwin\bin\cygproj-0.dll - os=4.0 img=1.0 sys=4.0 "cygproj-0.dll" v0.0 ts=2007/2/18 15:24 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 18: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 13:16 154k 2007/05/02 c:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 "cygreadline6.dll" v0.0 ts=2007/5/1 15:01 718k 2007/05/30 c:\cygwin\bin\cygruby18.dll - os=4.0 img=1.0 sys=4.0 "cygruby18.dll" v0.0 ts=2007/5/29 22:38 78k 2004/10/13 c:\cygwin\bin\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0 "cygsasl2-2.dll" v0.0 ts=2004/10/13 12:50 380k 2003/12/13 c:\cygwin\bin\cygsmi-2.dll - os=4.0 img=1.0 sys=4.0 "cygsmi-2.dll" v0.0 ts=2003/12/12 14:57 118k 2007/06/27 c:\cygwin\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0 "cygssh2-1.dll" v0.0 ts=2007/6/26 19:56 231k 2006/10/04 c:\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.7.dll" v0.0 ts=2006/10/4 2:12 217k 2007/03/29 c:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.8.dll" v0.0 ts=2007/3/29 0:13 5k 2007/02/21 c:\cygwin\bin\cygstunnel.dll - os=4.0 img=1.0 sys=4.0 "cygstunnel.dll" v0.0 ts=2007/2/21 7:27 228k 2007/04/04 c:\cygwin\bin\cygt1-5.dll - os=4.0 img=1.0 sys=4.0 "cygt1-5.dll" v0.0 ts=2007/4/4 0:54 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 4:34 312k 2006/11/10 c:\cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiff-5.dll" v0.0 ts=2006/11/9 22:09 281k 2003/02/24 c:\cygwin\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0 "cygtiff3.dll" v0.0 ts=2003/2/23 18:58 282k 2003/08/11 c:\cygwin\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0 "cygtiff4.dll" v0.0 ts=2003/8/10 16:32 27k 2005/10/23 c:\cygwin\bin\cygungif-4.dll - os=4.0 img=1.0 sys=4.0 "cygungif-4.dll" v0.0 ts=2005/10/23 10:11 697k 2006/11/05 c:\cygwin\bin\cygWand-10.dll - os=4.0 img=1.0 sys=4.0 "cygWand-10.dll" v0.0 ts=2006/11/5 4:41 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 20:04 314k 2005/08/10 c:\cygwin\bin\cygwmf-0-2-7.dll - os=4.0 img=1.0 sys=4.0 "cygwmf-0-2-7.dll" v0.0 ts=2005/8/10 3:54 150k 2005/08/10 c:\cygwin\bin\cygwmflite-0-2-7.dll - os=4.0 img=1.0 sys=4.0 "cygwmflite-0-2-7.dll" v0.0 ts=2005/8/10 3:53 2689k 2002/11/16 c:\cygwin\bin\cygxerces-c21.dll - os=4.0 img=1.0 sys=4.0 "cygxerces-c21.dll" v0.0 ts=2002/11/15 18: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 8:50 3006k 2003/10/12 c:\cygwin\bin\cygxerces-c23.dll - os=4.0 img=1.0 sys=4.0 "cygxerces-c23.dll" v0.0 ts=2003/10/11 16:36 3520k 2003/12/16 c:\cygwin\bin\cygxerces-c24.dll - os=4.0 img=1.0 sys=4.0 "cygxerces-c24.dll" v0.0 ts=2003/12/16 9:45 3416k 2004/02/21 c:\cygwin\bin\cygxerces-c25.dll - os=4.0 img=1.0 sys=4.0 "cygxerces-c25.dll" v0.0 ts=2004/2/20 20:49 457k 2006/07/16 c:\cygwin\bin\cygXmHTML-0.dll - os=4.0 img=1.0 sys=4.0 "cygXmHTML-0.dll" v0.0 ts=2006/7/16 0:32 1069k 2007/05/22 c:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0 "cygxml2-2.dll" v0.0 ts=2007/5/21 20:49 48k 2006/11/18 c:\cygwin\bin\cygXpm-noX-4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-noX-4.dll" v0.0 ts=2006/11/17 22:32 45k 2006/04/18 c:\cygwin\bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-noX4.dll" v0.0 ts=2006/4/17 19:06 200k 2007/05/22 c:\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0 "cygxslt-1.dll" v0.0 ts=2007/5/22 6:08 65k 2006/10/16 c:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2006/10/15 15:10 1830k 2007/01/31 c:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2007/1/30 23:58 Cygwin DLL version info: DLL version: 1.5.24 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 156 Shared data: 4 DLL identifier: cygwin1 Mount registry: 2 Cygnus registry name: Cygnus Solutions Cygwin registry name: Cygwin Program options name: Program Options Cygwin mount registry name: mounts v2 Cygdrive flags: cygdrive flags Cygdrive prefix: cygdrive prefix Cygdrive default prefix: Build date: Wed Jan 31 10:57:51 CET 2007 CVS tag: cr-0x5f1 Shared id: cygwin1S4 578k 2006/03/24 c:\cygwin\lib\lapack\cygblas.dll - os=4.0 img=1.0 sys=4.0 "cygblas.dll" v0.0 ts=2006/3/23 19:30 4887k 2006/03/24 c:\cygwin\lib\lapack\cyglapack.dll - os=4.0 img=1.0 sys=4.0 "cyglapack.dll" v0.0 ts=2006/3/23 19:30 Checking for any Cygwin services... Service : cygserver Display name : CYGWIN cygserver Current State : Running Controls Accepted : Stop Command : /usr/sbin/cygserver stdin path : /dev/null stdout path : /var/log/cygserver.log stderr path : /var/log/cygserver.log Process Type : Own Process Startup : Automatic Account : LocalSystem Service : httpd Display name : CYGWIN httpd Current State : Running Controls Accepted : Stop, Shutdown Command : /usr/sbin/httpd -F stdin path : /dev/null stdout path : /var/log/httpd.log stderr path : /var/log/httpd.log Special flags : --shutdown Environment : CYGWIN="server" Process Type : Own Process Startup : Automatic Account : .\apache Service : sshd Display name : CYGWIN sshd Current State : Running Controls Accepted : Stop Command : /usr/sbin/sshd -D stdin path : /dev/null stdout path : /var/log/sshd.log stderr path : /var/log/sshd.log Environment : CYGWIN="ntsec server" Process Type : Own Process Startup : Automatic Dependencies : tcpip Account : LocalSystem Cygwin Package Information Last downloaded files to: C:\SoftwareDownloads\cygwin\ Last downloaded files from: http://sources-redhat.mirror.redwire.net/cygwin Package Version _update-info-dir 00536-1 a2ps 4.13-1 aalib 1.4rc5-1 agetty 2.1-2 alternatives 1.3.29a-1 antiword 0.37-1 apache 1.3.33-2 apr 0.9.7-1 apr-util 0.9.7-1 asciidoc 8.2.2-1 ash 20040127-3 aspell 0.50.3-1 aspell-de 0.50.2-1 aspell-doc 0.50.3-1 aspell-en 0.51.0-1 aspell-pl 0.50.2-1 astyle 1.21-1 atk 1.10.3-1 atk-runtime 1.10.3-1 autoconf 4-1 autoconf2.1 2.13-3 autoconf2.5 2.61-1 automake 2-1 automake1.10 1.10-1 automake1.4 1.4p6-4 automake1.5 1.5-2 automake1.6 1.6.3-3 automake1.7 1.7.9-3 automake1.8 1.8.5-3 automake1.9 1.9.6-2 base-files 3.7-1 base-passwd 2.2-1 bash 3.2.17-15 bash-completion 20060301-2 bc 1.06-2 binutils 20060817-1 bison 2.3-1 byacc 1.9-1 bzip2 1.0.3-2 c-client 2002e-3 c3270 3.3.4p7-1 cabextract 1.1-1 ccache 2.2-1 ccdoc 0.8.41-2 cgoban 1.9.14-2 check 0.9.2-2 chkconfig 1.2.24h-1 clear 1.0-2 clisp 2.41-2 cmake 2.4.7-2 cocom 0.995-1 compface 1.5.2-1 coreutils 6.9-4 cpio 2.9-1 cron 4.1-5 crypt 1.1-1 ctags 5.6-1 curl 7.16.3-1 curl-devel 7.16.3-1 cvs 1.11.22-1 cvsps 2.1-1 cvsutils 0.2.3-1 cygrunsrv 1.17-1 cygutils 1.3.1-1 cygwin 1.5.24-2 cygwin-doc 1.4-4 cygwin-x-doc 1.0.4-1 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 diffutils 2.8.7-1 distcc 2.18.3-1 docbook-xml42 4.2-3 docbook-xsl 1.69.1-1 doxygen 1.5.1-1 dpkg 1.10.4-2 e2fsprogs 1.35-3 ec-fonts-mftraced 1.0.8-4 ed 0.2-1 editrights 1.01-1 ELFIO 1.0.2-1 emacs 21.2-13 emacs-el 21.2-13 emacs-X11 21.2-13 enscript 1.6.4-1 epstool 3.08-1 exif 0.6.15-1 exim 4.67-1 expat 1.95.8-2 expect 20030128-1 fetchmail 6.3.8-1 fftw3 3.0.1-2 fftw3-dev 3.0.1-2 figlet 2.2.2-1 file 4.21-1 findutils 4.3.8-1 flex 2.5.4a-3 fltk 1.1.8r5648-1 fontconfig 2.4.1-5 fortune 1.99.1-2 freeglut 2.2.0-1 freetype2 2.3.4-2 fvwm 2.4.7-3 gawk 3.1.5-4 gcc 3.4.4-3 gcc-ada 3.4.4-3 gcc-core 3.4.4-3 gcc-g++ 3.4.4-3 gcc-g77 3.4.4-3 gcc-gpc 3.4.4-3 gcc-java 3.4.4-3 gcc-mingw 20040810-1 gcc-mingw-ada 20050522-1 gcc-mingw-core 20050522-1 gcc-mingw-g++ 20050522-1 gcc-mingw-g77 20050522-1 gcc-mingw-gpc 20040810-1 gcc-mingw-java 20050522-1 gcc-mingw-objc 20050522-1 gcc-objc 3.4.4-3 gdb 20060706-2 gdbm 1.8.3-8 gettext 0.15-1 gettext-devel 0.15-1 ghostscript 8.50-1 ghostscript-base 8.50-1 ghostscript-x11 8.50-1 glib 1.2.10-3 glib-devel 1.2.10-3 glib2 2.10.3-1 glib2-devel 2.10.3-1 glib2-runtime 2.10.3-1 gmp 4.2.1-1 gnugo 3.7.10-1 gnupg 1.4.5-1 gnuplot 4.2.0-1 gperf 3.0.3-1 grace 5.1.19-1 GraphicsMagick 1.0.6-1 grep 2.5.1a-4 groff 1.18.1-2 gsl 1.9-1 gtk+ 1.2.10-2 gtk2-x11 2.6.10-1 gtk2-x11-devel 2.6.10-1 gtk2-x11-doc 2.6.10-1 gtk2-x11-runtime 2.6.10-1 gtypist 2.7-2 guile 1.8.1-6 guile-devel 1.8.1-6 guile-doc 1.8.1-6 gv 3.6.3-1 gzip 1.3.12-2 help2man 1.35.1-1 ImageMagick 6.3.0.1-2 imlib 1.9.14-3 indent 2.2.9-1 inetutils 1.3.2-36 initscripts 0.9-1 ioperm 0.4-1 irc 20010101-3 jasper 1.701.0-1 jbigkit 1.6-1 jgraph 8.3-1 jpeg 6b-12 keychain 2.6.8-1 lapack 3.0-5 lcms 1.14-1 less 382-1 lesstif 0.94.4-1 lftp 3.5.12-1 libaa1 1.4rc5-1 libapr0 0.9.7-1 libapr1 1.2.8-2 libaprutil0 0.9.7-1 libaprutil1 1.2.8-1 libart_lgpl 1.4.2-3 libaspell15 0.50.3-1 libbonobo2 2.14.0-1 libbz2_0 1.0.2-1 libbz2_1 1.0.3-2 libcharset1 1.11-1 libcroco06 0.6.1-1 libcurl3 7.15.4-2 libcurl4 7.16.3-1 libdb2 2.7.7-4 libdb3.1 3.1.17-2 libdb4.1 4.1.25-1 libdb4.2 4.2.52-1 libdb4.3 4.3.28-1 libdb4.5 4.5.20-1 libecpg5 8.1.4-2 libexif 0.6.16-1 libexif12 0.6.16-1 libexpat0 1.95.8-2 libfontconfig-devel 2.4.1-5 libfontconfig1 2.4.1-5 libfpx 1.2.0.12-1 libfreetype2-devel 2.3.4-2 libfreetype26 2.3.4-2 libgcrypt 1.2.1-1 libgd2 2.0.35-1 libgdbm 1.8.0-5 libgdbm-devel 1.8.3-8 libgdbm3 1.8.3-3 libgdbm4 1.8.3-8 libgeotiff 1.2.3a-1 libgeotiff-devel 1.2.3a-1 libgeotiff1 1.2.3a-1 libgettextpo0 0.15-1 libggi2 2.2.1-1 libggiwmh0 0.3.1-1 libgii1 1.0.1-1 libglitz1 0.4.4-2 libgmp3 4.2.1-1 libgpg-error 1.1-1 libGraphicsMagick-devel 1.0.6-1 libGraphicsMagick0 1.0.6-1 libguile12 1.6.7-4 libguile16 1.7.1.20041006-1 libguile17 1.8.1-6 libiconv 1.11-1 libiconv2 1.11-1 libIDL2 0.8.6-1 libintl 0.10.38-3 libintl1 0.10.40-1 libintl2 0.12.1-3 libintl3 0.14.5-1 libintl8 0.15-1 libjbig1 1.5-3 libjbig2 1.6-1 libjpeg-devel 6b-12 libjpeg62 6b-12 libjpeg6b 6b-8 libkpathsea3 2.0.2-15 libkpathsea3abi13 2.0.2-2 libkpathsea4 3.0.0-3 libltdl3 1.5.23a-2 libltdl6 1.9f_20041024-1 libMagick-devel 6.3.0.1-2 libMagick10 6.3.0.1-2 libMagick6 6.0.4-1 libmcrypt 2.5.7-2 libmcrypt-devel 2.5.7-2 libmng 1.0.9-1 libncurses-devel 5.5-3 libncurses5 5.2-1 libncurses6 5.2-8 libncurses7 5.3-4 libncurses8 5.5-3 libneon24 0.24.7-2 libneon25 0.25.5-1 libneon26 0.26.3-1 libnetpbm10 10.33-1 libopenldap2 2.1.25-1 libopenldap2_2_7 2.2.26-2 libopenldap2_3_0 2.3.36-1 libpcre0 7.2-1 libpgtypes2 8.1.4-2 libpng 1.2.12-1 libpng10 1.0.20-1 libpng10-devel 1.0.20-1 libpng12 1.2.12-1 libpng12-devel 1.2.12-1 libpng2 1.0.12-1 libpopt0 1.6.4-4 libpq4 8.0.7-1 libproj-devel 4.5.0a-2 libproj0 4.5.0a-2 libPropList 0.10.1-3 libreadline4 4.1-2 libreadline5 4.3-5 libreadline6 5.2.4-8 libsasl2 2.1.19-3 libsasl2-devel 2.1.19-3 libsmi 0.4.2-1 libssh2-devel 0.15-1 libssh2_1 0.15-1 libtiff-devel 3.8.2-3 libtiff3 3.6.0-2 libtiff4 3.6.0-5 libtiff5 3.8.2-3 libtool1.5 1.5.23a-2 libungif 4.1.4-1 libungif4 4.1.4-1 libwmf 0.2.8.4-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.28-2 libXpm-noX 3.5.6-1 libXpm-noX-devel 3.5.6-1 libXpm-noX_4 3.5.6-1 libxslt 1.1.20-2 lilypond 2.10.7-2 lilypond-doc 2.10.7-2 links 0.99pre14-1 login 1.9-7 lynx 2.8.5-4 m4 1.4.10-1 make 3.81-1 man 1.6e-1 mc 4.6.1-2 mhash 0.9.2-1 mingw-runtime 3.13-1 mingw-zlib 1.2.3-2 minires 1.01-1 mktemp 1.5-4 more 2.11o-3 mt 2.3.1-1 mutt 1.4.2.2-1 naim 0.11.8.2.1-2 nano 1.2.2-1 nasm 0.98.39-1 ncftp 3.2.1-1 ncurses 5.5-3 ncurses-demo 5.5-3 nedit 5.5-1 neon 0.26.3-1 netcat 1.10-2 netpbm 10.33-1 nmpc 1.0.4-1 octave 2.1.73-1 octave-forge 2006.03.17-1 octave-headers 2.1.73-1 openbox 0.99.1-4 opengl 1.1.0-8 openldap 2.3.36-1 openldap-devel 2.3.36-1 openssh 4.6p1-1 openssl 0.9.8e-3 openssl-devel 0.9.8e-3 openssl097 0.9.7l-1 ORBit2 2.14.0-1 pango 1.8.1-1 pango-runtime 1.8.1-1 par 1.52-1 patch 2.5.8-9 patchutils 0.2.31-1 pcre 7.2-1 pcre-devel 7.2-1 pcre-doc 7.2-1 pdksh 5.2.14-3 perl 5.8.8-4 perl-libwin32 0.27-1 perl_manpages 5.8.8-4 pine 4.58-1 pinfo 0.6.9-1 ping 1.0-1 pkg-config 0.21-1 popt 1.6.4-4 postgresql 8.0.7-1 postgresql-client 8.0.7-1 pr3287 3.3.4p7-1 procmail 3.22-10 procps 3.2.7-1 proftpd 1.2.10-1 proj 4.5.0a-2 psutils 1.17-1 python 2.5.1-2 rcs 5.7-3 readline 5.2.4-8 rebase 2.4.3-1 robots 2.0-4 rpm 4.1-2 rpm-build 4.1-1 rpm-doc 4.1-1 rsync 2.6.6-1 ruby 1.8.6-1 run 1.1.10-1 rxvt 20050409-4 s3270 3.3.4p7-1 sed 4.1.5-2 setsid 0.0-4 sharutils 4.7-1 shutdown 1.7-1 splint 3.1.1-1 squid 2.4.STABLE7-1 ssmtp 2.61-1 stunnel 4.20-2 suite3270 3.3.4p7-1 sunrpc 4.0-3 SWI-Prolog 5.6.36-1 swig 1.3.29-2 sysvinit 2.84-4 t1lib 5.1.1-1 tar 1.18-1 tcl3270 3.3.4p7-1 tcltk 20060202-1 tcm 2.20-1 tcp_wrappers 7.6-1 tcsh 6.15.00-4 termcap 20050421-1 terminfo 5.5_20061104-1 tetex 3.0.0-3 tetex-base 3.0.0-3 tetex-bin 3.0.0-3 tetex-devel 3.0.0-3 tetex-doc 3.0.0-3 tetex-extra 3.0.0-3 tetex-tiny 3.0.0-3 tetex-x11 3.0.0-3 texinfo 4.8a-1 TeXmacs 1.0.6-1 tidy 041206-1 tiff 3.8.2-3 time 1.7-1 tin 1.8.3-1 transfig 3.2.4-2 ttcp 19980512-1 tzcode 2007e-1 ucl 1.01-1 units 1.77-1 unzip 5.52-2 upx 1.24-1 util-linux 2.12r-2 uw-imap 2002e-3 uw-imap-imapd 2002e-3 uw-imap-util 2002e-3 vim 7.1-1 w32api 3.10-1 wget 1.10.2-2 which 1.7-1 whois 4.7.20-1 WindowMaker 0.90.0-2 WordNet 3.0-1 wtf 0.0.4-6 X-start-menu-icons 1.0.4-1 X-startup-scripts 1.0.11-1 x2x 1.30-2 x3270 3.3.4p7-1 Xaw3d 1.5D-5 xemacs 21.4.20-2 xemacs-emacs-common 21.4.20-2 xemacs-mule-sumo 2007-04-27-1 xemacs-sumo 2007-04-27-1 xemacs-tags 21.4.20-2 xerces-c 2.5.0-1 xerces-c-doc 2.5.0-1 xfig 3.2.4-6 xfig-lib 3.2.4-6 XFree86-lib-compat 4.3.0-2 xgraph 12.1-1 xinetd 2.3.9-1 XmHTML 1.1.7-2 xmlto 0.0.18-2 xmon 1.5.6-1 xorg-x11-base 6.8.99.901-1 xorg-x11-bin 6.8.99.901-1 xorg-x11-bin-dlls 6.8.99.901-1 xorg-x11-bin-lndir 6.8.99.901-1 xorg-x11-devel 6.8.99.901-1 xorg-x11-etc 6.8.99.901-1 xorg-x11-f100 6.8.99.901-1 xorg-x11-fcyr 6.8.99.901-1 xorg-x11-fenc 6.8.99.901-1 xorg-x11-fnts 6.8.99.901-1 xorg-x11-fscl 6.8.99.901-1 xorg-x11-fsrv 6.8.99.901-1 xorg-x11-libs-data 6.8.99.901-1 xorg-x11-man-pages 6.8.99.901-1 xorg-x11-man-pages-html 6.8.99.901-1 xorg-x11-nest 6.8.99.901-1 xorg-x11-vfb 6.8.99.901-1 xorg-x11-xwin 6.8.99.901-1 xpdf 3.01-2 xpm-nox 4.2.0-6 xterm 202-1 xwinwm 0.0.5-1 zip 2.32-2 zlib 1.2.3-2 zsh 4.3.2-1 -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From RCamus@scarecrowpress.com Fri Aug 17 14:41:00 2007 From: RCamus@scarecrowpress.com (Renee Camus) Date: Fri, 17 Aug 2007 14:41:00 -0000 Subject: Beat Generation Author? In-Reply-To: <448DB785.3090609@scarecrowpress.com> References: <448DB785.3090609@scarecrowpress.com> Message-ID: <46C5B37B.2030302@scarecrowpress.com> Dear Mr. Ronan My name is Renee Camus. I am the Assistant Editor in music at Scarecrow Press publishing. I am trying to contact the Stephen Ronan who is the author of books on the Beat Generation, such as /Blue Postcards to Jack Kerouac/. Are you he? Scarecrow Press had been in contact with him some years ago, but I do not have current contact information. Please contact me soon either way, by email or by phone, so that I may update our records. Thank you very much. Sincerely, Renee -- Renee Camus Assistant Editor Scarecrow Press 4501 Forbes Boulevard, Suite 200 Lanham, MD 20706 Phone: 301-459-3366, x.5631 Fax: 301- 429-5747 http://www.scarecrowpress.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From 50295@web.de Fri Aug 17 15:29:00 2007 From: 50295@web.de (Olumide) Date: Fri, 17 Aug 2007 15:29:00 -0000 Subject: XWin starts but hangs as soon as I start an X-application Message-ID: <46C5BEB7.3000009@web.de> Hi - Yesterday, I started my X server as usual and followed by an X-application (gnuplot), which refused to start up. At the same time the XWin process stopped working, in fact it had stopped page faulting. On terminating the XWin process I got the following message XIO: fatal IO error 104 (Connection reset by peer) on X server "127.0.0.1:0.0" (IP address changed) after 0 requests (0 known processed) with 0 events remaining. Here is the content of my XWin log file (/tmp/Xwin.log) _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 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: "00000809" (00000809) (--) Using preset keyboard for "English (United Kingdom)" (809), type "4" (EE) Couldn't load XKB keymap, falling back to pre-XKB keymap (--) 5 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! All of this is really strange. The only change/installation I made to my system yesterday was to install a logitech webcam. - Olumide -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Fri Aug 17 18:40:00 2007 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Fri, 17 Aug 2007 18:40:00 -0000 Subject: XWin starts but hangs as soon as I start an X-application In-Reply-To: <46C5BEB7.3000009@web.de> References: <46C5BEB7.3000009@web.de> Message-ID: <46C5EB8E.1030102@cygwin.com> Olumide wrote: > Hi - > > Yesterday, I started my X server as usual and followed by an > X-application (gnuplot), which refused to start up. At the same time the > XWin process stopped working, in fact it had stopped page faulting. On > terminating the XWin process I got the following message > > XIO: fatal IO error 104 (Connection reset by peer) on X server > "127.0.0.1:0.0" (IP address changed) > after 0 requests (0 known processed) with 0 events remaining. > > > All of this is really strange. The only change/installation I made to my > system yesterday was to install a logitech webcam. Remove it again. I think you'll find that solves the problems you were seeing. Logitech drivers are known to cause problems. Cygwin is one of its lucky affected applications. Search the email list archives for "dodgy apps" to find a list of software with buggy versions which can cause problems like this. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jabel@flex.com Sat Aug 18 10:03:00 2007 From: jabel@flex.com (Jay Abel) Date: Sat, 18 Aug 2007 10:03:00 -0000 Subject: XWin starts but hangs as soon as I start an X-application In-Reply-To: <46C5EB8E.1030102@cygwin.com> References: <46C5BEB7.3000009@web.de> <46C5EB8E.1030102@cygwin.com> Message-ID: <1db2069a0708180302m4c965135k9367496ad299789e@mail.gmail.com> I'm having similar trouble, starting yesterday. xterm and xclock both hang as described, but xeyes, xfig and rxvt all work. On 8/17/07, Larry Hall (Cygwin X) wrote: > Olumide wrote: > > Hi - > > > > Yesterday, I started my X server as usual and followed by an > > X-application (gnuplot), which refused to start up. At the same time the > > XWin process stopped working, in fact it had stopped page faulting. On > > terminating the XWin process I got the following message > > > > XIO: fatal IO error 104 (Connection reset by peer) on X server > > "127.0.0.1:0.0" (IP address changed) > > after 0 requests (0 known processed) with 0 events remaining. > > > > > > > > > All of this is really strange. The only change/installation I made to my > > system yesterday was to install a logitech webcam. > > Remove it again. I think you'll find that solves the problems you were > seeing. Logitech drivers are known to cause problems. Cygwin is one of > its lucky affected applications. Search the email list archives for "dodgy > apps" to find a list of software with buggy versions which can cause > problems like this. > > > -- > Larry Hall http://www.rfk.com > RFK Partners, Inc. (508) 893-9779 - RFK Office > 216 Dalton Rd. (508) 429-6305 - FAX > Holliston, MA 01746 > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From swang2000@gmail.com Sat Aug 18 11:42:00 2007 From: swang2000@gmail.com (liang) Date: Sat, 18 Aug 2007 11:42:00 -0000 Subject: X forward problem Message-ID: <000301c7e18c$c3670c50$4a3524f0$@com> HI, all: Sorry to bother your guys. I am trying to set up a sshd server on a super computer running on XP and set up putty on my laptop under XP too. I want my laptop to run under X window, but I really have a trouble. I searched several days on google, mailing list, FAQ, user guide 1. How can I reply email on this list? I didn't see any reply button. I cannot start a new thread every time. 2. If do I need to install x server (xorg-x11-base) on both server and laptop? 3. I can not start X server on my laptop and super computer. The following is xwin.log (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information winInitNotifyIcon - Shell_NotifyIcon Failed MIT-SHM extension disabled due to lack of kernel support XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000409" (00000409) (--) Using preset keyboard for "English (USA)" (409), type "4" (--) 3 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/TTF/, removing from list! Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing from list! Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/, removing from list! winDeleteNotifyIcon - Shell_NotifyIcon failed FreeFontPath: FPE "/usr/X11R6/lib/X11/fonts/misc/" refcount is 2, should be 1; fixing. (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information winInitNotifyIcon - Shell_NotifyIcon Failed 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" 4. I can start ssh session with my super computer using my laptop with text mode 5. Run xterm and always xterm xt error: can't open display 6. Every time, I install openssh and X server, I run cygcheck -c and found that xorg-x11-bin incomplete. I reinstall it and fix this problem. But it doesn't help. Thanks in advance! I struggle to fight this problem for a long time. Please help me. Yong -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From holger.krull@gmx.de Sat Aug 18 12:00:00 2007 From: holger.krull@gmx.de (Holger Krull) Date: Sat, 18 Aug 2007 12:00:00 -0000 Subject: X forward problem In-Reply-To: <000301c7e18c$c3670c50$4a3524f0$@com> References: <000301c7e18c$c3670c50$4a3524f0$@com> Message-ID: <46C6DF50.90803@gmx.de> liang schrieb: > Sorry to bother your guys. I am trying to set up a sshd server on a super > computer running on XP and set up putty on my laptop under XP too. > I want my laptop to run under X window, but I really have a trouble. I > searched several days on google, mailing list, FAQ, user guide > > 1. How can I reply email on this list? I didn't see any reply button. I > cannot start a new thread every time. An email list can't have a reply button, because an email itself has no reply button. I assume you are reading a list archive with your Webbrowser. If that is true, subscribe to the mailing list and answer with your favorite email client. > 2. If do I need to install x server (xorg-x11-base) on both server and > laptop? No. > 3. I can not start X server on my laptop and super computer. The following > is xwin.log There is no error visible in this log. What makes you sure that the X Server hasn't started? > 4. I can start ssh session with my super computer using my laptop with text > mode Did you start the ssh daemon on your "super computer"? > 5. Run xterm and always xterm xt error: can't open display How did you start them? And did you set DISPLAY? > 6. Every time, I install openssh and X server, I run cygcheck -c and found > that xorg-x11-bin incomplete. I reinstall it and fix this problem. But it > doesn't help. Remove everything and make sure you reinstall with Default Text File Type set to Unix. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From 50295@web.de Sat Aug 18 20:35:00 2007 From: 50295@web.de (Olumide) Date: Sat, 18 Aug 2007 20:35:00 -0000 Subject: XWin starts but hangs as soon as I start an X-application In-Reply-To: <46C5EB8E.1030102@cygwin.com> References: <46C5BEB7.3000009@web.de> <46C5EB8E.1030102@cygwin.com> Message-ID: Larry Hall (Cygwin X) wrote: >> All of this is really strange. The only change/installation I made to >> my system yesterday was to install a logitech webcam. > > Remove it again. I think you'll find that solves the problems you were > seeing. Logitech drivers are known to cause problems. Cygwin is one of > its lucky affected applications. Search the email list archives for > "dodgy apps" to find a list of software with buggy versions which can cause > problems like this. You're right. I've just uninstalled the logitech webcam and x-applications now work!! PS: wierd -- the logitech webcam uninstaller mandated that I terminated ALL applications before the deinstallation could proceed. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Sun Aug 19 01:07:00 2007 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Sun, 19 Aug 2007 01:07:00 -0000 Subject: XWin starts but hangs as soon as I start an X-application In-Reply-To: <1db2069a0708180302m4c965135k9367496ad299789e@mail.gmail.com> References: <46C5BEB7.3000009@web.de> <46C5EB8E.1030102@cygwin.com> <1db2069a0708180302m4c965135k9367496ad299789e@mail.gmail.com> Message-ID: <46C797B0.5000501@cygwin.com> Jay Abel wrote: > I'm having similar trouble, starting yesterday. xterm and xclock both > hang as described, but xeyes, xfig and rxvt all work. And have you installed any "dodgy app" recently? -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jabel@flex.com Sun Aug 19 01:37:00 2007 From: jabel@flex.com (Jay Abel) Date: Sun, 19 Aug 2007 01:37:00 -0000 Subject: XWin starts but hangs as soon as I start an X-application In-Reply-To: <46C797B0.5000501@cygwin.com> References: <46C5BEB7.3000009@web.de> <46C5EB8E.1030102@cygwin.com> <1db2069a0708180302m4c965135k9367496ad299789e@mail.gmail.com> <46C797B0.5000501@cygwin.com> Message-ID: <1db2069a0708181837s219a9b0dtf4ea83c028a51d86@mail.gmail.com> On 8/18/07, Larry Hall (Cygwin X) wrote: > Jay Abel wrote: > > I'm having similar trouble, starting yesterday. xterm and xclock both > > hang as described, but xeyes, xfig and rxvt all work. > > And have you installed any "dodgy app" recently? > > -- > Larry Hall http://www.rfk.com > RFK Partners, Inc. (508) 893-9779 - RFK Office > 216 Dalton Rd. (508) 429-6305 - FAX > Holliston, MA 01746 Not recently, but I'm checking now. I do have an evil logitech mouse, but I thought I forced it to use the stock ms drivers. It's possible that I already have the unwanted/conflicting software, but that it wasn't a problem until I upgraded to the most recent cygwin1.dll. I'll see if I can find the list of evil applications then check if I have any of them installed, and also try using an older cygwin.dll to see if the problem disappears. I noticed that in the case of xterm, its associated shell also starts and the xterm process cannot be killed until the corresponding shell has also been killed, not from taskmanager, cygwin, etc. On the other hand, even typing 'xterm -version' hangs before any output is produced. It's almost as if the output pipe isn't being created properly, but ps doesn't show xterm in the I state. What I'm trying to say is that the problem seems to happen when output is produced. Note that even if the $DISPLAY variable isn't set, xterm still hangs (you'd expect it to spit out an error message and die). So I'd wager the problem is related to writing to stdout, not to X. I'll take another look to see if I have any of the non-recommended applications, such as logitech stuff, that might be interfering. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jabel@flex.com Sun Aug 19 02:46:00 2007 From: jabel@flex.com (Jay Abel) Date: Sun, 19 Aug 2007 02:46:00 -0000 Subject: XWin starts but hangs as soon as I start an X-application In-Reply-To: <1db2069a0708181837s219a9b0dtf4ea83c028a51d86@mail.gmail.com> References: <46C5BEB7.3000009@web.de> <46C5EB8E.1030102@cygwin.com> <1db2069a0708180302m4c965135k9367496ad299789e@mail.gmail.com> <46C797B0.5000501@cygwin.com> <1db2069a0708181837s219a9b0dtf4ea83c028a51d86@mail.gmail.com> Message-ID: <1db2069a0708181945k2159bedt8d959676c21fa95b@mail.gmail.com> Yikes. I turned off VirusScan on-access and buffer overflow checking, then xterm ran. So happy it was running, I forgot what I was doing and fixed some missing fields in my .xdefaults file (changed Xterm to xterm) and opened another window. No problem. xclock now runs, no problem. Re-enable buffer overflow and access scan, and guess what? they both still work. Put back configuration file. Still works. wtf? I'll try rebooting and see if the problem reappears. On 8/18/07, Jay Abel wrote: > On 8/18/07, Larry Hall (Cygwin X) wrote: > > Jay Abel wrote: > > > I'm having similar trouble, starting yesterday. xterm and xclock both > > > hang as described, but xeyes, xfig and rxvt all work. > > > > And have you installed any "dodgy app" recently? > > > > -- > > Larry Hall http://www.rfk.com > > RFK Partners, Inc. (508) 893-9779 - RFK Office > > 216 Dalton Rd. (508) 429-6305 - FAX > > Holliston, MA 01746 > > Not recently, but I'm checking now. I do have an evil logitech mouse, > but I thought I forced it to use the stock ms drivers. It's possible > that I already have the unwanted/conflicting software, but that it > wasn't a problem until I upgraded to the most recent cygwin1.dll. > I'll see if I can find the list of evil applications then check if I > have any of them installed, and also try using an older cygwin.dll to > see if the problem disappears. > > I noticed that in the case of xterm, its associated shell also starts > and the xterm process cannot be killed until the corresponding shell > has also been killed, not from taskmanager, cygwin, etc. On the other > hand, even typing 'xterm -version' hangs before any output is > produced. It's almost as if the output pipe isn't being created > properly, but ps doesn't show xterm in the I state. What I'm trying > to say is that the problem seems to happen when output is produced. > Note that even if the $DISPLAY variable isn't set, xterm still hangs > (you'd expect it to spit out an error message and die). So I'd wager > the problem is related to writing to stdout, not to X. > > I'll take another look to see if I have any of the non-recommended > applications, such as logitech stuff, that might be interfering. > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jabel@flex.com Sun Aug 19 04:21:00 2007 From: jabel@flex.com (Jay Abel) Date: Sun, 19 Aug 2007 04:21:00 -0000 Subject: XWin starts but hangs as soon as I start an X-application In-Reply-To: <1db2069a0708181945k2159bedt8d959676c21fa95b@mail.gmail.com> References: <46C5BEB7.3000009@web.de> <46C5EB8E.1030102@cygwin.com> <1db2069a0708180302m4c965135k9367496ad299789e@mail.gmail.com> <46C797B0.5000501@cygwin.com> <1db2069a0708181837s219a9b0dtf4ea83c028a51d86@mail.gmail.com> <1db2069a0708181945k2159bedt8d959676c21fa95b@mail.gmail.com> Message-ID: <1db2069a0708182121o756d8c07t62f64d84f1bae7fb@mail.gmail.com> I can no longer reproduce the problem. Whatever it was, it seems to have sorted itself out in that queasy "just try rebooting 50 times" way that windows 'fixes' iteself. Gah. On 8/18/07, Jay Abel wrote: > Yikes. I turned off VirusScan on-access and buffer overflow checking, > then xterm ran. So happy it was running, I forgot what I was doing > and fixed some missing fields in my .xdefaults file (changed Xterm to > xterm) and opened another window. No problem. xclock now runs, no > problem. Re-enable buffer overflow and access scan, and guess what? > they both still work. Put back configuration file. Still works. > wtf? > > I'll try rebooting and see if the problem reappears. > > On 8/18/07, Jay Abel wrote: > > On 8/18/07, Larry Hall (Cygwin X) wrote: > > > Jay Abel wrote: > > > > I'm having similar trouble, starting yesterday. xterm and xclock both > > > > hang as described, but xeyes, xfig and rxvt all work. > > > > > > And have you installed any "dodgy app" recently? > > > > > > -- > > > Larry Hall http://www.rfk.com > > > RFK Partners, Inc. (508) 893-9779 - RFK Office > > > 216 Dalton Rd. (508) 429-6305 - FAX > > > Holliston, MA 01746 > > > > Not recently, but I'm checking now. I do have an evil logitech mouse, > > but I thought I forced it to use the stock ms drivers. It's possible > > that I already have the unwanted/conflicting software, but that it > > wasn't a problem until I upgraded to the most recent cygwin1.dll. > > I'll see if I can find the list of evil applications then check if I > > have any of them installed, and also try using an older cygwin.dll to > > see if the problem disappears. > > > > I noticed that in the case of xterm, its associated shell also starts > > and the xterm process cannot be killed until the corresponding shell > > has also been killed, not from taskmanager, cygwin, etc. On the other > > hand, even typing 'xterm -version' hangs before any output is > > produced. It's almost as if the output pipe isn't being created > > properly, but ps doesn't show xterm in the I state. What I'm trying > > to say is that the problem seems to happen when output is produced. > > Note that even if the $DISPLAY variable isn't set, xterm still hangs > > (you'd expect it to spit out an error message and die). So I'd wager > > the problem is related to writing to stdout, not to X. > > > > I'll take another look to see if I have any of the non-recommended > > applications, such as logitech stuff, that might be interfering. > > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From swang2000@gmail.com Sun Aug 19 22:06:00 2007 From: swang2000@gmail.com (liang) Date: Sun, 19 Aug 2007 22:06:00 -0000 Subject: FW: X forward question Message-ID: <000301c7e2ad$1d655bf0$583013d0$@com> From: liang [mailto:swang2000@gmail.com] Sent: Sunday, August 19, 2007 3:40 PM To: 'cygwin-xfree@cygwin.com' Subject: X forward question Hi, 1. I just to subscribe the mailing list, so I can reply the email now. Sorry to start a new thread. 2. I start x server with double click startxwin.bat under /etc/x11r/bin, a window starts and X show in the system tray. 3. I typed xterm& and start a new window 4. In new window, I typed ssh ?Y ?v ?l ?ZwLi 192.168.1.101? (internal network, wireless) ????????? $ ???ssh -Y -v -l ZwLi 192.168.1.101 OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007 debug1: Connecting to 192.168.1.101 [192.168.1.101] port 22. debug1: Connection established. debug1: identity file /home/swang/.ssh/identity type -1 debug1: identity file /home/swang/.ssh/id_rsa type -1 debug1: identity file /home/swang/.ssh/id_dsa type -1 debug1: Remote protocol version 1.99, remote software version OpenSSH_4.6 debug1: match: OpenSSH_4.6 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_4.6 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-cbc hmac-md5 none debug1: kex: client->server aes128-cbc hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug1: Host '192.168.1.101' is known and matches the RSA host key. debug1: Found key in /home/swang/.ssh/known_hosts:1 debug1: ssh_rsa_verify: signature correct debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: SSH2_MSG_SERVICE_REQUEST sent debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey,password debug1: Next authentication method: publickey debug1: Trying private key: /home/swang/.ssh/identity debug1: Trying private key: /home/swang/.ssh/id_rsa debug1: Trying private key: /home/swang/.ssh/id_dsa debug1: Next authentication method: password ZwLi@192.168.1.101's password: debug1: Authentication succeeded (password). debug1: channel 0: new [client-session] debug1: Entering interactive session. Warning: No xauth data; using fake authentication data for X11 forwarding. debug1: Requesting X11 forwarding with authentication spoofing. Last login: Sun Aug 19 15:05:49 2007 from unc-zofo4lkabzt ZwLi@duke-q49pd6smvo ~ $ 5. I believe that I logged on the sshd server on ZwLi computer. 6. Typed cd /cygdrive/c/program\ files/picasa2 to change folder on the server 7. Typed ./picasa2.exe and tried to run picasa to test if X forwarding is working 8. I can see the picasa2.exe running on my sshd server since I can see a process running in the windows task manager on the server. But there is nothing happened in my ssh client end. Do I suppose to see a picasa2 window opened in ssh client end? 9. Before I started my ssh session, I typed display=localhost:0.0??? ?????????????????????????????????????????????????? Export display after I started X server 10. My sshd server and client are both running on XP professional 11. I desparately need to run Rgui on my sshd server from ssh client. I didn?t install X server on the computer running sshd server. Do I miss something? Or I am totally wrong. My goal is to run windows application on the sshd server from every ssh client (both sshd server and ssh client installed XP). 12. I replaced ?#X11forward no? with ?X11forward yes? in the file sshd_config on sshd server. But I didn?t revise ssh_config? on the ssh client machine since I cannot find the file ssh_config under /etc/ folder. Please give me some helps. And thank everybody who replyed my email before. Yong ?? ? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Mon Aug 20 02:36:00 2007 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Mon, 20 Aug 2007 02:36:00 -0000 Subject: FW: X forward question In-Reply-To: <000301c7e2ad$1d655bf0$583013d0$@com> References: <000301c7e2ad$1d655bf0$583013d0$@com> Message-ID: <46C8FE21.9030503@cygwin.com> liang wrote: > > From: liang [mailto:swang2000@gmail.com] > Sent: Sunday, August 19, 2007 3:40 PM > To: 'cygwin-xfree@cygwin.com' > Subject: X forward question > > Hi, > > 1. I just to subscribe the mailing list, so I can reply the email now. Sorry > to start a new thread. > 2. I start x server with double click startxwin.bat under /etc/x11r/bin, a > window starts and X show in the system tray. > 3. I typed xterm& and start a new window > 4. In new window, I typed ssh ???Y ???v ???l ZwLi 192.168.1.101 (internal > network, wireless) > $ ssh -Y -v -l ZwLi 192.168.1.101 > OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007 > debug1: Connecting to 192.168.1.101 [192.168.1.101] port 22. > debug1: Connection established. > debug1: identity file /home/swang/.ssh/identity type -1 > debug1: identity file /home/swang/.ssh/id_rsa type -1 > debug1: identity file /home/swang/.ssh/id_dsa type -1 > debug1: Remote protocol version 1.99, remote software version OpenSSH_4.6 > debug1: match: OpenSSH_4.6 pat OpenSSH* > debug1: Enabling compatibility mode for protocol 2.0 > debug1: Local version string SSH-2.0-OpenSSH_4.6 > debug1: SSH2_MSG_KEXINIT sent > debug1: SSH2_MSG_KEXINIT received > debug1: kex: server->client aes128-cbc hmac-md5 none > debug1: kex: client->server aes128-cbc hmac-md5 none > debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent > debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP > debug1: SSH2_MSG_KEX_DH_GEX_INIT sent > debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY > debug1: Host '192.168.1.101' is known and matches the RSA host key. > debug1: Found key in /home/swang/.ssh/known_hosts:1 > debug1: ssh_rsa_verify: signature correct > debug1: SSH2_MSG_NEWKEYS sent > debug1: expecting SSH2_MSG_NEWKEYS > debug1: SSH2_MSG_NEWKEYS received > debug1: SSH2_MSG_SERVICE_REQUEST sent > debug1: SSH2_MSG_SERVICE_ACCEPT received > debug1: Authentications that can continue: publickey,password > debug1: Next authentication method: publickey > debug1: Trying private key: /home/swang/.ssh/identity > debug1: Trying private key: /home/swang/.ssh/id_rsa > debug1: Trying private key: /home/swang/.ssh/id_dsa > debug1: Next authentication method: password > ZwLi@192.168.1.101's password: > debug1: Authentication succeeded (password). > debug1: channel 0: new [client-session] > debug1: Entering interactive session. > Warning: No xauth data; using fake authentication data for X11 forwarding. > debug1: Requesting X11 forwarding with authentication spoofing. > Last login: Sun Aug 19 15:05:49 2007 from unc-zofo4lkabzt > > ZwLi@duke-q49pd6smvo ~ > $ > 5. I believe that I logged on the sshd server on ZwLi computer. > 6. Typed cd /cygdrive/c/program\ files/picasa2 to change folder on the > server > 7. Typed ./picasa2.exe and tried to run picasa to test if X forwarding is > working > 8. I can see the picasa2.exe running on my sshd server since I can see a > process running in the windows task manager on the server. But there is > nothing happened in my ssh client end. > Do I suppose to see a picasa2 window opened in ssh client end? No. You're running a MS Windows program that knows nothing about X. Cygwin's X server will not magically transform the output of Windows programs into X windows locally or otherwise. > 9. Before I started my ssh session, I typed display=localhost:0.0 > Export display after I > started X server Don't do this. It's not needed and it's not correct. > 10. My sshd server and client are both running on XP professional > 11. I desparately need to run Rgui on my sshd server from ssh client. I > didn???t install X server on the computer running sshd server. > > Do I miss something? Or I am totally wrong. My goal is to run windows > application on the sshd server from every ssh client (both sshd server and > ssh client installed XP). See above. > 12. I replaced ???#X11forward no??? with ???X11forward yes??? in the file > sshd_config on sshd server. But I didn???t revise ssh_config on the ssh > client machine since I cannot find the file ssh_config under /etc/ folder. > Please give me some helps. And thank everybody who replyed my email before. I think you're looking at the wrong software to solve your problem. If you just want to run Windows programs on other machines, you can always try connecting to a shared drive on the server and running the installed program from the client. But you're not going to find Cygwin X helps you do this. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From Cary_Jamison@Symantec.com Mon Aug 20 16:11:00 2007 From: Cary_Jamison@Symantec.com (Cary Jamison) Date: Mon, 20 Aug 2007 16:11:00 -0000 Subject: openbox works, but how do I get the middle mouse button to display a menu? References: Message-ID: John F Davis wrote: > Hello > > I have openbox working, but when I click my middle mouse button on my > windows desktop it opens windows desktop dialog. > > On a related issue, if I use openbox and icon a window, I can not > access the windows anymore. Openbox on linux accesses the icon'd > windows via the middle mouse button clicked on the desktop. > > Please advise. > > JD Do you have -emulate3buttons set on your server? If so, you need to press buttons 1 and 2 (left and right) at the same time to emulate the middle/third button. It doesn't sound like this is what you want, so make sure you're not starting X with this parameter (check your startup script). Otherwise, what type of mouse and mouse driver do you have? Some drivers will change the behavior of the middle button so X doesn't recognize it. Cary -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From swang2000@gmail.com Mon Aug 20 19:07:00 2007 From: swang2000@gmail.com (liang) Date: Mon, 20 Aug 2007 19:07:00 -0000 Subject: FW: X forward question In-Reply-To: <46C8FE21.9030503@cygwin.com> References: <000301c7e2ad$1d655bf0$583013d0$@com> <46C8FE21.9030503@cygwin.com> Message-ID: <000301c7e35d$5928ac90$0b7a05b0$@com> Thanks for reply. So, do you think that windows 2003 server is the solution for my goal? Or any other options I have. Please give me some suggestion. Basically I need to set up a super computer which allows several clients to run applications for computing simultaneously. I think the windows are the best environments since most of users are familiar windows systems. Thanks. liang -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com] On Behalf Of Larry Hall (Cygwin X) Sent: Sunday, August 19, 2007 10:36 PM To: cygwin-xfree@cygwin.com Subject: Re: FW: X forward question liang wrote: > > From: liang [mailto:swang2000@gmail.com] > Sent: Sunday, August 19, 2007 3:40 PM > To: 'cygwin-xfree@cygwin.com' > Subject: X forward question > > Hi, > > 1. I just to subscribe the mailing list, so I can reply the email now. Sorry > to start a new thread. > 2. I start x server with double click startxwin.bat under /etc/x11r/bin, a > window starts and X show in the system tray. > 3. I typed xterm& and start a new window > 4. In new window, I typed ssh ?Y ?v ?l ZwLi 192.168.1.101 (internal > network, wireless) > $ ssh -Y -v -l ZwLi 192.168.1.101 > OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007 > debug1: Connecting to 192.168.1.101 [192.168.1.101] port 22. > debug1: Connection established. > debug1: identity file /home/swang/.ssh/identity type -1 > debug1: identity file /home/swang/.ssh/id_rsa type -1 > debug1: identity file /home/swang/.ssh/id_dsa type -1 > debug1: Remote protocol version 1.99, remote software version OpenSSH_4.6 > debug1: match: OpenSSH_4.6 pat OpenSSH* > debug1: Enabling compatibility mode for protocol 2.0 > debug1: Local version string SSH-2.0-OpenSSH_4.6 > debug1: SSH2_MSG_KEXINIT sent > debug1: SSH2_MSG_KEXINIT received > debug1: kex: server->client aes128-cbc hmac-md5 none > debug1: kex: client->server aes128-cbc hmac-md5 none > debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent > debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP > debug1: SSH2_MSG_KEX_DH_GEX_INIT sent > debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY > debug1: Host '192.168.1.101' is known and matches the RSA host key. > debug1: Found key in /home/swang/.ssh/known_hosts:1 > debug1: ssh_rsa_verify: signature correct > debug1: SSH2_MSG_NEWKEYS sent > debug1: expecting SSH2_MSG_NEWKEYS > debug1: SSH2_MSG_NEWKEYS received > debug1: SSH2_MSG_SERVICE_REQUEST sent > debug1: SSH2_MSG_SERVICE_ACCEPT received > debug1: Authentications that can continue: publickey,password > debug1: Next authentication method: publickey > debug1: Trying private key: /home/swang/.ssh/identity > debug1: Trying private key: /home/swang/.ssh/id_rsa > debug1: Trying private key: /home/swang/.ssh/id_dsa > debug1: Next authentication method: password > ZwLi@192.168.1.101's password: > debug1: Authentication succeeded (password). > debug1: channel 0: new [client-session] > debug1: Entering interactive session. > Warning: No xauth data; using fake authentication data for X11 forwarding. > debug1: Requesting X11 forwarding with authentication spoofing. > Last login: Sun Aug 19 15:05:49 2007 from unc-zofo4lkabzt > > ZwLi@duke-q49pd6smvo ~ > $ > 5. I believe that I logged on the sshd server on ZwLi computer. > 6. Typed cd /cygdrive/c/program\ files/picasa2 to change folder on the > server > 7. Typed ./picasa2.exe and tried to run picasa to test if X forwarding is > working > 8. I can see the picasa2.exe running on my sshd server since I can see a > process running in the windows task manager on the server. But there is > nothing happened in my ssh client end. > Do I suppose to see a picasa2 window opened in ssh client end? No. You're running a MS Windows program that knows nothing about X. Cygwin's X server will not magically transform the output of Windows programs into X windows locally or otherwise. > 9. Before I started my ssh session, I typed display=localhost:0.0 > Export display after I > started X server Don't do this. It's not needed and it's not correct. > 10. My sshd server and client are both running on XP professional > 11. I desparately need to run Rgui on my sshd server from ssh client. I > didn?t install X server on the computer running sshd server. > > Do I miss something? Or I am totally wrong. My goal is to run windows > application on the sshd server from every ssh client (both sshd server and > ssh client installed XP). See above. > 12. I replaced ?#X11forward no? with ?X11forward yes? in the file > sshd_config on sshd server. But I didn?t revise ssh_config on the ssh > client machine since I cannot find the file ssh_config under /etc/ folder. > Please give me some helps. And thank everybody who replyed my email before. I think you're looking at the wrong software to solve your problem. If you just want to run Windows programs on other machines, you can always try connecting to a shared drive on the server and running the installed program from the client. But you're not going to find Cygwin X helps you do this. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Mon Aug 20 19:37:00 2007 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Mon, 20 Aug 2007 19:37:00 -0000 Subject: FW: X forward question In-Reply-To: <000301c7e35d$5928ac90$0b7a05b0$@com> References: <000301c7e2ad$1d655bf0$583013d0$@com> <46C8FE21.9030503@cygwin.com> <000301c7e35d$5928ac90$0b7a05b0$@com> Message-ID: <46C9ED5F.5020501@cygwin.com> . Reformatted. liang wrote: > -----Original Message----- >> Subject: Re: FW: X forward question >> >> liang wrote: >>> From: liang [mailto:swang2000gmailcom] ^^^^^^^^^^^^^^^^^^^ >>> Sent: Sunday, August 19, 2007 3:40 PM >>> To: 'cygwin-xfreecygwincom' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ . Yes, I know gmail doesn't do this kind of thing automatically but it never hurts to ask. In the meantime you're left with manual editing. A pain, I know. But it's better than opening yourself and others up to spamming. >> I think you're looking at the wrong software to solve your problem. If you >> just want to run Windows programs on other machines, you can always >> try connecting to a shared drive on the server and running the installed >> program from the client. But you're not going to find Cygwin X helps you >> do this. >> > Thanks for reply. > So, do you think that windows 2003 server is the solution for my goal? > Or any other options I have. Please give me some suggestion. > Basically I need to set up a super computer which allows several clients > to run applications for computing simultaneously. I think the windows are > the best environments since most of users are familiar windows systems. If you want users to be able to log into your machine and run Windows GUI (and command line) programs from that machine, you're probably best off setting it up as a Windows server machine, yes. Users can connect through Terminal Services to run a desktop on the server and invoke programs from there. Discussion of things other than Cygwin-X is really off-topic for this list though. I'd suggest if you have more questions about setting up a machine to act as a server for stock Windows applications, you should take them to the proper Windows forum. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jc.gervais@videotron.ca Mon Aug 20 20:12:00 2007 From: jc.gervais@videotron.ca (Jean-Claude Gervais) Date: Mon, 20 Aug 2007 20:12:00 -0000 Subject: Adding fonts Message-ID: <1187640717.21684.20.camel@mercury.sprymusic> Hi, Is there a simple way to add fonts to Cygwin's X server? For example, I have a true-type font called TAHOMA.TTF that I would like to make available to the X Server. Are all the host operating system's fonts automatically available to the X server? Do I have to perform any special actions to enable them? Is there a formula for doing this? Thanks in advance, list. J -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jc.gervais@videotron.ca Mon Aug 20 20:20:00 2007 From: jc.gervais@videotron.ca (Jean-Claude Gervais) Date: Mon, 20 Aug 2007 20:20:00 -0000 Subject: Cygwin X server 'reset' command Message-ID: <1187641207.21684.29.camel@mercury.sprymusic> Hello, I am using the Xterm that ships with Cygwin. When I connect by ssh to a host running Linux, I can run the 'reset' command on that host to clear my xterm and erase its backscroll history. However, when I am not logged onto a host and execute the 'reset' command locally, it seems to have no effect. In a console-mode bash prompt (cygwin.bat), same behaviour, but I have noticed executing the command 'cmd /c cls' works in this case but not in the graphical xterm. Although it is not a big problem, I am curious; is there a way to clear the backscroll buffer? The 'clear' command does clear the current screen but not the entire history. Thank you J -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From dickey@his.com Mon Aug 20 22:00:00 2007 From: dickey@his.com (Thomas Dickey) Date: Mon, 20 Aug 2007 22:00:00 -0000 Subject: Cygwin X server 'reset' command In-Reply-To: <1187641207.21684.29.camel@mercury.sprymusic> References: <1187641207.21684.29.camel@mercury.sprymusic> Message-ID: <20070820175529.H96676@mail101.his.com> On Mon, 20 Aug 2007, Jean-Claude Gervais wrote: > Hello, > > I am using the Xterm that ships with Cygwin. I forget ("xterm -v" would show the patch level), but Cygwin's got a moderately old xterm. See http://invisible-island.net/xterm/xterm.log.html for details on xterm's versions. > When I connect by ssh to a host running Linux, I can run the > 'reset' command on that host to clear my xterm and erase its backscroll > history. ...sounds right > However, when I am not logged onto a host and execute the 'reset' > command locally, it seems to have no effect. ...sounds as if $TERM isn't set properly > > In a console-mode bash prompt (cygwin.bat), same behaviour, but I > have noticed executing the command 'cmd /c cls' works in this case but > not in the graphical xterm. > > Although it is not a big problem, I am curious; is there a way to > clear the backscroll buffer? The 'clear' command does clear the current > screen but not the entire history. "reset" should behave the same (on the regular cygwin list there's more likelihood that you'd get an answer for this). -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From mansoorali.kudsi@gmail.com Tue Aug 21 04:23:00 2007 From: mansoorali.kudsi@gmail.com (Mansoorali Kudsi) Date: Tue, 21 Aug 2007 04:23:00 -0000 Subject: Cygwin X server 'reset' command In-Reply-To: <1187641207.21684.29.camel@mercury.sprymusic> References: <1187641207.21684.29.camel@mercury.sprymusic> Message-ID: <1a375f780708202123t7cee74d8pbf37f8a69c06b7d6@mail.gmail.com> Why don't you try this on the command line: printf "\ec" If this works, then you can probably insert this line in your .bashrc/.bash_profile alias cls=`printf "\ec"` and use cls henceforth. Regards, Mansoorali. On 8/21/07, Jean-Claude Gervais wrote: > Hello, > > I am using the Xterm that ships with Cygwin. > > When I connect by ssh to a host running Linux, I can run the 'reset' > command on that host to clear my xterm and erase its backscroll history. > > However, when I am not logged onto a host and execute the 'reset' > command locally, it seems to have no effect. > > In a console-mode bash prompt (cygwin.bat), same behaviour, but I have > noticed executing the command 'cmd /c cls' works in this case but not in > the graphical xterm. > > Although it is not a big problem, I am curious; is there a way to clear > the backscroll buffer? The 'clear' command does clear the current screen > but not the entire history. > > Thank you > J > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From stapleton.41@osu.edu Tue Aug 21 12:17:00 2007 From: stapleton.41@osu.edu (S James S Stapleton) Date: Tue, 21 Aug 2007 12:17:00 -0000 Subject: Adding fonts References: <1187640717.21684.20.camel@mercury.sprymusic> Message-ID: <017401c7e3ed$3961bf10$1df39280@oitlan.oit.ohiostate.edu> Yes. It's as easy as: cp /path/to/original.font /usr/X11R6/lib/X11/fonts/[fonttype]/ where you replace [fonttype] with the type of font you want ex. copy all windows ttf fonts over: $ cp /cygdrive/c/WINDOWS/Fonts/*.[tT][tT][fF] /usr/X11R6/lib/X11/fonts/ttf/ Caveat: You might run into problems, depending on if you are running in dos or unix line mode, I can't remember... Hope that helps, -Jim Stapleton ----- Original Message ----- From: "Jean-Claude Gervais" To: "Cygwin-XFree" Sent: Monday, August 20, 2007 4:11 PM Subject: Adding fonts > Hi, > > Is there a simple way to add fonts to Cygwin's X server? > > For example, I have a true-type font called TAHOMA.TTF that I would like > to make available to the X Server. > > Are all the host operating system's fonts automatically available to the > X server? Do I have to perform any special actions to enable them? Is > there a formula for doing this? > > Thanks in advance, list. > > J > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ > > > > -- > BEGIN-ANTISPAM-VOTING-LINKS > ------------------------------------------------------ > > Teach CanIt if this mail (ID 397534979) is spam: > Spam: https://antispam.osu.edu/b.php?c=s&i=397534979&m=513b38672a09 > Not spam: https://antispam.osu.edu/b.php?c=n&i=397534979&m=513b38672a09 > Forget vote: https://antispam.osu.edu/b.php?c=f&i=397534979&m=513b38672a09 > ------------------------------------------------------ > END-ANTISPAM-VOTING-LINKS > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From markjreed@mail.com Tue Aug 21 12:25:00 2007 From: markjreed@mail.com (Mark J. Reed) Date: Tue, 21 Aug 2007 12:25:00 -0000 Subject: Adding fonts In-Reply-To: <017401c7e3ed$3961bf10$1df39280@oitlan.oit.ohiostate.edu> References: <1187640717.21684.20.camel@mercury.sprymusic> <017401c7e3ed$3961bf10$1df39280@oitlan.oit.ohiostate.edu> Message-ID: It's a little more work, but it might be better to add the Windows fonts directory to the X font path. Then you only store the actual fonts in one place on disk, and all the system TTF fonts are available to X. You'd need to create the X11 font management metafiles in the system fonts dir, but Windows will just ignore them. You'd also need to update them whenever you add new fonts . . . or schedule a job to check periodically. On 8/21/07, S James S Stapleton wrote: > Yes. It's as easy as: > cp /path/to/original.font /usr/X11R6/lib/X11/fonts/[fonttype]/ > > where you replace [fonttype] with the type of font you want > > ex. copy all windows ttf fonts over: > $ cp /cygdrive/c/WINDOWS/Fonts/*.[tT][tT][fF] /usr/X11R6/lib/X11/fonts/ttf/ > > > Caveat: > You might run into problems, depending on if you are running in dos or unix > line mode, I can't remember... > > Hope that helps, > -Jim Stapleton > > ----- Original Message ----- > From: "Jean-Claude Gervais" > To: "Cygwin-XFree" > Sent: Monday, August 20, 2007 4:11 PM > Subject: Adding fonts > > > > Hi, > > > > Is there a simple way to add fonts to Cygwin's X server? > > > > For example, I have a true-type font called TAHOMA.TTF that I would like > > to make available to the X Server. > > > > Are all the host operating system's fonts automatically available to the > > X server? Do I have to perform any special actions to enable them? Is > > there a formula for doing this? > > > > Thanks in advance, list. > > > > J > > > > > > -- > > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > > Problem reports: http://cygwin.com/problems.html > > Documentation: http://x.cygwin.com/docs/ > > FAQ: http://x.cygwin.com/docs/faq/ > > > > > > > > -- > > BEGIN-ANTISPAM-VOTING-LINKS > > ------------------------------------------------------ > > > > Teach CanIt if this mail (ID 397534979) is spam: > > Spam: https://antispam.osu.edu/b.php?c=s&i=397534979&m=513b38672a09 > > Not spam: https://antispam.osu.edu/b.php?c=n&i=397534979&m=513b38672a09 > > Forget vote: https://antispam.osu.edu/b.php?c=f&i=397534979&m=513b38672a09 > > ------------------------------------------------------ > > END-ANTISPAM-VOTING-LINKS > > > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ > > -- Mark J. Reed -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jc.gervais@videotron.ca Tue Aug 21 15:51:00 2007 From: jc.gervais@videotron.ca (Jean-Claude Gervais) Date: Tue, 21 Aug 2007 15:51:00 -0000 Subject: Cygwin X server 'reset' command In-Reply-To: <20070820175529.H96676@mail101.his.com> References: <1187641207.21684.29.camel@mercury.sprymusic> <20070820175529.H96676@mail101.his.com> Message-ID: <1187711510.5421.15.camel@mercury.sprymusic> My xterm version is: $ xterm -v Cygwin 6.8.2.0(202) in console mode TERM is set like the following: TERM=cygwin In graphical mode TERM is set like the following: TERM=xterm Executing the following DOES clear the screen and the backscroll buffer in graphical mode (thanks, Mansoorali): printf "\ec" But in console mode it only clears the screen, not the backscroll buffer. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From 04.63.11330584.63796777696E2D78667265654063796777696E2E636F6D@message.myspace.com Wed Aug 22 01:01:00 2007 From: 04.63.11330584.63796777696E2D78667265654063796777696E2E636F6D@message.myspace.com (Wholesome) Date: Wed, 22 Aug 2007 01:01:00 -0000 Subject: Wholesome added you as a friend Message-ID: Wholesome sent you a friend request on MySpace. Click this link to join and Wholesome will be added as your friend: http://www1.myspace.com/reloc.cfm?c=2&id=ED79F83A-DFFC-4C7D-981D-D5896A75438D Thanks, your friends at MySpace ------------------------- This email was sent by someone who knows you on MySpace.com. If you want to block any emails from MySpace members in the future, you can click here: http://www1.myspace.com/misc/block.cfm?iid=ED79F83A-DFFC-4C7D-981D-D5896A75438D Or send a single blank email with the subject line "BLOCK" to: privacy@myspace.com You can also block future email or direct any other inquiries by regular postal mail to: MySpace, Inc. 8391 Beverly Blvd. #349 Los Angeles, CA 90048 USA ?2003-2007 MySpace.com. All Rights Reserved. From thorsten@thorstenkampe.de Wed Aug 22 18:23:00 2007 From: thorsten@thorstenkampe.de (Thorsten Kampe) Date: Wed, 22 Aug 2007 18:23:00 -0000 Subject: Alt-Tab and KDE Message-ID: Hi, I'm using Konsole and I've got a problem with Alt-Tab: whenever I cycle from Konsole to other Windows programs and get back to Konsole the left most "Session" menu has the focus (as if I had pressed Tab by itself) and I have to press Escape again to switch the focus to the command line where I can type. This would be okay if I had pressed Tab by itself. But I pressed Alt- Tab. So how can I tell XWin or KDE that Alt-Tab is not Alt -> Tab?! Any help or tips appreciated... Thorsten By the way: I don't have this under Linux and I tried to make sure that I have exactly the same configuration. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jc.gervais@videotron.ca Thu Aug 23 06:20:00 2007 From: jc.gervais@videotron.ca (Jean-Claude Gervais) Date: Thu, 23 Aug 2007 06:20:00 -0000 Subject: A thought about stuck keys Message-ID: <1187850028.30082.63.camel@mercury.sprymusic> Harold, (are you still around?) OK, I know it's been a while, but I think I might have figured it out; If you look in Windows' Keyboard Control-Panel applet, you can set the Repeat Delay and the Repeat Rate for the keyboard... If on computerA you press a key and then let go of the key, that might get sent in a stream to distant computerB as a keydown followed by a keyup, but it is entirely possible that the two key messages might wind up in two adjacent packets in the tcp stream. If the second packet is lost for some reason, tcp will retransmit it, but not before a small time interval passes. So on the computerB, the first fragment of the keyboard stream arrives and is injected into the local keyboard input stream: keydown. Windows starts a timer in case you hold the key down. During this time, the next packet (the one with the keyup) in tcp's sliding-window is lost, but it takes a while before one of the endpoints detects this and the lost packet is retransmitted. While we wait for the retransmission, the keydown timer that was started on computerB goes off and Windows starts repeating the key at the rate programmed in the control panel applet. Eventually, tcp delivers the missing keyup to computerB, and Windows kills the key-repeat timer which was injecting the 'stuck' key. This seems to correspond to what I was experiencing. For a system that is being operated remotely over a high-latency link and is also under heavy CPU load, it is not hard to imagine this might be what is happening. So in the end, there is no bug in cygwin per-se, rather it is the behaviour of Windows' own keyboard driver timer programming (and the way netmeeting captures input) that was most likely causing the problem. Before you ask: No, I have not been obsessing about this problem for four years, I googled 'debouncing' for unrelated research and saw the original discussion thread for this problem, re-read it and suddenly it seemed like I saw a possible answer. Sort of funny, really. Thanks J From: Harold L Hunt II * To: cygwin-xfree at cygwin dot com * Date: Tue, 04 Mar 2003 17:55:59 -0500 * >Jean-Claude, > >Heh... yes, I am sure that we will eventually understand this bug, but I >spent long enough in the debugger on this one that I don't ever want to >look at it again :) > >Harold -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From Angelo.Graziosi@roma1.infn.it Thu Aug 23 10:02:00 2007 From: Angelo.Graziosi@roma1.infn.it (Angelo Graziosi) Date: Thu, 23 Aug 2007 10:02:00 -0000 Subject: Scrollbar background colour for X applications (emacs, urxvt) Message-ID: I have seen that Emacs and URxvt have a gray scrollbar on black background. Usually, all applications (Windows, GNU/Linux) that have a scrollbar, have it as gray on gray (or almost gray). So, is there some Cygwin resource (~/.Xdefaults) to set to have the standard scrollbar background color? For URxvt, commenting out the line URxvt*fading: 60 in /etc/X11/app-defaults/URxvt would fix the background color, but another way to use in ~/.Xdefaults? Thanks, Angelo. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From neomjp@yahoo.co.jp Thu Aug 23 10:53:00 2007 From: neomjp@yahoo.co.jp (neomjp) Date: Thu, 23 Aug 2007 10:53:00 -0000 Subject: xterm(229-1) does not accept "-u8" Message-ID: <46CD6746.6000500@yahoo.co.jp> The newly uploaded xterm(229-1) prematurely exits when the command line option "-u8" is given, saying: --------------------------------------------- $ xterm -u8 & [1] 2932 xterm: bad command line option "-u8" usage: xterm [....... ...................... Type xterm -help for a full description. --------------------------------------------- "-u8" is not listed in the output of "xterm -help", either. ("-u8" is surely described in man page.) "-u8" used to work in xterm(202-1) and was also listed in "xterm -help". Similar problem was reported before for xterm-185-2, and the cause was that --enable-wide-chars was not used at the configuration step. (http://cygwin.com/ml/cygwin-xfree/2004-03/msg00616.html) I wonder if it is also the case this time. -- neomjp -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From dickey@his.com Thu Aug 23 10:56:00 2007 From: dickey@his.com (Thomas Dickey) Date: Thu, 23 Aug 2007 10:56:00 -0000 Subject: xterm(229-1) does not accept "-u8" In-Reply-To: <46CD6746.6000500@yahoo.co.jp> References: <46CD6746.6000500@yahoo.co.jp> Message-ID: <20070823065459.R31258@mail101.his.com> On Thu, 23 Aug 2007, neomjp wrote: > Similar problem was reported before for xterm-185-2, > and the cause was that --enable-wide-chars was not used at > the configuration step. > (http://cygwin.com/ml/cygwin-xfree/2004-03/msg00616.html) > I wonder if it is also the case this time. yes (but even if it's built to support UTF-8, cygwin has very limited locale support - no UTF-8, except as noted a while back, applications that have built-in locale support such as mined will work). -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From neomjp@yahoo.co.jp Fri Aug 24 13:00:00 2007 From: neomjp@yahoo.co.jp (neomjp) Date: Fri, 24 Aug 2007 13:00:00 -0000 Subject: xterm(229-1) does not accept "-u8" Message-ID: <20070824125950.47166.qmail@web3711.mail.tnz.yahoo.co.jp> On 2007/08/23 19:56, Thomas Dickey wrote: > yes (but even if it's built to support UTF-8, cygwin has very limited > locale support - no UTF-8, except as noted a while back, applications > that have built-in locale support such as mined will work). Thank you for confirming this, Thomas. I read an debian-x thread, Bug#341686: xterm cannot be started in utf-8 mode by default http://lists.debian.org/debian-x/2005/12/msg00044.html in which you discussed this xterm locale issue, "xterm -xrm '*locale:false' -u8", and mined. I understand that cygwin has limited support for locale, but even so, many small utilities in cygwin packages can work with UTF-8, such as sed, awk, perl, ruby, grep, cat, head, tail, less(with LESSCHARSET="utf-8") and so on. These are the things used very often inside xterm, and that is when "-u8" is needed. I will be glad if UTF-8 support is turned back on again, maybe in future updates. -- neomjp -------------------------------------- Easy + Joy + Powerful = Yahoo! Bookmarks x Toolbar http://pr.mail.yahoo.co.jp/toolbar/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From dickey@his.com Fri Aug 24 13:11:00 2007 From: dickey@his.com (Thomas Dickey) Date: Fri, 24 Aug 2007 13:11:00 -0000 Subject: xterm(229-1) does not accept "-u8" In-Reply-To: <20070824125950.47166.qmail@web3711.mail.tnz.yahoo.co.jp> References: <20070824125950.47166.qmail@web3711.mail.tnz.yahoo.co.jp> Message-ID: <20070824090955.R62544@mail101.his.com> On Fri, 24 Aug 2007, neomjp wrote: > I understand that cygwin has limited support for locale, > but even so, many small utilities in cygwin packages can > work with UTF-8, such as sed, awk, perl, ruby, grep, cat, > head, tail, less(with LESSCHARSET="utf-8") and so on. > These are the things used very often > inside xterm, and that is when "-u8" is needed. > > I will be glad if UTF-8 support is turned back on again, > maybe in future updates. That's up to the (non-existent) Cygwin-X maintainer. It's not hard to compile your own copy of xterm however (it's one of the platforms that I usually test-compile on a new patch). -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From thorsten@thorstenkampe.de Sat Aug 25 12:35:00 2007 From: thorsten@thorstenkampe.de (Thorsten Kampe) Date: Sat, 25 Aug 2007 12:35:00 -0000 Subject: Two issues with Xwin Message-ID: Hi, I have two issues that I've been experiencing for quite a long time: * using a terminal and a shell I often have to enter Enter or Tab twice to get the desired effect. How come? * I regularly "lose" the mouse pointer and I'm unable to the the cursor anymore in applications like Konsole (either natively or running as X client on a Linux host). The mouse still works if I "blindly" click somewhere, just the cursor is "gone". This happens with "-lesspointer" or without. Any ideas? Thorsten -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From azencot.ml@gmail.com Sun Aug 26 10:48:00 2007 From: azencot.ml@gmail.com (Omri Azencot) Date: Sun, 26 Aug 2007 10:48:00 -0000 Subject: Mesa 6.5.2 under Cygwin/X Message-ID: <33fc52180708260348l8ec0af2k923b53d047eba648@mail.gmail.com> Hi I am intrested with building Mesa under Cygwin, but there is no cygwin support from mesa for several years now. I wonder if there is a builtin file in cygwin package or did someone made some sort of file ? thanks in advance Azencot Omri -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From nick@ioncube.com Sun Aug 26 16:20:00 2007 From: nick@ioncube.com (Nick) Date: Sun, 26 Aug 2007 16:20:00 -0000 Subject: XWin 100% after laptop lid close (with no action) Message-ID: Hi All I've read a few threads about multiwindow mode XWin using 100% CPU on Vista actions such as exit or hibernate. What I'm seeing with the latest XWin is 100% CPU after closing the laptop lid even though the Vista action on screen close is set to do nothing. The screen indeed just switches off and comes back on when the lid is closed and reopened, yet the X server will then be dead. Other than not closing the lid, does anyone have any workarounds to try or further handle on this issue? Nick -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From ronald.fischer@venyon.com Mon Aug 27 07:42:00 2007 From: ronald.fischer@venyon.com (Ronald Fischer) Date: Mon, 27 Aug 2007 07:42:00 -0000 Subject: Two issues with Xwin In-Reply-To: References: Message-ID: <387E9FC1619C0849BA8934938037E54F12A17F@sv-muc-004.venyon-mail.local> > * using a terminal and a shell I often have to enter Enter or Tab > twice to get the desired effect. How come? Which effect do you desire? (Filename completion, command completion, ...)? Which shell? How did you configure it? (i.e. if you are talking about readline functionality, what's the content of your .inputrc, and did you make sure it gets read?). Ronald -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From ronald.fischer@venyon.com Mon Aug 27 08:03:00 2007 From: ronald.fischer@venyon.com (Ronald Fischer) Date: Mon, 27 Aug 2007 08:03:00 -0000 Subject: Windows fonts usage? Message-ID: <387E9FC1619C0849BA8934938037E54F12A182@sv-muc-004.venyon-mail.local> Is there a way to use/convert the fonts which come with Windows, for usage with Cygwin/X, when running XWin.exe in Multiwindow mode? Ronald -- Ronald Fischer Phone: +49-89-452133-162 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From nick@ioncube.com Mon Aug 27 10:08:00 2007 From: nick@ioncube.com (Nick) Date: Mon, 27 Aug 2007 10:08:00 -0000 Subject: XWin 100% after laptop lid close (with no action) References: Message-ID: Nick ioncube.com> writes: > Other than not closing the lid, does anyone have any workarounds to try or > further handle on this issue? Unfortunately I didn't find a resolution for the Cygwin problem on Vista, but a solution that works perfectly is to use the Xming X server rather than the Cygwin server. Hope this helps others hitting the same issues. Nick -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Mon Aug 27 13:10:00 2007 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Mon, 27 Aug 2007 13:10:00 -0000 Subject: Two issues with Xwin In-Reply-To: References: Message-ID: <46D2CD44.6070607@cygwin.com> On 08/25/2007, Thorsten Kampe wrote: > * I regularly "lose" the mouse pointer and I'm unable to the the cursor > anymore in applications like Konsole (either natively or running as X > client on a Linux host). The mouse still works if I "blindly" click > somewhere, just the cursor is "gone". This happens with "-lesspointer" or > without. Any ideas? Known issue. Use the option off the context menu of the X icon in your status bar to show the cursor again. That's the current work-around. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From thorsten@thorstenkampe.de Mon Aug 27 13:36:00 2007 From: thorsten@thorstenkampe.de (Thorsten Kampe) Date: Mon, 27 Aug 2007 13:36:00 -0000 Subject: Two issues with Xwin References: <46D2CD44.6070607@cygwin.com> Message-ID: * Larry Hall (Cygwin X) (Mon, 27 Aug 2007 09:10:28 -0400) > On 08/25/2007, Thorsten Kampe wrote: > > * I regularly "lose" the mouse pointer and I'm unable to the the cursor > > anymore in applications like Konsole (either natively or running as X > > client on a Linux host). The mouse still works if I "blindly" click > > somewhere, just the cursor is "gone". This happens with "-lesspointer" or > > without. Any ideas? > > Known issue. Use the option off the context menu of the X icon in your > status bar to show the cursor again. That's the current work-around. Okay, thanks, worked. Do you have some background information why this happens and when? Because I have the feeling that sometime it happens after a few minutes and sometimes after hours or not at all. Thorsten -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From thorsten@thorstenkampe.de Mon Aug 27 13:44:00 2007 From: thorsten@thorstenkampe.de (Thorsten Kampe) Date: Mon, 27 Aug 2007 13:44:00 -0000 Subject: Two issues with Xwin References: <387E9FC1619C0849BA8934938037E54F12A17F@sv-muc-004.venyon-mail.local> Message-ID: * Ronald Fischer (Mon, 27 Aug 2007 09:42:20 +0200) > > * using a terminal and a shell I often have to enter Enter or Tab > > twice to get the desired effect. How come? > > Which effect do you desire? (Filename completion, command completion, > ...)? The desired effect for the Enter key would be to normal enter function of a shell. Tab should do file and command completion. > Which shell? zsh > How did you configure it? (i.e. if you are talking about readline > functionality, what's the content of your .inputrc, and did you make sure it gets > read?). I don't think the content of $INPUTRC is relevant when talking about Enter and Tab having no effect "on the first try". Anyway, I have no problem with that in rxvt or cmd - only in X. Thorsten -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From ronald.fischer@venyon.com Mon Aug 27 13:57:00 2007 From: ronald.fischer@venyon.com (Ronald Fischer) Date: Mon, 27 Aug 2007 13:57:00 -0000 Subject: Two issues with Xwin In-Reply-To: References: <387E9FC1619C0849BA8934938037E54F12A17F@sv-muc-004.venyon-mail.local> Message-ID: <387E9FC1619C0849BA8934938037E54F12A1F5@sv-muc-004.venyon-mail.local> > The desired effect for the Enter key would be to normal enter > function > of a shell. Tab should do file and command completion. > > > Which shell? > > zsh > > > How did you configure it? (i.e. if you are talking about readline > > functionality, what's the content of your .inputrc, and did > you make sure it gets > > read?). > > I don't think the content of $INPUTRC is relevant when talking about > Enter and Tab having no effect "on the first try". They do for a shell which uses readline for completion, because the behaviour (show the completions immediately, or beep and show them on the second tab) is defined there. AFIK, the completion system of zsh is more flexible (read: there are more things to consider) than with bash (which just uses what readline thinks about completion). For your case, the setting of the variables AUTO_LIST and LIST_AMBIGUOUS could apply here, and maybe you have to unset LIST_BEEP to (I'm not so deep into zsh that I could tell this, so you would have to go through the man page or ask this in the zsh mailing list). > Anyway, I have no > problem with that in rxvt or cmd - only in X. This suggest that different dot-files are sourced in the two cases. When I run bash (in my case) either from cmd or started by XWin, I also have differences in which dot-files are sourced, so this is the first place you might want to look. Ronald -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From wuyongwei@gmail.com Mon Aug 27 14:01:00 2007 From: wuyongwei@gmail.com (Yongwei Wu) Date: Mon, 27 Aug 2007 14:01:00 -0000 Subject: xterm(229-1) does not accept "-u8" Message-ID: <8eeef57f0708270701o4090f04fib0b9f11f6641a70b@mail.gmail.com> neomjp wrote: > I will be glad if UTF-8 support is turned back on again, > maybe in future updates. I would like to echo neomjp's request. The Unicode support in xterm is enough to do much, like viewing multi-byte documents in Vim. I use this script to start a UTF-8 XTerm: #!/bin/sh LC_CTYPE=en_US.UTF-8 xterm -u8 -fn "*-medium-*--18-*-iso10646-1" -fb "*-bold-*--18-*-iso10646-1" -fw "*-medium-*-ja-18-*-iso10646-1" -e bash $@ & And Latin1 characters, Japanese characters, and most Chinese characters can be displayed correctly. Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From com.cygwin.cygwin@pooryorick.com Mon Aug 27 14:29:00 2007 From: com.cygwin.cygwin@pooryorick.com (=?utf-8?Q?Poor=20Yorick?=) Date: Mon, 27 Aug 2007 14:29:00 -0000 Subject: xterm(229-1) does not accept "-u8" Message-ID: <20070827142848.28568.qmail@station198.com> > From: Yongwei Wu > Subject: Re: xterm(229-1) does not accept "-u8" > Sent: 2007-08-27 14:01 > is enough to do much, like viewing multi-byte documents in Vim. I use > this script to start a UTF-8 XTerm: > > #!/bin/sh > LC_CTYPE=en_US.UTF-8 xterm -u8 -fn "*-medium-*--18-*-iso10646-1" -fb > "*-bold-*--18-*-iso10646-1" -fw "*-medium-*-ja-18-*-iso10646-1" -e > bash $@ & > Double quotes around the "$@" variable will ensure that positional variables are passed into the second shell undisturbed: #!/bin/sh LC_CTYPE=en_US.UTF-8 xterm -u8 -fn "*-medium-*--18-*-iso10646-1" -fb "*-bold-*--18-*-iso10646-1" -fw "*-medium-*-ja-18-*-iso10646-1" -e bash "$@" & -- Poor Yorick -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From com.cygwin.cygwin@pooryorick.com Mon Aug 27 14:53:00 2007 From: com.cygwin.cygwin@pooryorick.com (=?utf-8?Q?Poor=20Yorick?=) Date: Mon, 27 Aug 2007 14:53:00 -0000 Subject: xterm(229-1) does not accept "-u8" Message-ID: <20070827142848.28568.qmail@station198.com> > From: Yongwei Wu > Subject: Re: xterm(229-1) does not accept "-u8" > Sent: 2007-08-27 14:01 > is enough to do much, like viewing multi-byte documents in Vim. I use > this script to start a UTF-8 XTerm: > > #!/bin/sh > LC_CTYPE=en_US.UTF-8 xterm -u8 -fn "*-medium-*--18-*-iso10646-1" -fb > "*-bold-*--18-*-iso10646-1" -fw "*-medium-*-ja-18-*-iso10646-1" -e > bash $@ & > Double quotes around the "$@" variable will ensure that positional variables are passed into the second shell undisturbed: #!/bin/sh LC_CTYPE=en_US.UTF-8 xterm -u8 -fn "*-medium-*--18-*-iso10646-1" -fb "*-bold-*--18-*-iso10646-1" -fw "*-medium-*-ja-18-*-iso10646-1" -e bash "$@" & -- Poor Yorick -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From wuyongwei@gmail.com Mon Aug 27 15:15:00 2007 From: wuyongwei@gmail.com (Yongwei Wu) Date: Mon, 27 Aug 2007 15:15:00 -0000 Subject: xterm(229-1) does not accept "-u8" Message-ID: <8eeef57f0708270753u51a12733u15e5b9c9551d3aef@mail.gmail.com> > Poor Yorick wrote: > > Yongwei wrote: > > #!/bin/sh > > LC_CTYPE=en_US.UTF-8 xterm -u8 -fn "*-medium-*--18-*-iso10646-1" -fb > > "*-bold-*--18-*-iso10646-1" -fw "*-medium-*-ja-18-*-iso10646-1" -e > > bash $@ & > > > > Double quotes around the "$@" variable will ensure that positional > variables are passed into the second shell undisturbed: > > #!/bin/sh > LC_CTYPE=en_US.UTF-8 xterm -u8 -fn "*-medium-*--18-*-iso10646-1" -fb > "*-bold-*--18-*-iso10646-1" -fw "*-medium-*-ja-18-*-iso10646-1" -e > bash "$@" & I am sorry to send the wrong code. The `-e bash' was added when I tried to figure out what went wrong (perhaps the -u8 not working issue, but I do not remember exactly). It does not work as intended. The purpose of $@ here is to pass special xterm flags like `-cjk'. The script should be: #!/bin/sh LC_CTYPE=en_US.UTF-8 xterm -u8 -fn "*-medium-*--18-*-iso10646-1" -fb "*-bold-*--18-*-iso10646-1" -fw "*-medium-*-ja-18-*-iso10646-1" $@ & Thanks for giving hints, anyway. Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Mon Aug 27 15:18:00 2007 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Mon, 27 Aug 2007 15:18:00 -0000 Subject: Two issues with Xwin In-Reply-To: References: <46D2CD44.6070607@cygwin.com> Message-ID: <46D2EA8C.6040406@cygwin.com> Thorsten Kampe wrote: > * Larry Hall (Cygwin X) (Mon, 27 Aug 2007 09:10:28 -0400) >> On 08/25/2007, Thorsten Kampe wrote: >>> * I regularly "lose" the mouse pointer and I'm unable to the the cursor >>> anymore in applications like Konsole (either natively or running as X >>> client on a Linux host). The mouse still works if I "blindly" click >>> somewhere, just the cursor is "gone". This happens with "-lesspointer" or >>> without. Any ideas? >> Known issue. Use the option off the context menu of the X icon in your >> status bar to show the cursor again. That's the current work-around. > > Okay, thanks, worked. Do you have some background information why this > happens and when? Because I have the feeling that sometime it happens > after a few minutes and sometimes after hours or not at all. No, I don't. You can check the email archives for more, though I don't recall if there was more in the way of specific details or not. It is definitely a random occurrence. I don't see it very much myself but I do use the Xming server more regularly than the Cygwin version. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From thorsten@thorstenkampe.de Mon Aug 27 17:22:00 2007 From: thorsten@thorstenkampe.de (Thorsten Kampe) Date: Mon, 27 Aug 2007 17:22:00 -0000 Subject: Two issues with Xwin References: <387E9FC1619C0849BA8934938037E54F12A17F@sv-muc-004.venyon-mail.local> <387E9FC1619C0849BA8934938037E54F12A1F5@sv-muc-004.venyon-mail.local> Message-ID: * Ronald Fischer (Mon, 27 Aug 2007 15:57:34 +0200) > This suggest that different dot-files are sourced in the two cases. > When I run bash (in my case) either from cmd or started by XWin, I > also have differences in which dot-files are sourced, so this is the > first place you might want to look. There is just one configuration file in this case: ~/.zshrc. And I don't have any setting that would have the "do nothing on the first enter; wait for the second enter" effect. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From T.Shoeib@lboro.ac.uk Tue Aug 28 08:26:00 2007 From: T.Shoeib@lboro.ac.uk (T.Shoeib@lboro.ac.uk) Date: Tue, 28 Aug 2007 08:26:00 -0000 Subject: Running Cygwin on Vista Message-ID: Hello, I have been trying to run Cygwin on my new laptop running Vista Home Premium and I am having a really tough time. Initially, the command "startx" was not recognised so I downloaded all the x11 packages. I then ran cygwin again without rebooting, the "startx" command was then recognised and an xterm window was opened. I tried to connect to Columbus but the "ssh" command was not recognised so I decided to reboot and start again and now after the reboot I run cygwin and type "startx" it does accept the command and starts however gives the message "linked dll data write copy failed and it does not open the xterm. I also started reading about the problem on the net where some claim that cygwin works for them on vista and other see link http://www.trnicely.net/misc/vista.html claim that it is a problem with that required a microsoft fix. I need your help. Tamer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From ronald.fischer@venyon.com Tue Aug 28 13:36:00 2007 From: ronald.fischer@venyon.com (Ronald Fischer) Date: Tue, 28 Aug 2007 13:36:00 -0000 Subject: Two issues with Xwin In-Reply-To: References: <387E9FC1619C0849BA8934938037E54F12A17F@sv-muc-004.venyon-mail.local> <387E9FC1619C0849BA8934938037E54F12A1F5@sv-muc-004.venyon-mail.local> Message-ID: <387E9FC1619C0849BA8934938037E54F12A260@sv-muc-004.venyon-mail.local> > * Ronald Fischer (Mon, 27 Aug 2007 15:57:34 +0200) > > This suggest that different dot-files are sourced in the two cases. > > When I run bash (in my case) either from cmd or started by XWin, I > > also have differences in which dot-files are sourced, so this is the > > first place you might want to look. > > There is just one configuration file in this case: ~/.zshrc. Hmmmm.... this should be sourced every time you have an interactive shell. > And I > don't have any setting that would have the "do nothing on the first > enter; wait for the second enter" effect. I guess you mean: "wait for the second *tab*" etc. In this case, the correct behaviour should *always* be (I think) to show that part of the completion, which is unique, on the first press of tab, and show a list of all possible completions on the second press of tab. If it is not due to different settings in your shells, I have no idea why anymore why both shells behave different (stupid question: You are sure that you have the same zsh called in both cases? What does echo $ZSH_VERSION say in rxvt, respectively CMD window?) Maybe this is the point where you should repost this problem to the zsh folks. Not only it doesn't look that much like a Cygwin issue to me, but I remember that on the zsh mailing list (http://zsh.dotsrc.org/Doc/Release/zsh_2.html#SEC6), there are also quite a few Cygwin users hanging around, so your problem will for sure be understood there. Ronald -- Ronald Fischer Phone: +49-89-452133-162 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From godlygeek@gmail.com Wed Aug 29 08:20:00 2007 From: godlygeek@gmail.com (Matt Wozniski) Date: Wed, 29 Aug 2007 08:20:00 -0000 Subject: Two issues with Xwin In-Reply-To: <387E9FC1619C0849BA8934938037E54F12A260@sv-muc-004.venyon-mail.local> References: <387E9FC1619C0849BA8934938037E54F12A17F@sv-muc-004.venyon-mail.local> <387E9FC1619C0849BA8934938037E54F12A1F5@sv-muc-004.venyon-mail.local> <387E9FC1619C0849BA8934938037E54F12A260@sv-muc-004.venyon-mail.local> Message-ID: <17393e3e0708280635t1ed6394ds4d889b90e14bc66b@mail.gmail.com> Thorsten wrote: I have two issues that I've been experiencing for quite a long time: * using a terminal and a shell I often have to enter Enter or Tab twice to get the desired effect. How come? Ronald wrote: Which effect do you desire? (Filename completion, command completion, ...)? Thorsten wrote: The desired effect for the Enter key would be to normal enter function of a shell. Tab should do file and command completion. ... I don't think the content of $INPUTRC is relevant when talking about Enter and Tab having no effect "on the first try". ... And I don't have any setting that would have the "do nothing on the first enter; wait for the second enter" effect. Ronald wrote: I guess you mean: "wait for the second *tab*" etc. SO, my question to Ronald is: Have you read anything in this thread, or just posted to it a lot? It's obviously NOT a zsh problem if it doesn't happen in Windows RXVT but does happen in X11 RXVT. Fine, they COULD have different zsh binaries sourcing different environment files, but it's far more likely that Cygwin/X is misbehaving than that Thorsten somehow managed to find a zsh binary that sometimes eats the enter key. If you can't take the time to read a thread, you really oughtn't post to it. > Maybe this is the point where you should repost this problem to the zsh > folks. > Not only it doesn't look that much like a Cygwin issue to me, but I > remember > that on the zsh mailing list > there are also quite a few Cygwin users hanging around Again, read better, or at least research. Thorsten IS one of the Cygwin people who hangs around the zsh mailing lists. The only thing worse than no answer to a question is a wrong answer that keeps being repeated. Do Thorsten a favor and stop talking. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From ronald.fischer@venyon.com Wed Aug 29 09:30:00 2007 From: ronald.fischer@venyon.com (Ronald Fischer) Date: Wed, 29 Aug 2007 09:30:00 -0000 Subject: Two issues with Xwin In-Reply-To: <17393e3e0708280635t1ed6394ds4d889b90e14bc66b@mail.gmail.com> References: <387E9FC1619C0849BA8934938037E54F12A17F@sv-muc-004.venyon-mail.local> <387E9FC1619C0849BA8934938037E54F12A1F5@sv-muc-004.venyon-mail.local> <387E9FC1619C0849BA8934938037E54F12A260@sv-muc-004.venyon-mail.local> <17393e3e0708280635t1ed6394ds4d889b90e14bc66b@mail.gmail.com> Message-ID: <387E9FC1619C0849BA8934938037E54F12A341@sv-muc-004.venyon-mail.local> > Thorsten wrote: > I have two issues that I've been experiencing for quite a long time: > > * using a terminal and a shell I often have to enter Enter or Tab > twice to get the desired effect. How come? > > Ronald wrote: > > Which effect do you desire? (Filename completion, command > completion, ...)? > > Thorsten wrote: > > The desired effect for the Enter key would be to normal enter function > of a shell. Tab should do file and command completion. > ... > I don't think the content of $INPUTRC is relevant when talking about > Enter and Tab having no effect "on the first try". > ... > And I don't have any setting that would have the "do nothing on the > first enter; wait for the second enter" effect. > > Ronald wrote: > I guess you mean: "wait for the second *tab*" etc. > > > SO, my question to Ronald is: Have you read anything in this thread, > or just posted to it a lot? It's obviously NOT a zsh problem if it > doesn't happen in Windows RXVT but does happen in X11 RXVT. No need to start flaming though .... Yes, I am aware of these differences, and - to make it clear, just in case - it that I think of it neither as "cygwin problem" nor "zsh problem" in the sense of "problem" meaning a possible bug in cygwin and/or zsh; what I wanted to say is that given that information posted (and I think I read every posting to this thread), I thought that maybe people at the zsh mailing list could better help here (zsh - the last time I was subscribed to it - was a very high volume mailing list, even more than cygwin, and many of the subscribers were actually using cygwin). At the time the OP had just mentioned the problem, I thought that indeed the differences could be cygwin related: When I run my X11 rxvt (from startxwin.bat), different dot files in my home directory are sourced than when I start a shell from the command line (outside X). There is no mystery about this and has to do with the rules according to which the shells (bash, zsh,...) read their dot-files. But in the last mail, the OP said he has ONLY one dot-file, i.e. .zshrc, (meaning it will be read in every interactive shell, be it login shell or not) AND he is using zsh in both cases, AND he has no settings related to completion, AND still completion works in a different way in both cases. To track down this mystery, I think it is worth digging down what other configuration files (besides those in $HOME) might affect zsh. Since I am not that big an zsh expert, and since no other posting so far (unless I missed one) gave any information about zsh, I think it was a reasonable advice to post this issue to the zsh mailing list as well - don't you think so? > Fine, > they COULD have different zsh binaries sourcing different environment > files, but it's far more likely that Cygwin/X is misbehaving than that > Thorsten somehow managed to find a zsh binary that sometimes eats the > enter key. As for the enter key, you are right. In his first posting, Thorsten mentioned the "Enter or Tab" key "on the first try". Since both keys are used in the context of completion, I guessed it was a completion issue - and Thorsten at least did not directly contradict this. You seem to suggest that he meant that in *every* usage of enter and tab, the first one has been eaten? If this were the case, it would indeed change the picture, and maybe Thorsten could clarify this issue. Ronald -- Ronald Fischer Phone: +49-89-452133-162 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From thorsten@thorstenkampe.de Wed Aug 29 09:49:00 2007 From: thorsten@thorstenkampe.de (Thorsten Kampe) Date: Wed, 29 Aug 2007 09:49:00 -0000 Subject: Two issues with Xwin References: <387E9FC1619C0849BA8934938037E54F12A17F@sv-muc-004.venyon-mail.local> <387E9FC1619C0849BA8934938037E54F12A1F5@sv-muc-004.venyon-mail.local> <387E9FC1619C0849BA8934938037E54F12A260@sv-muc-004.venyon-mail.local> <17393e3e0708280635t1ed6394ds4d889b90e14bc66b@mail.gmail.com> <387E9FC1619C0849BA8934938037E54F12A341@sv-muc-004.venyon-mail.local> Message-ID: * Ronald Fischer (Wed, 29 Aug 2007 10:20:18 +0200) > > Thorsten wrote: > > I have two issues that I've been experiencing for quite a long time: > > > > * using a terminal and a shell I often have to enter Enter or Tab > > twice to get the desired effect. How come? [...] > At the time the OP had just mentioned the problem, I thought that indeed > the differences could be cygwin related: When I run my X11 rxvt (from > startxwin.bat), different dot files in my home directory are sourced > than when I start a shell from the command line (outside X). There is > no mystery about this and has to do with the rules according to which > the shells (bash, zsh,...) read their dot-files. > > But in the last mail, the OP said he has ONLY one dot-file, i.e. .zshrc, > (meaning it will be read in every interactive shell, be it login shell > or not) AND he is using zsh in both cases, AND he has no settings > related to > completion, AND still completion works in a different way in both cases. > To track down this mystery, I think it is worth digging down what other > configuration files (besides those in $HOME) might affect zsh. Since > I am not that big an zsh expert, and since no other posting so far > (unless > I missed one) gave any information about zsh, I think it was a > reasonable advice to post this issue to the zsh mailing list as well - > don't you think so? > > > Fine, > > they COULD have different zsh binaries sourcing different environment > > files, but it's far more likely that Cygwin/X is misbehaving than that > > Thorsten somehow managed to find a zsh binary that sometimes eats the > > enter key. > > As for the enter key, you are right. In his first posting, Thorsten > mentioned the "Enter or Tab" key "on the first try". Since both keys > are used in the context of completion, I guessed it was a completion > issue - and Thorsten at least did not directly contradict this. > > You seem to suggest that he meant that in *every* usage of enter > and tab, the first one has been eaten? If this were the case, it > would indeed change the picture, and maybe Thorsten could clarify > this issue. It's not Zsh that's eating my Enter (or Tab) key but X (or maybe the terminal emulator). It doesn't happen all the time but "often". I can't find any pattern in this. Sometimes I think that I'm just stupid and don't press that Enter key hard enough but that can't be the reason. Why would Konsole require the Enter key to be pressed "harder"?! I'm using Konsole (either via X forwarding or the Konsole Cygwin exe) so I don't whether it happens with other terminals. I don't use Rxvt under X because I looks very ugly and I can't make it display my preferred font (Dejavu Mono). Thorsten -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From ronald.fischer@venyon.com Thu Aug 30 02:50:00 2007 From: ronald.fischer@venyon.com (Ronald Fischer) Date: Thu, 30 Aug 2007 02:50:00 -0000 Subject: Two issues with Xwin In-Reply-To: References: <387E9FC1619C0849BA8934938037E54F12A17F@sv-muc-004.venyon-mail.local> <387E9FC1619C0849BA8934938037E54F12A1F5@sv-muc-004.venyon-mail.local> <387E9FC1619C0849BA8934938037E54F12A260@sv-muc-004.venyon-mail.local> <17393e3e0708280635t1ed6394ds4d889b90e14bc66b@mail.gmail.com> <387E9FC1619C0849BA8934938037E54F12A341@sv-muc-004.venyon-mail.local> Message-ID: <387E9FC1619C0849BA8934938037E54F12A361@sv-muc-004.venyon-mail.local> > It's not Zsh that's eating my Enter (or Tab) key but X (or maybe the > terminal emulator). It doesn't happen all the time but "often". I > can't find any pattern in this. I sometimes find that I have to wait 10-40 seconds or so until the completions are shown. Or, when I do a ls /usr/bin (for instance), sometimes I see the result immediately, sometimes it takes 10-15 seconds after pressing the enter key, until the files are displayed. Could be attributed in my case to networking issues (my $HOME is on a Samba-mounted netdrive), so it could be a timing/caching issue. But this does, of course, not explain why your two terminals should behave differently. You did not say how frequent this occurs. Could it be that it happens rarely enough, that just by accident you have observed it only with one terminal type, but not with the other? Does the X terminal sometimes "eat" other keys too when you are typing fast? And I still would find it worth a try - despite what has been suggested earlier in this thread - to see whether the same behaviour exists with bash (or other applications reading keystrokes). Ronald -- Ronald Fischer Phone: +49-89-452133-162 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From mlgiroux@gmail.com Thu Aug 30 19:35:00 2007 From: mlgiroux@gmail.com (Michael Giroux) Date: Thu, 30 Aug 2007 19:35:00 -0000 Subject: XWIN performance Message-ID: <5ea470920708291950m42fa7483j23e3181894090c15@mail.gmail.com> I'm having some trouble running xwin. Essentially, when I right-click a menu, then move the mouse over the context menu, it takes up to 30 seconds for the selection to highlight. The remote system and my system are both running nearly idle, so I suspect tcp/ip buffering is happing. Are there any config options to make the mouse more responsive? Michael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From fstx+u@update.uu.se Thu Aug 30 22:22:00 2007 From: fstx+u@update.uu.se (Fredrik Staxeng) Date: Thu, 30 Aug 2007 22:22:00 -0000 Subject: emacs does not work, emacs-nox works Message-ID: <1mbqco7rd6.fsf@Psilocybe.Update.UU.SE> Xwin works, xterm works, but when I try to run emacs it just silently exits. -- Fredrik Stax\"ang | rot13: sfgk@hcqngr.hh.fr This is all you need to know about vi: ESC : q ! RET -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Thu Aug 30 22:55:00 2007 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Thu, 30 Aug 2007 22:55:00 -0000 Subject: emacs does not work, emacs-nox works In-Reply-To: <1mbqco7rd6.fsf@Psilocybe.Update.UU.SE> References: <1mbqco7rd6.fsf@Psilocybe.Update.UU.SE> Message-ID: <46D7431A.5010607@cygwin.com> Fredrik Staxeng wrote: > Xwin works, xterm works, but when I try to run emacs it just silently exits. Run 'cygcheck emacs' and see if it reports any missing DLLs. If so, find this missing package(s) you need to install via 'cygcheck -p '. Rerun 'setup.exe' and install those packages. Try again. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From coleradcliffe@gmail.com Fri Aug 31 00:46:00 2007 From: coleradcliffe@gmail.com (Cole Radcliffe) Date: Fri, 31 Aug 2007 00:46:00 -0000 Subject: xterm Message-ID: When I try to run "xterm -e /usr/bin/bash -l" from the cygwin shell I get an error that says "xterm Xt error: "Can't open display" "DISPLAY is not set" Also, how can I get the replies to this message e-mailed to me? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reid.thompson@ateb.com Fri Aug 31 03:22:00 2007 From: reid.thompson@ateb.com (Reid Thompson) Date: Fri, 31 Aug 2007 03:22:00 -0000 Subject: xterm In-Reply-To: References: Message-ID: <46D76539.2020804@ateb.com> Cole Radcliffe wrote: > When I try to run "xterm -e /usr/bin/bash -l" from the cygwin shell I > get an error that says "xterm Xt error: "Can't open display" "DISPLAY > is not set" > > Also, how can I get the replies to this message e-mailed to me? > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ you have to start the xserver first. subscribe to the mailing list(s). -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Fri Aug 31 03:26:00 2007 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Fri, 31 Aug 2007 03:26:00 -0000 Subject: xterm In-Reply-To: References: Message-ID: <46D78989.9060206@cygwin.com> Cole Radcliffe wrote: > When I try to run "xterm -e /usr/bin/bash -l" from the cygwin shell I > get an error that says "xterm Xt error: "Can't open display" "DISPLAY > is not set" Make sure the X server is running first (run 'startxwin'). > Also, how can I get the replies to this message e-mailed to me? If you want to guarantee it, subscribe to the list. If you want to depend on the charity of others, make the request to be cc'd on all replies. This usually breaks down after more than one iteration but it can be acceptable for some people and short threads. :-) -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From coleradcliffe@gmail.com Fri Aug 31 07:16:00 2007 From: coleradcliffe@gmail.com (Cole Radcliffe) Date: Fri, 31 Aug 2007 07:16:00 -0000 Subject: shell properties Message-ID: I tried to change the font size with the option "-fs" after the xterm command however xterm did not recognize that option even though it appeared in "man xterm". I am guessing that it was just not compiled into the cygwin version of xterm. Is there any other way to accomplish this. I could just set the "-fn" option which stands for "font name" and use a font that has a large standard size but someone would need to explain to me how to set that up! Thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From ronald.fischer@venyon.com Fri Aug 31 12:18:00 2007 From: ronald.fischer@venyon.com (Ronald Fischer) Date: Fri, 31 Aug 2007 12:18:00 -0000 Subject: xterm In-Reply-To: <46D78989.9060206@cygwin.com> References: <46D78989.9060206@cygwin.com> Message-ID: <387E9FC1619C0849BA8934938037E54F12A47E@sv-muc-004.venyon-mail.local> > Cole Radcliffe wrote: > > When I try to run "xterm -e /usr/bin/bash -l" from the > cygwin shell I > > get an error that says "xterm Xt error: "Can't open > display" "DISPLAY > > is not set" > > > Make sure the X server is running first (run 'startxwin'). This might not sufficient - at least it is not in my system: Even when you start the X server (in my case in multiwindow mode), but then try to start xterm from a CMD Cygwin shell (such as from the shell you get when opening the Cygwin icon which is created by default when you setup Cygwin initially), you get the above error message. The trick is that in your startxwin, you have to create at least one xterm (or rxvt) initially. From this, you can then open others. Ronald -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Fri Aug 31 12:34:00 2007 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Fri, 31 Aug 2007 12:34:00 -0000 Subject: xterm In-Reply-To: <387E9FC1619C0849BA8934938037E54F12A47E@sv-muc-004.venyon-mail.local> References: <46D78989.9060206@cygwin.com> <387E9FC1619C0849BA8934938037E54F12A47E@sv-muc-004.venyon-mail.local> Message-ID: <46D8071E.8090805@cygwin.com> Ronald Fischer wrote: >> Cole Radcliffe wrote: >>> When I try to run "xterm -e /usr/bin/bash -l" from the >> cygwin shell I >>> get an error that says "xterm Xt error: "Can't open >> display" "DISPLAY >>> is not set" >> >> Make sure the X server is running first (run 'startxwin'). > > This might not sufficient - at least it is not in my system: > Even when you start the X server (in my case in multiwindow > mode), but then try to start xterm from a CMD Cygwin shell > (such as from the shell you get when opening the Cygwin > icon which is created by default when you setup Cygwin initially), > you get the above error message. > > The trick is that in your startxwin, you have to create at > least one xterm (or rxvt) initially. From this, you can then > open others. I don't know about your copy but te stock startxwin does this already. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From markjreed@mail.com Fri Aug 31 13:32:00 2007 From: markjreed@mail.com (Mark J. Reed) Date: Fri, 31 Aug 2007 13:32:00 -0000 Subject: xterm In-Reply-To: <46D8071E.8090805@cygwin.com> References: <46D78989.9060206@cygwin.com> <387E9FC1619C0849BA8934938037E54F12A47E@sv-muc-004.venyon-mail.local> <46D8071E.8090805@cygwin.com> Message-ID: >> Make sure the X server is running first (run 'startxwin'). > > > > This might not sufficient - at least it is not in my system: > > Even when you start the X server (in my case in multiwindow > > mode), but then try to start xterm from a CMD Cygwin shell > > (such as from the shell you get when opening the Cygwin > > icon which is created by default when you setup Cygwin initially), > > you get the above error message. Well, sure. X allows individual programs running on one computer to display selectively on a different one over the network, which is quite handy. You can also have multiple X servers running on the same host, thanks to things like virtual consoles, Xnest, Xvnc, etc. But that means that an X client can't safely make assumptions about where the X server is. So you have to tell it. You do this by supplying a display identifier string. In the usual case, a single X server on the same machine as the program, the display identifier is almost always ":0". How do you provide this information? The usual way is by setting the environment variable DISPLAY. If you have a shell that was started up by an X program (like xterm or rxvt), that shell will inherit the value of DISPLAY (if you type "echo $DISPLAY" you will see it). So that shell can automatically start up X programs; they will show up on the same display as the window you type their command in. However, a plain Cygwin shell running in a Windows command window has no knowledge of X by default, and no DISPLAY variable set. So when you try to run an X program it complains about not being able to open the display - because you haven't told it which display to open. (Not the most informative error message, and it probably ought to default to :0, but I'm just the messenger. :)) You can tell each program manually where to display: $ xterm -display :0 Or you can just set DISPLAY yourself first: export DISPLAY=:0 If you're always (or almost always) going to have X running, you can put the export command in your .bash_profile so that you can always start X programs. But that can cause difficulties - some programs, such as vim, behave differently when DISPLAY is set, and may hang for a while trying to get some information about the X environment if DISPLAY is set when X isn't really running. -- Mark J. Reed -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From fstx+u@update.uu.se Fri Aug 31 15:46:00 2007 From: fstx+u@update.uu.se (Fredrik Staxeng) Date: Fri, 31 Aug 2007 15:46:00 -0000 Subject: emacs does not work, emacs-nox works References: <1mbqco7rd6.fsf@Psilocybe.Update.UU.SE> <46D7431A.5010607@cygwin.com> Message-ID: <1mlkbrrfrc.fsf@Psilocybe.Update.UU.SE> "Larry Hall (Cygwin X)" writes: >Fredrik Staxeng wrote: >> Xwin works, xterm works, but when I try to run emacs it just silently exits. > >Run 'cygcheck emacs' and see if it reports any missing DLLs. If so, find >this missing package(s) you need to install via 'cygcheck -p name>'. Rerun 'setup.exe' and install those packages. Try again. Thank you for your help, it wprks now. Turns out the missing dll was cygtiff4.dll, which is in the libtiff4 package. Is setup.exe supposed to handle dependencies? Should I file a bug report? -- Fredrik Stax\"ang | rot13: sfgk@hcqngr.hh.fr This is all you need to know about vi: ESC : q ! RET -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Fri Aug 31 15:51:00 2007 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Fri, 31 Aug 2007 15:51:00 -0000 Subject: xterm In-Reply-To: References: <46D78989.9060206@cygwin.com> <387E9FC1619C0849BA8934938037E54F12A47E@sv-muc-004.venyon-mail.local> <46D8071E.8090805@cygwin.com> Message-ID: <46D837B7.6080008@cygwin.com> Mark J. Reed wrote: > >> Make sure the X server is running first (run 'startxwin'). >>> This might not sufficient - at least it is not in my system: >>> Even when you start the X server (in my case in multiwindow >>> mode), but then try to start xterm from a CMD Cygwin shell >>> (such as from the shell you get when opening the Cygwin >>> icon which is created by default when you setup Cygwin initially), >>> you get the above error message. > > Well, sure. > > X allows individual programs running on one computer to display > selectively on a different one over the network, which is quite handy. > You can also have multiple X servers running on the same host, thanks > to things like virtual consoles, Xnest, Xvnc, etc. > > But that means that an X client can't safely make assumptions about > where the X server is. So you have to tell it. . . . While this is technically true, if the Cygwin X server has been started with startxwin in the installed configuration, none of this is necessary. Unless the OP reports that the X server has been started in this way but still has a problem, I believe the most obvious cause of the problem is that the X server is not running. But since the OP also implied that he may not be reading the list, I'm not sure we'll know for sure what specifically is causing the problem. So it's probably not worth speculating about the multiple complicated ways that one can get this same message, unless there's some follow-up from the OP that suggests doing so would be worthwhile. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Fri Aug 31 21:48:00 2007 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Fri, 31 Aug 2007 21:48:00 -0000 Subject: emacs does not work, emacs-nox works In-Reply-To: <1mlkbrrfrc.fsf@Psilocybe.Update.UU.SE> References: <1mbqco7rd6.fsf@Psilocybe.Update.UU.SE> <46D7431A.5010607@cygwin.com> <1mlkbrrfrc.fsf@Psilocybe.Update.UU.SE> Message-ID: <46D83902.90805@cygwin.com> Fredrik Staxeng wrote: > "Larry Hall (Cygwin X)" writes: > >> Fredrik Staxeng wrote: >>> Xwin works, xterm works, but when I try to run emacs it just silently exits. >> Run 'cygcheck emacs' and see if it reports any missing DLLs. If so, find >> this missing package(s) you need to install via 'cygcheck -p > name>'. Rerun 'setup.exe' and install those packages. Try again. > > Thank you for your help, it wprks now. Turns out the missing dll was > cygtiff4.dll, which is in the libtiff4 package. > > Is setup.exe supposed to handle dependencies? Should I file a bug > report? > Thanks for the feedback. Believe it or not, you've already implicitly filed a bug report. ;-) The normal procedure is to report all packaging problems to the cygwin-apps list. Chris Faylor has done this for you already in this case so you needn't do so yourself. 'setup.exe' does handle dependencies as they are defined in 'hint' files provided by Cygwin package maintainers. Your sleuthing has uncovered a missing package from the hint's dependency list for emacs. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/