Re: Multimedia keys interpreted as alphabetic keys

2010-04-18 Thread Jon TURNEY
.20100418-git-9594fb420a063608.exe.bz2 -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http

[PATCH 1/3] Cygwin/X: Generate X keycodes for multimedia keys

2010-04-18 Thread Jon TURNEY
Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- hw/xwin/winkeybd.h| 14 +++--- hw/xwin/winkeynames.h | 13 + 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/hw/xwin/winkeybd.h b/hw/xwin/winkeybd.h index 5b2a589..662392b 100644 --- a/hw/xwin

[PATCH 2/3] Cygwin/X: Generate X keycodes for a few 'internet' keys

2010-04-18 Thread Jon TURNEY
Add a few more special keys I have on my keyboard: mail, search, browser These are normally trapped by Windows, so -keyhook needs to be taught how to catch them as well --- hw/xwin/winkeybd.h|6 +++--- hw/xwin/winkeyhook.c | 12 +++- hw/xwin/winkeynames.h |4 3 files

[PATCH 3/3] Cygwin/X: Better keyboard debugging output

2010-04-18 Thread Jon TURNEY
--- hw/xwin/winkeybd.c |8 hw/xwin/winkeyhook.c |4 +--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/hw/xwin/winkeybd.c b/hw/xwin/winkeybd.c index ad9e66a..860e356 100644 --- a/hw/xwin/winkeybd.c +++ b/hw/xwin/winkeybd.c @@ -73,6 +73,8 @@ winTranslateKey

Re: Keyboard and start options problems

2010-04-13 Thread Jon TURNEY
-- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/

Re: bug report/suggested temp. patch: handling bursts of sent keys

2010-04-13 Thread Jon TURNEY
stuff after the next X server release, I'll push it upstream to X.Org. Colin Harrison, the Xming maintainer, periodically syncs from X.Org, but it's his decision what he includes. -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Re: XWin does not delete the lock files

2010-04-13 Thread Jon TURNEY
On 06/04/2010 22:16, Rodrigo Medina wrote: On 06/04/2010 10:15:44, Jon TURNEY wrote: I've uploaded a corrected build at [3], please try that instead. [3] ftp://cygwin.com/pub/cygwinx/XWin.20100406153607.exe.bz2 XWin.20100406153607 also stops with a Fatal Error and then segmentation fault

Re: emacs-x11 takes 30-40 sec to open after upgrading to cygwin-1.7

2010-04-13 Thread Jon TURNEY
On 13/04/2010 00:52, Dan Tsafrir wrote: On Tue, Apr 6, 2010 at 00:39, Jon TURNEY wrote: I've conducted a few repeated measurements and it looks as though setting LANG to be en_US somewhat reduces the start time of emacs-x11: instead of ~30 seconds with LANG=C.UTF-8, it take ~27 seconds LANG

Re: XWin does not delete the lock files

2010-04-06 Thread Jon TURNEY
On 06/04/2010 05:56, Rodrigo Medina wrote: On 05/04/2010 17:14:51, Jon TURNEY wrote: Perhaps you could try out the test build I have uploaded at [1] and see if that resolves this problem for you? [1] ftp://cygwin.com/pub/cygwinx/XWin.20100405215019.exe.bz2 XWin.20100405215019 crashes

Re: XWin does not delete the lock files

2010-04-05 Thread Jon TURNEY
to use xcb. Perhaps you could try out the test build I have uploaded at [1] and see if that resolves this problem for you? [1] ftp://cygwin.com/pub/cygwinx/XWin.20100405215019.exe.bz2 -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml

Re: Conflict between cliupboard and xmodmap

2010-04-05 Thread Jon TURNEY
the MappingNotify events, which xmodmap causes the server to send to all clients. There is no mechanism to express disinterest in that event, so I suppose we should add something to ignore those events, to prevent alarm and confusion... -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe

Re: problem about keyboard

2010-04-05 Thread Jon TURNEY
On 02/04/2010 01:40, kyle @ gmail wrote: I downloaded and installed cygwin on this Thuesday, but I found that I can not type anything in X-server console. I read the QA, and it said this problem is caused by old version of startxwin.bat But since this is my first time to install cygwin, there is

Re: USER/GDI Objects leak with (XWin.exe) Cygwin/X X Server Verion 1.7.6, Build Date 2010-03-18

