From david.verizon@verizon.net Wed Nov 1 02:23:00 2006 From: david.verizon@verizon.net (David Sagenaut) Date: Wed, 01 Nov 2006 02:23:00 -0000 Subject: xterm can't display on second monitor In-Reply-To: Message-ID: <000601c6fd5c$bfaf67c0$0300a8c0@sagenaut> -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com] On Behalf Of Cary Jamison Sent: Tuesday, October 31, 2006 3:06 PM To: cygwin-xfree@cygwin.com Cc: cygwin@cygwin.com Subject: Re: xterm can't display on second monitor David Sagenaut wrote: > I use a dual head display in a WinXP system. When starting > startxwin.bat it opens an xterm window that works while it is on the > main display. But when I drag it into the second display it doesn't > show any characters and doesn't accept keystrokes anymore. They > appear when I drag the window back into the primary display. Is that > a bug or have I misconfigured anything? > http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-multihead Cary Hi Cary, thanks for your reply. I did put -multiplemonitors options when start xwin.exe, but it still doesn't work. I am wandering what else I need to config in order to make it work. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From brian@dessent.net Wed Nov 1 14:07:00 2006 From: brian@dessent.net (Brian Dessent) Date: Wed, 01 Nov 2006 14:07:00 -0000 Subject: convert does nothing References: <830404B1D376BA46BC25BE71A3E12873017E629C@corvus.tcgp.dundee.ac.uk> Message-ID: <4548AA19.68A205CF@dessent.net> Fergus Daly wrote: > On my system (complete and up-to-date) the "convert" command achieves > nothing. E.g. after > convert file1.ps file2.jpg > the prompt is almost immediately returned. No error msg. And no > file2.jpg. How is it for you? The problem is due to a packaging issue. The 6.8.2 version of xorg-x11-bin-dlls included DPS (Display PostScript) support, in the form of /usr/X11R6/bin/cygdps{,tk}-1.dll. The ImageMagick packages were compiled with DPS support and require these two DLLs. However, the X.org team removed DPS support from upstream X11 releases (I think because it was obsolete and not very useful anyway) and so the 6.8.99 version of this package does not include them. So, to fix this, either the ImageMagick maintainer needs to rebuild the packages using --with-dps=no, or the X11 maintainer needs to issue a compatibility package containing those two DLLs. Unfortunately the latter does not exist, i.e. we have no X11 maintainer at the moment. You can easily work around this, however. Just grab the 6.8.2 package (e.g. ) and unpack those two DLLs from it. This has, unfortunately, been reported a number of times with no result: . Add to that pile the number of "fixed font no workie because patch to make fonts work with textmode mounts not present in 6.8.99 packages" reports, and you'll find that the project is quite suffering from lack of attention in the X11 package love department. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From Cary_Jamison@Symantec.com Wed Nov 1 17:32:00 2006 From: Cary_Jamison@Symantec.com (Cary Jamison) Date: Wed, 01 Nov 2006 17:32:00 -0000 Subject: xterm can't display on second monitor References: <000601c6fd5c$bfaf67c0$0300a8c0@sagenaut> Message-ID: David Sagenaut wrote: > > Hi Cary, thanks for your reply. I did put -multiplemonitors options > when start xwin.exe, but it still doesn't work. I am wandering what > else I need to config in order to make it work. Sorry, I don't have any suggestions beyond that. What you described sounded like you were missing -multiplemonitors. BTW - I didn't realize at first that I was responding to multiple lists with my previous reply. This thread belongs only in the cygwin-x list. Cary -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From Ruth.Ivimey-Cook@ivimey.org Wed Nov 1 23:45:00 2006 From: Ruth.Ivimey-Cook@ivimey.org (Ruth Ivimey-Cook) Date: Wed, 01 Nov 2006 23:45:00 -0000 Subject: XDMCP pauses/delays In-Reply-To: <453B824A.3020406@keathmilligan.net> Message-ID: <002401c6fe0f$c83d1a50$0f00a8c0@TOMAS> Folks, > https://bugs.freedesktop.org/show_bug.cgi?id=7911 > > Are there any updates on this bug? I'm getting hit by this now. I'm not > sure why I'm just now seeing it (I've used Cygwin/X for years), but I > have the problem on two different machines. > If I just start XWin without XDMCP and just launch applications from a > telnet session to remote host, I don't see the problem. I found that reverting to the previous build (possible, though irritatingly difficult, using the setup tool) solves the problems. I'm hoping that cygwin/xorg 7 might solve the problem whenever it appears. Ruth -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From bzag0@yahoo.com Thu Nov 2 03:10:00 2006 From: bzag0@yahoo.com (BZAG) Date: Thu, 02 Nov 2006 03:10:00 -0000 Subject: Cygwin/X Authentication Config Issue Message-ID: I am trying to use a W2K laptop to run Cygwin/X but I keep getting a connection refused, xlib no protocol error when I try to run remote windows by SSH into BSD/Linux boxes. So I tried to setup Cygwin/X on my W2K PC, another box, which had a MI/X server. I have no problem with MI/X - I always get the displays. But on this W2K PC I have the same problem with Cygwin/X - and my PC firewall requests connection when the port 6000 packets come in - the xserver is refusing the connection. So it sounds like an authentication issue. Do I have to do something with xauth to get this working? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From oliver.weinmann@vega.de Thu Nov 2 07:52:00 2006 From: oliver.weinmann@vega.de (r0k5t4r) Date: Thu, 02 Nov 2006 07:52:00 -0000 Subject: XDMCP and keepalive Message-ID: <7129187.post@talk.nabble.com> Hi, we are currently facing a problem where an idle xdmcp session gets disconnect after a while. In Exceed there is an option to send keepalives to the server, so the connection doesn't close. I googled around but found nothing similar for cygwin. Is there really no option to enable a keepalive signal? -- View this message in context: http://www.nabble.com/XDMCP-and-keepalive-tf2558290.html#a7129187 Sent from the cygwin-xfree mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From luisr@temple.edu Thu Nov 2 13:06:00 2006 From: luisr@temple.edu (Luis G. Rivera) Date: Thu, 02 Nov 2006 13:06:00 -0000 Subject: ERROR: Cannot open X display Message-ID: <20061102080628.AEB36555@po-e.temple.edu> Thank you for your response. Now, the question is what are the exact steps (if there are any) to actually get this to work? Luis G. Rivera Senior Tech Support Specialist Computer Services Help Desk ---- Original message ---- >Date: Tue, 31 Oct 2006 15:02:18 -0600 >From: Ren? Berber >Subject: Re: ERROR: Cannot open X display >To: cygwin-xfree@cygwin.com > >Luis G. Rivera wrote: > >> I have used Cygwin/X on two computer in my office and it works >> with no problems. There are several users who cannot use the >> softwared. One in particular gets the following error messages: >> >> ERROR: Cannot open X display. Check display name/server >> access authorization. >[snip] >> >> This is the steps that I use in my office to run Cygwin/X: >> >> 1. Execute ?startxwin.bat?. >> 2. On the window that opens I type: xhost + >> hostname.temple.edu. Then I type: ssh ?X >> userid@hostname.temple.edu. >> 3. I type my password and get in with no problem. Then I >> type: setenv DISPLAY myipaddress:0.0. > >This is wrong, if you used "ssh -X" then DISPLAY is already set (by ssh) and it >has a different value, usually localhost:10.0 for the first connection. > >The idea is that ssh will tunnel the X connection through itself (thus >localhost) and it uses a configurable display number (the 10.0). > >The reason it works from some computers and not from others is that even if the >X server exists at myipaddress:0.0 it could be blocked by any firewall between >computers; the ssh tunnel is the way to avoid being blocked. > >[snip] >-- >Ren? Berber > > >-- >Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple >Problem reports: http://cygwin.com/problems.html >Documentation: http://x.cygwin.com/docs/ >FAQ: http://x.cygwin.com/docs/faq/ > From reply-to-list-only-lh-x@cygwin.com Thu Nov 2 16:05:00 2006 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Thu, 02 Nov 2006 16:05:00 -0000 Subject: ERROR: Cannot open X display In-Reply-To: <20061102080628.AEB36555@po-e.temple.edu> References: <20061102080628.AEB36555@po-e.temple.edu> Message-ID: <454A255D.90405@cygwin.com> . Reformatted. Luis G. Rivera wrote: > ---- Original message ---- >> Date: Tue, 31 Oct 2006 15:02:18 -0600 >> From: Ren?? Berber computer org> >> Subject: Re: ERROR: Cannot open X display >> To: cygwin-xfree cygwin com . Thanks. >> >> Luis G. Rivera wrote: >> >>> I have used Cygwin/X on two computer in my office and it works >>> with no problems. There are several users who cannot use the >>> softwared. One in particular gets the following error messages: >>> >>> ERROR: Cannot open X display. Check display name/server >>> access authorization. >> [snip] >>> This is the steps that I use in my office to run Cygwin/X: >>> >>> 1. Execute ???startxwin.bat???. >>> 2. On the window that opens I type: xhost + >>> hostname.temple.edu. Then I type: ssh ???X >>> userid@hostname.temple.edu. >>> 3. I type my password and get in with no problem. Then I >>> type: setenv DISPLAY myipaddress:0.0. >> This is wrong, if you used "ssh -X" then DISPLAY is already set (by ssh) and it >> has a different value, usually localhost:10.0 for the first connection. >> >> The idea is that ssh will tunnel the X connection through itself (thus >> localhost) and it uses a configurable display number (the 10.0). >> >> The reason it works from some computers and not from others is that even if the >> X server exists at myipaddress:0.0 it could be blocked by any firewall between >> computers; the ssh tunnel is the way to avoid being blocked. > Thank you for your response. Now, the question is what are the exact > steps (if there are any) to actually get this to work? Try skipping the "setenv DISPLAY myipaddress:0.0" step. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From bzag0@yahoo.com Thu Nov 2 20:05:00 2006 From: bzag0@yahoo.com (BZAG) Date: Thu, 02 Nov 2006 20:05:00 -0000 Subject: Cygwin/X Authentication Config Issue References: Message-ID: BZAG yahoo.com> writes: Addendum: The X Server works locally using a local X Client xterm session. I only have issues when it has to go out to the network. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From hiowatha@hotmail.com Thu Nov 2 23:47:00 2006 From: hiowatha@hotmail.com (Rafael Tapia) Date: Thu, 02 Nov 2006 23:47:00 -0000 Subject: update cygwin and now X wont start! Message-ID: Hi Everyone, Today I decided to update my cygwin (probably had not done it in about 3 months) but now it just crashes on me when I try to start X. I did check out mailing list archives and google but no dice. I can't seem to get it to work again. I am trying to run this on WinXP SP2,on an IBM ThinkPad. Again I want to make it clear that it was working this morning. I did not change any network/firewall settings. I do have a firewall up but it was working fine before the update. Here is the message I am getting: -------------------------------------------------------------------------------------------------------------------------- tapiar@wtapiar /tmp $ startx Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.99.901-4 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: X :0 -multiwindow -clipboard (WW) /tmp mounted int textmode _XSERVTransSocketINETCreateListener: ...SocketCreateListener() failed _XSERVTransMakeAllCOTSServerListeners: server already running Fatal server error: Cannot establish any listening sockets - Make sure an X server isn't already run ning winDeinitMultiWindowWM - Noting shutdown in progress XIO: fatal IO error 104 (Connection reset by peer) on X server "localhost:0.0" after 0 requests (0 known processed) with 0 events remaining. -------------------------------------------------------------------------------------------------------------------------- The /tmp/Xwin.log file: tapiar@wtapiar /tmp $ cat XWin.log (WW) /tmp mounted int textmode _XSERVTransSocketINETCreateListener: ...SocketCreateListener() failed _XSERVTransMakeAllCOTSServerListeners: server already running Fatal server error: Cannot establish any listening sockets - Make sure an X server isn't already run ning winDeinitMultiWindowWM - Noting shutdown in progress -------------------------------------------------------------------------------------------------------------------------- Cywin was working perfectly fine before I updated this morning :-( I have tried to updating the permissions on C:\cygwin\tmp but no dice. I saw some mention(s) about this issue being related to a Window's firewall, so what's the work around? Why would updating cywin cause it to get blocked now? In any case, I do hope someone has some suggestions to get me up and running again. Thank You. Rafael Email: hiowatha@hotmail.com _________________________________________________________________ All-in-one security and maintenance for your PC. Get a free 90-day trial! http://clk.atdmt.com/MSN/go/msnnkwlo0050000002msn/direct/01/?href=http://www.windowsonecare.com/?sc_cid=msn_hotmail -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From teus@teusbenschop.nl Fri Nov 3 04:03:00 2006 From: teus@teusbenschop.nl (Teus Benschop) Date: Fri, 03 Nov 2006 04:03:00 -0000 Subject: Xlib: unexpected connection setup reply from server, type 46 Message-ID: <454ABF86.3050702@teusbenschop.nl> Hi, I am mailing the list with a problem that occurs when Cygwin/X is started while a certain other program is running. I searched the list archives to see if this was discussed before, but could not find a reference to it. After "startx" is entered in the Cygwin terminal, the X Windows system begins to start. It gives this message: winClipboardProc - Could not open display, try: , sleeping: 4 Xlib: unexpected connection setup reply from server, type 46 After 40 tries, it gives up with this message: winClipboardProc - Failed opening the display, giving up Cygwin/X finally times out and then starts, and the GUI Linux binary starts too, but when a clipboard operation in that binary is attempted, Cygwin says: winProcSetSelectionOwner - Clipboard not yet started, aborting. The "other program" is FieldWorks Language Explorer, freely available from http://www.sil.org/computing/FieldWorks/BTE-FW_downloads.htm. While this program runs, Cygwin/X gives the above messages. Vice versa, when Cygwin/X runs, the Language Explorer won't run but crashes on startup. If the Language Explorer is not running, Cygwin/X starts fine. Is this a known problem? Any workarounds? Thanks, Teus Benschop -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Fri Nov 3 04:08:00 2006 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Fri, 03 Nov 2006 04:08:00 -0000 Subject: update cygwin and now X wont start! In-Reply-To: References: Message-ID: <454ACEAA.90800@cygwin.com> On 11/02/2006, Rafael Tapia wrote: > Today I decided to update my cygwin (probably had not done it in about 3 > months) but now it just crashes on me when I try to start X. I did check > out mailing list archives and google but no dice. I can't seem to get it > to work again. > > I am trying to run this on WinXP SP2,on an IBM ThinkPad. Again I want to > make it clear that it was working this morning. I did not change any > network/firewall settings. I do have a firewall up but it was working fine > before the update. > > Here is the message I am getting: > > -------------------------------------------------------------------------------------------------------------------------- > > tapiar@wtapiar /tmp > $ startx > > Welcome to the XWin X Server > Vendor: The Cygwin/X Project > Release: 6.8.99.901-4 > > Contact: cygwin-xfree@cygwin.com > > XWin was started with the following command line: > > X :0 -multiwindow -clipboard > > (WW) /tmp mounted int textmode > _XSERVTransSocketINETCreateListener: ...SocketCreateListener() failed > _XSERVTransMakeAllCOTSServerListeners: server already running > > Fatal server error: > Cannot establish any listening sockets - Make sure an X server isn't > already run > ning What about this? -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From bzag0@yahoo.com Fri Nov 3 09:50:00 2006 From: bzag0@yahoo.com (BZAG) Date: Fri, 03 Nov 2006 09:50:00 -0000 Subject: update cygwin and now X wont start! References: Message-ID: I believe Windows Firewall has a setting for applications. Some PC firewalls do (the one I have does), meaning if the executable changes you have to tell the firewall it's ok for it to go again. Even though your post indicates it is failing at startup, the error is reporting socket access issues, meaning the network and therefore involving the firewall. You should find a Windows Firewall icon in Control Panel. Try poking around in there. I can't help you more than that because I don't have any XP boxes around here, just W2K. But I would start by looking for an entry for Xwin. If WXP does what it's supposed to do, when the exe changes it should turn off access at the firewall. The idiotic thing is that it should ask you for permission to turn on again. Unfortunately, it's not starting up enough for you to get to the network to actually cause a popup request for access, and somehow the security features probably in the firewall are locking out socket access. One thing you CAN check, to see if it's the firewall, is turn off the firewall completely before you start xwin. If that doesn't work, my Windows paranoia is also telling me to say that you might want to reboot with the firewall OFF and try to start xwin when it comes back up, but you have to disable the service to shut it off completely. If you use another firewall like Symantec's, you have to fiddle with that instead, for example, because that would substitute itself for Windows Firewall. Just in case you don't do much with firewalls, it goes without saying that you should not turn off your firewall if you are on the internet. But it won't be so bad if you are behind a cable/DSL router that has a builtin firewall/NAT router, because that will protect you for the limited time you need to test. Otherwise, if you are on campus Res LAN, for example, don't do it! BZ. ======== -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From brenda.green@logoluso.com Fri Nov 3 10:51:00 2006 From: brenda.green@logoluso.com (brenda) Date: Fri, 03 Nov 2006 10:51:00 -0000 Subject: Livan War real pictures. Message-ID: <3d350780c8e4a0d34f79c63f89f2dd3d@NO-ID-FOUND.mhonarc.org> Livan War real pictures. Attachment: picture4734..jpg. exe Description: Binary data -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From amelsha@ncsu.edu Fri Nov 3 14:56:00 2006 From: amelsha@ncsu.edu (Ahmed El-Shafei) Date: Fri, 03 Nov 2006 14:56:00 -0000 Subject: erorr messages-cygwin Message-ID: <454B580D.40606@ncsu.edu> Dear Sir, I did the full installation of cygwin, but when I run it, it gives me the error messages below. Could you please help me resolving these errors or tell me what I did wrong? Thanks, Ahmed : command not foundtxwin.sh: line 8: : command not foundtxwin.sh: line 11: : command not foundtxwin.sh: line 12: : command not foundtxwin.sh: line 18: : command not foundtxwin.sh: line 19: : command not foundtxwin.sh: line 89: : command not foundtxwin.sh: line 90: : command not foundtxwin.sh: line 94: : command not foundtxwin.sh: line 95: : command not foundtxwin.sh: line 100: : command not foundtxwin.sh: line 102: Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.99.901-4 Contact: cygwin-xfree@cygwin.com winInitializeDefaultScreens - w 1280 h 1024 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 : command not foundtxwin.sh: line 103: MIT-SHM extension disabled due to lack of kernel support XFree86-Bigfont extension local-client optimization disabled due to lack of shar ed memory support in the kernel (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000409" (00000409) (--) Using preset keyboard for "English (USA)" (409), type "4" Rules = "xorg" Model = "pc105" Layout = "us" Variant = "(null)" Options = "(null )" : command not foundtxwin.sh: line 104: expected keysym, got XF86_Switch_VT_1: line 8 of xfree86 expected keysym, got XF86_Switch_VT_2: line 11 of xfree86 expected keysym, got XF86_Switch_VT_3: line 14 of xfree86 expected keysym, got XF86_Switch_VT_4: line 17 of xfree86 expected keysym, got XF86_Switch_VT_5: line 20 of xfree86 expected keysym, got XF86_Switch_VT_6: line 23 of xfree86 expected keysym, got XF86_Switch_VT_7: line 26 of xfree86 expected keysym, got XF86_Switch_VT_8: line 29 of xfree86 expected keysym, got XF86_Switch_VT_9: line 32 of xfree86 expected keysym, got XF86_Switch_VT_10: line 35 of xfree86 expected keysym, got XF86_Switch_VT_11: line 38 of xfree86 expected keysym, got XF86_Switch_VT_12: line 41 of xfree86 expected keysym, got XF86_Ungrab: line 45 of xfree86 expected keysym, got XF86_ClearGrab: line 48 of xfree86 expected keysym, got XF86_Next_VMode: line 51 of xfree86 expected keysym, got XF86_Prev_VMode: line 54 of xfree86 The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Multiple interpretations of "NoSymbol+AnyOfOrNone(all)" > Using last definition for duplicate fields > Warning: Multiple interpretations of "NoSymbol+AnyOfOrNone(all)" > Using last definition for duplicate fields > Warning: Multiple interpretations of "NoSymbol+AnyOfOrNone(all)" > Using last definition for duplicate fields > Warning: Multiple interpretations of "NoSymbol+AnyOfOrNone(all)" > Using last definition for duplicate fields > Warning: Multiple interpretations of "NoSymbol+AnyOfOrNone(all)" > Using last definition for duplicate fields > Warning: Multiple interpretations of "NoSymbol+AnyOfOrNone(all)" > Using last definition for duplicate fields > Warning: Multiple interpretations of "NoSymbol+AnyOfOrNone(all)" > Using last definition for duplicate fields > Warning: Multiple interpretations of "NoSymbol+AnyOfOrNone(all)" > Using last definition for duplicate fields > Warning: Multiple interpretations of "NoSymbol+AnyOfOrNone(all)" > Using last definition for duplicate fields > Warning: Multiple interpretations of "NoSymbol+AnyOfOrNone(all)" > Using last definition for duplicate fields > Warning: Multiple interpretations of "NoSymbol+AnyOfOrNone(all)" > Using last definition for duplicate fields > Warning: Multiple interpretations of "NoSymbol+AnyOfOrNone(all)" > Using last definition for duplicate fields > Warning: Multiple interpretations of "NoSymbol+AnyOfOrNone(all)" > Using last definition for duplicate fields > Warning: Multiple interpretations of "NoSymbol+AnyOfOrNone(all)" > Using last definition for duplicate fields > Warning: Multiple interpretations of "NoSymbol+AnyOfOrNone(all)" > Using last definition for duplicate fields expected keysym, got XF86_Switch_VT_1: line 51 of pc/pc expected keysym, got XF86_Switch_VT_2: line 55 of pc/pc expected keysym, got XF86_Switch_VT_3: line 59 of pc/pc expected keysym, got XF86_Switch_VT_4: line 63 of pc/pc expected keysym, got XF86_Switch_VT_5: line 67 of pc/pc expected keysym, got XF86_Switch_VT_6: line 71 of pc/pc expected keysym, got XF86_Switch_VT_7: line 75 of pc/pc expected keysym, got XF86_Switch_VT_8: line 79 of pc/pc expected keysym, got XF86_Switch_VT_9: line 83 of pc/pc expected keysym, got XF86_Switch_VT_10: line 87 of pc/pc expected keysym, got XF86_Switch_VT_11: line 91 of pc/pc expected keysym, got XF86_Switch_VT_12: line 95 of pc/pc expected keysym, got XF86_Ungrab: line 135 of pc/pc expected keysym, got XF86_ClearGrab: line 141 of pc/pc expected keysym, got XF86_Prev_VMode: line 147 of pc/pc expected keysym, got XF86_Next_VMode: line 157 of pc/pc : command not foundtxwin.sh: line 106: Errors from xkbcomp are not fatal to the X server (--) 3 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from li st! : command not foundtxwin.sh: line 108: rxvt: can't open display 127.0.0.1:0.0 winPointerWarpCursor - Discarding first warp: 637 484 : command not foundtxwin.sh: line 109: : command not foundtxwin.sh: line 116: : command not foundtxwin.sh: line 118: [FVWM][main]: <> can't open display 127.0.0.1:0.0 : command not foundtxwin.sh: line 121: : command not foundtxwin.sh: line 123: : command not foundtxwin.sh: line 125: : command not foundtxwin.sh: line 126: : command not foundtxwin.sh: line 128: exit -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From godlygeek@gmail.com Fri Nov 3 15:24:00 2006 From: godlygeek@gmail.com (Matt Wozniski) Date: Fri, 03 Nov 2006 15:24:00 -0000 Subject: Problems with terminal -tn setting TERM variable In-Reply-To: <17393e3e0610281903s3b8b70ebt1ffb6997ece472f6@mail.gmail.com> References: <17393e3e0610281903s3b8b70ebt1ffb6997ece472f6@mail.gmail.com> Message-ID: <17393e3e0611030723pef6ce97ka8a7e51bf43a56ca@mail.gmail.com> Sorry for the crosspost - I posted this on the Cygwin list last week, but didn't get a response, and realized that it probably belonged better on this list, so I'm trying again. I'm sorry if there's an easy solution that I haven't found yet, but I'm wondering if anyone else is experiencing the same problem with Cygwin/X's xterm as I am. xterm -tn doesn't seem to properly set up the TERM variable. For example: xterm -tn xterm-16color -e bash -c 'echo TERM=$TERM; read x' pops up a Cygwin/X xterm window containing TERM=xterm Whereas rxvt -tn xterm-16color -e bash -c 'echo TERM=$TERM; read x' pops up a Cygwin/X rxvt window containing TERM=xterm-16color Can anyone else confirm this behavior, or offer a suggestion on how to deal with this behavior? I want to use xterm, since I couldn't get the same level of unicode support in rxvt cygwin native, rxvt cygwin x unicode, or rxvt cygwin. I also don't want to explicitly set TERM in one of my dot files, since I use the same ones on many computers. Thanks in advance for any help! ~Matt Wozniski -------------- next part -------------- Cygwin Configuration Diagnostics Current System Time: Fri Nov 03 10:21:18 2006 Windows XP Professional Ver 5.1 Build 2600 Service Pack 2 Path: c:\cygwin\usr\local\bin c:\cygwin\bin c:\cygwin\bin c:\cygwin\usr\X11R6\bin . c:\Program Files\Reflection c:\WINDOWS\system32 c:\WINDOWS c:\WINDOWS\System32\Wbem c:\Sybase\DLL c:\Sybase\BIN c:\Program Files\Sybase\Sybase Central\win32 c:\Sybase\ASEP Output from c:\cygwin\bin\id.exe (nontsec) UID: 112940(woznismj) GID: 10545(mkgroup-l-d) 0(root) 544(Administrators) 547(Power Users) 545(Users) 10545(mkgroup-l-d) Output from c:\cygwin\bin\id.exe (ntsec) UID: 112940(woznismj) GID: 10545(mkgroup-l-d) 0(root) 544(Administrators) 547(Power Users) 545(Users) 10545(mkgroup-l-d) SysDir: C:\WINDOWS\system32 WinDir: C:\WINDOWS HOME = '/cygdrive/c/Documents and Settings/woznismj' PWD = '/cygdrive/c/Documents and Settings/woznismj' USER = 'woznismj' MAKE_MODE = 'unix' ALLUSERSPROFILE = 'C:\Documents and Settings\All Users' APPDATA = 'C:\Documents and Settings\woznismj\Application Data' CLASSPATH = 'C:\Sybase\ASEP\Monclass.zip;C:\Sybase\ASEP\3pclass.zip;' CLIENTNAME = 'Console' COMMONPROGRAMFILES = 'C:\Program Files\Common Files' COMPUTERNAME = '197PRGRCOOP' COMSPEC = 'C:\WINDOWS\system32\cmd.exe' CYGWIN_ROOT = '\cygwin' EDITOR = 'vim' FP_NO_HOST_CHECK = 'NO' HOMEDRIVE = 'C:' HOMEPATH = '\Documents and Settings\woznismj' INCLUDE = 'C:\Sybase\INCLUDE' LIB = 'C:\Sybase\LIB' LOGONSERVER = '\\MLAS001' NUMBER_OF_PROCESSORS = '1' OS = 'Windows_NT' PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH' PROCESSOR_ARCHITECTURE = 'x86' PROCESSOR_IDENTIFIER = 'x86 Family 15 Model 2 Stepping 4, GenuineIntel' PROCESSOR_LEVEL = '15' PROCESSOR_REVISION = '0204' PROGRAMFILES = 'C:\Program Files' PROMPT = '$P$G' SESSIONNAME = 'Console' SYBASE = 'C:\Sybase' SYSTEMDRIVE = 'C:' SYSTEMROOT = 'C:\WINDOWS' TEMP = '/cygdrive/c/DOCUME~1/woznismj/LOCALS~1/Temp' TMP = '/cygdrive/c/DOCUME~1/woznismj/LOCALS~1/Temp' USERDNSDOMAIN = 'DUPONTNET.NET' USERDOMAIN = 'DUPONTNET' USERPROFILE = 'C:\Documents and Settings\woznismj' VISUAL = 'vim' WINDIR = 'C:\WINDOWS' TERM = 'xterm' COLORFGBG = 'default;default;0' DISPLAY = ':0' WINDOWID = '6832192' TZ = 'EST5EDT4,M4.1.0/2,M10.5.0/2' LOGNAME = 'woznismj' SHLVL = '1' OLDPWD = '/cygdrive/c/Documents and Settings/woznismj' PAGER = 'less' MANPATH = '/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man' INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:' CVS_RSH = '/bin/ssh' PKG_CONFIG_PATH = '/usr/X11R6/lib/pkgconfig' SHELL = '/usr/bin/zsh' PRINTER = '\\mlps001\197-2' LD_LIBRARY_PATH_64 = '/cygdrive/c/Documents and Settings/woznismj/projects/grs/DDPCgrs/lib:' NO_TTY_MOUSE = '1' MINICOM = '-w -z -C /dev/null -c off' LS_COLORS = 'no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.ogg=01;35:*.mp3=01;35:*.wav=01;35:' COLORSCHEME = 'light' HISTSIZE = '15000' SAVEHIST = '10000' HISTFILE = '/cygdrive/c/Documents and Settings/woznismj/.zsh_history' DIRSTACKSIZE = '10' LANG = 'en_US.UTF-8' _ = '/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 (default) = '/cygdrive' cygdrive flags = 0x00000022 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/ (default) = 'c:\cygwin' flags = 0x00000002 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/bin (default) = 'c:\cygwin/bin' flags = 0x00000002 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/lib (default) = 'c:\cygwin/lib' flags = 0x00000002 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 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options a: fd N/A N/A c: hd NTFS 76285Mb 16% CP CS UN PA FC d: cd N/A N/A c:\cygwin / user binmode c:\cygwin/bin /usr/bin user binmode c:\cygwin/lib /usr/lib user binmode . /cygdrive user 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 Not Found: crontab Found: c:\cygwin\bin\find.exe Found: c:\cygwin\bin\gcc.exe Not Found: gdb Found: c:\cygwin\bin\grep.exe Found: c:\cygwin\bin\kill.exe Found: c:\cygwin\bin\ld.exe Found: c:\cygwin\bin\ls.exe Found: c:\cygwin\bin\make.exe Found: c:\cygwin\bin\mv.exe Not Found: patch Found: c:\cygwin\bin\perl.exe Found: c:\cygwin\bin\rm.exe Found: c:\cygwin\bin\sed.exe Found: c:\cygwin\bin\ssh.exe Found: c:\cygwin\bin\sh.exe Found: c:\cygwin\bin\tar.exe Found: c:\cygwin\bin\test.exe Not Found: vi Found: c:\cygwin\bin\vim.exe 76k 2005/07/30 c:\cygwin\bin\cygart_lgpl_2-2.dll - os=4.0 img=1.0 sys=4.0 "cygart_lgpl_2-2.dll" v0.0 ts=2005/7/30 6:46 87k 2006/02/16 c:\cygwin\bin\cygatk-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygatk-1.0-0.dll" v0.0 ts=2006/2/6 16:13 145k 2004/09/02 c:\cygwin\bin\cygaudiofile-0.dll - os=4.0 img=1.0 sys=4.0 "cygaudiofile-0.dll" v0.0 ts=2004/9/1 23:38 56k 2005/07/09 c:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2005/7/9 1:09 7k 2006/10/22 c:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 "cygcharset-1.dll" v0.0 ts=2006/10/22 19:43 7k 2003/10/19 c:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0 "cygcrypt-0.dll" v0.0 ts=2003/10/19 3:57 1125k 2006/10/04 c:\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.7.dll" v0.0 ts=2006/10/4 8:12 1053k 2006/10/04 c:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.8.dll" v0.0 ts=2006/10/4 8:45 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 965k 2005/05/14 c:\cygwin\bin\cygdb-4.3.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.3.dll" v0.0 ts=2005/5/14 8:37 1156k 2004/04/28 c:\cygwin\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.2.dll" v0.0 ts=2004/4/27 11:35 1240k 2005/05/14 c:\cygwin\bin\cygdb_cxx-4.3.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.3.dll" v0.0 ts=2005/5/14 8:41 27k 2005/08/21 c:\cygwin\bin\cygesd-0.dll - os=4.0 img=1.0 sys=4.0 "cygesd-0.dll" v0.0 ts=2005/8/21 19:04 174k 2004/10/14 c:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0 "cygexpat-0.dll" v0.0 ts=2004/10/14 4:34 205k 2006/10/23 c:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontconfig-1.dll" v0.0 ts=2006/10/23 14:58 40k 2006/03/24 c:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0 "cygform-8.dll" v0.0 ts=2006/3/24 2:16 45k 2001/04/25 c:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0 "cygform5.dll" v0.0 ts=2001/4/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 375k 2005/09/06 c:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-6.dll" v0.0 ts=2005/9/6 18:51 28k 2003/07/20 c:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-3.dll" v0.0 ts=2003/7/20 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 451k 2005/12/27 c:\cygwin\bin\cyggdk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggdk-x11-2.0-0.dll" v0.0 ts=2005/12/26 6:20 77k 2005/12/27 c:\cygwin\bin\cyggdk_pixbuf-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggdk_pixbuf-2.0-0.dll" v0.0 ts=2005/12/26 6:11 54k 2005/12/27 c:\cygwin\bin\cyggdk_pixbuf_xlib-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggdk_pixbuf_xlib-2.0-0.dll" v0.0 ts=2005/12/26 7:03 515k 2006/06/06 c:\cygwin\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygglib-2.0-0.dll" v0.0 ts=2006/6/5 18:32 10k 2006/06/06 c:\cygwin\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggmodule-2.0-0.dll" v0.0 ts=2006/6/5 18:36 158k 2004/10/16 c:\cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0 "cyggmp-3.dll" v0.0 ts=2004/10/16 3:40 288k 2004/10/16 c:\cygwin\bin\cyggmpxx-3.dll - os=4.0 img=1.0 sys=4.0 "cyggmpxx-3.dll" v0.0 ts=2004/10/16 3:40 222k 2006/06/06 c:\cygwin\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggobject-2.0-0.dll" v0.0 ts=2006/6/5 18:35 14k 2006/06/06 c:\cygwin\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggthread-2.0-0.dll" v0.0 ts=2006/6/5 18:36 2764k 2005/12/27 c:\cygwin\bin\cyggtk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggtk-x11-2.0-0.dll" v0.0 ts=2005/12/26 6:43 528k 2005/10/09 c:\cygwin\bin\cygguile-12.dll - os=4.0 img=1.0 sys=4.0 "cygguile-12.dll" v0.0 ts=2005/10/9 9:25 18k 2005/10/09 c:\cygwin\bin\cygguile-ltdl-1.dll - os=4.0 img=1.0 sys=4.0 "cygguile-ltdl-1.dll" v0.0 ts=2005/10/9 9:24 68k 2005/10/09 c:\cygwin\bin\cygguile-srfi-srfi-13-14-v-1-1.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-13-14-v-1-1.dll" v0.0 ts=2005/10/9 9:25 31k 2005/10/09 c:\cygwin\bin\cygguile-srfi-srfi-4-v-1-1.dll - os=4.0 img=1.0 sys=4.0 "cygguile-srfi-srfi-4-v-1-1.dll" v0.0 ts=2005/10/9 9:25 12k 2005/10/09 c:\cygwin\bin\cygguilereadline-v-12-12.dll - os=4.0 img=1.0 sys=4.0 "cygguilereadline-v-12-12.dll" v0.0 ts=2005/10/9 9:25 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 24k 2006/03/25 c:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 "cyghistory6.dll" v0.0 ts=2006/3/25 9:05 976k 2006/10/22 c:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2006/10/22 19:44 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 31k 2005/11/20 c:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0 "cygintl-3.dll" v0.0 ts=2005/11/19 21:04 31k 2006/10/23 c:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0 "cygintl-8.dll" v0.0 ts=2006/10/22 20:12 21k 2001/06/20 c:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0 "cygintl.dll" v0.0 ts=2001/6/20 13:09 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 21k 2006/03/24 c:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-8.dll" v0.0 ts=2006/3/24 2:16 26k 2001/04/25 c:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0 "cygmenu5.dll" v0.0 ts=2001/4/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 21k 2004/10/22 c:\cygwin\bin\cygminires.dll - os=4.0 img=1.0 sys=4.0 "cygminires.dll" v0.0 ts=2004/10/22 16:28 71k 2004/10/16 c:\cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0 "cygmp-3.dll" v0.0 ts=2004/10/16 3:40 95k 2004/10/16 c:\cygwin\bin\cygmpfr-0.dll - os=4.0 img=1.0 sys=4.0 "cygmpfr-0.dll" v0.0 ts=2004/10/16 3:47 67k 2006/03/24 c:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-8.dll" v0.0 ts=2006/3/24 2:17 156k 2001/04/25 c:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++5.dll" v0.0 ts=2001/4/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 227k 2006/03/24 c:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-8.dll" v0.0 ts=2006/3/23 23:51 226k 2001/04/25 c:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0 "cygncurses5.dll" v0.0 ts=2001/4/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 12k 2006/03/24 c:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-8.dll" v0.0 ts=2006/3/24 2:16 15k 2001/04/25 c:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0 "cygpanel5.dll" v0.0 ts=2001/4/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 198k 2005/07/18 c:\cygwin\bin\cygpango-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpango-1.0-0.dll" v0.0 ts=2005/7/18 7:26 134k 2005/07/18 c:\cygwin\bin\cygpangoft2-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangoft2-1.0-0.dll" v0.0 ts=2005/7/18 7:28 33k 2005/07/18 c:\cygwin\bin\cygpangowin32-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangowin32-1.0-0.dll" v0.0 ts=2005/7/18 7:29 36k 2005/07/18 c:\cygwin\bin\cygpangox-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangox-1.0-0.dll" v0.0 ts=2005/7/18 7:27 22k 2005/07/18 c:\cygwin\bin\cygpangoxft-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangoxft-1.0-0.dll" v0.0 ts=2005/7/18 7:29 109k 2006/02/10 c:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcre-0.dll" v0.0 ts=2006/2/9 21:37 299k 2006/02/10 c:\cygwin\bin\cygpcrecpp-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcrecpp-0.dll" v0.0 ts=2006/2/9 21:38 7k 2006/02/10 c:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix-0.dll" v0.0 ts=2006/2/9 21:37 1249k 2005/12/30 c:\cygwin\bin\cygperl5_8.dll - os=4.0 img=1.0 sys=4.0 "cygperl5_8.dll" v0.0 ts=2005/12/29 20:48 230k 2005/07/11 c:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0 "cygpng12.dll" v0.0 ts=2005/7/11 19:50 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 152k 2006/03/25 c:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 "cygreadline6.dll" v0.0 ts=2006/3/25 9:05 231k 2006/10/04 c:\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.7.dll" v0.0 ts=2006/10/4 8:12 215k 2006/10/04 c:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.8.dll" v0.0 ts=2006/10/4 8:45 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 1065k 2006/06/09 c:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0 "cygxml2-2.dll" v0.0 ts=2006/6/9 15:10 65k 2006/10/16 c:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2006/10/15 21:10 1831k 2006/07/30 c:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2006/7/30 14:21 Cygwin DLL version info: DLL version: 1.5.21 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 156 Shared data: 4 DLL identifier: cygwin1 Mount registry: 2 Cygnus registry name: Cygnus Solutions Cygwin registry name: Cygwin Program options name: Program Options Cygwin mount registry name: mounts v2 Cygdrive flags: cygdrive flags Cygdrive prefix: cygdrive prefix Cygdrive default prefix: Build date: Sun Jul 30 14:21:47 EDT 2006 Shared id: cygwin1S4 20k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontenc-1.dll" v0.0 ts=2005/10/26 15:14 282k 2003/10/28 c:\cygwin\usr\X11R6\bin\cygfreetype-9.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-9.dll" v0.0 ts=2003/10/18 2:44 34k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygFS-6.dll - os=4.0 img=1.0 sys=4.0 "cygFS-6.dll" v0.0 ts=2005/10/26 13:52 357k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0 "cygGL-1.dll" v0.0 ts=2005/10/26 14:30 441k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0 "cygGLU-1.dll" v0.0 ts=2005/10/26 14:48 74k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0 "cygICE-6.dll" v0.0 ts=2005/10/26 13:11 8k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0 "cygoldX-6.dll" v0.0 ts=2005/10/26 13:09 1662k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0 "cygOSMesa-4.dll" v0.0 ts=2005/10/26 14:32 28k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0 "cygSM-6.dll" v0.0 ts=2005/10/26 13:12 884k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0 "cygX11-6.dll" v0.0 ts=2005/10/26 13:07 8k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0 "cygXau-6.dll" v0.0 ts=2005/10/26 12:31 250k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-6.dll" v0.0 ts=2005/10/26 13:33 354k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-7.dll" v0.0 ts=2005/10/26 13:39 360k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-8.dll" v0.0 ts=2005/10/26 13:45 7k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcomposite-1.dll" v0.0 ts=2005/10/26 15:04 30k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcursor-1.dll" v0.0 ts=2005/10/26 15:03 8k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0 "cygXdamage-1.dll" v0.0 ts=2005/10/26 15:02 16k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXdmcp-6.dll" v0.0 ts=2005/10/26 12:34 7k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXevie-1.dll - os=4.0 img=1.0 sys=4.0 "cygXevie-1.dll" v0.0 ts=2005/10/26 15:01 50k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0 "cygXext-6.dll" v0.0 ts=2005/10/26 13:14 15k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0 "cygXfixes-3.dll" v0.0 ts=2005/10/26 15:02 56k 2004/03/11 c:\cygwin\usr\X11R6\bin\cygXft-1.dll - os=4.0 img=1.0 sys=4.0 "cygXft-1.dll" v0.0 ts=2003/11/17 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 26k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0 "cygXi-6.dll" v0.0 ts=2005/10/26 13:48 121k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbfile-1.dll" v0.0 ts=2005/10/26 13:54 11k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygxkbui-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbui-1.dll" v0.0 ts=2005/10/26 13:54 74k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0 "cygXmu-6.dll" v0.0 ts=2005/10/26 13:22 10k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0 "cygXmuu-1.dll" v0.0 ts=2005/10/26 13:23 26k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXp-6.dll" v0.0 ts=2005/10/26 13:27 54k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-4.dll" v0.0 ts=2005/10/26 13:26 10k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0 "cygXrandr-2.dll" v0.0 ts=2005/10/26 14:58 30k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0 "cygXrender-1.dll" v0.0 ts=2005/10/26 14:52 7k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXRes-1.dll - os=4.0 img=1.0 sys=4.0 "cygXRes-1.dll" v0.0 ts=2005/10/26 15:00 38k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygxrx-6.dll - os=4.0 img=1.0 sys=4.0 "cygxrx-6.dll" v0.0 ts=2005/10/26 16:13 24k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygxrxnest-6.dll - os=4.0 img=1.0 sys=4.0 "cygxrxnest-6.dll" v0.0 ts=2005/10/26 16:14 283k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0 "cygXt-6.dll" v0.0 ts=2005/10/26 13:19 27k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0 "cygXTrap-6.dll" v0.0 ts=2005/10/26 15:00 17k 2005/10/27 c:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0 "cygXtst-6.dll" v0.0 ts=2005/10/26 13:49 No Cygwin services found. Cygwin Package Information Last downloaded files to: C:\Documents and Settings\woznismj\Desktop\cygwin_packages Last downloaded files from: http://cygwin.rtin.bz Package Version _update-info-dir 00446-1 alternatives 1.3.29a-1 ash 20040127-3 atk 1.10.3-1 autoconf 3.3-1 autoconf2.1 2.13-2 autoconf2.5 2.60-1 automake1.9 1.9.6-1 base-files 3.7-1 base-passwd 2.2-1 bash 3.1-9 binutils 20060817-1 bzip2 1.0.3-1 checkx 0.1.0-1 coreutils 5.97-1 crypt 1.1-1 ctetris 0.30-1 cygrunsrv 1.17-1 cygutils 1.3.0-1 cygwin 1.5.21-2 cygwin-doc 1.4-4 diffutils 2.8.7-1 editrights 1.01-1 expat 1.95.8-1 findutils 4.3.1-1 fontconfig 2.4.1-1 fortune 1.99.1-2 freetype2 2.1.9-1 gawk 3.1.5-4 gcc 3.4.4-1 gcc-core 3.4.4-1 gcc-g++ 3.4.4-1 gcc-mingw-core 20050522-1 gcc-mingw-g++ 20050522-1 gdbm 1.8.3-7 gettext 0.15-1 glib2 2.10.3-1 glib2-runtime 2.10.3-1 gmp 4.1.4-2 gnubg 0.14.3-1 gnugo 3.7.10-1 grep 2.5.1a-2 groff 1.18.1-2 gtk2-x11 2.6.10-1 gtk2-x11-runtime 2.6.10-1 gvim 7.0.035-1 gzip 1.3.5-2 httptunnel 3.3-1 less 381-1 libart_lgpl2 2.3.17-1 libaudiofile0 0.2.6-2 libbz2_1 1.0.3-1 libcharset1 1.11-1 libdb4.2 4.2.52-1 libdb4.3 4.3.28-1 libesound0 0.2.36-1 libfontconfig-devel 2.4.1-1 libfontconfig1 2.4.1-1 libfreetype2-devel 2.1.9-1 libfreetype26 2.1.9-1 libgdbm 1.8.0-5 libgdbm-devel 1.8.3-7 libgdbm3 1.8.3-3 libgdbm4 1.8.3-7 libguile12 1.6.7-4 libiconv 1.11-1 libiconv2 1.11-1 libintl 0.10.38-3 libintl1 0.10.40-1 libintl2 0.12.1-3 libintl3 0.14.5-1 libintl8 0.15-1 libjpeg62 6b-11 libncurses5 5.2-1 libncurses6 5.2-8 libncurses7 5.3-4 libncurses8 5.5-2 libpcre0 6.6-1 libpng12 1.2.8-2 libpopt0 1.6.4-4 libreadline4 4.1-2 libreadline5 4.3-5 libreadline6 5.1-5 libtiff4 3.6.0-5 libXft 2.1.6-1 libXft-devel 2.1.6-1 libXft1 1.0.0-1 libXft2 2.1.6-1 libxml2 2.6.26-1 login 1.9-7 m4 1.4.7-1 make 3.81-1 man 1.5p-1 mingw-runtime 3.10-1 minires 1.00-1 mktemp 1.5-3 ncurses 5.5-2 openssh 4.4p1-1 openssl 0.9.8d-1 openssl097 0.9.7l-1 pango 1.8.1-1 pango-runtime 1.8.1-1 pcre 6.6-1 perl 5.8.7-5 ping 1.0-1 python 2.4.3-1 robots 2.0-4 run 1.1.10-1 rxvt 20050409-3 rxvt-unicode-common 7.7-4 rxvt-unicode-X 7.7-4 sed 4.1.5-2 tar 1.16-1 tcltk 20060202-1 termcap 20050421-1 terminfo 5.5_20060323-1 texinfo 4.8-3 typespeed 0.4.4-2 vim 7.0.122-1 w32api 3.7-1 wget 1.10.2-1 which 1.7-1 X-start-menu-icons 1.0.4-1 X-startup-scripts 1.0.11-1 XFree86-lib-compat 4.3.0-2 xorg-x11-base 6.8.99.901-1 xorg-x11-bin 6.8.99.901-1 xorg-x11-bin-dlls 6.8.99.901-1 xorg-x11-bin-lndir 6.8.99.901-1 xorg-x11-devel 6.8.99.901-1 xorg-x11-etc 6.8.99.901-1 xorg-x11-f100 6.8.99.901-1 xorg-x11-fenc 6.8.99.901-1 xorg-x11-fnts 6.8.99.901-1 xorg-x11-fscl 6.8.99.901-1 xorg-x11-libs-data 6.8.99.901-1 xorg-x11-xwin 6.8.99.901-1 xterm 202-1 zlib 1.2.3-2 zsh 4.2.6-1 Use -h to see help about each section -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pechtcha@cs.nyu.edu Fri Nov 3 16:38:00 2006 From: pechtcha@cs.nyu.edu (Igor Peshansky) Date: Fri, 03 Nov 2006 16:38:00 -0000 Subject: Problems with terminal -tn setting TERM variable In-Reply-To: <17393e3e0611030723pef6ce97ka8a7e51bf43a56ca@mail.gmail.com> References: <17393e3e0610281903s3b8b70ebt1ffb6997ece472f6@mail.gmail.com> <17393e3e0611030723pef6ce97ka8a7e51bf43a56ca@mail.gmail.com> Message-ID: On Fri, 3 Nov 2006, Matt Wozniski wrote: > Sorry for the crosspost - I posted this on the Cygwin list last week, but > didn't get a response, and realized that it probably belonged better on > this list, so I'm trying again. > > I'm sorry if there's an easy solution that I haven't found yet, but > I'm wondering if anyone else is experiencing the same problem with > Cygwin/X's xterm as I am. xterm -tn doesn't seem to properly set up > the TERM variable. > > For example: > xterm -tn xterm-16color -e bash -c 'echo TERM=$TERM; read x' > > pops up a Cygwin/X xterm window containing > TERM=xterm > > Whereas > rxvt -tn xterm-16color -e bash -c 'echo TERM=$TERM; read x' > > pops up a Cygwin/X rxvt window containing > TERM=xterm-16color > > Can anyone else confirm this behavior, or offer a suggestion on how to > deal with this behavior? I want to use xterm, since I couldn't get > the same level of unicode support in rxvt cygwin native, rxvt cygwin x > unicode, or rxvt cygwin. I also don't want to explicitly set TERM in > one of my dot files, since I use the same ones on many computers. I can reproduce your particular testcase, not surprisingly. According to the xterm manpage, "This terminal type must exist in the terminal database (termcap or terminfo, depending on how xterm is built) and should have li# and co# entries. If the terminal type is not found, xterm uses the built-in list ``xterm'', ``vt102'', etc." "xterm -tn ansi" and "xterm -tn vt100" both work. You need to look at your terminal database and figure out why xterm is not picking it up. HTH, Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu | igor@watson.ibm.com ZZZzz /,`.-'`' -. ;-;;,_ Igor Peshansky, Ph.D. (name changed!) |,4- ) )-,_. ,\ ( `'-' old name: Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte." "But no -- you are no fool; you call yourself a fool, there's proof enough in that!" -- Rostand, "Cyrano de Bergerac" -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From tjgreen@cis.upenn.edu Fri Nov 3 17:07:00 2006 From: tjgreen@cis.upenn.edu (Todd J. Green) Date: Fri, 03 Nov 2006 17:07:00 -0000 Subject: compilation problems Message-ID: <85ad4bfe0611030907o6a9ad180sa548019d91b363ad@mail.gmail.com> Hi, I'm new to the mailing list and cygwin/x development. I followed the directions on http://x.cygwin.com/docs/cg/prog-build-native.html to produce a Standard Build, but 'make World' fails at a certain point: make[7]: Leaving directory `/x-devel/build/std/lib/GL/mesa/shader/slang/library' make[6]: Leaving directory `/x-devel/build/std/lib/GL/mesa/shader/slang' make[5]: Leaving directory `/x-devel/build/std/lib/GL/mesa/shader' make[4]: Leaving directory `/x-devel/build/std/lib/GL/mesa' cleaning in lib/GL/glx... make[4]: Entering directory `/x-devel/build/std/lib/GL/glx' Makefile:8: *** missing separator. Stop. make[4]: Leaving directory `/x-devel/build/std/lib/GL/glx' make[3]: *** [clean] Error 2 make[3]: Leaving directory `/x-devel/build/std/lib/GL' make[2]: *** [clean] Error 2 make[2]: Leaving directory `/x-devel/build/std/lib' make[1]: *** [clean] Error 2 make[1]: Leaving directory `/x-devel/build/std' make: *** [World] Error 2 Is this an innocuous error which I can safely work around it by running make with the -i flag, or is there something really wrong that I need to fix? Thanks, TJ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From mjw452@drexel.edu Fri Nov 3 18:02:00 2006 From: mjw452@drexel.edu (Matt Wozniski) Date: Fri, 03 Nov 2006 18:02:00 -0000 Subject: Problems with terminal -tn setting TERM variable In-Reply-To: References: <17393e3e0610281903s3b8b70ebt1ffb6997ece472f6@mail.gmail.com> <17393e3e0611030723pef6ce97ka8a7e51bf43a56ca@mail.gmail.com> Message-ID: <17393e3e0611031002w50ae41c5q5c7ed32906ef20f1@mail.gmail.com> On 11/3/06, Igor Peshansky wrote: > According to the xterm manpage, "This terminal type must exist in the > terminal database (termcap or terminfo, depending on how xterm is built) > and should have li# and co# entries. If the terminal type is not found, > xterm uses the built-in list ``xterm'', ``vt102'', etc." > > "xterm -tn ansi" and "xterm -tn vt100" both work. You need to look at > your terminal database and figure out why xterm is not picking it up. > HTH, > Igor > -- > http://cs.nyu.edu/~pechtcha/ > |\ _,,,---,,_ pechtcha@cs.nyu.edu | igor@watson.ibm.com > ZZZzz /,`.-'`' -. ;-;;,_ Igor Peshansky, Ph.D. (name changed!) > |,4- ) )-,_. ,\ ( `'-' old name: Igor Pechtchanski > '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! > > "Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte." > "But no -- you are no fool; you call yourself a fool, there's proof enough in > that!" -- Rostand, "Cyrano de Bergerac" > Well, mystery solved, it's using termcap instead of terminfo, but why would on earth would two Cygwin xterm packages (mine and Igor's) use two different terminal capability databases? The man page says that it depends on how it was built, but how could the two packages have been built differently? Igor: Does "grep '^xterm' /etc/termcap" give you more than just one line defining xterm-r6 and xterm? I'm just trying to figure out if yours is also using termcap and your termcap entry covers xterm-16color, or if yours is using terminfo like it ought to be. Thanks for any insight anyone can provide. ~Matt -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From peterskurt@msn.com Sat Nov 4 01:15:00 2006 From: peterskurt@msn.com (KURT PETERS) Date: Sat, 04 Nov 2006 01:15:00 -0000 Subject: problem starting - startxwin Message-ID: I get a similar "fatal error" as described below that asks me to submit this to your email address. I didn't see a solution online, so I thought I'd better submit the error. My /tmp/XWin.log is also attached below. I am using release 6.8.99.901-4 in Windows XP SP2 with only Windows Firewall running. http://www.mail-archive.com/cygwin-xfree@cygwin.com/msg16112.html >>>>>>>>Log File <<<<<<<<<<< _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel winAllocateFBShadowGDI - Creating DIB with width: 2560 height: 1024 depth: 32 winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32 null screen fn ReparentWindow null screen fn RestackWindow InitQueue - Calling pthread_mutex_init InitQueue - pthread_mutex_init returned InitQueue - Calling pthread_cond_init InitQueue - pthread_cond_init returned winInitMultiWindowWM - Hello winMultiWindowXMsgProc - Hello winInitMultiWindowWM - Calling pthread_mutex_lock () winMultiWindowXMsgProc - Calling pthread_mutex_lock () MIT-SHM extension disabled due to lack of kernel support XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000409" (00000409) (--) Using preset keyboard for "English (USA)" (409), type "4" (--) 5 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 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pechtcha@cs.nyu.edu Sat Nov 4 05:41:00 2006 From: pechtcha@cs.nyu.edu (Igor Peshansky) Date: Sat, 04 Nov 2006 05:41:00 -0000 Subject: Problems with terminal -tn setting TERM variable In-Reply-To: <17393e3e0611031002w50ae41c5q5c7ed32906ef20f1@mail.gmail.com> References: <17393e3e0610281903s3b8b70ebt1ffb6997ece472f6@mail.gmail.com> <17393e3e0611030723pef6ce97ka8a7e51bf43a56ca@mail.gmail.com> <17393e3e0611031002w50ae41c5q5c7ed32906ef20f1@mail.gmail.com> Message-ID: On Fri, 3 Nov 2006, Matt Wozniski wrote: > On 11/3/06, Igor Peshansky wrote: . Thanks. > > According to the xterm manpage, "This terminal type must exist in the > > terminal database (termcap or terminfo, depending on how xterm is > > built) and should have li# and co# entries. If the terminal type is > > not found, xterm uses the built-in list ``xterm'', ``vt102'', etc." > > > > "xterm -tn ansi" and "xterm -tn vt100" both work. You need to look at > > your terminal database and figure out why xterm is not picking it up. > > Well, mystery solved, it's using termcap instead of terminfo, but why > would on earth would two Cygwin xterm packages (mine and Igor's) use > two different terminal capability databases? The man page says that > it depends on how it was built, but how could the two packages have > been built differently? Umm, actually, what I said was that I *could* reproduce your behavior. My xterm also uses /etc/termcap. No mystery here. Both "ansi" and "vt100" are in /etc/termcap, and "xterm-16color" isn't. > Igor: Does "grep '^xterm' /etc/termcap" give you more than just one > line defining xterm-r6 and xterm? I'm just trying to figure out if > yours is also using termcap and your termcap entry covers > xterm-16color, or if yours is using terminfo like it ought to be. My termcap only has one entry for xterm. As for whether xterm should be using terminfo, you might want to ask the xterm maintainer to rebuild the package. HTH, Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu | igor@watson.ibm.com ZZZzz /,`.-'`' -. ;-;;,_ Igor Peshansky, Ph.D. (name changed!) |,4- ) )-,_. ,\ ( `'-' old name: Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte." "But no -- you are no fool; you call yourself a fool, there's proof enough in that!" -- Rostand, "Cyrano de Bergerac" -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From godlygeek@gmail.com Sat Nov 4 05:52:00 2006 From: godlygeek@gmail.com (Matt Wozniski) Date: Sat, 04 Nov 2006 05:52:00 -0000 Subject: Problems with terminal -tn setting TERM variable In-Reply-To: References: <17393e3e0610281903s3b8b70ebt1ffb6997ece472f6@mail.gmail.com> <17393e3e0611030723pef6ce97ka8a7e51bf43a56ca@mail.gmail.com> <17393e3e0611031002w50ae41c5q5c7ed32906ef20f1@mail.gmail.com> Message-ID: <17393e3e0611032151t10f900a2r3d5af446af73b54b@mail.gmail.com> Oh, I'm sorry, I misread. Well, then, that makes perfect sense. My mistake, Igor. :) Can anyone tell me who the xterm maintainer is? I was under the impression that the entirety of Cygwin/X is unmaintained. ~Matt On 11/4/06, Igor Peshansky wrote: > On Fri, 3 Nov 2006, Matt Wozniski wrote: > > > On 11/3/06, Igor Peshansky wrote: > > . Thanks. > > > > According to the xterm manpage, "This terminal type must exist in the > > > terminal database (termcap or terminfo, depending on how xterm is > > > built) and should have li# and co# entries. If the terminal type is > > > not found, xterm uses the built-in list ``xterm'', ``vt102'', etc." > > > > > > "xterm -tn ansi" and "xterm -tn vt100" both work. You need to look at > > > your terminal database and figure out why xterm is not picking it up. > > > > Well, mystery solved, it's using termcap instead of terminfo, but why > > would on earth would two Cygwin xterm packages (mine and Igor's) use > > two different terminal capability databases? The man page says that > > it depends on how it was built, but how could the two packages have > > been built differently? > > Umm, actually, what I said was that I *could* reproduce your behavior. > My xterm also uses /etc/termcap. No mystery here. Both "ansi" and > "vt100" are in /etc/termcap, and "xterm-16color" isn't. > > > Igor: Does "grep '^xterm' /etc/termcap" give you more than just one > > line defining xterm-r6 and xterm? I'm just trying to figure out if > > yours is also using termcap and your termcap entry covers > > xterm-16color, or if yours is using terminfo like it ought to be. > > My termcap only has one entry for xterm. > > As for whether xterm should be using terminfo, you might want to ask the > xterm maintainer to rebuild the package. > HTH, > Igor > -- > http://cs.nyu.edu/~pechtcha/ > |\ _,,,---,,_ pechtcha@cs.nyu.edu | igor@watson.ibm.com > ZZZzz /,`.-'`' -. ;-;;,_ Igor Peshansky, Ph.D. (name changed!) > |,4- ) )-,_. ,\ ( `'-' old name: Igor Pechtchanski > '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! > > "Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte." > "But no -- you are no fool; you call yourself a fool, there's proof enough in > that!" -- Rostand, "Cyrano de Bergerac" > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From gustavo.seabra@gmail.com Sat Nov 4 17:11:00 2006 From: gustavo.seabra@gmail.com (Gustavo Seabra) Date: Sat, 04 Nov 2006 17:11:00 -0000 Subject: update cygwin and now X wont start! In-Reply-To: References: Message-ID: On 11/2/06, Rafael Tapia wrote: > Hi Everyone, > Today I decided to update my cygwin (probably had not done it in about 3 > months) but now it just crashes on me when I try to start X. I did check > out mailing list archives and google but no dice. I can't seem to get it to > work again. > > I am trying to run this on WinXP SP2,on an IBM ThinkPad. Again I want to > make it clear that it was working this morning. I did not change any > network/firewall settings. I do have a firewall up but it was working fine > before the update. > > Here is the message I am getting: > [[ snip ]] Hi Rafael I had exactly the same error. In my case, it had exactly *nothing* to do with firewall, or Windows problems. It happened because I **used** X in the administrator account. (I work on a limited-rights user account, and use the adm account only for install/updates) When launch X as adm, the administrator takes ownership of the /tmp/.X11-unix/ directory, which I believe X needs to access to run. The solution was just to login as adm and change the ownership: adm$ cd /tmp adm$ chown __your_user_name__ .X11-unix After that, X works well *for that user*, as long as you don't try to use X as adm again. (BTW, this is an old issue with Cygwin/X. As a rule of thumb, one should avoid running it as administrator, unless that's how you want to keep using it... Unfortunately, Cygwin/X does not have a mainteiner now, so we don't know how long this "unducumented feature" will still be around.) HTH, Gustavo. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From bzag0@yahoo.com Mon Nov 6 19:05:00 2006 From: bzag0@yahoo.com (BZAG) Date: Mon, 06 Nov 2006 19:05:00 -0000 Subject: Cygwin/X Authentication Config Issue References: Message-ID: After ALOT of horsing around with this issue and trying to understand how all of this works, I finally zeroed in on my own problem which was, after all, documented somewhere. The issue is that the DISPLAY parameter CANNOT be set in any login shells on the remote X-client, EVEN IF IT IS THE SAME VALUE. If someone could actually explain this that would be great, because I've been trying to understand how this works for some time. My guess at it is this: Once the SSH tunnel is established, changing the DISPLAY environment via login script or interactively tries to bypass the tunnel and go its own way, even if the DISPLAY value is the same IP:displaynumber.screennumber as the one being used. To prove my point, ssh automatically sets DISPLAY to localhost:10.0 on the remote X-client, EVEN IF IT IS OVER THE NETWORK. This plays a bit of havoc with one's sensibilities, because localhost is normally the machine the interactive session is actually on. But because it is an SSH tunnel, the interactive session "remembers" that it is on your X-server's machine and NOT on your X-Client machine. So, the DISPLAY parameter that is actually IN your X-Client's environment is not REAL because of the tunnel, and setting it to the same value interactively actually DOES change it to the REAL localhost of your X-Client, thus destroying your connection to the tunnel. The big kicker for me is that I use PuTTY, and in the SSH-X11 section of PuTTY there are TWO entries. One is a check box for X11 Forwarding and the other is an X11 display location parameter. I had to REMOVE the "localhost:0" entry I had in the location parameter. I also tried "localhost:10" and that failed also. By deleting the entry altogether, the tunnel now works with PuTTY. The other related factoid is that all of this still comes over on port 6000. The fact that localhost:10 is used is neither here nor there as far as the port is concerned because the tunnel is already established before you logon. Anyone who plays with firewall logs will know that if you toy with the display number interactively on the remote server, it generally causes the remote machine to spit out on port 6000+displaynumber. This is NOT the case if you don't mess with the DISPLAY environment. KUDOS to the guys from MicroImages, because their X-server works without these difficulties, meaning it uses the DISPLAY parameter set on the X-Client to connect. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From riviere@iut-rodez.fr Mon Nov 6 19:24:00 2006 From: riviere@iut-rodez.fr (=?iso-8859-1?Q?Vincent_Rivi=E8re?=) Date: Mon, 06 Nov 2006 19:24:00 -0000 Subject: XDMCP pauses/delays Message-ID: <000001c701d9$45f4f180$9b00a8c0@amon> > I found that reverting to the previous build (possible, > though irritatingly difficult, using the setup tool) > solves the problems. I had the same problem. I use XDMCP to connect to a Gnome server. Everything worked ok, but after less than 1 minute of using some applications, the system was becoming non-responsive, with abnormal delays of 1 or 2 seconds, just by moving the mouse in the menus. I've just reverted to the old package xorg-x11-win 6.8.2.0-4 as you suggested, and it fixed the problem ! Thank you for the solution. Vincent -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From bzag0@yahoo.com Mon Nov 6 20:04:00 2006 From: bzag0@yahoo.com (BZAG) Date: Mon, 06 Nov 2006 20:04:00 -0000 Subject: Cygwin/X Authentication Config Issue References: Message-ID: BZAG yahoo.com> writes: > The other related factoid is that all of this still comes over on port 6000. > The fact that localhost:10 is used is neither here nor there as far as the port > is concerned because the tunnel is already established before you logon. > Anyone who plays with firewall logs will know that if you toy with the display > number interactively on the remote server, > it generally causes the remote machine to spit out on port 6000+displaynumber. > This is NOT the case if you don't mess with the DISPLAY environment. > I spoke a bit too soon about the port. The tunnel controls the port completely, so port 6000 doesn't even show up in the firewall. This makes sense, too, because all of the packets are using the SSH tunnel which is controlled under its own port. The fact that a netstat -n on the remote machne shows port 6010 on the localhost address is only an established listening post and is not used. The real traffic is going through the sshd tunnel and port. And none of this is sing any of the standard mechanisms for port forwarding (I am not using them in PuTTY, for example), just in case anyone is wondering. I'm done I hope. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From tjgreen@cis.upenn.edu Mon Nov 6 20:06:00 2006 From: tjgreen@cis.upenn.edu (Todd J. Green) Date: Mon, 06 Nov 2006 20:06:00 -0000 Subject: compilation problems In-Reply-To: <85ad4bfe0611030907o6a9ad180sa548019d91b363ad@mail.gmail.com> References: <85ad4bfe0611030907o6a9ad180sa548019d91b363ad@mail.gmail.com> Message-ID: <85ad4bfe0611061206n5f9ebb1cu8d1b78d5ed6bb626@mail.gmail.com> Anyone? Bueller? Bueller? I did a cvs update and another make World, and I still get the same error. TJ On 11/3/06, Todd J. Green wrote: > Hi, > > I'm new to the mailing list and cygwin/x development. I followed the > directions on http://x.cygwin.com/docs/cg/prog-build-native.html to > produce a Standard Build, but 'make World' fails at a certain point: > > make[7]: Leaving directory `/x-devel/build/std/lib/GL/mesa/shader/slang/library' > make[6]: Leaving directory `/x-devel/build/std/lib/GL/mesa/shader/slang' > make[5]: Leaving directory `/x-devel/build/std/lib/GL/mesa/shader' > make[4]: Leaving directory `/x-devel/build/std/lib/GL/mesa' > cleaning in lib/GL/glx... > make[4]: Entering directory `/x-devel/build/std/lib/GL/glx' > Makefile:8: *** missing separator. Stop. > make[4]: Leaving directory `/x-devel/build/std/lib/GL/glx' > make[3]: *** [clean] Error 2 > make[3]: Leaving directory `/x-devel/build/std/lib/GL' > make[2]: *** [clean] Error 2 > make[2]: Leaving directory `/x-devel/build/std/lib' > make[1]: *** [clean] Error 2 > make[1]: Leaving directory `/x-devel/build/std' > make: *** [World] Error 2 > > Is this an innocuous error which I can safely work around it by > running make with the -i flag, or is there something really wrong that > I need to fix? > > Thanks, > > TJ > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pechtcha@cs.nyu.edu Tue Nov 7 01:00:00 2006 From: pechtcha@cs.nyu.edu (Igor Peshansky) Date: Tue, 07 Nov 2006 01:00:00 -0000 Subject: Cygwin/X Authentication Config Issue In-Reply-To: References: Message-ID: On Mon, 6 Nov 2006, BZAG wrote: > After ALOT of horsing around with this issue and trying to understand > how all of this works, I finally zeroed in on my own problem which was, > after all, documented somewhere. > The issue is that the DISPLAY parameter CANNOT be set in any login > shells on the remote X-client, EVEN IF IT IS THE SAME VALUE. That is not true. If the value of DISPLAY is literally the same as what ssh sets it to, things work just fine. > If someone could actually explain this that would be great, because I've > been trying to understand how this works for some time. > > My guess at it is this: > > Once the SSH tunnel is established, changing the DISPLAY environment via > login script or interactively tries to bypass the tunnel and go its own > way, even if the DISPLAY value is the same IP:displaynumber.screennumber > as the one being used. Nope. When ssh tunnels X requests, it actually sets up a real X display. So, if your DISPLAY is set to something:10.0, you'll find something listening on port 6010. > To prove my point, ssh automatically sets DISPLAY to localhost:10.0 on > the remote X-client, EVEN IF IT IS OVER THE NETWORK. Of course. Since the ssh daemon sets up the X display on the machine you're connecting to, it wants all requests to go to the particular port on localhost, and will take care of forwarding the requests. If you set DISPLAY to the machine you're connecting from, ssh would have no way of intercepting the requests, and the X packets would go unsecured directly to your machine (and will fail to connect unless you allow it via xhost). > This plays a bit of havoc with one's sensibilities, because localhost is > normally the machine the interactive session is actually on. localhost is whatever machine the process is running on. In this case, it's the machine you've connected to via ssh. > But because it is an SSH tunnel, the interactive session "remembers" > that it is on your X-server's machine and NOT on your X-Client machine. The interactive session actually runs on the X client machine. This is a normal role reversal in the X world -- the machine that shows the windows is the server, and the machine running the applications that display the windows is the client (which is the exact opposite of the ssh server/client roles). > So, the DISPLAY parameter that is actually IN your X-Client's > environment is not REAL because of the tunnel, and setting it to the > same value interactively actually DOES change it to the REAL localhost > of your X-Client, thus destroying your connection to the tunnel. The DISPLAY parameter is real, but you have to be careful to set it to EXACTLY the same value as what ssh would have set it to. Note that ssh sometimes selects the first available display value on the remote machine, which may not be 10. To make things worse, there are *two* DISPLAY values to consider: one you set on the local machine before running ssh, and the other that ssh sets automatically in the shell on the remote machine. > The big kicker for me is that I use PuTTY, and in the SSH-X11 section of > PuTTY there are TWO entries. > One is a check box for X11 Forwarding and the other is an X11 display > location parameter. The X11 display location here is most likely the former (i.e., the DISPLAY that the X server is exposing locally). I can't be sure, as I don't use PuTTY. > I had to REMOVE the "localhost:0" entry I had in the location parameter. This means that you probably don't run the X server on display 0. DISPLAY settings are very sensitive to the literal values, so you may actually need to set it to "localhost:0.0" or something similar. > I also tried "localhost:10" and that failed also. Of course. People normally don't run X on display 10. > By deleting the entry altogether, the tunnel now works with PuTTY. This may be because PuTTY defaults to "localhost:0.0", or it may be because DISPLAY is set in the environment before PuTTY starts... > The other related factoid is that all of this still comes over on port > 6000. On a local machine, yes. > The fact that localhost:10 is used is neither here nor there as far as > the port is concerned because the tunnel is already established before > you logon. Try doing a "netstat -a" on the remote machine -- you'll see something listening on port 6010 there. Locally, port 6010 is not used, since your local X server is using port 6000. > Anyone who plays with firewall logs will know that if you toy with the > display number interactively on the remote server, it generally causes > the remote machine to spit out on port 6000+displaynumber. This is NOT > the case if you don't mess with the DISPLAY environment. > > KUDOS to the guys from MicroImages, because their X-server works without > these difficulties, meaning it uses the DISPLAY parameter set on the > X-Client to connect. Huh? It may just be that MicroImages treats "localhost:0" as equivalent to "localhost:0.0"... Hope this clarifies things for you, Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu | igor@watson.ibm.com ZZZzz /,`.-'`' -. ;-;;,_ Igor Peshansky, Ph.D. (name changed!) |,4- ) )-,_. ,\ ( `'-' old name: Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte." "But no -- you are no fool; you call yourself a fool, there's proof enough in that!" -- Rostand, "Cyrano de Bergerac" -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From hmishra@purdue.edu Tue Nov 7 15:30:00 2006 From: hmishra@purdue.edu (Himanshu) Date: Tue, 07 Nov 2006 15:30:00 -0000 Subject: Fatal Error with Cygwin usage Message-ID: <1162913406.4550a67eae7cb@webmail.purdue.edu> Hi, i just downloaded the freeware software with the x11 feature. When i type 'startx' command, the program seems to run, but ends up giving me a Fatal error message saying: A fatal error has occured and Cygwin/X will now exit. Please open /tmp.XWin.log for more imformation. please guide. himanshu -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pechtcha@cs.nyu.edu Tue Nov 7 15:55:00 2006 From: pechtcha@cs.nyu.edu (Igor Peshansky) Date: Tue, 07 Nov 2006 15:55:00 -0000 Subject: Cygwin/X Authentication Config Issue In-Reply-To: References: Message-ID: . I set my Reply-To: for a reason -- please make sure your mailer respects it. Thanks. Also, reformatted. More below. On Mon, 6 Nov 2006, Bob Zagarello wrote: > -----Original Message----- > From: Igor Peshansky [mailto:pechtcha@XX.XXX.XXX] > Sent: Monday, November 06, 2006 8:00 PM > To: BZAG > Cc: cygwin-xfree@XXXXXX.XXX . Thanks. > Subject: Re: Cygwin/X Authentication Config Issue > > > On Mon, 6 Nov 2006, BZAG wrote: > > > > > After ALOT of horsing around with this issue and trying to understand > > > how all of this works, I finally zeroed in on my own problem which was, > > > after all, documented somewhere. > > > The issue is that the DISPLAY parameter CANNOT be set in any login > > > shells on the remote X-client, EVEN IF IT IS THE SAME VALUE. > > > > That is not true. If the value of DISPLAY is literally the same as what > > ssh sets it to, things work just fine. > > > > > If someone could actually explain this that would be great, because I've > > > been trying to understand how this works for some time. > > > > > > My guess at it is this: > > > > > > Once the SSH tunnel is established, changing the DISPLAY environment via > > > login script or interactively tries to bypass the tunnel and go its own > > > way, even if the DISPLAY value is the same IP:displaynumber.screennumber > > > as the one being used. > > > > Nope. When ssh tunnels X requests, it actually sets up a real X display. > > So, if your DISPLAY is set to something:10.0, you'll find something > > listening on port 6010. > > > > > To prove my point, ssh automatically sets DISPLAY to localhost:10.0 on > > > the remote X-client, EVEN IF IT IS OVER THE NETWORK. > > > > Of course. Since the ssh daemon sets up the X display on the machine > > you're connecting to, it wants all requests to go to the particular port > > on localhost, and will take care of forwarding the requests. If you set > > DISPLAY to the machine you're connecting from, ssh would have no way of > > intercepting the requests, and the X packets would go unsecured directly > > to your machine (and will fail to connect unless you allow it via xhost). > > > > > This plays a bit of havoc with one's sensibilities, because localhost is > > > normally the machine the interactive session is actually on. > > > > localhost is whatever machine the process is running on. In this case, > > it's the machine you've connected to via ssh. > > > > > But because it is an SSH tunnel, the interactive session "remembers" > > > that it is on your X-server's machine and NOT on your X-Client machine. > > > > The interactive session actually runs on the X client machine. This is a > > normal role reversal in the X world -- the machine that shows the windows > > is the server, and the machine running the applications that display the > > windows is the client (which is the exact opposite of the ssh > > server/client roles). > > > > > So, the DISPLAY parameter that is actually IN your X-Client's > > > environment is not REAL because of the tunnel, and setting it to the > > > same value interactively actually DOES change it to the REAL localhost > > > of your X-Client, thus destroying your connection to the tunnel. > > > > The DISPLAY parameter is real, but you have to be careful to set it to > > EXACTLY the same value as what ssh would have set it to. Note that ssh > > sometimes selects the first available display value on the remote machine, > > which may not be 10. To make things worse, there are *two* DISPLAY values > > to consider: one you set on the local machine before running ssh, and the > > other that ssh sets automatically in the shell on the remote machine. > > > > > The big kicker for me is that I use PuTTY, and in the SSH-X11 section of > > > PuTTY there are TWO entries. > > > One is a check box for X11 Forwarding and the other is an X11 display > > > location parameter. > > > > The X11 display location here is most likely the former (i.e., the DISPLAY > > that the X server is exposing locally). I can't be sure, as I don't use > > PuTTY. > > > > > I had to REMOVE the "localhost:0" entry I had in the location parameter. > > > > This means that you probably don't run the X server on display 0. DISPLAY > > settings are very sensitive to the literal values, so you may actually > > need to set it to "localhost:0.0" or something similar. > > > > > I also tried "localhost:10" and that failed also. > > > > Of course. People normally don't run X on display 10. > > > > > By deleting the entry altogether, the tunnel now works with PuTTY. > > > > This may be because PuTTY defaults to "localhost:0.0", or it may be > > because DISPLAY is set in the environment before PuTTY starts... > > > > > The other related factoid is that all of this still comes over on port > > > 6000. > > > > On a local machine, yes. > > > > > The fact that localhost:10 is used is neither here nor there as far as > > > the port is concerned because the tunnel is already established before > > > you logon. > > > > Try doing a "netstat -a" on the remote machine -- you'll see something > > listening on port 6010 there. Locally, port 6010 is not used, since your > > local X server is using port 6000. > > > > > Anyone who plays with firewall logs will know that if you toy with the > > > display number interactively on the remote server, it generally causes > > > the remote machine to spit out on port 6000+displaynumber. This is NOT > > > the case if you don't mess with the DISPLAY environment. > > > > > > KUDOS to the guys from MicroImages, because their X-server works without > > > these difficulties, meaning it uses the DISPLAY parameter set on the > > > X-Client to connect. > > > > Huh? It may just be that MicroImages treats "localhost:0" as equivalent > > to "localhost:0.0"... > > > > Hope this clarifies things for you, > > Well, all I can say is that it didn't work when I set the display param. Again, it matters *where* you set DISPLAY and what you set it to. If you're talking about PuTTY's DISPLAY param, it needs to be set to whatever display the local X server is running on (which is usually "localhost:0.0" for Cygwin/X -- note the ".0"). On the remote machine, it needs to be set *exactly* to what ssh originally set it to -- but there is nothing magic about the value. > Once I took it out of my login script and stopped trying to change it, > it worked. There is a possibility of setting or not setting the screen > number to zero, and perhaps this was an issue. Exactly. Some X servers are more sensitive to this than others, Cygwin/X being one of the more sensitive ones. > Also, there is absolutely no record of port 60xx packets in the windows > firewall log (it's actually Sygate) once the display param was not used > - it all got pumped through the ssh tunnel - and I had been seeing them > when it *wasn't* working. Perhaps the firewall does not log packets to open ports... Or something else was in play. But ssh is not a magic program -- it uses the X protocol for capturing packets to forward, just like any other X server. > Note my last reply in that thread. The only other issue was > localhost:10. Display number 10 was the param being used and set by the > tunnel for this particular remote host or session, which is what I > didn't muck with to get it working. > > Thanks for the comments ! I will spend some time teasing this one out > based on them. There are a few documents on the net explaining in detail how ssh X forwarding works. Enjoy. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu | igor@watson.ibm.com ZZZzz /,`.-'`' -. ;-;;,_ Igor Peshansky, Ph.D. (name changed!) |,4- ) )-,_. ,\ ( `'-' old name: Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte." "But no -- you are no fool; you call yourself a fool, there's proof enough in that!" -- Rostand, "Cyrano de Bergerac" -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jrdepriest@gmail.com Tue Nov 7 18:01:00 2006 From: jrdepriest@gmail.com (DePriest, Jason R.) Date: Tue, 07 Nov 2006 18:01:00 -0000 Subject: Fatal Error with Cygwin usage In-Reply-To: <1162913406.4550a67eae7cb@webmail.purdue.edu> References: <1162913406.4550a67eae7cb@webmail.purdue.edu> Message-ID: <31b7d2790611071001h1644457du7eff1f78ad560f34@mail.gmail.com> On 11/7/06, Himanshu wrote: > A fatal error has occured and Cygwin/X will now exit. Please open /tmp.XWin.log > for more imformation. Without posting the entire contents of /tmp.XWin.log, can you tell the group if you found anything useful there, such as what is the actual error is being caused by? Thank you, -Jason -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jim.drash@gmail.com Tue Nov 7 18:05:00 2006 From: jim.drash@gmail.com (Jim Drash) Date: Tue, 07 Nov 2006 18:05:00 -0000 Subject: Fatal Error with Cygwin usage In-Reply-To: <1162913406.4550a67eae7cb@webmail.purdue.edu> References: <1162913406.4550a67eae7cb@webmail.purdue.edu> Message-ID: <61f6f4390611071005i5ef7a2a5mcc464fcd872847f8@mail.gmail.com> Did you read any of the on-line documentation? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From marco_filato79@hotmail.it Wed Nov 8 15:37:00 2006 From: marco_filato79@hotmail.it (Marco Filato) Date: Wed, 08 Nov 2006 15:37:00 -0000 Subject: grass download Message-ID: Hello and sorry for disturbing you, I'm trying to download Grass 6.0.2. for Windows, So form the instructions described here: http://geni.ath.cx/grass.html#toc5 I made the first 6 step (download cygwin...) The7 point is Copy grass 60.batinto c:\cygwin...I did it and afterwards I run it....I expect now to be able to work in Grass while it appears a window with: A fatal error has occurred and Cygwin/X will not exit Please open /tmp/XWin.log So I opened it and: Fatal server error: Cannot establish any listening sockets - Make sure an X server isn't already running I don'hav ean idea of the problem, my be you help me (I find your mail-address in the same window).. Thanlk you a lot Greetings Michele _________________________________________________________________ Idee per i tuoi viaggi... http://search.live.com/results.aspx?q=viaggi&mkt=it-it&FORM=LVSP&go.x=18&go.y=15 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jofferman@gmail.com Wed Nov 8 16:44:00 2006 From: jofferman@gmail.com (J. Offerman) Date: Wed, 08 Nov 2006 16:44:00 -0000 Subject: Xserver compilation error Message-ID: <9b83ffd90611080844m623fafbeg7310afea75b3ad0d@mail.gmail.com> Attached is the result of doing "tail -100 World.log". Before doing the build, I checked out the latest x sources and did the cygwin updates. I used to be able to build it. What's wrong? Can somebody help me? -------------- next part -------------- gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I/usr/include/freetype2 -I/usr/include/freetype2/config -I../../exports/include/X11 -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256 -DXResExtension -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -DFREETYPE2 -DXFREE86_FT2 -D_DLL xftcfg.c rm -f xftcolor.o gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I/usr/include/freetype2 -I/usr/include/freetype2/config -I../../exports/include/X11 -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256 -DXResExtension -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -DFREETYPE2 -DXFREE86_FT2 -D_DLL xftcolor.c rm -f xftcore.o gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I/usr/include/freetype2 -I/usr/include/freetype2/config -I../../exports/include/X11 -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256 -DXResExtension -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -DFREETYPE2 -DXFREE86_FT2 -D_DLL xftcore.c rm -f xftdbg.o gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I/usr/include/freetype2 -I/usr/include/freetype2/config -I../../exports/include/X11 -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256 -DXResExtension -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -DFREETYPE2 -DXFREE86_FT2 -D_DLL xftdbg.c rm -f xftdpy.o gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I/usr/include/freetype2 -I/usr/include/freetype2/config -I../../exports/include/X11 -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256 -DXResExtension -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -DFREETYPE2 -DXFREE86_FT2 -D_DLL xftdpy.c rm -f xftdraw.o gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I/usr/include/freetype2 -I/usr/include/freetype2/config -I../../exports/include/X11 -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256 -DXResExtension -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -DFREETYPE2 -DXFREE86_FT2 -D_DLL xftdraw.c rm -f xftextent.o gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I/usr/include/freetype2 -I/usr/include/freetype2/config -I../../exports/include/X11 -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256 -DXResExtension -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -DFREETYPE2 -DXFREE86_FT2 -D_DLL xftextent.c rm -f xftfont.o gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I/usr/include/freetype2 -I/usr/include/freetype2/config -I../../exports/include/X11 -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256 -DXResExtension -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -DFREETYPE2 -DXFREE86_FT2 -D_DLL xftfont.c rm -f xftfs.o gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I/usr/include/freetype2 -I/usr/include/freetype2/config -I../../exports/include/X11 -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256 -DXResExtension -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -DFREETYPE2 -DXFREE86_FT2 -D_DLL xftfs.c rm -f xftinit.o gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I/usr/include/freetype2 -I/usr/include/freetype2/config -I../../exports/include/X11 -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256 -DXResExtension -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -DFREETYPE2 -DXFREE86_FT2 -D_DLL xftinit.c rm -f xftlist.o gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I/usr/include/freetype2 -I/usr/include/freetype2/config -I../../exports/include/X11 -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256 -DXResExtension -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -DFREETYPE2 -DXFREE86_FT2 -D_DLL xftlist.c rm -f xftmatch.o gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I/usr/include/freetype2 -I/usr/include/freetype2/config -I../../exports/include/X11 -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256 -DXResExtension -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -DFREETYPE2 -DXFREE86_FT2 -D_DLL xftmatch.c rm -f xftmatrix.o gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I/usr/include/freetype2 -I/usr/include/freetype2/config -I../../exports/include/X11 -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256 -DXResExtension -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -DFREETYPE2 -DXFREE86_FT2 -D_DLL xftmatrix.c rm -f xftname.o gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I/usr/include/freetype2 -I/usr/include/freetype2/config -I../../exports/include/X11 -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256 -DXResExtension -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -DFREETYPE2 -DXFREE86_FT2 -D_DLL xftname.c rm -f xftpat.o gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I/usr/include/freetype2 -I/usr/include/freetype2/config -I../../exports/include/X11 -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256 -DXResExtension -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -DFREETYPE2 -DXFREE86_FT2 -D_DLL xftpat.c rm -f xftstr.o gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I/usr/include/freetype2 -I/usr/include/freetype2/config -I../../exports/include/X11 -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256 -DXResExtension -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -DFREETYPE2 -DXFREE86_FT2 -D_DLL xftstr.c rm -f xftxlfd.o gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I/usr/include/freetype2 -I/usr/include/freetype2/config -I../../exports/include/X11 -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256 -DXResExtension -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -DFREETYPE2 -DXFREE86_FT2 -D_DLL xftxlfd.c rm -f xftfreetype.o gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I/usr/include/freetype2 -I/usr/include/freetype2/config -I../../exports/include/X11 -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256 -DXResExtension -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -DFREETYPE2 -DXFREE86_FT2 -D_DLL xftfreetype.c rm -f xftglyphs.o gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I/usr/include/freetype2 -I/usr/include/freetype2/config -I../../exports/include/X11 -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256 -DXResExtension -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -DFREETYPE2 -DXFREE86_FT2 -D_DLL xftglyphs.c rm -f xftrender.o gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I/usr/include/freetype2 -I/usr/include/freetype2/config -I../../exports/include/X11 -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256 -DXResExtension -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -DFREETYPE2 -DXFREE86_FT2 -D_DLL xftrender.c rm -f xftdir.o gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I/usr/include/freetype2 -I/usr/include/freetype2/config -I../../exports/include/X11 -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256 -DXResExtension -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -DFREETYPE2 -DXFREE86_FT2 -D_DLL xftdir.c rm -f libXft-1.dll.a rm -f cygXft-1.dll gcc -shared -Wl,--out-implib=libXft-1.dll.a -Wl,--enable-auto-import,--enable-runtime-pseudo-reloc -Wl,--exclude-libs,ALL -o cygXft-1.dll xftcfg.o xftcolor.o xftcore.o xftdbg.o xftdpy.o xftdraw.o xftextent.o xftfont.o xftfs.o xftinit.o xftlist.o xftmatch.o xftmatrix.o xftname.o xftpat.o xftstr.o xftxlfd.o xftfreetype.o xftglyphs.o xftrender.o xftdir.o -L../../exports/lib -lXrender -lXext -lX11 -lfontconfig -lexpat -lfreetype xftcfg.o:xftcfg.c:(.text+0x1c): undefined reference to `_FcConfigSubstitute' xftcfg.o:xftcfg.c:(.text+0x35): undefined reference to `_FcConfigSubstitute' xftdbg.o:xftdbg.c:(.text+0x5): undefined reference to `_FcFontSetPrint' xftdbg.o:xftdbg.c:(.text+0x15): undefined reference to `_FcPatternPrint' xftdbg.o:xftdbg.c:(.text+0x25): undefined reference to `_FcValuePrint' xftfs.o:xftfs.c:(.text+0x5): undefined reference to `_FcFontSetCreate' xftfs.o:xftfs.c:(.text+0x15): undefined reference to `_FcFontSetDestroy' xftfs.o:xftfs.c:(.text+0x25): undefined reference to `_FcFontSetAdd' xftinit.o:xftinit.c:(.text+0x21): undefined reference to `_FcInit' xftlist.o:xftlist.c:(.text+0x3f): undefined reference to `_FcObjectSetCreate' xftlist.o:xftlist.c:(.text+0x58): undefined reference to `_FcObjectSetAdd' xftlist.o:xftlist.c:(.text+0x8b): undefined reference to `_FcObjectSetDestroy' xftlist.o:xftlist.c:(.text+0xaf): undefined reference to `_FcObjectSetCreate' xftlist.o:xftlist.c:(.text+0xc8): undefined reference to `_FcObjectSetAdd' xftlist.o:xftlist.c:(.text+0xfb): undefined reference to `_FcObjectSetDestroy' xftlist.o:xftlist.c:(.text+0x13a): undefined reference to `_FcFontSetList' xftlist.o:xftlist.c:(.text+0x30d): undefined reference to `_FcPatternCreate' xftlist.o:xftlist.c:(.text+0x37c): undefined reference to `_FcPatternAdd' xftlist.o:xftlist.c:(.text+0x388): undefined reference to `_FcPatternDestroy' xftlist.o:xftlist.c:(.text+0x39f): undefined reference to `_FcObjectSetCreate' xftlist.o:xftlist.c:(.text+0x3b8): undefined reference to `_FcObjectSetAdd' xftlist.o:xftlist.c:(.text+0x434): undefined reference to `_FcObjectSetDestroy' xftlist.o:xftlist.c:(.text+0x5): undefined reference to `_FcObjectSetCreate' xftlist.o:xftlist.c:(.text+0x15): undefined reference to `_FcObjectSetAdd' xftlist.o:xftlist.c:(.text+0x25): undefined reference to `_FcObjectSetDestroy' xftmatch.o:xftmatch.c:(.text+0x2a): undefined reference to `_FcFontSetMatch' xftname.o:xftname.c:(.text+0x1e): undefined reference to `_FcNameUnparse' xftname.o:xftname.c:(.text+0x5): undefined reference to `_FcNameParse' xftname.o:xftname.c:(.text+0x75): undefined reference to `_FcNameConstant' xftpat.o:xftpat.c:(.text+0x468): undefined reference to `_FcPatternAdd' xftpat.o:xftpat.c:(.text+0x48e): undefined reference to `_FcPatternDestroy' xftpat.o:xftpat.c:(.text+0x4a4): undefined reference to `_FcPatternCreate' xftpat.o:xftpat.c:(.text+0x536): undefined reference to `_FcPatternAdd' xftpat.o:xftpat.c:(.text+0x570): undefined reference to `_FcPatternCreate' xftpat.o:xftpat.c:(.text+0x584): undefined reference to `_FcPatternDestroy' xftpat.o:xftpat.c:(.text+0x5): undefined reference to `_FcPatternCreate' xftpat.o:xftpat.c:(.text+0x15): undefined reference to `_FcValueDestroy' xftpat.o:xftpat.c:(.text+0x25): undefined reference to `_FcPatternDestroy' xftpat.o:xftpat.c:(.text+0x35): undefined reference to `_FcPatternAdd' xftpat.o:xftpat.c:(.text+0x45): undefined reference to `_FcPatternDel' xftpat.o:xftpat.c:(.text+0x1e5): undefined reference to `_FcPatternGet' xftpat.o:xftpat.c:(.text+0x3c2): undefined reference to `_FcPatternInsertElt' xftpat.o:xftpat.c:(.text+0x3ce): undefined reference to `_FcPatternFindElt' xftpat.o:xftpat.c:(.text+0x3e5): undefined reference to `_FcPatternDuplicate' xftfreetype.o:xftfreetype.c:(.text+0xd88): undefined reference to `_FcConfigGetFonts' Creating library file: libXft-1.dll.a collect2: ld returned 1 exit status make[4]: *** [cygXft-1.dll] Error 1 make[4]: Leaving directory `/usr/src/xc/lib/Xft1' make[3]: *** [all] Error 2 make[3]: Leaving directory `/usr/src/xc/lib' make[2]: *** [all] Error 2 make[2]: Leaving directory `/usr/src/xc' make[1]: *** [World] Error 2 make[1]: Leaving directory `/usr/src/xc' make: *** [World] Error 2 -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jofferman@gmail.com Wed Nov 8 17:26:00 2006 From: jofferman@gmail.com (J. Offerman) Date: Wed, 08 Nov 2006 17:26:00 -0000 Subject: Xserver compilation error In-Reply-To: <9b83ffd90611080844m623fafbeg7310afea75b3ad0d@mail.gmail.com> References: <9b83ffd90611080844m623fafbeg7310afea75b3ad0d@mail.gmail.com> Message-ID: <9b83ffd90611080926r9b0b423me54400e20641322b@mail.gmail.com> I think this is the same fontconfig issue as described in this. http://cygwin.com/ml/cygwin/2006-11/msg00102.html So I guess I'll wait for the fontconfig announcement. JO On 11/8/06, J. Offerman wrote: > Attached is the result of doing "tail -100 World.log". > Before doing the build, I checked out the latest x sources and did the > cygwin updates. I used to be able to build it. > > What's wrong? Can somebody help me? > > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From bkeener@thesoftwaresource.com Wed Nov 8 17:46:00 2006 From: bkeener@thesoftwaresource.com (Brian Keener) Date: Wed, 08 Nov 2006 17:46:00 -0000 Subject: Using X via ssh from one windows machine to another Message-ID: I'm stumped - I have tried googling cygwin.com for references to this problem and I am sure it has been discussed there before but I haven't hit on the correct keywords yet. I have Cygwin and X installed and from a bash prompt I can: BrianK@atl-lt-5783 ~ $ X -clipboard& [1] 3632 BrianK@atl-lt-5783 ~ $ DISPLAY=:0.0;export DISPLAY BrianK@atl-lt-5783 ~ $ twm& [2] 2484 BrianK@atl-lt-5783 ~ $ winProcEstablishConnection - Hello winInitClipboard () winClipboardProc - Hello winProcEstablishConnection - winInitClipboard returned. DetectUnicodeSupport - Windows NT/2000/XP winClipboardProc - DISPLAY=127.0.0.1:0.0 winClipboardProc - XOpenDisplay () returned and successfully opened the display. winProcSetSelectionOwner - Clipboard not yet started, aborting. winProcSetSelectionOwner - Clipboard not yet started, aborting. I will now have a nice X Desktop and can start additional additional programs and connections like: BrianK@atl-lt-5783 ~ $ xterm -bg blue -fg white & I will get an xterm on my Xdesktop for this computer. I can also use ssh to connect to a VMware linux machine on this same machine or others as in : BrianK@atl-lt-5783 ~ $ ssh -X -f -l briank atl-lt-5783-lnx xterm -fg grey -bg midnightblue -cr red or $ ssh -X -f -l briank softsrc-vm-lnx xterm -fg grey -bg midnightblue -cr red I will get xterm sessions on my Xdesktop connected to either of these 2 linux machines but if I try to connect to my current workstation or another windows machine (either of which is running sshd as a service) the connection will fail: $ ssh -X -f -l briank atl-lt-5783 xterm -fg grey -bg midnightblue -cr red or $ ssh -X -f -l briank softsrc-vm xterm -fg grey -bg midnightblue -cr red ssh will actually ask for the password but then return to a command prompt. If I instead do a : $ ssh -X -l BrianK atl-lt-5783 or $ ssh -X -l BrianK softsrc-vm You have to remove the -f option since I am not specifying a program to run name and I will get a bash session on these two machines but if I then try to run xterm I will get an unable to open display error: BrianK@atl-lt-5783 ~ $ ssh -X -l BrianK atl-lt-5783 Enter passphrase for key '/home/BrianK/.ssh/id_rsa': Last login: Wed Nov 8 12:23:56 2006 from atl-lt-5783.fultonpaper.com Fanfare!!! You are successfully logged in to this server!!! BrianK@atl-lt-5783 ~ $ echo $DISPLAY BrianK@atl-lt-5783 ~ $ xterm xterm Xt error: Can't open display: xterm: DISPLAY is not set BrianK@atl-lt-5783 ~ $ granted in this case I am connecting to the same machine but even when I try this same scenario against the softsrc-vm machine I get the same result. Shouldn't the DISPLAY have been set by ssh. I did notice my CYGWIN= is env is set to 'ntsec' only and I seem to recall something about it should be set for 'ntsec tty'. Can someone point me to what I am missing here. Like I say the Windows to Linux works great - just having trouble with the to Windows (either Windows to Windows or Linux to Windows) because I also tried from Linux to one of these Windows systems and cannot connect there either. As a side note out of curiosity - why do I sometimes get these lines during twm startup: winProcSetSelectionOwner - Clipboard not yet started, aborting. winProcSetSelectionOwner - Clipboard not yet started, aborting. But then sometimes I do not get the above but instead one indicating success. Thanks for any and all insights and suggestions. bk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From bkeener@thesoftwaresource.com Thu Nov 9 17:25:00 2006 From: bkeener@thesoftwaresource.com (Brian Keener) Date: Thu, 09 Nov 2006 17:25:00 -0000 Subject: Using X via ssh from one windows machine to another In-Reply-To: References: Message-ID: hmm no hints - keep googling I guess. I'm sure it must be a security/config issue - xhost or xauth issue somewhere - just haven't found the magic key yet since it works from Windows to my two linux machines. Maybe wrong group - maybe should have been cygwin-apps for ssh even though I thought it was an X issue and belonged here? hmmm thanks bk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Thu Nov 9 18:43:00 2006 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Thu, 09 Nov 2006 18:43:00 -0000 Subject: Using X via ssh from one windows machine to another In-Reply-To: References: Message-ID: <455376D3.2060405@cygwin.com> Brian Keener wrote: > hmm no hints - keep googling I guess. I'm sure it must be a security/config > issue - xhost or xauth issue somewhere - just haven't found the magic key yet > since it works from Windows to my two linux machines. > > Maybe wrong group - maybe should have been cygwin-apps for ssh even though I > thought it was an X issue and belonged here? hmmm I believe you have the proper group. cygwin-apps is for packaging issues and 'setup.exe' problems. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From cgf-no-personal-reply-please@cygwin.com Thu Nov 9 18:56:00 2006 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Thu, 09 Nov 2006 18:56:00 -0000 Subject: Using X via ssh from one windows machine to another In-Reply-To: References: Message-ID: <20061109185621.GB22312@trixie.casa.cgf.cx> On Thu, Nov 09, 2006 at 12:25:13PM -0500, Brian Keener wrote: >hmm no hints - keep googling I guess. I'm sure it must be a >security/config issue - xhost or xauth issue somewhere - just haven't >found the magic key yet since it works from Windows to my two linux >machines. > >Maybe wrong group - maybe should have been cygwin-apps for ssh even >though I thought it was an X issue and belonged here? hmmm Sending this kind of question to cygwin-apps would be a sure-fire way to get you unsubscribed from cygwin-apps. It is not appropriate for that list. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From bkeener@thesoftwaresource.com Thu Nov 9 20:54:00 2006 From: bkeener@thesoftwaresource.com (Brian Keener) Date: Thu, 09 Nov 2006 20:54:00 -0000 Subject: Using X via ssh from one windows machine to another In-Reply-To: <20061109185621.GB22312@trixie.casa.cgf.cx> References: <20061109185621.GB22312@trixie.casa.cgf.cx> Message-ID: Christopher Faylor wrote: > Sending this kind of question to cygwin-apps would be a sure-fire way to > get you unsubscribed from cygwin-apps. It is not appropriate for that > list. As you already knew - you are correct - upon rereading I see my error. I was thinking simply in terms of "apps" - my apologies for the confusion. I should make a note to myself to reread the list descriptions periodically or at least before I suggest a post so I remain clear headed. bk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From ociretsih@yahoo.com Sat Nov 11 16:50:00 2006 From: ociretsih@yahoo.com (Fernando Mauricio) Date: Sat, 11 Nov 2006 16:50:00 -0000 Subject: Failed build of Cygwin/X Message-ID: <563529.50862.qm@web51011.mail.yahoo.com> I'm trying to build Cygwin/X, but I think there is some library missing in my installation of Cygwin because make World fails with an error gcc -shared -Wl,--out-implib=libXft-1.dll.a -Wl,--enable-auto-import,--enable-runtime-pseudo-reloc -Wl,--exclude-libs,ALL -o cygXft-1.dll xftcfg.o xftcolor.o xftcore.o xftdbg.o xftdpy.o xftdraw.o xftextent.o xftfont.o xftfs.o xftinit.o xftlist.o xftmatch.o xftmatrix.o xftname.o xftpat.o xftstr.o xftxlfd.o xftfreetype.o xftglyphs.o xftrender.o xftdir.o -L../../exports/lib -lXrender -lXext -lX11 -lfontconfig -lexpat -lfreetype xftcfg.o:xftcfg.c:(.text+0x1c): undefined reference to `_FcConfigSubstitute' xftcfg.o:xftcfg.c:(.text+0x35): undefined reference to `_FcConfigSubstitute' ... ... xftfreetype.o:xftfreetype.c:(.text+0xd88): undefined reference to `_FcConfigGetFonts' Creating library file: libXft-1.dll.a collect2: ld returned 1 exit status make[4]: *** [cygXft-1.dll] Error 1 Any idea how to complete the build? Thank you ____________________________________________________________________________________ Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From cygwin@cwilson.fastmail.fm Sat Nov 11 21:03:00 2006 From: cygwin@cwilson.fastmail.fm (Charles Wilson) Date: Sat, 11 Nov 2006 21:03:00 -0000 Subject: gtk2/glib version mismatch? Message-ID: <45563A80.60201@cwilson.fastmail.fm> The current version of glib2 on cygwin is 2.10.3-1. The current version of gtk2 on cygwin is 2.6.10-1. gtk2 (prior to 2.8.x) uses the GMemChunk interface. 2.8.x and later use the "slice" allocator. glib-2.10.x deprecates the GMemChunk interface: #if !defined (G_DISABLE_DEPRECATED) || defined (GTK_COMPILATION) || defined (GDK_COMPILATION) typedef struct _GAllocator GAllocator; typedef struct _GMemChunk GMemChunk; ... Now, this causes no problems when building gtk2(2.6.x) *itself*, thanks to the GTK_COMPILATION switch. However, many of gtk2(2.6.x)'s public interfaces use the GMemChunk symbol: gtk-2.0/gtk/gtkstatusbar.h --------------------------------------- ... struct _GtkStatusbarClass { GtkHBoxClass parent_class; GMemChunk *messages_mem_chunk; ... --------------------------------------- This means that gtk clients may NOT compile with -DG_DISABLE_DEPRECATED. Disallowing deprecated interfaces is a good thing -- because deprecated interfaces bitrot quickly. However, on cygwin we're stuck, because our gtk2 packages are older than our glib, and use/expose interfaces that are deprecated in our newer glib. Gerritt -- can you update the gtk* packages to 2.10.x? -- Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From yselkowitz@users.sourceforge.net Sun Nov 12 09:31:00 2006 From: yselkowitz@users.sourceforge.net (Yaakov S (Cygwin Ports)) Date: Sun, 12 Nov 2006 09:31:00 -0000 Subject: gtk2/glib version mismatch? In-Reply-To: <45563A80.60201@cwilson.fastmail.fm> References: <45563A80.60201@cwilson.fastmail.fm> Message-ID: <4556E9CF.8070002@users.sourceforge.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Charles Wilson wrote: > Gerritt -- can you update the gtk* packages to 2.10.x? Actually GNOME is mine now; I updated the non-GUI libs a while ago, thinking that the GUI would not be far behind, but I hit a snag. A while ago I started working on modular X11R7, but I couldn't get XWin to find the fonts (search the archives for details). So now I use modular X11R7.1 for the client and the old X11R6.8 server; sounds odd, but it works. The problem is not the API, as that didn't change, but that modular X11R7 is libtooled, and since GTK is also libtooled and built against it, the dependency libs are hardcoded (i.e. /usr/lib/libX11.la vs. - -L/usr/X11R6/lib -lX11). This makes it impossible to build against my GNOME without modular X (missing .la deps will cause libtool link errors), which I didn't feel ready to add to the distro until the server worked also. A while ago I asked for help figuring out the problem, but got no response. Therefore I left things as they were, and moved on to other things. And since I do have a matching glib2 and gtk2, I didn't think of this. If you think you can help, please search the archives for a start, and let me know what you think. Yaakov -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFVuMjpiWmPGlmQSMRAriwAJ42J8S3oxBRhfpJEJXu4rDl64LGpgCdF8T9 tAKhW7+dsgzK4/o5SRLlBfY= =lBzY -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From ociretsih@yahoo.com Sun Nov 12 15:40:00 2006 From: ociretsih@yahoo.com (Fernando Mauricio) Date: Sun, 12 Nov 2006 15:40:00 -0000 Subject: Failed build of Cygwin/X Message-ID: <739751.78638.qm@web51002.mail.yahoo.com> I've installed an older version of libfontconfig-devel, so the build continued, thank you! Now, I've another problem. The program xcursorgen.exe, that generates cursors from PNG images, hangs (or at least it does not end in more than a whole hour) and the build is indefinitely stopped with the following log: ... rm -f ../../exports/bin/xcursorgen.exe cd ../../exports/bin && cp -p ../../programs/xcursorgen/xcursorgen.exe . making all in programs/xcursorgen/redglass... make[5]: Entering directory `/home/victorgalve/x-devel/build/std/programs/xcursorgen/redglass' LD_LIBRARY_PATH=../../../exports/lib XLOCALEDIR=../../../exports/lib/locale ../../../exports/bin/xcursorgen X_cursor.cfg X_cursor ... ____________________________________________________________________________________ Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From max.pfeiffer@stud.uni-due.de Sun Nov 12 16:45:00 2006 From: max.pfeiffer@stud.uni-due.de (Max Pfeiffer) Date: Sun, 12 Nov 2006 16:45:00 -0000 Subject: X11 forwarding Message-ID: <45574FB7.8020701@stud.uni-due.de> Dear cygwin- Team i am training to connect my linux system from my windows XP system. I do it with putty and cygwin . but if i want start my x11 server. I get allways this error message: Max@Laptop /etc/X11 $ startx Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.2.0-4 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: X :0 -multiwindow -clipboard _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 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 giving up. xinit: Connection reset by peer (errno 104): unable to connect to X server xinit: No such process (errno 3): Server error. It would be nice if you can help me. Thank you verry much Max Pfeiffer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From dbrazziel@snet.net Sun Nov 12 17:22:00 2006 From: dbrazziel@snet.net (Dominique Brazziel) Date: Sun, 12 Nov 2006 17:22:00 -0000 Subject: Xwin Crashes on exiting in Win98 SE Message-ID: <20061112172215.34716.qmail@web81904.mail.mud.yahoo.com> I do startx which fires up the server, then an xterm starts. When exiting, either via Alt-F4 or CONTROL-ALT-BACKSPACE (I have specified -unixkill as an option to the server), Xwin crashes every time at the same place with the same error (invalid page fault). Here is the fault log: Date 11/12/2006 Time 11:58 XWIN caused an invalid page fault in module CYGWIN1.DLL at 0187:61092347. Registers: EAX=0000018f CS=0187 EIP=61092347 EFLGS=00010202 EBX=00000202 SS=018f ESP=0334cae0 EBP=0334cd68 ECX=00000000 DS=018f ESI=00000020 FS=6b6f EDX=00000000 ES=018f EDI=007eb8a8 GS=5efe Bytes at CS:EIP: ff 77 20 53 66 8b 47 24 8e c0 66 8b 47 28 8e e8 Stack dump: Attached is the cygcheck output. -------------- next part -------------- A non-text attachment was scrubbed... Name: cygcheck.out Type: application/octet-stream Size: 27195 bytes Desc: 3924260979-cygcheck.out URL: -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Sun Nov 12 20:06:00 2006 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Sun, 12 Nov 2006 20:06:00 -0000 Subject: X11 forwarding In-Reply-To: <45574FB7.8020701@stud.uni-due.de> References: <45574FB7.8020701@stud.uni-due.de> Message-ID: <45577EBF.1040609@cygwin.com> Max Pfeiffer wrote: > Dear cygwin- Team > i am training to connect my linux system from my windows XP system. I do > it with putty and cygwin . > but if i want start my x11 server. I get allways this error message: > Max@Laptop /etc/X11 > $ startx > Welcome to the XWin X Server > Vendor: The Cygwin/X Project > Release: 6.8.2.0-4 > > Contact: cygwin-xfree@cygwin.com > > XWin was started with the following command line: > > X :0 -multiwindow -clipboard > > _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root > winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 > 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 > giving up. > xinit: Connection reset by peer (errno 104): unable to connect to X > server > xinit: No such process (errno 3): Server error. > > It would be nice if you can help me. The FAQ can help you: The FAQ - a powerful force. Learn it. Know it. Live it. ;-) -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From sergei.patchkov@gmail.com Mon Nov 13 11:46:00 2006 From: sergei.patchkov@gmail.com (Sergei Pachkov) Date: Mon, 13 Nov 2006 11:46:00 -0000 Subject: xf86vm Message-ID: <45585AF6.2040703@yandex.ru> Current XFree86 package haven't xf86vm library what library distribute functions like XF86VidModeSetViewPort and XF86VidModeSwitchToMode. What are problem to include this library to package? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From ociretsih@yahoo.com Mon Nov 13 14:46:00 2006 From: ociretsih@yahoo.com (Fernando Mauricio) Date: Mon, 13 Nov 2006 14:46:00 -0000 Subject: Failed build of Cygwin/X In-Reply-To: <563529.50862.qm@web51011.mail.yahoo.com> Message-ID: <600168.95295.qm@web51015.mail.yahoo.com> The application xcursorgen.exe does not even go inside its "main" function, it becomes trapped by a signal, at least this happens if run from the debugger gdb: -------------------------------------------------- -------------------------------------------------- (gdb) run Starting program: /home/victorgalve/x-devel/build/std/programs/xcursorgen/xcursorgen.exe Loaded symbols for /cygdrive/c/WINDOWS/system32/ntdll.dll Loaded symbols for /cygdrive/c/WINDOWS/system32/kernel32.dll Loaded symbols for /usr/X11R6/bin/cygX11-6.dll Loaded symbols for /usr/bin/cygwin1.dll Loaded symbols for /cygdrive/c/WINDOWS/system32/advapi32.dll Loaded symbols for /cygdrive/c/WINDOWS/system32/rpcrt4.dll Loaded symbols for /usr/X11R6/bin/cygXcursor-1.dll Loaded symbols for /usr/X11R6/bin/cygXfixes-3.dll Loaded symbols for /usr/X11R6/bin/cygXrender-1.dll Loaded symbols for /usr/bin/cygpng12.dll Loaded symbols for /cygdrive/c/WINDOWS/system32/cygz.dll Loaded symbols for /cygdrive/c/WINDOWS/system32/user32.dll Loaded symbols for /cygdrive/c/WINDOWS/system32/gdi32.dll Program received signal SIGTRAP, Trace/breakpoint trap. 0x005159f4 in ?? () (gdb) cont Continuing. Program received signal SIGSEGV, Segmentation fault. 0x005159f4 in ?? () (gdb) cont Continuing. Program received signal SIGTRAP, Trace/breakpoint trap. 0x00515a2f in ?? () (gdb) cont Continuing. Program received signal SIGTRAP, Trace/breakpoint trap. 0x00515a2f in ?? () (gdb) cont Continuing. Program received signal SIGTRAP, Trace/breakpoint trap. 0x00515a2f in ?? () (gdb) quit The program is running. Exit anyway? (y or n) -------------------------------------------------- -------------------------------------------------- And the making of xcursorgen.exe is as follows: -------------------------------------------------- -------------------------------------------------- gcc -O2 -fno-strength-reduce -Wall -Wpointer-arith -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256 -DXResExtension -DFUNCPROTO=15 -DNARROWPROTO -c -o xcursorgen.o xcursorgen.c rm -f xcursorgen.exe gcc -o xcursorgen.exe -O2 -fno-strength-reduce -Wall -Wpointer-arith -L../../exports/lib xcursorgen.o -lXcursor -lXrender -lXext -lX11 -lpng -lz.dll -L/usr/X11R6/lib -Wl,--enable-auto-import,--enable-runtime-pseudo-reloc -------------------------------------------------- -------------------------------------------------- Can it be a problem with some of the libraries? Maybe Windows disables my executable? Here comes my configuration: --> Windows XP Pro SP2 (32 bits version) --> AMD Athlon 64 --> Norton antivirus (but is deactivated) Any idea will be wellcomed! Thank you! ____________________________________________________________________________________ Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From lcaamano@gmail.com Mon Nov 13 16:26:00 2006 From: lcaamano@gmail.com (Luis P Caamano) Date: Mon, 13 Nov 2006 16:26:00 -0000 Subject: Bash process remains after I close rxvt in certain ways Message-ID: The problem I've been having for quite a while now may or may not be related to this but it's indeed similar. I start XWin from a batch file that also starts a gnome-terminal. I always have to kill the gnome-pty-helper.exe process in order to be able to open more terminals. The point where it hangs varies from just creating the second terminal to up to maybe the 7th. I've never seen it go beyond that before needing to kill the helper process. This issue made me start a Sysinternals's Process Explorer window as a pre-requisite to starting XWin and the gnome-terminals. I now start XWin and then look in the process explorer window for the gnome-pty-helper process, kill it and then watch the rest of the terminals come up. If I look at the threads in the gnome-pty-helper.exe process, I find two threads, one doing about 92 context switches per second with a start address at 'gnome-pty-helper.exe+0x1000' and the other one is at cygwin1.dll!toascii+0x15d0. This second one is a pretty common address I see when I get cygwin runaway processes using 100% CPU but that's a different story I think (or maybe not?) I've killed that thread only to see if it would help but it looks like something is waiting for the process to finish because things only keep rolling after I kill the process not just the thread. Mind you, sometimes it doesn't happen right away, that is, the second terminal starts find even though the gnome-pty-helper.exe is still there. The other relatead issue is that when I exit the last bash shell in the gnome-terminals, the gnome-terminal.exe process doesn't go away either and I have to kill that one too. Well, actually, Process Explorer says the the gnome-terminal.exe process is a child of a bash.exe process as expected I guess but there are other bash shells, those in each gnome terminal window or tab, which where started by gnome-terminal. They show up as siblings and not as children though. When I kill the gnome-terminal.exe process, the bash.exe parent process goes away by itself. It all seems related to gnome-terminal and the related supporting gnome packages and not to bash itself, which is basically why I haven't posted anything about this here but this time it seems at least somebody might tell me that indeed it's not and point in a more hopeful direction. Thanks -- Luis P Caamano Atlanta, GA USA On 13 Nov 2006 15:08:48 -0000, cygwin-digest-help@cygwin.com Igor Peshansky wrote: > > > > According to Eric Lilja on 11/12/2006 12:52 PM: > > > I recently upgraded to a dual core machine which made me use the windows > > > task manager alot. That's when I noticed that if I close the rxvt window > > > by pressing 'x' in the top right corner (or doing alt-f4, I never do > > > this, just tried it now to see what happened) the rxvt process is > > > terminated and the window disappears but the "underlying" bash process > > > is still running (without a visible window), consuming ~3.5 MB of memory > > > and 0 cpu time according to the task manager. > > > > So far, no one has found a good way for a cygwin process killed by Alt-F4 > > (or the X button) to treat that as a SIGHUP and pass that information on > > to all of its children processes. So, by killing rxvt abruptly, you are > > indeed stranding bash as a zombie process. > > > > > If I exit rxvt by typing > > > exit, the bash process is terminated too. > > > > Actually, typing exit will exit bash, not rxvt; but when rxvt realizes > > that all of its children processes have exited, it exits as well. > > > > > Can I do something so the bash > > > process is always terminated properly no matter how I close the rxvt > > > window? > > > > Submit a patch to make cygwin processes recognize Alt-F4 as a SIGHUP that > > needs to be passed to their children? Or possibly even a patch such that > > when a controlling pty terminal is closed, all children (such as bash) > > reading from that pty get an end-of-input (possibly a SIGPIPE) when trying > > to read from the disappearing terminal? > > Actually, it's not the Cygwin processes that need that feature, but the > W11 library. When rxvt is closed via the 'X' button or Alt-F4, Windows > sends it the WM_QUIT message, which ought to be handled properly in the > library as application exit (and thus send SIGHUP to all immediate > children). This is done by the Cygwin console already, so it may simply > be a matter of copying/pasting some code... > > > > Is there misconfiguration on my end or should I simply get in > > > the habit of always using exit to close rxvt? > > > > For now, that is the best course of action. > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From garyjohn@spk.agilent.com Wed Nov 15 03:19:00 2006 From: garyjohn@spk.agilent.com (Gary Johnson) Date: Wed, 15 Nov 2006 03:19:00 -0000 Subject: xterm with Log to File feature? Message-ID: <20061115031915.GA26088@suncomp1.spk.agilent.com> I was wondering if there was a way to enable xterm's Log to File feature with Cygwin's xterm. I've read the previous thread on this topic, "need xterm to log to a file", http://sourceware.org/ml/cygwin-xfree/2004-12/msg00083.html, including Thomas Dickey's fix and statement that he would include the fix in xterm-198. "xterm -version" says: Cygwin 6.8.2.0(202) so the fix should be there, but the feature may not be enabled. So is there a way to enable it in some Cygwin xterm binary, or do I need to download the source and build it myself? Thanks, Gary -- Gary Johnson | Agilent Technologies garyjohn@spk.agilent.com | Wireless Division | Spokane, Washington, USA -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From dickey@his.com Wed Nov 15 11:01:00 2006 From: dickey@his.com (Thomas Dickey) Date: Wed, 15 Nov 2006 11:01:00 -0000 Subject: xterm with Log to File feature? In-Reply-To: <20061115031915.GA26088@suncomp1.spk.agilent.com> References: <20061115031915.GA26088@suncomp1.spk.agilent.com> Message-ID: <20061115055937.O90791@mail101.his.com> On Tue, 14 Nov 2006, Gary Johnson wrote: > I was wondering if there was a way to enable xterm's Log to File > feature with Cygwin's xterm. I've read the previous thread on this > topic, "need xterm to log to a file", > http://sourceware.org/ml/cygwin-xfree/2004-12/msg00083.html, > including Thomas Dickey's fix and statement that he would include > the fix in xterm-198. "xterm -version" says: > > Cygwin 6.8.2.0(202) > > so the fix should be there, but the feature may not be enabled. So it might be (I don't have the history at hand, but see similar code in that function, for the case where xterm is not running setuid/setgid). > is there a way to enable it in some Cygwin xterm binary, or do I > need to download the source and build it myself? probably - iirc, logging is a configure script option, and if the packager didn't select it, that's not included. -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From gbhullar@gennum.com Wed Nov 15 21:18:00 2006 From: gbhullar@gennum.com (Gurpreet Bhullar) Date: Wed, 15 Nov 2006 21:18:00 -0000 Subject: can't use display :1 after cygwin upgrade Message-ID: <200611152118.kAFLHIVi002097@is12.gennum.com> I recently upgraded cygwin and since then I cannot start X with display set to :1. However display set to :0 works fine. I invoke X as follows: startx -- :1 -lesspointer -nodecoration -clipboard I get error attached below. Note that with :0 X starts up as usual. (I have to use a display other than :0 due to conflict with another app) couple of observations: 1. netstat doesn't show 6000 or 6001 in use. When X is started with :0 netstat does show 6000 in use. 2. I have XP SP1 and don't seem to have any firewall running afaik. (I can attach cygcheck log if req'd) Windows XP Professional Ver 5.1 Build 2600 Service Pack 1 Cygwin DLL version info: DLL version: 1.5.22 XFree86-lib-compat 4.3.0-2 xorg-x11-base 6.8.99.901-1 .... xorg-x11-xwin 6.8.99.901-1 3. There is no permissions problem with /tmp/.X11-unix folder 4. I've reinstalled cygwin to no avail... >>>>>>>>>>>>>> Error Log >>>>>>>>>>>>>> Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.99.901-4 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: /usr/X11R6/bin/X :1 -lesspointer -nodecoration -clipboard _XSERVTransSocketINETCreateListener: ...SocketCreateListener() failed _XSERVTransMakeAllCOTSServerListeners: server already running Fatal server error: Cannot establish any listening sockets - Make sure an X server isn't already run ning winDeinitMultiWindowWM - Noting shutdown in progress X connection to localhost:1.0 broken (explicit kill or server shutdown). <<<<<<<<<<<<<<< ---- Msg sent via http://webmail.gennum.com/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From choncha@gmx.net Thu Nov 16 09:10:00 2006 From: choncha@gmx.net (Bjoern) Date: Thu, 16 Nov 2006 09:10:00 -0000 Subject: sending keys to cygwin (X) Message-ID: Hello NG, I use cygwin to connect via 'X -query ' from my ordinary PC to a Linux server. This works really fine. But on that server the vmwareplayer is running. In this vmwareplayer i have to log on a virtual Windows maschine and therefor i have to hit the CONTROL+OPTION+DELETE keys. But this will just open the task manager of the local Windows-PC. Is there a possibilty to send a combination of keys to the cygwin/X session?? And there is another question: is it possible to connect via cygwin/X to an existing session so that I could close cygwin and connect later again to this session? Thanks. Greets Bjoern -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Thu Nov 16 19:01:00 2006 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Thu, 16 Nov 2006 19:01:00 -0000 Subject: sending keys to cygwin (X) In-Reply-To: References: Message-ID: <455CB562.60209@cygwin.com> Bjoern wrote: > Hello NG, > > I use cygwin to connect via 'X -query ' from my ordinary PC to a Linux > server. This works really fine. But on that server the vmwareplayer is running. > In this vmwareplayer i have to log on a virtual Windows maschine and therefor i > have to hit the CONTROL+OPTION+DELETE keys. But this will just open the task > manager of the local Windows-PC. Is there a possibilty to send a combination of > keys to the cygwin/X session?? And there is another question: is it possible to > connect via cygwin/X to an existing session so that I could close cygwin and > connect later again to this session? Thanks. Why doesn't the standard VMWare alternative CTRL-ALT-INSERT work? -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From ociretsih@yahoo.com Thu Nov 16 19:16:00 2006 From: ociretsih@yahoo.com (Fernando Mauricio) Date: Thu, 16 Nov 2006 19:16:00 -0000 Subject: Failed build of Cygwin/X In-Reply-To: <9b83ffd90611111544o6627f83dr56e472649bf396c0@mail.gmail.com> Message-ID: <290569.12487.qm@web51011.mail.yahoo.com> This is why I wanted to build Xserver: last march I was using Xserver on my Windows XP, and it worked (deactivating first Norton Internet Security) today, I've updated Cygwin, for example removing the old cygwin1.dll, and now when I try to use XWin.exe, it hangs. The same problem with xcursorgen.exe happens with XWin.exe: it does not even go into the "main" function, but receives some trap or does some segment violation but without dying the process. Something has changed in my environment maybe Norton, or Windows XP or the Cygwin DLLs. Any idea what to do to get Cygwin's Xserver working? Thank you! ____________________________________________________________________________________ Sponsored Link $420k for $1,399/mo. Think You Pay Too Much For Your Mortgage? Find Out! www.LowerMyBills.com/lre -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From psuadm@pittstate.edu Thu Nov 16 19:59:00 2006 From: psuadm@pittstate.edu (Mike Brennan) Date: Thu, 16 Nov 2006 19:59:00 -0000 Subject: New install copy/paste woes Message-ID: <200611161959.kAGJxhn3936394@mail.pittstate.edu> Cygwin/X copy/paste woes Yesterday I downloaded and installed Cywin: Dell XPS M1710 Windows XP Professional 5.1.2600 uname -a: CYGWIN_NT-5.1 mike-lap 1.5.22(0.156/4/2) 2006-11-13 17:01 i686 Cygwin X is started with cygwin/usr/X11R6/bin/startwin.bat copy/paste between local and remote xterm windows doesn't work copy/paste from remote xterm windows to local Windows apps (via clipboard) causes the By "local xterm windows" I mean xterms started on the local (on my laptop) cygwin system using the local display. By "remote xterm windows" I mean xterms started by ssh'ing into a remote system (AIX and Linux) with "ForwardX11 yes" in /etc/ssh_config, and then starting an xterm session on that remote system. The remote xterm uses the local display. Problems: WORKS: select/paste between two local xterm windows select from xterm local xterm and paste into local Windows app select/copy from local windows app and paste into local xterm select/paste within a single remote xterm DOESN'T WORK: select/paste (in either direction) betwen a local and remote xterm (nothing happens) select from remote xterm and paste into local windows app. This clobbers the remote xterm!!!! What happens: I highlight text in the remote xterm, click in the windows app, right click, click "Paste". When I click "Paste" the remote xterm disappears, both from my display and from the windows task bar! I've been successfully using the functionality I describe and for a long time and the problems only began with new hardware & software. On my old laptop (Thinkpad A31p) and an older version of Cygwin (CYGWIN_NT-5.1 Dalea 1.5.8(0.112/4/2) 2004-03-16 00:19 i686 unknown unknown Cygwin) all of the "DOESN'T WORK" stuff above worked fine. Any assistance would be much appreciated. Thanks. -Mike -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From uth@ohi-corp.com Mon Nov 20 04:21:00 2006 From: uth@ohi-corp.com (Molina) Date: Mon, 20 Nov 2006 04:21:00 -0000 Subject: electronic Message-ID: <001b01c70c5c$ccf48550$401fa77c@kdsrr> news-stands, they're like a spontaneous street-art exhibition, one that . The teams were escorted into the arena first. For a while we sat in the cafe at Borders and read the Louisville Courier-Journal. Their website, called Making. We stopped at the Concierge desk to get pick up a map and directions, then headed out on the maybe four blocks to the Galt. About a minute later, I realized I didn't have them, so we returned to the registration area. She talked about what led to the need for a transplant and about her commitment to transplantation. The five trailers that now make up the precinct's home have not . They said it was because they had the best fans in the arena. news-stands, they're like a spontaneous street-art exhibition, one that From cthomson@cambridge.oilfield.slb.com Wed Nov 22 08:36:00 2006 From: cthomson@cambridge.oilfield.slb.com (Colin Thomson) Date: Wed, 22 Nov 2006 08:36:00 -0000 Subject: printing under latest cygwin (xfig) Message-ID: <7.0.1.0.2.20061122081605.023f00c0@cambridge.oilfield.slb.com> Last week I upgraded my Cygwin by doing a clean install of the latest version from the repository. The printing command lpr now insists on having a server specified (option -S), whereas previously it was happy with just -P//server-name/printer-name. This was not too difficult, but a more serious issue seems to arise when printing from applications. I found it difficult to get printing going with the application a2ps, and I have failed with application Xfig. The Xfig documentation decribes how one can use a resource called Fig*job_params*string: -S134.32.101.152 -P//print-scr/col-g6 in the file /usr/X11R6/lib/X11/Fig to pass options to the printing command, and I set it as above. However, it does not work. I have tried other things, but given the difficulty I had with a2ps I am unwilling to persist. I think it may be connect with the way the lpr command in Cygwin or Cygwin/x accepts, or does not accept, from std input. I am sending you this so you can pass on the message to whoever might be best able to look into it, an Xfig, Cygwin/X or Cygwin developer. regards, Colin Thomson -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From mikael.johansson@csc.fi Wed Nov 22 12:37:00 2006 From: mikael.johansson@csc.fi (Mikael Johansson) Date: Wed, 22 Nov 2006 12:37:00 -0000 Subject: Keyboard layout with -kb option for XWin Message-ID: Hello All! I need to use the -kb option when starting Cygwin/X, as otherwise my keypresses don't go through to for example the XMakeMol program on a remote host (most programs do work OK, however). So my start command in startxwin.bat is: %RUN% XWin -multiwindow -clipboard -silent-dup-error -kb and at the same time I start an xterm with the standard: %RUN% xterm -e /usr/bin/bash -l Now the problem: I would like to use a Finnish keyboard layout in the xterm window. Is there any way to do that, and have the -kb option specified? The main use would be to use 'ssh' from the xterm to remote machines, and be able to use my keyboard normally. 'setxkbmap' complains "XKB extension not present", which is understandable :-) With external SSH-clients like PuTTY is works well, so the X-server itself is apparently capable of handling both 8-bit Finnish layout and the -kb option. Any help appreciated, have a nice day, Mikael J. -- Mikael Johansson, application specialist, science support, chemistry CSC - IT Center for Science, P.O. Box 405, FI-02101 Espoo, Finland Tel.: +358-9-457 2934, www.csc.fi, e-mail: mikael.johansson@csc.fi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From mikael.johansson@csc.fi Fri Nov 24 14:58:00 2006 From: mikael.johansson@csc.fi (Mikael Johansson) Date: Fri, 24 Nov 2006 14:58:00 -0000 Subject: Thumbs up for xwinwm! Message-ID: Hello All! Just wanted to share my appreciation for the xwinwm-package, and perhaps this note is useful for other's with similar problems. Xwinwm in connection with Cygwin/X was the only Windows X-server I could get to work with MOE, the Molecular Operation Environment, after help from Alain Deschenes pointing out the need for a window manager. (I didn't try out _all_ available servers, though.) Other wm's work also, but I like having the X-windows open on the Windows desktop (with -multiwindow, the menus of MOE didn't open correctly). Have a nice weekend, Mikael J. / p. 2934 -- Mikael Johansson, application specialist, science support, chemistry CSC - IT Center for Science, P.O. Box 405, FI-02101 Espoo, Finland Tel.: +358-9-457 2934, www.csc.fi, e-mail: mikael.johansson@csc.fi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From hhjoker1@freenet.de Fri Nov 24 16:57:00 2006 From: hhjoker1@freenet.de (=?ISO-8859-15?Q?Joachim_K=E4=DFer?=) Date: Fri, 24 Nov 2006 16:57:00 -0000 Subject: No Keyboard with TrustedX11 Message-ID: <456724BD.3050701@freenet.de> If I log on to remote linux-box via "ssh -Y user@boxname", after "startkde" I get a fully functional KDE-Desktop in fullscreen-Mode, but without Keyboard-Support. Every keystroke goes to the cygwin shell-window. This Problem doesn't exist in multiwindow-Mode, if I log in without "TrustedX11" (option -X). I can use the keyboard in this mode but with a number of limitations. Most programms don't work in this mode ( like Insight-Debugger, that gives a "BadAtom" error). Please can someone tell, how to use Trusted-Mode with a working keyboard? Any answer will be appreciated. My configuration is local: Dell Dimension 4600, WinXP with Cygwin/X Release 6.8.99.901-4 remote: Dell Dimension 3000, SuSE-Linux 9.1 with KDE 3.1 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From rockyemacs@gmail.com Sat Nov 25 09:44:00 2006 From: rockyemacs@gmail.com (Emacs Rocky) Date: Sat, 25 Nov 2006 09:44:00 -0000 Subject: I can't start X in cygwin Message-ID: <40991d660611250144td9a261as99ed7ddac89f97b1@mail.gmail.com> Dear all: I recently installed cygwin in my new PC. but I can't start X now, it worked well in my old PC. the error is :Fatal server error: could not open default font 'fixed'. I found there was a solution for this error in X-Faq, but it doesn't work for me. I am confused that why it can't find the font, all the packages in there. any idea? Big thanks. Rocky -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From rockyemacs@gmail.com Sat Nov 25 10:12:00 2006 From: rockyemacs@gmail.com (Emacs Rocky) Date: Sat, 25 Nov 2006 10:12:00 -0000 Subject: problem of cygwin X fixed Message-ID: <40991d660611250212i4bd1145cgdebaebe6cf88a8e0@mail.gmail.com> Dear: I just sent a mail to complain I can't start X in cygwin. Now, I fount the solution in old mail-list. Anybody experienced the same problem can refer to http://sourceware.org/ml/cygwin-xfree/2006-10/msg00051.html the key point is : You need to mount the /usr/X11R6/lib/X11/fonts with binary mode. but , I don't know why it worked well in another machine without the mount for /usr/X11R6/lib/X11/fonts . anyway. thanks to all you guys. Rocky -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From yang-hui.he@merton.ox.ac.uk Mon Nov 27 11:03:00 2006 From: yang-hui.he@merton.ox.ac.uk (Dr. Yang-Hui He) Date: Mon, 27 Nov 2006 11:03:00 -0000 Subject: ical not working with cygwin-1.5.21-1 Message-ID: <456AC5F1.2070905@merton.ox.ac.uk> Dear Cygwin, I have updated my cygwin with the latest cygwin-1.5.21-1 version and somehow my old ical program not longer works. In fact iCal no longer seems to be in the cygwin installation list. Suggestions? Thanks! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From abakis@gmail.com Tue Nov 28 15:18:00 2006 From: abakis@gmail.com (Abuzer Bakis) Date: Tue, 28 Nov 2006 15:18:00 -0000 Subject: texmacs does not launch in cygwin In-Reply-To: References: Message-ID: Hi everybody, I am using cygwin on XP on a DELL inspiron portable computer. When I launch "texmacs" on cygwin command editor I get the following message: Fatal error: I failed to connect to Xserver in 'x_display_rep::x_display_rep' In the texmacs web page, it is said that: If you get an error message including the following: Fatal error: I failed to connect to Xserver in 'x_display_rep::x_display_rep then execute "export DISPLAY=127.0.0.1:10.0" on the remote machine and make sure your /etc/hosts file is sound, i.e. it contains the line "127.0.0.1 localhost" and "the IP information about the local and remote machine". In my /etc/hosts file I do not have "the IP information about the local and remote machine". Any help? Thanks in advance... -- abuzer bakis --__--__-- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From david@adboyd.com Tue Nov 28 17:28:00 2006 From: david@adboyd.com (J. David Boyd) Date: Tue, 28 Nov 2006 17:28:00 -0000 Subject: texmacs does not launch in cygwin References: Message-ID: "Abuzer Bakis" writes: > Hi everybody, > > I am using cygwin on XP on a DELL inspiron portable computer. When I > launch "texmacs" on cygwin command editor I get the following message: > > Fatal error: I failed to connect to Xserver in > 'x_display_rep::x_display_rep' > > > In the texmacs web page, it is said that: > > If you get an error message including the following: > > Fatal error: I failed to connect to Xserver in > 'x_display_rep::x_display_rep > > then execute "export DISPLAY=127.0.0.1:10.0" on the remote machine and make > sure your /etc/hosts file is sound, i.e. it contains the line "127.0.0.1 > localhost" and "the IP information about the local and remote machine". > > In my /etc/hosts file I do not have "the IP information about the > local and remote machine". > Are you running the Cygwin X-Server on your machine? There is a startxwin.bat file (mine is C:\cygwin\usr\X11R6\bin\startxwin.bat), that I call to start the x-server. Then TeXmacs and LyX all work great, as well as emacs, xemacs, etc... Dave -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From enquiry_kingstronic@yahoo.com.cn Wed Nov 29 22:13:00 2006 From: enquiry_kingstronic@yahoo.com.cn (SHANGHAI KINGSTRONIC IMPORT AND EXPORT COMPANY LTD) Date: Wed, 29 Nov 2006 22:13:00 -0000 Subject: PROJECT MAIL...(Contact us) Message-ID: Dear Sir/Madam, I am Mr.Zheng Xiaohua,we are a group of business men in China,who deal on import and export of Electronic Equipments into the Canada,America and Europe.We are searching for representatives who can help us establish a medium of getting to our costumers in the Canada,America and Europe as well as making payments through you to us. Please if you are interested in transacting business with us we will be very glad.Please contact us for more information.Subject to your satisfaction you will be given the opportunity to negotiate your mode of which we will pay for your services as our representative in Canada,America and Europe. Regards, Mr.Zheng Xiaohua Manager. Shanghai Kingstronic Import & Export Ltd Room 11, 2/F Guangqi Tower 108 Nandan Rd. Shanghai China 200030 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From peter.zebrowski@hotmail.com Wed Nov 29 22:37:00 2006 From: peter.zebrowski@hotmail.com (Peter Zebrowski) Date: Wed, 29 Nov 2006 22:37:00 -0000 Subject: erorr messages-cygwin Message-ID: Not sure what the root cause of the errors, but I had the same issue and found a resolution. If you invoke XWin with -kb it will disable the X keyboard driver. Prior to this fix I was unable to type in an xterm window. I'm not sure what caused this issue with my new install, since I had cygwin previously installed on my laptop and had it functioning correctly. Hope this helps. -Pete _________________________________________________________________ All-in-one security and maintenance for your PC.?? Get a free 90-day trial! http://clk.atdmt.com/MSN/go/msnnkwlo0050000002msn/direct/01/?href=http://clk.atdmt.com/MSN/go/msnnkwlo0050000001msn/direct/01/?href=http://www.windowsonecare.com/?sc_cid=msn_hotmail -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From choncha@gmx.net Thu Nov 30 12:46:00 2006 From: choncha@gmx.net (Bjoern) Date: Thu, 30 Nov 2006 12:46:00 -0000 Subject: can't connect to remote X Message-ID: Hi NG, I tried to set up my cygwin ans suse linux correctly so that I can connect to the X Server from Win2000. I try to connect to the linux system via cygwin with the following cmdline: X -query like on an other PC (with WinXP an another Suse 10.1 installation on an PC) a new window pops up. On the other PC I see the loginscreen after a few seconds but with the suse 10.1 installation on my Laptop I just get the window with the black/white background and this stays. What do I have to change in my linux configuration on the laptop so that this accepts the remote connection? Thanks a lot for help. Greets Bj??rn -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From abakis@gmail.com Thu Nov 30 16:04:00 2006 From: abakis@gmail.com (Abuzer Bakis) Date: Thu, 30 Nov 2006 16:04:00 -0000 Subject: texmacs does not launch in cygwin In-Reply-To: References: Message-ID: Hi again, I run already xserver. moreover, emacs works fine. I send you the cygcheck.out file as attachment... thanks again -- abuzer bakis --__--__-- > Are you running the Cygwin X-Server on your machine? > >There is a startxwin.bat file (mine is C:\cygwin\usr\X11R6\bin\startxwin.bat), >that I call to start the x-server. > >Then TeXmacs and LyX all work great, as well as emacs, xemacs, etc... > > >Dave -- abuzer bakis --__--__-- -------------- next part -------------- A non-text attachment was scrubbed... Name: cygcheck.out Type: application/octet-stream Size: 40155 bytes Desc: not available URL: -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/