[ANNOUNCEMENT] Updated: xscope-1.1-2

2008-11-21 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

The following packages have been updated in the Cygwin net distribution:

*** xscope-1.1-2

This package has been rebuilt with the newest xtrans to silence the
messages about /tmp/.X11-unix creation and ownership.


Yaakov
Cygwin/X


DOWNLOAD:
=
Note that downloads from sources.redhat.com (aka cygwin.com) aren't
allowed due to bandwidth limitations.  This means that you will need to
find a mirror which has this update, please choose the one nearest to
you: http://cygwin.com/mirrors.html

QUESTIONS:
==
If you want to make a point or ask a question the cygwin-xfree mailing
list is the appropriate place.

CYGWIN-XFREE-ANNOUNCE UNSUBSCRIBE INFO:
===
To unsubscribe to the cygwin-xfree-announce mailing list, look at the
List-Unsubscribe:  tag in the email header of this message.  Send
email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkkmdIQACgkQpiWmPGlmQSPpEgCfS0U1ha0m/jK79nuaR9lkho+s
+zEAoNQjWb41uKf1CCo0U2vwuF++jMNU
=2aIy
-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/



Re: Problem with OpenGL on new X serverl

2008-11-21 Thread Florent Fievez
Hello,

I have a crash when opening OpenGL. I have the same configuration than you :
ssh -X host ; XWin with glx extension activated.

Some of my investigations :

1. It's not caused by the X client OS (SunOS and Linux give the same crash)
2. It's not a problem with our application, glxinfo produce the same problem
3. It seems that the message GetWindowProp - pWin or name was NULL
is displayed before the crash, see my log in attachement.

I will download and check the XWin sources but I have not a lot of
time for debugging it so if someone have the same problem or want to
help me ...

Best regards,



2008/11/20 Yaakov (Cygwin Ports) [EMAIL PROTECTED]:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256

 Florent Fievez wrote:
 I have a problem running new X server 1.5.3 with openGL. Since this
 update, X crash when launching an OpenGL client from SunOS server.
 Since the application we are developing use OpenGL, it's a big problem
 for me (I have to use an exceed commercial xserver for testing our
 application).

 So is there a known solution, patch or other to this issue ?

 I see that you do have the libGL1 package installed.  Could you please
 review my results with GLX:

 http://cygwin.com/ml/cygwin-xfree/2008-11/msg00100.html
 http://cygwin.com/ml/cygwin-xfree/2008-11/msg00160.html

 If you are still having issues, please attach your /var/log/XWin.log as
 well.


 Yaakov
 Cygwin/X
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (Cygwin)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iEYEAREIAAYFAkklq4sACgkQpiWmPGlmQSMyxACfYTZO01vhKNcYgDSJXRsB5536
 niQAoMygFXaaFuXEdLc5HVXgaR2giskK
 =SSZv
 -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/





-- 
Florent Fievez
[EMAIL PROTECTED]


XWin.0.log
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/

Re: Problem with OpenGL on new X serverl

2008-11-21 Thread Marco Atzeri
--- Florent Fievez  ha scritto:

 Hello,
 
 I have a crash when opening OpenGL. I have the same
 configuration than you :
 ssh -X host ; XWin with glx extension activated.
 
 Some of my investigations :
 
 1. It's not caused by the X client OS (SunOS and
 Linux give the same crash)
 2. It's not a problem with our application, glxinfo
 produce the same problem
 3. It seems that the message GetWindowProp - pWin
 or name was NULL
 is displayed before the crash, see my log in
 attachement.

I don't think 3 is related to you crash.
I see multiple lines with

GetWindowProp - pWin or name was NULL

for any window that I create, not only GL
related. 

6 lines for glxgears and gnuplot
8 lines for rxvt

And I have no crash

 
 -- 
 Florent Fievez

Regards
Marco



  Unisciti alla community di Io fotografo e video, il nuovo corso di 
fotografia di Gazzetta dello sport:
http://www.flickr.com/groups/iofotografoevideo

--
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: Problem with OpenGL on new X serverl

2008-11-21 Thread Florent Fievez
Debugger is not very useful because the binaries are stripped. Is
there a debug version somewhere or should i recompile it myself to
have it ?