2010-04-05 Thread Jon TURNEY
previously associated with some source of resource leak problem (see [1]), although I've never been able to reproduce it. [1] http://sourceware.org/ml/cygwin-xfree/2009-02/msg00184.html -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

[PATCH] Store pthread_ids and chain IOError handlers to avoid longjmp across threads

2010-04-05 Thread Jon TURNEY
Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- hw/xwin/winclipboardthread.c | 24 +- hw/xwin/winmultiwindowwm.c | 54 -- 2 files changed, 53 insertions(+), 25 deletions(-) diff --git a/hw/xwin/winclipboardthread.c b/hw/xwin

Re: emacs-x11 takes 30-40 sec to open after upgrading to cygwin-1.7

2010-04-05 Thread Jon TURNEY
On 29/03/2010 23:41, Dan Tsafrir wrote: On Mon, Mar 29, 2010 at 19:14, Jon TURNEY wrote: On 29/03/2010 11:33, Dan Tsafrir wrote: After I've upgraded to cygwin-1.7 my emacs takes 30-40 seconds to open. Sorry, I hadn't noticed what you'd written about xterm starting up normally, I guess

Re: emacs-x11 takes 30-40 sec to open after upgrading to cygwin-1.7

2010-03-29 Thread Jon TURNEY
On 29/03/2010 11:33, Dan Tsafrir wrote: After I've upgraded to cygwin-1.7 my emacs takes 30-40 seconds to open. Following http://x.cygwin.com/docs/faq/cygwin-x-faq.html#poor-performance, disabling my antivirus has no affect on emacs's opening time. As far as I can tell other X programs behave

Re: Xwin crashes in multiwindow

2010-03-29 Thread Jon TURNEY
in progress [mi] EQ overflowing. The server is probably stuck in an infinite loop. [mi] EQ overflowing. The server is probably stuck in an infinite loop. -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: Problems getting started in Cgywin/X

2010-03-29 Thread Jon TURNEY
read [2] [1] http://x.cygwin.com/docs/ug/using.html [2] http://cygwin.com/problems.html -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

Re: 1.7.2: ssh -X unresponsive until xauth PPID killed

2010-03-29 Thread Jon TURNEY
returns below the prompt. ^d or ^c do not terminate the process ( however, I can suspend it from that window by typing ^z, and I can return it to the foreground with fgjob ). -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: USER/GDI Objects leak with (XWin.exe) Cygwin/X X Server Verion 1.7.6, Build Date 2010-03-18

2010-03-29 Thread Jon TURNEY
associated with some source of resource leak problem (see [1]), although I've never been able to reproduce it. [1] http://sourceware.org/ml/cygwin-xfree/2009-02/msg00184.html -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: bug report/suggested temp. patch: handling bursts of sent keys

2010-03-29 Thread Jon TURNEY
On 20/03/2010 16:32, Mark Lillibridge wrote: On February 23, 2010, Jon Turney wrote: On 13/02/2010 20:24, Mark Lillibridge wrote: Jon wrote: Thanks for the patch. Have you actually tested that this resolves your problem? Yes. Of course, really, really large bursts will still

Re: problems starting xterm

2010-03-19 Thread Jon TURNEY
On 19/03/2010 09:54, Markus Hoenicka wrote: I've set up Cygwin 1.7.1 lately, along with X and some applications. The X server works ok and claims to be Version 1.7.5 Build Date: 2010-02-05. I can run Emacs as an X application without hassles. However, when I start the X server, or when I try to

Re: xterm no longer accepts keyboard input

2010-03-15 Thread Jon TURNEY
that although I am able to start the X server if I invoke /usr/bin/startxwin directly from a Cygwin shell, that's not *exactly* what the FAQ was suggesting. I'm not sure if the difficulties starting a server mean you have some other problem as well. -- Jon TURNEY Volunteer Cygwin/X X Server

Re: xterm no longer accepts keyboard input

2010-03-15 Thread Jon TURNEY
#using-starting Considering that startx also sets up the .Xauthority file and startxwin.exe doesn't, I see absolutely no reason to use startxwin.exe instead of startx. -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: Incorrect Cygwin/X behavior leads to .X0-lock related fatal error

2010-03-15 Thread Jon TURNEY
-administrator user. Can you be specific about how you are exiting XWin which causes it to leave the lock file behind? This shouldn't happen, and is the cause of the problem. -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Cygwin/X 1.7 keyboard/mouse freeze shortly after Xwin login to Solaris

