Hi everybody,
I am currently working on implementing a smooth scrolling text on AM335x EVM using QT/Embedded (4.8).
Everything is fine: the text scrolls very smoothly and the CPU usage is so low! *BUT* I have an annoying tearing effect... I tried to implement the scrolling in both a standard QWidget and in a QGLWidget... I also tried QT Quick 1.1... but the problem is always there...
I guess it is due to the fact that the drawing to framebuffer is not sync with the display VSYNC...
I already tried to modify the settings in /etc/powervr.ini (for using a FLIP or BLIT approach) but it does not change anything...
Have you some ideas about that?
Thanks!