On Jan 10, 2008 8:22 AM, mdboom <[EMAIL PROTECTED]> wrote: > > [I'm resending this from the Google groups interface as my original e- > mail didn't seem to go through to the list]. > > glxgears seems to run fine. I have a nVidia Quadro FX 550 EPCI card. > I have attached the output of glxinfo.
I don't have many ideas.. it looks very much like an issue fixed in nvidia driver 1.0-4363 (see nvidia driver release notes), but it looks like your driver is far newer. Check that you have a complete install of the nvidia drivers; that another driver (e.g., mesa) isn't interfering, and that the machine has been restarted since installing the new driver. A good start in tracking down the problem would be to check that the arguments passed to glXCreateWindow seem reasonable (i.e., not null). These are in pyglet/window/xlib/__init__.py. It might also be worth trying the GLX 1.1 path, which doesn't use glXCreateWindow -- patch the have_version() method in pyglet/gl/glx_info.py to always return False. 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 -~----------~----~----~----~------~----~------~--~---
