台式机gnome-mplayer出错解决

使用gnome-mplayer打开视频时,总是出现错误


Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory


这个是由于没有安装vdpau驱动导致的,查了一下自己的显卡,在支持范围之内

root@wheezy:~# lspci | grep VGA
01:00.0 VGA compatible controller: nVidia Corporation G96 [GeForce 9500 GT] (rev a1)

root@wheezy:~# aptitude install nvidia-vdpau-driver


再打开就OK了。



参考:

http://zh.wikipedia.org/wiki/VDPAU

你可能感兴趣的:(台式机gnome-mplayer出错解决)