waypipe Failed to pick primary buffer format for output 'WL-1' unless using pixman
trying to run a wlroots compositor over waypipe fails with the above error, a similar, the command used to launch was
WLR_RENDERER=vulkan WLR_BACKENDS=wayland WLR_RENDER_DRM_DEVICE=/dev/dri/renderD130 sway
on intel (DG2) and
WLR_RENDERER=gles2 WLR_BACKENDS=wayland WLR_RENDER_DRM_DEVICE=/dev/dri/renderD130 sway
on both amd (polaris) and intel (DG2)
the same commandline works for nested sway on the host machine, just not over waypipe
neither WLR_RENDERER_ALLOW_SOFTWARE or WLR_EGL_NO_MODIFIERS have an effect.
wayfire cage and sway have all been tested with wlroots 0.15.1-6, I have not be able to test wlroots-git as of yet
Edited by Quackdoc