From gry@ll.mit.edu Fri Oct 1 01:23:00 2004 From: gry@ll.mit.edu (george young) Date: Fri, 01 Oct 2004 01:23:00 -0000 Subject: need GUI connect-to-host client In-Reply-To: References: Message-ID: <20040930212334.75f4a787.gry@ll.mit.edu> On Thu, 30 Sep 2004 12:52:24 -0400 "Thomas Chadwick" threw this fish to the penguins: > I'd think a perfectly acceptable solution would be to create individual > Windows shortcuts that run the types of clients you're talking about. > > For instance, if you put the following in a Windows shortcut, it will use > rsh to launch "xclient" on "remotehost" and redirect it back to the XWin > server on "localhost" (of course, you'll want to make sure you've started > XWin before running this shortcut): > > C:\cygwin\bin\rsh.exe remotehost "xclient -display localhost:0" > > Also, this assumes you've set up rsh properly (consult "man rsh" on > remotehost for guidance). Rsh won't really do it, see below. > If you want to eliminate the empty command-prompt window that results from > the above shortcut, use run.exe thus: > > C:\cygwin\usr\X11R6\bin\run.exe /bin/rsh remotehost "xclient -display > localhost:0" > > However, in order for this to work, you'll have to add C:\cygwin\bin to your > Windows path, otherwise it'll complain that it can't find "cygwin1.dll'. > [Alternatively, you can just copy "run.exe" from c:\cygwin\usr\X11R6\bin to > c:\cygwin\bin] Very interesting; I did not know one could do such things with shortcuts. Unfortunately, we routinely have multiple users connecting from any given PC, so one must specify username and password on each invocation. I don't think this can be done without some local X (or windows?) GUI client that collects username/password and stuffs it into an rexec command. Am I missing something? There's an "Xdialog" that might do the trick, but it doesn't seem to come with the cygwin installer... I'll look further. Thanks, -- George -- "Are the gods not just?" "Oh no, child. What would become of us if they were?" (CSL) From rbelenov@yandex.ru Fri Oct 1 06:40:00 2004 From: rbelenov@yandex.ru (Roman Belenov) Date: Fri, 01 Oct 2004 06:40:00 -0000 Subject: Strange redraw problem with multiwindow Message-ID: I have the following problem - if a window is resized so that part of it get's closer than 40 pixels to left screen border (I've got 1200x1600 resolution, so effect takes places when absolute x coordinate of some pixels in a window is larger then 1160), that part becomes white and is not redrawn later. If I just move the window to the right edge of the screen, it is redrawn correctly. The effect also takes place on window maximization - again, I have 40-pixels wide white vertical stripe near the right edge of the window. Without multiwindow, everything works fine - I have fullscreen root window and applications maximized inside it don't have this white stripe. Any ideas ? -- With regards, Roman. From alexander.gottwald@s1999.tu-chemnitz.de Fri Oct 1 07:41:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 01 Oct 2004 07:41:00 -0000 Subject: Strange redraw problem with multiwindow In-Reply-To: References: Message-ID: On Fri, 1 Oct 2004, Roman Belenov wrote: > I have the following problem - if a window is resized so that part of it get's > closer than 40 pixels to left screen border (I've got 1200x1600 resolution, so > effect takes places when absolute x coordinate of some pixels in a window is > larger then 1160), that part becomes white and is not redrawn later. If I just > move the window to the right edge of the screen, it is redrawn correctly. The > effect also takes place on window maximization - again, I have 40-pixels wide > white vertical stripe near the right edge of the window. Without multiwindow, > everything works fine - I have fullscreen root window and applications > maximized inside it don't have this white stripe. Any ideas ? please send /tmp/XWin.log bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From smil@koli.rulez.org Fri Oct 1 07:42:00 2004 From: smil@koli.rulez.org (Cserveny Tamas) Date: Fri, 01 Oct 2004 07:42:00 -0000 Subject: Strange window redraw problem (Still) Message-ID: <20041001074141.M69471@koli.rulez.org> Cserveny Tamas Der Kopf und der Hals gehen zusammen in den Garten und spielen Ball im Wasser. From Siegmar.Gross@informatik.fh-fulda.de Fri Oct 1 07:50:00 2004 From: Siegmar.Gross@informatik.fh-fulda.de (Siegmar Gross) Date: Fri, 01 Oct 2004 07:50:00 -0000 Subject: xemacs: segmentation fault after Message-ID: <200410010750.i917o6Un003094@tyr.informatik.fh-fulda.de> > Just try and move /usr/share/xemacs to /usr/share/xemacs.broken and see > what happens when you start xemacs. If it's not crashing, just include > one package after the other and start xemacs again. I had to remove the following nine packages: eiger xemacs 165 pwd /usr/share/xemacs eiger xemacs 166 ls -l */lisp/zzzz mule-packages/lisp/zzzz: total 0 drwxr-xr-x+ 2 Admin Benutzer 0 Sep 17 09:28 edict drwxr-xr-x+ 2 Admin Benutzer 0 Sep 17 09:28 egg-its drwxr-xr-x+ 2 Admin Benutzer 0 Sep 17 09:28 skk xemacs-packages/lisp/zzzz: total 0 drwxr-xr-x+ 2 Admin Benutzer 0 Sep 17 09:29 c-support drwxr-xr-x+ 2 Admin Benutzer 0 Sep 17 09:29 calc drwxr-xr-x+ 2 Admin Benutzer 0 Sep 17 09:29 calendar drwxr-xr-x+ 2 Admin Benutzer 0 Sep 17 09:29 cc-mode drwxr-xr-x+ 2 Admin Benutzer 0 Sep 17 09:29 cookie drwxr-xr-x+ 2 Admin Benutzer 0 Sep 17 09:29 crisp eiger xemacs 167 eiger xemacs 168 xemacs Warning: XtRemoveGrab asked to remove a widget not on the list Warning: XtRemoveGrab asked to remove a widget not on the list eiger xemacs 169 When I add one of them to the parent lisp directory xemacs crashes with segmentation fault when I type . The warnings still appear after typing . I would like to have c-support and cc-mode. Any ideas what's wrong with the above packages? Siegmar From rbelenov@yandex.ru Fri Oct 1 08:10:00 2004 From: rbelenov@yandex.ru (Roman Belenov) Date: Fri, 01 Oct 2004 08:10:00 -0000 Subject: Strange redraw problem with multiwindow In-Reply-To: (Alexander Gottwald's message of "Fri, 1 Oct 2004 09:41:31 +0200 (MEST)") References: Message-ID: Alexander Gottwald writes: > please send /tmp/XWin.log Here it is -------------- next part -------------- A non-text attachment was scrubbed... Name: rootless.log Type: application/octet-stream Size: 2655 bytes Desc: X server log URL: -------------- next part -------------- -- With regards, Roman. From alexander.gottwald@s1999.tu-chemnitz.de Fri Oct 1 08:47:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 01 Oct 2004 08:47:00 -0000 Subject: Strange redraw problem with multiwindow In-Reply-To: References: Message-ID: On Fri, 1 Oct 2004, Roman Belenov wrote: > Alexander Gottwald writes: > > > please send /tmp/XWin.log > > Here it is > > ddxProcessArgument - Initializing default screens > winInitializeDefaultScreens - w 1200 h 1600 > winInitializeDefaultScreens - Returning > (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: 1159 height: 1566 depth: 32 Somehow the workarea got stripped. Can you please run with more debug messages and send me the logfile again? XWin :1 +kb -clipboard -multiwindow -fp /usr/X11R6/lib/X11/fonts/cyrillic,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/intlfonts -logfile /tmp/rootless.log -logverbose 5 -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From smil@fiktiv.szgtikol.kando.hu Fri Oct 1 08:53:00 2004 From: smil@fiktiv.szgtikol.kando.hu (Cserveny Tamas) Date: Fri, 01 Oct 2004 08:53:00 -0000 Subject: Strange window redraw problem (Still) Message-ID: <20041001074232.M72364@koli.rulez.org> Hi list, Dave Carrigan wrote a letter previously about this issue. (20040928202757.GG5168@rudedog.org) My problem is pretty much the same, but i'm not using xwinwm. XWinWM would be workaround for the problem (maybe it makes an additional refrEsh), but it won't solve the issue. This problem exist in -multiwindow mode. I have made some screen shots under http://koli.rulez.org/~smil/xfree - the level of "blankness" is not the same for all widgetsets. Eg. Motif seems to be more affected and KDE seems to loose rarely one or to lines. (It seems that only fonts get lost, once konsole's tabs but that is very rare) - Moving the mouse on the missing parts would reveal the content. (bug3.jpg) - There are no window tweaking tool installed on this computer. (XP SP1) - Tested with local xclients and sun59 clients. (standard tools like xfontset also affeced) I hope I was able to provide as enough information. If someone has a debug binary I would be happy to make tests with it. (cygcheck's output is uploaded to the above address was well as the xwin.log) -- Cserveny Tamas ps. Sorry for the empty message From rbelenov@yandex.ru Fri Oct 1 09:35:00 2004 From: rbelenov@yandex.ru (Roman Belenov) Date: Fri, 01 Oct 2004 09:35:00 -0000 Subject: Strange redraw problem with multiwindow In-Reply-To: (Alexander Gottwald's message of "Fri, 1 Oct 2004 10:47:18 +0200 (MEST)") References: Message-ID: Alexander Gottwald writes: > Somehow the workarea got stripped. Actually, it seems that I found the cause. I'm using Next-like application launcher (BrLaunch) that uses left side of the screen to display button bar (have been using it for years and so forgot to mention it in the first message as something unusual). It resizes the desktop, so that when a window is maximized, it doesn't cover the buttons. Seems that X server in multiwindow mode gets confused. Just tried X -multiwindow without BrLaunch launched, and it works fine. But it would be nice if it operates correctly with resized desktop. > Can you please run with more debug messages and send me the logfile again? No problem. -------------- next part -------------- A non-text attachment was scrubbed... Name: rootless.log Type: application/octet-stream Size: 2587 bytes Desc: not available URL: -------------- next part -------------- -- With regards, Roman. From rbelenov@yandex.ru Fri Oct 1 09:52:00 2004 From: rbelenov@yandex.ru (Roman Belenov) Date: Fri, 01 Oct 2004 09:52:00 -0000 Subject: Strange redraw problem with multiwindow In-Reply-To: (Roman Belenov's message of "Fri, 01 Oct 2004 13:35:29 +0400") References: Message-ID: BTW moving standard Windows taskbar to the left of the screen causes the same problem. -- With regards, Roman. From alexander.gottwald@s1999.tu-chemnitz.de Fri Oct 1 09:53:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 01 Oct 2004 09:53:00 -0000 Subject: Strange redraw problem with multiwindow In-Reply-To: References: Message-ID: On Fri, 1 Oct 2004, Roman Belenov wrote: > Alexander Gottwald writes: > > > Somehow the workarea got stripped. > > Actually, it seems that I found the cause. I'm using Next-like application > launcher (BrLaunch) that uses left side of the screen to display button bar > (have been using it for years and so forgot to mention it in the first > message as something unusual). It resizes the desktop, so that when a window > is maximized, it doesn't cover the buttons. Seems that X server in multiwindow > mode gets confused. > > Just tried X -multiwindow without BrLaunch launched, and it works fine. But it > would be nice if it operates correctly with resized desktop. I think I'll skip the size adjustment in the native windowmanager modes. The windows are not bound to the workarea and restricting the buffer to that size seems only to cause problems. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From Dr.Volker.Zell@oracle.com Fri Oct 1 12:01:00 2004 From: Dr.Volker.Zell@oracle.com (Dr. Volker Zell) Date: Fri, 01 Oct 2004 12:01:00 -0000 Subject: xemacs: segmentation fault after In-Reply-To: <200410010750.i917o6Un003094@tyr.informatik.fh-fulda.de> (Siegmar Gross's message of "Fri, 1 Oct 2004 09:50:06 +0200 (CEST)") References: <200410010750.i917o6Un003094@tyr.informatik.fh-fulda.de> Message-ID: <87acv6sl2s.fsf@vzell-de.de.oracle.com> >>>>> Siegmar Gross writes: >> Just try and move /usr/share/xemacs to /usr/share/xemacs.broken and see >> what happens when you start xemacs. If it's not crashing, just include >> one package after the other and start xemacs again. > I had to remove the following nine packages: > eiger xemacs 165 pwd > /usr/share/xemacs > eiger xemacs 166 ls -l */lisp/zzzz > mule-packages/lisp/zzzz: > total 0 > drwxr-xr-x+ 2 Admin Benutzer 0 Sep 17 09:28 edict > drwxr-xr-x+ 2 Admin Benutzer 0 Sep 17 09:28 egg-its > drwxr-xr-x+ 2 Admin Benutzer 0 Sep 17 09:28 skk > xemacs-packages/lisp/zzzz: > total 0 > drwxr-xr-x+ 2 Admin Benutzer 0 Sep 17 09:29 c-support > drwxr-xr-x+ 2 Admin Benutzer 0 Sep 17 09:29 calc > drwxr-xr-x+ 2 Admin Benutzer 0 Sep 17 09:29 calendar > drwxr-xr-x+ 2 Admin Benutzer 0 Sep 17 09:29 cc-mode > drwxr-xr-x+ 2 Admin Benutzer 0 Sep 17 09:29 cookie > drwxr-xr-x+ 2 Admin Benutzer 0 Sep 17 09:29 crisp > eiger xemacs 167 > eiger xemacs 168 xemacs > Warning: XtRemoveGrab asked to remove a widget not on the list > Warning: XtRemoveGrab asked to remove a widget not on the list > eiger xemacs 169 > When I add one of them to the parent lisp directory xemacs crashes with > segmentation fault when I type . The warnings still appear > after typing . > I would like to have c-support and cc-mode. Any ideas what's wrong with > the above packages? And XEmacs is really crashing for you even if you don't use this 9 packages ? Is there any hint in the *Message-Log* Buffer which lisp file is getting loaded before you press c-x c-c ? > Siegmar Ciao Volker From Siegmar.Gross@informatik.fh-fulda.de Fri Oct 1 12:25:00 2004 From: Siegmar.Gross@informatik.fh-fulda.de (Siegmar Gross) Date: Fri, 01 Oct 2004 12:25:00 -0000 Subject: xemacs: segmentation fault after Message-ID: <200410011224.i91COOUn003332@tyr.informatik.fh-fulda.de> > And XEmacs is really crashing for you even if you don't use this 9 > packages ? Is there any hint in the *Message-Log* Buffer which lisp file > is getting loaded before you press c-x c-c ? No, it doesn't crash when I move the mentioned directories to a subdirectory but it crashes when any (just one is enough) of these packages is stored in the lisp directory. I started xemacs without a file so every time the cus-face package had been loaded. I don't know where it comes from because I couldn't find a package with that name. Do you have an idea what could be wrong? When I look e.g. at the files in "crisp" they are from 2003 and earlier so they haven't been touched in the last update but nevertheless they let xemacs crash. Siegmar From Armbrust.Daniel@mayo.edu Fri Oct 1 14:06:00 2004 From: Armbrust.Daniel@mayo.edu (Armbrust, Daniel C.) Date: Fri, 01 Oct 2004 14:06:00 -0000 Subject: cygwin/x symantec antivirus conflict Message-ID: <7A1D7964C7C943419AB6D2C3233838530174DE2F@excsrv44.mayo.edu> I have a corporate version of 8.1.1.323, and see no slowdowns. I didn't have to do anything special to make it work. (Helpful post huh?) Dan -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com] On Behalf Of Jack Tanner Sent: Thursday, September 30, 2004 5:05 PM To: cygwin-xfree@cygwin.com Subject: Re: cygwin/x symantec antivirus conflict Alexander Gottwald wrote: > I'll add this to the FAQ. Does Symantec Antivirus has an option to disable > scanning for certain programs? > > Try adding XWin.exe to that list. Good idea, but no dice. I added the entire c:\cygwin\ tree to the Symantec exclusion list, but the slowdown is still there. There's also no difference if you disable network drive scanning, or something called Threat Tracer (the purpose of TT is "Identify the source of network share-based virus infections on computers that are running Windows NT/2000/XP operating systems.") This really sucks. I don't want to run without antivirus protection, but the delay is really irritating. Is anybody using Symantec Antivirus and NOT seeing a delay? If so, what version of SA are you using? I have "full version 9.0.0.1400", scan engine 1.2.0.13. From gorrigo@switch.com Fri Oct 1 14:16:00 2004 From: gorrigo@switch.com (Orrigo, Giampaolo .) Date: Fri, 01 Oct 2004 14:16:00 -0000 Subject: cygwin/x symantec antivirus conflict Message-ID: <03F517C72D42284EBB48800AEF3E7D1DB776FD@exchptc1.switch.com> I run version 10.0.1.13 and I have no problems. GP > From: Armbrust, Daniel C. > I have a corporate version of 8.1.1.323, and see no slowdowns. > > I didn't have to do anything special to make it work. > > (Helpful post huh?) > > Dan > > -----Original Message----- > From: Jack Tanner > Sent: Thursday, September 30, 2004 5:05 PM > Subject: Re: cygwin/x symantec antivirus conflict > > Alexander Gottwald wrote: > > I'll add this to the FAQ. Does Symantec Antivirus has an option to > disable > > scanning for certain programs? > > > > Try adding XWin.exe to that list. > > Good idea, but no dice. I added the entire c:\cygwin\ tree to the > Symantec exclusion list, but the slowdown is still there. There's also > no difference if you disable network drive scanning, or something called > Threat Tracer (the purpose of TT is "Identify the source of network > share-based virus infections on computers that are running Windows > NT/2000/XP operating systems.") > > This really sucks. I don't want to run without antivirus protection, but > the delay is really irritating. > > Is anybody using Symantec Antivirus and NOT seeing a delay? If so, what > version of SA are you using? I have "full version 9.0.0.1400", scan > engine 1.2.0.13. From pechtcha@cs.nyu.edu Fri Oct 1 14:49:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Fri, 01 Oct 2004 14:49:00 -0000 Subject: Windows person trying to use Cygwin In-Reply-To: <000201c4a7a0$cd9fe2b0$ea0aa8c0@edisoft.pt> References: <000201c4a7a0$cd9fe2b0$ea0aa8c0@edisoft.pt> Message-ID: On Fri, 1 Oct 2004, Marcos Rebelo wrote: > I'm finding two annoying problems in Cygwin > > 1??) I can't have the Num Lock activated otherwise the arrow keys don't work. > 2??) with nedit I can select text with the mouse, but not with the keyboard. > > I don't know if the problems are related. 1) You didn't have to post twice. 2) Your problems seem like X problems, which should be discussed on the Cygwin/X list. I've redirected this reply there, and set the Reply-To: accordingly. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Happiness lies in being privileged to work hard for long hours in doing whatever you think is worth doing." -- Dr. Jubal Harshaw From Eric.Remfrey@quadtechworld.com Fri Oct 1 15:08:00 2004 From: Eric.Remfrey@quadtechworld.com (Remfrey, Eric) Date: Fri, 01 Oct 2004 15:08:00 -0000 Subject: different mouse behavior between rootless and multiwindow Message-ID: Hi, I am working on getting a native Solaris app to run on Windows using Cygwin. Currently, we use Exceed to do this, so if I can get this working properly, I'm sure I could convince our department head to send a donation your way. I have had success with running it rootless, but am having some trouble getting the mouse to behave properly using the multiwindow switch. In this CAD application, the screen is divided in to two parts; the main part is where the drawing is displayed, and the second part is a toolbar off to the right. How it should work: When you click and hold the right mouse button in, a new mouse cursor appears on the toolbar. The original cursor stays where it was before you right-click. You cannot move the new cursor outside of the toolbar region. The purpose of this is so that an engineer can change tools without moving the original mouse pointer. Once you let go of the right mouse button, you regain control of the original cursor exactly where you left it. What is happening: I right click I get the new cursor, but it appears directly over the original cursor rather than over the toolbar, and I can move it freely anywhere inside the window. When I let go of the right mouse button, the old pointer moves to where my mouse is before I regain control of it. Again, using the rootless switch everything works perfectly, but we would really prefer to run it with the Windows window manager. Turning the numlock key on or off does not appear to have an impact on this behavior. I know this is a long shot, but any help or suggestions would be very much appreciated. Thanks, Eric From Eric.Remfrey@quadtechworld.com Fri Oct 1 15:47:00 2004 From: Eric.Remfrey@quadtechworld.com (Remfrey, Eric) Date: Fri, 01 Oct 2004 15:47:00 -0000 Subject: FW: different mouse behavior between rootless and multiwindow Message-ID: Sorry about the original post. So much for trying not to look like an idiot... > -----Original Message----- > From: Remfrey, Eric > Sent: Friday, October 01, 2004 10:09 AM > To: 'cygwin-xfree@cygwin.com' > Subject: different mouse behavior between rootless and multiwindow > > Hi, > > I am working on getting a native Solaris app to run on Windows using Cygwin. Currently, > we use Exceed to do this, so if I can get this working properly, I'm sure I could convince > our department head to send a donation your way. I have had success with running it > rootless, but am having some trouble getting the mouse to behave properly using the > multiwindow switch. > > In this CAD application, the screen is divided in to two parts; the main part is where the > drawing is displayed, and the second part is a toolbar off to the right. > > How it should work: > When you click and hold the right mouse button in, a new mouse cursor appears on the > toolbar. The original cursor stays where it was before you right-click. You cannot move > the new cursor outside of the toolbar region. The purpose of this is so that an engineer > can change tools without moving the original mouse pointer. Once you let go of the right > mouse button, you regain control of the original cursor exactly where you left it. > > What is happening: > I right click I get the new cursor, but it appears directly over the original cursor rather than > over the toolbar, and I can move it freely anywhere inside the window. When I let go of the > right mouse button, the old pointer moves to where my mouse is before I regain control of > it. > > Again, using the rootless switch everything works perfectly, but we would really prefer to > run it with the Windows window manager. Turning the numlock key on or off does not > appear to have an impact on this behavior. > > I know this is a long shot, but any help or suggestions would be very much appreciated. > > Thanks, > > Eric From agabriel@home.tzo.org Fri Oct 1 17:27:00 2004 From: agabriel@home.tzo.org (Anthony Gabrielson) Date: Fri, 01 Oct 2004 17:27:00 -0000 Subject: multi head X Message-ID: Hello, I did a quick search and didn't turn up anything so here goes. I'm running XP with cygwin and cygwin X which is great. I'm just having a problem if I drag a window over to the number 1 display, I can no longer interact with it. Do I need to reconfig for two displays? I think your version is better than exceed by alot other than that. Thanks - Anthony From alexander.gottwald@s1999.tu-chemnitz.de Fri Oct 1 18:25:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 01 Oct 2004 18:25:00 -0000 Subject: multi head X In-Reply-To: References: Message-ID: On Fri, 1 Oct 2004, Anthony Gabrielson wrote: > Hello, > I did a quick search and didn't turn up anything so here goes. > I'm running XP with cygwin and cygwin X which is great. I'm just having a > problem if I drag a window over to the number 1 display, I can no longer > interact with it. Do I need to reconfig for two displays? > > I think your version is better than exceed by alot other than > that. Please try adding the -multiplemonitors switch to XWin.exe start bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From xuan--2004.10.01--cygwin-xfree--cygwin.com@baldauf.org Sat Oct 2 01:27:00 2004 From: xuan--2004.10.01--cygwin-xfree--cygwin.com@baldauf.org (=?ISO-8859-1?Q?Xu=E2n_Baldauf?=) Date: Sat, 02 Oct 2004 01:27:00 -0000 Subject: Bug|RFE: Manually set mouse button count Message-ID: <415E03EF.6020802@baldauf.org> Hello, At least if XWin is run on notebook, there might be the problem that cygwin incorrectly detects the number of available mouse buttons. This may be the case especially if a 3-button-wheel mouse is attached to a PS/2-port of that notebook, because the internal PS/2-port emulator intermixes external mouse events with touchpad events. In this case, cygwin detects only 2 buttons (I assume the two touchpad buttons), while it should detect 3 buttons. This is usually not a real problem, because cygwin seems to add (by default) 2 buttons (for wheel-up and wheel-down), resultin in a total of 4 buttons. But if the user wants to use the wheel of the attached wheel mouse, the wheel-up-events are properly scheduled to the X clients, but the wheel-down-events are not. If one could manually specifiy the number of available mouse buttons (e.g. by command-line), this problem could be solved. Additionally, a related problem could be solved, too: Even if XWin correctly detects at startup time that there are only 2 mouse buttons, users might plug in a mouse with more buttons later on. Cheers, Xu??n. From Alexander.Gottwald@s1999.tu-chemnitz.de Sat Oct 2 12:48:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sat, 02 Oct 2004 12:48:00 -0000 Subject: Bug|RFE: Manually set mouse button count In-Reply-To: <415E03EF.6020802@baldauf.org> References: <415E03EF.6020802@baldauf.org> Message-ID: Xu?n Baldauf wrote: > If one could manually specifiy the number of available mouse buttons > (e.g. by command-line), this problem could be solved. Additionally, a > related problem could be solved, too: Even if XWin correctly detects at > startup time that there are only 2 mouse buttons, users might plug in a > mouse with more buttons later on. This was a bug. The code for detecting the mouse button count was added lately to support mice with > 3 buttons. But mice with < 3 buttons were not handled correctly. I've changed this: XWin always assumes the mouse has 3 buttons (Left, Middle, Right) and the scroll wheel. This sums up to 5 mouse buttons for XWin (4 and 5 are wheel up and wheel down). Any additional mouse button is added as button 6, 7, 8 and so on. I'll make a release next week bye ago NP: Final Selection - at the gates of utopia (instrumental) -- Alexander.Gottwald@informatik.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From vcjg@hotmail.com Sun Oct 3 14:18:00 2004 From: vcjg@hotmail.com (vcjg@hotmail.com) Date: Sun, 03 Oct 2004 14:18:00 -0000 Subject: Today's Link of the Day Beautiful Photography Store Message-ID: Today's link of the day comes from the art community in Southern California: 10.01.04: HOMEDECORPHOTO.COM HomeDecorPhoto.com offers handcrafted photographs of beautiful Italian landscapes, Abstract portraits, and French Landmarks. They also have a section specifically on the beauty of the American National Parks such as Zion and Bryce. Each signed photo comes beautifully matted straight and handcrafted from the artist, Ian Grant. ========================================================== To visit today's link enter: http://www.homedecorphoto.com ========================================================== *Stay tuned for tomorrow's interesting link-of-the-day and if you are receiving this mailing by accident please don't hesitate to unsubscribe (the information is at the bottom of this email) Best Wishes! From ariel.burbaickij@gmail.com Mon Oct 4 08:41:00 2004 From: ariel.burbaickij@gmail.com (Ariel Burbaickij) Date: Mon, 04 Oct 2004 08:41:00 -0000 Subject: icewm and number of virtual desktops Message-ID: <3058f9b4041004014132453500@mail.gmail.com> Hello dear fellow mailing list subscribers, I somehow forgot the file name that defines how many virtual desktops will be available in icewm and their names (As it looks like it is not possible to add virtual desktops on the fly in the icewm still). Could you remind me of the proper file? With Best Regards Ariel Burbaickij From ariel.burbaickij@gmail.com Mon Oct 4 08:56:00 2004 From: ariel.burbaickij@gmail.com (Ariel Burbaickij) Date: Mon, 04 Oct 2004 08:56:00 -0000 Subject: Xnest and keyboard layout Message-ID: <3058f9b404100401567c207680@mail.gmail.com> Hello dear fellow mailing list subscribers, keyboard layouts differ between host X server and Xnest server (I am not very familiar with what is called " default English layout" but I think it is what Xnest uses, so obviously host Xserver does not use it ;-). QUestion is: Where does Xnest take it keyboard layout from? Should be the same source that caters also for host Xserver or not? With Best Regards Ariel Burbaickij From alexander.gottwald@s1999.tu-chemnitz.de Mon Oct 4 09:12:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 04 Oct 2004 09:12:00 -0000 Subject: Xnest and keyboard layout In-Reply-To: <3058f9b404100401567c207680@mail.gmail.com> References: <3058f9b404100401567c207680@mail.gmail.com> Message-ID: On Mon, 4 Oct 2004, Ariel Burbaickij wrote: > Hello dear fellow mailing list subscribers, > keyboard layouts differ between host > X server and Xnest server (I am not > very familiar with what is called " > default English layout" but I think > it is what Xnest uses, so obviously > host Xserver does not use it ;-). > QUestion is: Where does Xnest > take it keyboard layout from? it is configured either via a strange commandline parameter -xkbmap or after start you can just call "setxkbmap layoutcode" in xnest to set the layout > Should be the same source that > caters also for host Xserver or > not -xkbmap is a parameter which is supported by all XKB enabled xservers. But the parameter requires a compiled keymap (see xkbcomp) so XWin and Xorg use a different scheme where the keymap is compiled at startup from a textual description. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From ariel.burbaickij@gmail.com Mon Oct 4 09:25:00 2004 From: ariel.burbaickij@gmail.com (Ariel Burbaickij) Date: Mon, 04 Oct 2004 09:25:00 -0000 Subject: Xnest and keyboard layout In-Reply-To: References: <3058f9b404100401567c207680@mail.gmail.com> Message-ID: <3058f9b40410040225161f18ae@mail.gmail.com> Hello Alexander, thank you for as usual prompt and to the point answer. > it is configured either via a strange commandline > parameter -xkbmap or after start you can just > call "setxkbmap layoutcode" in xnest to set the > layout How can I find out what is the code of the layout currently enabled in host X server? With Best Regards Ariel Burbaickij From alexander.gottwald@s1999.tu-chemnitz.de Mon Oct 4 10:53:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 04 Oct 2004 10:53:00 -0000 Subject: Xnest and keyboard layout In-Reply-To: <3058f9b40410040225161f18ae@mail.gmail.com> References: <3058f9b404100401567c207680@mail.gmail.com> <3058f9b40410040225161f18ae@mail.gmail.com> Message-ID: On Mon, 4 Oct 2004, Ariel Burbaickij wrote: > Hello Alexander, > thank you for as usual prompt and to the point > answer. > > it is configured either via a strange commandline > > parameter -xkbmap or after start you can just > > call "setxkbmap layoutcode" in xnest to set the > > layout > > How can I find out what is the code of the layout > currently enabled in host X server? setxkbmap.exe -v This will print the last xkb settings. $ setxkbmap.exe -v Trying to build keymap using the following components: keycodes: xfree86+aliases(qwertz) types: complete compat: complete symbols: pc/pc(pc105)+pc/de(nodeadkeys) geometry: pc(pc105) important is the entry symbols: pc/pc(pc105)+pc/de(nodeadkeys) ^^^^^ ^^ ^^^^^^^^^^ model layout variant to set this layout: setxkbmap -model pc105 -variant nodeadkeys de bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From ariel.burbaickij@gmail.com Mon Oct 4 12:38:00 2004 From: ariel.burbaickij@gmail.com (Ariel Burbaickij) Date: Mon, 04 Oct 2004 12:38:00 -0000 Subject: Xnest and keyboard layout In-Reply-To: References: <3058f9b404100401567c207680@mail.gmail.com> <3058f9b40410040225161f18ae@mail.gmail.com> Message-ID: <3058f9b40410040538118c0b2d@mail.gmail.com> BTW, do I understand it right then that it is possible to set different keyboard layout for each Xnest server started -- that would be really cool because it is exactly what I need. Surpisingly, though Xwin does not start when layout is set to Russian (neither custom made Russian -- phonetic layout nor standard one - ICUKEN) Any help? Probably Igor can jump in. With Best Regards Ariel Burbaickij On Mon, 4 Oct 2004 12:38:55 +0200 (MEST), Alexander Gottwald wrote: > > > On Mon, 4 Oct 2004, Ariel Burbaickij wrote: > > > Hello Alexander, > > thank you for as usual prompt and to the point > > answer. > > > it is configured either via a strange commandline > > > parameter -xkbmap or after start you can just > > > call "setxkbmap layoutcode" in xnest to set the > > > layout > > > > How can I find out what is the code of the layout > > currently enabled in host X server? > > setxkbmap.exe -v > This will print the last xkb settings. > > $ setxkbmap.exe -v > Trying to build keymap using the following components: > keycodes: xfree86+aliases(qwertz) > types: complete > compat: complete > symbols: pc/pc(pc105)+pc/de(nodeadkeys) > geometry: pc(pc105) > > important is the entry symbols: > pc/pc(pc105)+pc/de(nodeadkeys) > ^^^^^ ^^ ^^^^^^^^^^ > model layout variant > > to set this layout: > setxkbmap -model pc105 -variant nodeadkeys de > > > > bye > ago > -- > Alexander.Gottwald@s1999.tu-chemnitz.de > http://www.gotti.org ICQ: 126018723 > From Mike.Kenny@bcx.co.za Mon Oct 4 12:54:00 2004 From: Mike.Kenny@bcx.co.za (Mike Kenny - BCX - Infrastructure Services) Date: Mon, 04 Oct 2004 12:54:00 -0000 Subject: FW: X not recognizing keyboard input Message-ID: <0C7AD907113E984F9C2AF0B651D0D3DE1F8A3E@exmid04.africa.enterprise.root> (Sorry, I guess I should have used this list in the first place) > I am trying to use cygwin to provide X access to a linux system. On > the cygwin system I execute > $ xhost + > $ xterm -g 100x100+0+0 -bg red -e ssh -l mylogin mylinuxhost > > I then complete the login and execute > $ export DISPLAY=mycygwinhost:0.0 > $ kde & > > and, lo and behold, I get a KDE session and can load > evolution, konsole, > etc. > > Problem is it seems as though keyboard input is not being received or > recognized. > > Any ideas what I am doing wrong/not doing right? Also, I know > from years > back that there is a simpler way to do this (used to configure humming > bird to not require all the interaction above) but can't remember how, > anybody want to refresh my memory? > > If anybody takes the trouble to respond to this, could you > also ensure that > the mikekenny@telkomsa.net address is also copied as I will > be working on > this from home and don't have access to this e-mail address from there > > Thanks > > Kind Regards, > Mike Kenny > Principal Consultant > Professional Services > Business Connexion (Pty) Ltd > Office: +27 (0)11 266 5703 > Mobile: +27 (0)83 266 1437 > Fax: +27 (0)11 266 5769 > Email: mike.kenny@bcx.co.za > Web Site: www.bcx.co.za > > NOTICES: > 1. This message and any attachments are confidential and > intended solely for the addressee. If you have received this > message in error, please notify the sender at Business > Connexion (Pty) Ltd immediately. Any unauthorised use, > alteration or dissemination is prohibited. > 2. Business Connexion (Pty) Ltd accepts no liability > whatsoever for any loss whether it be direct, indirect or > consequential, arising from information made available and > actions resulting there from. > 3. Please note that Business Connexion only binds itself by > way of signed agreements. 'Signed' refers to a hand-written > signature, excluding any signature appended by 'electronic > communication' as defined in the Electronic Communications > and Transactions Act, no. 25 of 2002. > 4. Directors: P.A. Watt, B. Mophatlane, A.C. Farthing > (British), B. Sithole, I. Mophatlane, M.W. Schoeman. > 5. Business Connexion (Pty) Ltd Company Registration Number: > 1993/003683/07. > From alexander.gottwald@s1999.tu-chemnitz.de Mon Oct 4 13:10:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 04 Oct 2004 13:10:00 -0000 Subject: Xnest and keyboard layout In-Reply-To: <3058f9b40410040538118c0b2d@mail.gmail.com> References: <3058f9b404100401567c207680@mail.gmail.com> <3058f9b40410040225161f18ae@mail.gmail.com> <3058f9b40410040538118c0b2d@mail.gmail.com> Message-ID: On Mon, 4 Oct 2004, Ariel Burbaickij wrote: > BTW, do I understand it right then that it is possible > to set different keyboard layout for each Xnest > server started -- that would be really cool > because it is exactly what I need. Surpisingly, > though Xwin does not start when layout is set > to Russian (neither custom made Russian -- > phonetic layout nor standard one - ICUKEN) > Any help? Probably Igor can jump in. This is a quite useless bugreport. How do you start XWin to use russian layout? The XWin.log file might also give some hints why XWin does not start up. XWin -xkblayout ru starts XWin and xev reports some cyrillic keypresses. There is a section in the FAQ about non-us keyboard layouts too. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From pechtcha@cs.nyu.edu Mon Oct 4 14:14:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Mon, 04 Oct 2004 14:14:00 -0000 Subject: Xnest and keyboard layout In-Reply-To: <3058f9b40410040538118c0b2d@mail.gmail.com> References: <3058f9b404100401567c207680@mail.gmail.com> <3058f9b40410040225161f18ae@mail.gmail.com> <3058f9b40410040538118c0b2d@mail.gmail.com> Message-ID: On Mon, 4 Oct 2004, Ariel Burbaickij wrote: > BTW, do I understand it right then that it is possible > to set different keyboard layout for each Xnest > server started -- that would be really cool > because it is exactly what I need. Surpisingly, > though Xwin does not start when layout is set > to Russian (neither custom made Russian -- > phonetic layout nor standard one - ICUKEN) > Any help? Probably Igor can jump in. > With Best Regards > Ariel Burbaickij > > > On Mon, 4 Oct 2004 12:38:55 +0200 (MEST), Alexander Gottwald wrote: , now with more reasons. > > On Mon, 4 Oct 2004, Ariel Burbaickij wrote: > > > > > Hello Alexander, > > > thank you for as usual prompt and to the point > > > answer. > > > > > > > it is configured either via a strange commandline > > > > parameter -xkbmap or after start you can just > > > > call "setxkbmap layoutcode" in xnest to set the > > > > layout > > > > > > How can I find out what is the code of the layout > > > currently enabled in host X server? > > > > setxkbmap.exe -v > > This will print the last xkb settings. > > > > $ setxkbmap.exe -v > > Trying to build keymap using the following components: > > keycodes: xfree86+aliases(qwertz) > > types: complete > > compat: complete > > symbols: pc/pc(pc105)+pc/de(nodeadkeys) > > geometry: pc(pc105) > > > > important is the entry symbols: > > pc/pc(pc105)+pc/de(nodeadkeys) > > ^^^^^ ^^ ^^^^^^^^^^ > > model layout variant > > > > to set this layout: > > setxkbmap -model pc105 -variant nodeadkeys de Ariel, I'm sorry, I use neither XNest nor the Russian keyboard layout under X. Perhaps someone else can help. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Happiness lies in being privileged to work hard for long hours in doing whatever you think is worth doing." -- Dr. Jubal Harshaw From rrepasky@lack.ucs.indiana.edu Mon Oct 4 20:37:00 2004 From: rrepasky@lack.ucs.indiana.edu (Dick Repasky) Date: Mon, 04 Oct 2004 20:37:00 -0000 Subject: cygwin/x symantec antivirus conflict Message-ID: I, too, experience the problem, and the problem seems to depend on hardware. IBM Thinkpad 600x 500 MHz, 200 MB mem. I not only see the keyboard delay that Jack mentions, but I get terrible X forwarding. Without Symantec, I wait about 10 seconds for all SAS windows from a remote session to be displayed. With Symantec (although disk and network checking are de-activated) it takes just over a minute for the windows to be displayed. Even worse, if I run cygwin from a CD on this machine with Symantec installed, it takes 30 minutes for windows from a remote SAS session to be displayed, compared to about 20 seconds without Symantec. On a dual 3-GHz Xeon with 1 GB mem, I see no performance hit from Symantec while running cygwin from CD or not. Dick ----------------- Dick Repasky Bioinformatics Support UITS Cubicle 101.08 Indiana University USA rrepasky@indiana.edu From ihok@hotmail.com Mon Oct 4 23:34:00 2004 From: ihok@hotmail.com (Jack Tanner) Date: Mon, 04 Oct 2004 23:34:00 -0000 Subject: cygwin/x symantec antivirus conflict In-Reply-To: References: Message-ID: Dick Repasky wrote: > I, too, experience the problem, and the problem seems to depend on > hardware. Thank you for letting me know that I'm not totally nuts. In addition to the keyboard delay, I too get slow rendering for X-forwarded apps. I can't imagine that this problem is due to the hardware. I'm experiencing it on a P4 2.4Ghz w/ 1GB RAM and a 100Mbit wired connection. Conversely, I've never encountered the problem on other, slower machines, over slower network connections w/ higher latency, all connecting to the same remote box. It's gotta be something else. For what it's worth, I'm attaching the output of ps -alW. I'm running WinXP SP2, and the problem used to happen under SP1 as well. If anyone sees anything that might be interacting with the network in an evil way, please tell me. Dick, what versions of Symantec Antivirus and scan enginge are you running? Do you get the delay if you're typing into a local shell? Do you get the delay if you're typing into a remote ssh-connected shell, but running under a local rxvt binary instead of xterm? -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: ps-alW URL: From sun_bh@hotmail.com Tue Oct 5 09:17:00 2004 From: sun_bh@hotmail.com (Sundar G) Date: Tue, 05 Oct 2004 09:17:00 -0000 Subject: Fatal Error found in cygwin/X Message-ID: Dear, When I executed the command /usr/X11R6/bin/XWin.exe it gave me "A fatal error is occured and Cygwin /X will now exit" I want to excute the command XWin.exe -query < IP Address of Linux Server > . Please help me Sundar.G System Administrator _________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus From alexander.gottwald@s1999.tu-chemnitz.de Tue Oct 5 09:19:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 05 Oct 2004 09:19:00 -0000 Subject: Fatal Error found in cygwin/X In-Reply-To: References: Message-ID: On Tue, 5 Oct 2004, Sundar G wrote: > Dear, > > When I executed the command /usr/X11R6/bin/XWin.exe > > it gave me "A fatal error is occured and Cygwin /X will now exit" > > I want to excute the command XWin.exe -query < IP Address of Linux Server > > . > > Please help me What does /tmp/XWin.log tell? bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From Markus.Jung@de.tds-global.com Tue Oct 5 10:41:00 2004 From: Markus.Jung@de.tds-global.com (Markus Jung) Date: Tue, 05 Oct 2004 10:41:00 -0000 Subject: Problems building PerlTK on cygwin Message-ID: Hi List! Please can anyone help me with the following error during the make of PerlTK. I'm using cygwin/x-free on an windows XP box with WindowMaker. I've downloaded the PerlTK-Sources from CPAN. Is there a problem with this sources on cygwin. Does anyone know about a cygwin package for PerlTK? Any help would be appreciated. [rechner:Tk-804.027]$ make cd pTk && make make[1]: Entering directory `/cygdrive/d/Downloads/PerlModules/Tk-804.027/pTk' make[1]: Leaving directory `/cygdrive/d/Downloads/PerlModules/Tk-804.027/pTk' make[1]: Entering directory `/cygdrive/d/Downloads/PerlModules/Tk-804.027/pTk' make[1]: Leaving directory `/cygdrive/d/Downloads/PerlModules/Tk-804.027/pTk' make[1]: Entering directory `/cygdrive/d/Downloads/PerlModules/Tk-804.027/pod' make[1]: Leaving directory `/cygdrive/d/Downloads/PerlModules/Tk-804.027/pod' make[1]: Entering directory `/cygdrive/d/Downloads/PerlModules/Tk-804.027/demos' make[1]: Leaving directory `/cygdrive/d/Downloads/PerlModules/Tk-804.027/demos' make[1]: Entering directory `/cygdrive/d/Downloads/PerlModules/Tk-804.027/Xlib' make[2]: Entering directory `/cygdrive/d/Downloads/PerlModules/Tk-804.027/Xlib/X' make[2]: Leaving directory `/cygdrive/d/Downloads/PerlModules/Tk-804.027/Xlib/X' gcc -c -I.. -I../pTk/mTk/xlib -I../pTk -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -DUSEIMPORTLIB -O2 -DVERSION=\"804.027\" -DXS_VERSION=\"804.027\" "-I/usr/lib/perl5/5.8.2/cygwin-thread-multi-64int/CORE" -D__WIN32__ -D_WIN32 -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ Xlib.c Xlib.xs:13: error: parse error before '*' token Xlib.xs:13: warning: data definition has no type or storage class Xlib.xs: In function `boot_Tk__Xlib': Xlib.xs:378: error: `XlibVtab' undeclared (first use in this function) Xlib.xs:378: error: (Each undeclared identifier is reported only once Xlib.xs:378: error: for each function it appears in.) Xlib.xs:378: error: parse error before ')' token Xlib.xs:378: error: request for member `tabSize' in something not a structure or union make[1]: *** [Xlib.o] Error 1 make[1]: Leaving directory `/cygdrive/d/Downloads/PerlModules/Tk-804.027/Xlib' make: *** [subdirs] Error 2 Thanks, Markus From marcel@imr.edu Tue Oct 5 11:27:00 2004 From: marcel@imr.edu (Marcel Sluiter) Date: Tue, 05 Oct 2004 11:27:00 -0000 Subject: problem with Release: 6.8.1.0-1 Message-ID: <4162825F.3040008@imr.edu> Dear Developers, had previous version of X running nicely under Cygwin, but with recent update something went amiss. (details Win XP professional, Japanese language version) Below is the message that I get with starting xwindows... >startx & Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.0-1 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: X :0 -multiwindow -clipboard (WW) /tmp mounted int textmode _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information winDetectSupportedEngines - Windows NT/2000/XP winDetectSupportedEngines - DirectDraw installed winDetectSupportedEngines - DirectDraw4 installed winDetectSupportedEngines - Returning, supported engines 00000007 winSetEngine - Multi Window or Rootless => ShadowGDI winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel winAllocateFBShadowGDI - Creating DIB with width: 1280 height: 738 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 winInitMultiWiSignal 9 \\\\\\\\\\\\\\\\\\\\\\\\\\\end of output\\\\\\\\\\\\\\\\\\\\\\\\\\\ after having issued the "startx" command, I get from the "ps" command: PID PPID PGID WINPID TTY UID STIME COMMAND 2428 1 2428 2428 con 1007 19:55:30 /usr/bin/bash 2056 2428 2056 3420 con 1007 20:07:32 /usr/bin/sh 3360 2056 2056 1732 con 1007 20:07:32 /usr/X11R6/bin/xinit 940 3360 940 3364 con 1007 20:07:32 /usr/X11R6/bin/XWin 2184 2428 2184 3552 con 1007 20:08:03 /usr/bin/ps \\\\\\\\\\\\\\\\\\\\\\\\\\\end of output\\\\\\\\\\\\\\\\\\\\\\\\\\\ which shows Xwindows is running in the background but I do not get an actual xterm. interesting detail..... when is type command "man startx" I see, before the manpage appears, and after quitting the manpage the following Unrecognized line in config file (ignored) JNROFF LANG=ja_JP.UTF-8 /usr/bin/groff -Tnippon -mandocj Unrecognized line in config file (ignored) KNROFF /usr/bin/groff -Tkorean -mandoc Unrecognized line in config file (ignored) JNEQN /usr/bin/eqn -Tnippon Unrecognized line in config file (ignored) KNEQN /usr/bin/eqn -Tkorean \\\\\\\\\\\\\\\\\\\\\\\\\\\end of output\\\\\\\\\\\\\\\\\\\\\\\\\\\ I have no desire to use Xwindows in any other language than English.............. all suggestions for remedies very welcome! Thanks for your time and consideration, Marcel From alexander.gottwald@s1999.tu-chemnitz.de Tue Oct 5 11:47:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 05 Oct 2004 11:47:00 -0000 Subject: problem with Release: 6.8.1.0-1 In-Reply-To: <4162825F.3040008@imr.edu> References: <4162825F.3040008@imr.edu> Message-ID: On Tue, 5 Oct 2004, Marcel Sluiter wrote: > Dear Developers, > > had previous version of X running nicely under Cygwin, but with recent > update something went amiss. > (details Win XP professional, Japanese language version) > Below is the message that I get with starting xwindows... > > >startx & > Welcome to the XWin X Server > Vendor: The Cygwin/X Project > Release: 6.8.1.0-1 > > Contact: cygwin-xfree@cygwin.com > > XWin was started with the following command line: > > X :0 -multiwindow -clipboard > > (WW) /tmp mounted int textmode Maybe remounting /tmp to binmode helps mount -buf $(cygpath -m /tmp) /tmp > InitQueue - Calling pthread_mutex_init > InitQueue - pthread_mutex_init returned > InitQueue - Calling pthread_cond_init > InitQueue - pthread_cond_init returned > winInitMultiWiSignal 9 please try starting XWin alone: XWin :0 -multiwindow -clipboard DISPLAY=:0.0 xterm and XWin :0 DISPLAY=:0.0 xterm The latter will have clipboard support and multiwindow mode disabled > interesting detail..... > when is type command "man startx" I see, before the manpage appears, and > after quitting the manpage the following > > Unrecognized line in config file (ignored) > JNROFF LANG=ja_JP.UTF-8 /usr/bin/groff -Tnippon -mandocj > Unrecognized line in config file (ignored) > KNROFF /usr/bin/groff -Tkorean -mandoc > Unrecognized line in config file (ignored) > JNEQN /usr/bin/eqn -Tnippon > Unrecognized line in config file (ignored) > KNEQN /usr/bin/eqn -Tkorean > \\\\\\\\\\\\\\\\\\\\\\\\\\\end of output\\\\\\\\\\\\\\\\\\\\\\\\\\\ > I have no desire to use Xwindows in any other language than > English.............. this is a message from man, not from Cygwin/X. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From cplager+cygwin@physics.ucla.edu Tue Oct 5 12:43:00 2004 From: cplager+cygwin@physics.ucla.edu (Charles Plager) Date: Tue, 05 Oct 2004 12:43:00 -0000 Subject: Problems building PerlTK on cygwin Message-ID: <416296E1.3010908@physics.ucla.edu> Markus Jung wrote: > Hi List! > Please can anyone help me with the following error during the make of > PerlTK. I'm using cygwin/x-free on an windows XP box with WindowMaker. > I've downloaded the PerlTK-Sources from CPAN. Is there a problem with this > sources on cygwin. Does anyone know about a cygwin package for PerlTK? > I've built and use Tk 800.024 (I haven't tried 804.027, the latest) that uses X-windows. I've never tried the windows-specific version. Here's what I did: * From http://search.cpan.org/~ni-s/Tk-800.024/ download and unzip Tk-800.024 * cygwin> perl Makefile.PL x ^ tells it to use X-windows You could try 'perl Makefile.PL' if you want to try without (all this is mentioned in the README.cygwin) * cygwin> make * cygwin> make install * cygwin> Since I had an older version of perl, I also need to: cygwin> cd /usr/X11R6/lib cygwin> ln -s libX11.dll.a libX11.a BEFORE I built TK. Gerrit P. Haase says that this issue has been fixed with perl-5.8.5 for Cygwin (I haven't checked). Good luck, Charles From Armbrust.Daniel@mayo.edu Tue Oct 5 13:38:00 2004 From: Armbrust.Daniel@mayo.edu (Armbrust, Daniel C.) Date: Tue, 05 Oct 2004 13:38:00 -0000 Subject: cygwin/x symantec antivirus conflict Message-ID: <7A1D7964C7C943419AB6D2C323383853051B90F0@excsrv44.mayo.edu> I do see the problem with slow rendering of X-forwarded apps on one of my computers, and it does not have symmantec installed (it does have F-Prot antivirus installed, however) I have never figured out what is wrong with it... It used to work fine, and then I did an update at somepoint, and the slow behavior started. I just don't use it often enough on that computer to be inclined to troubleshoot it... Dan From Dr.Volker.Zell@oracle.com Tue Oct 5 13:53:00 2004 From: Dr.Volker.Zell@oracle.com (Dr. Volker Zell) Date: Tue, 05 Oct 2004 13:53:00 -0000 Subject: problem with Release: 6.8.1.0-1 In-Reply-To: <4162825F.3040008@imr.edu> (Marcel Sluiter's message of "Tue, 05 Oct 2004 20:15:43 +0900") References: <4162825F.3040008@imr.edu> Message-ID: <874ql9s225.fsf@vzell-de.de.oracle.com> >>>>> Marcel Sluiter writes: > interesting detail..... > when is type command "man startx" I see, before the manpage appears, > and after quitting the manpage the following it's not that interesting.. > Unrecognized line in config file (ignored) > JNROFF LANG=ja_JP.UTF-8 /usr/bin/groff -Tnippon -mandocj > Unrecognized line in config file (ignored) > KNROFF /usr/bin/groff -Tkorean -mandoc > Unrecognized line in config file (ignored) > JNEQN /usr/bin/eqn -Tnippon > Unrecognized line in config file (ignored) > KNEQN /usr/bin/eqn -Tkorean Please check the release announcement of the latest man version. > Marcel Ciao Volker From Siegmar.Gross@informatik.fh-fulda.de Tue Oct 5 14:06:00 2004 From: Siegmar.Gross@informatik.fh-fulda.de (Siegmar Gross) Date: Tue, 05 Oct 2004 14:06:00 -0000 Subject: problem with Release: 6.8.1.0-1 Message-ID: <200410051406.i95E61Un005978@tyr.informatik.fh-fulda.de> > > Unrecognized line in config file (ignored) > > JNROFF LANG=ja_JP.UTF-8 /usr/bin/groff -Tnippon -mandocj > > Unrecognized line in config file (ignored) > > KNROFF /usr/bin/groff -Tkorean -mandoc > > Unrecognized line in config file (ignored) > > JNEQN /usr/bin/eqn -Tnippon > > Unrecognized line in config file (ignored) > > KNEQN /usr/bin/eqn -Tkorean If you put a comment sign in front of these four lines in /usr/share/misc/man.conf "man" behaves as before. At least it worked for me because I don't have korean and japanese man pages. Siegmar From nmichalo@math.uchicago.edu Tue Oct 5 16:06:00 2004 From: nmichalo@math.uchicago.edu (Nick Longo) Date: Tue, 05 Oct 2004 16:06:00 -0000 Subject: Items under Cygwin-X menu do not start. Message-ID: Dear Cygwin Enthusiasts, Forgive me if I ask a newbie question, but I couldn't find an answer on the web, faq, or mailing list. So despite the dire warnings on the web page I just wanted to ask... I downloaded and installed cygwin yesterday on a dell 600m laptop, running Win XP SP1. While X starts ok when I run comments from the cygwin prompt when i try to use the menu items that were placed in windows start menu nothing seemed to happen. I copied the commands out of the short cut and ran them directly from the cygwin prompt, still no luck and no error messages... An example of the command that is not working for me is C:\cygwin\usr\X11R6\bin\run.exe xterm -display 127.0.0.1:0.0 or from the cygwin propmpt /usr/X11R6/bin/run.exe xterm -display 127.0.0.1:0.0 If I then start a Xwin by hand, then the command from the cygwin prompt works but still not from the windows start menu. I am a bit confused by the whole business. Yours, NPML From alexander.gottwald@s1999.tu-chemnitz.de Tue Oct 5 16:55:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 05 Oct 2004 16:55:00 -0000 Subject: Items under Cygwin-X menu do not start. In-Reply-To: References: Message-ID: On Tue, 5 Oct 2004, Nick Longo wrote: > Dear Cygwin Enthusiasts, > Forgive me if I ask a newbie question, but I couldn't find an > answer on the web, faq, or mailing list. So despite the dire > warnings on the web page I just wanted to ask... > > I downloaded and installed cygwin yesterday on a dell 600m laptop, > running Win XP SP1. While X starts ok when I run comments from > the cygwin prompt when i try to use the menu items that were > placed in windows start menu nothing seemed to happen. I copied > the commands out of the short cut and ran them directly from the > cygwin prompt, still no luck and no error messages... > > An example of the command that is not working for me is > C:\cygwin\usr\X11R6\bin\run.exe xterm -display 127.0.0.1:0.0 > > or from the cygwin propmpt > /usr/X11R6/bin/run.exe xterm -display 127.0.0.1:0.0 > > If I then start a Xwin by hand, then the command from the cygwin > prompt works but still not from the windows start menu. I am a > bit confused by the whole business. Does the xman link work? The xterm link is broken because xterm can not find some dlls because they are in a different directory. I'll take a look and check what can be done to solve this. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From yselkowitz@users.sourceforge.net Tue Oct 5 19:26:00 2004 From: yselkowitz@users.sourceforge.net (Yaakov Selkowitz) Date: Tue, 05 Oct 2004 19:26:00 -0000 Subject: Problems building PerlTK on cygwin In-Reply-To: References: Message-ID: <4162F565.1090803@users.sourceforge.net> Markus Jung wrote: > Hi List! > Please can anyone help me with the following error during the make of > PerlTK. I'm using cygwin/x-free on an windows XP box with WindowMaker. > I've downloaded the PerlTK-Sources from CPAN. Is there a problem with this > sources on cygwin. Does anyone know about a cygwin package for PerlTK? > > Any help would be appreciated. I have packages for perl-Tk-804.027 on X11 only, and perl-Tk-800.025(*) for both Win32 and X11 (separate packages) on my project site: http://sourceforge.net/projects/cygwin-ports/ From your output, it looks like you're trying to build the Win32 interface; I haven't been able to get this to work either for 804.027. Yaakov (*) These were built against perl-5.8.2 and probably won't work with the current perl-5.8.5; maybe I'll rebuild at least the Win32 package soon. From boekhold@emirates.net.ae Wed Oct 6 04:08:00 2004 From: boekhold@emirates.net.ae (Maarten Boekhold) Date: Wed, 06 Oct 2004 04:08:00 -0000 Subject: Solaris X app crashes with Cygwin/X In-Reply-To: References: <41582979.2010602@emirates.net.ae> Message-ID: <416262A8.6040102@emirates.net.ae> Alexander, if this is because of missing fonts, why does it work when I run it from a CDE session started with XWin :1 -query remotehost? Doesn't is still use the fonts that are local to the X-Server? eg. If I run the app as described above,I do not expect it to get its fonts from the Solaris box, I expect it to still use the fonts that are on my cygwin machine. Maarten Alexander Gottwald wrote: > On Mon, 27 Sep 2004, Maarten Boekhold wrote: > > >>Hi, >> >>I've got an application that runs on Solaris, and ever since the upgrade >>to X.Org 6.8.0 (now 6.8.1), it crashes if I try to start it. The weird >>thing is, that if I do 'XWin :1 -query remotehost' and start the app in >>that screen, it runs fine. I.e. under the CDE environment there's no >>problems. >> >>Does anybody have any hints on how to debug this? >> >>I'm running a locally compiled version of openbox as window manager (on >>:0.0). I'll see if recompiling that helps (tomorrow though). > > > Most likely this is because of missing fonts. Some Solris tools do not check > if the queried font was found, they simply assume it is there and run into > a null pointer. > > Check the FAQ about Solaris and fonts. The method of setting the font path > does apply to this condition too. > > bye > ago From boekhold@emirates.net.ae Wed Oct 6 04:08:00 2004 From: boekhold@emirates.net.ae (Maarten Boekhold) Date: Wed, 06 Oct 2004 04:08:00 -0000 Subject: Appl that uses Compositor extension crashes XWin Message-ID: <4162623A.5070206@emirates.net.ae> Hi, I'm running X.Org 6.8.1 with the compositor extension enabled (+extension Compositor). I compiled the CVS version of xfwm4 (the windows manager of XFCE, http://www.xfce.org) with compositor support. However, every time I start xfwm4, the X-Server crashes immediately. I can't find any log to research what's happening, and nothing is shown on the stdout of XWin. Can anybody suggest how to research *why* this crashes? I'd like to see it fixed :) Maarten From alexander.gottwald@s1999.tu-chemnitz.de Wed Oct 6 08:24:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 06 Oct 2004 08:24:00 -0000 Subject: Appl that uses Compositor extension crashes XWin In-Reply-To: <4162623A.5070206@emirates.net.ae> References: <4162623A.5070206@emirates.net.ae> Message-ID: On Tue, 5 Oct 2004, Maarten Boekhold wrote: > Hi, > > I'm running X.Org 6.8.1 with the compositor extension enabled > (+extension Compositor). I compiled the CVS version of xfwm4 (the > windows manager of XFCE, http://www.xfce.org) with compositor support. > However, every time I start xfwm4, the X-Server crashes immediately. See release announcement for xorg-x11-xwin-6.8.0. http://cygwin.com/ml/cygwin-xfree-announce/2004-09/msg00000.html - Composite is not working you can enable it with XWin +extension Composite but it will most likely crash. (You would not get accelerated transparency anyway) > I > can't find any log to research what's happening, and nothing is shown on > the stdout of XWin. in xc/programs/Xserver/miext/shadow/shadow.c (shadowDamageRegion) is an call to abort(). This will just exit and will not tell you why. > Can anybody suggest how to research *why* this crashes? I'd like to see > it fixed :) Why is quite difficult. I've not been able to track this down and had no time for an discussion with those from xorg who have built the composite extension for some help. Somehow the buffers are not as they should be. A good starting point could be the xdarwin code. They managed to get Composite running. Maybe it's just a missing initialization. I don't know. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Wed Oct 6 08:27:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 06 Oct 2004 08:27:00 -0000 Subject: Solaris X app crashes with Cygwin/X In-Reply-To: <416262A8.6040102@emirates.net.ae> References: <41582979.2010602@emirates.net.ae> <416262A8.6040102@emirates.net.ae> Message-ID: On Tue, 5 Oct 2004, Maarten Boekhold wrote: > Alexander, > > if this is because of missing fonts, why does it work when I run it from > a CDE session started with XWin :1 -query remotehost? Doesn't is still > use the fonts that are local to the X-Server? Solaris uses some magic in the xsession scripts where they add a fontpath to the solaris fontserver. sometimes this works and sometimes not. > eg. If I run the app as described above,I do not expect it to get its > fonts from the Solaris box, I expect it to still use the fonts that are > on my cygwin machine. check the fontpath with xset q|grep -A 1 "Font Path:" most likely you'll see something like tcp/solarishost:7100 in the line bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From daniel.thompson@st.com Wed Oct 6 10:40:00 2004 From: daniel.thompson@st.com (Daniel THOMPSON) Date: Wed, 06 Oct 2004 10:40:00 -0000 Subject: XWin.exe crashed during (external) multi window session Message-ID: <4163CB79.6010209@st.com> Hi folks Just though I would report a crash problem with XWin.exe. Version information and command line: > Welcome to the XWin X Server > Vendor: The Cygwin/X Project > Release: 6.8.1.0-1 > > Contact: cygwin-xfree@cygwin.com > > XWin was started with the following command line: > > XWin -auth //jaguar/thompsond/.Xauthority -trayicon -mwextwm > -nokeyhook -nounixkill -nowinkill I am using 0.0.5 of xwinwm. Just before the server crashed I observed overlapping windows flickering (each appeared to be constantly redrawing the overlapping portions). I found this following stack dump in my home directory. Does cygwin provide some way to convert the function addresses in the dump into symbol names? > Exception: STATUS_ACCESS_VIOLATION at eip=006C3483 > eax=00000000 ebx=00000000 ecx=00000000 edx=00000000 esi=100EB3C8 edi=101043F8 > ebp=0022E698 esp=0022E640 program=D:\Cygwin\usr\X11R6\bin\XWin.exe, pid 5728, thread main > cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023 > Stack trace: > Frame Function Args > 0022E698 006C3483 (101043F8, 103EC950, 00000000, 00000000) > 0022E6D8 006BC9C7 (101043F8, 103EC950, 00000000, 00000290) > 0022E7D8 00495063 (102DA6A0, 00000166, 000000B8, 00000290) > 0022E878 006BE976 (102DA6A0, 00000166, 000000B8, 00000291) > 0022E928 004051C9 (102DA6A0, 0000000F, 103EF2D8, 10217098) > 0022E958 00450DB3 (102DA6A0, 00000166, 000000B8, 00000291) > 0022EA38 00451C43 (002D0214, 00000047, 00000000, 0022EB64) > 0022EA64 77D43A50 (00451490, 002D0214, 00000047, 00000000) > 0022EACC 77D4A8E5 (00000000, 00451490, 002D0214, 00000047) > 0022EB20 77D444F5 (00AAEDE0, 00000047, 00000000, 0022EB64) > 0022EB48 77D48264 (0022EB58, 00000030, 00AAEDE0, 00000047) > 0022EBF8 77F75DA3 (10217098, 00000013, 00000000, 02017B10) > 0022F028 00407A02 (00000002, 00000000, 61782C88, 77E7AC21) > 0022F068 004014B1 (00000008, 61782C88, 100E00A8, 0022F0C0) > 0022F0A8 61005F34 (0022F0C0, 77F70400, 77FA3694, 0022F0F8) > 0022FF88 6100614B (00000000, 00000000, 00000000, 00000000) > End of stack trace (more stack frames may be present) -- Daniel Thompson (STMicroelectronics) 1000 Aztec West, Almondsbury, Bristol, BS32 4SQ. 01454 462659 If a car is a horseless carriage then is a motorcycle a horseless horse? From alexander.gottwald@s1999.tu-chemnitz.de Wed Oct 6 11:31:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 06 Oct 2004 11:31:00 -0000 Subject: Items under Cygwin-X menu do not start. In-Reply-To: References: Message-ID: On Tue, 5 Oct 2004, Alexander Gottwald wrote: > On Tue, 5 Oct 2004, Nick Longo wrote: > > > Dear Cygwin Enthusiasts, > > Forgive me if I ask a newbie question, but I couldn't find an > > answer on the web, faq, or mailing list. So despite the dire > > warnings on the web page I just wanted to ask... > > > > I downloaded and installed cygwin yesterday on a dell 600m laptop, > > running Win XP SP1. While X starts ok when I run comments from > > the cygwin prompt when i try to use the menu items that were > > placed in windows start menu nothing seemed to happen. I copied > > the commands out of the short cut and ran them directly from the > > cygwin prompt, still no luck and no error messages... > > > > An example of the command that is not working for me is > > C:\cygwin\usr\X11R6\bin\run.exe xterm -display 127.0.0.1:0.0 > > > > or from the cygwin propmpt > > /usr/X11R6/bin/run.exe xterm -display 127.0.0.1:0.0 > > > > If I then start a Xwin by hand, then the command from the cygwin > > prompt works but still not from the windows start menu. I am a > > bit confused by the whole business. > > Does the xman link work? > > The xterm link is broken because xterm can not find some dlls because > they are in a different directory. I'll take a look and check what > can be done to solve this. I've provided updated packages of X-startup-scrips and X-start-menu-icons. Please upgrade them both. This should solve the problem. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From Markus.Jung@de.tds-global.com Wed Oct 6 12:24:00 2004 From: Markus.Jung@de.tds-global.com (Markus Jung) Date: Wed, 06 Oct 2004 12:24:00 -0000 Subject: Antwort: RE: Problems building PerlTK on cygwin In-Reply-To: <416296E1.3010908@physics.ucla.edu> Message-ID: Hi List! Thank you Charles for your hints. I've tried to do it like you with the older version but the only result I've got is another Error Message: Tk.o(.text+0x187):Tk.c: undefined reference to `_XTranslateCoordinates' Tk.o(.text+0x29fd):Tk.c: undefined reference to `_XSynchronize' Tk.o(.text+0x5308):Tk.c: undefined reference to `_XTranslateCoordinates' Tk.o(.text+0x5f77):Tk.c: undefined reference to `_XSendEvent' Tk.o(.text+0x5f92):Tk.c: undefined reference to `_XSync' Tk.o(.text+0x634d):Tk.c: undefined reference to `_XSync' Tk.o(.text+0x9c65):Tk.c: undefined reference to `_XRaiseWindow' tkGlue.o(.text+0x1405):tkGlue.c: undefined reference to `_XSync' pTk/libpTk.a(tkFont.o)(.text+0x14f8):tkFont.c: undefined reference to `_XFillRectangle' pTk/libpTk.a(tkFont.o)(.text+0x1ece):tkFont.c: undefined reference to `_XFillRectangle' pTk/libpTk.a(tkUnixWm.o)(.text+0x2b8):tkUnixWm.c: undefined reference to `_XStringListToTextProperty' pTk/libpTk.a(tkUnixWm.o)(.text+0x397):tkUnixWm.c: undefined reference to `_XMapWindow' pTk/libpTk.a(tkUnixWm.o)(.text+0x3e7):tkUnixWm.c: undefined reference to `_XStringListToTextProperty' pTk/libpTk.a(tkUnixWm.o)(.text+0x407):tkUnixWm.c: undefined reference to `_XSetWMClientMachine' pTk/libpTk.a(tkUnixWm.o)(.text+0x412):tkUnixWm.c: undefined reference to `_XFree' pTk/libpTk.a(tkUnixWm.o)(.text+0x444):tkUnixWm.c: undefined reference to `_XSetCommand' pTk/libpTk.a(tkUnixWm.o)(.text+0x464):tkUnixWm.c: undefined reference to `_XSetTransientForHint' pTk/libpTk.a(tkUnixWm.o)(.text+0x484):tkUnixWm.c: undefined reference to `_XSetIconName' pTk/libpTk.a(tkUnixWm.o)(.text+0x4a4):tkUnixWm.c: undefined reference to `_XSetWMName' pTk/libpTk.a(tkUnixWm.o)(.text+0x4af):tkUnixWm.c: undefined reference to `_XFree' pTk/libpTk.a(tkUnixWm.o)(.text+0x4f2):tkUnixWm.c: undefined reference to `_XUnmapWindow' pTk/libpTk.a(tkUnixWm.o)(.text+0x768):tkUnixWm.c: undefined reference to `_XUnmapWindow' pTk/libpTk.a(tkUnixWm.o)(.text+0x779):tkUnixWm.c: undefined reference to `_XRootWindow' pTk/libpTk.a(tkUnixWm.o)(.text+0x79a):tkUnixWm.c: undefined reference to `_XReparentWindow' pTk/libpTk.a(tkUnixWm.o)(.text+0x8f1):tkUnixWm.c: undefined reference to `_XAllocClassHint' pTk/libpTk.a(tkUnixWm.o)(.text+0x91c):tkUnixWm.c: undefined reference to `_XSetClassHint' pTk/libpTk.a(tkUnixWm.o)(.text+0xbfc):tkUnixWm.c: undefined reference to `_XWithdrawWindow' pTk/libpTk.a(tkUnixWm.o)(.text+0xe1c):tkUnixWm.c: undefined reference to `_XStringListToTextProperty' pTk/libpTk.a(tkUnixWm.o)(.text+0xe48):tkUnixWm.c: undefined reference to `_XSetWMName' pTk/libpTk.a(tkUnixWm.o)(.text+0xe56):tkUnixWm.c: undefined reference to `_XFree' pTk/libpTk.a(tkUnixWm.o)(.text+0xfbb):tkUnixWm.c: undefined reference to `_XSetTransientForHint' pTk/libpTk.a(tkUnixWm.o)(.text+0x25a4):tkUnixWm.c: undefined reference to `_XIconifyWindow' pTk/libpTk.a(tkUnixWm.o)(.text+0x28f6):tkUnixWm.c: undefined reference to `_XSetIconName' pTk/libpTk.a(tkUnixWm.o)(.text+0x2ce5):tkUnixWm.c: undefined reference to `_XWithdrawWindow' . . . Thats not the whole list of Errors. Is is very long! Whats now the missing thing or what did I wrong? Thank you, Markus Charles Plager Gesendet von: cygwin-xfree-owner@cygwin.com 05.10.2004 14:43 Bitte antworten an cygwin-xfree@cygwin.com An cygwin-xfree@cygwin.com Kopie Thema RE: Problems building PerlTK on cygwin Markus Jung wrote: > Hi List! > Please can anyone help me with the following error during the make of > PerlTK. I'm using cygwin/x-free on an windows XP box with WindowMaker. > I've downloaded the PerlTK-Sources from CPAN. Is there a problem with this > sources on cygwin. Does anyone know about a cygwin package for PerlTK? > I've built and use Tk 800.024 (I haven't tried 804.027, the latest) that uses X-windows. I've never tried the windows-specific version. Here's what I did: * From http://search.cpan.org/~ni-s/Tk-800.024/ download and unzip Tk-800.024 * cygwin> perl Makefile.PL x ^ tells it to use X-windows You could try 'perl Makefile.PL' if you want to try without (all this is mentioned in the README.cygwin) * cygwin> make * cygwin> make install * cygwin> Since I had an older version of perl, I also need to: cygwin> cd /usr/X11R6/lib cygwin> ln -s libX11.dll.a libX11.a BEFORE I built TK. Gerrit P. Haase says that this issue has been fixed with perl-5.8.5 for Cygwin (I haven't checked). Good luck, Charles From Phil.Betts@heis.co.uk Wed Oct 6 13:45:00 2004 From: Phil.Betts@heis.co.uk (Phil Betts) Date: Wed, 06 Oct 2004 13:45:00 -0000 Subject: spelling correction Message-ID: Alexander Gottwald wrote: >On Thu, 30 Sep 2004, Thomas Munro wrote: > >> Hi, >> >> On this page: >> >> http://x.cygwin.com/docs/faq/cygwin-x-faq.html >> >> there is a heading: >> >> "11.4. Whom holds the copyright on the Cygwin/X source code?" >> >> It should of course be "Who". >> >> Sorry to send such trivial feedback to this list but your index >> page give this address for such problems! > >http://www.cygwin.com/ml/cygwin-xfree/2002-01/msg00166.html The links referred to in Harold's message only serve to prove him wrong. Yes, even the great can occasionally have an off day ;-) I only mention this because the vehemence of Harold's rebuttal is likely to persuade others that he is correct, and it wouldn't do to perpetuate the confusion. Simply follow the advice in the Guardian's entry: If in doubt, ask yourself how the clause beginning who/whom would read in the form of a sentence giving he, him, she, her, they or them instead: if the who/whom person turns into he/she/they, then "who" is right; if it becomes him/her/them, then it should be "whom". In other words, "him holds the copyright" is nonsense, so "whom holds the copyright" is nonsense. "he holds the copyright" is fine, so the correct form is "who holds the copyright". Linguists generally call this sort of incorrect usage "hypercorrect". This may be the source of Harold's confusion. The term simply means "wrong, but from the best intentions", and does not mean "very correct". Compare this with "over-correct": if the back end of your car steps out and you over-correct the mistake, you *will* hit a tree, just not the one you were originally avoiding! Picks up soapbox and walks off into the sunset... Phil -- ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com ********************************************************************** From alexander.gottwald@s1999.tu-chemnitz.de Wed Oct 6 14:11:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 06 Oct 2004 14:11:00 -0000 Subject: spelling correction In-Reply-To: References: Message-ID: On Wed, 6 Oct 2004, Phil Betts wrote: > If in doubt, ask yourself how the clause beginning who/whom would > read in the form of a sentence giving he, him, she, her, they or > them instead: if the who/whom person turns into he/she/they, then > "who" is right; if it becomes him/her/them, then it should be > "whom". > > In other words, "him holds the copyright" is nonsense, so "whom holds > the copyright" is nonsense. "he holds the copyright" is fine, so the > correct form is "who holds the copyright". What about this deal: I'll correct that if you find some more spelling errors in the documents (which should be quite easy). bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From zach@prozach.com Wed Oct 6 15:03:00 2004 From: zach@prozach.com (Zach Gelnett) Date: Wed, 06 Oct 2004 15:03:00 -0000 Subject: xlib compile issues Message-ID: <000001c4abb5$8e5ff4a0$3a06b4c7@gwy1a477> I'm attempting to compile a dockapp (docker found at http://icculus.org/openbox/2/docker/). It gets to the linking stage runs this command and dies: gcc -pedantic -Wall -W -O -L/usr/X11R6/lib -lX11 \ `pkg-config --libs glib-2.0` docker.o kde.o icons.o xproperty.o net.o -o docker docker.o(.text+0x1d):docker.c: undefined reference to `_g_printerr' docker.o(.text+0x133):docker.c: undefined reference to `_g_printerr' docker.o(.text+0x1c9):docker.c: undefined reference to `_g_print' docker.o(.text+0x1d5):docker.c: undefined reference to `_g_print' docker.o(.text+0x1ec):docker.c: undefined reference to `_g_print' docker.o(.text+0x1f8):docker.c: undefined reference to `_g_print' docker.o(.text+0x204):docker.c: undefined reference to `_g_print' docker.o(.text+0x210):docker.c: more undefined references to `_g_print' follow docker.o(.text+0x2b4):docker.c: undefined reference to `_XCreateSimpleWindow' docker.o(.text+0x353):docker.c: undefined reference to `_XSetWMProperties' docker.o(.text+0x369):docker.c: undefined reference to `_XMapWindow' docker.o(.text+0x42a):docker.c: undefined reference to `_XCreateSimpleWindow' It seems to be wanting the info from the Xlib libraries, yet they seem to exist even in the place it's looking: ls /usr/X11R6/lib/ LessTif libWindowsWM.a libXfont.a libXtst-6.dll.a X11 libX11-6.dll.a libXft.a libXtst.dll.a libDtPrint.a libX11.dll.a libXft.dll.a libdps-1.dll.a libDtPrint.dll.a libXRes-1.dll.a libXft.la libdps.dll.a libDtPrint.la libXRes.dll.a libXi-6.dll.a libdpstk-1.dll.a libExtraWINGs.a libXTrap-6.dll.a libXi.dll.a libdpstk.dll.a libFS-6.dll.a libXTrap.dll.a libXm.a libfntstubs.a libFS.dll.a libXau.a libXm.dll.a libfontenc-1.dll.a libGL-1.dll.a libXaw-6.dll.a libXm.la libfontenc.dll.a libGL.dll.a libXaw-7.dll.a libXmHTML.a libglut.a libGLU-1.dll.a libXaw-8.dll.a libXmHTML.dll.a libglut.dll.a libGLU.dll.a libXaw.dll.a libXmu-6.dll.a libglut.la libICE-6.dll.a libXaw3d-7.dll.a libXmu.dll.a liboldX-6.dll.a libICE.dll.a libXaw3d.dll.a libXmuu-1.dll.a liboldX.dll.a libMrm.a libXcomposite-1.dll.a libXmuu.dll.a libpsres-1.dll.a libMrm.dll.a libXcomposite.dll.a libXp-6.dll.a libpsres.dll.a libMrm.la libXcursor-1.dll.a libXp.dll.a libwraster.a libOSMesa-4.dll.a libXcursor.dll.a libXpm-4.dll.a libwraster.la libOSMesa.dll.a libXdamage-1.dll.a libXpm.dll.a libxkbfile-1.dll.a libSM-6.dll.a libXdamage.dll.a libXprintAppUtil.a libxkbfile.dll.a libSM.dll.a libXdmcp.a libXprintUtil.a libxkbui-1.dll.a libUil.a libXevie-1.dll.a libXrandr-2.dll.a libxkbui.dll.a libUil.dll.a libXevie.dll.a libXrandr.dll.a locale libUil.la libXext-6.dll.a libXrender-1.dll.a pkgconfig libWINGs.a libXext.dll.a libXrender.dll.a libWMaker.a libXfixes-3.dll.a libXt-6.dll.a libWUtil.a libXfixes.dll.a libXt.dll.a I've tried to compile this and obpager for windowmaker and both give similar errors/issues. Have I missed something? From boekhold@emirates.net.ae Wed Oct 6 15:22:00 2004 From: boekhold@emirates.net.ae (Maarten Boekhold) Date: Wed, 06 Oct 2004 15:22:00 -0000 Subject: Solaris X app crashes with Cygwin/X In-Reply-To: References: <41582979.2010602@emirates.net.ae> <416262A8.6040102@emirates.net.ae> Message-ID: <4163BF68.1010700@emirates.net.ae> Alexander Gottwald wrote: > check the fontpath with xset q|grep -A 1 "Font Path:" > > most likely you'll see something like tcp/solarishost:7100 in the line Right, that's it. I managed to start this app with "-fn '-*-*-*-*-*-*-12-*-*-*-*-*-*-*", and it opens the main window. But when I open one of the sub windows, it bombs out with an error about not being able to load another font (see below). Based on the below error message, would it be possible to figure out which font this is, and add it to the X.Org distribution? I should note that this application *did* work with X.Org 6.7.0, and so it is likely that in the past this font was present in the cygwin packages. Maarten CANNOT LOAD FONT : Family = "FONT_FAMILY_DEFAULT_FIXEDWIDTH", Style = "FONT_STYLE_DEFAULT" Scale = "0" Trying with Style = "FONT_STYLE_DEFAULT"CANNOT LOAD FONT : Family = "FONT_FAMILY_DEFAULT_FIXEDWIDTH", Style = "FONT_STYLE_DEFAULT" Scale = "0" Trying with Family = "FONT_FAMILY_DEFAULT_FIXEDWIDTH"FrameList library error : Function : FL_create Error : Font Problems FrameList library error : Function : FL_set Error : Try to Set/Get Attributes on NULL FrameList FrameList library error : Function : FL_set Error : Try to Set/Get Attributes on NULL FrameList From boekhold@emirates.net.ae Wed Oct 6 15:25:00 2004 From: boekhold@emirates.net.ae (Maarten Boekhold) Date: Wed, 06 Oct 2004 15:25:00 -0000 Subject: xlib compile issues In-Reply-To: <000001c4abb5$8e5ff4a0$3a06b4c7@gwy1a477> References: <000001c4abb5$8e5ff4a0$3a06b4c7@gwy1a477> Message-ID: <41640E5E.3050103@emirates.net.ae> Zach Gelnett wrote: > gcc -pedantic -Wall -W -O -L/usr/X11R6/lib -lX11 \ > `pkg-config --libs glib-2.0` docker.o kde.o icons.o xproperty.o net.o -o > docker gcc -pedantic -Wall -W -O -L/usr/X11R6/lib \ docker.o kde.o icons.o xproperty.o net.o -o \ docker `pkg-config --libs glib-2.0` -lX11 From Robert.Watson@noaa.gov Wed Oct 6 15:34:00 2004 From: Robert.Watson@noaa.gov (Andy) Date: Wed, 06 Oct 2004 15:34:00 -0000 Subject: StartX and McAfee Firewall! Message-ID: We run McAfee personal firewall on our laptops for security outside of the office. When startx is launched, the firesrvc pegs at near 90 and will stay there as long as it is used. The only way to bring it down is by disabling the service, which we prefer not to do. Any one have any ideas on how to solve this or what might be causing it. Thanks, Andy From alexander.gottwald@s1999.tu-chemnitz.de Wed Oct 6 15:39:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 06 Oct 2004 15:39:00 -0000 Subject: Solaris X app crashes with Cygwin/X In-Reply-To: <4163BF68.1010700@emirates.net.ae> References: <41582979.2010602@emirates.net.ae> <416262A8.6040102@emirates.net.ae> <4163BF68.1010700@emirates.net.ae> Message-ID: On Wed, 6 Oct 2004, Maarten Boekhold wrote: > > > Alexander Gottwald wrote: > > > check the fontpath with xset q|grep -A 1 "Font Path:" > > > > most likely you'll see something like tcp/solarishost:7100 in the line > > Right, that's it. > > I managed to start this app with "-fn '-*-*-*-*-*-*-12-*-*-*-*-*-*-*", > and it opens the main window. But when I open one of the sub windows, it > bombs out with an error about not being able to load another font (see > below). The error message is not of much use. But you can always add the fontpath yourself: xset fp+ tcp/solatrishost:7100 xset fp rehash bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Wed Oct 6 15:43:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 06 Oct 2004 15:43:00 -0000 Subject: StartX and McAfee Firewall! In-Reply-To: References: Message-ID: On Wed, 6 Oct 2004, Andy wrote: > We run McAfee personal firewall on our laptops for security outside of > the office. When startx is launched, the firesrvc pegs at near 90 and > will stay there as long as it is used. The only way to bring it down is > by disabling the service, which we prefer not to do. Any one have any > ideas on how to solve this or what might be causing it. Personal firewall scan all network traffic. XWin causes network traffic. This provides a lot of work for any personal firewall. possible solutions: - find a way to disable scanning for local or X11 connections - secure the computers by removing vulnerable programs and apply security patches for windows. This will render the PF useless bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From cgf-no-personal-reply-please@cygwin.com Wed Oct 6 16:10:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Wed, 06 Oct 2004 16:10:00 -0000 Subject: spelling correction In-Reply-To: References: Message-ID: <20041006161005.GI29973@trixie.casa.cgf.cx> On Wed, Oct 06, 2004 at 02:45:00PM +0100, Phil Betts wrote: >Alexander Gottwald wrote: >>On Thu, 30 Sep 2004, Thomas Munro wrote: >> >>> Hi, >>> >>> On this page: >>> >>> http://x.cygwin.com/docs/faq/cygwin-x-faq.html >>> >>> there is a heading: >>> >>> "11.4. Whom holds the copyright on the Cygwin/X source code?" >>> >>> It should of course be "Who". >>> >>> Sorry to send such trivial feedback to this list but your index >>> page give this address for such problems! >> >>http://www.cygwin.com/ml/cygwin-xfree/2002-01/msg00166.html > >The links referred to in Harold's message only serve to prove him >wrong. Yes, even the great can occasionally have an off day ;-) > >I only mention this because the vehemence of Harold's rebuttal is >likely to persuade others that he is correct, and it wouldn't do to >perpetuate the confusion. There is a problem with being a language lawyer on the internet. vehemence 1. The quality pr state of being vehement; impetuous force; impetuosity; violence; fury; as, the vehemence. 2. Violent ardor; great heat; animated fervor; as, the vehemence of love, anger, or other passions. rebuttal n 1: the speech act of refuting by offering a contrary contention or argument 2: (law) a pleading by the defendant in reply to a plaintiff's surrejoinder [syn: rebutter] I saw no vehemence in his response and it wasn't a rebuttal. Harold was willing to make the changes -- he just had some additional rules for so doing. This was, most likely, a representation of exasperation at people expecting him to spend time with fixes for grammatical problems while contributing nothing else of value. I won't say that I agree or disagree with his position but he surely had the right to choose to spend his time as he wanted and to set rules for updating documentation. >Picks up soapbox and walks off into the sunset... cgf From boekhold@emirates.net.ae Wed Oct 6 16:11:00 2004 From: boekhold@emirates.net.ae (Maarten Boekhold) Date: Wed, 06 Oct 2004 16:11:00 -0000 Subject: Solaris X app crashes with Cygwin/X In-Reply-To: References: <41582979.2010602@emirates.net.ae> <416262A8.6040102@emirates.net.ae> <4163BF68.1010700@emirates.net.ae> Message-ID: <41641934.60702@emirates.net.ae> Alexander Gottwald wrote: > The error message is not of much use. I figured.. I just wish it printed the real font name. Is there a way I can capture the xevent that tries to load the font? > But you can always add the fontpath yourself: Yeah, but I'm running on a laptop, and I'm not always on the same network. Not sure if that would cause any problems if 'solarishost' is not available... Maarten From rrepasky@lack.ucs.indiana.edu Wed Oct 6 16:40:00 2004 From: rrepasky@lack.ucs.indiana.edu (Dick Repasky) Date: Wed, 06 Oct 2004 16:40:00 -0000 Subject: cygwin/x symantec antivirus conflict In-Reply-To: References: Message-ID: On Mon, 4 Oct 2004, Jack Tanner wrote: > Dick, what versions of Symantec Antivirus and scan enginge are you running? > Do you get the delay if you're typing into a local shell? Do you get the > delay if you're typing into a remote ssh-connected shell, but running under a > local rxvt binary instead of xterm? Jack, I'm running Symantec 9.0.0.1400 with scan engine 1.2.0.13. Yes, I get the delay in a local shell, and it seems to be worse after quitting an ssh connections that did X forwarding. Yes, I get it while using a remote shell via ssh. I haven't tried it with rxvt rather than xterm. I don't have rxvt installed. I agree that the problem has nothing to do with SP 2. I rebuilt a machine with XP, and everything worked fine. I put on SP 2 and Symantec at the same time and performance went to pot. I blamed SP 2 and uninstalled it. No change. I then rebuilt the machine from scratch without SP 2. No problem before Symantec. I put on Symantec, and the problem appeared. I removed it and the problem disappeared. The perplexing thing is that nothing seems to be taxed. Processor load, paging, and network all seem normal. Nothing strange appears in the process table if I watch it while running xterm, logging in to the remote machine and while forwarding X windows. Dick > > ----------------- Dick Repasky Bioinformatics Support UITS Cubicle 101.08 Indiana University USA rrepasky@indiana.edu From alexander.gottwald@s1999.tu-chemnitz.de Wed Oct 6 16:42:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 06 Oct 2004 16:42:00 -0000 Subject: Solaris X app crashes with Cygwin/X In-Reply-To: <41641934.60702@emirates.net.ae> References: <41582979.2010602@emirates.net.ae> <416262A8.6040102@emirates.net.ae> <4163BF68.1010700@emirates.net.ae> <41641934.60702@emirates.net.ae> Message-ID: On Wed, 6 Oct 2004, Maarten Boekhold wrote: > > > Alexander Gottwald wrote: > > The error message is not of much use. > > I figured.. I just wish it printed the real font name. Is there a way I > can capture the xevent that tries to load the font I know there is an protocol tracer for X11 but can't find it on the web right now. But you could try "strings ". This will print everything which can be considered as human readable text in the program and you can search ther for a common font pattern: -sun- might be a good start. or anything that matches the regexp -.*-.*-.* $ strings | grep -- -sun- $ strings | grep -E -- "-.*-.*-.*" After you've isolated that name check to which file it belongs: find the fonts.dir (or fonts.scale) where the string $ find / -name "fonts.dir" -o -name "fonts.scale" | xargs grep -- "" Copy the file to cygwin (eg to /usr/X11R6/lib/X11/fonts/solaris) add /usr/X11R6/lib/X11/fonts/solaris to /etc/X11/font-dirs $ echo "/usr/X11R6/lib/X11/fonts/solaris" >>/etc/X11/font-dirs update the local fonts.dir list $ font-update add the new directory to the fontpath $ xset fp+ /usr/X11R6/lib/X11/fonts/solaris And check if the program works. otherwise you'll have to try with a different pattern > > But you can always add the fontpath yourself: > > Yeah, but I'm running on a laptop, and I'm not always on the same > network. Not sure if that would cause any problems if 'solarishost' is > not available... Yes. most likely. Btw: You can remove the entry as easily as you can add it xset fp- tcp/solarishost:7100 bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From Robert.Watson@noaa.gov Wed Oct 6 17:42:00 2004 From: Robert.Watson@noaa.gov (Andy) Date: Wed, 06 Oct 2004 17:42:00 -0000 Subject: StartX and McAfee Firewall! In-Reply-To: References: Message-ID: I am trying to find a way to disable scanning of the X11 connections The systems are secure locally, patched, and spy ware scanned weekly. This is a gov't security mandate that all laptops removed from the building have the PF running. -Andy Alexander Gottwald wrote: > On Wed, 6 Oct 2004, Andy wrote: > > >>We run McAfee personal firewall on our laptops for security outside of >>the office. When startx is launched, the firesrvc pegs at near 90 and >>will stay there as long as it is used. The only way to bring it down is >>by disabling the service, which we prefer not to do. Any one have any >>ideas on how to solve this or what might be causing it. > > > Personal firewall scan all network traffic. XWin causes network traffic. > This provides a lot of work for any personal firewall. > > possible solutions: > > - find a way to disable scanning for local or X11 connections > - secure the computers by removing vulnerable programs and apply > security patches for windows. This will render the PF useless > > bye > ago From ihok@hotmail.com Wed Oct 6 19:59:00 2004 From: ihok@hotmail.com (Jack Tanner) Date: Wed, 06 Oct 2004 19:59:00 -0000 Subject: Solaris X app crashes with Cygwin/X In-Reply-To: References: <41582979.2010602@emirates.net.ae> <416262A8.6040102@emirates.net.ae> <4163BF68.1010700@emirates.net.ae> <41641934.60702@emirates.net.ae> Message-ID: Alexander Gottwald wrote: >>I figured.. I just wish it printed the real font name. Is there a way I >>can capture the xevent that tries to load the font > > I know there is an protocol tracer for X11 but can't find it on the web > right now. Ethereal can read X11 packets, IIRC. From ihok@hotmail.com Wed Oct 6 23:11:00 2004 From: ihok@hotmail.com (Jack Tanner) Date: Wed, 06 Oct 2004 23:11:00 -0000 Subject: cygwin/x symantec antivirus conflict In-Reply-To: References: Message-ID: Dick Repasky wrote: > I'm running Symantec 9.0.0.1400 with scan engine 1.2.0.13. Same as me. The two people that said they weren't having problems were running version 8.1.1.323 (Daniel) or 10.0.1.13 (Giampaolo). I think it's time to try an upgrade or a downgrade. > I haven't tried it with rxvt rather than xterm. I don't have rxvt > installed. rxvt is easily available through Cygwin Setup. > The perplexing thing is that nothing seems to be taxed. Processor load, > paging, and network all seem normal. Nothing strange appears in the > process table if I watch it while running xterm, logging in to the remote > machine and while forwarding X windows. Same here. Do you by any chance have Exceed or any other X server? I've posted a question about this on the Symantec tech support site: http://tinyurl.com/4pf3d From philip@gladstonefamily.net Thu Oct 7 02:43:00 2004 From: philip@gladstonefamily.net (Philip Gladstone) Date: Thu, 07 Oct 2004 02:43:00 -0000 Subject: cygwin/x symantec antivirus conflict In-Reply-To: References: Message-ID: <4164ABA6.20205@gladstonefamily.net> Alexander Gottwald wrote: >Jack Tanner wrote: > > > >>A while back I mentioned I was experiencing slowdowns under X. >>http://sources.redhat.com/ml/cygwin-xfree/2004-09/msg00010.html >> >>I think the slowdowns may have to do with Symantec Antivirus. >> >> The slowness that I see with Symantec Antivirus is due to the 'select' emulation in cygwin. Whenever XWin.exe does a select (which is nearly all the time), the select emulation creates a new thread, creates a new TCP socket and then connects to it. I suspect that the Symantec firewall is getting in the picture here and making this a very slow operation. I looked at the select emulation code and decided that it was too complex to make a general purpose improvement. However, it might well be possible to recognize the case of waiting on one or more network connections and the keyboard/mouse, and handle that case efficiently. My feeling is that this would make a huge improvement in performance..... Philip -- Philip Gladstone * Check out the live pondcam at http://pond.gladstonefamily.net From cgf-no-personal-reply-please@cygwin.com Thu Oct 7 03:42:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Thu, 07 Oct 2004 03:42:00 -0000 Subject: cygwin/x symantec antivirus conflict In-Reply-To: <4164ABA6.20205@gladstonefamily.net> References: <4164ABA6.20205@gladstonefamily.net> Message-ID: <20041007034237.GE6359@trixie.casa.cgf.cx> On Wed, Oct 06, 2004 at 10:36:22PM -0400, Philip Gladstone wrote: >Alexander Gottwald wrote: >>Jack Tanner wrote: >>>A while back I mentioned I was experiencing slowdowns under X. >>>http://sources.redhat.com/ml/cygwin-xfree/2004-09/msg00010.html >>> >>>I think the slowdowns may have to do with Symantec Antivirus. >>> >The slowness that I see with Symantec Antivirus is due to the 'select' >emulation in cygwin. Whenever XWin.exe does a select (which is nearly >all the time), the select emulation creates a new thread, creates a new >TCP socket and then connects to it. I suspect that the Symantec firewall >is getting in the picture here and making this a very slow operation. Cygwin should not be actually creating threads in this scenario. It should be reusing thread from a thread pool. If there are a lot of sockets being waited on (which doesn't seem to be the case here) then the pool could be exhausted and new threads could be created. If that was the issue then we could bump up the size of the thread pool. -- Christopher Faylor spammer? -> aaaspam@sourceware.org Cygwin Co-Project Leader aaaspam@duffek.com TimeSys, Inc. From p.lord@cs.man.ac.uk Thu Oct 7 10:51:00 2004 From: p.lord@cs.man.ac.uk (Phillip Lord) Date: Thu, 07 Oct 2004 10:51:00 -0000 Subject: three button emulation (not a faq, honestly) Message-ID: I've been having a nightmare getting cut and paste working properly with cygwin-x. I went through the faqs, I various things, and eventually isolated the problem to three button emulation on the mouse. So I read up on this. I'm using multiwindow, so I can't use emulate3button. I tried using tweak UI as suggested in the faq, but for the life of me I can't find anything relating to three button emulation in tweakUI. Finally, I tried using an external USB mouse (this is on a laptop). And it all just works. So I think that the problem is with the mouse pad driver. It enables me to fiddle with the button settings. I think it's intercepting the double mouse click, so cygwin is not getting it. So two questions 1) Has anyone else had the same problem? Has any one else managed to solve the problem? 2) If I can't solve the problem, is there any way of accessing paste functionality in a bash shell with the keyboard (short of running it in emacs!)? Can I bind one of the function keys to paste for instance? Cheers Phil From alexander.gottwald@s1999.tu-chemnitz.de Thu Oct 7 11:06:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 07 Oct 2004 11:06:00 -0000 Subject: three button emulation (not a faq, honestly) In-Reply-To: References: Message-ID: On Thu, 7 Oct 2004, Phillip Lord wrote: > > I've been having a nightmare getting cut and paste working properly > with cygwin-x. I went through the faqs, I various things, and > eventually isolated the problem to three button emulation on the > mouse. > > So I read up on this. I'm using multiwindow, so I can't use > emulate3button. Why should -emulate3button not work with multiwindow? I've not used it for some time but don't know of any reasons which prevented it. > I tried using tweak UI as suggested in the faq, but > for the life of me I can't find anything relating to three button > emulation in tweakUI. TweakUI was recommend for the FocusFollowsMouse (X-Mouse) feature. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From zach@prozach.com Thu Oct 7 13:37:00 2004 From: zach@prozach.com (Zach Gelnett) Date: Thu, 07 Oct 2004 13:37:00 -0000 Subject: xlib compile issues Message-ID: <000401c4ac72$b682a140$3a06b4c7@gwy1a477> That seems to fix the issue, but it happens over and over again, is there some setting I can change as it seems that all make files that I'm downloading for these dockapps have the order of the above example instead of the below example. gcc -pedantic -Wall -W -O -L/usr/X11R6/lib -lX11 \ `pkg-config --libs glib-2.0` docker.o kde.o icons.o xproperty.o net.o -o docker gcc -pedantic -Wall -W -O -L/usr/X11R6/lib \ docker.o kde.o icons.o xproperty.o net.o -o \ docker `pkg-config --libs glib-2.0` -lX11 From pechtcha@cs.nyu.edu Thu Oct 7 14:06:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Thu, 07 Oct 2004 14:06:00 -0000 Subject: xlib compile issues In-Reply-To: <000401c4ac72$b682a140$3a06b4c7@gwy1a477> References: <000401c4ac72$b682a140$3a06b4c7@gwy1a477> Message-ID: On Thu, 7 Oct 2004, Zach Gelnett wrote: > That seems to fix the issue, but it happens over and over again, is there > some setting I can change as it seems that all make files that I'm > downloading for these dockapps have the order of the above example instead > of the below example. > > gcc -pedantic -Wall -W -O -L/usr/X11R6/lib -lX11 \ > `pkg-config --libs glib-2.0` docker.o kde.o icons.o xproperty.o net.o -o docker > > gcc -pedantic -Wall -W -O -L/usr/X11R6/lib \ > docker.o kde.o icons.o xproperty.o net.o -o \ > docker `pkg-config --libs glib-2.0` -lX11 configure issue, most likely. It looks like "-L/usr/X11R6/lib -lX11" (and `pkg-config --libs glib-2.0`) are added to LDFLAGS instead of LDLIBS. FYI, adding them to LDLIBS in the same order they were added to LDFLAGS will result in gcc -pedantic -Wall -W -O docker.o kde.o icons.o xproperty.o net.o \ -L/usr/X11R6/lib -lX11 `pkg-config --libs glib-2.0` -o docker The placement of the "-o docker" doesn't matter, though, and neither does that of "-L/usr/X11R6/lib" (as long as it's before "-lX11"). Incidentally, `pkg-config --libs glib-2.0` is a) buggy (won't work if there are spaces in directories -- the whole `...` expression needs to be quoted for that), and b) inefficient (better to save the output in a variable once). Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Happiness lies in being privileged to work hard for long hours in doing whatever you think is worth doing." -- Dr. Jubal Harshaw From bertrand.marquis@sysgo.com Thu Oct 7 14:37:00 2004 From: bertrand.marquis@sysgo.com (bertrand marquis) Date: Thu, 07 Oct 2004 14:37:00 -0000 Subject: /tmp/.X11-unix in multi-user environnement Message-ID: <1097159869.4378.26.camel@bma.sysgo.com> Hi, I'm using cygwin on a windows workstation with several user. The Xwin server user a directory placed in /tmp named .x11-unix. The problem is that when one user create it, all other user can't start XWin as they are not able to overwrite to this file. Is there any way to specifie an other place for this or to put it into home directory as it should be i think ? Bertrand From dave@rudedog.org Thu Oct 7 14:41:00 2004 From: dave@rudedog.org (Dave Carrigan) Date: Thu, 07 Oct 2004 14:41:00 -0000 Subject: /tmp/.X11-unix in multi-user environnement In-Reply-To: <1097159869.4378.26.camel@bma.sysgo.com> References: <1097159869.4378.26.camel@bma.sysgo.com> Message-ID: <20041007144142.GA23487@rudedog.org> On Thu, Oct 07, 2004 at 04:37:49PM +0200, bertrand marquis wrote: > I'm using cygwin on a windows workstation with several user. The Xwin > server user a directory placed in /tmp named .x11-unix. > > The problem is that when one user create it, all other user can't start > XWin as they are not able to overwrite to this file. > > Is there any way to specifie an other place for this or to put it into > home directory as it should be i think ? What we did was create a tmp directory for each user and make /tmp a user mount to that personal tmp directory: mkdir /cygdrive/c/tmp/username mount -f -u -t "c:/tmp/username" /tmp -- Dave Carrigan Seattle, WA, USA dave@rudedog.org | http://www.rudedog.org/ | ICQ:161669680 UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-C++-DNS-PalmOS-PostgreSQL-MySQL -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From bertrand.marquis@sysgo.com Thu Oct 7 15:26:00 2004 From: bertrand.marquis@sysgo.com (bertrand marquis) Date: Thu, 07 Oct 2004 15:26:00 -0000 Subject: /tmp/.X11-unix in multi-user environnement In-Reply-To: <20041007144142.GA23487@rudedog.org> References: <1097159869.4378.26.camel@bma.sysgo.com> <20041007144142.GA23487@rudedog.org> Message-ID: <1097162828.4378.29.camel@bma.sysgo.com> Le jeu 07/10/2004 ? 16:41, Dave Carrigan a ?crit : > On Thu, Oct 07, 2004 at 04:37:49PM +0200, bertrand marquis wrote: > > > I'm using cygwin on a windows workstation with several user. The Xwin > > server user a directory placed in /tmp named .x11-unix. > > > > The problem is that when one user create it, all other user can't start > > XWin as they are not able to overwrite to this file. > > > > Is there any way to specifie an other place for this or to put it into > > home directory as it should be i think ? > > What we did was create a tmp directory for each user and make /tmp a user > mount to that personal tmp directory: > > mkdir /cygdrive/c/tmp/username > mount -f -u -t "c:/tmp/username" /tmp Thank you very much for the tip !!! That's working perfectly now. Bertrand From vtodor@southchicago.net Thu Oct 7 15:45:00 2004 From: vtodor@southchicago.net (vtodor@southchicago.net) Date: Thu, 07 Oct 2004 15:45:00 -0000 Subject: xcdroast and cygwin/X Message-ID: <200410071222.i97CMkug026708@dsl081-228-104.chi1.dsl.speakeasy.net> Please cc: me on replies to this posting as I'm not subsribed to this list. I managed to get xcdroast up and running under cygwin/X (running on XP Pro and win2000). The patch modifies xcdroast in such a way that it "thinks" its running as root regardless of the user privileges. It can be argued that this is not the right way to do it, but it works for me. And since xcdroast requires cdrtools to do the work, which on the other hand require admin rights to burn CDs on XP/win2000, I don't thinks it's too bad. To compile xcdroast: 1. Get the source (as of today, its xcdroast-0.98alpha15) 2. Install required packages (listed in xcdroast's README file). Make sure you have GTK2 installed. 3. Configure with --enable-gtk2 --enable-nonrootmode (not sure if 2nd option is really needed). 4. Patch the sources with "patch -p0 < xcdroast.patch" 5. Build with "make" and install with "make install" Vladica ---------------------------------------- Vladica Todorovic vtodor@southchicago.net Get Unlimited Internet Access http://www.southchicago.net -------------- next part -------------- A non-text attachment was scrubbed... Name: xcdroast_4302.patch Type: application/octet-stream Size: 2558 bytes Desc: not available URL: From AGolombek@techdata.de Thu Oct 7 16:09:00 2004 From: AGolombek@techdata.de (Golombek, Arek) Date: Thu, 07 Oct 2004 16:09:00 -0000 Subject: A problem with fonts and HP Unix Message-ID: Hi all, I have a small problem with X windows under Cygwin. I'm using the following command to open a X windows session to HP Unix server: "xwin -query A.B.C.D". Graphical desktop is staring and I can login to a remote system. Then I open a terminal session and start OpenView service. The system reported a following error: ____________________________________________________________________________ ________________ Bash /home/ov # ovw & Warning: Cannot convert string "-dt-interface user-medium-r-normal-m*-*-*-*-*-*-*-*-*" to type FontStruct Warning: Missing charsets in String to FontSet conversion Warning: Cannot convert string "-dt-interface system-medium-r-normal-m*-*-*-*-*-*-*-*-*" to type FontSet Warning: Missing charsets in String to FontSet conversion Warning: Unable to load any usable fontset Warning: Name: FONTLIST_DEFAULT_TAG_STRING Class: XmRendition Conversion failed. Cannot load font. Warning: Cannot convert string "-dt-interface system-medium-r-normal-m*-*-*-*-*-*-*-*-*" to type FontList Warning: Cannot convert string "-dt-interface system-medium-r-normal-m*-*-*-*-*-*-*-*-*:" to type FontList Warning: Name: FONTLIST_DEFAULT_TAG_STRING Class: XmRendition Conversion failed. Cannot load font. Warning: Cannot convert string "-dt-interface system-medium-r-normal-m*-*-*-*-*-*-*-*-*" to type FontList Warning: Cannot convert string "-dt-interface system-medium-r-normal-m*-*-*-*-*-*-*-*-*:" to type FontList Warning: Missing charsets in String to FontSet conversion Warning: Cannot convert string "-dt-interface user-medium-r-normal-m*-*-*-*-*-*-*-*-*" to type FontSet Warning: Missing charsets in String to FontSet conversion Warning: Unable to load any usable fontset Warning: Name: FONTLIST_DEFAULT_TAG_STRING Class: XmRendition Conversion failed. Cannot load font. Warning: Cannot convert string "-dt-interface user-medium-r-normal-m*-*-*-*-*-*-*-*-*" to type FontList Warning: Cannot convert string "-dt-interface user-medium-r-normal-m*-*-*-*-*-*-*-*-*:" to type FontList ovw: Xt Warning: Missing charsets in String to FontSet conversion ovw: Xt Warning: Cannot convert string "-*-helvetica-medium-r-*-140-*" to type FontSet ovw: Xt Warning: Missing charsets in String to FontSet conversion ovw: Xt Warning: Unable to load any usable fontset ovw: Xt Warning: Missing charsets in String to FontSet conversion ovw: Xt Warning: Cannot convert string "-*-helvetica-medium-r-*-120-*" to type FontSet ovw: Xt Warning: Missing charsets in String to FontSet conversion ovw: Xt Warning: Unable to load any usable fontset ovw: Xt Warning: Missing charsets in String to FontSet conversion ovw: Xt Warning: Cannot convert string "-*-helvetica-medium-r-*-100-*" to type FontSet ovw: Xt Warning: Missing charsets in String to FontSet conversion ovw: Xt Warning: Unable to load any usable fontset ovw: Xt Warning: Missing charsets in String to FontSet conversion ovw: Xt Warning: Cannot convert string "-*-helvetica-medium-r-*-80-*" to type FontSet ovw: Xt Warning: Missing charsets in String to FontSet conversion ovw: Xt Warning: Unable to load any usable fontset ____________________________________________________________________________ _______ Looks like the font I use is not suitable for HP Unix. But I've tried all possible fonts with "xwin -fn XXX" option and I get always a "fixed" font. There is no font changes after the X windows session is opened. Another interesting fact is when I open a telnet session on HP Unix box I see in "options/fonts size" submenu of telnet window a very strange strings which are not font size like for example "-dt-interface user-medium-r-normal-xs*-*-*-*-*-m-*". To make a cross-check I've opened a X windows session with a commercial software Exceed. Is working perfect. Could somebody help me to solve this issue ? Best regards, Arek Golombek PS. Below a message I get after Xwin is started: ---------------------------------------------------------------------------- --------------------------------------------- $ xwin -query 10.100.1.42 Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.0-1 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: xwin -query 10.100.1.42 _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information winDetectSupportedEngines - Windows NT/2000/XP winDetectSupportedEngines - DirectDraw installed winDetectSupportedEngines - DirectDraw4 installed winDetectSupportedEngines - Returning, supported engines 00000007 winSetEngine - Using Shadow DirectDraw NonLocking winAdjustVideoModeShadowDDNL - Using Windows display depth of 32 bits per pixel winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff MIT-SHM extension disabled due to lack of kernel support XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kerne l (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000407" (00000407) (--) Using preset keyboard for "German (Germany)" (407), type "4" Rules = "xorg" Model = "pc105" Layout = "de" Variant = "(null)" Options = "(null)" 3 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! winPointerWarpCursor - Discarding first warp: 697 494 winProcEstablishConnection - Hello winProcEstablishConnection - Clipboard is not enabled, returning. winProcQueryTree - Clipboard is not enabled, returning. ---------------------------------------------------------------------------- --------------------------------------------- From alexander.gottwald@s1999.tu-chemnitz.de Thu Oct 7 16:18:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 07 Oct 2004 16:18:00 -0000 Subject: A problem with fonts and HP Unix In-Reply-To: References: Message-ID: On Thu, 7 Oct 2004, Golombek, Arek wrote: > Hi all, > > I have a small problem with X windows under Cygwin. I'm using the following > command to open a X windows session to HP Unix server: "xwin -query > A.B.C.D". > Graphical desktop is staring and I can login to a remote system. > Then I open a terminal session and start OpenView service. The system > reported a following error: > _______ > > Looks like the font I use is not suitable for HP Unix. But I've tried all > possible fonts with "xwin -fn XXX" option and I get always a "fixed" font. > There is no font changes after the X windows session is opened. Please check the FAQ. There is an entry about Sun Solaris and fonts which applies to your setting too. http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-solaris-fonts Telling XWin to use the font server from HP UX will most likely solve this problem bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From ihok@hotmail.com Thu Oct 7 21:07:00 2004 From: ihok@hotmail.com (Jack Tanner) Date: Thu, 07 Oct 2004 21:07:00 -0000 Subject: cygwin/x symantec antivirus conflict In-Reply-To: References: Message-ID: OK, so maybe it's not just Symantec that's causing the problem. I've turned off auto-protect, and a remote emacs still takes far too long to draw. (But with auto-protect enabled, it takes longer still.) Is there some profiling I could do, or a debug build I could run that would help isolate a culprit? From boekhold@emirates.net.ae Fri Oct 8 06:19:00 2004 From: boekhold@emirates.net.ae (Maarten Boekhold) Date: Fri, 08 Oct 2004 06:19:00 -0000 Subject: Solaris X app crashes with Cygwin/X In-Reply-To: References: <41582979.2010602@emirates.net.ae> <416262A8.6040102@emirates.net.ae> <4163BF68.1010700@emirates.net.ae> <41641934.60702@emirates.net.ae> Message-ID: <4164EDED.4070502@emirates.net.ae> Hi Alexander, It's the lucidatypewriter fonts in iso8859-1 encoding... -b&h-lucidatypewriter-medium-r-normal-sans-8-80-75-75-m-50-iso8859-1 etc. etc. I copied these from a Solaris machine (.../75dpi/lutR* ..../75dpi/lutR*, and also the 100dpi versions) into local directories: /opt/solaris-fonts/75dpi /opt/solaris-fonts/100dpi Note that on Solaris, the fonts are compressed with compress, cygwin/X needs them in gzip compressed format. Things work very very nicely now, thanks for the hints on figuring out how to get these fonts. Any chance these fonts could be added to the X.Org distribution? Maarten From Alexander.Gottwald@s1999.tu-chemnitz.de Fri Oct 8 09:18:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 08 Oct 2004 09:18:00 -0000 Subject: Solaris X app crashes with Cygwin/X In-Reply-To: <4164EDED.4070502@emirates.net.ae> References: <41582979.2010602@emirates.net.ae> <416262A8.6040102@emirates.net.ae> <4163BF68.1010700@emirates.net.ae> <41641934.60702@emirates.net.ae> <4164EDED.4070502@emirates.net.ae> Message-ID: Maarten Boekhold wrote: > Hi Alexander, > > It's the lucidatypewriter fonts in iso8859-1 encoding... > > -b&h-lucidatypewriter-medium-r-normal-sans-8-80-75-75-m-50-iso8859-1 > > etc. etc. > > I copied these from a Solaris machine (.../75dpi/lutR* ..../75dpi/lutR*, > and also the 100dpi versions) into local directories: > > /opt/solaris-fonts/75dpi > /opt/solaris-fonts/100dpi actually these fonts should be in the distribution xorg-x11-fnts /usr/X11R6/lib/X11/fonts/75dpi/lutRS08.pcf.gz xorg-x11-f100 /usr/X11R6/lib/X11/fonts/100dpi/lutRS08.pcf.gz at least the fnts package should be installed. But it seems the encodings have not been created for the lucidafonts. I'll take a look. bye ago NP: Project Pitchfork - Fear -- Alexander.Gottwald@informatik.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From jcc7194@louisiana.edu Fri Oct 8 14:50:00 2004 From: jcc7194@louisiana.edu (CarrilloEscobar Julio C) Date: Fri, 08 Oct 2004 14:50:00 -0000 Subject: problem listening sockets Message-ID: <20041008144645.M49391@louisiana.edu> The X-Win is not working in my computer. When I tried to run xinit or startx, I obtained this report. Mr. Carrillo Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.0-1 Contact: cygwin-xfree@cygwin.com _XSERVTransSocketCreateListener: listen() failed _XSERVTransSocketINETCreateListener: ...SocketCreateListener() failed _XSERVTransMakeAllCOTSServerListeners: failed to create listener for inet _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. _XSERVTransSocketCreateListener: listen() failed _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed _XSERVTransMakeAllCOTSServerListeners: failed to create listener for local Fatal server error: Cannot establish any listening sockets - Make sure an X server isn't already running winDeinitMultiWindowWM - Noting shutdown in progress ------------ Julio Cesar Carrillo Escobar Department of Mathematics Univerity of Louisiana at Lafayette P.O. Box 43114 Lafayette, LA 70504-3114 USA From Alexander.Gottwald@s1999.tu-chemnitz.de Fri Oct 8 16:00:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 08 Oct 2004 16:00:00 -0000 Subject: problem listening sockets In-Reply-To: <20041008144645.M49391@louisiana.edu> References: <20041008144645.M49391@louisiana.edu> Message-ID: CarrilloEscobar Julio C wrote: > > The X-Win is not working in my computer. When I tried to run xinit or > startx, I obtained this report. > > Mr. Carrillo > > Welcome to the XWin X Server > Vendor: The Cygwin/X Project > Release: 6.8.1.0-1 > > Contact: cygwin-xfree@cygwin.com > > _XSERVTransSocketCreateListener: listen() failed > _XSERVTransSocketINETCreateListener: ...SocketCreateListener() failed > _XSERVTransMakeAllCOTSServerListeners: failed to create listener for inet > _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be > created. > _XSERVTransSocketCreateListener: listen() failed > _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed > _XSERVTransMakeAllCOTSServerListeners: failed to create listener for local Something on your host is quite badly broken. Do you have some software installed that changes network behaviour like personal firewalls or VPN software? bye ago NP: New Concept - Wild Brain -- Alexander.Gottwald@informatik.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From Rick.Janda@gmx.de Fri Oct 8 17:09:00 2004 From: Rick.Janda@gmx.de (Rick Janda) Date: Fri, 08 Oct 2004 17:09:00 -0000 Subject: Can not find server with CygwinX packages Message-ID: <19274.1097255338@www41.gmx.net> Hello, I tried to install CygwinX according the Users Guide but non of the servers listed by setup.exe, that I selected, contains the CygwinX packages. The status for all the xorg-x11 packages was allways n/a. Can anybody tell me a mirror in europe, which contains the packages? Thank you in advance, Rick From cgf-no-personal-reply-please@cygwin.com Fri Oct 8 17:24:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Fri, 08 Oct 2004 17:24:00 -0000 Subject: Can not find server with cygwinX packages In-Reply-To: <19274.1097255338@www41.gmx.net> References: <19274.1097255338@www41.gmx.net> Message-ID: <20041008172508.GA31080@trixie.casa.cgf.cx> On Fri, Oct 08, 2004 at 07:08:58PM +0200, Rick Janda wrote: >Hello, > >I tried to install CygwinX according the Users Guide but non of the servers >listed by setup.exe, that I selected, contains the CygwinX packages. The >status for all the xorg-x11 packages was allways n/a. >Can anybody tell me a mirror in europe, which contains the packages? Every mirror accessed by setup.exe carries all of the cygwin packages. Just run setup.exe again, hit "Next" until you get to the the "Cygwin - Select Packages" screen, scroll down until you see "X11". Click on the part that says "default" until it says "install". Then click "Next". cgf From thcyglist@yahoo.com Fri Oct 8 18:15:00 2004 From: thcyglist@yahoo.com (Tim Hubberstey) Date: Fri, 08 Oct 2004 18:15:00 -0000 Subject: Possibly OT: reloading rxvt menus Message-ID: <20041008181513.29742.qmail@web54004.mail.yahoo.com> Hi all, I realise that this is possibly OT but there is no discussion forum on the rxvt website and no evidence anyone's been there in months so... Is there a way to load a new menu into an rxvt v2.7.10 window? I understand that the escape sequences in the documentation have been removed for security reasons. I currently have an ugly workaround where I get the settings of the current window, spawn a new one with the same settings and then kill the parent window. This works but is slow and ugly. Any other suggestions? Thanks. _______________________________ Do you Yahoo!? Express yourself with Y! Messenger! Free. Download now. http://messenger.yahoo.com From chris@areti.co.uk Fri Oct 8 19:57:00 2004 From: chris@areti.co.uk (Chris Green) Date: Fri, 08 Oct 2004 19:57:00 -0000 Subject: Possibly OT: reloading rxvt menus In-Reply-To: <20041008181513.29742.qmail@web54004.mail.yahoo.com> References: <20041008181513.29742.qmail@web54004.mail.yahoo.com> Message-ID: <20041008193400.GC24686@areti.co.uk> On Fri, Oct 08, 2004 at 11:15:12AM -0700, Tim Hubberstey wrote: > Hi all, > > I realise that this is possibly OT but there is no discussion forum on > the rxvt website and no evidence anyone's been there in months so... > There is an rxvt mailing list which, while quiet, does get a response when you post a question in my experience (I'm subscribed). > Is there a way to load a new menu into an rxvt v2.7.10 window? I > understand that the escape sequences in the documentation have been > removed for security reasons. > > I currently have an ugly workaround where I get the settings of the > current window, spawn a new one with the same settings and then kill > the parent window. This works but is slow and ugly. Any other > suggestions? > I'll post this to the rxvt list and report any results back. -- Chris Green (chris@areti.co.uk) "Never ascribe to malice, that which can be explained by incompetence." From chris@areti.co.uk Sat Oct 9 18:04:00 2004 From: chris@areti.co.uk (Chris Green) Date: Sat, 09 Oct 2004 18:04:00 -0000 Subject: Answer from rxvt list [Re: Refreshing menus] Message-ID: <20041009174031.GB27631@areti.co.uk> ----- Forwarded message from Geoff Wing ----- Subject: Re: Refreshing menus Date: Sat, 9 Oct 2004 09:50:09 +0000 (UTC) Chris Green typed: :Is there a way to load a new menu into an rxvt v2.7.10 window? I :understand that the escape sequences in the documentation have been :removed for security reasons. If you use a version you compile yourself, edit src/command.c around line 2756 (in the function rxvt_process_osc_seq()) and change the start of the line from ``#if 0'' to ``#if 1'' and then recompile. Regards, Geoff ----- End forwarded message ----- -- Chris Green (chris@areti.co.uk) "Never ascribe to malice, that which can be explained by incompetence." From philip@gladstonefamily.net Sun Oct 10 13:40:00 2004 From: philip@gladstonefamily.net (Philip Gladstone) Date: Sun, 10 Oct 2004 13:40:00 -0000 Subject: cygwin/x symantec antivirus conflict In-Reply-To: <20041007034237.GE6359@trixie.casa.cgf.cx> References: <4164ABA6.20205@gladstonefamily.net> <20041007034237.GE6359@trixie.casa.cgf.cx> Message-ID: <41693BD6.4060304@gladstonefamily.net> Christopher Faylor wrote: > <>On Wed, Oct 06, 2004 at 10:36:22PM -0400, Philip Gladstone wrote: > >>The slowness that I see with Symantec Antivirus is due to the 'select' >>emulation in cygwin. Whenever XWin.exe does a select (which is nearly >>all the time), the select emulation creates a new thread, creates a new >>TCP socket and then connects to it. I suspect that the Symantec firewall >>is getting in the picture here and making this a very slow operation. >> >> > >Cygwin should not be actually creating threads in this scenario. It >should be reusing thread from a thread pool. > >If there are a lot of sockets being waited on (which doesn't seem to >be the case here) then the pool could be exhausted and new threads could >be created. If that was the issue then we could bump up the size of >the thread pool. > > It doesn't seem to the be the cost of creating the thread, but creating the socket. A simple test program (running in a pure windows environment with norton) shows that it takes 8-10ms to create a socket.It only takes 30us to send a udp packet from one socket to another. [This is on a fairly old and tired machine -- 1.4GHz Athlon --, however I would expect the ratio to be valid] You could argue that this is a huge problem with symantec, but I'm not sure that would be helpful!!!!!!! The select emulation (as I recall) creates 2 TCP Sockets and then connects from one to the other. This takes around 20ms on my system -- thus limiting me to performing 50 selects per second. You can find the test program (needs visual studio to build) at http://pond.gladstonefamily.net/udpself.zip The zip file does contain a prebuilt exe if you are brave. Philip -- Philip Gladstone * Check out the live pondcam at http://pond.gladstonefamily.net -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3322 bytes Desc: S/MIME Cryptographic Signature URL: From cgf-no-personal-reply-please@cygwin.com Mon Oct 11 02:44:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Mon, 11 Oct 2004 02:44:00 -0000 Subject: cygwin/x symantec antivirus conflict In-Reply-To: <41693BD6.4060304@gladstonefamily.net> References: <4164ABA6.20205@gladstonefamily.net> <20041007034237.GE6359@trixie.casa.cgf.cx> <41693BD6.4060304@gladstonefamily.net> Message-ID: <20041011024427.GC5016@trixie.casa.cgf.cx> On Sun, Oct 10, 2004 at 09:40:38AM -0400, Philip Gladstone wrote: >Christopher Faylor wrote: >><>On Wed, Oct 06, 2004 at 10:36:22PM -0400, Philip Gladstone wrote: >>>The slowness that I see with Symantec Antivirus is due to the 'select' >>>emulation in cygwin. Whenever XWin.exe does a select (which is nearly >>>all the time), the select emulation creates a new thread, creates a new >>>TCP socket and then connects to it. I suspect that the Symantec firewall >>>is getting in the picture here and making this a very slow operation. >> >>Cygwin should not be actually creating threads in this scenario. It >>should be reusing thread from a thread pool. >> >>If there are a lot of sockets being waited on (which doesn't seem to >>be the case here) then the pool could be exhausted and new threads could >>be created. If that was the issue then we could bump up the size of >>the thread pool. > >It doesn't seem to the be the cost of creating the thread, but creating >the socket. Ok. I've changed the algorithm in select. It only opens a DGRAM socket now, one time per thread. It uses this to terminate the socket thread, if necessary. This socket is never closed until the thread terminates. It sounds like this would more or less fix the problem that you're seeing. Would you mind trying a new snapshot? http://cygwin.com/snapshots/ cgf From philip@gladstonefamily.net Mon Oct 11 03:33:00 2004 From: philip@gladstonefamily.net (Philip Gladstone) Date: Mon, 11 Oct 2004 03:33:00 -0000 Subject: cygwin/x symantec antivirus conflict In-Reply-To: <20041011024427.GC5016@trixie.casa.cgf.cx> References: <4164ABA6.20205@gladstonefamily.net> <20041007034237.GE6359@trixie.casa.cgf.cx> <41693BD6.4060304@gladstonefamily.net> <20041011024427.GC5016@trixie.casa.cgf.cx> Message-ID: <4169FEEC.3060607@gladstonefamily.net> Christopher Faylor wrote: > > >Ok. I've changed the algorithm in select. It only opens a DGRAM socket >now, one time per thread. It uses this to terminate the socket thread, >if necessary. This socket is never closed until the thread terminates. > >It sounds like this would more or less fix the problem that you're >seeing. Would you mind trying a new snapshot? > >http://cygwin.com/snapshots/ > > This fixes it for me! Thanks immensely. Philip -- Philip Gladstone * Check out the live pondcam at http://pond.gladstonefamily.net -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3322 bytes Desc: S/MIME Cryptographic Signature URL: From cgf-no-personal-reply-please@cygwin.com Mon Oct 11 04:06:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Mon, 11 Oct 2004 04:06:00 -0000 Subject: cygwin/x symantec antivirus conflict (fixed in snapshot?) In-Reply-To: <4169FEEC.3060607@gladstonefamily.net> References: <4164ABA6.20205@gladstonefamily.net> <20041007034237.GE6359@trixie.casa.cgf.cx> <41693BD6.4060304@gladstonefamily.net> <20041011024427.GC5016@trixie.casa.cgf.cx> <4169FEEC.3060607@gladstonefamily.net> Message-ID: <20041011040641.GD5016@trixie.casa.cgf.cx> On Sun, Oct 10, 2004 at 11:33:00PM -0400, Philip Gladstone wrote: >Christopher Faylor wrote: >>Ok. I've changed the algorithm in select. It only opens a DGRAM >>socket now, one time per thread. It uses this to terminate the socket >>thread, if necessary. This socket is never closed until the thread >>terminates. >> >>It sounds like this would more or less fix the problem that you're >>seeing. Would you mind trying a new snapshot? >> >>http://cygwin.com/snapshots/ > >This fixes it for me! Thanks immensely. That's good news! Thanks for the fast feedback. I've cc'ed the cygwin mailing list since this has been a long standing problem. For those who haven't been following along at home, it looks like a change I just made to select() may solve the dreaded "slows down to a crawl with Symantec AntiVirus" problem. This may also improve the performance of things that use sockets slightly. So, I'd appreciate reports on the latest snapshot. Does it fix any problems? Cause any problems? No change? In this one case, I'd like to hear "me toos" since the change was to a fundamental part of cygwin and it is in socket code, which has proved to be problematic. So, I'd like to know if things still work on Windows 9x and all flavors of NT. http://cygwin.com/snapshots/ "Things" would be, openssh, telnet, ftp, rsync, etc. Anything which uses sockets or communicates via TCP/IP. I've reset the reply-to for this message to the cygwin mailing list, so if there is further Cygwin/X discussion necessary, please make sure that it goes to the cygwin-xfree mailing list. cgf From p.lord@cs.man.ac.uk Mon Oct 11 13:08:00 2004 From: p.lord@cs.man.ac.uk (Phillip Lord) Date: Mon, 11 Oct 2004 13:08:00 -0000 Subject: three button emulation (not a faq, honestly) Message-ID: Alexander> On Thu, 7 Oct 2004, Phillip Lord wrote: >> >> I've been having a nightmare getting cut and paste working >> properly with cygwin-x. I went through the faqs, I various >> things, and eventually isolated the problem to three button >> emulation on the mouse. >> >> So I read up on this. I'm using multiwindow, so I can't use >> emulate3button. Alexander> Why should -emulate3button not work with multiwindow? Alexander> I've not used it for some time but don't know of any Alexander> reasons which prevented it. >> I tried using tweak UI as suggested in the faq, but for the life >> of me I can't find anything relating to three button emulation in >> tweakUI. Alexander> TweakUI was recommend for the FocusFollowsMouse (X-Mouse) Alexander> feature. Ho hum. Looks like I had misread the documentation in both cases. Trying to do too many things at once. I had tried emulate3buttons anyway, and had not got it too work. Your assurance that it should work prompted me to try again. Given that I think that mousepad drivers are intercepting clicks to both buttons, I tried setting a fairly long timeout (500ms). So long as I click carefully (i.e. with a gap between the two!), it all seems to work. Thanks very much. I would have had distinct problems without this. My apologies for not reading the documentation carefully enough! Cheers Phil From pechtcha@cs.nyu.edu Mon Oct 11 15:24:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Mon, 11 Oct 2004 15:24:00 -0000 Subject: three button emulation (not a faq, honestly) In-Reply-To: References: Message-ID: On Thu, 7 Oct 2004, Phillip Lord wrote: > I've been having a nightmare getting cut and paste working properly > with cygwin-x. I went through the faqs, I various things, and > eventually isolated the problem to three button emulation on the > mouse. > > So I read up on this. I'm using multiwindow, so I can't use > emulate3button. I tried using tweak UI as suggested in the faq, but > for the life of me I can't find anything relating to three button > emulation in tweakUI. > > Finally, I tried using an external USB mouse (this is on a laptop). And it > all just works. So I think that the problem is with the mouse pad > driver. It enables me to fiddle with the button settings. I think it's > intercepting the double mouse click, so cygwin is not getting it. IIRC, on some laptops, the mouse pad driver allows you to turn off the mouse pad when an external mouse is detected. Someone also asked the question about switching between the (two-button) mousepad and a three-button external mouse without restarting the X server -- I don't recall the conclusion of the discussion, but it should be in the list archives. > So two questions > > 1) Has anyone else had the same problem? Has any one else managed to > solve the problem? > > 2) If I can't solve the problem, is there any way of accessing paste > functionality in a bash shell with the keyboard (short of running > it in emacs!)? Can I bind one of the function keys to paste for > instance? > > Cheers > Phil In answer to 2): . I think this sequence should work in xterm and rxvt as well -- if not, Ctrl-V Insert should show the right one. HTH, Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Happiness lies in being privileged to work hard for long hours in doing whatever you think is worth doing." -- Dr. Jubal Harshaw From zach@prozach.com Mon Oct 11 20:19:00 2004 From: zach@prozach.com (Zach Gelnett) Date: Mon, 11 Oct 2004 20:19:00 -0000 Subject: xterm crash upon large paste Message-ID: <001801c4afcf$a39134b0$3a06b4c7@gwy1a477> When attempting to do a large paste into an xterm window I find that the window crashes. ? The info I just tried to paste has 852 lines, the text total around 31k bytes.? ? I?m just trying to paste it into a new text file in Vim.? ? My current work around is to just paste it into windows notepad save, then sftp the file to the server (I?ve ssh?ed to a server where I?m pasting the file but the issue happens if I?m doing it locally too) and do some sort of dos2unix magic. ? Is some variable just being overrun? ? From pechtcha@cs.nyu.edu Mon Oct 11 21:06:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Mon, 11 Oct 2004 21:06:00 -0000 Subject: xterm crash upon large paste In-Reply-To: <001801c4afcf$a39134b0$3a06b4c7@gwy1a477> References: <001801c4afcf$a39134b0$3a06b4c7@gwy1a477> Message-ID: On Mon, 11 Oct 2004, Zach Gelnett wrote: > When attempting to do a large paste into an xterm window I find that the > window crashes. Don't paste large buffers into xterms. This is a long-standing problem -- I believe the buffer size is currently 64k, and it was increased from 16k a while ago. There was also a patch that fixed it, but it's not included in the newer Cygwin version because it wasn't forward-ported. See for details. > The info I just tried to paste has 852 lines, the text total around 31k > bytes. It's probably in Unicode, which puts it at around the current buffer size. > I'm just trying to paste it into a new text file in Vim. > > My current work around is to just paste it into windows notepad save, > then sftp the file to the server (I've ssh'ed to a server where I'm > pasting the file but the issue happens if I'm doing it locally too) and > do some sort of dos2unix magic. > > Is some variable just being overrun? As I understand it, this is just an issue of not reading from the buffer until all of the data has been written. When the buffer fills up, the code deadlocks. Your workaround is as good as any... Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Happiness lies in being privileged to work hard for long hours in doing whatever you think is worth doing." -- Dr. Jubal Harshaw From kynn@panix.com Tue Oct 12 20:51:00 2004 From: kynn@panix.com (kynn@panix.com) Date: Tue, 12 Oct 2004 20:51:00 -0000 Subject: xwin produces flickery gray screen; cut/paste Message-ID: <200410122051.i9CKpae04070@panix3.panix.com> Hi! I just installed Cygwin, including X, on my Windows2000 workstation. When I execute xwin, I get an awful-looking window, with horizontal gray lines flickering annoyingly across the screen, which is pretty much entirely taken up by this window. There's a big black X in the middle of the screen. How do I fix this? I got better results when I started X using startx. The only problem with this option is that I don't seem to have any form of cut-and-paste. The first few lines sent to the screen after I execute startx are Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.7.0.0-12 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: X :0 -multiwindow -clipboard The mention of -clipboard above gave me the hope that cut & paste would be possible, but I have not gotten it to work, neither between X applications, nor between an X application and a Windows application. Do I need to do anything special to get cut & paste to work? Thanks! kynn From ihok@hotmail.com Tue Oct 12 21:30:00 2004 From: ihok@hotmail.com (Jack Tanner) Date: Tue, 12 Oct 2004 21:30:00 -0000 Subject: cygwin/x symantec antivirus conflict (fixed in snapshot?) In-Reply-To: <20041011040641.GD5016@trixie.casa.cgf.cx> References: <4164ABA6.20205@gladstonefamily.net> <20041007034237.GE6359@trixie.casa.cgf.cx> <41693BD6.4060304@gladstonefamily.net> <20041011024427.GC5016@trixie.casa.cgf.cx> <4169FEEC.3060607@gladstonefamily.net> <20041011040641.GD5016@trixie.casa.cgf.cx> Message-ID: Christopher Faylor wrote: > For those who haven't been following along at home, it looks like a > change I just made to select() may solve the dreaded "slows down to a > crawl with Symantec AntiVirus" problem. > > This may also improve the performance of things that use sockets > slightly. > > So, I'd appreciate reports on the latest snapshot. Does it fix any > problems? Cause any problems? No change? Wow! Using the 2004-10-10 snapshot, I'm experiencing an ubelievable speed improvement. The typing delay as well as the remote X apps drawing delays are gone. In addition, I confirm that openssh with X forwarding and Cygwin/X are both functioning as they should. cgf and Philip, thank you immensely. From alexander.gottwald@s1999.tu-chemnitz.de Tue Oct 12 22:29:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 12 Oct 2004 22:29:00 -0000 Subject: xwin produces flickery gray screen; cut/paste In-Reply-To: <200410122051.i9CKpae04070@panix3.panix.com> References: <200410122051.i9CKpae04070@panix3.panix.com> Message-ID: On Tue, 12 Oct 2004 kynn@panix.com wrote: > > > > > Hi! I just installed Cygwin, including X, on my Windows2000 > workstation. When I execute xwin, I get an awful-looking window, with > horizontal gray lines flickering annoyingly across the screen, which > is pretty much entirely taken up by this window. There's a big black > X in the middle of the screen. How do I fix this? > > I got better results when I started X using startx. The only problem > with this option is that I don't seem to have any form of > cut-and-paste. The first few lines sent to the screen after I execute > startx are > > Welcome to the XWin X Server > Vendor: The Cygwin/X Project > Release: 6.7.0.0-12 > > Contact: cygwin-xfree@cygwin.com > > XWin was started with the following command line: > > X :0 -multiwindow -clipboard > > The mention of -clipboard above gave me the hope that cut & paste > would be possible, but I have not gotten it to work, neither between X > applications, nor between an X application and a Windows application. > Do I need to do anything special to get cut & paste to work? Cut and paste in X is done in different ways depending on the application. In most cases (xterm, mozilla and others) it is sufficient to mark text to "cut" it and click the middle mouse button to paste it. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From kesrin_h@hotmail.com Wed Oct 13 04:50:00 2004 From: kesrin_h@hotmail.com (Kesrin Hanprasert) Date: Wed, 13 Oct 2004 04:50:00 -0000 Subject: Birthday Calendar Message-ID: <32098643.1097643127312.JavaMail.Administrator@win02> Hi, Please click on the link below and enter your birthday for me. I am creating a birthday calendar for myself. Don't worry it is quick, and you don't have to enter your year of birth:-). http://www.BirthdayAlarm.com/dob2/26538508a321608672b242706762c904 Thanks, Kesrin From bobbymcn@bellsouth.net Wed Oct 13 08:14:00 2004 From: bobbymcn@bellsouth.net (Robert McNulty Junior) Date: Wed, 13 Oct 2004 08:14:00 -0000 Subject: Birthday Calendar In-Reply-To: <32098643.1097643127312.JavaMail.Administrator@win02> References: <32098643.1097643127312.JavaMail.Administrator@win02> Message-ID: <416CE3F9.2050804@bellsouth.net> Kesrin Hanprasert wrote: >Hi, > >Please click on the link below and enter your birthday for me. I am creating a birthday calendar for myself. Don't worry it is quick, and you don't have to enter your year of birth:-). > > http://www.BirthdayAlarm.com/dob2/26538508a321608672b242706762c904 > >Thanks, >Kesrin > > > > Kesrin, what was all that about? I signed up for birthday alarm. From savantsaro@cox.net Wed Oct 13 19:36:00 2004 From: savantsaro@cox.net (savantsaro@cox.net) Date: Wed, 13 Oct 2004 19:36:00 -0000 Subject: Tunneling does not seem to work here (newbie)? Message-ID: <20041013193606.NVOU13490.lakermmtao06.cox.net@smtp.east.cox.net> box 1: Windows 2000 Server cygwin box 2: Mac OS X 10.3 (Panther) cygwin was installed with openssh, today, from the latest setup.exe. Basic scenario: startxwin.bat -> X icon appears in taskbar, terminal opens ssh -Y -l username box2name -> ssh connection is established and works fine emacs & -> [1]+ Stopped emacs Troubleshooting already done: I have also tried with putty, with X11 tunneling enabled, and tried running other apps (specifically a java swing application, which does not stop but simply does nothing on box 1) The DISPLAY environment variable was not set. I tried setting it to "localhost:0.0" and to ":0", with no effect. The config files for ssh (~/.ssh/config and /etc/ssh_config) did not exist. I created the first one with a single line (ForwardX11 yes) with no change. Please help. I know cygwin is a good, working program, and I'm an intelligent computer guy - why won't it work for me? Replies welcome on this list or directed to me : savantsaroATcoxDOTnet From rrepasky@lack.ucs.indiana.edu Wed Oct 13 20:58:00 2004 From: rrepasky@lack.ucs.indiana.edu (Dick Repasky) Date: Wed, 13 Oct 2004 20:58:00 -0000 Subject: cygwin/x symantec antivirus conflict In-Reply-To: <20041011024427.GC5016@trixie.casa.cgf.cx> References: <4164ABA6.20205@gladstonefamily.net> <20041007034237.GE6359@trixie.casa.cgf.cx> <41693BD6.4060304@gladstonefamily.net> <20041011024427.GC5016@trixie.casa.cgf.cx> Message-ID: On Sun, 10 Oct 2004, Christopher Faylor wrote: > Would you mind trying a new snapshot? > The snapshot is terrific. What took several minutes before now takes 10 seconds. Thanks! Dick ----------------- Dick Repasky Bioinformatics Support UITS Cubicle 101.08 Indiana University USA rrepasky@indiana.edu From pechtcha@cs.nyu.edu Wed Oct 13 21:31:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Wed, 13 Oct 2004 21:31:00 -0000 Subject: Tunneling does not seem to work here (newbie)? In-Reply-To: <20041013193606.NVOU13490.lakermmtao06.cox.net@smtp.east.cox.net> References: <20041013193606.NVOU13490.lakermmtao06.cox.net@smtp.east.cox.net> Message-ID: On Wed, 13 Oct 2004, savantsaro wrote: > box 1: Windows 2000 Server > cygwin > > box 2: Mac OS X 10.3 (Panther) > > cygwin was installed with openssh, today, from the latest setup.exe. FYI, it's probably a good idea to review before sending bug reports... Reading /usr/share/doc/Cygwin/openssh.README would also help. > Basic scenario: > startxwin.bat -> X icon appears in taskbar, terminal opens > ssh -Y -l username box2name -> ssh connection is established and works fine > emacs & -> [1]+ Stopped emacs > > Troubleshooting already done: > I have also tried with putty, with X11 tunneling enabled, and tried > running other apps (specifically a java swing application, which does > not stop but simply does nothing on box 1) > The DISPLAY environment variable was not set. There's your problem. You should set it before running "ssh -Y". For example try either export DISPLAY=:0.0; ssh -Y username@boxname or even DISPLAY=:0.0 ssh -Y username@boxname -- both should work. > I tried setting it to "localhost:0.0" and to ":0", with no effect. > The config files for ssh (~/.ssh/config and /etc/ssh_config) did not > exist. Ah. Did you run /bin/ssh-user-config? > I created the first one with a single line (ForwardX11 yes) with no > change. > > Please help. I know cygwin is a good, working program, and I'm an > intelligent computer guy - why won't it work for me? Maybe Cygwin just doesn't like you? ;-) You know, ... Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Happiness lies in being privileged to work hard for long hours in doing whatever you think is worth doing." -- Dr. Jubal Harshaw From kynn@panix.com Wed Oct 13 21:37:00 2004 From: kynn@panix.com (kynn@panix.com) Date: Wed, 13 Oct 2004 21:37:00 -0000 Subject: xwin produces flickery gray screen; cut/paste Message-ID: <200410132137.i9DLb1I15167@panix3.panix.com> Alexander.Gottwald@s1999.tu-chemnitz.de wrote: On Tue, 12 Oct 2004 kynn@panix.com wrote: > Hi! I just installed Cygwin, including X, on my Windows2000 > workstation. When I execute xwin, I get an awful-looking window, with > horizontal gray lines flickering annoyingly across the screen, which > is pretty much entirely taken up by this window. There's a big black > X in the middle of the screen. How do I fix this? > > I got better results when I started X using startx. The only problem > with this option is that I don't seem to have any form of > cut-and-paste. The first few lines sent to the screen after I execute > startx are > > Welcome to the XWin X Server > Vendor: The Cygwin/X Project > Release: 6.7.0.0-12 > > Contact: cygwin-xfree@cygwin.com > > XWin was started with the following command line: > > X :0 -multiwindow -clipboard > > The mention of -clipboard above gave me the hope that cut & paste > would be possible, but I have not gotten it to work, neither between X > applications, nor between an X application and a Windows application. > Do I need to do anything special to get cut & paste to work? Cut and paste in X is done in different ways depending on the application. In most cases (xterm, mozilla and others) it is sufficient to mark text to "cut" it and click the middle mouse button to paste it. Thanks. I'm aware of that, but still it doesn't work. kj From mark.paulus@mci.com Wed Oct 13 21:57:00 2004 From: mark.paulus@mci.com (Mark Paulus) Date: Wed, 13 Oct 2004 21:57:00 -0000 Subject: xtermcontrol --deiconify/--raise/--lower don't work in multiwindow mode Message-ID: <0I5J00MGAM7KGJ@pmismtp01.mcilink.com> Hi, I have been working with the author of xtermcontrol to get it working nicely under Cygwin, and it seems to be working except for 3 issues I have noticed. (And I only noticed them as a fluke). Normally I run my X in fullscreen mode, using wmaker as my WindowManager. When I make xtermcontrol, and then do a 'make test', all the tests run as expected, and to completion. HOWEVER, when I get rid of .xserverrc and .xinitrc, and then do startx using native multiwindow mode, 'make test' does not quite work as expected. All color mappings work, but I have noticed that --deiconify, --raise and --lower do not have any effect. I was going to see if I could figure out where what's broken, but the X base is so huge, I'm not sure where to even start looking. Could someone look into this and see if these are broken, or could they point me to the proper place in the code base to look for myself? Thanks. From cgf-no-personal-reply-please@cygwin.com Thu Oct 14 01:29:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Thu, 14 Oct 2004 01:29:00 -0000 Subject: cygwin/x symantec antivirus conflict In-Reply-To: References: <4164ABA6.20205@gladstonefamily.net> <20041007034237.GE6359@trixie.casa.cgf.cx> <41693BD6.4060304@gladstonefamily.net> <20041011024427.GC5016@trixie.casa.cgf.cx> Message-ID: <20041014012953.GF14233@trixie.casa.cgf.cx> On Wed, Oct 13, 2004 at 03:58:58PM -0500, Dick Repasky wrote: >On Sun, 10 Oct 2004, Christopher Faylor wrote: > >>Would you mind trying a new snapshot? >> > >The snapshot is terrific. What took several minutes before now takes 10 >seconds. > >Thanks! You're welcome. What OS are you using XP, Me, etc.? cgf From temp@caseysmith.net Thu Oct 14 04:24:00 2004 From: temp@caseysmith.net (Casey Smith) Date: Thu, 14 Oct 2004 04:24:00 -0000 Subject: cygwin/x symantec antivirus conflict In-Reply-To: <20041014012953.GF14233@trixie.casa.cgf.cx> Message-ID: <001601c4b1a5$a82b80c0$6501a8c0@Fulgor> I just thought I'd let you know that the new snapshot made a big difference in a delay problem I was having with the x11 version of emacs. Typing C-k to send a line to the kill ring would cause all my emacs windows to hang for minutes. The kernel process "System" (not "System idle process") on the task manager would jump up to 90% cpu usage and sit there chugging. Same thing if I tried to select text. But only in a windowed emacs. Oddly, the same thing in an xterm or in an emacs invoked with -nw ("no window" so that it runs in the xterm) would be fine. Even just having an emacs window open in the background would cause "System" to eat 20% of my cpu cycles. But that's all fixed with the new snapshot. Cutting/selecting text is instantaneous, and "System" stays down at 0% cpu usage where it belongs. Thanks! System: XP w/ SP2 running on a Pentium M 1.6GHz. Casey -----Original Message----- From: Christopher Faylor [mailto:cgf-no-personal-reply-please@cygwin.com] Sent: Wednesday, October 13, 2004 9:30 PM To: cygwin-xfree@cygwin.com Subject: Re: cygwin/x symantec antivirus conflict On Wed, Oct 13, 2004 at 03:58:58PM -0500, Dick Repasky wrote: >On Sun, 10 Oct 2004, Christopher Faylor wrote: > >>Would you mind trying a new snapshot? >> > >The snapshot is terrific. What took several minutes before now takes 10 >seconds. > >Thanks! You're welcome. What OS are you using XP, Me, etc.? cgf From Alexander.Gottwald@s1999.tu-chemnitz.de Thu Oct 14 08:06:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 14 Oct 2004 08:06:00 -0000 Subject: xwin produces flickery gray screen; cut/paste In-Reply-To: <200410132137.i9DLb1I15167@panix3.panix.com> References: <200410132137.i9DLb1I15167@panix3.panix.com> Message-ID: kynn@panix.com wrote: > > Welcome to the XWin X Server > > Vendor: The Cygwin/X Project > > Release: 6.7.0.0-12 The current release is xorg-x11-6.8.1.0-3 There are only few changes with clipboard handling between the releases (actually only a fix for unicode cut&paste) but it would be good to see if the upgrade fixes your problem > > Thanks. I'm aware of that, but still it doesn't work. Does cut&paste from X11 to windows work? Some mouse drivers map the middle mouse button to special events and don't send the "middle button pressed" message. Please send the complete XWin.log output. bye ago NP: Bella Morte - Awake -- Alexander.Gottwald@informatik.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From oyvind.harboe@zylin.com Thu Oct 14 09:31:00 2004 From: oyvind.harboe@zylin.com (=?ISO-8859-1?Q?=D8yvind?= Harboe) Date: Thu, 14 Oct 2004 09:31:00 -0000 Subject: Crash in when running Evolution Message-ID: <1097746271.5723.3.camel@famine> This bug has been here for at least 6 months, AFAICT. Sometimes the X server will terminate while I'm using Evolution. Log attached. What can I do to help debug this problem? I'd *really* like to have it fixed, because it is the last of the serious problems with XFree86 for my purposes. -- ?yvind Harboe http://www.zylin.com -------------- next part -------------- Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.0-1 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: /usr/X11R6/bin/XWin -multiwindow -clipboard -silent-dup-error ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1280 h 1024 winInitializeDefaultScreens - Returning _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel winAllocateFBShadowGDI - Creating DIB with width: 1280 height: 1024 depth: 32 winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32 null screen fn ReparentWindow null screen fn RestackWindow InitQueue - Calling pthread_mutex_init InitQueue - pthread_mutex_init returned InitQueue - Calling pthread_cond_init InitQueue - pthread_cond_init returned winInitMultiWindowWM - Hello 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: "00000414" (00000414) (--) Using preset keyboard for "Norwegian" (414), type "81" (--) 5 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! winInitMultiWindowWM - pthread_mutex_lock () returned. winProcEstablishConnection - Hello winInitClipboard () winMultiWindowXMsgProc - pthread_mutex_lock () returned. winMultiWindowXMsgProc - pthread_mutex_unlock () returned. winMultiWindowXMsgProc - DISPLAY=127.0.0.1:0.0 winInitMultiWindowWM - pthread_mutex_unlock () returned. winInitMultiWindowWM - DISPLAY=127.0.0.1:0.0 winProcEstablishConnection - winInitClipboard returned. winClipboardProc - Hello DetectUnicodeSupport - Windows NT/2000/XP winClipboardProc - DISPLAY=127.0.0.1:0.0 winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the display. winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the display. winClipboardProc - XOpenDisplay () returned and successfully opened the display. From oyvind.harboe@zylin.com Thu Oct 14 09:56:00 2004 From: oyvind.harboe@zylin.com (=?ISO-8859-1?Q?=D8yvind?= Harboe) Date: Thu, 14 Oct 2004 09:56:00 -0000 Subject: Crash in when running Evolution Message-ID: <1097747789.5723.9.camel@famine> Ouch. In my last message I sent the wrong XWin.log. Attached is the correct XWin.log. -- ?yvind Harboe http://www.zylin.com -------------- next part -------------- Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.0-1 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: /usr/X11R6/bin/XWin -multiwindow -clipboard -silent-dup-error ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1280 h 1024 winInitializeDefaultScreens - Returning _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel winAllocateFBShadowGDI - Creating DIB with width: 1280 height: 1024 depth: 32 winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32 null screen fn ReparentWindow null screen fn RestackWindow InitQueue - Calling pthread_mutex_init InitQueue - pthread_mutex_init returned InitQueue - Calling pthread_cond_init InitQueue - pthread_cond_init returned winInitMultiWindowWM - Hello 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: "00000414" (00000414) (--) Using preset keyboard for "Norwegian" (414), type "81" (--) 5 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! winInitMultiWindowWM - pthread_mutex_lock () returned. winProcEstablishConnection - Hello winInitClipboard () winMultiWindowXMsgProc - pthread_mutex_lock () returned. winMultiWindowXMsgProc - pthread_mutex_unlock () returned. winMultiWindowXMsgProc - DISPLAY=127.0.0.1:0.0 winInitMultiWindowWM - pthread_mutex_unlock () returned. winInitMultiWindowWM - DISPLAY=127.0.0.1:0.0 winProcEstablishConnection - winInitClipboard returned. winClipboardProc - Hello DetectUnicodeSupport - Windows NT/2000/XP winClipboardProc - DISPLAY=127.0.0.1:0.0 winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the display. winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the display. winClipboardProc - XOpenDisplay () returned and successfully opened the display. winMultiWindowXMsgProcErrorHandler - ERROR: BadWindow (invalid Window parameter) winMultiWindowXMsgProcErrorHandler - ERROR: BadWindow (invalid Window parameter) From alexander.gottwald@s1999.tu-chemnitz.de Thu Oct 14 10:19:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 14 Oct 2004 10:19:00 -0000 Subject: Crash in when running Evolution In-Reply-To: <1097746271.5723.3.camel@famine> References: <1097746271.5723.3.camel@famine> Message-ID: On Thu, 14 Oct 2004, ??yvind Harboe wrote: > This bug has been here for at least 6 months, AFAICT. > > Sometimes the X server will terminate while I'm using Evolution. Log > attached. > > What can I do to help debug this problem? The only way to debug this is to run XWin in gdb and wait until the error occurs. I'm not running evolution and am therefore not able to reproduce the bug. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From narozhny@netscape.net Thu Oct 14 12:11:00 2004 From: narozhny@netscape.net (Boris) Date: Thu, 14 Oct 2004 12:11:00 -0000 Subject: Tunneling does not seem to work here (newbie)? In-Reply-To: References: <20041013193606.NVOU13490.lakermmtao06.cox.net@smtp.east.cox.net> Message-ID: <416E6CFA.6040507@netscape.net> Well, I also have problems with this, and although it is probably not a bug report, I was unable to resolve the following two issues by reading documentation. 1. Sometime ago, in some old version of cygwin (I apologise for not being able to tell you which one exactly) I was able to display a window from another machine by doing ssh and then setting the DISPLAY variable to point to the cygwin box (before that the remote host was added to the list of allowed hosts). Now with the latest version this does not work (I get an error message "Xlib: no protocol specified"), only ssh -Y does. But this results in much slower performance, and therefore the question is: was it an intentinal change or there is some new step that I am supposed to do now to be able to just point to my cygwin box? 2. Now, when I try to run sshd on the cygwin box (and I set up the ssh server according to the README file) I am able to check that the server works by logging in from the bash prompt where I am already logged on, but not from any remote host, or even from the same prompt but logged on as another user. Before upgrading to the most recent version everything worked just fine. These problems I have on both WinXP and Win2K, with or without ZoneAlarm 5 or 4.5. Any suggestions? Thanks, Boris. pechtcha@cs.nyu.edu wrote: >On Wed, 13 Oct 2004, savantsaro wrote: > > > >>box 1: Windows 2000 Server >> cygwin >> >>box 2: Mac OS X 10.3 (Panther) >> >>cygwin was installed with openssh, today, from the latest setup.exe. >> >> > >FYI, it's probably a good idea to review >before sending bug reports... Reading >/usr/share/doc/Cygwin/openssh.README would also help. > > > >>Basic scenario: >>startxwin.bat -> X icon appears in taskbar, terminal opens >>ssh -Y -l username box2name -> ssh connection is established and works fine >>emacs & -> [1]+ Stopped emacs >> >>Troubleshooting already done: >>I have also tried with putty, with X11 tunneling enabled, and tried >>running other apps (specifically a java swing application, which does >>not stop but simply does nothing on box 1) >>The DISPLAY environment variable was not set. >> >> > >There's your problem. You should set it before running "ssh -Y". For >example try either > >export DISPLAY=:0.0; ssh -Y username@boxname > >or even > >DISPLAY=:0.0 ssh -Y username@boxname > >-- both should work. > > > >>I tried setting it to "localhost:0.0" and to ":0", with no effect. >>The config files for ssh (~/.ssh/config and /etc/ssh_config) did not >>exist. >> >> > >Ah. Did you run /bin/ssh-user-config? > > > >>I created the first one with a single line (ForwardX11 yes) with no >>change. >> >>Please help. I know cygwin is a good, working program, and I'm an >>intelligent computer guy - why won't it work for me? >> >> > >Maybe Cygwin just doesn't like you? ;-) >You know, ... > Igor > > From savantsaro@cox.net Thu Oct 14 12:46:00 2004 From: savantsaro@cox.net (savantsaro@cox.net) Date: Thu, 14 Oct 2004 12:46:00 -0000 Subject: Tunneling does not seem to work here (newbie)? Message-ID: <20041014124608.XJWC11312.lakermmtao07.cox.net@smtp.east.cox.net> >> box 1: Windows 2000 Server >> cygwin >> >> box 2: Mac OS X 10.3 (Panther) >> >> cygwin was installed with openssh, today, from the latest setup.exe. >FYI, it's probably a good idea to review > >before sending bug reports... Reading >/usr/share/doc/Cygwin/openssh.README would also help. I did read the first one, wasn't aware of the second one. I spent several hours researching and trying to solve the problem before posting here. Also, I'm not implying it's a bug - I'm sure there's something I missed, I just can't figure out what it is. >> Basic scenario: >> startxwin.bat -> X icon appears in taskbar, terminal opens >> ssh -Y -l username box2name -> ssh connection is established and works fine >> emacs & -> [1]+ Stopped emacs >> >> Troubleshooting already done: >> I have also tried with putty, with X11 tunneling enabled, and tried >> running other apps (specifically a java swing application, which does >> not stop but simply does nothing on box 1) >> The DISPLAY environment variable was not set. >There's your problem. You should set it before >running "ssh -Y". For example try either > >export DISPLAY=:0.0; ssh -Y username@boxname > >or even > >DISPLAY=:0.0 ssh -Y username@boxname > >-- both should work. I did set DISPLAY before running ssh, before I posted here. I just tried your examples, but still get the same result. >> I tried setting it to "localhost:0.0" and to ":0", with no effect. >> The config files for ssh (~/.ssh/config and /etc/ssh_config) did not >> exist. >Ah. Did you run /bin/ssh-user-config? No, I wasn't aware of it. I have run it now, created all the identities and used none of them. Still no change. >> I created the first one with a single line (ForwardX11 yes) with no >> change. >> >> Please help. I know cygwin is a good, working program, and I'm an >> intelligent computer guy - why won't it work for me? >Maybe Cygwin just doesn't like you? ;-) The thought had occurred to me. From gerrit@familiehaase.de Thu Oct 14 14:00:00 2004 From: gerrit@familiehaase.de (Gerrit P. Haase) Date: Thu, 14 Oct 2004 14:00:00 -0000 Subject: X11/Xlib.h: No such file or directory Message-ID: <1301858546949.20041014160045@familiehaase.de> Hello, after the latest upgrade, all my headers are gone. I suspect because I have unseleted the lndir package. Is it really needed? But I don't want lndir. Can I remove it agter the installation? Gerrit -- =^..^= From alexander.gottwald@s1999.tu-chemnitz.de Thu Oct 14 14:05:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 14 Oct 2004 14:05:00 -0000 Subject: X11/Xlib.h: No such file or directory In-Reply-To: <1301858546949.20041014160045@familiehaase.de> References: <1301858546949.20041014160045@familiehaase.de> Message-ID: On Thu, 14 Oct 2004, Gerrit P. Haase wrote: > Hello, > > after the latest upgrade, all my headers are gone. > > I suspect because I have unseleted the lndir package. Is it really > needed? But I don't want lndir. Can I remove it agter the installation? This is strange. the headers are in xorg-x11-devel and unselecting xorg-x11-bin-lndir should have no influence on the headers. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From gerrit@familiehaase.de Thu Oct 14 14:15:00 2004 From: gerrit@familiehaase.de (Gerrit P. Haase) Date: Thu, 14 Oct 2004 14:15:00 -0000 Subject: X11/Xlib.h: No such file or directory In-Reply-To: References: <1301858546949.20041014160045@familiehaase.de> Message-ID: <901859434786.20041014161532@familiehaase.de> Alexander schrieb: > On Thu, 14 Oct 2004, Gerrit P. Haase wrote: >> Hello, >> >> after the latest upgrade, all my headers are gone. >> >> I suspect because I have unseleted the lndir package. Is it really >> needed? But I don't want lndir. Can I remove it agter the installation? > This is strange. the headers are in xorg-x11-devel and unselecting > xorg-x11-bin-lndir should have no influence on the headers. I think I figured what the problem was, I have mounts: C:\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type system (binmode) C:\cygwin\usr\X11R6\lib\X11\fonts on /usr/lib/X11/fonts type system (binmode) C:\cygwin\usr\X11R6\include\X11 on /usr/include/X11 type system (binmode) C:\cygwin\usr\X11R6\lib\X11 on /usr/lib/X11 type system (binmode) I got errors from setup, "I remove the directory /usr/include/X11 ..." After installation I have a directory X11.old-1 instead of X11 under include and the same with lib/X11. Strange, I always thought setup is a Wnidows application and doesn't know about mounts. Gerrit -- =^..^= From owen.rees@hp.com Thu Oct 14 16:06:00 2004 From: owen.rees@hp.com (Owen Rees) Date: Thu, 14 Oct 2004 16:06:00 -0000 Subject: cygwin/x symantec antivirus conflict (fixed in snapshot?) In-Reply-To: <20041011040641.GD5016@trixie.casa.cgf.cx> References: <4164ABA6.20205@gladstonefamily.net> <20041007034237.GE6359@trixie.casa.cgf.cx> <41693BD6.4060304@gladstonefamily.net> <20041011024427.GC5016@trixie.casa.cgf.cx> <4169FEEC.3060607@gladstonefamily.net> <20041011040641.GD5016@trixie.casa.cgf.cx> Message-ID: <6B2B3649592BD9BC9AED7CDF@REES-O-2.labs.hpl.hp.com> --On 11 October 2004 00:06 -0400 Christopher Faylor wrote: > So, I'd appreciate reports on the latest snapshot. Does it fix any > problems? Cause any problems? No change? I have XP Pro and Symantec AV - the 20041010 snapshot fixes the slowness I was having with emacs/X locally and X forwarded over SSH, and with no problems observed so far. The severe performance problems appeared some time in August IIRC, and my first impression is that the performance is now better than before the problems. Regards, Owen Rees Hewlett Packard Laboratories, Bristol, UK tel: +44 117 312 9439 fax: +44 117 312 9153 From pechtcha@cs.nyu.edu Thu Oct 14 16:54:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Thu, 14 Oct 2004 16:54:00 -0000 Subject: Tunneling does not seem to work here (newbie)? In-Reply-To: <416E6CFA.6040507@netscape.net> References: <20041013193606.NVOU13490.lakermmtao06.cox.net@smtp.east.cox.net> <416E6CFA.6040507@netscape.net> Message-ID: On Thu, 14 Oct 2004, Boris wrote: > Well, I also have problems with this, and although it is probably not a bug > report, My bad. Should've said "problem report"... Sorry. > I was unable to resolve the following two issues by reading > documentation. > > 1. Sometime ago, in some old version of cygwin (I apologise for not > being able to tell you which one exactly) I was able to display a window > from another machine by doing ssh and then setting the DISPLAY variable > to point to the cygwin box (before that the remote host was added to the > list of allowed hosts). Now with the latest version this does not work > (I get an error message "Xlib: no protocol specified"), only ssh -Y > does. But this results in much slower performance, and therefore the > question is: was it an intentinal change or there is some new step that > I am supposed to do now to be able to just point to my cygwin box? I'll let Alexander or someone else more familiar with X internals pick up the "no protocol specified" problem. Could be a firewall issue... As for 'ssh -Y" being slow, consider passing a "-C" option to ssh. > 2. Now, when I try to run sshd on the cygwin box (and I set up the ssh > server according to the README file) I am able to check that the server > works by logging in from the bash prompt where I am already logged on, > but not from any remote host, or even from the same prompt but logged on > as another user. Before upgrading to the most recent version everything > worked just fine. This is not an X-related issue. You should probably report it on the main Cygwin list at . > These problems I have on both WinXP and Win2K, with or without ZoneAlarm > 5 or 4.5. Firewall programs usually change the behavior of the TCP/IP stack by substituting their own DLLs in place of the system ones, so they may affect the behavior of network/socket related code even when disabled. When you say "without ZA", do you mean "ZA disabled", or "ZA not installed"? > Any suggestions? > > Thanks, > Boris. > > pechtcha@XX.XXX.XXX wrote: Oh, and . Thanks. Igor > > On Wed, 13 Oct 2004, savantsaro wrote: > > > > > > > box 1: Windows 2000 Server > > > cygwin > > > > > > box 2: Mac OS X 10.3 (Panther) > > > > > > cygwin was installed with openssh, today, from the latest setup.exe. > > > > FYI, it's probably a good idea to review > > before sending bug reports... > > Reading /usr/share/doc/Cygwin/openssh.README would also help. > > > > > Basic scenario: > > > startxwin.bat -> X icon appears in taskbar, terminal opens > > > ssh -Y -l username box2name -> ssh connection is established and works > > > fine > > > emacs & -> [1]+ Stopped emacs > > > > > > Troubleshooting already done: > > > I have also tried with putty, with X11 tunneling enabled, and tried > > > running other apps (specifically a java swing application, which does > > > not stop but simply does nothing on box 1) > > > The DISPLAY environment variable was not set. > > > > There's your problem. You should set it before running "ssh -Y". > > For example try either > > > > export DISPLAY=:0.0; ssh -Y username@boxname > > > > or even > > > > DISPLAY=:0.0 ssh -Y username@boxname > > > > -- both should work. > > > > > I tried setting it to "localhost:0.0" and to ":0", with no effect. > > > The config files for ssh (~/.ssh/config and /etc/ssh_config) did not > > > exist. > > > > > > > Ah. Did you run /bin/ssh-user-config? > > > > > I created the first one with a single line (ForwardX11 yes) with no > > > change. > > > > > > Please help. I know cygwin is a good, working program, and I'm an > > > intelligent computer guy - why won't it work for me? > > > > Maybe Cygwin just doesn't like you? ;-) > > You know, ... > > Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Happiness lies in being privileged to work hard for long hours in doing whatever you think is worth doing." -- Dr. Jubal Harshaw From pechtcha@cs.nyu.edu Thu Oct 14 16:59:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Thu, 14 Oct 2004 16:59:00 -0000 Subject: Tunneling does not seem to work here (newbie)? In-Reply-To: <20041014124608.XJWC11312.lakermmtao07.cox.net@smtp.east.cox.net> References: <20041014124608.XJWC11312.lakermmtao07.cox.net@smtp.east.cox.net> Message-ID: On Thu, 14 Oct 2004, savantsaro wrote: > >> box 1: Windows 2000 Server > >> cygwin > >> > >> box 2: Mac OS X 10.3 (Panther) > >> > >> cygwin was installed with openssh, today, from the latest setup.exe. > > >FYI, it's probably a good idea to review > > >before sending bug reports... Reading > >/usr/share/doc/Cygwin/openssh.README would also help. > > I did read the first one, wasn't aware of the second one. I spent > several hours researching and trying to solve the problem before posting > here. > > Also, I'm not implying it's a bug - I'm sure there's something I missed, > I just can't figure out what it is. Sorry, my bad. Should've said "problem reports". > >> Basic scenario: > >> startxwin.bat -> X icon appears in taskbar, terminal opens > >> ssh -Y -l username box2name -> ssh connection is established and works fine > >> emacs & -> [1]+ Stopped emacs > >> > >> Troubleshooting already done: > >> I have also tried with putty, with X11 tunneling enabled, and tried > >> running other apps (specifically a java swing application, which does > >> not stop but simply does nothing on box 1) > >> The DISPLAY environment variable was not set. > > >There's your problem. You should set it before running "ssh -Y". > >For example try either > > > >export DISPLAY=:0.0; ssh -Y username@boxname > > > >or even > > > >DISPLAY=:0.0 ssh -Y username@boxname > > > >-- both should work. > > I did set DISPLAY before running ssh, before I posted here. > > I just tried your examples, but still get the same result. > > >> I tried setting it to "localhost:0.0" and to ":0", with no effect. > >> The config files for ssh (~/.ssh/config and /etc/ssh_config) did not > >> exist. > > >Ah. Did you run /bin/ssh-user-config? > > No, I wasn't aware of it. It's mentioned in /usr/share/doc/Cygwin/openssh.README. Actually, the one you'd need to run is probably ssh-host-config (as that's the one that creates /etc/ssh_config)... It's been suggested before that the "first time install" section in the openssh.README be marked with huge banners and made much more prominent... Corinna, are you reading this? ;-) > I have run it now, created all the identities and used none of them. > Still no change. > > >> I created the first one with a single line (ForwardX11 yes) with no > >> change. > >> > >> Please help. I know cygwin is a good, working program, and I'm an > >> intelligent computer guy - why won't it work for me? > > >Maybe Cygwin just doesn't like you? ;-) > > The thought had occurred to me. Try running ssh-host-config, and see if that works... If not, it's time to debug -- maybe X11 forwarding is not enabled on the remote end at all. Try "ssh -Yvvv", and see if that provides any clues... Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Happiness lies in being privileged to work hard for long hours in doing whatever you think is worth doing." -- Dr. Jubal Harshaw From pechtcha@cs.nyu.edu Thu Oct 14 17:02:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Thu, 14 Oct 2004 17:02:00 -0000 Subject: Crash in when running Evolution In-Reply-To: <1097747789.5723.9.camel@famine> References: <1097747789.5723.9.camel@famine> Message-ID: On Thu, 14 Oct 2004, ??yvind Harboe wrote: > Ouch. > > In my last message I sent the wrong XWin.log. > > Attached is the correct XWin.log. The last two lines of your log are winMultiWindowXMsgProcErrorHandler - ERROR: BadWindow (invalid Window parameter) winMultiWindowXMsgProcErrorHandler - ERROR: BadWindow (invalid Window parameter) This usually indicates problems with SSH X11 forwarding. Are you using it? If so, do you use "ssh -X" or "ssh -Y"? Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Happiness lies in being privileged to work hard for long hours in doing whatever you think is worth doing." -- Dr. Jubal Harshaw From alexander.gottwald@s1999.tu-chemnitz.de Thu Oct 14 18:00:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 14 Oct 2004 18:00:00 -0000 Subject: Crash in when running Evolution In-Reply-To: References: <1097747789.5723.9.camel@famine> Message-ID: On Thu, 14 Oct 2004, Igor Pechtchanski wrote: > On Thu, 14 Oct 2004, ??yvind Harboe wrote: > > > Ouch. > > > > In my last message I sent the wrong XWin.log. > > > > Attached is the correct XWin.log. > > The last two lines of your log are > > winMultiWindowXMsgProcErrorHandler - ERROR: BadWindow (invalid Window parameter) > winMultiWindowXMsgProcErrorHandler - ERROR: BadWindow (invalid Window parameter) > > This usually indicates problems with SSH X11 forwarding. Are you using > it? If so, do you use "ssh -X" or "ssh -Y"? This is from the internal window manager. I've seen those from time to time but I don't think it's critical. The bad things are segfaults when accessing a wrong or null pointer. But this is not in the logs. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From the_angel_s@msn.com Thu Oct 14 18:43:00 2004 From: the_angel_s@msn.com (Philippe Wang) Date: Thu, 14 Oct 2004 18:43:00 -0000 Subject: Fatal error while trying to use X11 in Cygwin... Please help me! Thank you! Message-ID: Hello, I have just installed Cygwin and it works for what I really need to do. However, when I want to try "X11" with the command "x", a fatal error occurs. Could you help me please ? Thank you very much, Philip (novice user of Linux- and any other related things...) ------------------------------------------------------------------------------------------------------- The log file : $ cat XWin.log Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.0-1 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: x -br ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1280 h 1024 winInitializeDefaultScreens - Returning (WW) /tmp mounted int textmode _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 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: "0000040C" (0000040c) (--) Using preset keyboard for "French (Standard)" (40c), type "4" (--) 5 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from li st! Fatal server error: could not open default font 'fixed' winDeinitMultiWindowWM - Noting shutdown in progress _________________________________________________________________ Trouvez l'??me soeur sur MSN Rencontres http://g.msn.fr/FR1000/9551 From Alexander.Gottwald@s1999.tu-chemnitz.de Thu Oct 14 19:28:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 14 Oct 2004 19:28:00 -0000 Subject: Fatal error while trying to use X11 in Cygwin... Please help me! Thank you! In-Reply-To: References: Message-ID: Philippe Wang wrote: > > Fatal server error: > could not open default font 'fixed' Can you please try running font-update. What does it output? bye ago NP: NamNamBulu - Forgiving (Transformation Mix) -- Alexander.Gottwald@informatik.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From savantsaro@cox.net Thu Oct 14 20:29:00 2004 From: savantsaro@cox.net (savantsaro@cox.net) Date: Thu, 14 Oct 2004 20:29:00 -0000 Subject: Tunneling does not seem to work here (newbie)? Message-ID: <20041014202857.DCMV23906.lakermmtao10.cox.net@smtp.east.cox.net> >Try running ssh-host-config, and see if that works... If >not, it's time >to debug -- maybe X11 forwarding is not enabled on the >remote end at all. >Try "ssh -Yvvv", and see if that provides any clues... > Igor I have taken your advice, and at the risk of being spammy, here are the results, in the hope someone might be able to make more sense of them than I: (Note: possibly the following lines are of interest?) debug2: x11_get_proto: /usr/X11R6/bin/xauth list 127.0.0.1:0.0 . 2>/dev/null Warning: No xauth data; using fake authentication data for X11 forwarding. debug1: Requesting X11 forwarding with authentication spoofing. debug2: channel 0: request x11-req confirm 0 (/Note) -------------------- $ ssh -Yvvv -l Administrator serverName OpenSSH_3.9p1, OpenSSL 0.9.7d 17 Mar 2004 debug1: Reading configuration data /home/award/.ssh/config debug2: ssh_connect: needpriv 0 debug1: Connecting to serverName [56.72.3.118] port 22. debug1: Connection established. debug1: identity file /home/award/.ssh/identity type 0 debug3: Not a RSA1 key file /home/award/.ssh/id_rsa. debug2: key_type_from_name: unknown key type '-----BEGIN' debug3: key_read: missing keytype debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug2: key_type_from_name: unknown key type '-----END' debug3: key_read: missing keytype debug1: identity file /home/award/.ssh/id_rsa type 1 debug3: Not a RSA1 key file /home/award/.ssh/id_dsa. debug2: key_type_from_name: unknown key type '-----BEGIN' debug3: key_read: missing keytype debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug2: key_type_from_name: unknown key type '-----END' debug3: key_read: missing keytype debug1: identity file /home/award/.ssh/id_dsa type 2 debug1: Remote protocol version 2.0, remote software version OpenSSH_3.6.1p1+CAN-2004-0175 debug1: match: OpenSSH_3.6.1p1+CAN-2004-0175 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_3.9p1 debug2: fd 3 setting O_NONBLOCK debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 debug2: kex_parse_kexinit: ssh-rsa,ssh-dss debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96 debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96 debug2: kex_parse_kexinit: none,zlib debug2: kex_parse_kexinit: none,zlib debug2: kex_parse_kexinit: debug2: kex_parse_kexinit: debug2: kex_parse_kexinit: first_kex_follows 0 debug2: kex_parse_kexinit: reserved 0 debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1 debug2: kex_parse_kexinit: ssh-rsa,ssh-dss debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96 debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96 debug2: kex_parse_kexinit: none,zlib debug2: kex_parse_kexinit: none,zlib debug2: kex_parse_kexinit: debug2: kex_parse_kexinit: debug2: kex_parse_kexinit: first_kex_follows 0 debug2: kex_parse_kexinit: reserved 0 debug2: mac_init: found hmac-md5 debug1: kex: server->client aes128-cbc hmac-md5 none debug2: mac_init: found hmac-md5 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 debug2: dh_gen_key: priv key bits set: 124/256 debug2: bits set: 483/1024 debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug3: check_host_in_hostfile: filename /home/award/.ssh/known_hosts debug3: check_host_in_hostfile: match line 1 debug3: check_host_in_hostfile: filename /home/award/.ssh/known_hosts debug3: check_host_in_hostfile: match line 1 debug1: Host 'serverName' is known and matches the RSA host key. debug1: Found key in /home/award/.ssh/known_hosts:1 debug2: bits set: 518/1024 debug1: ssh_rsa_verify: signature correct debug2: kex_derive_keys debug2: set_newkeys: mode 1 debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug2: set_newkeys: mode 0 debug1: SSH2_MSG_NEWKEYS received debug1: SSH2_MSG_SERVICE_REQUEST sent debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received debug2: key: /home/award/.ssh/id_rsa (0x100e8fa0) debug2: key: /home/award/.ssh/id_dsa (0x100e8fb8) debug1: Authentications that can continue: gssapi,publickey,password,keyboard-interactive debug3: start over, passed a different list gssapi,publickey,password,keyboard-interactive debug3: preferred publickey,keyboard-interactive,password debug3: authmethod_lookup publickey debug3: remaining preferred: keyboard-interactive,password debug3: authmethod_is_enabled publickey debug1: Next authentication method: publickey debug1: Offering public key: /home/award/.ssh/id_rsa debug3: send_pubkey_test debug2: we sent a publickey packet, wait for reply debug1: Authentications that can continue: gssapi,publickey,password,keyboard-interactive debug1: Offering public key: /home/award/.ssh/id_dsa debug3: send_pubkey_test debug2: we sent a publickey packet, wait for reply debug1: Authentications that can continue: gssapi,publickey,password,keyboard-interactive debug2: we did not send a packet, disable method debug3: authmethod_lookup keyboard-interactive debug3: remaining preferred: password debug3: authmethod_is_enabled keyboard-interactive debug1: Next authentication method: keyboard-interactive debug2: userauth_kbdint debug2: we sent a keyboard-interactive packet, wait for reply debug1: Authentications that can continue: gssapi,publickey,password,keyboard-interactive debug3: userauth_kbdint: disable: no info_req_seen debug2: we did not send a packet, disable method debug3: authmethod_lookup password debug3: remaining preferred: debug3: authmethod_is_enabled password debug1: Next authentication method: password Administrator@serverName's password: debug3: packet_send2: adding 48 (len 65 padlen 15 extra_pad 64) debug2: we sent a password packet, wait for reply debug1: Authentication succeeded (password). debug1: channel 0: new [client-session] debug3: ssh_session2_open: channel_new: 0 debug2: channel 0: send open debug1: Entering interactive session. debug2: callback start debug2: x11_get_proto: /usr/X11R6/bin/xauth list 127.0.0.1:0.0 . 2>/dev/null Warning: No xauth data; using fake authentication data for X11 forwarding. debug1: Requesting X11 forwarding with authentication spoofing. debug2: channel 0: request x11-req confirm 0 debug2: client_session2_setup: id 0 debug2: channel 0: request pty-req confirm 0 debug3: tty_make_modes: ospeed 38400 debug3: tty_make_modes: ispeed 38400 debug3: tty_make_modes: 1 3 debug3: tty_make_modes: 2 28 debug3: tty_make_modes: 3 127 debug3: tty_make_modes: 4 21 debug3: tty_make_modes: 5 4 debug3: tty_make_modes: 6 0 debug3: tty_make_modes: 7 0 debug3: tty_make_modes: 8 17 debug3: tty_make_modes: 9 19 debug3: tty_make_modes: 10 26 debug3: tty_make_modes: 12 18 debug3: tty_make_modes: 13 23 debug3: tty_make_modes: 14 22 debug3: tty_make_modes: 18 15 debug3: tty_make_modes: 30 0 debug3: tty_make_modes: 31 0 debug3: tty_make_modes: 32 0 debug3: tty_make_modes: 33 0 debug3: tty_make_modes: 34 0 debug3: tty_make_modes: 35 0 debug3: tty_make_modes: 36 1 debug3: tty_make_modes: 37 0 debug3: tty_make_modes: 38 1 debug3: tty_make_modes: 39 0 debug3: tty_make_modes: 40 0 debug3: tty_make_modes: 41 0 debug3: tty_make_modes: 50 1 debug3: tty_make_modes: 51 1 debug3: tty_make_modes: 53 1 debug3: tty_make_modes: 54 1 debug3: tty_make_modes: 55 1 debug3: tty_make_modes: 56 0 debug3: tty_make_modes: 57 0 debug3: tty_make_modes: 58 0 debug3: tty_make_modes: 59 1 debug3: tty_make_modes: 60 1 debug3: tty_make_modes: 61 1 debug3: tty_make_modes: 70 1 debug3: tty_make_modes: 71 0 debug3: tty_make_modes: 72 1 debug3: tty_make_modes: 73 0 debug3: tty_make_modes: 74 0 debug3: tty_make_modes: 75 0 debug3: tty_make_modes: 90 1 debug3: tty_make_modes: 91 1 debug3: tty_make_modes: 92 0 debug3: tty_make_modes: 93 0 debug2: channel 0: request shell confirm 0 debug2: fd 3 setting TCP_NODELAY debug2: callback done debug2: channel 0: open confirm rwindow 0 rmax 32768 debug2: channel 0: rcvd adjust 131072 Last login: Thu Oct 14 16:26:13 2004 from 56.72.1.160 Welcome to Darwin! serverName:~ administrator$ emacs & [1] 1974 serverName:~ administrator$ [1]+ Stopped emacs serverName:~ administrator$ ps PID TT STAT TIME COMMAND 1485 p1 Ss+ 0:00.04 -bash 1973 std Ss 0:00.02 -bash 1974 std S 0:00.01 emacs serverName:~ administrator$ kill -9 1974 serverName:~ administrator$ ps PID TT STAT TIME COMMAND 1485 p1 Ss+ 0:00.04 -bash 1973 std Ss 0:00.02 -bash [1]+ Killed emacs serverName:~ administrator$ exit debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 debug2: channel 0: rcvd eof debug2: channel 0: output open -> drain debug2: channel 0: rcvd close debug2: channel 0: close_read debug2: channel 0: input open -> closed debug3: channel 0: will not send data after close logout debug3: channel 0: will not send data after close debug2: channel 0: obuf empty debug2: channel 0: close_write debug2: channel 0: output drain -> closed debug2: channel 0: almost dead debug2: channel 0: gc: notify user debug2: channel 0: gc: user detached debug2: channel 0: send close debug2: channel 0: is dead debug2: channel 0: garbage collecting debug1: channel 0: free: client-session, nchannels 1 debug3: channel 0: status: The following connections are open: #0 client-session (t4 r0 i3/0 o3/0 fd -1/-1 cfd -1) debug3: channel 0: close_fds r -1 w -1 e 6 c -1 Connection to serverName closed. debug1: Transferred: stdin 0, stdout 0, stderr 31 bytes in 20.3 seconds debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 1.5 debug1: Exit status 0 From alexander.gottwald@s1999.tu-chemnitz.de Thu Oct 14 21:00:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 14 Oct 2004 21:00:00 -0000 Subject: Tunneling does not seem to work here (newbie)? In-Reply-To: <20041014202857.DCMV23906.lakermmtao10.cox.net@smtp.east.cox.net> References: <20041014202857.DCMV23906.lakermmtao10.cox.net@smtp.east.cox.net> Message-ID: On Thu, 14 Oct 2004 savantsaro@cox.net wrote: > >Try running ssh-host-config, and see if that works... If >not, it's time > >to debug -- maybe X11 forwarding is not enabled on the >remote end at all. > >Try "ssh -Yvvv", and see if that provides any clues... > > Igor > > I have taken your advice, and at the risk of being spammy, here are the results, in the hope someone might be able to make more sense of them than I: > > (Note: possibly the following lines are of interest?) > debug2: x11_get_proto: /usr/X11R6/bin/xauth list 127.0.0.1:0.0 . 2>/dev/null > Warning: No xauth data; using fake authentication data for X11 forwarding. > debug1: Requesting X11 forwarding with authentication spoofing. > debug2: channel 0: request x11-req confirm 0 > (/Note) This looks like X11 forwarding works. Maybe DISPLAY is reset in some login scripts. what does this report: ssh -Y remotehost echo $DISPLAY bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From artemave@inbox.ru Thu Oct 14 21:21:00 2004 From: artemave@inbox.ru (artem) Date: Thu, 14 Oct 2004 21:21:00 -0000 Subject: What have I done wrong? Message-ID: <19411322791.20041015011958@inbox.ru> Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.0-1 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: X :0 -multiwindow -clipboard ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1024 h 768 winInitializeDefaultScreens - Returning _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root winCheckDisplayNumber - Cygwin/X is already running on display 0 Fatal server error: InitOutput - Duplicate invocation on display number: 0. Exiting. winDeinitMultiWindowWM - Noting shutdown in progress From the_angel_s@msn.com Thu Oct 14 21:28:00 2004 From: the_angel_s@msn.com (Philippe Wang) Date: Thu, 14 Oct 2004 21:28:00 -0000 Subject: Fatal error while trying to use X11 in Cygwin... Message-ID: Hello, I have just installed Cygwin and it works for what I really need to do. However, when I want to try "X11" with the command "x", a fatal error occurs. Could you help me please? Thank you very much, Philip (novice user of Linux- and any other related things...) _________________________________________________________________ Trouvez l'??me soeur sur MSN Rencontres http://g.msn.fr/FR1000/9551 -------------- next part -------------- A non-text attachment was scrubbed... Name: XWin.log Type: application/octet-stream Size: 956 bytes Desc: not available URL: From ihok@hotmail.com Thu Oct 14 22:42:00 2004 From: ihok@hotmail.com (Jack Tanner) Date: Thu, 14 Oct 2004 22:42:00 -0000 Subject: old clipboard bug returns Message-ID: I just encountered a bug that I thought had been fixed a long time ago: pasting from X to a Windows application makes the Windows application crash. I haven't tried to reproduce it. I know this is a sucky, vague bug report, but I thought I'd give folks a heads up. From rrepasky@lack.ucs.indiana.edu Fri Oct 15 02:49:00 2004 From: rrepasky@lack.ucs.indiana.edu (Dick Repasky) Date: Fri, 15 Oct 2004 02:49:00 -0000 Subject: cygwin/x symantec antivirus conflict In-Reply-To: <20041014012953.GF14233@trixie.casa.cgf.cx> References: <4164ABA6.20205@gladstonefamily.net> <20041007034237.GE6359@trixie.casa.cgf.cx> <41693BD6.4060304@gladstonefamily.net> <20041011024427.GC5016@trixie.casa.cgf.cx> <20041014012953.GF14233@trixie.casa.cgf.cx> Message-ID: On Wed, 13 Oct 2004, Christopher Faylor wrote: > > You're welcome. What OS are you using XP, Me, etc.? > XP SP2 and Symantec Corporate version 9 running under VMWare on a 3 GHz Linux machine (up-to-date gentoo) with 1 GB mem. My standard test is to log into a remote machine and launch SAS interactively, which opens up 5 or 6 windows. ----------------- Dick Repasky Bioinformatics Support UITS Cubicle 101.08 Indiana University USA rrepasky@indiana.edu From oyvind.harboe@zylin.com Fri Oct 15 07:26:00 2004 From: oyvind.harboe@zylin.com (=?ISO-8859-1?Q?=D8yvind?= Harboe) Date: Fri, 15 Oct 2004 07:26:00 -0000 Subject: cygwin-xfree Digest 14 Oct 2004 21:00:08 -0000 Issue 1567 In-Reply-To: <1097787608.5746.ezmlm@cygwin.com> References: <1097787608.5746.ezmlm@cygwin.com> Message-ID: <1097825189.7466.6.camel@famine> > > This bug has been here for at least 6 months, AFAICT. > > > > Sometimes the X server will terminate while I'm using Evolution. Log > > attached. > > > > What can I do to help debug this problem? > > The only way to debug this is to run XWin in gdb and wait until the > error occurs. I've previously built XWin w/debug info and debugged it in GDB. But this time I ran into a new problem: When I run XWin in GDB, it constantly gets access violations. This is during startup, and before I've got some sort of understanding of this, I don't want to attempt anything more ambitious. cygwin1!__getreent KERNEL32!IsBadWritePtr > I'm not running evolution and am therefore not able to reproduce the bug. BTW, I don't think my patch to make -multiplemonitors the default ever made it into CVS. Any chance? ;-) http://www.cygwin.com/ml/cygwin-xfree/2004-01/msg00346.html -- ?yvind Harboe http://www.zylin.com From oyvind.harboe@zylin.com Fri Oct 15 07:30:00 2004 From: oyvind.harboe@zylin.com (=?ISO-8859-1?Q?=D8yvind?= Harboe) Date: Fri, 15 Oct 2004 07:30:00 -0000 Subject: Crash in when running Evolution In-Reply-To: <1097787608.5746.ezmlm@cygwin.com> References: <1097787608.5746.ezmlm@cygwin.com> Message-ID: <1097825428.7495.1.camel@famine> The problem happens with either -X or -Y to ssh. > > This bug has been here for at least 6 months, AFAICT. > > > > Sometimes the X server will terminate while I'm using Evolution. Log > > attached. > > > > What can I do to help debug this problem? > > The only way to debug this is to run XWin in gdb and wait until the > error occurs. I've previously built XWin w/debug info and debugged it in GDB. But this time I ran into a new problem: When I run XWin in GDB, it constantly gets access violations. This is during startup, and before I've got some sort of understanding of this, I don't want to attempt anything more ambitious. cygwin1!__getreent KERNEL32!IsBadWritePtr > I'm not running evolution and am therefore not able to reproduce the bug. BTW, I don't think my patch to make -multiplemonitors the default ever made it into CVS. Any chance? ;-) http://www.cygwin.com/ml/cygwin-xfree/2004-01/msg00346.html -- ?yvind Harboe http://www.zylin.com From alexander.gottwald@s1999.tu-chemnitz.de Fri Oct 15 09:44:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 15 Oct 2004 09:44:00 -0000 Subject: Fatal error while trying to use X11 in Cygwin... In-Reply-To: References: Message-ID: On Thu, 14 Oct 2004, Philippe Wang wrote: > Hello, > > I have just installed Cygwin and it works for what I really need to do. > However, when I want to try "X11" with the command "x", a fatal error > occurs. > Could you help me please? Check the archives. I've already sent an answer which got blocked by your spam filter. Seems the multiple exclamation marks in your old subject made it upset. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Fri Oct 15 09:44:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 15 Oct 2004 09:44:00 -0000 Subject: What have I done wrong? In-Reply-To: <19411322791.20041015011958@inbox.ru> References: <19411322791.20041015011958@inbox.ru> Message-ID: On Fri, 15 Oct 2004, artem wrote: > Welcome to the XWin X Server > Vendor: The Cygwin/X Project > Release: 6.8.1.0-1 > > Contact: cygwin-xfree@cygwin.com > > XWin was started with the following command line: > > X :0 -multiwindow -clipboard > > ddxProcessArgument - Initializing default screens > winInitializeDefaultScreens - w 1024 h 768 > winInitializeDefaultScreens - Returning > _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root > winCheckDisplayNumber - Cygwin/X is already running on display 0 > > Fatal server error: > InitOutput - Duplicate invocation on display number: 0. Exiting. http://x.cygwin.com/docs/faq/cygwin-x-faq.html#duplicate-invocation bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Fri Oct 15 09:59:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 15 Oct 2004 09:59:00 -0000 Subject: Crash in when running Evolution In-Reply-To: <1097825428.7495.1.camel@famine> References: <1097787608.5746.ezmlm@cygwin.com> <1097825428.7495.1.camel@famine> Message-ID: On Fri, 15 Oct 2004, ??yvind Harboe wrote: > The problem happens with either -X or -Y to ssh. > > > > This bug has been here for at least 6 months, AFAICT. > > > > > > Sometimes the X server will terminate while I'm using Evolution. Log > > > attached. > > > > > > What can I do to help debug this problem? > > > > The only way to debug this is to run XWin in gdb and wait until the > > error occurs. > > I've previously built XWin w/debug info and debugged it in GDB. > > But this time I ran into a new problem: > > When I run XWin in GDB, it constantly gets access violations. This is > during startup, and before I've got some sort of understanding of this, > I don't want to attempt anything more ambitious. > > cygwin1!__getreent > KERNEL32!IsBadWritePtr You can just continue there. These (annoying) segfaults are catched in cygwin1.dll > > I'm not running evolution and am therefore not able to reproduce the bug. > > BTW, I don't think my patch to make -multiplemonitors the default ever > made it into CVS. Any chance? ;-) > > > http://www.cygwin.com/ml/cygwin-xfree/2004-01/msg00346.html I'll check it. But there are still some issues with multiplemonitors (mm) - mm mode will override the workspace settings (==Desktop size - taskbar and stuff) This is fine in multiwindow mode but is a mess in windowed mode. - window in windowed mode will always span the whole desktop and some windows may be placed in dead area (not visible because of different screen resolutions) I'll see if I can make mm default for multiwindow and mwextwm leave it disabled with windowed and rootless mode bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From Lipp@Danet.de Fri Oct 15 11:32:00 2004 From: Lipp@Danet.de (Dr. Michael N. Lipp) Date: Fri, 15 Oct 2004 11:32:00 -0000 Subject: Extra window when starting xwin Message-ID: <416FB53A.6010906@Danet.de> Hi, I just updated cygwin including xfree. I have a link on my desktop that points to "wxin.exe -query ...". When I double clicked on this before the upgrade, I simply got my X-Server. Now I additionally get a window with log messages; if I close it, the X-Server disappears as well. It is very annoying to have this extra window. Is there any way to avoid it being opened? I have looked for "-silent" "-quiet", tried to explicitly specify a -logfile, no success... Regards, Michael From alexander.gottwald@s1999.tu-chemnitz.de Fri Oct 15 12:38:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 15 Oct 2004 12:38:00 -0000 Subject: Extra window when starting xwin In-Reply-To: <416FB53A.6010906@Danet.de> References: <416FB53A.6010906@Danet.de> Message-ID: On Fri, 15 Oct 2004, Dr. Michael N. Lipp wrote: > Hi, > > I just updated cygwin including xfree. I have a link on my desktop that > points to "wxin.exe -query ...". When I double clicked on this before > the upgrade, I simply got my X-Server. Now I additionally get a window > with log messages; if I close it, the X-Server disappears as well. > > It is very annoying to have this extra window. Is there any way to avoid > it being opened? I have looked for "-silent" "-quiet", tried to > explicitly specify a -logfile, no success... The X-startup-scripts package includes /usr/X11R6/bin/run which hides the console window. Edit your link c:/cygwin/usr/X11R6/bin/run.exe XWin.exe -query ... -nodecoration You will most likely need the -nodecoration because run does hide the normal XWin window too. This is a small bug which I've not been able to track down until now. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From pechtcha@cs.nyu.edu Fri Oct 15 14:38:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Fri, 15 Oct 2004 14:38:00 -0000 Subject: cygwin-xfree Digest 14 Oct 2004 21:00:08 -0000 Issue 1567 In-Reply-To: <1097825189.7466.6.camel@famine> References: <1097787608.5746.ezmlm@cygwin.com> <1097825189.7466.6.camel@famine> Message-ID: On Fri, 15 Oct 2004, ??yvind Harboe wrote: > > > What can I do to help debug this problem? > > > > The only way to debug this is to run XWin in gdb and wait until the > > error occurs. > > I've previously built XWin w/debug info and debugged it in GDB. > > But this time I ran into a new problem: > > When I run XWin in GDB, it constantly gets access violations. This is > during startup, and before I've got some sort of understanding of this, > I don't want to attempt anything more ambitious. > > cygwin1!__getreent > KERNEL32!IsBadWritePtr This is normal -- this is the way Cygwin (newlib?) tests pointers. Just continue from that point. I think there are two or three of those in the normal initialization sequence. If this bothers you too much, ... Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Happiness lies in being privileged to work hard for long hours in doing whatever you think is worth doing." -- Dr. Jubal Harshaw From sbaker@mail.fdn.com Fri Oct 15 14:48:00 2004 From: sbaker@mail.fdn.com (Sterling Baker) Date: Fri, 15 Oct 2004 14:48:00 -0000 Subject: XWin starting differently after update Message-ID: I'm on XP and was starting with startxwin.bat with the following; start /B XWin run openbox run xsetroot -solid aquamarine4 after doing an update today this gives an 'Run.exe' window saying it couldn't find 'openbox' which is in the same directory (/usr/X11R6/bin/) as the XWin binary. However if I start the shell first then run startxwin.sh with; XWin & openbox & xsetroot -solid aquamarine4 it starts as before. The XWin.log output looks the same for both (mainly just warnings); --------------- Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.0-1 Contact: cygwin-xfree@cygwin.com _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. XWin was started with the following command line: XWin (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information 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! winProcEstablishConnection - Hello winProcEstablishConnection - Clipboard is not enabled, returning. winDeinitMultiWindowWM - Noting shutdown in progress -------------- While this is usable I would like to be able to open an X session without any additional shell or terminal windows (this worked before the switch to xorg-x11). I tried the suggestion from another post; C:\cygwin\usr\X11R6\bin\run.exe XWin.exe -query ... -nodecoration But that failed to find cygwin1.dll till I put it into the same directory as XWin.exe. Now it does nothing at all, not even a log output. Any help would be appreciated. Thanks Sterling Baker From savantsaro@cox.net Fri Oct 15 15:13:00 2004 From: savantsaro@cox.net (savantsaro@cox.net) Date: Fri, 15 Oct 2004 15:13:00 -0000 Subject: Tunneling does not seem to work here (newbie)? Message-ID: <20041015151301.GVVE26541.lakermmtao05.cox.net@smtp.east.cox.net> >This looks like X11 forwarding works. Maybe DISPLAY is >reset in some login scripts. > >what does this report: >ssh -Y remotehost >echo $DISPLAY > >bye > ago I'm sure I added too many exports this time, was just running out of things to try..... -------------- award@mpeas04 ~ $ echo $DISPLAY 127.0.0.1:0.0 award@mpeas04 ~ $ export DISPLAY=:0.0 award@mpeas04 ~ $ echo $DISPLAY :0.0 award@mpeas04 ~ $ ssh -Y serverName -l Administrator Administrator@serverName's password: Warning: No xauth data; using fake authentication data for X11 forwarding. Last login: Fri Oct 15 10:53:54 2004 Welcome to Darwin! serverName:~ administrator$ echo $DISPLAY serverName:~ administrator$ export DISPLAY=:0.0 serverName:~ administrator$ emacs & [1] 11223 serverName:~ administrator$ [1]+ Stopped emacs serverName:~ administrator$ ps PID TT STAT TIME COMMAND 1485 p1 Ss+ 0:00.22 -bash 11031 p3 S+ 0:00.01 -bash 11209 std Ss 0:00.03 -bash 11223 std S 0:00.01 emacs serverName:~ administrator$ kill -9 11223 serverName:~ administrator$ [1]+ Killed emacs serverName:~ administrator$ From alexander.gottwald@s1999.tu-chemnitz.de Fri Oct 15 15:48:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 15 Oct 2004 15:48:00 -0000 Subject: Tunneling does not seem to work here (newbie)? In-Reply-To: <20041015151301.GVVE26541.lakermmtao05.cox.net@smtp.east.cox.net> References: <20041015151301.GVVE26541.lakermmtao05.cox.net@smtp.east.cox.net> Message-ID: On Fri, 15 Oct 2004 savantsaro@cox.net wrote: > >This looks like X11 forwarding works. Maybe DISPLAY is >reset in some login scripts. > > > >what does this report: > >ssh -Y remotehost > >echo $DISPLAY > > > >bye > > ago > > I'm sure I added too many exports this time, was just running out of things to try..... > > -------------- > > award@mpeas04 ~ > $ echo $DISPLAY > 127.0.0.1:0.0 > > award@mpeas04 ~ > $ export DISPLAY=:0.0 > > award@mpeas04 ~ > $ echo $DISPLAY > :0.0 > > award@mpeas04 ~ > $ ssh -Y serverName -l Administrator > Administrator@serverName's password: > Warning: No xauth data; using fake authentication data for X11 forwarding. This is usually a good sign that the ssh part of X11Forwarding works > Last login: Fri Oct 15 10:53:54 2004 > Welcome to Darwin! > serverName:~ administrator$ echo $DISPLAY > I guess this means somewhere DISPLAY is reset. These files might be of interest: /etc/profile /etc/profile.d/* ~/.profile ~/.bash_login running bash -x shows all commands that are executed. Check if DISPLAY is reset somewhere. Also check if X11Forwarding is not disabled in /etc/ssh/sshd_config > serverName:~ administrator$ export DISPLAY=:0.0 I think ssh uses display 10 and above. serverName$ export DISPLAY=:10.0 serverName$ emacs does this work? bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Fri Oct 15 15:52:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 15 Oct 2004 15:52:00 -0000 Subject: XWin starting differently after update In-Reply-To: References: Message-ID: On Fri, 15 Oct 2004, Sterling Baker wrote: > I'm on XP and was starting with startxwin.bat with the following; > > start /B XWin > run openbox > run xsetroot -solid aquamarine4 > > after doing an update today this gives an 'Run.exe' window saying it > couldn't find 'openbox' which is in the same directory (/usr/X11R6/bin/) as > the XWin binary. However if I start the shell first then run startxwin.sh > with; try this: start /B XWin run -p /usr/X11R6/bin openbox run -p /usr/X11R6/bin xsetroot -solid aquamarine4 > > C:\cygwin\usr\X11R6\bin\run.exe XWin.exe -query ... -nodecoration > > But that failed to find cygwin1.dll till I put it into the same directory as > XWin.exe. DON'T EVER DO THIS. Create the shortcut with c:\cygwin\bin as working directory and with C:\cygwin\usr\X11R6\bin\run.exe XWin.exe as commandline. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From sbaker@mail.fdn.com Fri Oct 15 16:23:00 2004 From: sbaker@mail.fdn.com (Sterling Baker) Date: Fri, 15 Oct 2004 16:23:00 -0000 Subject: XWin starting differently after update Message-ID: >try this: > >start /B XWin >run -p /usr/X11R6/bin openbox >run -p /usr/X11R6/bin xsetroot -solid aquamarine4 that worked. Thanks Sterling From savantsaro@cox.net Fri Oct 15 17:28:00 2004 From: savantsaro@cox.net (savantsaro@cox.net) Date: Fri, 15 Oct 2004 17:28:00 -0000 Subject: Tunneling does not seem to work here (newbie)? Message-ID: <20041015172813.IEXW3371.lakermmtao07.cox.net@smtp.east.cox.net> Ok, I think I may have figured out the problem, although I still don't know how to solve it. The documentation, advice, FAQs, etc seem to have gotten me confused. I suspect I've been doing some of these tasks on the wrong system: export DISPLAY(foo) changing X11Forward in ssh(foo) files etc etc. Also, emacs is possibly the worst choice of programs to try to test this with on our server, because apparently, running emacs from a terminal on the server itself DEFAULTS TO TEXT MODE and doesn't create a gui window. In other words, it was acting exactly the same on the server as it was remotely. Duh. Ok, so here's my current setup: ---------- DISPLAY environment variables have been tweaked to goodness knows what on both the cygwin shell on my local box and on the server, under the Administrator and root accounts. Various ssh_config and/or sshd_config files have been created/edited on both the server and the cygwin shell on my local box, all of which somewhere contain "X11Forwarding yes" somewhere in them. Some ssh configuration programs have been run, somewhere. ---------- Well, it's not really as disorganized as all that, but it seems that way. I have a pretty good idea of what I've done to what files on what systems. Regardless, it seems a good deal of it was done wrong, not that it seems to have affected anything : X11 forwarding still doesn't work. So here's my questions, which hopefully will fix things: What environment variables need to be set, on which machines? I've seen probably 4 or 5 different variants on the DISPLAY variable, and have no idea what the "correct" one is or why. What configuration/installation programs need to have been run, on what machines, as what users? What files, in what directories, on which machines, need to be edited with the "X11Forwarding no" -> "X11Forwarding yes" change? Please note, this is *not* a standard *nix box - the directories I've been referred to so far seem to be wrong, leaving me to guess and "locate" a lot. The "host" system is running Mac OSX 10.3 Panther. The "client" system is running Windows 2000 Server and cygwin. From alexander.gottwald@s1999.tu-chemnitz.de Fri Oct 15 18:29:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 15 Oct 2004 18:29:00 -0000 Subject: Tunneling does not seem to work here (newbie)? In-Reply-To: <20041015172813.IEXW3371.lakermmtao07.cox.net@smtp.east.cox.net> References: <20041015172813.IEXW3371.lakermmtao07.cox.net@smtp.east.cox.net> Message-ID: On Fri, 15 Oct 2004 savantsaro@cox.net wrote: > Ok, I think I may have figured out the problem, although I still don't know how to solve it. > > The documentation, advice, FAQs, etc seem to have gotten me confused. > > I suspect I've been doing some of these tasks on the wrong system: > > export DISPLAY(foo) > changing X11Forward in ssh(foo) files > etc etc. > > Also, emacs is possibly the worst choice of programs to try to test this with on our server, because apparently, running emacs from a terminal on the server itself DEFAULTS TO TEXT MODE and doesn't create a gui window. In other words, it was acting exactly the same on the server as it was remotely. use xdpyinfo. this will print information to the console and you'll instantly notice if it's working or not without having to check for a window which may have popped up. > DISPLAY environment variables have been tweaked to goodness knows what on both the cygwin shell on my local box and on the server, under the Administrator and root accounts. better remove the tweaks on MacOS again. sshd will set the variables after login and resetting them will make forwarding disfunctional > Various ssh_config and/or sshd_config files have been created/edited on both the server and the cygwin shell on my local box, all of which somewhere contain "X11Forwarding yes" somewhere in them. The exact option name differs from ssh client and ssh server configuration. See below. > Some ssh configuration programs have been run, somewhere. If ssh allows connections from cygwin to MacOS then the plain ssh configuration is ok. > Well, it's not really as disorganized as all that, but it seems that way. I have a pretty good idea of what I've done to what files on what systems. Regardless, it seems a good deal of it was done wrong, not that it seems to have affected anything : X11 forwarding still doesn't work. > > So here's my questions, which hopefully will fix things: > > What environment variables need to be set, on which machines? I've seen probably 4 or 5 different variants on the DISPLAY variable, and have no idea what the "correct" one is or why. Used terms: client: cygwin host where you start ssh and where XWin is running server: unix host where sshd is running and the X11 client is started set DISPLAY to :0.0 on client do not set DISPLAY on server make sure DISPLAY is not set in any login scripts on the server. > What configuration/installation programs need to have been run, on what machines, as what users? > > What files, in what directories, on which machines, need to be edited with the "X11Forwarding no" -> "X11Forwarding yes" change? set ForwardX11 yes in /etc/ssh/ssh_config or ~/.ssh/config on client set X11Forwarding yes in /etc/ssh/sshd_config on server Both settings are default set to "yes" but some distributions may change it to "no". Instead of explicitly setting them to "yes" just make sure they are not set to "no" > Please note, this is *not* a standard *nix box - the directories I've been referred to so far seem to be wrong, leaving me to guess and "locate" a lot. I'm not sure where the files are on MacOS X so I can only give you the standard places. > The "host" system is running Mac OSX 10.3 Panther. > The "client" system is running Windows 2000 Server and cygwin. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From immigartion Fri Oct 15 18:55:00 2004 From: immigartion (immigartion) Date: Fri, 15 Oct 2004 18:55:00 -0000 Subject: Migrate to a better life in USA/Canada or European Union.... Message-ID: We are a firm of immigration consultants specialising in getting visa and resident permits for aliens who wish to migrate to the European Union or United States of America and Canada.This is your chance to live your dream and escape the uncertain future of the third world for ever at very minimal charges . To register with us,please send email to the following address or write a letter to us including a copy of your international passport,home and office address with your telephone and fax numbers. Benefits of registering with us includes: 1.Free job placement in the European Union or USA/Canada 2.Free housing for three months wherever you decide to locate You may choose to pay our fees by insatllments after your arrival here and placement in an appriopriate work according to your experience. Dont waste this chance.Contact us NOW!!!!!!. Mr.Patrick Turton Esq Apartado Correos 49043 28080 Madrid Spain. Fax.+34 619 201 901 Email: patrickturtonesq@yahoo.com Ms.Lucia Fernandez Email:luciafernandez@post.com Ms.Eva Burger bizcredithelp2002@yahoo.de From savantsaro@cox.net Fri Oct 15 20:12:00 2004 From: savantsaro@cox.net (savantsaro@cox.net) Date: Fri, 15 Oct 2004 20:12:00 -0000 Subject: Tunneling does not seem to work here (newbie)? Message-ID: <20041015201256.KKQE17471.lakermmtao01.cox.net@smtp.east.cox.net> >use xdpyinfo. this will print information to the console >and you'll instantly notice if it's working or not without >having to check for a window which may have popped up. I ran it on the client, and got a bunch of interesting looking stuff, apparently indicating that it works. I was unable to run it on the host, the file does not exist anywhere on the system. ----------------------- About the sshd configuration files (on the host): $ locate sshd /private/etc/pam.d/sshd /private/etc/sshd_config /private/etc/sshd_config.personal /usr/libexec/sshd-keygen-wrapper /usr/sbin/sshd /usr/share/man/man5/sshd_config.5 /usr/share/man/man8/sshd.8 /usr/share/vim/vim62/syntax/sshdconfig.vim ------------------------------------------ Note: both sshd_config and sshd_config.personal appear to be the same. I had modified the first one, I have not modified this one. It looks like just about everything is commented out...? Do I need to do more than just uncomment and change the X11Forwarding line? $ cat /private/etc/sshd_config.personal # $OpenBSD: sshd_config,v 1.59 2002/09/25 11:17:16 markus Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. # This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin # The strategy used for options in the default sshd_config shipped with # OpenSSH is to specify options with their default value where # possible, but leave them commented. Uncommented options change a # default value. #Port 22 #Protocol 2,1 #ListenAddress 0.0.0.0 #ListenAddress :: # HostKey for protocol version 1 #HostKey /etc/ssh_host_key # HostKeys for protocol version 2 #HostKey /etc/ssh_host_rsa_key #HostKey /etc/ssh_host_dsa_key # Lifetime and size of ephemeral version 1 server key #KeyRegenerationInterval 3600 #ServerKeyBits 768 # Logging #obsoletes QuietMode and FascistLogging #SyslogFacility AUTH #LogLevel INFO # Authentication: #LoginGraceTime 120 #PermitRootLogin yes #StrictModes yes #RSAAuthentication yes #PubkeyAuthentication yes #AuthorizedKeysFile .ssh/authorized_keys # rhosts authentication should not be used #RhostsAuthentication no # Don't read the user's ~/.rhosts and ~/.shosts files #IgnoreRhosts yes # For this to work you will also need host keys in /etc/ssh_known_hosts #RhostsRSAAuthentication no # similar for protocol version 2 #HostbasedAuthentication no # Change to yes if you don't trust ~/.ssh/known_hosts for # RhostsRSAAuthentication and HostbasedAuthentication #IgnoreUserKnownHosts no # To disable tunneled clear text passwords, change to no here! #PasswordAuthentication yes #PermitEmptyPasswords no # Change to no to disable s/key passwords #ChallengeResponseAuthentication yes # Kerberos options #KerberosAuthentication no #KerberosOrLocalPasswd yes #KerberosTicketCleanup yes #AFSTokenPassing no # Kerberos TGT Passing only works with the AFS kaserver #KerberosTgtPassing no # Set this to 'yes' to enable PAM keyboard-interactive authentication # Warning: enabling this may bypass the setting of 'PasswordAuthentication' #PAMAuthenticationViaKbdInt no #X11Forwarding no #X11DisplayOffset 10 #X11UseLocalhost yes #PrintMotd yes #PrintLastLog yes #KeepAlive yes #UseLogin no #UsePrivilegeSeparation yes #PermitUserEnvironment no #Compression yes #MaxStartups 10 # no default banner path #Banner /some/path VerifyReverseMapping yes # override default of no subsystems Subsystem sftp /usr/libexec/sftp-server From Alexander.Gottwald@s1999.tu-chemnitz.de Sat Oct 16 01:22:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sat, 16 Oct 2004 01:22:00 -0000 Subject: Tunneling does not seem to work here (newbie)? In-Reply-To: <20041015201256.KKQE17471.lakermmtao01.cox.net@smtp.east.cox.net> References: <20041015201256.KKQE17471.lakermmtao01.cox.net@smtp.east.cox.net> Message-ID: savantsaro@cox.net wrote: > >use xdpyinfo. this will print information to the console >and you'll instantly notice if it's working or not without >having to check for a window which may have popped up. > > I ran it on the client, and got a bunch of interesting looking stuff, apparently indicating that it works. > > I was unable to run it on the host, the file does not exist anywhere on the system. then xterm is fine too. > About the sshd configuration files (on the host): > > > $ locate sshd > /private/etc/pam.d/sshd > /private/etc/sshd_config > /private/etc/sshd_config.personal > /usr/libexec/sshd-keygen-wrapper > ------------------------------------------ > > Note: both sshd_config and sshd_config.personal appear to be the same. I had modified the first one, I have not modified this one. It looks like just about everything is commented out...? Do I need to do more than just uncomment and change the X11Forwarding line? Even this is not needed. X11Forwarding is enabled by default. Only if the line is uncommented X11Forwarding may be disabled. And the debug output indicates X11Forwarding actually works. > #X11Forwarding no > #X11DisplayOffset 10 > #X11UseLocalhost yes NP: Die ?rzte - Saufen -- Alexander.Gottwald@informatik.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From oyvind.harboe@zylin.com Sat Oct 16 08:21:00 2004 From: oyvind.harboe@zylin.com (=?ISO-8859-1?Q?=D8yvind?= Harboe) Date: Sat, 16 Oct 2004 08:21:00 -0000 Subject: cygwin-xfree Digest 16 Oct 2004 01:22:57 -0000 Issue 1568 In-Reply-To: <1097889777.22742.ezmlm@cygwin.com> References: <1097889777.22742.ezmlm@cygwin.com> Message-ID: <1097914886.9144.7.camel@famine> > > > > What can I do to help debug this problem? > > > > > > The only way to debug this is to run XWin in gdb and wait until the > > > error occurs. > > > > I've previously built XWin w/debug info and debugged it in GDB. > > > > But this time I ran into a new problem: > > > > When I run XWin in GDB, it constantly gets access violations. This is > > during startup, and before I've got some sort of understanding of this, > > I don't want to attempt anything more ambitious. > > > > cygwin1!__getreent > > KERNEL32!IsBadWritePtr > > This is normal -- this is the way Cygwin (newlib?) tests pointers. Just > continue from that point. I think there are two or three of those in the > normal initialization sequence. After doing this 50 times, it got boring and I gave up. Last time I debugged XFree86, I didn't have this problem(or maybe once or twice). How many times should I have to endure this requester under normal circumstances? Perhaps something is actually wrong? > If this bothers you too much, ... Ouch. To even debug XFree86 I have to fix a long outstanding complicated CygWin issue. :-) -- ?yvind Harboe http://www.zylin.com From Alexander.Gottwald@s1999.tu-chemnitz.de Sat Oct 16 11:48:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sat, 16 Oct 2004 11:48:00 -0000 Subject: cygwin-xfree Digest 16 Oct 2004 01:22:57 -0000 Issue 1568 In-Reply-To: <1097914886.9144.7.camel@famine> References: <1097889777.22742.ezmlm@cygwin.com> <1097914886.9144.7.camel@famine> Message-ID: ?yvind Harboe wrote: > > > cygwin1!__getreent > > > KERNEL32!IsBadWritePtr > > > > This is normal -- this is the way Cygwin (newlib?) tests pointers. Just > > continue from that point. I think there are two or three of those in the > > normal initialization sequence. > > After doing this 50 times, it got boring and I gave up. > > Last time I debugged XFree86, I didn't have this problem(or maybe once > or twice). > > How many times should I have to endure this requester under normal > circumstances? > > Perhaps something is actually wrong? Are you running XWin from a network share? I've noticed a massive increase of the segfaults if XWin.exe was located on a mounted samba share bye ago NP: [:SITD:] - Atomic -- Alexander.Gottwald@informatik.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From zakki@peppermint.jp Sat Oct 16 14:48:00 2004 From: zakki@peppermint.jp (Kensuke Matsuzaki) Date: Sat, 16 Oct 2004 14:48:00 -0000 Subject: cygwin-xfree Digest 16 Oct 2004 01:22:57 -0000 Issue 1568 In-Reply-To: References: <1097889777.22742.ezmlm@cygwin.com> <1097914886.9144.7.camel@famine> Message-ID: Hi, pthread mutex functions check pointer, so with -multiwindow causesinfinit segv. -- Kensuke Matsuzaki mailto:zakki@peppermint.jp http://peppermint.jp From rajiv.gunja@gmail.com Sat Oct 16 15:33:00 2004 From: rajiv.gunja@gmail.com (Rajiv G Gunja) Date: Sat, 16 Oct 2004 15:33:00 -0000 Subject: XWin error !! , please help. Message-ID: <10b28c4204101608335a896fe7@mail.gmail.com> -->> cat XWin.log Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.0-1 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: X :0 -multiwindow -clipboard ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1024 h 768 winInitializeDefaultScreens - Returning (WW) /tmp mounted int textmode _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: 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: "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' winDeinitMultiWindowWM - Noting shutdown in progress -->> -- Rajiv G Gunja Yahoo : ggvrsn AIM : ggvrsn 8886300746@myairmail.com From alexander.gottwald@s1999.tu-chemnitz.de Sat Oct 16 16:17:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sat, 16 Oct 2004 16:17:00 -0000 Subject: XWin error !! , please help. In-Reply-To: <10b28c4204101608335a896fe7@mail.gmail.com> References: <10b28c4204101608335a896fe7@mail.gmail.com> Message-ID: On Sat, 16 Oct 2004, Rajiv G Gunja wrote: > Fatal server error: > could not open default font 'fixed' > winDeinitMultiWindowWM - Noting shutdown in progress do you have the xorg-x11-fnts package installed? What does the command font-update report? bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From ncaron1@maine.rr.com Sun Oct 17 04:43:00 2004 From: ncaron1@maine.rr.com (Vincent L.) Date: Sun, 17 Oct 2004 04:43:00 -0000 Subject: Bargain offer for your fidelity gatlinburg Try this for a change klan Something special, for someone special usps Message-ID: Ci'ali;s $2: http://rx-zone.com/cia/?fantastic grassland roadblock leachate swede doormen thorpe amos track amphibian coates they'd spyglass wiremen postposition inspiration yearbook aflame g's inappropriate capo http://rx-zone.com/rm.html From oyvind.harboe@zylin.com Mon Oct 18 07:43:00 2004 From: oyvind.harboe@zylin.com (=?ISO-8859-1?Q?=D8yvind?= Harboe) Date: Mon, 18 Oct 2004 07:43:00 -0000 Subject: Crash in when running Evolution In-Reply-To: <1097787608.5746.ezmlm@cygwin.com> References: <1097787608.5746.ezmlm@cygwin.com> Message-ID: <1098085398.18526.3.camel@famine> More details: - XWin.exe is running of a local harddisk - The crash happens under W2K and XP -- ?yvind Harboe http://www.zylin.com From oyvind.harboe@zylin.com Mon Oct 18 07:55:00 2004 From: oyvind.harboe@zylin.com (=?ISO-8859-1?Q?=D8yvind?= Harboe) Date: Mon, 18 Oct 2004 07:55:00 -0000 Subject: Crash in when running Evolution In-Reply-To: <1097787608.5746.ezmlm@cygwin.com> References: <1097787608.5746.ezmlm@cygwin.com> Message-ID: <1098086132.18585.3.camel@famine> More details: Even with -multiwindows disabled, I get too many pointer check SEGFAULT's in GDB to do any debugging. Is this a bug in GDB or CygWin? (One can fuss over the definition of bug, but ...) -- ?yvind Harboe http://www.zylin.com From zakki@peppermint.jp Mon Oct 18 10:34:00 2004 From: zakki@peppermint.jp (Kensuke Matsuzaki) Date: Mon, 18 Oct 2004 10:34:00 -0000 Subject: Crash in when running Evolution In-Reply-To: <1098086132.18585.3.camel@famine> References: <1097787608.5746.ezmlm@cygwin.com> <1098086132.18585.3.camel@famine> Message-ID: Hi, -clipboard uses pthread, and that causes many many SEGV too. "(gdb) handle SIGSEGV nostop noprint" doesn't let gdb stop and print SEGV. But I'm using bit dirty workaround to ignore only IsBadWritePtr. -- Kensuke Matsuzaki mailto:zakki@peppermint.jp http://peppermint.jp -------------- next part -------------- A non-text attachment was scrubbed... Name: segv.diff Type: application/octet-stream Size: 617 bytes Desc: not available URL: From pechtcha@cs.nyu.edu Mon Oct 18 13:12:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Mon, 18 Oct 2004 13:12:00 -0000 Subject: Ignoring IsBadWritePtr in GDB (Was Re: Crash in when running Evolution) In-Reply-To: References: <1097787608.5746.ezmlm@cygwin.com> <1098086132.18585.3.camel@famine> Message-ID: On Mon, 18 Oct 2004, ??yvind Harboe wrote: > Even with -multiwindows disabled, I get too many pointer check > SEGFAULT's in GDB to do any debugging. > > Is this a bug in GDB or CygWin? > > (One can fuss over the definition of bug, but ...) On Mon, 18 Oct 2004, Kensuke Matsuzaki wrote: > -clipboard uses pthread, and that causes many many SEGV too. > "(gdb) handle SIGSEGV nostop noprint" > doesn't let gdb stop and print SEGV. > But I'm using bit dirty workaround to ignore only IsBadWritePtr. > > [GDB patch attached] Hmm, there's *got* to be a way to do the same using pure GDB macros, without having to muck with the code... Does anyone know enough about macro writing in GDB to answer this off-hand? Otherwise, I'll do some digging... Igor P.S. Cc'ing this to the main Cygwin list, as this is of interest to the general community as well. -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Happiness lies in being privileged to work hard for long hours in doing whatever you think is worth doing." -- Dr. Jubal Harshaw -------------- next part -------------- A non-text attachment was scrubbed... Name: segv.diff Type: application/octet-stream Size: 617 bytes Desc: URL: From simon_marchese@uk.ibm.com Mon Oct 18 14:01:00 2004 From: simon_marchese@uk.ibm.com (Simon Marchese) Date: Mon, 18 Oct 2004 14:01:00 -0000 Subject: XWin startup problem Message-ID: <20041018150129.A52458@techline9.bstoke.uk.ibm.com> I can't start XWin successfully on WinXP. I have re-installed and re-booted so often that I'm wearing out my disk and the restart icon. Yes, I have tried the advice in http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof and it has not helped. I would be very grateful for any advice. I have included more information below. Please let me know if there is anything I can add. simon@TheBeast ~ $ for DIR in /usr/X11R6/lib/X11/fonts/*; do echo ; ls | wc -l; done /usr/X11R6/lib/X11/fonts/100dpi 1899 /usr/X11R6/lib/X11/fonts/75dpi 1899 /usr/X11R6/lib/X11/fonts/TTF 26 /usr/X11R6/lib/X11/fonts/Type1 61 /usr/X11R6/lib/X11/fonts/cyrillic 86 /usr/X11R6/lib/X11/fonts/encodings 35 /usr/X11R6/lib/X11/fonts/misc 447 /usr/X11R6/lib/X11/fonts/util 16 simon@TheBeast ~ $ font-update /usr/X11R6/lib/X11/fonts/100dpi is up-todate. skipping /usr/X11R6/lib/X11/fonts/75dpi is up-todate. skipping /usr/X11R6/lib/X11/fonts/misc is up-todate. skipping /usr/X11R6/lib/X11/fonts/CID is not a directory. skipping /usr/X11R6/lib/X11/fonts/TTF is up-todate. skipping /usr/X11R6/lib/X11/fonts/Type1 is up-todate. skipping /usr/X11R6/lib/X11/fonts/cyrillic is up-todate. skipping /usr/X11R6/lib/X11/fonts/local is not a directory. skipping simon@TheBeast ~ $ XWin Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.0-1 Contact: cygwin-xfree@cygwin.com (WW) /tmp mounted int textmode winInitializeDefaultScreens - w 1152 h 864 winInitializeDefaultScreens - Returning _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root XWin was started with the following command line: XWin winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information winDetectSupportedEngines - Windows NT/2000/XP winDetectSupportedEngines - DirectDraw installed winDetectSupportedEngines - DirectDraw4 installed winDetectSupportedEngines - Returning, supported engines 00000007 winSetEngine - Using Shadow DirectDraw NonLocking winAdjustVideoModeShadowDDNL - Using Windows display depth of 32 bits per pixel winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff MIT-SHM extension disabled due to lack of kernel support XFree86-Bigfont extension local-client optimization disabled due to lack of shar ed memory support in the kernel (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000809" (00000809) (--) Using preset keyboard for "English (United Kingdom)" (809), type "4" Rules = "xorg" Model = "pc105" Layout = "gb" Variant = "(null)" Options = "(null)" (--) 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 simon@TheBeast ~ $ ls */fonts.dir 100dpi/fonts.dir TTF/fonts.dir cyrillic/fonts.dir 75dpi/fonts.dir Type1/fonts.dir misc/fonts.dir $ ls */fonts.alias 100dpi/fonts.alias 75dpi/fonts.alias cyrillic/fonts.alias misc/fonts.alias simon@TheBeast /usr/X11R6/lib/X11/fonts $ grep ^fixed */fonts.alias cyrillic/fonts.alias:fixed -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-koi8-r misc/fonts.alias:fixed -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1 simon@TheBeast /usr/X11R6/lib/X11/fonts $ grep ^fixed misc/fonts.alias grep "\-misc\-fixed\-medium\-r\-semicondensed\-\-13\-120\-75\-75\-c\-60\-iso8859\-1" */fonts.dir misc/fonts.dir:6x13-ISO8859-1.pcf.gz -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1 misc/fonts.dir:6x13-ISO8859-10.pcf.gz -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-10 misc/fonts.dir:6x13-ISO8859-11.pcf.gz -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-11 misc/fonts.dir:6x13-ISO8859-13.pcf.gz -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-13 misc/fonts.dir:6x13-ISO8859-14.pcf.gz -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-14 misc/fonts.dir:6x13-ISO8859-15.pcf.gz -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-15 misc/fonts.dir:6x13-ISO8859-16.pcf.gz -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-16 $ ls -l misc/6x13-* -rwxr-x---+ 1 simon Users 4637 Oct 5 15:27 misc/6x13-ISO8859-1.pcf.gz -rwxr-x---+ 1 simon Users 4551 Oct 5 15:28 misc/6x13-ISO8859-10.pcf.gz -rwxr-x---+ 1 simon Users 4409 Oct 5 15:28 misc/6x13-ISO8859-11.pcf.gz -rwxr-x---+ 1 simon Users 4689 Oct 5 15:28 misc/6x13-ISO8859-13.pcf.gz -rwxr-x---+ 1 simon Users 4502 Oct 5 15:28 misc/6x13-ISO8859-14.pcf.gz -rwxr-x---+ 1 simon Users 4614 Oct 5 15:28 misc/6x13-ISO8859-15.pcf.gz -rwxr-x---+ 1 simon Users 4547 Oct 5 15:28 misc/6x13-ISO8859-16.pcf.gz -rwxr-x---+ 1 simon Users 4519 Oct 5 15:27 misc/6x13-ISO8859-2.pcf.gz -rwxr-x---+ 1 simon Users 4418 Oct 5 15:27 misc/6x13-ISO8859-3.pcf.gz -rwxr-x---+ 1 simon Users 4572 Oct 5 15:27 misc/6x13-ISO8859-4.pcf.gz -rwxr-x---+ 1 simon Users 4541 Oct 5 15:27 misc/6x13-ISO8859-5.pcf.gz -rwxr-x---+ 1 simon Users 4486 Oct 5 15:27 misc/6x13-ISO8859-7.pcf.gz -rwxr-x---+ 1 simon Users 4035 Oct 5 15:27 misc/6x13-ISO8859-8.pcf.gz -rwxr-x---+ 1 simon Users 4645 Oct 5 15:28 misc/6x13-ISO8859-9.pcf.gz -rwxr-x---+ 1 simon Users 5057 Oct 5 15:28 misc/6x13-KOI8-R.pcf.gz From oyvind.harboe@zylin.com Mon Oct 18 15:37:00 2004 From: oyvind.harboe@zylin.com (=?ISO-8859-1?Q?=D8yvind?= Harboe) Date: Mon, 18 Oct 2004 15:37:00 -0000 Subject: Crash in when running Evolution In-Reply-To: <1097787608.5746.ezmlm@cygwin.com> References: <1097787608.5746.ezmlm@cygwin.com> Message-ID: <1098113823.18912.7.camel@famine> By using attach in GDB I was able to debug a bit further(i.e. skip startup), but eventually I end up with oodles of false positives for SEGFAULTs which pretty blocks further debugging. -- ?yvind Harboe http://www.zylin.com From alexander.gottwald@s1999.tu-chemnitz.de Mon Oct 18 15:43:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 18 Oct 2004 15:43:00 -0000 Subject: XWin startup problem In-Reply-To: <20041018150129.A52458@techline9.bstoke.uk.ibm.com> References: <20041018150129.A52458@techline9.bstoke.uk.ibm.com> Message-ID: On Mon, 18 Oct 2004, Simon Marchese wrote: > I can't start XWin successfully on WinXP. I have re-installed and re-booted so often that I'm wearing out my disk and the restart icon. Yes, I have tried the advice in http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof and it has not helped. > > I would be very grateful for any advice. I have included more information below. Please let me know if there is anything I can add. > please try removing rm /usr/X11R6/lib/X11/fonts/misc/fonts.dir font-update this should not print the uptodate line for /usr/X11R6/lib/X11/fonts/misc bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From simon_marchese@uk.ibm.com Mon Oct 18 18:32:00 2004 From: simon_marchese@uk.ibm.com (Simon Marchese) Date: Mon, 18 Oct 2004 18:32:00 -0000 Subject: XWin startup problem Message-ID: <20041018193224.A52346@techline9.bstoke.uk.ibm.com> On Mon, 18 Oct 2004, Simon Marchese wrote: >> I can't start XWin successfully on WinXP. I have re-installed and re-booted so often that I'm wearing out my disk and the restart icon. Yes, I have tried the advice in http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof and it has not helped. >> >> I would be very grateful for any advice. I have included more information below. Please let me know if there is anything I can add. >please try removing >rm /usr/X11R6/lib/X11/fonts/misc/fonts.dir >font-update >this should not print the uptodate line for /usr/X11R6/lib/X11/fonts/misc Yup, it didn't print the uptodate line but XWin emits the same errors. Ok, so I started to relearn Xserver stuff. I found that I can start "xfs" separately to XWin and use "xfsinfo" to see if it's working and "xlsfonts" to see what it's capable of supplying. Now, in /usr/X11R6/lib/X11/fonts/misc/fonts.alias, the line containing "fixed" is the following: fixed -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1 However, if I run "fslsfonts -server localhost:7100" then I get that font listed. So, not having seen a working one of these for a while, I'm not sure whether XWin even starts a font server. If not, where does XWin go for fonts? So, I download the source, and find that there appears to be a default like this. /usr/src/xc/programs/Xserver/include/site.h:#define COMPILEDDEFAULTFONTPATH"/usr/lib/X11/fonts/misc/" So I check /usr/lib/X11/fonts/misc, and that turns out ok: $ ls -l /usr/lib/X11 lrwxrwxrwx 1 simon Users 16 Oct 18 03:23 /usr/lib/X11 -> ../X11R6/lib/X11 Which still leaves me with the problem. Any suggestions? From alexander.gottwald@s1999.tu-chemnitz.de Mon Oct 18 21:48:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 18 Oct 2004 21:48:00 -0000 Subject: XWin startup problem In-Reply-To: <20041018193224.A52346@techline9.bstoke.uk.ibm.com> References: <20041018193224.A52346@techline9.bstoke.uk.ibm.com> Message-ID: On Mon, 18 Oct 2004, Simon Marchese wrote: > On Mon, 18 Oct 2004, Simon Marchese wrote: > > >font-update > > >this should not print the uptodate line for /usr/X11R6/lib/X11/fonts/misc > > Yup, it didn't print the uptodate line but XWin emits the same errors. I suspect it's the same old textmount/binmount problem we encountered some time ago. The latest font packages had a change which seemd to work on text and binary mounts but causes problems for a few users. can you zipup /usr/X11R6/lib/X11/fonts/misc/fonts.dir and mail it to me personaly. use bzip2 --keep /usr/X11R6/lib/X11/fonts/misc/fonts.dir to compress the file this will create /usr/X11R6/lib/X11/fonts/misc/fonts.dir.bz2 which I'd like to see. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From simon_marchese@uk.ibm.com Mon Oct 18 22:33:00 2004 From: simon_marchese@uk.ibm.com (Simon Marchese) Date: Mon, 18 Oct 2004 22:33:00 -0000 Subject: XWin startup problem Message-ID: <20041018233334.A52674@techline9.bstoke.uk.ibm.com> >On Mon, 18 Oct 2004, Simon Marchese wrote: >> On Mon, 18 Oct 2004, Simon Marchese wrote: >> >> >font-update >> >> >this should not print the uptodate line for /usr/X11R6/lib/X11/fonts/misc >> >> Yup, it didn't print the uptodate line but XWin emits the same errors. >I suspect it's the same old textmount/binmount problem we encountered some >time ago. The latest font packages had a change which seemd to work on text >and binary mounts but causes problems for a few users. >can you zipup /usr/X11R6/lib/X11/fonts/misc/fonts.dir and mail it to me >personaly. use >bzip2 --keep /usr/X11R6/lib/X11/fonts/misc/fonts.dir >to compress the file this will create /usr/X11R6/lib/X11/fonts/misc/fonts.dir.bz2 >which I'd like to see. Ok, I have emailed the file as attachment directly. I did not know before about the mount "mode". The following is what I can get from "mount" as soon as I start cygwin: $ 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) e: on /cygdrive/e type user (textmode,noumount) So my next question is the following: if binmode is possible, how can I make the cygwin start script (C:\cygwin\cygwin.bat) mount it's standard mounts in binmode? And even if I wanted to, would that be a good thing? Here is cygwin.bat: @echo off C: chdir C:\cygwin\bin bash --login -i Many thanks for your help. From .@skryabin.dns-cluster.net Tue Oct 19 05:01:00 2004 From: .@skryabin.dns-cluster.net (.@skryabin.dns-cluster.net) Date: Tue, 19 Oct 2004 05:01:00 -0000 Subject: . Message-ID: . From smil@fiktiv.szgtikol.kando.hu Tue Oct 19 07:11:00 2004 From: smil@fiktiv.szgtikol.kando.hu (Cserveny Tamas) Date: Tue, 19 Oct 2004 07:11:00 -0000 Subject: Redraw problem Message-ID: <20041019063437.M93291@koli.rulez.org> Hi list, I've experienced the following problem with X. The intersecting parts of X windows are not get redrawn properly. It seems that a lack of redraw is the problem, since moving the mouse around makes the "hidden" part visible again. Intersecting with native ones works fine. This problem exist in -multiwindow with root windows turned off. Xwinwm seems to fix the problem, but I've experienced instability using it. (version 0.0.5). There are some utilities like xfontsel or titrax etc..., which use motif? as widgetset, are more likely to get corrupted than others. With xterm or KDE I can hardly remember any case. (some text missing) Best regards, -- Cserveny Tamas Der Kopf und der Hals gehen zusammen in den Garten und spielen Ball im Wasser. -------------- next part -------------- A non-text attachment was scrubbed... Name: cygcheck.out Type: application/octet-stream Size: 27125 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: XWin.log Type: application/octet-stream Size: 2870 bytes Desc: not available URL: From sebastianhaby@home.se Tue Oct 19 08:11:00 2004 From: sebastianhaby@home.se (Sebastian) Date: Tue, 19 Oct 2004 08:11:00 -0000 Subject: Cygwin/X just now started to crash with Solaris app, 8bpp Message-ID: <1098173218.abddc780sebastianhaby@home.se> Hey ppl! As I've written earlier (posts http://sources.redhat.com/ml/cygwin-xfree/2004-09/msg00157.html and http://sources.redhat.com/ml/cygwin-xfree/2004-09/msg00097.html) I've been using Cygwin/X to remotely display a Solaris app, which uses pseudocolor on my laptop. It worked when using the supplied XWin.exe of the 6.7-12 release and setting the windows desktop to 8bpp. Later i hacked together 8bit pseudocolor "emulation" so that i could run Cygwin/X in pseudocolor mode on a 16 or 32bpp desktop. This worked fine from 21 Sep until friday last week, now when my Solaris app is starting up, it has opened about 13 different clients to my server, Cygwin/X crashes. No changes have been made whatsoever in Cygwin, and no changes what so ever have been made to the Solaris workstation or app, the startup procedure is identical to what it was. At first I though that there must be some kind of bug in my -emulatepseudo code, but when i run the original XWin.exe(from the 6.7-12 release) on a 8bpp desktop the crash is repeated. I continued to run some "stability tests", x11perf -all, on my hacked XWin.exe but no problems were encountered and the xserver has been running for 24 hours now without any problems, the crash only occurs when I try to display the Solaris app. I've supplied the stackdumps for my XWinEMU2.exe and org XWin.exe aswell as xdpyinfo output. Can't supply log files, they are unfortunately to large to be sent to this ml. (>100k) Btw. There are no errormsg's in the logfiles at all. Does anyone have any ideas as where to continue? I desperately need this to "start working" again ;) Cheers, Sebastian Haby -------------- next part -------------- A non-text attachment was scrubbed... Name: XWinEMU2.exe.emu.stackdump Type: application/octet-stream Size: 891 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: XWin.exe.8bpp.stackdump Type: application/octet-stream Size: 826 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: XWinEMU2.exe.emu.xdpyinfo Type: application/octet-stream Size: 2175 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: XWin.exe.8bpp.xdpyinfo Type: application/octet-stream Size: 2175 bytes Desc: not available URL: From alexander.gottwald@s1999.tu-chemnitz.de Tue Oct 19 10:08:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 19 Oct 2004 10:08:00 -0000 Subject: Redraw problem In-Reply-To: <20041019063437.M93291@koli.rulez.org> References: <20041019063437.M93291@koli.rulez.org> Message-ID: On Tue, 19 Oct 2004, Cserveny Tamas wrote: > Hi list, > > I've experienced the following problem with X. The intersecting parts of X > windows are not get redrawn properly. It seems that a lack of redraw is the > problem, since moving the mouse around makes the "hidden" part visible again. > Intersecting with native ones works fine. Does this always happen? Is there a special procedure required to make this happen? I've not seen such problems for about one year. > There are some utilities like xfontsel or titrax etc..., which use motif? as > widgetset, are more likely to get corrupted than others. With xterm or KDE I > can hardly remember any case. (some text missing) bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Tue Oct 19 10:11:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 19 Oct 2004 10:11:00 -0000 Subject: XWin startup problem In-Reply-To: <20041018233334.A52674@techline9.bstoke.uk.ibm.com> References: <20041018233334.A52674@techline9.bstoke.uk.ibm.com> Message-ID: On Mon, 18 Oct 2004, Simon Marchese wrote: > > Ok, I have emailed the file as attachment directly. I've not recieved it yet > I did not know before about the mount "mode". The following is what I can get from "mount" as soon as I start cygwin: > > $ 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) > e: on /cygdrive/e type user (textmode,noumount) > > So my next question is the following: if binmode is possible, how can I make the cygwin start script (C:\cygwin\cygwin.bat) mount it's standard mounts in binmode? And even if I wanted to, would that be a good thing? It is only needed once: mount -buf $(cygpath -m /usr/X11R6/lib/X11/fonts) /usr/X11R6/lib/X11/fonts This will change the font directory to binmode. Maybe you have to reinstall the fonts. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From smil@fiktiv.szgtikol.kando.hu Tue Oct 19 11:35:00 2004 From: smil@fiktiv.szgtikol.kando.hu (Cserveny Tamas) Date: Tue, 19 Oct 2004 11:35:00 -0000 Subject: Redraw problem In-Reply-To: References: <20041019063437.M93291@koli.rulez.org> Message-ID: <20041019112124.M56919@koli.rulez.org> On Tue, 19 Oct 2004 12:08:40 +0200 (MEST), Alexander Gottwald wrote > > Intersecting with native ones works fine. > Does this always happen? Is there a special procedure required to > make this happen? I've not seen such problems for about one year. It happens always. (Turning on the root window seems to help) This problem seems to effect motif apps only. (titrax, xfontset) Any ideas? Maybe if you could provide me a debug version of the current Xwin.exe, then i could send the output back. ps. There are some screen shots available at koli.rulez.org/ ~smil / xfree (http) Cheers, -- Cserveny Tamas Der Kopf und der Hals gehen zusammen in den Garten und spielen Ball im Wasser. From alexander.gottwald@s1999.tu-chemnitz.de Tue Oct 19 11:55:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 19 Oct 2004 11:55:00 -0000 Subject: Redraw problem In-Reply-To: <20041019112124.M56919@koli.rulez.org> References: <20041019063437.M93291@koli.rulez.org> <20041019112124.M56919@koli.rulez.org> Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 19 Oct 2004, Cserveny Tamas wrote: > On Tue, 19 Oct 2004 12:08:40 +0200 (MEST), Alexander Gottwald wrote > > > Intersecting with native ones works fine. > > Does this always happen? Is there a special procedure required to > > make this happen? I've not seen such problems for about one year. > > It happens always. (Turning on the root window seems to help) > This problem seems to effect motif apps only. (titrax, xfontset) I've just tried xfontsel and can not reproduce the behaviour. From your screenshots I can see nothing which appears to be Cygwin/X specific. Some structures a drawn and some are not. This must be either a problem with the xserver internals or with the client library. Do the programs run on windows? do the problems appear in windowed (non multiwindow) mode? Have you tried a different xserver (exceed or xorg on linux)? > Any ideas? Maybe if you could provide me a debug version of the current > Xwin.exe, then i could send the output back. A version with debug symbols is available at http://www.tu.chemnitz.de/~goal/xfree/XWin.exe.bz2 size: 3784222 md5sum: b36665ddf1d0affda9f8fe577669edfb bye ago - -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQFBdQCYXcoKXzCJOfgRAuwnAJ9EFPQ78GRfYgPGGl/PfsU22vw74QCfYuPJ k/Woc9DImNlzii4cROOuU8I= =s6wU -----END PGP SIGNATURE----- From savantsaro@cox.net Tue Oct 19 15:15:00 2004 From: savantsaro@cox.net (savantsaro@cox.net) Date: Tue, 19 Oct 2004 15:15:00 -0000 Subject: Tunneling does not seem to work here (newbie)? Message-ID: <20041019151513.ZLQF15775.lakermmtao10.cox.net@smtp.east.cox.net> I knew it would turn out to be a newbie issue :) Result: X11 was not installed on the server. Apparently, X11 must be installed as an application on the Mac in order for anything to be forwarded from it. Thanks all for the help. From smil@koli.rulez.org Tue Oct 19 15:20:00 2004 From: smil@koli.rulez.org (Cserveny Tamas) Date: Tue, 19 Oct 2004 15:20:00 -0000 Subject: Redraw problem In-Reply-To: References: <20041019063437.M93291@koli.rulez.org> <20041019112124.M56919@koli.rulez.org> Message-ID: <20041019151553.M82318@koli.rulez.org> On Tue, 19 Oct 2004 13:54:57 +0200 (MEST), Alexander Gottwald wrote > Do the programs run on windows? Titrax is running on a solaris 5.8 so as xfontsel. I've tried xfontsel on the same machine (Windows XP) as the server was, causing the same corruption. > do the problems appear in windowed (non multiwindow) mode? No, -multiwindow is the only mode where i could reporduce the problem. (not even in -mwextwm) > Have you tried a different xserver (exceed or xorg on linux)? yes, reflection X, and no problems, even in their multiwindow mode. -- Cserveny Tamas Der Kopf und der Hals gehen zusammen in den Garten und spielen Ball im Wasser. From smil@koli.rulez.org Tue Oct 19 15:30:00 2004 From: smil@koli.rulez.org (Cserveny Tamas) Date: Tue, 19 Oct 2004 15:30:00 -0000 Subject: Redraw problem In-Reply-To: References: <20041019063437.M93291@koli.rulez.org> <20041019112124.M56919@koli.rulez.org> Message-ID: <20041019152746.M46309@koli.rulez.org> On Tue, 19 Oct 2004 13:54:57 +0200 (MEST), Alexander Gottwald wrote > I've just tried xfontsel and can not reproduce the behaviour. I've tried your debug version and it seems that "-multiwindow -swcursor" triggers the problem. (I'm using swcursor, because sometimes my cursor dissapears over X and never coming back.) -- Cserveny Tamas Der Kopf und der Hals gehen zusammen in den Garten und spielen Ball im Wasser. From alexander.gottwald@s1999.tu-chemnitz.de Tue Oct 19 15:45:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 19 Oct 2004 15:45:00 -0000 Subject: Redraw problem In-Reply-To: <20041019152746.M46309@koli.rulez.org> References: <20041019063437.M93291@koli.rulez.org> <20041019112124.M56919@koli.rulez.org> <20041019152746.M46309@koli.rulez.org> Message-ID: On Tue, 19 Oct 2004, Cserveny Tamas wrote: > On Tue, 19 Oct 2004 13:54:57 +0200 (MEST), Alexander Gottwald wrote > > I've just tried xfontsel and can not reproduce the behaviour. > > I've tried your debug version and it seems that "-multiwindow -swcursor" > triggers the problem. > > (I'm using swcursor, because sometimes my cursor dissapears over X and never > coming back.) I've a patch in the queue which will add a ShowCursor item to the context menu. (Actually the version you got does already include it. Happy Testing *g*) bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From nml@fjserv.net Wed Oct 20 10:58:00 2004 From: nml@fjserv.net (Neil Mc Laughlin) Date: Wed, 20 Oct 2004 10:58:00 -0000 Subject: Java GUI unable to correctly detect keystrokes Message-ID: <004201c4b693$91376170$035efa0a@icl.net> Since upgrading to the latest Cygwin X-Server, Java GUIs are unable to correctly detect keystrokes while an Xterm appears to work correctly. In fact, the GUI seems to think the Alt key is being held down when the key is pressed. This worked fine with the previous (unknown) version of Cygwin. The Cygwin platform is Windows XP Professional V 2002 with service pack 2 installed. XWin release is 6.8.1.0-1. java version "1.2.2" Solaris VM (build Solaris_JDK_1.2.2_10, native threads, sunwjit) The problem occurs when trying to display a remote Java application running on a Solaris 8 system. I've tried a few Java applications on a few different Solaris boxes with the same results on each occasion. In addition the X connection is being tunneled via ssh, with openssh running on the Solaris Systems. I've tried tunneling with both Putty and Cygwin Ssh on the windows platform. In each case, the Java application failed to detect keystrokes while the Xterm worked successfully. Due to firewall restrictions at this site, I am unable to test a direct X connection. I've only just discovered SP 2 has been installed on the box - against my better judgement - probably by Microsoft Update, and probably around the time we started to have problems. This upgrade was triggered by a failure in the X Server, which was put down to the removal of spyware from the box. My initial suspicion was that this is a Java issue with this version of cygwin. Now I'm wondering if it might be an XP Service Pack 2 issue. Can anyone help or advise here? Regards, Neil McLaughlin From alexander.gottwald@s1999.tu-chemnitz.de Wed Oct 20 11:54:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 20 Oct 2004 11:54:00 -0000 Subject: Java GUI unable to correctly detect keystrokes In-Reply-To: <004201c4b693$91376170$035efa0a@icl.net> References: <004201c4b693$91376170$035efa0a@icl.net> Message-ID: On Wed, 20 Oct 2004, Neil Mc Laughlin wrote: > Since upgrading to the latest Cygwin X-Server, Java GUIs are unable to > correctly detect keystrokes while an Xterm appears to work correctly. In > fact, the GUI seems to think the Alt key is being held down when the key is > pressed. This worked fine with the previous (unknown) version of Cygwin. switch off num lock. > > In addition the X connection is being tunneled via ssh, with openssh running > on the Solaris Systems. I've tried tunneling with both Putty and Cygwin Ssh > on the windows platform. In each case, the Java application failed to detect > keystrokes while the Xterm worked successfully. Due to firewall restrictions > at this site, I am unable to test a direct X connection. do you use ssh -Y remotehost? Check the FAQ. Both topics are described there. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From simon_marchese@uk.ibm.com Wed Oct 20 13:08:00 2004 From: simon_marchese@uk.ibm.com (Simon Marchese) Date: Wed, 20 Oct 2004 13:08:00 -0000 Subject: XWin startup problem Message-ID: <41766340.9070304@uk.ibm.com> cygwin-xfree-owner@cygwin.com wrote on 19/10/2004 11:11:28: > On Mon, 18 Oct 2004, Simon Marchese wrote: > > > > > Ok, I have emailed the file as attachment directly. > > I've not recieved it yet > > > I did not know before about the mount "mode". The following is > what I can get from "mount" as soon as I start cygwin: > > > > $ 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) > > e: on /cygdrive/e type user (textmode,noumount) > > > > So my next question is the following: if binmode is possible, how > can I make the cygwin start script (C:\cygwin\cygwin.bat) mount it's > standard mounts in binmode? And even if I wanted to, would that be a > good thing? > > > It is only needed once: > mount -buf $(cygpath -m /usr/X11R6/lib/X11/fonts) /usr/X11R6/lib/X11/fonts > > This will change the font directory to binmode. Maybe you have to > reinstall the > fonts. > > bye > ago > -- > Alexander.Gottwald@s1999.tu-chemnitz.de > http://www.gotti.org ICQ: 126018723 This worked. Many thanks. Maybe it would be a good idea to add as a "last resort" to the FAQ? Simon. From nml@fjserv.net Wed Oct 20 13:08:00 2004 From: nml@fjserv.net (Neil Mc Laughlin) Date: Wed, 20 Oct 2004 13:08:00 -0000 Subject: Java GUI unable to correctly detect keystrokes References: <004201c4b693$91376170$035efa0a@icl.net> Message-ID: <005501c4b6a5$ad33d1d0$035efa0a@icl.net> Thanks for the quick response. The numlock solution worked so the problem's fixed. I did search the FAQ before posting and after your response. I still can't find anything on this problem. Regards, Neil. ----- Original Message ----- From: "Alexander Gottwald" To: Sent: Wednesday, October 20, 2004 12:54 PM Subject: Re: Java GUI unable to correctly detect keystrokes > On Wed, 20 Oct 2004, Neil Mc Laughlin wrote: > > > Since upgrading to the latest Cygwin X-Server, Java GUIs are unable to > > correctly detect keystrokes while an Xterm appears to work correctly. In > > fact, the GUI seems to think the Alt key is being held down when the key is > > pressed. This worked fine with the previous (unknown) version of Cygwin. > > switch off num lock. > > > > > In addition the X connection is being tunneled via ssh, with openssh running > > on the Solaris Systems. I've tried tunneling with both Putty and Cygwin Ssh > > on the windows platform. In each case, the Java application failed to detect > > keystrokes while the Xterm worked successfully. Due to firewall restrictions > > at this site, I am unable to test a direct X connection. > > do you use ssh -Y remotehost? > > Check the FAQ. Both topics are described there. > > bye > ago > -- > Alexander.Gottwald@s1999.tu-chemnitz.de > http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Wed Oct 20 13:13:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 20 Oct 2004 13:13:00 -0000 Subject: Java GUI unable to correctly detect keystrokes In-Reply-To: <005501c4b6a5$ad33d1d0$035efa0a@icl.net> References: <004201c4b693$91376170$035efa0a@icl.net> <005501c4b6a5$ad33d1d0$035efa0a@icl.net> Message-ID: On Wed, 20 Oct 2004, Neil Mc Laughlin wrote: > Thanks for the quick response. The numlock solution worked so the problem's > fixed. > > I did search the FAQ before posting and after your response. I still can't > find anything on this problem. Ooops. I was thinking of this entry which is related http://x.cygwin.com/docs/faq/cygwin-x-faq.html#numlock-modifier or http://wiki.freedesktop.org/bin/view/Main/CygwinXTroubleShooting#No_keyboard_input_in_Java bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Wed Oct 20 13:15:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 20 Oct 2004 13:15:00 -0000 Subject: XWin startup problem In-Reply-To: <41766340.9070304@uk.ibm.com> References: <41766340.9070304@uk.ibm.com> Message-ID: On Wed, 20 Oct 2004, Simon Marchese wrote: > This worked. Many thanks. Maybe it would be a good idea to add as a > "last resort" to the FAQ? Maybe. But actually i need to figure out why sometimes the mount type causes the problem and sometimes it does not bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From sebastianhaby@home.se Wed Oct 20 14:56:00 2004 From: sebastianhaby@home.se (Sebastian) Date: Wed, 20 Oct 2004 14:56:00 -0000 Subject: Cygwin/X just now started to crash with Solaris app, 8bpp UPDATE Message-ID: <1098283868.a27ac5e0sebastianhaby@home.se> Hello again! I've been doing debugging and testing the last two days, and things are weird ;) When running XWinEMU2 from gdb with mwm it both works and crashes. (run -ac -screen 0 1280 1024 -emulatepseudo) Program received signal SIGSEGV, Segmentation fault. 0x000000ff in ?? () (gdb) bt #0 0x000000ff in ?? () #1 0x006974be in shadowPaintWindow () #2 0x00493fd5 in miClearToBackground () #3 0x00497caf in miSpriteClearToBackground () #4 0x00409c83 in ProcClearToBackground () #5 0x00428f93 in SProcClearToBackground () #6 0x004078a2 in Dispatch () #7 0x004014b1 in main () (gdb) When running XWinDEBUG from inside gdb with fvwm2 it both works and crashes! Program received signal SIGSEGV, Segmentation fault. 0x00000099 in ?? () (gdb) bt #0 0x00000099 in ?? () #1 0x007836a9 in shadowPaintWindow(pWindow=0x10372188, prgn=0x22eae0, what=0) at shadow.c:1294 #2 0x004be52f in miClearToBackground (pWin=0x10372188, x=0, y=0, w=0, h=0, generateExposures=0) at miwindow.c:131 #3 0x004b9d0b in miSpriteClearToBackground (pWin=0x10372188, x=0, y=0, w=0, h=0, generateExposures=0) at misprite.c:948 #4 0x0040c5eb in ProcClearToBackground (client=0x10395f38) at dispatch.c:1712 #5 0x00436e32 in SProcClearToBackground (client=0x10395f38) at swapreq.c:658 #6 0x00409864 in Dispatch () at dispatch.c:454 #7 0x00401644 in main (argc=6, argv=0x100e1b68, envp=0x100e00a8) at main.c:440 Is there anyone out there who can give me some pointers as where to start looking for the bug. >From the dgb output I plan to start looking into the shadowPaintWindow () function as that function seem to be causing the following "0x000000ff in ?? ()" error? Cheers, Sebastian Haby3d0) at shadow.c:1294 #2 0x004be52f in miClearToBackground (pWin=0x10372188, x=0, y=0, w=0, h=0, generateExposures=0) at miwindow.c:131 #3 0x004b9d0b in miSpriteClearToBackground (pWin=0x10372188, x=0, y=0, w=0, h=0, generateExposures=0) at misprite.c:948 #4 0x0040c5eb in ProcClearToBackground (client=0x10395f38) at dispatch.c:1712 #5 0x00436e32 in SProcClearToBackground (client=0x10395f38) at swapreq.c:658 #6 0x00409864 in Dispatch () at dispatch.c:454 #7 0x00401644 in main (argc=6, argv=0x100e1b68, envp=0x100e00a8) at main.c:440 Is there anyone out there who can give me some pointers as where to start looking for the bug. >From the dgb output I plan to start looking into the shadowPaintWindow () function as that function seem to be causing the following "0x000000ff in ?? From alexander.gottwald@s1999.tu-chemnitz.de Wed Oct 20 15:02:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 20 Oct 2004 15:02:00 -0000 Subject: Cygwin/X just now started to crash with Solaris app, 8bpp UPDATE In-Reply-To: <1098283868.a27ac5e0sebastianhaby@home.se> References: <1098283868.a27ac5e0sebastianhaby@home.se> Message-ID: On Wed, 20 Oct 2004, Sebastian wrote: > Hello again! > I've been doing debugging and testing the last two days, and things are weird ;) > > When running XWinEMU2 from gdb with mwm it both works and crashes. > (run -ac -screen 0 1280 1024 -emulatepseudo) > Program received signal SIGSEGV, Segmentation fault. > 0x000000ff in ?? () > (gdb) bt > #0 0x000000ff in ?? () > #1 0x006974be in shadowPaintWindow () > #2 0x00493fd5 in miClearToBackground () > #3 0x00497caf in miSpriteClearToBackground () > #4 0x00409c83 in ProcClearToBackground () > #5 0x00428f93 in SProcClearToBackground () > #6 0x004078a2 in Dispatch () > #7 0x004014b1 in main () > (gdb) > > When running XWinDEBUG from inside gdb with fvwm2 it both works and crashes! > Program received signal SIGSEGV, Segmentation fault. > 0x00000099 in ?? () > (gdb) bt > #0 0x00000099 in ?? () > #1 0x007836a9 in shadowPaintWindow(pWindow=0x10372188, prgn=0x22eae0, what=0) at shadow.c:1294 static void shadowPaintWindow( WindowPtr pWindow, RegionPtr prgn, int what ){ ScreenPtr pScreen = pWindow->drawable.pScreen; shadowScrPriv(pScreen); if(what == PW_BACKGROUND) { unwrap (pScrPriv, pScreen, PaintWindowBackground); (*pScreen->PaintWindowBackground) (pWindow, prgn, what); wrap (pScrPriv, pScreen, PaintWindowBackground, shadowPaintWindow); } else { unwrap (pScrPriv, pScreen, PaintWindowBorder); (*pScreen->PaintWindowBorder) (pWindow, prgn, what); wrap (pScrPriv, pScreen, PaintWindowBorder, shadowPaintWindow); } it seems pScreen is not initialized properly (most likely it is NULL). Don't know how this can happen. > From the dgb output I plan to start looking into the shadowPaintWindow () function as that function seem to be causing the following "0x000000ff in ?? bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From pechtcha@cs.nyu.edu Wed Oct 20 16:36:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Wed, 20 Oct 2004 16:36:00 -0000 Subject: XWin startup problem In-Reply-To: References: <41766340.9070304@uk.ibm.com> Message-ID: On Wed, 20 Oct 2004, Alexander Gottwald wrote: > On Wed, 20 Oct 2004, Simon Marchese wrote: > > > This worked. Many thanks. Maybe it would be a good idea to add as a > > "last resort" to the FAQ? > > Maybe. But actually i need to figure out why sometimes the mount type > causes the problem and sometimes it does not Didn't the postinstall scripts of the font packages use to do this mount automatically? Has this been changed? If so, perhaps the change was a bit too optimistic? Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Happiness lies in being privileged to work hard for long hours in doing whatever you think is worth doing." -- Dr. Jubal Harshaw From alexander.gottwald@s1999.tu-chemnitz.de Wed Oct 20 17:11:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 20 Oct 2004 17:11:00 -0000 Subject: XWin startup problem In-Reply-To: References: <41766340.9070304@uk.ibm.com> Message-ID: On Wed, 20 Oct 2004, Igor Pechtchanski wrote: > On Wed, 20 Oct 2004, Alexander Gottwald wrote: > > > On Wed, 20 Oct 2004, Simon Marchese wrote: > > > > > This worked. Many thanks. Maybe it would be a good idea to add as a > > > "last resort" to the FAQ? > > > > Maybe. But actually i need to figure out why sometimes the mount type > > causes the problem and sometimes it does not > > Didn't the postinstall scripts of the font packages use to do this mount > automatically? Has this been changed? If so, perhaps the change was > a bit too optimistic? I've changed this because it did not work for first time installations. Since xorg 6.8.0 the font-update script is run in the postinstall scripts to generate fonts.dir, fonts.scale and fonts.encoding and it used to work with textmounts too (at least i thought). The new -bin package includes a mkfontscale which will always create binary fonts.scale and fonts.dir files which should work properly regardless of textmode or binmode mounts. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From abalasub@it.uts.edu.au Thu Oct 21 00:54:00 2004 From: abalasub@it.uts.edu.au (abalasub@it.uts.edu.au) Date: Thu, 21 Oct 2004 00:54:00 -0000 Subject: problem using cygwin Message-ID: <59910.138.25.8.1.1098320082.squirrel@138.25.8.1> Hi! Im a student at UTS Sydney and I downloaded Cygwin to connect to the student computer called Charlie which is a Solaris machine.But I get an error message saying a fatal error has occured.I used the following command line: XWin.exe -query charlie. Thanks. From redetin@luukku.com Thu Oct 21 07:31:00 2004 From: redetin@luukku.com (Jani Tiainen) Date: Thu, 21 Oct 2004 07:31:00 -0000 Subject: Cygwin/X and loggin on remote server Message-ID: I've used cygwin/x to use remote wm and tools for a long time, and I use connection via SSH tunnel since connection between machines are not secured. Now I would like to provide more generic way to login on remote machine, I can do this with startxwin.bat but I want to close initial _local_ xterm used to get login & password prompt after it has fired up session... How can be this done...? -- Jani Tiainen From alexander.gottwald@s1999.tu-chemnitz.de Thu Oct 21 11:09:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 21 Oct 2004 11:09:00 -0000 Subject: problem using cygwin In-Reply-To: <59910.138.25.8.1.1098320082.squirrel@138.25.8.1> References: <59910.138.25.8.1.1098320082.squirrel@138.25.8.1> Message-ID: On Thu, 21 Oct 2004 abalasub@it.uts.edu.au wrote: > Hi! > > Im a student at UTS Sydney and I downloaded Cygwin to connect to the > student computer called Charlie which is a Solaris machine.But I get an > error message saying a fatal error has occured.I used the following > command line: > > XWin.exe -query charlie. http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-fatal-error if the logfile states Fatal server error: could not open default font 'fixed' get the xorg-x11-bin-6.8.1.0-2 package remove /usr/X11R6/lib/X11/fonts/*/fonts.dir run font-update bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Thu Oct 21 11:20:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 21 Oct 2004 11:20:00 -0000 Subject: Cygwin/X and loggin on remote server In-Reply-To: References: Message-ID: On Thu, 21 Oct 2004, Jani Tiainen wrote: > I've used cygwin/x to use remote wm and tools for a long time, and I use > connection via SSH tunnel since connection between machines are not secured. > > Now I would like to provide more generic way to login on remote machine, > I can do this with startxwin.bat but I want to close initial _local_ > xterm used to get login & password prompt after it has fired up > session... How can be this done...? start xterm like this: xterm -e "ssh -f -Y remotehost .xsession && exit" or (simulating xdm login) xterm -e "ssh -f -Y remotehost /etc/X11/xdm/Xsession gnome && exit" instead of "gnome" you can use kde, kde2 or whatever window managers are configured on the system. If you omit the "&& exit" the xterm will stay bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From sebastianhaby@home.se Thu Oct 21 12:49:00 2004 From: sebastianhaby@home.se (Sebastian) Date: Thu, 21 Oct 2004 12:49:00 -0000 Subject: Cygwin/X just now started to crash with Solaris app, 8bpp UPDATE Message-ID: <1098362608.3ce30200sebastianhaby@home.se> Hey again, I've excluded the option that pScreen might be NULL by adding if(pScreen != NULL) { the code }...it still crashes thought, with the same gdb output. The strange thing is that this crash happens something like 1 time out of 3, the other two times i can use the application for hours without any problems. I'm losing hair over this ;) Is this an issue that should be discussed with Keith Packard / or other people within the X.org team? The crash does occur when running the latest XWin on a 8-bit screen aswell. Cheers, Sebastian Haby From redetin@luukku.com Thu Oct 21 12:55:00 2004 From: redetin@luukku.com (Jani Tiainen) Date: Thu, 21 Oct 2004 12:55:00 -0000 Subject: Cygwin/X and loggin on remote server In-Reply-To: References: Message-ID: Alexander Gottwald wrote: > On Thu, 21 Oct 2004, Jani Tiainen wrote: > > >>I've used cygwin/x to use remote wm and tools for a long time, and I use >>connection via SSH tunnel since connection between machines are not secured. >> >>Now I would like to provide more generic way to login on remote machine, >>I can do this with startxwin.bat but I want to close initial _local_ >>xterm used to get login & password prompt after it has fired up >>session... How can be this done...? > > > start xterm like this: > xterm -e "ssh -f -Y remotehost .xsession && exit" > > or (simulating xdm login) > xterm -e "ssh -f -Y remotehost /etc/X11/xdm/Xsession gnome && exit" > > instead of "gnome" you can use kde, kde2 or whatever window managers > are configured on the system. > > If you omit the "&& exit" the xterm will stay wow, my bug was that I omited "-f" from ssh switches and "&& exit", I tried & (single) and it always failed with error... =) Now it works. Thank you very much, now I can use my desktop as single click X-terminal. I also tried to run XDM but always got "only root would run" message... -- Jani Tiainen From redetin@luukku.com Thu Oct 21 14:12:00 2004 From: redetin@luukku.com (Jani Tiainen) Date: Thu, 21 Oct 2004 14:12:00 -0000 Subject: Cygwin/X and loggin on remote server In-Reply-To: References: Message-ID: Jani Tiainen wrote: > Alexander Gottwald wrote: > >> On Thu, 21 Oct 2004, Jani Tiainen wrote: >> >> >>> I've used cygwin/x to use remote wm and tools for a long time, and I >>> use connection via SSH tunnel since connection between machines are >>> not secured. >>> >>> Now I would like to provide more generic way to login on remote >>> machine, I can do this with startxwin.bat but I want to close initial >>> _local_ xterm used to get login & password prompt after it has fired >>> up session... How can be this done...? >> >> >> >> start xterm like this: >> xterm -e "ssh -f -Y remotehost .xsession && exit" >> >> or (simulating xdm login) >> xterm -e "ssh -f -Y remotehost /etc/X11/xdm/Xsession gnome && exit" >> >> instead of "gnome" you can use kde, kde2 or whatever window managers >> are configured on the system. >> >> If you omit the "&& exit" the xterm will stay > > > wow, my bug was that I omited "-f" from ssh switches and "&& exit", I > tried & (single) and it always failed with error... =) > > Now it works. Thank you very much, now I can use my desktop as single > click X-terminal. > > I also tried to run XDM but always got "only root would run" message... Actually this doesn't work. I use following line (using startxwin.bat): run xterm -ms red -fg white -bg black -e "/usr/bin/ssh -f -Y -p 22022 myaccount@my.ip.com xterm && exit" But initial xterm window stays, even you can't write anything in it... -- Jani Tiainen From alexander.gottwald@s1999.tu-chemnitz.de Thu Oct 21 14:23:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 21 Oct 2004 14:23:00 -0000 Subject: Cygwin/X just now started to crash with Solaris app, 8bpp UPDATE In-Reply-To: <1098362608.3ce30200sebastianhaby@home.se> References: <1098362608.3ce30200sebastianhaby@home.se> Message-ID: On Thu, 21 Oct 2004, Sebastian wrote: > Hey again, > > I've excluded the option that pScreen might be NULL by adding if(pScreen != NULL) { the code }...it still crashes thought, with the same gdb output. > The strange thing is that this crash happens something like 1 time out of 3, the other two times i can use the application for hours without any problems. > I'm losing hair over this ;) Is this an issue that should be discussed with Keith Packard / or other people within the X.org team? The crash does occur when running the latest XWin on a 8-bit screen aswell. have you tried setting a breakpoint on the line? Maybe pScreen->PaintWindowBackground is not initalized properly. Is pScreen->PaintWindowBackground a valid pointer to a function? Actually it should be fbPaintWindow or maybe there is still a layer between. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From redetin@luukku.com Thu Oct 21 14:26:00 2004 From: redetin@luukku.com (Jani Tiainen) Date: Thu, 21 Oct 2004 14:26:00 -0000 Subject: Cygwin/X and loggin on remote server In-Reply-To: References: Message-ID: Jani Tiainen wrote: > Jani Tiainen wrote: > >> Alexander Gottwald wrote: >> >>> On Thu, 21 Oct 2004, Jani Tiainen wrote: >>> >>> >>>> I've used cygwin/x to use remote wm and tools for a long time, and I >>>> use connection via SSH tunnel since connection between machines are >>>> not secured. >>>> >>>> Now I would like to provide more generic way to login on remote >>>> machine, I can do this with startxwin.bat but I want to close >>>> initial _local_ xterm used to get login & password prompt after it >>>> has fired up session... How can be this done...? >>> >>> >>> >>> >>> start xterm like this: >>> xterm -e "ssh -f -Y remotehost .xsession && exit" >>> >>> or (simulating xdm login) >>> xterm -e "ssh -f -Y remotehost /etc/X11/xdm/Xsession gnome && exit" >>> >>> instead of "gnome" you can use kde, kde2 or whatever window managers >>> are configured on the system. >>> >>> If you omit the "&& exit" the xterm will stay >> >> >> >> wow, my bug was that I omited "-f" from ssh switches and "&& exit", I >> tried & (single) and it always failed with error... =) >> >> Now it works. Thank you very much, now I can use my desktop as single >> click X-terminal. >> >> I also tried to run XDM but always got "only root would run" message... > > > Actually this doesn't work. > > I use following line (using startxwin.bat): > > run xterm -ms red -fg white -bg black -e "/usr/bin/ssh -f -Y -p 22022 > myaccount@my.ip.com xterm && exit" > > But initial xterm window stays, even you can't write anything in it... Actually it started to work after I changed to use it script that puts everything in background... Strange is that but now "everything" works as supposed... Well only if I could have nice graphical login to my server... -- Jani Tiainen From alexander.gottwald@s1999.tu-chemnitz.de Thu Oct 21 14:30:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 21 Oct 2004 14:30:00 -0000 Subject: Cygwin/X and loggin on remote server In-Reply-To: References: Message-ID: On Thu, 21 Oct 2004, Jani Tiainen wrote: > Actually this doesn't work. > > I use following line (using startxwin.bat): > > run xterm -ms red -fg white -bg black -e "/usr/bin/ssh -f -Y -p 22022 > myaccount@my.ip.com xterm && exit" > > But initial xterm window stays, even you can't write anything in it... I've tried - from "Run As" - from cygwin shell - from local xterm In all cases the local xterm was closed and the remote xterm was displayed. Maybe ssh reports some kine error and "&& exit" is not executed. Try run xterm -ms red -fg white -bg black -e "/usr/bin/ssh -f -Y -p 22022 myaccount@my.ip.com xterm ; exit" bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From haomin@tzti.com Thu Oct 21 19:58:00 2004 From: haomin@tzti.com (Haomin Wu) Date: Thu, 21 Oct 2004 19:58:00 -0000 Subject: big X mouse cursor in nedit window Message-ID: Does anyone notice when we invoke nedit under multi-window xwin under cygwin we get a big X mouse cursor instead of arrow mouse cursor, which is a wrong cursor type for nedit? Is there any way to get it right? Thanks. -haomin From dave@rudedog.org Thu Oct 21 21:45:00 2004 From: dave@rudedog.org (Dave Carrigan) Date: Thu, 21 Oct 2004 21:45:00 -0000 Subject: big X mouse cursor in nedit window In-Reply-To: References: Message-ID: <20041021214517.GA9359@rudedog.org> On Thu, Oct 21, 2004 at 12:58:50PM -0700, Haomin Wu wrote: > Does anyone notice when we invoke nedit under multi-window xwin under > cygwin we get a big X mouse cursor instead of arrow > mouse cursor, which is a wrong cursor type for nedit? Is there any way > to get it right? Use xsetroot to set a default cursor for those apps that don't set it themselves. -- Dave Carrigan Seattle, WA, USA dave@rudedog.org | http://www.rudedog.org/ | ICQ:161669680 UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-C++-DNS-PalmOS-PostgreSQL-MySQL -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From redetin@luukku.com Fri Oct 22 06:29:00 2004 From: redetin@luukku.com (Jani Tiainen) Date: Fri, 22 Oct 2004 06:29:00 -0000 Subject: Cygwin/X and loggin on remote server In-Reply-To: References: Message-ID: Jani Tiainen wrote: > I've used cygwin/x to use remote wm and tools for a long time, and I use > connection via SSH tunnel since connection between machines are not > secured. > > Now I would like to provide more generic way to login on remote machine, > I can do this with startxwin.bat but I want to close initial _local_ > xterm used to get login & password prompt after it has fired up > session... How can be this done...? Well let's narrow down this problem... I've following batch file at desktop, that I run by doubleclicking: ---[runxwin.bat begin]---- @echo off SET DISPLAY=127.0.0.1:0.0 SET CYGWIN_ROOT=d:\cygwin SET PATH=.;%CYGWIN_ROOT%\bin;%CYGWIN_ROOT%\usr\X11R6\bin;%PATH% SET XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults SET XCMSDB=/usr/X11R6/lib/X11/Xcms.txt SET XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB SET XNLSPATH=/usr/X11R6/lib/X11/locale if not exist %CYGWIN_ROOT%\tmp\.X11-unix\X0 goto CLEANUP-FINISH attrib -s %CYGWIN_ROOT%\tmp\.X11-unix\X0 del %CYGWIN_ROOT%\tmp\.X11-unix\X0 :CLEANUP-FINISH if exist %CYGWIN_ROOT%\tmp\.X11-unix rmdir %CYGWIN_ROOT%\tmp\.X11-unix run XWin -fullscreen -clipboard -silent-dup-error run xterm -ms red -fg white -bg black -e "/usr/bin/ssh -f -Y -p 22022 myname@my.ip.net \~/.xsession && exit" ---[runxwin.bat end]--- at Linux side (Debian Sarge) I have .xsession with following lines: ---[.xsession begin]--- xterm & fcwm4 --daemon exec fxce4-panel ---[.xsession end]--- Now what happens? Initial, local xterm window is shown and I enter mypasswd. This far things work well. Then I have found out two different end situations depending on exit and contents in .xsession : I endup having initial login screen as empty, but sticking on desktop and everything is working Whole SSH tunnel disappeares and I'm left with empty X root. From alexander.gottwald@s1999.tu-chemnitz.de Fri Oct 22 11:29:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 22 Oct 2004 11:29:00 -0000 Subject: Cygwin/X and loggin on remote server In-Reply-To: References: Message-ID: On Fri, 22 Oct 2004, Jani Tiainen wrote: > Jani Tiainen wrote: > > I've used cygwin/x to use remote wm and tools for a long time, and I use > > connection via SSH tunnel since connection between machines are not > > secured. > > > > Now I would like to provide more generic way to login on remote machine, > > I can do this with startxwin.bat but I want to close initial _local_ > > xterm used to get login & password prompt after it has fired up > > session... How can be this done...? > > Well let's narrow down this problem... I've tried your batch file and I was even able to start a whole remote gnome desktop and the initial xterm disappeared. > Now what happens? Initial, local xterm window is shown and I enter > mypasswd. This far things work well. > > Then I have found out two different end situations depending on exit and > contents in .xsession : > > I endup having initial login screen as empty, but sticking on desktop > and everything is working > > Whole SSH tunnel disappeares and I'm left with empty X root. If for some reason the remote program exits, the whole ssh session will exit. ssh -Y remotehost "xterm" will start a remote xterm and forward all X11 via the tunnel ssh -Y remotehost "xterm &" will start a remote xterm, put it in the background and ssh will exit, leaving the xterm without a working server bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From sebastianhaby@home.se Fri Oct 22 15:56:00 2004 From: sebastianhaby@home.se (Sebastian) Date: Fri, 22 Oct 2004 15:56:00 -0000 Subject: Cygwin/X just now started to crash with Solaris app, 8bpp UPDATE Message-ID: <1098460291.8f1d69e0sebastianhaby@home.se> Back with some more debug info. GDB "settings" break shadow.c:1290, 1295,1298 commands silent printf "PWB1/2/3 0x%x\n",*pScreen->PaintWindowBackground cont end ------------------------------------------------------------------------------------ Friday 22/10 17.35 CET PWB1 0x78364c PWB2 0x78364c PWB3 0x4b987e PWB1 0x78364c PWB2 0x78364c PWB3 0xff !! Here it is, *pScreen->PaintWindowBackground get's fsck, i've tried forever to add a wathpoint in gdb so that gdb alerts me whenever it changes value and tells me what piece of code that does it. However i've been unsucessfull, some pointers would be greatly appreciated. (watch 'shadow.c'::*pScreen->PaintWindowBackground just doesn't work, gdb tells me "A parse error in expression, near `*pScreen->PaintWindowBackground'." although according to the gdb docs this should be allright ? I've attatched the shadow.c that this debug output refers to. Cheers, Sebastian Haby Program received signal SIGSEGV, Segmentation fault. 0x000000ff in ?? () (gdb) bt #0 0x000000ff in ?? () #1 0x007836b3 in shadowPaintWindow (pWindow=0x10397a68, prgn=0x10398780, what=0) at shadow.c:1298 #2 0x004b73d9 in miWindowExposures (pWin=0x10397a68, prgn=0x10398780, other_exposed=0x0) at miexpose.c:564 #3 0x004bec80 in miHandleValidateExposures (pWin=0x100fe350) at miwindow.c:468 #4 0x004073a4 in MapWindow (pWin=0x10396f58, client=0x102d7980) at window.c:2772 #5 0x00409fdf in ProcMapWindow (client=0x102d7980) at dispatch.c:695 #6 0x00409864 in Dispatch () at dispatch.c:454 #7 0x00401644 in main (argc=7, argv=0x100e1b60, envp=0x100e00a8) at main.c:440 -------------- next part -------------- A non-text attachment was scrubbed... Name: shadow.c Type: application/octet-stream Size: 35931 bytes Desc: not available URL: From kynn@panix.com Fri Oct 22 20:56:00 2004 From: kynn@panix.com (kynn@panix.com) Date: Fri, 22 Oct 2004 20:56:00 -0000 Subject: xinit vs. startx Message-ID: <200410222056.i9MKues29230@panix3.panix.com> I start X in one of two ways from the CL on a Cygwin terminal: via xinit or via startx. (Needing the Cygwin terminal to do this is something I'd like to avoid; see (3) below.) When I start X using "xinit", a large window appears that covers the entire screen; it cannot be resized but it can be minimized, and it behaves like a desktop (it can contain other X windows applications). At startup this "desktop" window contains a single xterm, from which I can start new X applications that live within the boundaries of the "desktop" window. If I hit control-D in this xterm, both it and the large "desktop" window disappear. In contrast, when I start using "startx", I get the lone xterm, without the large fixed-size "desktop" window containing it. I can invoke X applications from within this xterm, and these applications live on the standard Windows desktop. 1. What exactly causes the different behavior between running xinit and running startx? As far as I can tell, both xinit and startx use the directives listed in my .xinitrc file (which is identical to the file /etc/X11/xinit/xinitrc that is installed by default with cygwin). Does startx invoke xinit or the other way around (or none of the above)? 2. Is there any way I can (re)set the size of the desktop-like window produced by xinit so that it does not take up the entire screen? 3. Is there any way that I can launch startx (and thereby get a terminal from which I can launch X applications) by clicking on some desktop/launcher icon without first needing to bring up a (non-X-capable) Cygwin terminal? Thanks! kj From j_tetazoo@hotmail.com Sat Oct 23 02:35:00 2004 From: j_tetazoo@hotmail.com (Thomas Chadwick) Date: Sat, 23 Oct 2004 02:35:00 -0000 Subject: xinit vs. startx Message-ID: >1. What exactly causes the different behavior between running xinit >and running startx??? As far as I can tell, both xinit and startx use >the directives listed in my .xinitrc file (which is identical to the >file /etc/X11/xinit/xinitrc that is installed by default with cygwin). >Does startx invoke xinit or the other way around (or none of the >above)? If you run xinit directly, it invokes the X server with no command-line arguments (assuming you're not setting any) and then sources your .xinitrc script. startx is a "wrapper" script which invokes xinit with some additional command-line arguments. Go ahead and look in /usr/X11R6/bin/startx to see what additional arguments it's passing to the X server. Also, take a look at the man pages for xinit and startx. They're pretty well documented. >2. Is there any way I can (re)set the size of the desktop-like window >produced by xinit so that it does not take up the entire screen? You can customize the X server's behavior via command-line flags, documented here: http://x.cygwin.com/docs/ug/configure-cygwin-x-options.html >3. Is there any way that I can launch startx (and thereby get a >terminal from which I can launch X applications) by clicking on some >desktop/launcher icon without first needing to bring up a >(non-X-capable) Cygwin terminal? Use a Windows shortcut with a target of, e.g.: c:\cygwin\usr\X11R6\bin\run.exe /usr/X11R6/bin/startx I believe there is also a Cygwin package that installs Windows shortcuts that are intended for this purpose. Don't recall the name, but it's in the same category as the X Server package. -Tom From alexander.gottwald@s1999.tu-chemnitz.de Sat Oct 23 10:44:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sat, 23 Oct 2004 10:44:00 -0000 Subject: xinit vs. startx In-Reply-To: <200410222056.i9MKues29230@panix3.panix.com> References: <200410222056.i9MKues29230@panix3.panix.com> Message-ID: On Fri, 22 Oct 2004 kynn@panix.com wrote: > 1. What exactly causes the different behavior between running xinit > and running startx? As far as I can tell, both xinit and startx use > the directives listed in my .xinitrc file (which is identical to the > file /etc/X11/xinit/xinitrc that is installed by default with cygwin). > Does startx invoke xinit or the other way around (or none of the > above)? startx has some additional parameters (-multiwindow -clipboard) > 2. Is there any way I can (re)set the size of the desktop-like window > produced by xinit so that it does not take up the entire screen? You can start XWin with XWin -screen 0 800x600 During > 3. Is there any way that I can launch startx (and thereby get a > terminal from which I can launch X applications) by clicking on some > desktop/launcher icon without first needing to bring up a > (non-X-capable) Cygwin terminal? There is a .bat file /usr/X11R6/bin/startxwin.bat. You can use this. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From redetin@luukku.com Sat Oct 23 12:38:00 2004 From: redetin@luukku.com (Jani Tiainen) Date: Sat, 23 Oct 2004 12:38:00 -0000 Subject: Cygwin/X and loggin on remote server In-Reply-To: References: Message-ID: Alexander Gottwald wrote: > On Fri, 22 Oct 2004, Jani Tiainen wrote: > > >>Jani Tiainen wrote: >> >>>I've used cygwin/x to use remote wm and tools for a long time, and I use >>>connection via SSH tunnel since connection between machines are not >>>secured. >>> >>>Now I would like to provide more generic way to login on remote machine, >>>I can do this with startxwin.bat but I want to close initial _local_ >>>xterm used to get login & password prompt after it has fired up >>>session... How can be this done...? >> >>Well let's narrow down this problem... > > > I've tried your batch file and I was even able to start a whole remote gnome > desktop and the initial xterm disappeared. Thats my intention too (exception to use xfce) Could this be problem with my .xsession, what should I have content for it..? -- Jani Tiainen From Alexander.Gottwald@s1999.tu-chemnitz.de Sat Oct 23 17:24:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sat, 23 Oct 2004 17:24:00 -0000 Subject: Cygwin/X and loggin on remote server In-Reply-To: References: Message-ID: Jani Tiainen wrote: > > Could this be problem with my .xsession, what should I have content for > it..? #!/bin/bash exec xfce exit 0 should be sufficient What happens if you start .xsession from the ssh shell. Does it immediatly return or only after you closed xfce Have you tried a different window manager? like fvwm2 or for plain testing xterm. bye ago NP: Lights of Euphoria - You better run -- Alexander.Gottwald@informatik.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From chris@areti.co.uk Sat Oct 23 20:59:00 2004 From: chris@areti.co.uk (Chris Green) Date: Sat, 23 Oct 2004 20:59:00 -0000 Subject: Upgrading from xfree to xorg, any major issues? Message-ID: <20041023203127.GA15160@areti.co.uk> Some time soon I'm going to have to upgrade my present Cygwin/X installation which is mostly 4.3.0.x Xfree to the latest Xorg versions. How painless is this likely to be? I run Cygwin/X on a Win2k machine and use it to display my Slackware Linux desktop using xdm. -- Chris Green (chris@areti.co.uk) "Never ascribe to malice, that which can be explained by incompetence." From Alexander.Gottwald@s1999.tu-chemnitz.de Sun Oct 24 00:57:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sun, 24 Oct 2004 00:57:00 -0000 Subject: Upgrading from xfree to xorg, any major issues? In-Reply-To: <20041023203127.GA15160@areti.co.uk> References: <20041023203127.GA15160@areti.co.uk> Message-ID: Chris Green wrote: > Some time soon I'm going to have to upgrade my present Cygwin/X > installation which is mostly 4.3.0.x Xfree to the latest Xorg > versions. > > How painless is this likely to be? I run Cygwin/X on a Win2k machine > and use it to display my Slackware Linux desktop using xdm. There should be only minor issues. XF86Config is not compiled in anymore. Lot's of bugfixes... But actually xorg 6.7.0 was just the next evolution of xfree 4.3.0 and fits in the old release tree xf 4.2 xf 4.3 xorg 6.7.0 xorg 6.8.0 xorg 6.8.1 So there should not be any big problems NP: Welle Erdball - Alles ist m?glich -- Alexander.Gottwald@informatik.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From redetin@luukku.com Sun Oct 24 07:14:00 2004 From: redetin@luukku.com (Jani Tiainen) Date: Sun, 24 Oct 2004 07:14:00 -0000 Subject: Cygwin/X and loggin on remote server In-Reply-To: References: Message-ID: Alexander Gottwald wrote: > Jani Tiainen wrote: > > >>Could this be problem with my .xsession, what should I have content for >>it..? > > > #!/bin/bash > exec xfce > exit 0 > I tried following .xsession: #!/bin/bash exec xterm exit 0 > should be sufficient > > What happens if you start .xsession from the ssh shell. Does it immediatly > return or only after you closed xfce > > Have you tried a different window manager? like fvwm2 or for plain testing > xterm. Initial window closes only after I close second xterm window. When starting window manager it doesn't close initial window unless _last_ pipe closes... that mean if I have only xfcwm4 running it will remain visible as long as session lasts. Any other ideas? -- Jani Tiainen From Alexander.Gottwald@s1999.tu-chemnitz.de Sun Oct 24 12:23:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sun, 24 Oct 2004 12:23:00 -0000 Subject: Cygwin/X and loggin on remote server In-Reply-To: References: Message-ID: Jani Tiainen wrote: > Initial window closes only after I close second xterm window. > > When starting window manager it doesn't close initial window unless > _last_ pipe closes... that mean if I have only xfcwm4 running it will > remain visible as long as session lasts. I have no idea what causes this. ssh -f also detaches any file descriptors (you could enforce this with ssh -f -n) and should not keep any references which will bash or xterm to stay. Which windows version are you using? I always tested on win2k. bye ago NP: Welle Erdball - Transrapid (Instr.) -- Alexander.Gottwald@informatik.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From samer.boustany@neuf.fr Sun Oct 24 17:49:00 2004 From: samer.boustany@neuf.fr (Samer El Boustany) Date: Sun, 24 Oct 2004 17:49:00 -0000 Subject: LoadLibrary("cygx11-6.dll") results in STATUS_ACCESS_VIOLATION Message-ID: <001e01c4b9f1$d8fa5d80$9f2bfea9@SAMER> Hi, I am trying to write an x client application that will run on a windows xp machine. When I try to load any X related dll (in order to be able to call for example XOpenDisplay) the executable exits whith the message 5 [main] test3 2820 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 648 [main] test3 2820 open_stackdumpfile: Dumping stack trace to test3.exe.tackdump This dump occurs when the system tries to load the library. Any help would be appreciated. thanks samer From redetin@luukku.com Sun Oct 24 18:03:00 2004 From: redetin@luukku.com (Jani Tiainen) Date: Sun, 24 Oct 2004 18:03:00 -0000 Subject: Cygwin/X and loggin on remote server In-Reply-To: References: Message-ID: Alexander Gottwald wrote: > Jani Tiainen wrote: > > >>Initial window closes only after I close second xterm window. >> >>When starting window manager it doesn't close initial window unless >>_last_ pipe closes... that mean if I have only xfcwm4 running it will >>remain visible as long as session lasts. > > > I have no idea what causes this. ssh -f also detaches any file descriptors > (you could enforce this with ssh -f -n) and should not keep any references > which will bash or xterm to stay. Hmm, strange since I can't get this working. Well it's not that big problem but anyways... > Which windows version are you using? I always tested on win2k. Windoze 2k + all latest "fixes". From harizvi@gmail.com Sun Oct 24 18:40:00 2004 From: harizvi@gmail.com (Haider Rizvi) Date: Sun, 24 Oct 2004 18:40:00 -0000 Subject: xterm flashing when switching desktops Message-ID: <7zpt38nf5t.fsf@thinkhr.torolab.ibm.com> I am running the latest cygwin with X.org's X server. I also use Powerpro (http://powerpro.webeddie.com/) and its builtin virtual desktops option. The problem: Every time I move between virtual desktops, my xterms go into attention-grabbing flash mode in the Windows taskbar. This is annoying because my taskbar is set to auto-hide, when xterm is flashing it never auto-hides. Xterm is the only app that flashes (I tried xemacs, xclock, xeyes as well), others seem to behave randomly (sometimes keep the taskbar up, at others just behave well like other Windows windows, but never flash at least in my limited testing). I searched the mailing list and internet for a solution but I didn't find a hit. Can someone provide any hints or tips to avoid this problem. Regards, -- Haider From Alexander.Gottwald@s1999.tu-chemnitz.de Sun Oct 24 20:11:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sun, 24 Oct 2004 20:11:00 -0000 Subject: LoadLibrary("cygx11-6.dll") results in STATUS_ACCESS_VIOLATION In-Reply-To: <001e01c4b9f1$d8fa5d80$9f2bfea9@SAMER> References: <001e01c4b9f1$d8fa5d80$9f2bfea9@SAMER> Message-ID: Samer El Boustany wrote: > Hi, > I am trying to write an x client application that will run on a windows xp > machine. When I try to load any X related dll (in order to be able to call > for example XOpenDisplay) the executable exits whith the message > 5 [main] test3 2820 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION > 648 [main] test3 2820 open_stackdumpfile: Dumping stack trace to > test3.exe.tackdump > > This dump occurs when the system tries to load the library. Why not link the library directly into the program? I'm not sure if LoadLibrary works well with cygwin dlls. bye ago NP: Joint Venture - Er muss uns jetzt was singen -- Alexander.Gottwald@informatik.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From cygwin@cwilson.fastmail.fm Sun Oct 24 20:46:00 2004 From: cygwin@cwilson.fastmail.fm (Charles Wilson) Date: Sun, 24 Oct 2004 20:46:00 -0000 Subject: LoadLibrary("cygx11-6.dll") results in STATUS_ACCESS_VIOLATION In-Reply-To: References: <001e01c4b9f1$d8fa5d80$9f2bfea9@SAMER> Message-ID: <417C1499.1030600@cwilson.fastmail.fm> Alexander Gottwald wrote: >>I am trying to write an x client application that will run on a windows xp >>machine. When I try to load any X related dll (in order to be able to call >>for example XOpenDisplay) the executable exits whith the message >>5 [main] test3 2820 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION >>648 [main] test3 2820 open_stackdumpfile: Dumping stack trace to >>test3.exe.tackdump >> >>This dump occurs when the system tries to load the library. > > > Why not link the library directly into the program? I'm not sure if LoadLibrary > works well with cygwin dlls. LoadLibrary usually works okay --- but it'd certainly be better, from a cygwin POV, to use cygwin1.dll's dlopen() instead. And there is sometimes a good reason to avoid direct linking: what if you want to "turn on" various windowing/GUI modes...e.g. rxvt on cygwin can currently be used without an Xserver running, without even having the X libs installed. If $DISPLAY is :0, it never tries to load the X stuff, but simply uses Windows GDI. If the Xlibs were linked directly into the app, you'd always have to have the Xlibs installed, even if you didn't want to ever use rxvt in "X11" mode. -- Chuck From samer.boustany@neuf.fr Sun Oct 24 21:35:00 2004 From: samer.boustany@neuf.fr (Samer El Boustany) Date: Sun, 24 Oct 2004 21:35:00 -0000 Subject: LoadLibrary("cygx11-6.dll") results in STATUS_ACCESS_VIOLATION Message-ID: <002501c4ba11$55f95330$9f2bfea9@SAMER> Thank you for your replies. I tried the dlopen and it gets into an inifinite loop. Any idea why? thanks samer Charles Wilson wrote: LoadLibrary usually works okay --- but it'd certainly be better, from a cygwin POV, to use cygwin1.dll's dlopen() instead. And there is sometimes a good reason to avoid direct linking: what if you want to "turn on" various windowing/GUI modes...e.g. rxvt on cygwin can currently be used without an Xserver running, without even having the X libs installed. If $DISPLAY is :0, it never tries to load the X stuff, but simply uses Windows GDI. If the Xlibs were linked directly into the app, you'd always have to have the Xlibs installed, even if you didn't want to ever use rxvt in "X11" mode. ----- Original Message ----- From: "Samer El Boustany" To: Sent: Sunday, October 24, 2004 7:49 PM Subject: LoadLibrary("cygx11-6.dll") results in STATUS_ACCESS_VIOLATION > Hi, > I am trying to write an x client application that will run on a windows xp > machine. When I try to load any X related dll (in order to be able to call > for example XOpenDisplay) the executable exits whith the message > 5 [main] test3 2820 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION > 648 [main] test3 2820 open_stackdumpfile: Dumping stack trace to > test3.exe.tackdump > > This dump occurs when the system tries to load the library. > > Any help would be appreciated. > > thanks > samer > From samer.boustany@neuf.fr Sun Oct 24 21:45:00 2004 From: samer.boustany@neuf.fr (Samer El Boustany) Date: Sun, 24 Oct 2004 21:45:00 -0000 Subject: LoadLibrary("cygx11-6.dll") results in STATUS_ACCESS_VIOLATION References: <002501c4ba11$55f95330$9f2bfea9@SAMER> Message-ID: <003b01c4ba12$ceb45940$9f2bfea9@SAMER> here's my piece of code: int main(int argc,char **argv) { HINSTANCE hInst = LoadLibrary("cygwin1.dll"); void *(*pfdlOpen)(char *,int) = (void *(*)(char *,int))GetProcAddress(hInst,"dlopen"); int (*pfdlClose)(void *) = (int(*)(void*))GetProcAddress(hInst,"dlclose"); void *(*pfdlSym)(void *,const char *) = (void *(*)(void *,const char *))GetProcAddress(hInst,"dlsym"); void * hXInst = pfdlOpen("cygwin1.dll",RTLD_LAZY); if (hInst) { Display *(*pfXOpenDisplay)(char *) = NULL; pfXOpenDisplay = (Display *(*)(char *))pfdlSym(hXInst,"XOpenDisplay"); if(pfXOpenDisplay) { Display *pxDisplay = NULL; pxDisplay = pfXOpenDisplay("127.0.0.1:0.0"); if(pxDisplay) { } else { printf("Could not connect to X Server"); } } pfdlClose(hXInst); } } note that I am using MSVC 6 thanks samer ----- Original Message ----- From: "Samer El Boustany" To: "Samer El Boustany" ; Sent: Sunday, October 24, 2004 11:35 PM Subject: Re: LoadLibrary("cygx11-6.dll") results in STATUS_ACCESS_VIOLATION > Thank you for your replies. > I tried the dlopen and it gets into an inifinite loop. Any idea why? > > thanks > samer > > Charles Wilson wrote: > LoadLibrary usually works okay --- but it'd certainly be better, from a > cygwin POV, to use cygwin1.dll's dlopen() instead. And there is sometimes a > good reason to avoid direct linking: what if you want to "turn on" various > windowing/GUI modes...e.g. rxvt on cygwin can currently be used without an > Xserver running, without even having the X libs installed. If $DISPLAY is > :0, it never tries to load the X stuff, but simply uses Windows GDI. If the > Xlibs were linked directly into the app, you'd always have to have the Xlibs > installed, even if you didn't want to ever use rxvt in "X11" mode. > > ----- Original Message ----- > From: "Samer El Boustany" > To: > Sent: Sunday, October 24, 2004 7:49 PM > Subject: LoadLibrary("cygx11-6.dll") results in STATUS_ACCESS_VIOLATION > > > > Hi, > > I am trying to write an x client application that will run on a windows xp > > machine. When I try to load any X related dll (in order to be able to call > > for example XOpenDisplay) the executable exits whith the message > > 5 [main] test3 2820 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION > > 648 [main] test3 2820 open_stackdumpfile: Dumping stack trace to > > test3.exe.tackdump > > > > This dump occurs when the system tries to load the library. > > > > Any help would be appreciated. > > > > thanks > > samer > > > > > From pechtcha@cs.nyu.edu Sun Oct 24 23:28:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Sun, 24 Oct 2004 23:28:00 -0000 Subject: Upgrading from xfree to xorg, any major issues? In-Reply-To: References: <20041023203127.GA15160@areti.co.uk> Message-ID: On Sun, 24 Oct 2004, Alexander Gottwald wrote: > Chris Green wrote: > > > Some time soon I'm going to have to upgrade my present Cygwin/X > > installation which is mostly 4.3.0.x Xfree to the latest Xorg > > versions. > > > > How painless is this likely to be? I run Cygwin/X on a Win2k machine > > and use it to display my Slackware Linux desktop using xdm. > > There should be only minor issues. XF86Config is not compiled in anymore. > Lot's of bugfixes... > > But actually xorg 6.7.0 was just the next evolution of xfree 4.3.0 and > fits in the old release tree > > xf 4.2 > xf 4.3 > xorg 6.7.0 > xorg 6.8.0 > xorg 6.8.1 > > So there should not be any big problems Here's one major PITA: xterm has moved from /usr/X11R6/bin to /usr/bin. If you have any scripts, batch files, or shortcuts that hardcode /usr/X11R6/bin/xterm, you'll need to either change them to use /usr/bin/xterm, or add a symlink in /usr/X11R6/bin to /usr/bin/xterm. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Happiness lies in being privileged to work hard for long hours in doing whatever you think is worth doing." -- Dr. Jubal Harshaw From chris@areti.co.uk Mon Oct 25 07:40:00 2004 From: chris@areti.co.uk (Chris Green) Date: Mon, 25 Oct 2004 07:40:00 -0000 Subject: Upgrading from xfree to xorg, any major issues? In-Reply-To: References: <20041023203127.GA15160@areti.co.uk> Message-ID: <20041025071138.GA18374@areti.co.uk> On Sun, Oct 24, 2004 at 07:28:18PM -0400, Igor Pechtchanski wrote: > On Sun, 24 Oct 2004, Alexander Gottwald wrote: > > > Chris Green wrote: > > > > > Some time soon I'm going to have to upgrade my present Cygwin/X > > > installation which is mostly 4.3.0.x Xfree to the latest Xorg > > > versions. > > > > > > How painless is this likely to be? I run Cygwin/X on a Win2k machine > > > and use it to display my Slackware Linux desktop using xdm. > > > > There should be only minor issues. XF86Config is not compiled in anymore. > > Lot's of bugfixes... > > > > But actually xorg 6.7.0 was just the next evolution of xfree 4.3.0 and > > fits in the old release tree > > > > xf 4.2 > > xf 4.3 > > xorg 6.7.0 > > xorg 6.8.0 > > xorg 6.8.1 > > > > So there should not be any big problems > > Here's one major PITA: xterm has moved from /usr/X11R6/bin to /usr/bin. > If you have any scripts, batch files, or shortcuts that hardcode > /usr/X11R6/bin/xterm, you'll need to either change them to use > /usr/bin/xterm, or add a symlink in /usr/X11R6/bin to /usr/bin/xterm. > Igor Thanks both, it sounds like it should be reasonably painless then. I don't have many (any?) scripts or anything that will be affected by the xterm move as my major use for Cygwin/X is as an X server for my Linux desktop on my Win2k machine. We're getting broadband this week hopefully so I'll probably wait for that before doing the big download/upgrade. -- Chris Green (chris@areti.co.uk) "Never ascribe to malice, that which can be explained by incompetence." From alexander.gottwald@s1999.tu-chemnitz.de Mon Oct 25 10:58:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 25 Oct 2004 10:58:00 -0000 Subject: LoadLibrary("cygx11-6.dll") results in STATUS_ACCESS_VIOLATION In-Reply-To: <003b01c4ba12$ceb45940$9f2bfea9@SAMER> References: <002501c4ba11$55f95330$9f2bfea9@SAMER> <003b01c4ba12$ceb45940$9f2bfea9@SAMER> Message-ID: On Sun, 24 Oct 2004, Samer El Boustany wrote: > note that I am using MSVC 6 I think this is the problem. You can not mix cygwin and msvc program parts. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From Dr.Volker.Zell@oracle.com Mon Oct 25 14:30:00 2004 From: Dr.Volker.Zell@oracle.com (Dr. Volker Zell) Date: Mon, 25 Oct 2004 14:30:00 -0000 Subject: Please rebuild WindowMaker with recent tiff package Message-ID: <87breq50pn.fsf@vzell-de.de.oracle.com> Hi Harold Is it possible to rebuild WindowMaker with the latest libtiff-devel-3.7.0beta2 package, now that LZW support is again enabled so that we finally get our icons back ? See also: http://www.cygwin.com/ml/cygwin-xfree/2003-11/msg00298.html Ciao Volker From kkuehl@cisco.com Mon Oct 25 15:59:00 2004 From: kkuehl@cisco.com (Kirby Kuehl) Date: Mon, 25 Oct 2004 15:59:00 -0000 Subject: FW: Run.exe version 1.1.3 overflow condition within X-startup-scripts 1.0.9-1 Message-ID: <200410251559.i9PFxXYJ015008@sj-core-2.cisco.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Resending without core file attached... - -----Original Message----- From: Kirby Kuehl [mailto:kkuehl@cisco.com] Sent: Monday, October 25, 2004 8:47 AM To: 'cygwin-xfree@cygwin.com' Cc: 'cwilson@ece.gatech.edu' Subject: Run.exe version 1.1.3 overflow condition within X-startup-scripts 1.0.9-1 - -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 run.exe version 1.1.3 from the X-startup-scripts 1.0.9-1 package. I checked the changelog for run version 1.1.4 available here: http://www.neuro.gatech.edu/users/cwilson/cygutils/run and the changelog clearly states "No code changes". To reproduce: export CYGWIN=error_start=dumper.exe /usr/X11R6/bin/run.exe `perl -e 'print "A" x 242'` warning: core file may not match specified executable file. 00400000:c:/cygwin/usr/X11R6/bin/run.exe (symbols previously loaded) #0 0x7c911444 in ntdll!LdrAccessResource () (gdb) frame 0 #0 0x7c911444 in ntdll!LdrAccessResource () (gdb) info frame Stack level 0, frame at 0x22c4dc: eip = 0x7c911444 in ntdll!LdrAccessResource; saved eip 0x0 Arglist at 0x22c4d4, args: Locals at 0x22c4d4, Previous frame's sp is 0x22c4dc Saved registers: eip at 0x22c4d8 Please cc me as I am not subscribed to the list. Kirby Kuehl - -----BEGIN PGP SIGNATURE----- Version: PGP 8.1 iQA/AwUBQX0f6fJlWu/m+KZxEQLEWwCfdQjtY+stomSciXzRJ+dG8dlzyLgAoJKj BfUX5QEA8LUzHim526VH/ahV =lMO1 - -----END PGP SIGNATURE----- -----BEGIN PGP SIGNATURE----- Version: PGP 8.1 iQA/AwUBQX0i6vJlWu/m+KZxEQLY7wCg9X0baHZR7Vq3nI6d5XaPHQ7tPyQAn0WD CoDbV7XhW2fq+vMbySvYCmd9 =KQS+ -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: cygcheck.out Type: application/octet-stream Size: 61609 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: run.exe.stackdump Type: application/octet-stream Size: 478 bytes Desc: not available URL: From alexander.gottwald@s1999.tu-chemnitz.de Mon Oct 25 17:05:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 25 Oct 2004 17:05:00 -0000 Subject: FW: Run.exe version 1.1.3 overflow condition within X-startup-scripts 1.0.9-1 In-Reply-To: <200410251559.i9PFxXYJ015008@sj-core-2.cisco.com> References: <200410251559.i9PFxXYJ015008@sj-core-2.cisco.com> Message-ID: On Mon, 25 Oct 2004, Kirby Kuehl wrote: > run.exe version 1.1.3 from the X-startup-scripts 1.0.9-1 package. > > I checked the changelog for run version 1.1.4 available here: > http://www.neuro.gatech.edu/users/cwilson/cygutils/run > and the changelog clearly states "No code changes". the startup scripts package includes a modified version of the run utility. > /usr/X11R6/bin/run.exe `perl -e 'print "A" x 242'` I've fixed this. The new package is on the way. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From victoriahlau@yahoo.com Mon Oct 25 19:25:00 2004 From: victoriahlau@yahoo.com (victoriahlau@yahoo.com) Date: Mon, 25 Oct 2004 19:25:00 -0000 Subject: cygwin 1.5.10-3/HP-UX keypad not working Message-ID: <20041025192553.42740.qmail@web52410.mail.yahoo.com> We are running cygwin v1.5.10-3 downloaded from ftp://sources-redhat.mirror.redwire.net logging in from a PC running Windows XP/2000 to an HP-UX 11.0 CDE. We have problem with the keypad when running older applications like netscape 4.8 and third-party older apps. The keypad, with or without Num Lock key on, does not work--numbers, arrow keys, Pg Up, etc. do not function. With the newer apps that use OpenGL, we do not see the keypad problem. I had done the following to hard code each key on the keypad. But the result is that this overrides the "Num Lock" key functionality--the numbers on the keypad are working, with or without Num Lock depressed. The arrow keys and Pg Up, etc., keys will still give me the hardcoded numbers when Num Lock is not on. How do I make the keys on the keypad work as they should, with or without Num Lock depressed, for the older apps? - This is what I did on the HP-UX 11.0 side: 1. Create the file /etc/dt/colnfig/Xsession.d/0050.disable_xkb # vi /etc/dt/colnfig/Xsession.d/0050.disable_xkb #!/usr/bin/ksh ##################################################################### ### File: 0050.disable_xkb ### ### Purpose: disable the XKEYBOARD extension in all R6 ### client software. ##################################################################### export XKB_DISABLE=1 # chmod 755 /etc/dt/colnfig/Xsession.d/0050.disable_xkb 2. Put in the user's $HOME/.dtprofile the following line: xmodmap /home/vlauems/xmodmap.ansoft8.5.hpux 3. As a regular user, create the file /home/vlauems/xmodmap.ansoft8.5.hpux % vi /home/vicky/xmodmap.ansoft8.5.hpux keysym KP_End = 1 keysym KP_Down = 2 keysym KP_Next = 3 keysym KP_Left = 4 keysym KP_Begin = 5 keysym KP_Right = 6 keysym KP_Home = 7 keysym KP_Up = 8 keysym KP_Prior = 9 keysym KP_Insert = 0 - On the PC side, this is the .bat file I used to start xdmcp (perhaps there's a parameter in XWin to enable the keypad that I missed???): @echo off REM CYGWIN VERSION NUMBER AND DATE REM Build Date: 2004-05-25 22:07 REM DL Site: ftp%3a%2f%2fsources-redhat.mirror.redwire.net%2fpub%2fsources.redhat.com%2fcygwin REM DL Date: 08/09/04 REM Version: cygwin-1.5.10-3.tar.bz2 SET DISPLAY=127.0.0.1:0.0 REM REM Change REMOTE_HOST to the IP address or hostname of your remote host, REM unless your remote host happens to have the address 10.0.0.1. REM SET REMOTE_HOST=campo REM REM The path in the CYGWIN_ROOT environment variable assignment assume REM that Cygwin is installed in a directory called 'cygwin' in the root REM directory of the current drive. You will only need to modify REM CYGWIN_ROOT if you have installed Cygwin in another directory. For REM example, if you installed Cygwin in \foo\bar\baz\cygwin, you will need REM to change \cygwin to \foo\bar\baz\cygwin. REM REM This batch file will almost always be run from the same drive (and REM directory) as the drive that contains Cygwin/X, therefore you will REM not need to add a drive letter to CYGWIN_ROOT. For example, you do REM not need to change \cygwin to c:\cygwin if you are running this REM batch file from the C drive. REM SET CYGWIN_ROOT=c:\cygwin SET PATH=.;%CYGWIN_ROOT%\bin;%CYGWIN_ROOT%\usr\X11R6\bin;%PATH% SET XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults SET XCMSDB=/usr/X11R6/lib/X11/Xcms.txt SET XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB SET XNLSPATH=/usr/X11R6/lib/X11/locale REM REM Cleanup after last run. REM if not exist %CYGWIN_ROOT%\tmp\.X11-unix\X0 goto CLEANUP-FINISH attrib -s %CYGWIN_ROOT%\tmp\.X11-unix\X0 del %CYGWIN_ROOT%\tmp\.X11-unix\X0 :CLEANUP-FINISH if exist %CYGWIN_ROOT%\tmp\.X11-unix rmdir %CYGWIN_ROOT%\tmp\.X11-unix REM REM Startup the X Server and attempt to connect to a remote XDM server. REM REM The error "Fatal server error: could not open default font 'fixed'" is REM caused by using a DOS mode mount for the mount that the Cygwin/X REM fonts are accessed through. See the Cygwin/X FAQ for more REM information: REM http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof REM if "%OS%" == "Windows_NT" goto OS_NT REM Windows 95/98/Me echo startxdmcp.bat - Starting on Windows 95/98/Me goto STARTUP :OS_NT REM Windows NT/2000/XP echo startxdmcp.bat - Starting on Windows NT/2000/XP :STARTUP REM REM A few examples of initiating an XDMCP connection are REM given below. The default is to connect to a specified host REM with -query. The second example connects to the first REM responding host with -broadcast. The third example shows REM how to connect to the font server of a remote host. REM REM See startxwin.bat for a description of the most typical REM command-line parameters for XWin.exe. REM REM Connect to a specified machine. REM run XWin -query %REMOTE_HOST% -nodecoration -lesspointer REM Connect to the first XDM machine to respond. REM run XWin -broadcast -nodecoration -lesspointer REM Connect to a specified machine and a specified font server. REM run XWin -query %REMOTE_HOST% -nodecoration -lesspointer -fp tcp/%REMOTE_HOST%:7100 REM SOLARIS PORT IS 7100; HP-UX PORT IS 7000 run XWin -indirect %REMOTE_HOST% -nodecoration -lesspointer -clipboard -fp tcp/%REMOTE_HOST%:7000 Thanks for your help. Vicky Lau victoriahlau@yahoo.com __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From f.daly@chs.dundee.ac.uk Tue Oct 26 09:19:00 2004 From: f.daly@chs.dundee.ac.uk (Fergus Daly) Date: Tue, 26 Oct 2004 09:19:00 -0000 Subject: xpdf: error messages Message-ID: <830404B1D376BA46BC25BE71A3E128736332F1@corvus.tcgp.dundee.ac.uk> I assume this is the place to comment on the recent provision of xpdf (not cygwin@). Thanks for this. One minor irritation. It doesn't matter what .pdf I choose to view (I've tried many) it turns out that on quitting the successful viewing and before the resumption of the Cygwin prompt, six identical error messages are presented as follows: Warning: XtRemoveGrab asked to remove a widget not on the list Warning: XtRemoveGrab asked to remove a widget not on the list Warning: XtRemoveGrab asked to remove a widget not on the list Warning: XtRemoveGrab asked to remove a widget not on the list Warning: XtRemoveGrab asked to remove a widget not on the list Warning: XtRemoveGrab asked to remove a widget not on the list The version of xpdf provided is v.3.00 Copyright 1996-2004 Glyph & Cog LLC. As it happens I have v.2.02p11 from the same source. This is huge (8MB, Goodness knows why) and takes a long time to load but does not present the error msgs after viewing. My "fix" is to use the command structure xpdf filename.pdf 2>/dev/null which effectively mutes the error messages but this is not quite optimal. Thanks. Fergus From Dr.Volker.Zell@oracle.com Tue Oct 26 10:57:00 2004 From: Dr.Volker.Zell@oracle.com (Dr. Volker Zell) Date: Tue, 26 Oct 2004 10:57:00 -0000 Subject: xpdf: error messages In-Reply-To: <830404B1D376BA46BC25BE71A3E128736332F1@corvus.tcgp.dundee.ac.uk> (Fergus Daly's message of "Tue, 26 Oct 2004 10:15:45 +0100") References: <830404B1D376BA46BC25BE71A3E128736332F1@corvus.tcgp.dundee.ac.uk> Message-ID: <87u0shwxt2.fsf@vzell-de.de.oracle.com> >>>>> Fergus Daly writes: > I assume this is the place to comment on the recent provision of xpdf > (not cygwin@). Thanks for this. One minor irritation. It doesn't matter > what .pdf I choose to view (I've tried many) it turns out that on > quitting the successful viewing and before the resumption of the Cygwin > prompt, six identical error messages are presented as follows: > Warning: XtRemoveGrab asked to remove a widget not on the list > Warning: XtRemoveGrab asked to remove a widget not on the list > Warning: XtRemoveGrab asked to remove a widget not on the list > Warning: XtRemoveGrab asked to remove a widget not on the list > Warning: XtRemoveGrab asked to remove a widget not on the list > Warning: XtRemoveGrab asked to remove a widget not on the list The message seems to come from cygXt-6.dll. Sorry but I have no idea what's causing this. FWIW, xemacs shows the same phenomenon. Is there any X guru who can show a light on this ? > My "fix" is to use the command structure > xpdf filename.pdf 2>/dev/null Make a function out of it. > Thanks. > Fergus Ciao Volker From zach@prozach.com Tue Oct 26 13:05:00 2004 From: zach@prozach.com (Zach Gelnett) Date: Tue, 26 Oct 2004 13:05:00 -0000 Subject: Xlib: extension "MIT-SHM" missing on display ":0.0". Message-ID: <20041026125827.EC745708042@bigbox.prozach.com> With the latest update to WindowMaker I?ve started seeing this error: Xlib:? extension "MIT-SHM" missing on display ":0.0". From alexander.gottwald@s1999.tu-chemnitz.de Tue Oct 26 13:08:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 26 Oct 2004 13:08:00 -0000 Subject: Xlib: extension "MIT-SHM" missing on display ":0.0". In-Reply-To: <20041026125827.EC745708042@bigbox.prozach.com> References: <20041026125827.EC745708042@bigbox.prozach.com> Message-ID: On Tue, 26 Oct 2004, Zach Gelnett wrote: > With the latest update to WindowMaker I??ve started seeing this error: > > Xlib:?? extension "MIT-SHM" missing on display ":0.0". install cygserver for SHM and IPC support. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From zach@prozach.com Tue Oct 26 13:25:00 2004 From: zach@prozach.com (Zach Gelnett) Date: Tue, 26 Oct 2004 13:25:00 -0000 Subject: Xlib: extension "MIT-SHM" missing on display ":0.0". Message-ID: <20041026131750.C732B708042@bigbox.prozach.com> Cygserver is up and running (with the default parameters) and still the error persists. On Tue, 26 Oct 2004, Zach Gelnett wrote: > With the latest update to WindowMaker I?ve started seeing this error: > > Xlib:? extension "MIT-SHM" missing on display ":0.0". install cygserver for SHM and IPC support. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Tue Oct 26 14:30:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 26 Oct 2004 14:30:00 -0000 Subject: Xlib: extension "MIT-SHM" missing on display ":0.0". In-Reply-To: <20041026131750.C732B708042@bigbox.prozach.com> References: <20041026131750.C732B708042@bigbox.prozach.com> Message-ID: On Tue, 26 Oct 2004, Zach Gelnett wrote: > Cygserver is up and running (with the default parameters) and still the > error persists. is the server keyword in CYGWIN environment variable? CYGWIN="server" XWin $OPTIONS Check XWin.log for 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 bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From ford@vss.fsi.com Tue Oct 26 17:38:00 2004 From: ford@vss.fsi.com (Brian Ford) Date: Tue, 26 Oct 2004 17:38:00 -0000 Subject: xpdf: error messages In-Reply-To: <87u0shwxt2.fsf@vzell-de.de.oracle.com> References: <830404B1D376BA46BC25BE71A3E128736332F1@corvus.tcgp.dundee.ac.uk> <87u0shwxt2.fsf@vzell-de.de.oracle.com> Message-ID: On Tue, 26 Oct 2004, Dr. Volker Zell wrote: > >>>>> Fergus Daly writes: > > Warning: XtRemoveGrab asked to remove a widget not on the list > > The message seems to come from cygXt-6.dll. Sorry but I have no idea > what's causing this. FWIW, xemacs shows the same phenomenon. > > Is there any X guru who can show a light on this ? It's a long standing issue in lesstif, but that's where my knowledge stops. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... From kynn@panix.com Tue Oct 26 18:36:00 2004 From: kynn@panix.com (kynn@panix.com) Date: Tue, 26 Oct 2004 18:36:00 -0000 Subject: Warning: No xauth data; using fake authentication data for x11 forwarding Message-ID: <200410261836.i9QIaaw05668@panix3.panix.com> When I connect from cygwin to a remote host using 'ssh -Y', I get the warning: Warning: No xauth data; using fake authentication data for x11 forwarding How can I fix this? Thanks! kj From jim.drash@gmail.com Tue Oct 26 18:39:00 2004 From: jim.drash@gmail.com (Jim Drash) Date: Tue, 26 Oct 2004 18:39:00 -0000 Subject: Warning: No xauth data; using fake authentication data for x11 forwarding In-Reply-To: <200410261836.i9QIaaw05668@panix3.panix.com> References: <200410261836.i9QIaaw05668@panix3.panix.com> Message-ID: <61f6f43904102611395794cf35@mail.gmail.com> use "ssh -X" instead On Tue, 26 Oct 2004 14:36:36 -0400 (EDT), kynn@panix.com wrote: > > > When I connect from cygwin to a remote host using 'ssh -Y', I get the > warning: > > Warning: No xauth data; using fake authentication data for x11 forwarding > > How can I fix this? > > Thanks! > > kj > From Saimen.Zeisse@boschrexroth.de Wed Oct 27 08:20:00 2004 From: Saimen.Zeisse@boschrexroth.de (Saimen.Zeisse@boschrexroth.de) Date: Wed, 27 Oct 2004 08:20:00 -0000 Subject: FONT mirrors Message-ID: <755EDD49B183D711BB0300B0D0EA12160709924A@exc-msp-w1g> Hello, i have a problem by fonts. If I will make a transmission to Linux/Unix-Server and must paste the name + code, there are no fonts accept. Only ?,?,?,? can be insert, but nothing else. Thanks for your helb and with best regards. From sebastianhaby@home.se Wed Oct 27 08:26:00 2004 From: sebastianhaby@home.se (Sebastian) Date: Wed, 27 Oct 2004 08:26:00 -0000 Subject: Cygwin/X just now started to crash with Solaris app, 8bpp UPDATE Message-ID: <1098864342.8ea46820sebastianhaby@home.se> Here's another update... I've located what goes wrong when Cygwin/X crashes. In shadow.c, shadowSetup() sets all functionpointers, pScreen->CreateGC, pScreen->PaintWindowBackground etc.. then in the functions shadowCreateGC, shadowPaintWindow etc.. the screen privates are retreived ,shadowScrPriv(), then the function pointers are set again using the unwrap macro #define unwrap(priv, real, mem) {\ real->mem = priv->mem; \ } In shadowPaintWindow for example. shadowScrPriv(pScreen); //retreive screen privates if(what == PW_BACKGROUND) { unwrap (pScrPriv, pScreen, PaintWindowBackground); //set the function pointer (*pScreen->PaintWindowBackground) (pWindow, prgn, what); //paint wrap (pScrPriv, pScreen, PaintWindowBackground, shadowPaintWindow); 98% of the time the functionpointers are set correctly, although sometimes they are completely bananas and are set to 0x99 or 0xff which causes XWin to crash immediately. I've "corrected" the effect of this bug by adding if(((int)pScreen->GetImage & 0xffffff00) == NULL) pScreen->GetImage = 0x4b8bf9; and respectively for pScreen->PaintWindowBackground etc... So now whenever a functionpointer gets corrupted XWin doesn't crash and I can debug and continue monitoring the functionpointers. It must be because shadowScrPriv(), shadow.h #define shadowGetScrPriv(pScr) ((shadowScrPrivPtr) (pScr)->devPrivates[shadowScrPrivateIndex].ptr) #define shadowScrPriv(pScr) shadowScrPrivPtr pScrPriv = shadowGetScrPriv(pScr) retreives incorrect screen privates. But why? I'm not familiar enough with the code to figure it out. Hopefully some of you will have some ideas on this ;) Cheers, Sebastian Habyters are set correctly, alth From alexander.gottwald@s1999.tu-chemnitz.de Wed Oct 27 10:01:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 27 Oct 2004 10:01:00 -0000 Subject: Warning: No xauth data; using fake authentication data for x11 forwarding In-Reply-To: <61f6f43904102611395794cf35@mail.gmail.com> References: <200410261836.i9QIaaw05668@panix3.panix.com> <61f6f43904102611395794cf35@mail.gmail.com> Message-ID: On Tue, 26 Oct 2004, Jim Drash wrote: > use "ssh -X" instead NO! ssh -X uses an ____UNTRUSTED____ X11 connection while ssh -Y uses a trusted connection. If you're not sure about what you say then don't mess with the users. This was one of most frequently asked questions a few months ago and I don't want to start answering the same question every day. ssh -Y is fine for all daily usage. If you know what you're dooing then use -X. But don't bother the mailinglist with strange errors which did not occur before. > > When I connect from cygwin to a remote host using 'ssh -Y', I get the > > warning: > > > > Warning: No xauth data; using fake authentication data for x11 forwarding > > > > How can I fix this? Live with it. It's just a warning. If it really bothers you then setup xauth. man Xsecurity will give you a quite detailed introduction to the whole X11 authentication schemes. But this is a quite complex task. There have been some threads on the mailing list about this topic (search for md5sum and xauth). bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Wed Oct 27 12:38:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 27 Oct 2004 12:38:00 -0000 Subject: FONT mirrors In-Reply-To: <755EDD49B183D711BB0300B0D0EA12160709924A@exc-msp-w1g> References: <755EDD49B183D711BB0300B0D0EA12160709924A@exc-msp-w1g> Message-ID: On Wed, 27 Oct 2004 Saimen.Zeisse@boschrexroth.de wrote: > Hello, > > i have a problem by fonts. > If I will make a transmission to Linux/Unix-Server and must paste the name > + code, there are no fonts accept. > Only ??,??,??,?? can be insert, but nothing else. parse error. giving up Versuchs mal in Deutsch. Vielleicht wird mir dann klar, was das Problem ist. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Wed Oct 27 12:53:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 27 Oct 2004 12:53:00 -0000 Subject: Cygwin/X just now started to crash with Solaris app, 8bpp UPDATE In-Reply-To: <1098864342.8ea46820sebastianhaby@home.se> References: <1098864342.8ea46820sebastianhaby@home.se> Message-ID: On Wed, 27 Oct 2004, Sebastian wrote: > Here's another update... > I've located what goes wrong when Cygwin/X crashes. > In shadow.c, shadowSetup() sets all functionpointers, pScreen->CreateGC, pScreen->PaintWindowBackground etc.. > then in the functions shadowCreateGC, shadowPaintWindow etc.. the screen privates are retreived ,shadowScrPriv(), then the function pointers are set again using the unwrap macro > #define unwrap(priv, real, mem) {\ > real->mem = priv->mem; \ > } > In shadowPaintWindow for example. > shadowScrPriv(pScreen); //retreive screen privates > if(what == PW_BACKGROUND) { > unwrap (pScrPriv, pScreen, PaintWindowBackground); //set the function pointer > (*pScreen->PaintWindowBackground) (pWindow, prgn, what); //paint > wrap (pScrPriv, pScreen, PaintWindowBackground, shadowPaintWindow); > > 98% of the time the functionpointers are set correctly, although sometimes they are completely bananas and are set to 0x99 or 0xff which causes XWin to crash immediately. I've "corrected" the effect of this bug by adding if(((int)pScreen->GetImage & 0xffffff00) == NULL) > pScreen->GetImage = 0x4b8bf9; > and respectively for pScreen->PaintWindowBackground etc... > So now whenever a functionpointer gets corrupted XWin doesn't crash and I can debug and continue monitoring the functionpointers. It must be because shadowScrPriv(), shadow.h > > #define shadowGetScrPriv(pScr) ((shadowScrPrivPtr) (pScr)->devPrivates[shadowScrPrivateIndex].ptr) > #define shadowScrPriv(pScr) shadowScrPrivPtr pScrPriv = shadowGetScrPriv(pScr) > > retreives incorrect screen privates. But why? I'm not familiar enough with the code to figure it out. > Hopefully some of you will have some ideas on this ;) pScreen->devPrivates is an array for the xserver layers to store own data (screen privates). Every layer which wants to add data must allocate an index (shadowScrPrivateIndex) and can now store a pointer to some data pScreen->devPrivates[shadowScrPrivateIndex]. shadowGetScrPriv just retrieves the pointer and casts the void* to a meaningful type. shadowScrPrivPtr is just a shortcut to define a variable (pScrPriv) which holds the pointer to the screen privates. You will get no valid data if a) shadowScrPrivateIndex is wrong (-1 or something like that) b) pScreen->devPrivates[shadowScrPrivateIndex] was overwritten (maybe a bug in another layer) c) the screen privates are garbled. Some part of the code may have written random data. d) the screen privates are garbled. Some part of the code was not properly recompiled and the size, alignment of elements in a struct does not match e) Threading issue. Does the error occur without -multiwindow and -clipboard? bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From Charles_Kendall@Fairfax-it.com Wed Oct 27 15:19:00 2004 From: Charles_Kendall@Fairfax-it.com (Charles_Kendall@Fairfax-it.com) Date: Wed, 27 Oct 2004 15:19:00 -0000 Subject: general question Message-ID: Wow Cygwin is so much easier to install now...thanks !! One thing I'm stuck on.....I can get Xwindows up on my XP desktop and connect to all my unix servers but I haven't figured out how to export the DISPLAY to my machine (and do a xhost + ) so that I can start up an Xwindows gui (like xclock) on one of my unix servers and have it show up on my desktop. connection refused by server No protocal specified I'm starting Cygwin by doing a XWin.exe -query ip address (of one of my unix servers). Thanks in advance, Charles Kendall *************************************************************************************************************************************************************** DISCLAIMER: The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, re-transmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. This email and any file attached should be scanned for viruses. No liability is accepted for any loss or damage resulting from a computer virus, or resulting from a defect in transmission of this email or any attached file. From zach@prozach.com Wed Oct 27 15:22:00 2004 From: zach@prozach.com (Zach Gelnett) Date: Wed, 27 Oct 2004 15:22:00 -0000 Subject: general question In-Reply-To: Message-ID: <20041027151522.16534708042@bigbox.prozach.com> You will want to set X11 forwarding on and then use ssh to connect to your unix servers. After that set DISPLAY to something like: localhost:10.0 -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com] On Behalf Of Charles_Kendall@Fairfax-it.com Sent: Wednesday, October 27, 2004 10:06 AM To: cygwin-xfree@cygwin.com Subject: general question Wow Cygwin is so much easier to install now...thanks !! One thing I'm stuck on.....I can get Xwindows up on my XP desktop and connect to all my unix servers but I haven't figured out how to export the DISPLAY to my machine (and do a xhost + ) so that I can start up an Xwindows gui (like xclock) on one of my unix servers and have it show up on my desktop. connection refused by server No protocal specified I'm starting Cygwin by doing a XWin.exe -query ip address (of one of my unix servers). Thanks in advance, Charles Kendall **************************************************************************** **************************************************************************** ******* DISCLAIMER: The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, re-transmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. This email and any file attached should be scanned for viruses. No liability is accepted for any loss or damage resulting from a computer virus, or resulting from a defect in transmission of this email or any attached file. From alexander.gottwald@s1999.tu-chemnitz.de Wed Oct 27 15:35:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 27 Oct 2004 15:35:00 -0000 Subject: general question In-Reply-To: References: Message-ID: On Wed, 27 Oct 2004 Charles_Kendall@Fairfax-it.com wrote: > > > > > Wow Cygwin is so much easier to install now...thanks !! > > One thing I'm stuck on.....I can get Xwindows up on my XP desktop and > connect to all my unix servers but I haven't figured out how to export the > DISPLAY to my machine (and do a xhost + ) so that I can start up an > Xwindows gui (like xclock) on one of my unix servers and have it show up on > my desktop. > > connection refused by server > No protocal specified does xterm -display windowsip:0.0 work? > I'm starting Cygwin by doing a XWin.exe -query ip address (of one of my > unix servers). Do you get the login screen from the server? Have you tried the -from parameter? This is sometimes required if you have more than one network interface (even ppp dialup interfaces count) bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From cgf-no-personal-reply-please@cygwin.com Wed Oct 27 16:08:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Wed, 27 Oct 2004 16:08:00 -0000 Subject: Bug tracking services? In-Reply-To: References: <014901c4bc26$c98062f0$e6ec6f83@robinson.cam.ac.uk> Message-ID: <20041027160821.GA32763@trixie.casa.cgf.cx> On Wed, Oct 27, 2004 at 09:42:11AM -0500, Brian Ford wrote: >On Wed, 27 Oct 2004, Max Bowsher wrote: > >> I find myself wishing for a bug tracker for setup. >> >> Is there any likelyhood of sources.redhat.com provided bug-trackers in the >> future? >> >> For now, I'm contemplating throwing a quick install of Bugzilla (or other >> software - suggestions very welcome in *private* mail) onto the student >> webserver at my college > >Did you see: > >http://cygwin.com/ml/cygwin/2004-10/msg00194.html > >? Reini and I offered to co-maintain it if CGF decides to follow >through. Sounds like you have another point in favor? I've set up the categories for cygwin: http://sourceware.org/bugzilla/describecomponents.cgi?product=cygwin You can go to http://cygwin.com/bugzilla/ and get an account. setup.exe is a separate category, as is cygwin/x. Reini and Brian, please police this. All that I was asking for when I wanted someone to handle this was to have someone available to make sure that the lame entries did not get out of hand. If this is going to be anything like my experience with the cygwin to-do list, then it will be abused by people asking questions and by spammers trying to sell something. I don't think there should be any problems with either of you closing arbitrary bugs, moving them to the appropriate category, etc., but if there are, send the issues to cygwin-apps so that they can be archived. If this really takes off, I'll probably eventually gateway the bugzilla submissions info into a cygwin-bugs mailing list. cgf From a.rburgers@quicknet.nl Wed Oct 27 17:50:00 2004 From: a.rburgers@quicknet.nl (Teun Burgers) Date: Wed, 27 Oct 2004 17:50:00 -0000 Subject: WindowMaker-0.90.0-1: missing dependency xorg-x11-fscl Message-ID: wmaker would fail with the following error: wmaker warning: could not load font: helvetica:slant=0:weight=100:pixelsize=12. wmaker warning: could not load font: helvetica:xlfd=-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*:slant=0:weight=200:pixelsize=12. wmaker warning: could not load any fonts. Make sure your font installation and locale settings are correct. Fixed by installing xorg-x11-fscl. So I gues this package should be added to the dependencies of WindowMaker. Teun From Dahlia1@aol.com Wed Oct 27 18:54:00 2004 From: Dahlia1@aol.com (Dahlia1@aol.com) Date: Wed, 27 Oct 2004 18:54:00 -0000 Subject: problem with opening DISPLAY Message-ID: <65.36cc87b9.2eb148a6@aol.com> I have just installed cygwin/x and have the problem of "cannot open Display 127.0.0.1:0.0. Looking at the FAQ, it seems to be a problem with my firewall, which is McAffee Personal Firewall 4, which i use to protect my broadband Connection. Has anyone had the same problem, and is there a solution?. It must be very common now with broadband Thanks Peter Attwood From ford@vss.fsi.com Wed Oct 27 18:55:00 2004 From: ford@vss.fsi.com (Brian Ford) Date: Wed, 27 Oct 2004 18:55:00 -0000 Subject: Bug tracking services? In-Reply-To: <20041027160821.GA32763@trixie.casa.cgf.cx> References: <014901c4bc26$c98062f0$e6ec6f83@robinson.cam.ac.uk> <20041027160821.GA32763@trixie.casa.cgf.cx> Message-ID: I hate to cross post like this, but I think it's appropriate for the question posed... On Wed, 27 Oct 2004, Christopher Faylor wrote: > I've set up the categories for cygwin: > > http://sourceware.org/bugzilla/describecomponents.cgi?product=cygwin Should the "Default Owner" be changed for Cygwin/X and setup.exe to Alex and Max respectively? Just curious... -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... From sailorleo@isonews2.com Wed Oct 27 22:03:00 2004 From: sailorleo@isonews2.com (Arturus Magi) Date: Wed, 27 Oct 2004 22:03:00 -0000 Subject: problem with opening DISPLAY In-Reply-To: <65.36cc87b9.2eb148a6@aol.com> References: <65.36cc87b9.2eb148a6@aol.com> Message-ID: <41801B02.8030002@isonews2.com> Dahlia1@aol.com wrote: > I have just installed cygwin/x and have the problem of "cannot open Display > 127.0.0.1:0.0. > > Looking at the FAQ, it seems to be a problem with my firewall, which is > McAffee Personal Firewall 4, which i use to protect my broadband Connection. Has > anyone had the same problem, and is there a solution?. It must be very common > now with broadband Give XWin.exe and any X programs you use permission to access IP 127.0.0.1 on all ports and protocols, and XWin.exe specifically needs server rights under the same conditions. From lev.bishop@yale.edu Thu Oct 28 02:47:00 2004 From: lev.bishop@yale.edu (Lev S Bishop) Date: Thu, 28 Oct 2004 02:47:00 -0000 Subject: slow xterm startup Message-ID: This is not a new issue, but at some point in the past year or so, my xterm startup time got much much longer. I never really thought about it until now because I thought I just needed to defrag my hard drive or something, but I've just done a whole bunch of spring cleaning and it's still slow. I'm talking about starting a *local* xterm -- starting one forwarded from a remote machine takes under 2 seconds, even over a slow cablemodem connection. Starting a local xterm takes about 50seconds, if its the first one, during which time it's accessing the HDD continuously. If I start another xterm immediately afterwards then I guess all the files are in the memory cache so it doesn't touch the HDD but still takes about 20seconds. Other X progs don't take anything like so long (xev, xeyes, emacs). It's a 866MHz pentium III, and everything else about Cygwin/X has good performance. I'm not sure whether it happened when I upgraded from cygwin setup, or made some other change to my system. I have, however, tried disabling the windows firewall, and unchecked the "enable filesystem realtime protection" in norton antivirus (corporate edition, version 7.60.926) and neither of these actions made any difference. As far as I can tell, there are no references to network shares in my path or elsewhere. I think these exhaust the FAQ reasons for poor performance. During the delay while xterm is starting up, windows task manager lists the process xterm.exe as using 97% of the processor time. One thing that may (or may not) be related to the problem is that xterm seems to be linked a lot of times to cygXt-6.dll: $ cygcheck -v /bin/xterm.exe | grep cygXt-6.dll | wc -l 2141 Full cygcheck -v /bin/xterm.exe output is attached to this message. Is it possible that this is the reason? I assume this output of cygcheck -v is similar to what I get from ldd -v on a linux box, which does not have the same level of duplication. Any other ideas of things I might look into? Thanks, Lev -------------- next part -------------- Cygwin Configuration Diagnostics Current System Time: Wed Oct 27 21:27:38 2004 Windows XP Home Edition Ver 5.1 Build 2600 Service Pack 2 Path: 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:\Program Files\ProENGINEER Student Edition\bin c:\Program Files\ATI Technologies\ATI Control Panel c:\Tcl\bin c:\MATLABR11\bin c:\Program Files\SSH Communications Security\SSH Secure Shell c:\WINDOWS\System32\ C:\cygwin\bin C:\cygwin\usr\X11R6\bin\ Output from C:\cygwin\bin\id.exe (nontsec) UID: 1007(Lev) GID: 513(None) 513(None) Output from C:\cygwin\bin\id.exe (ntsec) UID: 1007(Lev) GID: 513(None) 0(root) 513(None) 544(Administrators) 545(Users) SysDir: C:\WINDOWS\system32 WinDir: C:\WINDOWS HOME = `C:\cygwin\home\Lev' MAKE_MODE = `unix' PWD = `/home/Lev' USER = `Lev' !EXITCODE = `00000000' ALLUSERSPROFILE = `C:\Documents and Settings\All Users' APPDATA = `C:\Documents and Settings\Lev\Application Data' CLASSPATH = `"C:\Program Files\Java\j2re1.4.2_03\lib\ext\QTJava.zip"' COMMONPROGRAMFILES = `C:\Program Files\Common Files' COMPUTERNAME = `RAAJSGDH' 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\Lev' HOSTNAME = `raajsgdh' LOGNAME = `Lev' LOGONSERVER = `\\RAAJSGDH' LS_COLORS = `no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:ex=01;33:*~=05;31:*.mtxt=05;31:*.ndx=05;31:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.c=01;36:*.h=01;36:*.pl=01;36:*.pm=01;36:*.cgi=01;36:*.java=01;36:*.html=01;36:*.tar=01;31:*.tgz=01;31:*.gz=01;31:*.tgz=01;31:*.bz2=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.jpg=01;35:*.jpeg=01;35:*.JPG=01;35:*.gif=01;35:*.GIF=01;35:*.bmp=01;35:*.BMP=01;35:*.xbm=01;35:*.ppm=01;35:*.xpm=01;35:*.tif=01;35:' MANPATH = `:/usr/ssl/man:/usr/X11R6/man' NUMBER_OF_PROCESSORS = `1' OS = `Windows_NT' PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.tcl' PKG_CONFIG_PATH = `/usr/X11R6/lib/pkgconfig' PROCESSOR_ARCHITECTURE = `x86' PROCESSOR_IDENTIFIER = `x86 Family 6 Model 11 Stepping 1, GenuineIntel' PROCESSOR_LEVEL = `6' PROCESSOR_REVISION = `0b01' PROGRAMFILES = `C:\Program Files' PROMPT = `$P$G' PS1 = `\[\033]0;\w\007 \033[32m\]\u@\h \[\033[33m\w\033[0m\] $ ' PVX_INSTALL_DIR = `C:\Program Files\ProductViewExpress\' QTJAVA = `"C:\Program Files\Java\j2re1.4.2_03\lib\ext\QTJava.zip"' SESSIONNAME = `Console' SHLVL = `2' SSH_AGENT_PID = `3292' SSH_AUTH_SOCK = `/tmp/ssh-FdwmAe3228/agent.3228' SYSTEMDRIVE = `C:' SYSTEMROOT = `C:\WINDOWS' TEMP = `c:\DOCUME~1\Lev\LOCALS~1\Temp' TERM = `xterm' TERMCAP = `xterm-r6|xterm|xterm X11R6 version:am:km:mi:ms:xn:co#80:it#8:li#24:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:im=\E[4h:is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:ue=\E[m:up=\E[A:us=\E[4m:kb=\010:' TMP = `c:\DOCUME~1\Lev\LOCALS~1\Temp' USERDOMAIN = `RAAJSGDH' USERNAME = `Lev' USERPROFILE = `C:\Documents and Settings\Lev' WINDIR = `C:\WINDOWS' WINDOWID = `10485774' 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' _ = `/usr/bin/cygcheck' POSIXLY_CORRECT = `1' HKEY_CURRENT_USER\Software\Cygnus Solutions HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 (default) = `/cygdrive' cygdrive flags = 0x00000022 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ (default) = `C:\cygwin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin (default) = `C:\cygwin/bin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib (default) = `C:\cygwin/lib' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/X11R6/lib/X11/fonts (default) = `C:\cygwin\usr\X11R6\lib\X11\fonts' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options c: hd NTFS 19037Mb 96% CP CS UN PA FC banana d: cd N/A N/A C:\cygwin / system binmode C:\cygwin/bin /usr/bin system binmode C:\cygwin/lib /usr/lib system binmode C:\cygwin\usr\X11R6\lib\X11\fonts /usr/X11R6/lib/X11/fonts system binmode . /cygdrive system binmode,cygdrive Found: C:\cygwin\bin\awk.exe Found: C:\cygwin\bin\bash.exe Found: C:\cygwin\bin\cat.exe Found: C:\cygwin\bin\cp.exe Found: C:\cygwin\bin\cpp.exe Found: C:\cygwin\bin\find.exe Found: C:\cygwin\bin\gcc.exe Found: C:\cygwin\bin\gdb.exe Found: C:\cygwin\bin\grep.exe Found: C:\cygwin\bin\ld.exe Found: C:\cygwin\bin\ls.exe Found: C:\cygwin\bin\make.exe Found: C:\cygwin\bin\mv.exe Found: C:\cygwin\bin\rm.exe Found: C:\cygwin\bin\sed.exe Found: C:\cygwin\bin\sh.exe Found: C:\cygwin\bin\tar.exe 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 8:32 55k 2004/09/14 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2004/9/14 0:16 18k 2004/07/06 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 "cygcharset-1.dll" v0.0 ts=2004/7/6 14:09 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 3:57 839k 2004/09/27 C:\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.7.dll" v0.0 ts=2004/9/27 10:10 645k 2003/04/11 C:\cygwin\bin\cygcrypto.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto.dll" v0.0 ts=2003/4/11 6:37 617k 2004/03/22 C:\cygwin\bin\cygcurl-2.dll - os=4.0 img=1.0 sys=4.0 "cygcurl-2.dll" v0.0 ts=2004/3/22 10:52 22k 2004/02/10 C:\cygwin\bin\cygcygipc-2.dll - os=4.0 img=1.0 sys=4.0 "cygcygipc-2.dll" v0.0 ts=2004/2/9 21:48 380k 2002/07/24 C:\cygwin\bin\cygdb-3.1.dll - os=4.0 img=1.0 sys=4.0 "cygdb-3.1.dll" v0.0 ts=2002/7/24 12: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 17: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 11:31 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 12: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 17: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 11:35 155k 2004/01/07 C:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0 "cygexpat-0.dll" v0.0 ts=2004/1/7 11:14 73k 2004/09/19 C:\cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0 "cygexslt-0.dll" v0.0 ts=2004/9/19 0:24 129k 2004/03/11 C:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontconfig-1.dll" v0.0 ts=2004/3/10 19:12 40k 2004/10/10 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0 "cygform-8.dll" v0.0 ts=2004/10/10 4:33 45k 2001/04/25 C:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0 "cygform5.dll" v0.0 ts=2001/4/25 1:28 35k 2002/01/09 C:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0 "cygform6.dll" v0.0 ts=2002/1/9 1:03 48k 2003/08/09 C:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0 "cygform7.dll" v0.0 ts=2003/8/9 5:25 379k 2004/04/01 C:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-6.dll" v0.0 ts=2004/3/31 22:55 28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-3.dll" v0.0 ts=2003/7/20 3:58 30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-4.dll" v0.0 ts=2003/8/10 22:12 19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm.dll" v0.0 ts=2002/2/19 22:05 15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 4:00 15k 2003/08/11 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-4.dll" v0.0 ts=2003/8/10 22:13 107k 2004/07/06 C:\cygwin\bin\cyggettextlib-0-14-1.dll - os=4.0 img=1.0 sys=4.0 "cyggettextlib-0-14-1.dll" v0.0 ts=2004/7/6 13:56 17k 2004/07/06 C:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0 "cyggettextpo-0.dll" v0.0 ts=2004/7/6 13:56 190k 2004/07/06 C:\cygwin\bin\cyggettextsrc-0-14-1.dll - os=4.0 img=1.0 sys=4.0 "cyggettextsrc-0-14-1.dll" v0.0 ts=2004/7/6 13:56 1378k 2004/08/22 C:\cygwin\bin\cyggsl-0.dll - os=4.0 img=1.0 sys=4.0 "cyggsl-0.dll" v0.0 ts=2004/8/22 8:22 184k 2004/08/22 C:\cygwin\bin\cyggslcblas-0.dll - os=4.0 img=1.0 sys=4.0 "cyggslcblas-0.dll" v0.0 ts=2004/8/22 8:04 489k 2003/08/09 C:\cygwin\bin\cygguile-12.dll - os=4.0 img=1.0 sys=4.0 "cygguile-12.dll" v0.0 ts=2003/8/9 10:17 489k 2003/07/28 C:\cygwin\bin\cygguile-12abi13.dll - os=4.0 img=1.0 sys=4.0 "cygguile-12abi13.dll" v0.0 ts=2003/7/28 14:18 24k 2003/08/09 C:\cygwin\bin\cygguile-ltdl-1.dll - os=4.0 img=1.0 sys=4.0 "cygguile-ltdl-1.dll" v0.0 ts=2003/8/9 10:16 24k 2003/07/28 C:\cygwin\bin\cygguile-ltdl-1abi13.dll - os=4.0 img=1.0 sys=4.0 "cygguile-ltdl-1abi13.dll" v0.0 ts=2003/7/28 13:48 62k 2003/08/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=2003/8/9 10:17 62k 2003/07/28 C:\cygwin\bin\cygguile-srfi-srfi-13-14-v-1-1abi13.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-13-14-v-1-1abi13.dll" v0.0 ts=2003/7/28 14:18 23k 2003/08/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=2003/8/9 10:17 23k 2003/07/28 C:\cygwin\bin\cygguile-srfi-srfi-4-v-1-1abi13.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-4-v-1-1abi13.dll" v0.0 ts=2003/7/28 14:18 11k 2003/08/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=2003/8/9 10:17 11k 2003/07/28 C:\cygwin\bin\cygguilereadline-v-12-12abi13.dll - os=4.0 img=1.0 sys=4.0 "cygguilereadline-v-12-12abi13.dll" v0.0 ts=2003/7/28 14:18 17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0 "cyghistory4.dll" v0.0 ts=2001/1/6 23:34 29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0 "cyghistory5.dll" v0.0 ts=2003/8/10 19:16 25k 2004/10/12 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 "cyghistory6.dll" v0.0 ts=2004/10/12 2:51 991k 2004/07/06 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2004/7/6 14:10 22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0 "cygintl-1.dll" v0.0 ts=2001/12/13 4:28 37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0 "cygintl-2.dll" v0.0 ts=2003/8/10 17:50 54k 2004/07/06 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0 "cygintl-3.dll" v0.0 ts=2004/7/6 13:51 21k 2001/06/20 C:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0 "cygintl.dll" v0.0 ts=2001/6/20 13:09 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 14:58 132k 2003/08/11 C:\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg-62.dll" v0.0 ts=2003/8/10 20:37 119k 2002/02/09 C:\cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg6b.dll" v0.0 ts=2002/2/9 0: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 13: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 16:23 26k 2004/09/22 C:\cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0 "cygltdl-3.dll" v0.0 ts=2004/9/22 2:50 144k 2004/08/29 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0 "cygmagic-1.dll" v0.0 ts=2004/8/29 16:25 22k 2004/10/10 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-8.dll" v0.0 ts=2004/10/10 4:33 26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0 "cygmenu5.dll" v0.0 ts=2001/4/25 1:27 20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0 "cygmenu6.dll" v0.0 ts=2002/1/9 1:03 29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0 "cygmenu7.dll" v0.0 ts=2003/8/9 5:25 15k 2003/11/20 C:\cygwin\bin\cygminires.dll - os=4.0 img=0.97 sys=4.0 "cygminires.dll" v0.0 ts=2003/11/19 20:55 74k 2004/10/10 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-8.dll" v0.0 ts=2004/10/10 4:33 156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++5.dll" v0.0 ts=2001/4/25 1:29 175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++6.dll" v0.0 ts=2002/1/9 1:03 216k 2004/10/10 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-8.dll" v0.0 ts=2004/10/10 4:25 226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0 "cygncurses5.dll" v0.0 ts=2001/4/25 1:17 202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0 "cygncurses6.dll" v0.0 ts=2002/1/9 1:03 224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0 "cygncurses7.dll" v0.0 ts=2003/8/9 5:24 13k 2004/10/10 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-8.dll" v0.0 ts=2004/10/10 4:32 15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0 "cygpanel5.dll" v0.0 ts=2001/4/25 1:27 12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0 "cygpanel6.dll" v0.0 ts=2002/1/9 1:03 19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0 "cygpanel7.dll" v0.0 ts=2003/8/9 5:24 62k 2003/12/11 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcre-0.dll" v0.0 ts=2003/12/11 12:01 63k 2003/04/11 C:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0 "cygpcre.dll" v0.0 ts=2003/4/11 4:31 9k 2003/12/11 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix-0.dll" v0.0 ts=2003/12/11 12:01 61k 2003/04/11 C:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix.dll" v0.0 ts=2003/4/11 4:31 1061k 2004/08/19 C:\cygwin\bin\cygperl5_8_5.dll - os=4.0 img=1.0 sys=4.0 "cygperl5_8_5.dll" v0.0 ts=2004/8/19 13:54 168k 2003/08/10 C:\cygwin\bin\cygpng10.dll - os=4.0 img=1.0 sys=4.0 "cygpng10.dll" v0.0 ts=2003/8/10 18:31 173k 2003/08/10 C:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0 "cygpng12.dll" v0.0 ts=2003/8/10 18:35 22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0 "cygpopt-0.dll" v0.0 ts=2002/6/9 1:45 108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0 "cygreadline4.dll" v0.0 ts=2001/1/6 23:34 148k 2003/08/10 C:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0 "cygreadline5.dll" v0.0 ts=2003/8/10 19:16 144k 2004/10/12 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 "cygreadline6.dll" v0.0 ts=2004/10/12 2:51 66k 2001/11/20 C:\cygwin\bin\cygregex.dll - os=4.0 img=1.0 sys=4.0 "cygregex.dll" v0.0 ts=2001/11/20 9:44 672k 2003/12/25 C:\cygwin\bin\cygruby18.dll - os=4.0 img=1.0 sys=4.0 "cygruby18.dll" v0.0 ts=2003/12/25 7:33 170k 2004/09/27 C:\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.7.dll" v0.0 ts=2004/9/27 10:10 165k 2003/04/11 C:\cygwin\bin\cygssl.dll - os=4.0 img=1.0 sys=4.0 "cygssl.dll" v0.0 ts=2003/4/11 6:37 299k 2004/10/10 C:\cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiff-5.dll" v0.0 ts=2004/10/10 17:55 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 23: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 22:32 27k 2004/03/05 C:\cygwin\bin\cygungif-4.dll - os=4.0 img=1.0 sys=4.0 "cygungif-4.dll" v0.0 ts=2004/3/5 15:13 1267k 2004/09/19 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0 "cygxml2-2.dll" v0.0 ts=2004/9/18 22:41 201k 2004/09/19 C:\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0 "cygxslt-1.dll" v0.0 ts=2004/9/19 0:15 62k 2004/10/10 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2004/10/10 0:09 1111k 2004/09/05 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2004/9/4 23:17 Cygwin DLL version info: DLL version: 1.5.11 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 116 Shared data: 4 DLL identifier: cygwin1 Mount registry: 2 Cygnus registry name: Cygnus Solutions Cygwin registry name: Cygwin Program options name: Program Options Cygwin mount registry name: mounts v2 Cygdrive flags: cygdrive flags Cygdrive prefix: cygdrive prefix Cygdrive default prefix: Build date: Sat Sep 4 23:17:09 EDT 2004 Shared id: cygwin1S4 243k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygdps-1.dll - os=4.0 img=1.0 sys=4.0 "cygdps-1.dll" v0.0 ts=2004/9/17 5:48 26k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygdpstk-1.dll - os=4.0 img=1.0 sys=4.0 "cygdpstk-1.dll" v0.0 ts=2004/9/17 5:48 28k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygDtPrint-1.dll - os=4.0 img=1.0 sys=4.0 "cygDtPrint-1.dll" v0.0 ts=2004/3/30 23:23 21k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontenc-1.dll" v0.0 ts=2004/9/17 5:53 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 2:44 36k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygFS-6.dll - os=4.0 img=1.0 sys=4.0 "cygFS-6.dll" v0.0 ts=2004/9/17 5:38 417k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0 "cygGL-1.dll" v0.0 ts=2004/9/17 5:45 439k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0 "cygGLU-1.dll" v0.0 ts=2004/9/17 5:47 75k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0 "cygICE-6.dll" v0.0 ts=2004/9/17 5:30 77k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0 "cygMrm-2.dll" v0.0 ts=2004/3/30 23:23 9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0 "cygoldX-6.dll" v0.0 ts=2004/9/17 5:29 1416k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0 "cygOSMesa-4.dll" v0.0 ts=2004/9/17 5:45 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 23:13 20k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygpsres-1.dll - os=4.0 img=1.0 sys=4.0 "cygpsres-1.dll" v0.0 ts=2004/9/17 5:49 30k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0 "cygSM-6.dll" v0.0 ts=2004/9/17 5:30 66k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0 "cygUil-2.dll" v0.0 ts=2004/3/30 23:23 876k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0 "cygX11-6.dll" v0.0 ts=2004/9/17 5:29 253k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-6.dll" v0.0 ts=2004/9/17 5:34 356k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-7.dll" v0.0 ts=2004/9/17 5:36 362k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-8.dll" v0.0 ts=2004/9/17 5:37 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 17:17 9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcomposite-1.dll" v0.0 ts=2004/9/17 5:51 30k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcursor-1.dll" v0.0 ts=2004/9/17 5:50 9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0 "cygXdamage-1.dll" v0.0 ts=2004/9/17 5:51 7k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXevie-1.dll - os=4.0 img=1.0 sys=4.0 "cygXevie-1.dll" v0.0 ts=2004/9/17 5:51 49k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0 "cygXext-6.dll" v0.0 ts=2004/9/17 5:30 16k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0 "cygXfixes-3.dll" v0.0 ts=2004/9/17 5:51 56k 2004/03/11 C:\cygwin\usr\X11R6\bin\cygXft-1.dll - os=4.0 img=1.0 sys=4.0 "cygXft-1.dll" v0.0 ts=2003/11/17 20:42 63k 2004/03/23 C:\cygwin\usr\X11R6\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0 "cygXft-2.dll" v0.0 ts=2004/3/23 17:20 27k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0 "cygXi-6.dll" v0.0 ts=2004/9/17 5:37 125k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbfile-1.dll" v0.0 ts=2004/9/17 5:38 12k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygxkbui-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbui-1.dll" v0.0 ts=2004/9/17 5:38 1294k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0 "cygXm-2.dll" v0.0 ts=2004/3/30 23:20 459k 2004/02/10 C:\cygwin\usr\X11R6\bin\cygXmHTML-0.dll - os=4.0 img=1.0 sys=4.0 "cygXmHTML-0.dll" v0.0 ts=2004/2/10 15:14 76k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0 "cygXmu-6.dll" v0.0 ts=2004/9/17 5:32 11k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0 "cygXmuu-1.dll" v0.0 ts=2004/9/17 5:32 26k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXp-6.dll" v0.0 ts=2004/9/17 5:33 51k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-4.dll" v0.0 ts=2004/9/17 5:33 11k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0 "cygXrandr-2.dll" v0.0 ts=2004/9/17 5:50 28k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0 "cygXrender-1.dll" v0.0 ts=2004/9/17 5:49 8k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXRes-1.dll - os=4.0 img=1.0 sys=4.0 "cygXRes-1.dll" v0.0 ts=2004/9/17 5:50 282k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0 "cygXt-6.dll" v0.0 ts=2004/9/17 5:32 27k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0 "cygXTrap-6.dll" v0.0 ts=2004/9/17 5:50 17k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0 "cygXtst-6.dll" v0.0 ts=2004/9/17 5:37 Cygwin Package Information Last downloaded files to: C:\Documents and Settings\Lev\Desktop\cyg Last downloaded files from: ftp://mirrors.kernel.org/sources.redhat.com/cygwin Package Version _update-info-dir 00230-1 a2ps 4.13-1 ash 20040127-1 aspell 0.50.3-1 aspell-dev 0.50.3-1 aspell-doc 0.50.3-1 aspell-en 0.51.0-1 astyle 1.15.3-3 autoconf 2.59-1 autoconf-devel 2.59-1 autoconf-stable 2.13-5 automake 1.7.9-1 automake-devel 1.9.2-1 automake-stable 1.4p6-2 base-files 3.0-3 base-passwd 2.1-1 bash 2.05b-16 bc 1.06-1 binutils 20040725-2 bison 20030307-1 byacc 1.9-1 bzip2 1.0.2-6 ccache 2.2-1 cgoban 1.9.14-1 chere 0.3-2 clear 1.0-1 cmake 2.0.3-1 compface 1.4-5 cpio 2.5-3 crypt 1.1-1 ctags 5.5-4 curl 7.11.1-1 curl-devel 7.11.1-1 cvs 1.11.17-1 cygipc 2.03-2 cygrunsrv 1.0-1 cygutils 1.2.5-1 cygwin 1.5.11-1 cygwin-doc 1.3-7 cygwin-x-doc 1.0.4-1 dejagnu 20021217-2 diffutils 2.8.7-1 doxygen 1.2.18-1 dpkg 1.10.4-2 ed 0.2-1 editrights 1.01-1 ELFIO 1.0.0-1 emacs 21.2-13 emacs-el 21.2-13 emacs-X11 21.2-13 enscript 1.6.3-3 expat 1.95.7-1 expect 20030128-1 file 4.10-1 fileutils 4.1-2 findutils 4.1.7-4 flex 2.5.4a-3 fontconfig 2.2.2-1 freetype2 2.1.5-1 fvwm 2.4.7-3 gawk 3.1.4-3 gcc 3.3.3-3 gcc-core 3.3.3-3 gcc-g++ 3.3.3-3 gcc-g77 3.3.3-3 gcc-mingw 20040810-1 gcc-mingw-core 20040810-1 gcc-mingw-g++ 20040810-1 gcc-mingw-g77 20040810-1 gcc2 2.95.3-10 gdb 20030919-1 gdbm 1.8.3-7 gettext 0.14.1-1 gettext-devel 0.14.1-1 ghostscript 7.05-2 ghostscript-base 7.05-2 ghostscript-x11 7.05-2 gnome-common 2.8.0-1 gnugo 3.4-1 gperf 2.7.2-1 grace 5.1.17-1 grep 2.5-1 groff 1.18.1-2 gsl 1.5-1 guile 1.6.4-12 guile-devel 1.6.4-12 gv 3.5.8-2 gzip 1.3.5-1 indent 2.2.9-1 ioperm 0.4-1 jpeg 6b-11 keychain 2.0.3-2 less 381-1 lesstif 0.93.94-2 libaspell15 0.50.3-1 libbz2_1 1.0.2-6 libcharset1 1.9.2-1 libdb3.1 3.1.17-2 libdb4.1 4.1.25-1 libdb4.2 4.2.52-1 libfontconfig-devel 2.2.2-1 libfontconfig1 2.2.2-1 libfreetype2-devel 2.1.5-1 libfreetype26 2.1.5-1 libgdbm 1.8.0-5 libgdbm-devel 1.8.3-7 libgdbm3 1.8.3-3 libgdbm4 1.8.3-7 libgettextpo0 0.14.1-1 libguile12 1.6.4-12 libguile12abi13 1.6.4-2 libiconv 1.9.2-1 libiconv2 1.9.2-1 libintl 0.10.38-3 libintl1 0.10.40-1 libintl2 0.12.1-3 libintl3 0.14.1-1 libjpeg62 6b-11 libjpeg6b 6b-8 libkpathsea3 2.0.2-15 libkpathsea3abi13 2.0.2-2 libltdl3 1.5.10-1 libncurses-devel 5.4-1 libncurses5 5.2-1 libncurses6 5.2-8 libncurses7 5.3-4 libncurses8 5.4-1 libpcre 4.1-1 libpcre0 4.5-1 libpng 1.2.5-4 libpng10 1.0.15-4 libpng12 1.2.5-4 libpopt0 1.6.4-4 libPropList 0.10.1-3 libreadline4 4.1-2 libreadline5 4.3-5 libreadline6 5.0-1 libtiff-devel 3.7.0beta2-1 libtiff3 3.6.0-2 libtiff4 3.6.0-5 libtiff5 3.7.0beta2-1 libtool 1.5b-1 libtool-devel 1.5.10-1 libtool-stable 1.4.3-2 libungif 4.1.0-3 libXft 2.1.6-1 libXft-devel 2.1.6-1 libXft1 1.0.0-1 libXft2 2.1.6-1 libxml2 2.6.13-1 libxslt 1.1.10-1 login 1.9-7 lynx 2.8.4-8 m4 1.4-1 make 3.80-1 man 1.5o-1 mc 4.6.0-4 mingw-runtime 3.5-1 minires 0.97-1 mktemp 1.5-3 mt 2.3-1 nano 1.2.2-1 nasm 0.98.38-1 ncftp 3.1.7-1 ncurses 5.4-1 netcat 1.10-2 newlib-man 20020801 openbox 0.99.1-4 opengl 1.1.0-7 openssh 3.9p1-2 openssl 0.9.7d-2 openssl-devel 0.9.7d-2 openssl096 0.9.6j-1 patch 2.5.8-8 pcre 4.5-1 pcre-devel 4.5-1 pcre-doc 4.5-1 perl 5.8.5-3 pinfo 0.6.8-1 pkgconfig 0.15.0-4 popt 1.6.4-4 psutils 1.17-1 python 2.3.4-2 rcs 5.7-3 readline 5.0-1 regex 4.4-2 rsync 2.6.3-1 ruby 1.8.1-1 sed 4.1.2-1 sh-utils 2.0.15-4 sharutils 4.2.1-3 splint 3.1.1-1 ssmtp 2.60.9-3 swig 1.3.19-1 tar 1.13.25-5 tcltk 20030901-1 tcsh 6.13.00-2 termcap 20021106-2 terminfo 5.4_20041009-1 tetex 2.0.2-15 tetex-base 2.0.2-15 tetex-bin 2.0.2-15 tetex-devel 2.0.2-15 tetex-doc 2.0.2-15 tetex-extra 2.0.2-15 tetex-tiny 2.0.2-15 tetex-x11 2.0.2-15 texinfo 4.2-4 texmf 20020911-1 texmf-base 20020911-1 texmf-doc 20020911-1 texmf-extra 20020911-1 texmf-tiny 20020911-1 textutils 2.0.21-1 tiff 3.7.0beta2-1 time 1.7-1 transfig 3.2.4-2 ttcp 19980512-1 units 1.77-1 unzip 5.50-5 vim 6.3-1 w32api 3.1-1 wget 1.9.1-1 which 1.5-2 whois 4.6.14-1 WindowMaker 0.80.2-1 X-start-menu-icons 1.0.3-1 X-startup-scripts 1.0.9-1 x2x 1.30-2 Xaw3d 1.5D-5 xerces-c-devel 2.5.0-1 xfig 3.2.4-6 xfig-lib 3.2.4-6 XFree86-base 4.3.0-11 XFree86-bin 4.3.0-21 XFree86-bin-icons 4.3.0-7 XFree86-doc 4.3.0-2 XFree86-etc 4.3.0-12 XFree86-f100 4.3.0-2 XFree86-fcyr 4.3.0-2 XFree86-fenc 4.3.0-2 XFree86-fnts 4.3.0-2 XFree86-fscl 4.3.0-2 XFree86-fsrv 4.3.0-9 XFree86-html 4.3.0-10 XFree86-jdoc 4.3.0-2 XFree86-lib 4.3.0-3 XFree86-lib-compat 4.3.0-2 XFree86-man 4.3.0-10 XFree86-nest 4.3.0-8 XFree86-prog 4.3.0-21 XFree86-prt 4.3.0-6 XFree86-ps 4.3.0-2 XFree86-startup-scripts 4.3.0-1 XFree86-xserv 4.3.0-68 XmHTML 1.1.7-1 xorg-x11-base 6.8.1.0-1 xorg-x11-bin 6.8.1.0-1 xorg-x11-bin-dlls 6.8.1.0-1 xorg-x11-bin-lndir 6.8.1.0-1 xorg-x11-devel 6.8.1.0-1 xorg-x11-etc 6.8.1.0-1 xorg-x11-f100 6.8.1.0-3 xorg-x11-fcyr 6.8.1.0-2 xorg-x11-fenc 6.8.1.0-2 xorg-x11-fnts 6.8.1.0-3 xorg-x11-fscl 6.8.1.0-2 xorg-x11-fsrv 6.8.1.0-1 xorg-x11-libs-data 6.8.1.0-1 xorg-x11-man-pages 6.8.1.0-1 xorg-x11-man-pages-html 6.8.1.0-1 xorg-x11-nest 6.8.1.0-1 xorg-x11-vfb 6.8.1.0-1 xorg-x11-xwin 6.8.1.0-3 xorg-x11-xwin-gl 6.8.1.0-3 xterm 185-4 xwinclip 1.2.0-1 xwinwm 0.0.5-1 zip 2.3-6 zlib 1.2.2-1 Use -h to see help about each section -------------- next part -------------- A non-text attachment was scrubbed... Name: cygcheck-v_xterm.out.bz2 Type: application/octet-stream Size: 841 bytes Desc: cygcheck -v /bin/xterm.exe URL: From lev.bishop@yale.edu Thu Oct 28 03:18:00 2004 From: lev.bishop@yale.edu (Lev S Bishop) Date: Thu, 28 Oct 2004 03:18:00 -0000 Subject: slow xterm startup (Problem solved) In-Reply-To: Message-ID: Solved my own problem. I ran fc-cache and now xterm kicks off in under a second... I have: /cygdrive/c/windows/fonts/ In my /etc/fonts/local.conf so there's quite a few fonts to scan, which I guess explains the delay. Question: the man page for fontconfig (man fonts-conf) states that ~/.fonts-cache-* "is automatically maintained by fontconfig". Does this mean that I don't have to remember to rerun fc-cache when I install new fonts? I still wonder whether its right that xterm is linked over 2000 times to cygXt-6.dll Lev From illustratescraper@bellsouth.net Thu Oct 28 05:51:00 2004 From: illustratescraper@bellsouth.net (Lolita Garcia) Date: Thu, 28 Oct 2004 05:51:00 -0000 Subject: THOUGHT Y0U MIGHT BE 1NTERESTED... Message-ID: http://Vl|aggar_C00O0Ode|ne_XanaIx_.......and___m000O0re http://V1laggar_CO000Ode|ne_Xana|x_Va|Ium_.......and___m0O000re http://V1laggar_CO0O00de|ne_Xana|x_Va1Ium_C1alIis_.......and___m0O0O0re P|EASE C|lCK HERE http://archer.jhfuujg.com/as#expectant From majid.mohebby@telenor.com Thu Oct 28 11:31:00 2004 From: majid.mohebby@telenor.com (majid.mohebby@telenor.com) Date: Thu, 28 Oct 2004 11:31:00 -0000 Subject: Problem with GUI on Cygwin (Intern) Message-ID: Hi! I'm trying to use GUI on new version og Cygwin. I installled what I need from one of the mirror site, but some how I have problem to use Graphic User Interface / wmaker. Below is the output from commando "xinit" on my PC: t526414@TNA-05-0939:~ 1 >xinit Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.0-4 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: X :0 _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TT F/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/ X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" winDetectSupportedEngines - Windows NT/2000/XP winDetectSupportedEngines - DirectDraw installed winDetectSupportedEngines - DirectDraw4 installed winDetectSupportedEngines - Returning, supported engines 00000007 winSetEngine - Using Shadow DirectDraw NonLocking winAdjustVideoModeShadowDDNL - Using Windows display depth of 16 bits per pixel winFinishScreenInitFB - Masks: 0000f800 000007e0 0000001f 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: "00000414" (00000414) (--) Using preset keyboard for "Norwegian" (414), type "4" Rules = "xorg" Model = "pc105" Layout = "no" Variant = "(null)" Options = "(null )" (--) 3 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/TTF/, removing from li st! 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 li st! Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/, removing from list! winPointerWarpCursor - Discarding first warp: 697 498 winProcEstablishConnection - Hello winProcEstablishConnection - Clipboard is not enabled, returning. Xlib: extension "MIT-SHM" missing on display ":0.0". wmaker warning: could not load font: Trebuchet MS,Luxi Sans:pixelsize=12. wmaker warning: could not load font: Trebuchet MS,Luxi Sans:weight=200:pixelsize =12. wmaker warning: could not load any fonts. Make sure your font installation and l ocale settings are correct. wmaker fatal error: could not initialize WINGs widget set wmaker fatal error: it seems that there is already a window manager running waiting for X server to shut down .(II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TT F/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/ X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" winDetectSupportedEngines - Windows NT/2000/XP winDetectSupportedEngines - DirectDraw installed winDetectSupportedEngines - DirectDraw4 installed winDetectSupportedEngines - Returning, supported engines 00000007 winSetEngine - Using Shadow DirectDraw NonLocking winFinishScreenInitFB - Masks: 0000f800 000007e0 0000001f 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: "00000414" (00000414) (--) Using preset keyboard for "Norwegian" (414), type "4" Rules = "xorg" Model = "pc105" Layout = "no" Variant = "(null)" Options = "(null )" (--) 3 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/TTF/, removing from li st! 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 li st! Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/, removing from list! winDeinitMultiWindowWM - Noting shutdown in progress Best Regards Majid Mohebby From c_bower_dx@aol.com Thu Oct 28 12:45:00 2004 From: c_bower_dx@aol.com (Cornelia Bower) Date: Thu, 28 Oct 2004 12:45:00 -0000 Subject: Replica Watches Message-ID: Do you want Watch? http://ncw.fogw.com/replica/sales/ From amanda345@altern.org Thu Oct 28 19:12:00 2004 From: amanda345@altern.org (amanda345@altern.org) Date: Thu, 28 Oct 2004 19:12:00 -0000 Subject: Minimal replacement for Exceed Message-ID: I want to find a replacement for Hummingbird Exceed. I know that Cygwin includes an X server, but I'm not interested in all of Cygwin. What would be the minimum I'd need to install to be able to run Cygwin/X? In case it matters, I'd like to run the X server with the -multiwindow and -clipboard parameters. Thanks! Amanda From primorec@sbcglobal.net Thu Oct 28 22:48:00 2004 From: primorec@sbcglobal.net (Igor Furlan) Date: Thu, 28 Oct 2004 22:48:00 -0000 Subject: Minimal replacement for Exceed In-Reply-To: <200410281913.i9SJD5bT365742@yipvmb.prodigy.net> Message-ID: <20041028224818.65022.qmail@web81601.mail.yahoo.com> --- amanda345@altern.org wrote: > I want to find a replacement for Hummingbird Exceed. > I know that Cygwin includes an X server, but I'm > not interested in all of Cygwin. What would be the > minimum I'd need to install to be able to run > Cygwin/X? In case it matters, I'd like to run the X > server with the -multiwindow and -clipboard > parameters. > http://x.cygwin.com/docs/ug/setup-cygwin-x-installing.html From tommy_pelican@yahoo.com Thu Oct 28 23:37:00 2004 From: tommy_pelican@yahoo.com (Tommy Phillips) Date: Thu, 28 Oct 2004 23:37:00 -0000 Subject: Caps lock and shifted symbols Message-ID: <20041028233722.72582.qmail@web53508.mail.yahoo.com> I'm running Cygwin XFree86 version 6.7.0.0-12, and I have a problem with xterm windows running on AIX 5.1. I think the version of xterm running on AIX is 1.9, but I'm not sure how to tell (I got this guess from strings). Any way, the problem I'm seeing is that, when I have Caps Lock on, symbols that require the Shift key are not recognized. When you're typing long names with capital letters and embedded underscores, it gets annoying. Is this a known problem? I searched, but I didn't find anything anywhere. Does anyone have any suggestions? Thanks. -Tommy ===== --------------------------- Tommy Phillips 303-427-8456 (Home) 303-981-4310 (Cell) tommyp@acm.org From alexander.gottwald@s1999.tu-chemnitz.de Fri Oct 29 08:58:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 29 Oct 2004 08:58:00 -0000 Subject: Caps lock and shifted symbols In-Reply-To: <20041028233722.72582.qmail@web53508.mail.yahoo.com> References: <20041028233722.72582.qmail@web53508.mail.yahoo.com> Message-ID: On Thu, 28 Oct 2004, Tommy Phillips wrote: > I'm running Cygwin XFree86 version 6.7.0.0-12, and I > have a problem with xterm windows running on AIX 5.1. > I think the version of xterm running on AIX is 1.9, > but I'm not sure how to tell (I got this guess from > strings). Please try xev and report what KeyPress events are reported when you press Shift and a key bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Fri Oct 29 11:22:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 29 Oct 2004 11:22:00 -0000 Subject: [Administrativa] Worm messages Message-ID: Hi mailing list memebers, There is a new version of the Bagle worm[1] spreading and there are lot of its postings hitting the mailing list. It seems some people on the mailing got their pc infected and are now sending mail a) to the mailing list and their members b) using addresses of mailing list members as sender address. I'd like to encourage all members of this mailing list to scan their systems to stop spreading to worm. thanks ago [1] http://vil.mcafeesecurity.com/vil/content/v_129509.htm -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From tommy_pelican@yahoo.com Fri Oct 29 14:06:00 2004 From: tommy_pelican@yahoo.com (Tommy Phillips) Date: Fri, 29 Oct 2004 14:06:00 -0000 Subject: Fwd: Re: Caps lock and shifted symbols Message-ID: <20041029140619.45507.qmail@web53510.mail.yahoo.com> xev output attached. For this output, I typed: AB-_-_ and saw output: AB--_ --- Alexander Gottwald wrote: > Date: Fri, 29 Oct 2004 10:58:04 +0200 (MEST) > From: Alexander Gottwald > > To: cygwin-xfree@cygwin.com, tommyp@acm.org > Subject: Re: Caps lock and shifted symbols > > On Thu, 28 Oct 2004, Tommy Phillips wrote: > > > I'm running Cygwin XFree86 version 6.7.0.0-12, and > I > > have a problem with xterm windows running on AIX > 5.1. > > I think the version of xterm running on AIX is > 1.9, > > but I'm not sure how to tell (I got this guess > from > > strings). > > Please try xev and report what KeyPress events are > reported > when you press Shift and a key > > bye > ago > -- > Alexander.Gottwald@s1999.tu-chemnitz.de > http://www.gotti.org ICQ: 126018723 > ===== --------------------------- Tommy Phillips 303-427-8456 (Home) 303-981-4310 (Cell) tommyp@acm.org -------------- next part -------------- A non-text attachment was scrubbed... Name: xev.out Type: application/octet-stream Size: 3818 bytes Desc: xev.out URL: From alexander.gottwald@s1999.tu-chemnitz.de Fri Oct 29 14:22:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 29 Oct 2004 14:22:00 -0000 Subject: Fwd: Re: Caps lock and shifted symbols In-Reply-To: <20041029140619.45507.qmail@web53510.mail.yahoo.com> References: <20041029140619.45507.qmail@web53510.mail.yahoo.com> Message-ID: On Fri, 29 Oct 2004, Tommy Phillips wrote: > xev output attached. > > For this output, I typed: > AB-_-_ > and saw output: > AB--_ xev reported: AB-_-_ bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From j_tetazoo@hotmail.com Fri Oct 29 14:22:00 2004 From: j_tetazoo@hotmail.com (Thomas Chadwick) Date: Fri, 29 Oct 2004 14:22:00 -0000 Subject: Caps lock and shifted symbols Message-ID: Try turning off NumLock. -Tom From zakki@peppermint.jp Fri Oct 29 16:28:00 2004 From: zakki@peppermint.jp (Kensuke Matsuzaki) Date: Fri, 29 Oct 2004 16:28:00 -0000 Subject: New rootless mode Message-ID: Hi, guys. I'm writing code related mwextwm. Temporally I added -internalwm option. It detects another window manager, and automatically it switches on/off built-in window manager. There are duplicated code for -rootless and -multiwindow and -mwextwm. This will merge those three mode. I have to clean-up, debug and test more. But I want to know direction of this patch before. How do you think? 1. Add -internalwm option? (more better naming?) 2. Replace -rootless and -multiwindow with this. or something else. -- Kensuke Matsuzaki mailto:zakki@peppermint.jp http://peppermint.jp -------------- next part -------------- A non-text attachment was scrubbed... Name: internalwm-20041030-0050.diff Type: application/octet-stream Size: 41646 bytes Desc: not available URL: From Suarez.David@jobcorps.org Fri Oct 29 18:53:00 2004 From: Suarez.David@jobcorps.org (David Suarez) Date: Fri, 29 Oct 2004 18:53:00 -0000 Subject: global-allow-subscribe-Suarez.David=jobcorps.org@cygwin.com Message-ID: <9616BFC95C867443854DA22AA36F746BAAFEBE@jobcorps.org> global-allow-subscribe-Suarez.David=jobcorps.org@cygwin.com From angelia_knoxex@aol.com Fri Oct 29 19:10:00 2004 From: angelia_knoxex@aol.com (Angelia Knox) Date: Fri, 29 Oct 2004 19:10:00 -0000 Subject: Louis Vuitton Replicas Message-ID: Want Watch? http://bkt.roiex.com/replica/sales/ From amanda345@altern.org Fri Oct 29 20:45:00 2004 From: amanda345@altern.org (amanda345@altern.org) Date: Fri, 29 Oct 2004 20:45:00 -0000 Subject: Fwd: Minimal replacement for Exceed Message-ID: Date: Thu, 28 Oct 2004 15:48:18 -0700 (PDT) From: Igor Furlan Subject: Re: Minimal replacement for Exceed To: cygwin-xfree at cygwin dot com --- amanda345@altern.org wrote: > I want to find a replacement for Hummingbird Exceed. > I know that Cygwin includes an X server, but I'm > not interested in all of Cygwin. What would be the > minimum I'd need to install to be able to run > Cygwin/X? In case it matters, I'd like to run the X > server with the -multiwindow and -clipboard > parameters. > http://x.cygwin.com/docs/ug/setup-cygwin-x-installing.html Yeah, I already read that; it says: On the next screen you will select the packages that will be downloaded and installed. A listing of the Cygwin/X packages is given below; a listing of the general Cygwin packages would be beyond the scope of this document. In the listing of Cygwin/X packages the guide says which X11 packages are required, but it says nothing about the "general Cygwin packages" that are needed for a minimal X server (they are "beyond the scope of this document"). That's what my original query is trying to get at. (Sorry for the confusion.) Amanda From e-masson@kisoft-services.com Fri Oct 29 22:46:00 2004 From: e-masson@kisoft-services.com (Eric Masson) Date: Fri, 29 Oct 2004 22:46:00 -0000 Subject: Fwd: Minimal replacement for Exceed In-Reply-To: <20041029204557.811FC74@brinstar.nerim.net> (amanda's message of "Fri, 29 Oct 2004 22:37:08 +0200 (CEST)") References: <20041029204557.811FC74@brinstar.nerim.net> Message-ID: <86mzy5w3bp.fsf@srvbsdnanssv.interne.kisoft-services.com> >>>>> "amanda" == amanda writes: amanda> That's what my original query is trying to get at. (Sorry for amanda> the confusion.) So what ? You will get a few extra packages on your windows box, that's all. Eric Masson -- AC> Nous avions par ailleurs l'habitude de poster parfois sur AC> fr.misc.justice, nous ne le pouvons plus ! Ce forum n'existant pas, ce n'est pas ??tonnant .... -+- BE in GNU - Les aventuriers (ridicules) du forum perdu. -+- From primorec@sbcglobal.net Sat Oct 30 02:09:00 2004 From: primorec@sbcglobal.net (Igor Furlan) Date: Sat, 30 Oct 2004 02:09:00 -0000 Subject: Fwd: Minimal replacement for Exceed In-Reply-To: <200410292045.i9TKjmNA483300@vmg.prodigy.net> Message-ID: <20041030020925.27698.qmail@web81603.mail.yahoo.com> --- amanda345@altern.org wrote: > In the listing of Cygwin/X packages the guide says > which X11 packages > are required, but it says nothing about the "general > Cygwin packages" > that are needed for a minimal X server (they are > "beyond the scope of > this document"). That's what my original query is > trying to get at. > (Sorry for the confusion.) > yes you are right ... but half page later the same document says You must select the xorg-x11-base package, which is located in the X11 category. ---->>>>The xorg-x11-base package is a helper package that automatically selects a working set of packages for you that will allow Cygwin/X to work. <<<<<----- You may also want to ensure that the inetutils and openssh packages are selected if you wish to use telnet and ssh to connect to remote machines. > From zakki@peppermint.jp Sat Oct 30 02:39:00 2004 From: zakki@peppermint.jp (Kensuke Matsuzaki) Date: Sat, 30 Oct 2004 02:39:00 -0000 Subject: Fwd: Minimal replacement for Exceed Message-ID: If you don't need full Cygwin and latest version, coLinux people create minimum package. I don't use this, and I don't know well. Maybe it is worth looking at. http://www.colinux.org/wiki/index.php/XCoLinux http://www.digitalfire.co.za/index.php?page=18 -- Kensuke Matsuzaki mailto:zakki@peppermint.jp http://peppermint.jp From lourosas@yahoo.com Sat Oct 30 06:56:00 2004 From: lourosas@yahoo.com (Lou Rosas) Date: Sat, 30 Oct 2004 06:56:00 -0000 Subject: Version 1.5.11-1 error starting emacs Message-ID: <20041030065630.70604.qmail@web52501.mail.yahoo.com> I don't know if this has been reported or not, and I don't kinow if this is the group I should ask this question. I have looked through the archives, and could find nothing that addresses this issue. I downloaded the entire cygwin packeges: including the cygwin/X packages. I only downloaded the default shells and default databases. But everything else was a complete download. When I try to start Xemacs in mwm, I get the following (abreviated) message in a windows dialog box: "The dynamic link library cygdb-4.1.dll could not be found in ". If I downloaded everything, what am I missing? I looked for the dll's, and I found they were represented in the path, but found a cygdb-4.2.dll. What do I need to do differently, if I am downloading everything? Thank you, Lou Rosas -------------- next part -------------- A non-text attachment was scrubbed... Name: cygcheck.out Type: application/octet-stream Size: 63986 bytes Desc: cygcheck.out URL: From lourosas@yahoo.com Sat Oct 30 06:59:00 2004 From: lourosas@yahoo.com (Lou Rosas) Date: Sat, 30 Oct 2004 06:59:00 -0000 Subject: Cygwin 1.5.11-1 error starting Xemacs Message-ID: <20041030065926.83828.qmail@web52504.mail.yahoo.com> (Sorry!!!, I meant Xemacs!) I don't know if this has been reported or not, and I don't kinow if this is the group I should ask this question. I have looked through the archives, and could find nothing that addresses this issue. I downloaded the entire cygwin packeges: including the cygwin/X packages. I only downloaded the default shells and default databases. But everything else was a complete download. When I try to start Xemacs in mwm, I get the following (abreviated) message in a windows dialog box: "The dynamic link library cygdb-4.1.dll could not be found in ". If I downloaded everything, what am I missing? I looked for the dll's, and I found they were represented in the path, but found a cygdb-4.2.dll. What do I need to do differently, if I am downloading everything? Thank you, Lou Rosas -------------- next part -------------- A non-text attachment was scrubbed... Name: cygcheck.out Type: application/octet-stream Size: 63986 bytes Desc: cygcheck.out URL: From Alexander.Gottwald@s1999.tu-chemnitz.de Sat Oct 30 11:20:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sat, 30 Oct 2004 11:20:00 -0000 Subject: Cygwin 1.5.11-1 error starting Xemacs In-Reply-To: <20041030065926.83828.qmail@web52504.mail.yahoo.com> References: <20041030065926.83828.qmail@web52504.mail.yahoo.com> Message-ID: Lou Rosas wrote: > windows dialog box: "The dynamic link library > cygdb-4.1.dll could not be found in > ". If I downloaded everything, what am I missing? I > looked > for the dll's, and I found they were represented in > the path, but found a cygdb-4.2.dll. What do I need > to do differently, if I am downloading everything? install package libdb4.1 bye ago NP: Neikka RPM - Bound with sympathy (Terrorfakt mix) -- Alexander.Gottwald@informatik.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From Alexander.Gottwald@s1999.tu-chemnitz.de Sat Oct 30 12:21:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sat, 30 Oct 2004 12:21:00 -0000 Subject: New rootless mode In-Reply-To: References: Message-ID: Kensuke Matsuzaki wrote: > Hi, guys. > > I'm writing code related mwextwm. Temporally I added -internalwm > option. It detects another window manager, and automatically it > switches on/off built-in window manager. There are duplicated code for > -rootless and -multiwindow and -mwextwm. This will merge those three > mode. > > I have to clean-up, debug and test more. But I want to know direction > of this patch before. How do you think? > > 1. Add -internalwm option? (more better naming?) -internalwm is actually -multiwindow? > 2. Replace -rootless and -multiwindow with this. > or something else. I'd keep the options (at least their names) for backward compatibility. BTW: Torrey wanted to change a rootless definition in fb.h https://freedesktop.org/bugzilla/show_bug.cgi?id=1737 Can you please take a look? I don't think the change will break anything but I've not the complete insight on the code. bye ago NP: Neikka RPM - Bound with sympathy (Terrorfakt mix) -- Alexander.Gottwald@informatik.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From zakki@peppermint.jp Sat Oct 30 14:13:00 2004 From: zakki@peppermint.jp (Kensuke Matsuzaki) Date: Sat, 30 Oct 2004 14:13:00 -0000 Subject: New rootless mode In-Reply-To: References: Message-ID: > -internalwm is actually -multiwindow? No. -multiwindow use hw/xwin/winmultiwindow*.c to handle widow, but -internalwm use miext/rootless/. And -internalwm uses built-in wm in winmultiwindowwm.c too if another window manager is running. > I'd keep the options (at least their names) for backward compatibility. I see. > BTW: Torrey wanted to change a rootless definition in fb.h > https://freedesktop.org/bugzilla/show_bug.cgi?id=1737 > > Can you please take a look? I don't think the change will break anything > but I've not the complete insight on the code. It seems no problem. I remember that I added defined(__CYGWIN__) to use miext/rootless. http://freedesktop.org/cgi-bin/viewcvs.cgi/xc/programs/Xserver/fb/fb.h?r1=1.1.4.1&root=xorg&sortby=date&r2=1.1.4.1.2.1&only_with_tag=CYGWIN Thank you. -- Kensuke Matsuzaki mailto:zakki@peppermint.jp http://peppermint.jp From Andrew.Glenn-1@colorado.edu Sat Oct 30 15:07:00 2004 From: Andrew.Glenn-1@colorado.edu (Andrew Glenn) Date: Sat, 30 Oct 2004 15:07:00 -0000 Subject: Resolution XWin -dpi Message-ID: <4183AE0F.7090401@colorado.edu> Hi All, My fonts are too small on the 1680x1050 laptop I just got. Looking at the mailing lists, it seemed XWin -dpi 100 was the answer. I installed the 100 dpi fonts and added the -dpi 100 to my XWin command line, but this changed NOTHING. I am using the newest XWin (6.8.1.0-5). Can anyone please help me tell XFree I need to use different fonts. Thanks, Andy Glenn From Alexander.Gottwald@s1999.tu-chemnitz.de Sat Oct 30 17:07:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sat, 30 Oct 2004 17:07:00 -0000 Subject: New rootless mode In-Reply-To: References: Message-ID: Kensuke Matsuzaki wrote: > > -internalwm is actually -multiwindow? > > No. -multiwindow use hw/xwin/winmultiwindow*.c to handle widow, but > -internalwm use miext/rootless/. And -internalwm uses built-in wm in > winmultiwindowwm.c too if another window manager is running. oh. This makes it clear. Just go ahead. This sounds very useful. > > BTW: Torrey wanted to change a rootless definition in fb.h > > https://freedesktop.org/bugzilla/show_bug.cgi?id=1737 > > > > Can you please take a look? I don't think the change will break anything > > but I've not the complete insight on the code. > > It seems no problem. I remember that I added defined(__CYGWIN__) to use > miext/rootless. > http://freedesktop.org/cgi-bin/viewcvs.cgi/xc/programs/Xserver/fb/fb.h?r1=1.1.4.1&root=xorg&sortby=date&r2=1.1.4.1.2.1&only_with_tag=CYGWIN I'll tell Torrey to go on. bye ago NP: Interlace - Elohim -- Alexander.Gottwald@informatik.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From Sampsonxqkn@msn.com Sun Oct 31 07:35:00 2004 From: Sampsonxqkn@msn.com (Angel Curran) Date: Sun, 31 Oct 2004 07:35:00 -0000 Subject: Windows Critical virus update - september 15th Message-ID: A non-text attachment was scrubbed... Name: not available Type: multipart/alternative Size: 577 bytes Desc: not available URL: From boaz@hishome.net Sun Oct 31 08:08:00 2004 From: boaz@hishome.net (Boaz Harrosh) Date: Sun, 31 Oct 2004 08:08:00 -0000 Subject: Minimal replacement for Exceed In-Reply-To: <20041028191300.74586.qmail@bellat.pair.com> References: <20041028191300.74586.qmail@bellat.pair.com> Message-ID: <41849DC5.90408@hishome.net> amanda345@altern.org wrote: >I want to find a replacement for Hummingbird Exceed. I know that Cygwin includes an X server, but I'm not interested in all of Cygwin. What would be the minimum I'd need to install to be able to run Cygwin/X? In case it matters, I'd like to run the X server with the -multiwindow and -clipboard parameters. > >Thanks! > >Amanda > > > > Dear Amanda ! I have packed a Wise-Installer with a some-what minimal installation. It uses the windows fonts and this way saves 14M of fonts. It does include a full bash + utils and SSH so it is not as minimal as it can be. The Install.exe is about 12M. I can send you the .exe but you will find that it has some specialized stuff for the purpose it was made. (automatic connection to a Linux application server). I can also send you the files listing, and the wise script, so you can pack your own. Free Life Boaz From 9cygwin-xfree@ms59.hinet.net Sun Oct 31 08:17:00 2004 From: 9cygwin-xfree@ms59.hinet.net (9cygwin-xfree@ms59.hinet.net) Date: Sun, 31 Oct 2004 08:17:00 -0000 Subject: No subject Message-ID: A non-text attachment was scrubbed... Name: not available Type: multipart/related Size: 1548 bytes Desc: not available URL: From bobbymcn@bellsouth.net Sun Oct 31 08:26:00 2004 From: bobbymcn@bellsouth.net (Bobby McNulty) Date: Sun, 31 Oct 2004 08:26:00 -0000 Subject: =?UTF-8?B?wqRUwqXDvsKkVMKpw7YgIMK7wrTCu8K0w4NQw4NQwqVIIDIuOMKi?= =?UTF-8?B?SCDCvsOjwqZYwqnDksKmwrPCplfCpFXCqsK6wq10wrbDhQ==?= In-Reply-To: <20041031081750.JXDZ2785.imf04aec.mail.bellsouth.net@sourceware.org> References: <20041031081750.JXDZ2785.imf04aec.mail.bellsouth.net@sourceware.org> Message-ID: <4184A1B7.3050400@bellsouth.net> ?????????????????? wrote: > *??????????????????????????? * > > > > ?????????????????????????????????????????? <../noedm.htm> Stop sending junk here. This is junk.