Ashark / archlinux-amdgpu-pro

Radeon Software for Linux (AMDGPU PRO) PKGBUILD generator for ArchLinux AUR
https://aur.archlinux.org/pkgbase/amdgpu-pro-installer/
119 stars 25 forks source link

VDPAU: Failed to open VDPAU backend libvdpau_amdgpu.so #9

Closed hosaka closed 8 years ago

hosaka commented 8 years ago

Trying to get some info about VDPAU yields:

% vdpauinfo
display: :0   screen: 0
Failed to open VDPAU backend libvdpau_amdgpu.so: cannot open shared object file: No such file or directory
Error creating VDPAU device: 1

This might be due to the fact that the installed lib is located at /usr/lib/x86_64-linux-gnu/vdpau/libvdpau_amdgpu.so, symlinking it to /usr/lib solves the problem:

API version: 1
Information string: G3DVL VDPAU Driver Shared Library version 1.0
corngood commented 8 years ago

I'm in the process of moving all those libs into /usr/lib/ and /usr/lib32/ instead of the debian style paths. I'll make sure to test vdpau when I'm done.

Thanks for the report.

hosaka commented 8 years ago

Awesome, thank you! Closed.

corngood commented 8 years ago

It's still a legit bug, so I'll leave it open until it's fixed.

corngood commented 8 years ago

Fixed By #10