elFarto / nvidia-vaapi-driver

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

Question about direct backend #287

Closed Tiagoquix closed 5 months ago

Tiagoquix commented 5 months ago

When using the direct backend, should I set gfx.x11-egl.force-enabled to true or false?

elFarto commented 5 months ago

Firefox should already be using EGL as the default backend, so it shouldn't need to be set. You can check this by looking at the X11_EGL section in the about:support page.

nerijus commented 5 months ago

Then README.md should probably be updated that it is not required? Currently it is marked as required.

kjkent commented 3 months ago

Yeah I'm currently confused about the same thing -- regardless of Firefox's current default, is it a setting still needing to be set (either by the user or by FF) with the direct backend?

Edit: @elFarto already answered this here: https://github.com/elFarto/nvidia-vaapi-driver/issues/265#issuecomment-1879740924 (yes -- even with the driver using direct backend, Firefox still needs to be set to use EGL)