Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如标题所述,我使用directfb作为QT的显示后端。因为硬件有BLIT加速能力,directfb自动选择backvideo的缓冲模式,但是WaitVSync导致GUI响应很慢。如果使用 vsync-none 参数禁用 WaitVSync,会导致屏幕出现撕裂。