glTexImage3D missing?

2006-08-30 Thread Bernhard Ege
I am trying to compile an opengl program and have managed to get all but 
1 error to disappear:


gcc  -o 3dtexture 3dtexture.c -lglut32 -lglu32 -lopengl32
/cygdrive/c/DOCUME~1/bme/LOCALS~1/Temp/ccAhs05G.o:3dtexture.c:(.text+0xa7b): 
undefined reference to [EMAIL PROTECTED]'

collect2: ld returned 1 exit status
make: *** [3dtexture] Error 1

I have been unable to resolve this error. I did find _glTexImage3D in 
/usr/X11R6/lib/libGL.dll.a but I have been unable to take advantage of it.


How can I solve this error?

Am I missing something obvious? ;-)

/Bernhard

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



XDMCP Problems

2006-08-30 Thread Robert Campbell
Hi all my first question to this forum so be gentle.

I have two problems that seem to be related.

I have a home LAN setup with two FC4 boxes.

On the first FC4 box, I have setup XDMCP, and can connect to the XDMCP
via Xnest on the second box.

This works: 
  Xnest :1 -query ip address 

This tells me that XDMCP seems to be working properly on the first FC4
machine.

However, using cygwin/Xfree on an XP Pro notebook I cannot connect.
I continue to get the 'Too many retransmissions' message.

I've tried the following combinations of commands:
 Xwin -query ip address
 Xwin -query ip address -from local ip address
 
I have disabled completely the firewall on the XP Pro laptop, and have
no clue as to why it's not connecting.

Curiously enough though,  I can bring the same laptop into the office
connect it to the lan and use
 Xwin -query ip address
To start an XDMCP session to a Solaris 8 machine.

The second question is related, it involves XDMCP from the same laptop
to the same sun machine over a VPN.

Whenever I initialize an openvpn connection to the office, I can ping,
telnet, surf the local intranet, etc, etc. all over the vpn with no
difficulty.  However, when I try to connect to the Solaris 8 host
via xdmcp, I get the Too many retransmissions error after a couple of
minutes.  I've tried every set of Xwin command combinations I can think
of, with no success.

Does anybody have any ideas ?



--
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: slow paints despite fast hardware

2006-08-30 Thread Phlip

Here are animations of the effect:

http://www.zeroplayer.com/fastXterm.avi
http://www.zeroplayer.com/slowKde.avi


Just to finish the thread, turning compression on seems to have helped.

 ssh -X -C [EMAIL PROTECTED]

I did not report that earlier because at first it did not work. The
above animations were collected after turning it on. I guess it took a
while to take effect!

--
 Phlip
 http://c2.com/cgi/wiki?ZeekLand  -- NOT a blog!!

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



How do I turn off the disappearing mouse pointer feature?

2006-08-30 Thread Phlip

Cygwin-Free:

Yes, it's FAQ time again. I can't figure out, from Googling, how to
get CygWin to stop making the mouse pointer disappear.

The best I can find is -lesspointer, which seems to make this a feature.

I also would not know how to turn that on, or off, in the maze of
shell files below startx.

A little help?

--
 Phlip
 http://c2.com/cgi/wiki?ZeekLand  -- NOT a blog!!

--
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 on multiple displays, nothing displayed

2006-08-30 Thread Brian Ford
On Tue, 29 Aug 2006, Justin Patrin wrote:

 On 8/29/06, Brian Ford Brian's email address wrote:

http://cygwin.com/acronyms/#PCYMTNQREAIYR
Thanks.

  On Tue, 29 Aug 2006, Justin Patrin wrote:
   Does anyone have any clues how to fix this issue?
 
  -multiplemonitors ?

 Thanks, I should have checked for/tried that previously. Unfortunately
 it makes no difference at all. I've attempted some more things and
 here is what I have found:

 -multiplemonitors makes no difference with any of the other options I tried.

 -multiwindow is my default mode and works on one monitor but not on
 two. Some more testing today has shown that output works only on the
 leftmost monitor but only at the resolution of the primary monitor.

