Why? Using an OpenGL viewport removes the single-most expensive operation on any platform (especially X11), which is transformed pixmaps. And that seems to be exactly what he's having problems with. OpenGL offloads your CPU and moves graphics ops onto your otherwise idle graphics card. Contrary to what you're advising, OpenGL should be the de facto choice if you want high performance graphics. Period.
Bookmarks