Invitation to submit your software at Sooftware.com

2008-12-03 Thread i...@sooftware.com
Dear Sir or Madam,

we noticed you are in software development business and you also promote your 
software on the internet. We would like to invite you, to submit your software 
at http://www.sooftware.com. You can submit directly by PAD file, or open a 
free publishers account. Software submission form is located at 
http://www.sooftware.com/submit-software.html.

Please contact us, if we can help in any way.

Best wishes,
Sooftware.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, backingstore and opengl

2008-12-03 Thread Jon TURNEY

Angelo Graziosi wrote:

Jon TURNEY wrote:

I'm sorry, your our previous mail hadn't really made it clear to me 
that there was problem with glxgears etc.


Just for my comprehension, can you explain again what happens if you 
run glxinfo and glxgears on 1.5.3-4.


Really, in my posts, I never cited 'glxgears', 'glxinfo' etc.
Sincerely, I do not know what they are...


Ah, I'm sorry.  By OpenGL demos you mean the ones which come with ROOT.

glxgears, glxinfo are GL demo programs which come with mesa (the OpenGL library)

It would be useful if you could install the mesa package and check if glxinfo, 
glxgears work for you.



I have written:

1. Adding +bs at command line which starts XWin (in startxwin.bat) and
then trying to run some ROOT macro (hsimple.C etc.) both ROOT and
XWin-1.5.3-4 (from [1]) segfault. Using YOUR XWin with debug info etc.,
ROOT, hsimple.C etc. work fine, i.e. NO segfault etc.

2. Adding +bs at command line which starts XWin (in startxwin.bat) and
then trying to run some ROOT OPENGL macro (geom/shapes.C, for example
see [2]) then the macro fails to be excuted (see [2]), but it works if I
omit '+bs' OR if I use the workaround described here [3] OR if I use
YOUR debug XWin.exe!

MAY YOU try [1] with the steps described in [2] and confir/or not the
segfaults?


Yes, I have tried running the ROOT application, but I am afraid I cannot 
reproduce your problem.



Irrespective of if I use +bs or not, with 1.5.3-4, simple.C runs ok, 
geom/shapes.C causes ROOT to segfault unless XLIB_SKIP_ARGB_VISUALS is used.


You should raise the ROOT segfault as an issue with the ROOT developers.  They 
will be far more qualified to diagnose the issue than me.


If you wouldn't mind trying again, I've built a slightly different debug 
version, which you can get from:


ftp://cygwin.com/pub/cygwinx/XWin.20081203132739.exe.bz2

--
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: fonts and xterm

2008-12-03 Thread Jon TURNEY

JP de Vooght wrote:

Hello all,

I have recently updated to the newest XWin and have noticed the following on
my Vista laptop:

- whenever I open an xterm as indicated below, the scrollbar does not work
and the window is not rendered at the bottom and on the right where small
bands reveal the background; is this an xterm problem that will be fixed? Or
some omission on my part?

xterm -sb -rightbar -fg white -bg black -e /bin/bash --login -i


This is a bit vague as to, for e.g. if the scrollbar is drawn and works
correctly when it is on the left.


- I can't seem to fix the problem with finding Times-Roman for applications
such as graphviz which I had resolved previously - where is Times-Roman now?


I had resolved previously: then why not do whatever you did last time to
resolve it?

I guess you might have obtained a times.ttf file from somewhere (perhaps
C:\Windows\Fonts)

In which case, being aware [1] that fonts have moved from
/usr/X11R6/lib/X11/fonts to /usr/share/fonts, you'll probably want to obtain
that file again and put it in /usr/share/fonts/TTF

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



--
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, backingstore and opengl

2008-12-03 Thread Angelo Graziosi

Jon TURNEY wrote:


glxgears, glxinfo are GL demo programs which come with mesa (the OpenGL library)

It would be useful if you could install the mesa package and check if glxinfo, 
glxgears work for you.


You have ignored my cygchec.out here [1]. I have those packages
installed and glxgears, glxinfo seem to work (see opengl.txt below).



Irrespective of if I use +bs or not, with 1.5.3-4, simple.C runs ok, 
geom/shapes.C causes ROOT to segfault unless XLIB_SKIP_ARGB_VISUALS is used.

You should raise the ROOT segfault as an issue with the ROOT developers. They 
will be far more qualified to diagnose the issue than me.


The fact that also XWin segfaults, means it isn't a problem only for
ROOT developers...


If you wouldn't mind trying again, I've built a slightly different debug 
version, which you can get from:

ftp://cygwin.com/pub/cygwinx/XWin.20081203132739.exe.bz2


Just for completeness, I have tried and IT WORKS JUST FINE and without
XLIB_SKIP_ARGB_VISUALS! Respect to the previous testing-XWin you have
proposed, with XWin.20081203132739 also the keyboard works just fine!!!

So, I doubt we are referring to the same failing XWin which one finds on
the mirrors...

Cheers,
   Angelo.


---
[1] http://cygwin.com/ml/cygwin-xfree/2008-11/msg00332.html


opengl.txt.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: Recent X11 upgrade and getting _gl?? Undefined references compiling another package

2008-12-03 Thread Brian Keener
Jon TURNEY wrote:
   OPENGL_INCLUDE_DIR   /usr/include
   OPENGL_gl_LIBRARY/usr/lib/w32api/libopengl32.a
   OPENGL_glu_LIBRARY   /usr/lib/w32api/libglu32.a
 
 I suspect you might have the problem discussed here:
 http://cygwin.com/ml/cygwin-apps/2008-11/msg00036.html

That was it.  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/