Enerccio / ewlc

Wayland compositor library - extended
MIT License
20 stars 3 forks source link

X backend is broken as of EGLStreams support #93

Open WLCIssuesBot opened 7 years ago

WLCIssuesBot commented 7 years ago

Issue by SirCmpwn Friday Apr 07, 2017 at 11:56 GMT Originally opened as https://github.com/Cloudef/wlc/issues/249


WLCIssuesBot commented 7 years ago

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.

WLCIssuesBot commented 7 years ago

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


I'm using nouveau.

WLCIssuesBot commented 7 years ago

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.