2008/11/21 Florent Fievez [EMAIL PROTECTED]:
 After a grep in the sources, I see the error is from file
 cygwin-net_wm_icon-support.patch. But i'm not sure that the error is
 in relation with the crash. I will try to run the program under a
 debugger.

 2008/11/21 Florent Fievez [EMAIL PROTECTED]:
 Hello,

 I have a crash when opening OpenGL. I have the same configuration than you :
 ssh -X host ; XWin with glx extension activated.

 Some of my investigations :

 1. It's not caused by the X client OS (SunOS and Linux give the same crash)
 2. It's not a problem with our application, glxinfo produce the same problem
 3. It seems that the message GetWindowProp - pWin or name was NULL
 is displayed before the crash, see my log in attachement.

 I will download and check the XWin sources but I have not a lot of
 time for debugging it so if someone have the same problem or want to
 help me ...

 Best regards,



 2008/11/20 Yaakov (Cygwin Ports) [EMAIL PROTECTED]:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256

 Florent Fievez wrote:
 I have a problem running new X server 1.5.3 with openGL. Since this
 update, X crash when launching an OpenGL client from SunOS server.
 Since the application we are developing use OpenGL, it's a big problem
 for me (I have to use an exceed commercial xserver for testing our
 application).

 So is there a known solution, patch or other to this issue ?

 I see that you do have the libGL1 package installed.  Could you please
 review my results with GLX:

 http://cygwin.com/ml/cygwin-xfree/2008-11/msg00100.html
 http://cygwin.com/ml/cygwin-xfree/2008-11/msg00160.html

 If you are still having issues, please attach your /var/log/XWin.log as
 well.


 Yaakov
 Cygwin/X
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (Cygwin)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iEYEAREIAAYFAkklq4sACgkQpiWmPGlmQSMyxACfYTZO01vhKNcYgDSJXRsB5536
 niQAoMygFXaaFuXEdLc5HVXgaR2giskK
 =SSZv
 -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/





 --
 Florent Fievez
 [EMAIL PROTECTED]




 --
 Florent Fievez
 [EMAIL PROTECTED]




-- 
Florent Fievez
[EMAIL PROTECTED]

--
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/



Still problems starting X

2008-11-21 Thread Angelo Graziosi

On X11R6.99, I start X with a link on desktop, 'XWin Server', whose
target is:

   C:\cygwin\bin\run.exe bash -l start_XWin.sh

and in /usr/local/bin, start_XWin.sh is


#! /bin/bash
export DISPLAY=127.0.0.1:0.0

export PATH=/usr/bin:$PATH

# Cleanup from last run.
rm -rf /tmp/.X11-unix

# We have added +bs, i.e. BackingStore
XWin -multiwindow -clipboard -silent-dup-error +bs 

# Return from sh.
exit


It is just /usr/bin/startxwin.sh stripped from superfluous comments,
from the start of xterm and with +bs for XWin.

It starts only the X server.

With X11R6.99 this works just fine, but with the new X11R7.4 (also -3)
there are two annoying dos windows (which appear for less than an
instant), in the second of which (after many tries) I have seen that
there is this written:


The XKEYBOARD keymap compiler (xkbcomp) reports:
Warning: Type ONE_LEVEL has 1 levels, but RALT has 2 symbols 
Ignoring extra symbols

Errors from xkbcomp are not fatal to the X server


If, from the link target I remove 'run', i.e. if I start with:

   C:\cygwin\bin\bash.exe -l start_XWin.sh

the same happens, as if, in the first case, 'run' [1] does not work 
correctly.



Cheers,
   Angelo.

---
[1] Should 'run' avoids/hides dos windows?


XWin.0.log.bz2
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/

Re: x-windows

2008-11-21 Thread Marco Atzeri

--- Prasanta Patro  ha scritto:

 Hi,
 
 I have been using x-windows from startxwin till
 today. Now i have 
 updated the cygwin as a result of which now my
 x-windows does not work. 
 It seems the batch file startxwin does not exist.
 Now i can see in the 
 menu cygwin-x.
 
 Can you please tell me how can i configure the x
 windows?
 

as already reported in this mail list

http://cygwin.com/ml/cygwin-xfree-announce/2008-11/msg0.html


The batch file has been moved. 
The menu Cygwin X - XWin Server
is linked to the new batch file location



 Thanks in advance.
 
 Regards,
 Prasanta Patro

Marco



  Unisciti alla community di Io fotografo e video, il nuovo corso di 
fotografia di Gazzetta dello sport:
http://www.flickr.com/groups/iofotografoevideo

--
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/



x-windows

2008-11-21 Thread Prasanta Patro

Hi,

I have been using x-windows from startxwin till today. Now i have 
updated the cygwin as a result of which now my x-windows does not work. 
It seems the batch file startxwin does not exist. Now i can see in the 
menu cygwin-x.


Can you please tell me how can i configure the x windows?

Thanks in advance.

Regards,
Prasanta Patro

--
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: Problem with OpenGL on new X serverl

