Hello everybody,

Normally, I work with Qt 4.8.7 embedded with framerbuffer years ago. It works fine, but now, we need one step more.
My apps only use static images.

Now, we need move images around screen, but if I tried to move fast, there are a lot of flicks ( or flickers, I not sure how to say in english ).
Qt support OpenGl ES, wayland, etc etc. and I supposed that OpenGl is the correct way to use graphics acceleration.

But I have some doubts that I need to resolve before starting to compile.

1.- Can I use OpenGl in any hardware?? I use baytrail E3845 with intel HD 4000 ( i915 linux driver ).
2.- Qt can work in framebuffer with drm suppport ( mesalib ) without X?
3.- is it possible to use OpenGl ES with Qt 4.8.7?? I just tried to compile it with OpenGl ES support and there are a lot of fails.......

I known that this is a generic question, but I need to have clear my ideas before.

Best regards.