| Summary: | mesa vdpau drivers are missing | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Wade Berrier <wberrier> |
| Component: | mesa | Assignee: | Dave Airlie <airlied> |
| Status: | CLOSED ERRATA | QA Contact: | Desktop QE <desktop-qa-list> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.4 | CC: | airlied, jkoten, jstodola, riehecky, tpelka |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-08-01 16:00:03 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: | |
It isn't a major problem to enable these drivers. I built mesa with the above changes with the following card: 01:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 210] (rev a2) I installed the firmware and enabled reclocking according to: https://nouveau.freedesktop.org/wiki/VideoAcceleration/ the audio was a bit "stuttery" playing hidef h264. I tried reclocking with: nouveau.pstate=1 and trying a few values in: /sys/class/drm/card0/device/pstate with no improvements (mplayer, kodi, mythtv) As a comparison, using the 340.96 nvidia driver has smooth playback. I don't know the likelihood of this improving on el7, but am reporting the results regardless. I guess it would be interesting to try this hardware on fedora to see if the situation improved... mesa vdpau drivers are part of mesa-vdpau-drivers rpm: rpm -ql mesa-vdpau-drivers /usr/lib64/vdpau/libvdpau_nouveau.so.1 /usr/lib64/vdpau/libvdpau_nouveau.so.1.0 /usr/lib64/vdpau/libvdpau_nouveau.so.1.0.0 /usr/lib64/vdpau/libvdpau_r600.so.1 /usr/lib64/vdpau/libvdpau_r600.so.1.0 /usr/lib64/vdpau/libvdpau_r600.so.1.0.0 /usr/lib64/vdpau/libvdpau_radeonsi.so.1 /usr/lib64/vdpau/libvdpau_radeonsi.so.1.0 /usr/lib64/vdpau/libvdpau_radeonsi.so.1.0.0 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:1865 |
Description of problem: el7 has a quite recent mesa version but the vdpau drivers are not built. Any particular reason for this? Looking at the .spec file it appears that "with_vdpau" can be set to "1", and that the r300 drivers can be included: +%{_libdir}/vdpau/libvdpau_r300.so.1* It would be great to have hardware accelerated video playback for software that supports vdpau.