-
A potential work-around that works for me is to run the program like this:
LIBGL_ALWAYS_SOFTWARE=1 python brainworkshop.pyw
might be applicable for all non-openGL2 compliant video cards, at least until the drivers can selectively fall-back to software for unsupported OGL extensions.
2009-11-30 10:20:07 UTC in Brain Workshop
-
Are you using and intel 855 video card by any cahnce?
might be this issue:
http://code.google.com/p/pyglet/issues/detail?id=245
?.
2009-08-22 22:58:29 UTC in Brain Workshop
-
There seems to be an upstream bug in pyglet with older intel chipsets causing graphical corruption*
I am asking here in hopes of a work-around as these errors were not present in pyglet v 1.0, (and because it seems pyglet's original developers have less time for the project).
* see http://code.google.com/p/pyglet/issues/detail?id=245.
2009-08-22 22:56:17 UTC in Brain Workshop