2010-03-09 Thread Jon TURNEY
you monitor the upstream bug [1], when a fix is available we will integrate it. [1] http://bugs.freedesktop.org/show_bug.cgi?id=25400 -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: cygwin\var\log\XWin.0.log

2010-03-09 Thread Jon TURNEY
' and 'cygcheck -c xkeyboard-config' Also, please attach you cygcheck.out as requested by Problem reports: http://cygwin.com/problems.html -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: Fatal error

2010-03-09 Thread Jon TURNEY
from running the X server with the additional -nolock option? What about the facts which FAQ 3.4 mentions as relevant? Are you using a FAT filesystem? Does your account have local Administrator privileges? -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http

Re: Problem running Xwin.exe in Windows 7

2010-03-09 Thread Jon TURNEY
, that extraneous hyphen probably means you haven't actually cut-and-pasted the XWin.0.log, so I guess all bets are off... -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: What is replacement for the -kb Xwin startup parameter

2010-03-09 Thread Jon TURNEY
://www.straightrunning.com/XmingNotes/trouble.php#head-142 -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http

Re: Cygwin/X 1.7 keyboard/mouse freeze shortly after Xwin login to Solaris

2010-03-03 Thread Jon TURNEY
for pointing that out. I had noticed that patch, despite it not being in bugzilla, and that was included in my 20100302123309 build. -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: Cygwin/X 1.7 keyboard/mouse freeze shortly after Xwin login to Solaris

2010-03-02 Thread Jon TURNEY
of the problem, I would be assist. The upstream patch for this issue has been updated, so I've built a new XWin with that incorporated [1]. If you would like to try that out, that would be helpful. [1] ftp://cygwin.com/pub/cygwinx/XWin.20100302123309.exe.bz2 -- Jon TURNEY Volunteer Cygwin/X

Re: fvwm2 and startxwin

2010-03-01 Thread Jon TURNEY
On 01/03/2010 22:16, Stephen More wrote: Let me ask this question to clarify things: multiwindow mode (startxwin) -- Is this the same thing as --rootless http://x.cygwin.com/docs/ug/configure.html#configure-cygwin-x-windowing-modes I read the thread, and there is alot about changing

Re: fvwm2 and startxwin

2010-03-01 Thread Jon TURNEY
On 02/03/2010 01:22, Jon TURNEY wrote: Start the x server using 'startx -- -rootless' and start fvwm2 from your .xinitrc file (typically by making 'exec fvwm2' the last line. NB this does not end with an '') If you aren't interested in starting other programs from your .xinintrc, you can just

Re: [ANNOUNCEMENT] [1.7] Updated: xorg-server 1.7.5-1, 1.7.99.901-1 (TEST)

2010-02-25 Thread Jon TURNEY
On 25/02/2010 08:21, Yaakov (Cygwin/X) wrote: The following package has been updated for Cygwin 1.7: * xorg-server-1.7.5-1 The following patches has been added in the stable release: I believe this also contains a patch for the issue where input would freeze in running a motif application

Re: Cygwin/X 1.7 keyboard/mouse freeze shortly after Xwin login to Solaris

2010-02-25 Thread Jon TURNEY
On 20/02/2010 04:02, Mark Veneziano wrote: Thanks very much for investigating this issue. Please let me know if I can help in any way. If you can confirm this is fixed with xorg-server 1.7.5-1, that would be helpful :-) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: autogen.sh error

2010-02-24 Thread Jon TURNEY
On 24/02/2010 20:01, Yaakov (Cygwin/X) wrote: On 2010-02-24 10:41, J. Offerman wrote: The rdynamic thing is harmless. The error was about undefined symbols. That's a different story entirely... This is what the build log says: -- Making all in hw Making all in xwin

Re: Vista, new install, x server does not start, startxwin.bat missing

2010-02-24 Thread Jon TURNEY
On 19/02/2010 15:40, Dr. M. C. Nelson wrote: I just did a fresh install on Vista, and confirmed the following 1) From an administrator account, it works out-of-the-box. Beautiful. 2) From a regular user account, clicking the x-server or shell icons, produces a UAC prompt. The behavior,

Re: How do I start WM?

2010-02-23 Thread Jon TURNEY
run XWin.exe, but the only command line or .XWinrc options I can find for that program are for Windows-specific functions(i.e. system tray icon). Read the documentation. http://x.cygwin.com/docs/ug/using.html#using-starting-startx -- Jon TURNEY Volunteer Cygwin/X X Server maintainer

