I have been trying to enable hardware acceleration for decoding H.264, but until now without success.
Hardware is Nvidia Ion:
nVidia Corporation GT218 [ION] rev 162
I am using the proprietary Nvidia driver, installed by the Nvidia installer:
Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Video Driver
Kernel: 2.6.32-5-amd64 #1 SMP
vdpau:
jlinkels@donald-pc:~$ dpkg --get-selections | grep vdpau
libvdpau1 install
nvidia-libvdpau1 install
nvidia-vdpau-driver install
vdpau-va-driver install
libva:
jlinkels@donald-pc:~$ dpkg --get-selections | grep libva
libva-x11-1 install
libva1 install
When I run the vainfo command:
Code:
jlinkels@donald-pc:~$ vainfo
libva: libva version 0.31.0
Xlib: extension "XFree86-DRI" missing on display ":0.0".
libva: va_getDriverName() returns 0
libva: Trying to open /usr/lib/dri/nvidia_drv_video.so
vainfo: vdpau_driver.c:189: vdpau_do_Initialize: Assertion `vdp_status == VDP_STATUS_OK' failed.
Aborted
All packages are from Squeeze. If someone tried this and has it satisfactorily running using Wheezey packages, please let me know as well.
jlinkels