2008-11-21 Thread user

Florent Fievez wrote:

Debugger is not very useful because the binaries are stripped. Is
there a debug version somewhere or should i recompile it myself to
have it ?


Hi Florent,

Thanks for the bug report.

Ignore the GetWindowProp - pWin or name was NULL, this is just log spam and 
a red herring.


As you have surmised, the problem is GLX related.  There are some reports of 
remote GLX clients working (Ubuntu 8.10), so perhaps it is related to the 
client being built for an older version of the GLX extension...


If you are able to rebuild the X server yourself, could you confirm that the 
attached patch fixes the crash (GL is still broken, though, it looks like the 
something isn't initialized correctly...)


Rebuilding the source *should* be as simple as:

1) Run cygwin setup, select cygport,the xorg-server source package, and the 
packages for the build-time dependencies and devel packages corresponding to 
run-time dependencies listed in /usr/share/doc/Cygwin/usr/share/doc/Cygwin

2) cd /usr/src/
3) cygport xorg-server-1.5.3-3.cygport prep compile

I have made a start at updating http://x.cygwin.com/docs/cg/cygwin-x-cg.html, 
 so you may find that helpful, but it still needs more work so don't take it 
as gospel.



2008/11/21 Florent Fievez [EMAIL PROTECTED]:

After a grep in the sources, I see the error is from file
cygwin-net_wm_icon-support.patch. But i'm not sure that the error is
in relation with the crash. I will try to run the program under a
debugger.

2008/11/21 Florent Fievez [EMAIL PROTECTED]:

Hello,

I have a crash when opening OpenGL. I have the same configuration than you :
ssh -X host ; XWin with glx extension activated.

Some of my investigations :

1. It's not caused by the X client OS (SunOS and Linux give the same crash)
2. It's not a problem with our application, glxinfo produce the same problem
3. It seems that the message GetWindowProp - pWin or name was NULL
is displayed before the crash, see my log in attachement.

I will download and check the XWin sources but I have not a lot of
time for debugging it so if someone have the same problem or want to
help me ...

Best regards,



2008/11/20 Yaakov (Cygwin Ports) [EMAIL PROTECTED]:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Florent Fievez wrote:

I have a problem running new X server 1.5.3 with openGL. Since this
update, X crash when launching an OpenGL client from SunOS server.
Since the application we are developing use OpenGL, it's a big problem
for me (I have to use an exceed commercial xserver for testing our
application).

So is there a known solution, patch or other to this issue ?

I see that you do have the libGL1 package installed.  Could you please
review my results with GLX:

http://cygwin.com/ml/cygwin-xfree/2008-11/msg00100.html
http://cygwin.com/ml/cygwin-xfree/2008-11/msg00160.html

If you are still having issues, please attach your /var/log/XWin.log as
well.



Cygwin/X: GLX crash workaround

Paper over the cracks. Avoid a crash when we have a broken context.

Appears to be related to remote clients built for earlier GLX versions

---
 xserver/glx/single2.c |1 +
 1 file changed, 1 insertion(+)

