https://bugs.freedesktop.org/show_bug.cgi?id=106713

--- Comment #8 from Michel Dänzer <[email protected]> ---
I spoke too soon, Talos Principle hangs using Vulkan if "Enable V-Sync" is
enabled in the graphics options. Mesa's x11_manage_fifo_queues hangs in
xcb_wait_for_special_event here:

      while (chain->last_present_msc < target_msc) {
         xcb_generic_event_t *event =
            xcb_wait_for_special_event(chain->conn, chain->special_event);

So it looks like a PresentCompleteNotify event is either lost somewhere, or has
the wrong MSC value.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to