-
Notifications
You must be signed in to change notification settings - Fork 32
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
VDPAU/Nvidia acceleration in Chromium 87 on Ubuntu 20.04 broken #102
Comments
The LIBVA_DRIVER_NAME=vdpau chromium-browser --ignore-gpu-blocklist --use-gl=desktop --enable-oop-rasterization didn't work for me either , ubuntu 20.04 , Version 88.0.4315.5 , nVidia RTX 2070 proprietary drivers, same VDA error 4 Failed to create dedicated X11 display! |
I have the same problem. |
I tried using h264ify extension and hardware acceleration worked fine. Only VP9 doesn't work. |
intel too |
Can confirm that NVIDIA binary driver + vdpau-va-driver no longer works. Ubuntu 20.04, Nvidia 460.39. Tested chromium-beta 88 and chromium-dev 90. Console throws "Failed to create dedicated X11 display!" whenever a video starts playing, and it falls back to software decoding (happens with both H264 and VP9). VP9 I don't really care about, but H264 is certainly a regression. --use-gl=desktop has no effect. |
bump? |
I do need to publish the vdpau-va-driver for newer Ubuntu versions, but since I don't have a Nvidia GPU, I can't do much experimentation from here. |
This can be closed because it is vdpau-va-driver-vp9 issue: xtknight/vdpau-va-driver-vp9#15 |
As the #98 ist closed now - a similar problem exists for nvidia-cards:
No hardware acceleration for Nvidia-Cards (vdpau) using 87.* builds of chromium. 86.* builds work fine.
--use-gl=desktop does not solve the issue. Neither does setting enable hardware acceleration in command line or flags.
The text was updated successfully, but these errors were encountered: