-
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
VAAPI does not work #116
Comments
Sorry I should be clear this is ver92 from the dev ppa. ver91 in the beta ppa works. |
Looks that HW decode (VAAPI) doesn't work at all on NVIDIA in the recent 95 build... And as bonus: bad web fonts render in 95. |
Actually VAAPI doesn't work for Chromium 95 because there is no way to disable the ozone platform which atm doesn't support VAAPI. It has nothing to do with Nvidia, it doesn't work on Intel either. The good news is there is a commit that fixes it and it will land on Chromium 96. So just skip 95. https://chromium.googlesource.com/chromium/src/+/a4de986102a45e29c3ef596f22704bdca244c26c |
Failed to Hardware decode with vdpau-va-driver
|
@xswqaz Can you run Chromium from the following command line with these arguments, and paste the output here? Hopefully there's a bit more info there.
|
Here is log
|
After setting "Enable software compositing window manager" on |
I'm suspecting it's something specific to do with NVidia, but not sure what. AMD appears to be working fine. |
I added a script today to install this chromium-ubuntu-build and it works great with NVIDIA graphics including hardware video acceleration. The GitHub repository builds both VA-API drivers for NVIDIA graphics. |
Can you guide the same for Arch Linux as well? It's a hazzle for me to not have a working VA--API decoder. |
@pc00per No need to customize chromium version |
Tnx. But I've tried desktop glx & it's of no use. None of my browsers decode using hw acceleration at all. Chromium strictly stick to |
Have you tried with chrome Official version? --disable-features=UseChromeOSDirectVideoDecoder and You need to install vdpau-va-driver backend. No problem with vainfo |
I've tried everything. Modifications of flags has nothing to do with the absense of hardware-accelerated-video-decode |
Youtube default codec is vp9, and I recommend plugin h264ify |
H264 uses DA1VD Decoder, which too doesn't have HW acceleration. |
No h264 is decoded by VDAVideoDecoder |
There is no option for hardware decoder in latest chrome version |
Chromium-browser 92.0.4503.0 Ubuntu 20.04 installed via the ppa
I started Chromium with
I have enabled override software rendering list and after starting Chromium this way I checked about:gpu and hardware decoding was enabled.
But went to Youtube to watch any video and checked Developer_Tools > Media and it showed that vaapi is not working and intel-gpu-top also show 0% under video.(as well the terminal didn't show any info about vaapi version and driver initiation and such)
I have installed h264ify addon on Chromium. VAAPI for the same videos works in Firefox.
When Chromium started I got these errors
I have intel ivybridge graphic, no Nvidia.
The text was updated successfully, but these errors were encountered: