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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: 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 
Comment by Carlos Eduardo (cemsbr) - Monday, 13 April 2015, 08:11 GMT
I'm a bit confused. There's a package called libva-vdpau-driver, but maybe libva has nothing to do with libvdpau and my report is invalid.
Comment by Karol Błażewicz (karol) - Monday, 13 April 2015, 12:41 GMT Comment by U (Gusar) - Monday, 13 April 2015, 15:16 GMT
@cemsbr: You're right libva and libvdpau are different things. There is no vdpau for Intel, so it's completely normal that applications can't find that file. See this post for more info: https://bbs.archlinux.org/viewtopic.php?pid=1497828#p1497828

The 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.

Loading...