X hangs up because of application (use C++, Qt, OpenGL)
Have you tried adding robustness support to your OpenGL implementation using GL_ARB_robustness? 2.6 “Graphics Reset Recovery” Certain events can result in a reset of the GL context. Such a reset causes all context state to be lost. Recovery from such events requires recreation of all objects in the affected context. The current status of the … Read more