Re: How do I start WM?

2010-02-23 Thread Jon TURNEY
. Is there something I missed? From your response, it sounds like you haven't actually tried using startx. Perhaps you should follow my suggestion and try it. Then please explain how it differs from what you want to achieve. -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info

Re: bug report/suggested temp. patch: handling bursts of sent keys

2010-02-23 Thread Jon TURNEY
returns, all the wakeup handlers are run, including winWakeHandler() which checks the WM message queue. -- Jon TURNEY Volunteer Cygwin/X X Server maintainer 0001-Process-one-Windows-message-per-wakeup-rather-than-a.patch Description: application/itunes-itlp -- Unsubscribe info: http

Re: How do I start WM?

2010-02-23 Thread Jon TURNEY
#using-starting-startx say to run startx by double clicking on it? Not it does not. Hint: that will not work as startx is bash script, which Windows explorer has no idea how to run. -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Re: How do I start WM?

2010-02-23 Thread Jon TURNEY
the name of the shortcut to something like XWin server (windowed) or whatever... Customize ~/.xinitrc to launch openbox by having it end 'exec openbox' and remove the line which starts twm. Double-click away! -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http

Re: How do I start WM?

2010-02-23 Thread Jon TURNEY
startxwin.exe as it is multi-window only. I can run XWin.exe, but the only command line or .XWinrc options I can find for that program are for Windows-specific functions(i.e. system tray icon). Read the documentation. http://x.cygwin.com/docs/ug/using.html#using-starting-startx -- Jon TURNEY

Re: autogen.sh error

2010-02-23 Thread Jon TURNEY
are going to need them all... -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs

Re: Vista, new install, x server does not start, startxwin.bat missing

2010-02-19 Thread Jon TURNEY
, as I said before, that this is Vista 'functioning as designed'. If you set an application to run as administrator, you will get a UAC prompt. If you tell us what the problems are with the programs which cause them to require administrator privileges, then perhaps we can fix them. -- Jon TURNEY

Re: 1.7.1 - problem with moving mouse programmatically with xte

2010-02-19 Thread Jon TURNEY
XWarpCursor() should move the native cursor correctly, so you might be able to use that instead? [1] http://cgit.freedesktop.org/xorg/xserver/commit/?id=dfb7de6571345061d1cd88ab915064fc376529fd -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml

Re: Cygwin/X 1.7 keyboard/mouse freeze shortly after Xwin login to Solaris

2010-02-19 Thread Jon TURNEY
. :-( It's not immediately obvious what's changed to make it stop working. -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ

Re: X11 assertion fails

2010-02-19 Thread Jon TURNEY
will need to recompile the xview library with the latest patches from that src rpm applied (or otherwise obtain an updated cygwin binary) [1] http://lists.freedesktop.org/archives/xcb/2009-October/005094.html -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http

Re: Cygwin/X and Vista and UAC

2010-02-16 Thread Jon TURNEY
On 10/02/2010 17:01, Dr. M. C. Nelson wrote: I am trying to setup Cygwin/X for a Vista machine After setting some executables to run as administrator You shouldn't need to do this. Isn't this the reason for your UAC prompt? and then after cleaning up some lock files and log files, the x

Re: Graphics not appearing in Gaussview 3

2010-02-16 Thread Jon TURNEY
not the cause of your problem. Unless you can reproduce your GLX problem with a free application, your best idea is to contact the supplier of the application you have a problem with for support. -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml

Re: Downgrading cygwin/x and/or cygwin

2010-02-11 Thread Jon TURNEY
On 10/02/2010 12:36, Humann, Wolfram wrote: I'm not sure I can provide something much more useful than the lame it worked in a previous installation -- that's why I consider downgrading. Here's what I can provide: - My current cygwin is version 1.7.1-1, my Cygwin/X is 1.7.3.0 - I run 'XWin

Re: Can't start X after upgrading to cygwin1.7

2010-02-09 Thread Jon TURNEY
On 03/02/2010 19:43, Jon TURNEY wrote: I had the same symptoms. Non-administrator WinXP users couldn't start the XWin Server, and no /var/log/XWin.0.log was created. The log file could get created if there wasn't one already present, which led me to put the log file in the user's directory

Re: [ANNOUNCEMENT] Updated: xterm-255-1

2010-02-08 Thread Jon TURNEY
On 05/02/2010 18:57, Yaakov (Cygwin/X) wrote: The following package has been updated for the Cygwin distribution: *** xterm-255-1 xterm is a terminal emulator for the X Window System. It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that can't use the window system

Re: startxwin.exe and ssh-agent

2010-02-08 Thread Jon TURNEY
probably do what you want. Note that (as before), processes you start other than via the X traymenu (for example, from a start menu item) aren't children of ssh-agent, so won't inherit SSH_AUTH_SOCK and SSH_AGENT_PID from it. -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info

Re: new cygwin/x11 and backingstore

2010-02-08 Thread Jon TURNEY
a little better... [1] http://www.mail-archive.com/x...@lists.freedesktop.org/msg04440.html -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

Re: bug report/suggested temp. patch: handling bursts of sent keys

2010-02-08 Thread Jon TURNEY
that this resolves your problem? I'll add some words about contributing patches to the CG guide documentation, thanks for pointing out this oversight. Perhaps that's the reason we hardly ever get any :-) [1] http://x.cygwin.com/docs/cg/prog-server-architecture.html#prog-server-architecture-input -- Jon

