-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5, 6.8.3, 6.10
-
None
Adding a delay in rendering causes timers to be significantly delayed when running on Wayland. This does not happen on X11. Also, it does not happen when using QSG_RENDER_LOOP=basic on wayland.
The attached example adds a selectable delay to the Quick render loop, and prints the actual interval for a 100 ms timer. Adding just a 30 ms delay causes the timer to fire at ~400 ms intervals, while rendering still happens at 30 FPS.