Bug 2094953
| Summary: | VA-API does not work even though it is supposed to according to update description | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Julian Sikorski <belegdol> | ||||
| Component: | firefox | Assignee: | Gecko Maintainer <gecko-bugs-nobody> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 36 | CC: | dimitris.on.linux, erack, gecko-bugs-nobody, jhorak, kai-engert-fedora, klaas, pjasicek, rhughes, rstrode, sandmann, stransky | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | firefox-101.0.1-4.fc36 firefox-101.0.1-5.fc35 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2022-06-16 01:20:48 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Julian Sikorski
2022-06-08 17:17:02 UTC
MOZ_DISABLE_RDD_SANDBOX=1 seems to help. FEDORA-2022-0e2ff84e1e has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-0e2ff84e1e FEDORA-2022-950e0f78c7 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-950e0f78c7 With firefox-101.0.1-1.fc36.x86_64 VA-API seems to work even without the need to flip media.ffmpeg.vaapi.enabled to true. Thanks! FEDORA-2022-0e2ff84e1e has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-0e2ff84e1e` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-0e2ff84e1e See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-950e0f78c7 has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-950e0f78c7` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-950e0f78c7 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-0e2ff84e1e has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-0e2ff84e1e` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-0e2ff84e1e See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. Build 101.0.1-4.fc36 doesn't seem to enable VAAPI (no video workload on intel_gpu_top playing youtube video) on a: 00:02.0 VGA compatible controller: Intel Corporation TigerLake-LP GT2 [Iris Xe Graphics] (rev 01) (In reply to Dimitris from comment #8) > Build 101.0.1-4.fc36 doesn't seem to enable VAAPI (no video workload on > intel_gpu_top playing youtube video) on a: > > 00:02.0 VGA compatible controller: Intel Corporation TigerLake-LP GT2 [Iris > Xe Graphics] (rev 01) You still need to install additional packages on Intel, see: https://fedoraproject.org/wiki/Firefox_Hardware_acceleration#Configure_VA-API_Video_decoding_on_Intel You may also probe troubleshooting steps: https://fedoraproject.org/wiki/Firefox_Hardware_acceleration#Troubleshooting FEDORA-2022-950e0f78c7 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2022-d1c8a76563 has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report. I see, thanks. Is ffmpeg/a non-official repo going to be required long term for video acceleration? (In reply to Dimitris from comment #12) > I see, thanks. Is ffmpeg/a non-official repo going to be required long term > for video acceleration? It's required for H264 format HW acceleration. Free formats (VP8,9,AV1) are accelerated with free drivers (one of Intel driver is going through review now - https://bugzilla.redhat.com/show_bug.cgi?id=1942132). |