Re: Path problem with xterm

2009-09-28 Thread John Emmas
- Original Message - From: Mike Ayers If you set PATH absolutely in .bash_profile, the right thing will happen. You may want to copy the initial value of PATH into another exported env var, so that you can see if there have been changes to the default path. Hi Mike. If I can find

Re: Path problem with xterm

2009-09-25 Thread John Emmas
- Original Message - From: Ken Brown Most of the extra entries probably come from the various bash startup files (including /etc/profile). These startup files will be invoked every time you start a new bash login shell. It looks like you're right about this Ken. Many of the scripts

Path problem with xterm

2009-09-24 Thread John Emmas
If I open a bash terminal in cygwin, then I create an xterm (either by running startxwin.bat or by running the relevant lines from it manually) then I type set, my environment settings get listed. Among them is my current PATH variable. However, the displayed path is not the same as the path I

Re: Path problem with xterm

2009-09-24 Thread John Emmas
- Original Message - From: Mike Ayers Subject: RE: Path problem with xterm Are you perhaps modifying PATH in .bashrc? No Mike, not as far as I can tell. In fact it's the original .bashrc that was installed with Cygwin. I haven't edited it and I can't see anything in it that refers

Re: X / gtk-x11 / flicker and other problems [+PATCH]

2009-02-16 Thread John Emmas
- Original Message - From: John Emmas john...@tiscali.co.uk One more thing Jon. I'm probably being ludicrously simplistic here - but to fix the resizing problem (not resizing until the user lets go of the mouse button) could there be a simple fix for this just by responding

Re: X / gtk-x11 / flicker and other problems [+PATCH]

2009-02-15 Thread John Emmas
Still haven't managed to run 'configure' successfully when trying to build xorg-server from source. I'm now getting a simple error relating to GLproto:- checking for GL... configure: error: Package requirements (glproto = 1.4.9 gl = 7.1.0) were not met: Requested 'glproto = 1.4.9' but

Re: X / gtk-x11 / flicker and other problems [+PATCH]

2009-02-15 Thread John Emmas
- Original Message - From: Jon TURNEY Nope, 1.4.9 is the latest (indeed, only) version in cygwin mirrors. http://cygwin.com/cgi-bin2/package-grep.cgi?grep=glproto 1.4.8 was only ever in cygwinports as far as I can tell. I suspect that the 'exciting and different' way that setup

Re: X / gtk-x11 / flicker and other problems [+PATCH]

