PDA

View Full Version : QT using Qt Open gl module and X11 window system



abdul_moiz
5th August 2011, 10:59
Hi,

I have downloaded and compiled QT/X11(with opengl es) on my OMAP4 panda board.
But when I run the examples in the opengl folder, i observed that the rendering is slow.
i have gone through few documents of QT and what I have understood that opengl ES uses egl (instead of GLX) and QWS(Qt windowing system).
Can anyone help me how to enable GLX (instead of EGL) so that opengl ES uses the X11 window system instead of QWS and thus rendering can be improved.

Thanks