Re: Vista, new install, x server does not start, startxwin.bat missing

2010-02-03 Thread Jon TURNEY
/msg5.html [2] http://x.cygwin.com/docs/ug/using.html -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ

Re: startxwin.exe and emulate3buttons

2010-02-03 Thread Jon TURNEY
startxwin.exe to start the X Server, how do I specify this? The syntax for specifying additional server options is documented in 'man startxwin' You want 'startxwin.exe -- -emulate3buttons' -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml

Re: screen pixel density VS startxwin.exe

2010-02-03 Thread Jon TURNEY
be addressed. .xserverrc is discussed in the xinit manpage, and while you could achieve the same ends using that, I wouldn't recommend it, as this will also affect X servers started via startx or xinit. -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http

Re: Can't start X after upgrading to cygwin1.7

2010-02-03 Thread Jon TURNEY
a problem) This would be better fixed in XWin itself by arranging to give these files the correct permissions, if we could work out how to do that :-) [1] http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-cant-read-lock-file -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info

Re: screen not updated outside 1680x1050

2010-02-03 Thread Jon TURNEY
On 18/12/2009 06:11, Frédéric Bron wrote: XWin -multiwindow -clipboard -silent-dup-error ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1680 h 1050 ^ Looks like the system doesn't see your whole resolution at

Re: Windows Batch File to start xterm on Cygwin/X 1.7.x

2010-02-03 Thread Jon TURNEY
, and we can get rid of horrible batch files for ever? -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ

Re: startxwin.exe without lingering DOS window

2010-02-03 Thread Jon TURNEY
is to update that documentation either: i/ When someone sends me a patch, or ii/ When I have some time and the inclination to do so -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: Option to disable PRIMARY clipboard

2010-02-03 Thread Jon TURNEY
something happens and making something diferent happen will not confuse them. Note that patch also needs to exist to be accepted. -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: problem with startxwin.exe and a possible solution

2010-02-03 Thread Jon TURNEY
in your cygcheck.out) in my Windows environment. Without that it seems to work fine. I'm not sure that I believe that this is the underlying cause of the problem, and if it is, I have no idea how it could make difference or why it wasn't a problem previously. -- Jon TURNEY Volunteer Cygwin/X X

Re: xserver bug?

2010-01-20 Thread Jon TURNEY
On 20/01/2010 09:13, Sylvain RICHARD wrote: Charles Wilson wrote: I've noticed that with XWin 1.7.3 (and perhaps earlier versions; not sure), the key combination CTRL-SHIFT-0 (zero) doesn't generate any events. CTRL-SHIFT-1 thru -9, alphabetic keys, no problem -- just not zero. I'm afraid I

Re: Problem with new xinit - console window doesn't open (but bash starts)

2009-12-16 Thread Jon TURNEY
On 22/11/2009 20:24, Jon TURNEY wrote: On 20/11/2009 15:05, Jim Reisert AD1C wrote: I tried adding the missing fonts. I tried SET LANG=C Starting the X server is still unpredictable. Does this mean it sometimes works and sometimes doesn't? Or does it mean it fails in different ways each time

Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-68

2009-12-16 Thread Jon TURNEY
the checkX line from startxwin.bat [1] http://cygwin.com/ml/cygwin-xfree/2009-12/msg00074.html -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

