[mythtv-users] xorg.conf for fx5200

mike at grounded.net mike at grounded.net
Thu Sep 16 01:53:00 UTC 2010


> the ldd or strace is your best bet..  strace/ltrace will tell you
> exactly on what library or call it is dieing..  Then you should be
> able to go from there..

Should I give up on this card, wait the time it'll take to get one in that works? 
Just trying to use as much as I've got sitting in storage before spending more on this. 

The strace seems to say that there are other things missing unless they are all a part of the same library. 

open("/lib/tls/i686/sse2/libvdpau.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls/i686/sse2", 0xbfb6df0c) = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/libvdpau.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls/i686", 0xbfb6df0c)     = -1 ENOENT (No such file or directory)
open("/lib/tls/sse2/libvdpau.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls/sse2", 0xbfb6df0c)     = -1 ENOENT (No such file or directory)
open("/lib/tls/libvdpau.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
open("/lib/i686/sse2/libvdpau.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i686/sse2", 0xbfb6df0c)    = -1 ENOENT (No such file or directory)
open("/lib/i686/libvdpau.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i686", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/lib/sse2/libvdpau.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/sse2", 0xbfb6df0c)         = -1 ENOENT (No such file or directory)
open("/lib/libvdpau.so.1", O_RDONLY)    = -1 ENOENT (No such file or directory)
stat64("/lib", {st_mode=S_IFDIR|0555, st_size=12288, ...}) = 0
open("/usr/lib/tls/i686/sse2/libvdpau.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls/i686/sse2", 0xbfb6df0c) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/i686/libvdpau.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls/i686", 0xbfb6df0c) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/sse2/libvdpau.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls/sse2", 0xbfb6df0c) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/libvdpau.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
open("/usr/lib/i686/sse2/libvdpau.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i686/sse2", 0xbfb6df0c) = -1 ENOENT (No such file or directory)
open("/usr/lib/i686/libvdpau.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i686", 0xbfb6df0c)     = -1 ENOENT (No such file or directory)
open("/usr/lib/sse2/libvdpau.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/sse2", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
open("/usr/lib/libvdpau.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib", {st_mode=S_IFDIR|0555, st_size=69632, ...}) = 0
writev(2, [{"mythbackend", 11}, {": ", 2}, {"error while loading shared libra"..., 36}, {": ", 2}, {"libvdpau.so.1", 13}, {": ", 2}, {"cannot open shared object file", 30}, {": ", 2}, {"No such file or directory", 25}, {"\n", 1}], 10mythbackend: error while loading shared libraries: libvdpau.so.1: cannot open shared object file: No such file or directory
) = 124
exit_group(127)                         = ?




More information about the mythtv-users mailing list