-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hardware rendering doesn't always initialize #278
Comments
Exact same issue here GPU: Nvidia GTX 1060 |
It looks like you are still using the EGL backend. Maybe the environment variable for the backend isn't working? What is the output of |
Hello, I think I'm on the same boat. This is the output of
NVIDIA driver: I guess we are missing |
The environment variable for the backend seems to be working properly
|
VAEntrypointEnc is for NVENC to encode video, this driver does not support NVENC yet. See #116 |
Please set NVD_BACKEND=direct in your etc/environment file and reboot, as the egl backend does not work on your driver version. Also please set gfx.x11-egl.force-enabled=false in your Firefox settings |
Oh now I see that in my first message, As for the |
Yeah my bad on the Firefox, keep that set to true. Do you still have issues even with the direct backend? |
Yes, still the same error messages in the
|
Hi,
It happens quite often that my firefox is unable to initialize hw video acceleration properly.
Here are two sequences of error messages I get inside the
about:config
tab.My HW config:
Environment variables:
vainfo
output:The following variables are set as stated in the README
Any clues on what may go wrong ? Thanks
The text was updated successfully, but these errors were encountered: