|
|
#13 | |
|
Moderator
Join Date: Aug 2005
Posts: 1,327
|
MPlayer can use OpenGL output, so files /usr/lib/*GL* may cause problems if they're the incorrect versions. However, there's no easy fix for those files; there aren't multiple places these files could be,so you won't be able to solve this just by deleting the wrong versions.
However, if you run this before vdpinfo: export VDPAU_NVIDIA_DEBUG=3 do you still get the *exact* same error? If not, can you please post it. |
|
|
|
|
|
|
#14 | |
|
Gillian
Join Date: Dec 2009
Location: Belgium
Posts: 34
|
Quote:
thank you ![]()
__________________
acer 5920G - intel centrino - geforce 9500M GS Archlinux x64 kernel 2.6.32 |
|
|
|
|
|
|
#15 |
|
Moderator
Join Date: Aug 2005
Posts: 1,327
|
Sorry, my commands were incomplete. Please also execute the following command, as P.Kosunen mentioned:
ln -s /usr/lib/libvdpau_nvidia.so.195.30 /usr/lib/libvdpau_nvidia.so |
|
|
|
|
|
#16 | |
|
Gillian
Join Date: Dec 2009
Location: Belgium
Posts: 34
|
Already did, and it give same result.
After doing these commands, I also reinstalled drivers, verified /usr/lib/vdpau, and recompiled mplayer but it doesn't works ![]()
__________________
acer 5920G - intel centrino - geforce 9500M GS Archlinux x64 kernel 2.6.32 |
|
|
|
|
|
|
#17 |
|
Moderator
Join Date: Aug 2005
Posts: 1,327
|
That's odd then. What does this command say now:
ls -l /{usr/{local/,},}lib*/{vdpau/,}libvdpau_nvidia* Can you please execute this command and attach log.txt: LD_DEBUG=all strace -e open -f vdpinfo > log.txt (you may need to "bzip2 log.txt" or "gzip log.txt" to compress it before attaching it) |
|
|
|
|
|
#18 | |||
|
Gillian
Join Date: Dec 2009
Location: Belgium
Posts: 34
|
1e command:
Quote:
for the second, I have this in my log.txt Quote:
Quote:
__________________
acer 5920G - intel centrino - geforce 9500M GS Archlinux x64 kernel 2.6.32 |
|||
|
|
|
|
|
#19 |
|
Moderator
Join Date: Aug 2005
Posts: 1,327
|
Sorry, there was a typo in those commands. Now run:
rm -f /usr/lib/libvdpau_nvidia.so ln -s /usr/lib/vdpau/libvdpau_nvidia.so.195.30 /usr/lib/libvdpau_nvidia.so Hopefully now it'll work. If not, then to get log.txt, there was a missing portion of that command. The following should work: VDPAU_NVIDIA_DEBUG=3 LD_DEBUG=all strace -e open -f vdpinfo > log.txt 2>&1 bzip2 log.txt # upload log.txt.bz2 |
|
|
|
|
|
#20 |
|
Gillian
Join Date: Dec 2009
Location: Belgium
Posts: 34
|
__________________
acer 5920G - intel centrino - geforce 9500M GS Archlinux x64 kernel 2.6.32 |
|
|
|
|
|
#21 |
|
Moderator
Join Date: Aug 2005
Posts: 1,327
|
OK, it's working correctly now.
|
|
|
|
|
|
#22 |
|
Gillian
Join Date: Dec 2009
Location: Belgium
Posts: 34
|
Waouh :-) You are right
Thanks a lot for you help :-)
__________________
acer 5920G - intel centrino - geforce 9500M GS Archlinux x64 kernel 2.6.32 |
|
|
|
![]() |
| Thread Tools | |
|
|