Re: timed out waiting for reply from selection owner

2009-12-16 Thread Jon TURNEY
be sensible. [1] http://cygwin.com/problems.html -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ

Re: extensions (shared mem, security)

2009-12-16 Thread Jon TURNEY
than [2] [1] http://x.cygwin.com/docs/faq/cygwin-x-faq.html#AEN569 [2] http://x.cygwin.com/docs/ug/using-shared-memory.html -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: Cut/paste in an xterm takes extraordinarily long time

2009-12-16 Thread Jon TURNEY
the steps I outlined in my email replying to the last time you mentioned this [1], that would be helpful? http://sourceware.org/ml/cygwin-xfree/2009-10/msg00129.html -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: [PATCH] Repair '-nolock'

2009-12-16 Thread Jon TURNEY
://en.wikipedia.org/wiki/Patch_%28Unix%29 -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http

Re: extensions (shared mem, security)

2009-12-16 Thread Jon TURNEY
On 16/12/2009 20:31, Jon TURNEY wrote: On 15/12/2009 19:00, Linda Walsh wrote: looking at the startup log, I don't see the X-Security extension being initialized. Is it not supported? Also discussed in the Cyginw/X FAQ at [1] [1] http://x.cygwin.com/docs/faq/cygwin-x-faq.html#AEN569 Hmm

Re: Unrecognized option: -nolock

2009-11-28 Thread Jon TURNEY
disabled by accident during some code clean-up. Patch to follow. -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ

Re: cygwinx 1.7 beta - crashes runing virt-manager

2009-11-22 Thread Jon TURNEY
tracking for the shadow framebuffer. So can you try disabling the composite extension with '-extension Composite'? (note the captialization) -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: checkX problems

2009-11-22 Thread Jon TURNEY
server is running? (I have no idea how XWin decides whether an X server is running, so this may or may not be plausible.) Strangely, the problem doesn't occur if I use startxwin.sh instead of startxwin.bat. -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http

Re: Problem with new xinit - console window doesn't open (but bash starts)

2009-11-22 Thread Jon TURNEY
This is xterm warning that the fontset has no fonts for CJK locales (as no CJK fonts are installed) -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: Problem with new xinit - console window doesn't open (but bash starts)

2009-11-22 Thread Jon TURNEY
On 20/11/2009 15:05, Jim Reisert AD1C wrote: I tried adding the missing fonts. I tried SET LANG=C Starting the X server is still unpredictable. Does this mean it sometimes works and sometimes doesn't? Or does it mean it fails in different ways each time you try? Now my log file (attached)

Re: XWin stopped working with xorg-server 1.7.1 - no log-file created

2009-11-20 Thread Jon TURNEY
the beta and hitting this. Not sure what code is involved, but including this on the beta FAQ might be worthwhile. -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: 'run xterm' fails to open a window

2009-11-20 Thread Jon TURNEY
On 13/11/2009 03:14, Ken Brown wrote: On 11/12/2009 3:17 PM, Jon TURNEY wrote: On 10/11/2009 23:44, Mike Ayers wrote:] Apparently, run.exe is not providing stdout/stderr to dump to. The workaround: [SNIP] C:\mikeC:\cygwin\bin\run.exe -p /usr/bin sh -c gvim/dev/null 21 C:\mike [/SNIP] Wait

Re: XWin stopped working with xorg-server 1.7.1 - no log-file created

2009-11-20 Thread Jon TURNEY
On 20/11/2009 15:46, Michael Breuer wrote: I've attached the log. Thanks. Can you also please tell me what OS the XDMCP host at 10.0.0.1 is running? Jon TURNEY wrote: On 19/11/2009 16:25, Michael Breuer wrote: For what it's worth, I tracked that down yesterday by looking at the error log

Re: XWin stopped working with xorg-server 1.7.1 - no log-file created

2009-11-19 Thread Jon TURNEY
On 19/11/2009 08:33, Gertjan van Noord wrote: after upgrading to xorg-server 1.7.1-3 starting X does no longer work. Previous version 1.6.? worked. However, I can't seem to go back to that version using the cygwin setup programme. the startxwin.bat script does not complain, but no X logo

Re: Cygwin error