Works fine for me with two.  Are the two monitors at different color
depths?  Are they being driven by the same vendor's video driver?

You did start X after having the destop extended, right?  Changes in
monitor configuration are currently not detected.

-- 
Brian Ford
Lead Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
the best safety device in any aircraft is a well-trained crew...

.


--
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: glTexImage3D missing?

2006-08-30 Thread Brian Ford
On Wed, 30 Aug 2006, Bernhard Ege wrote:

 I am trying to compile an opengl program and have managed to get all but
 1 error to disappear:

 gcc  -o 3dtexture 3dtexture.c -lglut32 -lglu32 -lopengl32
 /cygdrive/c/DOCUME~1/bme/LOCALS~1/Temp/ccAhs05G.o:3dtexture.c:(.text+0xa7b):
 undefined reference to [EMAIL PROTECTED]'
 collect2: ld returned 1 exit status
 make: *** [3dtexture] Error 1

 I have been unable to resolve this error. I did find _glTexImage3D in
 /usr/X11R6/lib/libGL.dll.a but I have been unable to take advantage of it.

 Am I missing something obvious? ;-)

Several things.  You linked with -lglut32 -lglu32 -lopengl32 which are
Windows native libraries, but posted to the cygwin-xfree mailing list.  As
such, you're off topic ;-).  cygwin is the place to discuss these
libraries.

/usr/X11R6/lib/libGL.dll.a is the OpenGL for X11 and would be linked as
-L/usr/X11R6/lib -lGLU -lGL (I think that freeglut is now available for
X11 in Cygwin, but I have never used it).

Microsoft's OpenGL is version 1.1.  glTexImage3D is not a version 1.1
feature.  You need to learn how to load extensions and look at
EXT_texture3d and glTexImage3DEXT.

-- 
Brian Ford
Lead Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
the best safety device in any aircraft is a well-trained crew...

.


--
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 on multiple displays, nothing displayed

2006-08-30 Thread Justin Patrin

On 8/30/06, Brian Ford [EMAIL PROTECTED] wrote:

On Tue, 29 Aug 2006, Justin Patrin wrote:

 On 8/29/06, Brian Ford Brian's email address wrote:

http://cygwin.com/acronyms/#PCYMTNQREAIYR
Thanks.

  On Tue, 29 Aug 2006, Justin Patrin wrote:
   Does anyone have any clues how to fix this issue?
 
  -multiplemonitors ?

 Thanks, I should have checked for/tried that previously. Unfortunately
 it makes no difference at all. I've attempted some more things and
 here is what I have found:

 -multiplemonitors makes no difference with any of the other options I tried.

 -multiwindow is my default mode and works on one monitor but not on
 two. Some more testing today has shown that output works only on the
 leftmost monitor but only at the resolution of the primary monitor.

Works fine for me with two.  Are the two monitors at different color
depths?  Are they being driven by the same vendor's video driver?



Ah, it would be something so obvious that I didn't think of it. It was
the color depth. My reinstall set the color depth to the default which
is 16-bit for the LCD but 32-bit for the monitor. Switching the LCD to
32-bit fixed the problem.

Thanks a lot, this has been bugging me for quite a while.

--
Justin Patrin

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



Sylpheed Claws after update broken

2006-08-30 Thread Dirk Schleicher
Hallo there,

I made a update today and now I am not able to start SC. GV and other X
programs working. I try sylpheed-claws --debug but nothing.
What can I do. Where can I look.

Thanks

Dirk

--
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: Sylpheed Claws after update broken

2006-08-30 Thread Larry Hall (Cygwin X)

Dirk Schleicher wrote:

Hallo there,

I made a update today and now I am not able to start SC. GV and other X
programs working. I try sylpheed-claws --debug but nothing.
What can I do. Where can I look.



sylpheed-claws is not a package that is part of the Cygwin distribution.
As a result, it's off-topic here.  If you got an executable from a 3rd
party, you can contact them.  If you built it yourself, I'd recommend
debugging the issue to see if that offers some insight.


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