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