Qt: compositor_x11 does not support v-sync: interface is not smooth
If composition is done manually with offscreen indirection of quick window through quick render control, v-sync needs to be handled explicitly. In normal case, my system compositor with OpenGL backend can satisfy v-sync properly on X11.
This is especially obvious when there are animations. It seems that although XRender is used for composition, x11 present protocol is not used.