On 6/9/08, bruce <[EMAIL PROTECTED]> wrote: > > On Jun 8, 12:18 am, "Alex Holkner" <[EMAIL PROTECTED]> wrote: > > Please post the output of `python -m pyglet.info`, I'll add a > > workaround for your device. > > > % python -m pyglet.info > /Library/Frameworks/Python.framework/Versions/2.4/Resources/Python.app/ > Contents/MacOS/Python: module pyglet.info not found
Sorry, forgot to mention that that command requires Python 2.5. This is great though: > >>> info.dump() > gl_info.get_version(): 2.0 ATI-1.4.56 > gl_info.get_vendor(): ATI Technologies Inc. > gl_info.get_renderer(): ATI Radeon X1600 OpenGL Engine I've put in a workaround in r2113 to disable VBOs automatically when this device is detected. That's obviously a pretty brutal solution, as the exact failure case is probably only a particular sequence of operations that needs to be avoided (or indeed, a bug in pyglet that's just not showing up with other devices). If you feel inclined, run the graphics test suite (included in the source distro or through SVN): python tests/test.py graphics and post the resulting pyglet.*.log file. 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 -~----------~----~----~----~------~----~------~--~---
