Cloudef / wlc

High-level Wayland compositor library
MIT License
331 stars 58 forks source link

X backend is broken as of EGLStreams support #249

Open ddevault opened 7 years ago

vially commented 7 years ago

Can you provide more info? Seems to work for me using proprietary nVidia drivers.

ddevault commented 7 years ago

I'm using nouveau.

vially commented 7 years ago

I can't test it because nouveau doesn't work for my card. But I think there's a bug in code where context->device_extensions is null when it's not supposed to. It could be fixed by setting: context->device_extensions = ""; before line 337 in egl.c

But I have no idea if your bug is related to this or not.