elFarto / nvidia-vaapi-driver

A VA-API implemention using NVIDIA's NVDEC
Other
1.17k stars 53 forks source link

Is `EGL_PLATFORM=wayland` really needed? #229

Closed q234rty closed 1 year ago

q234rty commented 1 year ago

Looking at https://bugzilla.mozilla.org/show_bug.cgi?id=1769499, it seems that the bug was fixed a long time ago.

Moreover, people seems to be setting this env var globally, which causes issues with Xwayland apps that use EGL, e.g. https://gitlab.gnome.org/GNOME/mutter/-/issues/2793

If it's not longer relevant on FF102+, we could maybe just remove it from the README, or at least mention the fact that setting it globally causes breakage.

elFarto commented 1 year ago

That's probably a good idea, I'll update the README.

elFarto commented 1 year ago

I just removed it, since we shouldn't actually need it anymore.