I have a 32-bit installation, but had the same problem. It tries to open: libva: Trying to open /usr/lib/i386-linux-gnu/dri/fglrx_drv_video.so
but there was no such file in that directory. However I found the is two files in the system: /usr/lib/dri/fglrx_drv_video.so /usr/lib/va/drivers/fglrx_drv_video.so So for a quick fix I made a symbolic link: cd /usr/lib/i386-linux-gnu/dri/ ln -s /usr/lib/va/drivers/fglrx_drv_video.so fglrx_drv_video.so At least the vainfo reports now video acceleration is working. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/974205 Title: VA API doesn't work with fglrx driver from restricted repos To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libva/+bug/974205/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
