[mythtv-users] xorg.conf for fx5200

Greg Oliver oliver.greg at gmail.com
Thu Sep 16 03:14:18 UTC 2010


On Wed, Sep 15, 2010 at 10:09 PM, mike at grounded.net <mike at grounded.net> wrote:
>> That file cannot be there.  If it was, and had some sort of
>> incompatibility, it would throw a different error other than file not
>> found..
>
>
>> $  find /usr -iname 'libvdpau.so*' -print
>> Let's see what turns up there..
>
> Ok, here's the output :)
>
> # find /usr -iname 'libvdpau.so*' -print
> /usr/lib/libvdpau.so
>
> So, looking at that file in /usr/lib,
>
> # ls -la libvdpau.so
> lrwxrwxrwx 1 root root 17 2010-09-15 10:25 libvdpau.so -> libvdpau.so.1.0.0

OK, so all you need to do is:

$ ln -s /usr/lib/libvdpau.so.1.0.0 /usr/lib/libvdpau.so.1

and you should be golden...  Not sure why it was not done for you initially..

-Greg


More information about the mythtv-users mailing list