2009-11-19 Thread Jon TURNEY
On 18/11/2009 17:20, baseball07 wrote: Thank you for the suggestion. Could you please type out the syntax. I'm a newbie to Linux code. Thank you very much. http://x.cygwin.com/docs/ug/using-remote-apps.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: Some Eclipse dialogs have become non-resizable with X server 1.7.1

2009-11-15 Thread Jon TURNEY
the second time, patch to follow :-) [1] http://sourceware.org/ml/cygwin-xfree/2009-01/msg9.html -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

[PATCH] Cygwin/X: Make transient windows resizable again

2009-11-15 Thread Jon TURNEY
a fixed size (max size == min size, per EWMH 1.3 Implementation Notes), no resizing frame Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- hw/xwin/winmultiwindowwm.c | 41 - 1 files changed, 36 insertions(+), 5 deletions(-) diff --git a/hw/xwin

Re: Cygwin 1.7 beta XWin Crashs from Ubuntun 9.10 after Firefox sessions

2009-11-15 Thread Jon TURNEY
in Ubuntu 9.10 and they seem to have neglected to provide a GUI to turn it on. A quick google should reveal how to do that, e.g. [1] [1] http://www.peppertop.com/blog/?p=690 -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: Running Java application with drag and drop support in cygwin

2009-11-13 Thread Jon TURNEY
not sending the correct events to your applications window, which you could test using xev -id your applications window id (you can use xwininfo to find the window id) -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: Automatically positioned mouse movements are off target

2009-11-13 Thread Jon TURNEY
to reproduce the problem you see, a simple test case would help a lot here. [1] http://www.isv.uu.se/~ziemann/xevent/ [2] http://www.semicomplete.com/projects/xdotool/ -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: building issue

2009-11-12 Thread Jon TURNEY
On 07/11/2009 01:10, Cesar Strauss wrote: Jon TURNEY wrote: I think I've finally found out why these Permission denied errors occur. It seems to be caused by the XWin.exe.manifest file we store in the same directory (it's not shipped as it's embedded into the final executable using

Re: cygwin 1.7.0-63 problems with X programs

2009-11-12 Thread Jon TURNEY
in the Windows environment variables, but once there are patches or updates to test, I am happy to try them ... -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: Can't read lock file

2009-11-12 Thread Jon TURNEY
list :-) -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/

Re: Can't read lock file

2009-11-12 Thread Jon TURNEY
On 11/11/2009 10:07, Corinna Vinschen wrote: On Nov 11 07:40, Fergus wrote: Q1. Is it still the case that this problem is not well understood as in this reference? http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-cant-read-lock-file Hardlinks don't work on FAT filesystems since FAT

Re: 'run xterm' fails to open a window

2009-11-12 Thread Jon TURNEY
On 10/11/2009 23:44, Mike Ayers wrote: On Behalf Of jean-luc malet Sent: Monday, November 09, 2009 2:50 AM no more result... gvim process is still started, appears in ps -a, but nothing is displayed on screen, replacing gvim by xterm still work with this solution... To find out why

Re: checkX problems

2009-11-12 Thread Jon TURNEY
cygcheck output. -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/

Re: Cygwin/x window no longer appears

2009-11-12 Thread Jon TURNEY
are unlikely to be the cause of her problems. -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http

Re: checkX problems

2009-11-12 Thread Jon TURNEY
On 12/11/2009 23:09, Lothar Brendel wrote: Jon TURNEY wrote: [...] Fortunately, the X server binds it's socket pretty early in the startup, so this probably works pretty well, but in theory at least there is still a possible timing window in startxwin.bat. Yep, and in my setup the X server

Re: [1.7] Cygwin/X crashes with latest server, cygwin

2009-11-10 Thread Jon TURNEY
:43:49 Segmentation fault at address 0xb 2009-11-09 13:43:49 Fatal server error: 2009-11-09 13:43:49 Caught signal 11 (Segmentation fault). Server aborting 2009-11-09 13:43:49 -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: opengl in 1.7 on Win7 again

2009-11-05 Thread Jon TURNEY
0xc4 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 16 0 0 None -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs

Re: X11R7.5 and C.UTF-8

2009-11-03 Thread Jon TURNEY
On 29/10/2009 20:20, Andy Koppe wrote: 2009/10/29 Jon TURNEY: I've put a patch in bugzilla [1] which can be applied to /usr/share/X11/locale to temporarily repair this problem. This needs to be looked at more deeply, though, as I'm not sure I've fully understood what that locale data is being

<    1   2   3   4   5   6   7   8   9   10   >