Open xi opened 1 year ago
Are there any differences in the environment of the tiny compositor vs other wlroots compositors? Anything like GBM_BACKEND=nvidia-drm
set, or LD_LIBRARY_PATH
?
No, same environment. env | grep GDM
and env | grep LD
are both empty.
You can try to set the renderer to pixman:
export WLR_RENDERER=pixman
This isn't a solution but only a workaround, though
When I try to run tiny I get the following error:
When I start a different wlroots-based compositor I get this output:
I tired to look through the code to find what pywlroots does differently than the other compositor, but it all looks very similar. Any idea what I am doing wrong? Do I have to re-build the .so files for my system or something? Any help would be appreciated!