Fixed it! For some reason I had an old version of the libGL in /usr/ lib/xorg, while the correct version was in /usr/lib. I just renamed the one in /usr/lib/xorg and it found the correct one instead. (BTW I am using the Catalyst 8.1 driver.) I'm not sure why pyglet found the old one first, while all other programs seemed to find the newer one. Sorry to waste your time debugging my video card drivers; hopefully this is useful to someone else as well. Cheers,
-Dustin On Jan 21, 5:24 pm, "Alex Holkner" <[EMAIL PROTECTED]> wrote: > On Jan 22, 2008 11:11 AM, Dustin Kleckner <[EMAIL PROTECTED]> wrote: > > > server glx version string: 1.2 > > client glx version string: 1.4 > > It's unusual to have different version numbers here, though I don't > have any ATI drivers to compare to. Richard suggests that you might > need to restart your computer (not just X) to get a kernel module > reloaded. > > Otherwise, I'd suggest checking that the correct libGL.so and friends > are being loaded. You can ldd a working OpenGL program to get the > correct path, and compare with what pyglet/lib.py finds (lines 73 and > 78). > > Sorry I can't offer much more help. Is this using the new Catalyst > 8.1 driver released last week? > > Alex. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