Index: xorg-server-1.5.3/xserver/glx/single2.c
===
--- xorg-server-1.5.3.orig/xserver/glx/single2.c
+++ xorg-server-1.5.3/xserver/glx/single2.c
@@ -357,6 +357,7 @@ int DoGetString(__GLXclientState *cl, GL
string = buf;
 }
 else if ( name == GL_VERSION ) {
+if (string == NULL) { string = unknown; }
if ( atof( string )  atof( GLServerVersion ) ) {
buf = xalloc( strlen( string ) + strlen( GLServerVersion ) + 4 );
if ( buf == NULL ) {

--
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: new X-server and remote computers

2008-11-21 Thread Jon TURNEY

Jeffrey Forbes wrote:
I mostly use the Cygwin X-server when connect to remote unix boxes 
though SSH.

I got the new server working for all of the programs that I use except one.
A molecular modelling graphics program called VMD causes the following 
error.


 xterm:  fatal IO error 32 (Broken pipe) or KillClient on X server 
localhost:15.0


it opens its first window correctly, when it tries to open the second 
window, the X-server

dies and the unix side gave the above error.
Any suggestions?


This sounds very much like the OpenGL problem reported here 
http://cygwin.com/ml/cygwin-xfree/2008-11/msg00237.html


Sorry, I have no solution at this time, it is under investigation.


--
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: Multiple Monitors issue with Xterm

2008-11-21 Thread Jon TURNEY

Jet Wilda wrote:

That is great to hear.  Thanks again for the link and the work
arounds.  I look forward to Jon's fix :-)


This should be fixed in 1.5.3-3.  Feedback please.

--
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: Alias problem with bash -l (was Re: New X server)

2008-11-21 Thread Ryan Stewart
Christopher Faylor wrote:
 On Thu, Nov 20, 2008 at 12:37:51PM -0600, Ryan Stewart wrote:
[...]
 I doubt that the base maintainer would be scanning the cygwin-xfree
 mailing list looking for problem reports.

 Please use the cygwin list for non-x-related problems.

 cgf

Sorry about that. I'm new to cygwin and wasn't thinking about the difference.

--
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: Still problems starting X

2008-11-21 Thread Jon TURNEY

Angelo Graziosi wrote:


With X11R6.99 this works just fine, but with the new X11R7.4 (also -3)
there are two annoying dos windows (which appear for less than an
instant), in the second of which (after many tries) I have seen that
there is this written:

[1] Should 'run' avoids/hides dos windows?


'run' can only hide the window of the process it directly starts, I would guess.

It would be useful to know the value of your CYGWIN environment variable, 
specifically if it contains 'tty'


Just out of curiosity, what version of windows are you using?

Does setting the shortcut to run mimimized make any difference?

--
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-Win scripting help

2008-11-21 Thread Jon TURNEY

tbishop wrote:

I have used XP and have used this script for a long time as a bat file to get
to my UNIX box:
===
@echo off


C:
chdir C:\cygwin\bin

bash --login -c \XWin.exe -query 128.49.000.44 -from 128.23.77.149

for some reason on Vista it seems NOT to work the same, way, it opens up 3
command
tools, the 3rd one blank and a blank Xsession... nothing on the screen but
an X
in the middle does anyone have any ideas???


If this is a new computer with Vista on it you'll need to change the -from 
IP address to match.



--
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: Still problems starting X

2008-11-21 Thread Christopher Faylor
On Fri, Nov 21, 2008 at 04:03:52PM +0100, Angelo Graziosi wrote:
 Jon TURNEY wrote:

 'run' can only hide the window of the process it directly starts, I would 
 guess.

 With X11R7.4 there is a window that seems related to the process which
 'run' starts, and a second window related, I think, to the need of writing:

 
 The XKEYBOARD keymap compiler (xkbcomp) reports:
 Warning: Type ONE_LEVEL has 1 levels, but RALT has 2 symbols 
 Ignoring extra symbols
 Errors from xkbcomp are not fatal to the X server
 

 It would be useful to know the value of your CYGWIN environment variable, 
 specifically if it contains 'tty'

 Until now (I use Cygwin at least from May 2003) I never got the need to
 define CYGWIN. So I think it is undefined... or it has default values.

For cygwin bug reports, it is best to *attach* (not inline) the results
from running cygcheck -r -s -v rather than guessing.

cgf

--
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: Upgrade woes.

2008-11-21 Thread Do Not Reply


Eric Roode wrote:
 
 My xterms are screwed up.  Numlock is very wonky:  Let's say I start
 off with numlock on; I am in a Windows (non-X) window; I switch to an
 xterm; I use the numeric keypad to type; I get nothing (tildes, escape
 codes, non-numlock crap).  I switch to another xterm, I type on the
 keypad, I get digits.  I switch back to the first xterm, it's still
 acting as though numlock is off.  I switch to a Windows window, then
 back to the first xterm.  Now it behaves as though numlock is on.  I
 switch to the second xterm window, *it* is behaving as though numlock
 is off.  All this time, the numlock LED is lit.  I can consistently
 repeat this.
 

This has been quick-fixed by disabling the synchronization. Note that you'll
have to start X server with numlock and capslock off.

http://sourceware.org/ml/cygwin-xfree/2008-11/msg00265.html


Yaakov (Cygwin Ports) wrote:
 
 * Temporary disabled the NumLock/CapsLock synchronization due to several
 bug reports.
 

Thank you !

-- 
View this message in context: 
http://www.nabble.com/Upgrade-woes.-tp20582979p20624986.html
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/



RE: x-windows

2008-11-21 Thread Back, Michael
Quothe Prasanta Patro:
Hi,

I have been using x-windows from startxwin till today. Now i have 
updated the cygwin as a result of which now my x-windows does 
not work. 
It seems the batch file startxwin does not exist. Now i can see in the 
menu cygwin-x.

An explanation can be found in the FAQ:

http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-whereis-startxwin-bat

Welcome to X.Org R7.4!

Michael

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Documentation

2008-11-21 Thread Jared Silva
Jon TURNEY wrote:
 I've just updated the documentation under http://x.cygwin.com/docs/

I am glad someone is doing it!

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/