[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] OpenGL + OS X refresh problem



It appears that my problem is caused by an OS X driver issue. Namely, if you
ctrl+C a pygame window that is using OpenGL it will get the driver into a
funk that can only be solved by rebooting. 

It's very strange that it only happens with pygame and not pure PyOpenGL
though. Maybe it has to do with double-buffering or something like that? 

At any rate, it might be worth mentioning in the documentation if you have
some sort of 'troubleshooting' or 'FAQ' page.

David

On Thu, Nov 11, 2010 at 06:24:29PM -0500, David Warde-Farley wrote:
> Thanks for your reply Brian,
> 
> On Thu, Nov 11, 2010 at 02:27:02PM -0800, Brian Fisher wrote:
> > can you provide a link or reference to something specific that doesn't work?
> 
> As I said, the 3D cube example from pygame.examples. Looking now it's called
> pygame.examples.glcube.
> 
> > Also, do you know if you are using 32-bit or 64-bit python? 
> 
> 64-bit. It's the Python 2.7 for OS X 10.6 installer provided at Python.org.
> 
> > Where did you install pygame from?
> 
> >From source, I tried both easy_install and with the tarball manually.
> 
> David