Hi Victor,
Ok, thanks for the reply.
So, if this is the case, I presume there is no point in letting Qt modify the settings by default to use the virtual screen to enable double buffering and vsync, this is the print output when running a Qt app:-
QEglFSVivIntegration will set environment variable FB_MULTI_BUFFER=2 to enable double buffering and vsync.
If this is not desired, you can override this via: export QT_EGLFS_IMX6_NO_FB_MULTI_BUFFER=1
Cheers
James