Please read this before reporting a bug:
https://wiki.archlinux.org/index.php/Reporting_Bug_Guidelines
Do NOT report bugs when a package is just outdated, or it is in Unsupported. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/index.php/Reporting_Bug_Guidelines
Do NOT report bugs when a package is just outdated, or it is in Unsupported. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#44569 - libva-intel-driver - libvdpau_i965.so is not found
Attached to Project:
Arch Linux
Opened by Carlos Eduardo (cemsbr) - Monday, 13 April 2015, 07:24 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 13 April 2015, 16:22 GMT
Opened by Carlos Eduardo (cemsbr) - Monday, 13 April 2015, 07:24 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 13 April 2015, 16:22 GMT
|
DetailsDescription: vdpauinfo and vlc reports missing libvdpau_i965.so
Additional info: * package version(s) libva-intel-driver 1.5.1-1 * config and/or log files etc. Steps to reproduce: # pacman -S libva-intel-driver vlc vdpauinfo 2 errors: 1- Play a video with vlc (in my case, an H264 ISO Media, MP4 Base Media v1 [IS0 14496-12:2003]). The video will play, but: $ vlc video.mp4 Failed to open VDPAU backend libvdpau_i965.so: cannot open shared object file: No such file or director 2- Run vdpauinfo $ vdpauinfo display: :0 screen: 0 Failed to open VDPAU backend libvdpau_i965.so: cannot open shared object file: No such file or directory Error creating VDPAU device: 1 |
This task depends upon
Closed by Doug Newgard (Scimmia)
Monday, 13 April 2015, 16:22 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#43857
Monday, 13 April 2015, 16:22 GMT
Reason for closing: Duplicate
Additional comments about closing:
FS#43857The solution isn't using a wrapper like the bug karol pointed to describes, it's to configure applications to use vaapi. For VLC, this means set "Output" in the "Video" settings to "OpenGL video output (experimental)", and "Hardware-accelerated decoding" in the "Input / Codecs" settings to "VA-API video decoder" (there's two such options, both effectively the same). The wrapper doesn't even work with VLC anymore.