Re: Python 3 crash when running on optimus card
"Mike C. Fletcher" <[email protected]> Wed, 19 Mar 2014 01:14:12 -0400
| Newsgroups | gmane.comp.python.opengl.user |
|---|---|
| Message-ID | <[email protected]> |
On 14-03-05 11:23 AM, Ákos Tóth wrote: > The Optimus driver is basically a secondary X server with the Nvidia > proprietary drivers loaded instead of Mesa (which houses anything the > integrated Intel card is capable of running), so I assume the issue > might be present when running with the Nvidia drivers regardless of > Optimus. Later this week I could do a test where I disable bumblebee > altogether and enable Nvidia on the primary X, thus getting around the > whole Optimus deal, and see if it still happens. To attempt to work around this, I've moved all of PyOpenGL to using a pattern where entry points are resolved only when they are first used. If I'm right about what Optimus is doing, that *should* give us the right entry points, as they should be looked up in the context after Optimus has swapped them out for its own entry points. No way to tell without actually testing, though. Thanks, Mike -- ________________________________________________ Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ PyOpenGL Homepage http://pyopengl.sourceforge.net