Enerccio/ewlc

X backend is broken as of EGLStreams support

WLCIssuesBot opened this issue · 3 comments

Issue by SirCmpwn
Friday Apr 07, 2017 at 11:56 GMT
Originally opened as Cloudef/wlc#249


Comment by vially
Friday Apr 07, 2017 at 14:20 GMT


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

Comment by SirCmpwn
Friday Apr 07, 2017 at 14:21 GMT


I'm using nouveau.

Comment by vially
Friday Apr 07, 2017 at 14:30 GMT


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.