2009-02-15 Thread John Emmas
- Original Message - From: Jon TURNEY videoproto isn't packaged as it doesn't do anything useful for us. You need to configure with --disable-xv xkbfile is provided by libxkbfile-devel Okay, I fixed those problems and the build appeared to go okay, following these instructions (for a

Re: X / gtk-x11 / flicker and other problems [+PATCH]

2009-02-15 Thread John Emmas
- Original Message - From: Jon TURNEY Subject: Re: X / gtk-x11 / flicker and other problems [+PATCH] I guess you need to either create that directory so it can write to it Done that - but now I'm getting a bit paranoid... it fixed the original problem but now when I try to launch

Re: X / gtk-x11 / flicker and other problems [+PATCH]

2009-02-15 Thread John Emmas
- Original Message - From: Jon TURNEY Thanks for being the guinea pig. I'll update the CG document to hopefully clarify the things which caused you problems. Thanks. One more thing Jon. I'm probably being ludicrously simplistic here - but to fix the resizing problem (not resizing

Re: X / gtk-x11 / flicker and other problems [+PATCH]

2009-02-14 Thread John Emmas
Jon - I followed the instructions from that link and everything went well until I reached stage 4 ( ./autogen.sh -V ). At that stage I get this output:- autoreconf-2.61: Entering directory `.' autoreconf-2.61: configure.ac: not using Gettext autoreconf-2.61: running: aclocal autoreconf-2.61:

Re: X / gtk-x11 / flicker and other problems [+PATCH]

2009-02-13 Thread John Emmas
- Original Message - From: Jon TURNEY jon.tur...@dronecode.org.uk Subject: Re: X / gtk-x11 / flicker and other problems [+PATCH] Bah! Now I've noticed the flickering again, so I have to fix it. Your cunning plan worked. :-) Thanks very much for that, Jon. I'll apply your patch at

Re: X / gtk-x11 / flicker and other problems [+PATCH]

2009-02-13 Thread John Emmas
Oh BTW, I should have added:- One particular problem is that the xserver will only support twin monitors if they both have the same settings (resolution etc). Hmm... I thought this worked. The only restriction should be that the colour-depth of the monitors is the same... Sorry, I stand

Re: X / gtk-x11 / flicker and other problems [+PATCH]

2009-02-13 Thread John Emmas
Jon - I just realised that I don't seem to have the source for X11 (which is presumably what I need before applying your patch). I've looked on my usual Cygwin mirror (ftp://mirrors.xmission.com) as well as looking in Cygwin-Ports (ftp://sourceware.org) but I couldn't see what I needed to

Re: X / gtk-x11 / flicker and other problems [+PATCH]

2009-02-13 Thread John Emmas
Thanks Jon Larry, I can see a package called libX11 : X.OrgX11 core library (source). Will that bring in all the source files I need or is there a bit more to it than that? John -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: X / gtk-x11 / flicker and other problems

2009-02-05 Thread John Emmas
- Original Message - From: Jon TURNEY Subject: Re: X / gtk-x11 / flicker and other problems At the moment, -multiwindow mode always selects the GDI engine for reasons which are lost in the mists of time (rooted modes are able to use DirectDraw), so a GDI BitBlt is used to transfer the

Re: X / gtk-x11 / flicker and other problems

2009-02-04 Thread John Emmas
May I say in its defence (after a bit more experimenting) that when comparing Cygwin-X/gtk-x11 against gtk-win32, X's text handling is noticeably superior at high resolutions (at least, on my system). With my monitor set to 1600x1200, Cygwin-X's text is still crisp and clear - whereas

X / gtk-x11 / flicker and other problems

2009-02-03 Thread John Emmas
I've been 'tinkering around' with Cygwin for a few months now. Not doing anything serious with it - just finding out about it. And in the main, I like it. The only disappointment (sorry guys) is 'X11' (or maybe the problems are with gtk-x11). Either way, I've been hugely disappointed at how

Re: X / gtk-x11 / flicker and other problems

2009-02-03 Thread John Emmas
- Original Message - From: Jon TURNEY Subject: Re: X / gtk-x11 / flicker and other problems btw, I use -multiwindow mode all the time, but I've obviously trained myself not to see any of these artefacts lol - fair point..! But I must admit, having seen how the graphics performance

Re: cygwin and cygwin-xfree lists to merge

2008-12-11 Thread John Emmas
- Original Message - From: Yaakov (Cygwin/X) Subject: Re: cygwin and cygwin-xfree lists to merge That may have been true until November 12. But in the last four weeks since X11R7.4, there have been ~500 messages on cygwin-xfree, including 30 announcements (including 3 xserver

Re: Can anyone help with a multiple monitor system?

2008-08-24 Thread John Emmas
. I've never heard of this. Can anyone tell me if it's connected with Cygwin or is it something totally different? Cheers, John - Original Message - From: John Emmas [EMAIL PROTECTED] To: cygwin-xfree@cygwin.com Sent: 23 August 2008 09:31 Subject: Can anyone help with a multiple monitor

Can anyone help with a multiple monitor system?

2008-08-23 Thread John Emmas
I have a dual-head (twin monitor) setup using a Matrox Millenium G400 graphics card. I've been using this successfully for many years under both Windows and Linux (64Studio). Using GTK, I've built a myself a small Hello World type app. It's just a simple GTK dialog box with a label saying

Re: Running a simple GUI app

2008-08-22 Thread John Emmas
much? Regards, John - Original Message - From: Phil Betts [EMAIL PROTECTED] To: cygwin-xfree@cygwin.com Sent: 19 August 2008 09:42 Subject: RE: Running a simple GUI app John Emmas wrote on Monday, August 18, 2008 7:43 PM:: Sorry Phil if my questions seem 'lame'. I should have

Re: Hello

2008-08-18 Thread John Emmas
On Sun, Aug 17, 2008 at 06:27:05PM -, John Emmas wrote: Hi - I just installed Cygwin today for the first time and I'm trying to find out if any kind of X server got installed. When I click on the Cygwin desktop icon (I'm running it under Windows XP) it opens a DOS type window and I can search

Re: Hello

2008-08-18 Thread John Emmas
didn't download the X11-packages (because you used only the default-option only defaultz packages were downloaded). Why not reading the Installation-Howo? http://x.cygwin.com/docs/ug/setup-cygwin-x-installing.html Marco John Emmas schrieb: - Original Message - From: Christopher Faylor

Running a simple GUI app

2008-08-18 Thread John Emmas
Hi there, After installing Cygwin (under WinXP) I've got to the stage of compiling a very simple Hello World app which just displays an empty GTK dialog with the title Hello World. To run the app I (currently) have to start Cygwin (using its desktop icon), type startx into the DOS terminal

Re: Running a simple GUI app

2008-08-18 Thread John Emmas
] To: cygwin-xfree@cygwin.com Sent: 18 August 2008 16:41 Subject: RE: Running a simple GUI app John Emmas wrote on Monday, August 18, 2008 4:55 PM:: Hi there, After installing Cygwin (under WinXP) I've got to the stage of compiling a very simple Hello World app which just displays an empty GTK

Hello

2008-08-17 Thread John Emmas
Hi - I just installed Cygwin today for the first time and I'm trying to find out if any kind of X server got installed. When I click on the Cygwin desktop icon (I'm running it under Windows XP) it opens a DOS type window and I can search around my various folders etc. I've tried looking for