buffet / kiwmi

A fully programmable Wayland Compositor
Mozilla Public License 2.0
612 stars 22 forks source link

No free output buffer slot, failed to render cursor buffer #74

Open CalSch opened 1 year ago

CalSch commented 1 year ago

When I start kiwmi, a black borderless window pops up, the cursor is glitchy and leaves a weird trail, the keybinds don't do anything and this shows up in the log:

00:00:21.399 [render/swapchain.c:97] No free output buffer slot
00:00:21.399 [types/output/cursor.c:354] Failed to render cursor buffer
00:00:41.398 [render/swapchain.c:97] No free output buffer slot
00:00:41.398 [types/output/cursor.c:354] Failed to render cursor buffer
00:00:41.398 [render/swapchain.c:97] No free output buffer slot
00:00:41.398 [types/output/cursor.c:354] Failed to render cursor buffer

(It says it a few more times)

My configuration is from https://github.com/dacyberduck/kiwmi-config/

kuruczgy commented 1 year ago

This seems like an upstream wlroots issue specific to the wayland backend: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/2554