Kodi Community Forum

Full Version: Zotac Mag HD-ND01 and VDPAU problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
** Update.. Issue is solved! The installation procedure mentioned below failed to include the step needed to install "VDPAUlib." This doesn't get picked up in either the Update Manager or the Hardware Updates section of the process, and has to be manually added. Added through Synaptic, reboot and now video playback is flawless. **

Hi Community,

Hoping that someone can help me with some trouble I am having with my new Mag Mini.

Video playback is poor. 72op MKV files jitter consistently. 1080 is impossible.

During playback, CPU spikes to 170-190%. Rendering is set to VDPAU, however when I looked in the log, it shows:

Code:
1:16:27 T:2804091760 M:1507336192  NOTICE: Opening video stream: 0 source: 256
01:16:27 T:2804091760 M:1507336192  NOTICE: Creating video codec with codec id: 28
01:16:27 T:2804091760 M:1507336192   DEBUG: FactoryCodec - Video:  - Opening
01:16:27 T:2804091760 M:1507336192   DEBUG: Loading: /usr/share/xbmc/system/players/dvdplayer/swscale-0.6.1-i486-linux.so
01:16:27 T:2804091760 M:1507209216  NOTICE: CDVDVideoCodecFFmpeg::Open() Creating VDPAU(1280x720)
01:16:27 T:2804091760 M:1507209216  [b]NOTICE: (VDPAU) unable to get handle to libvdpau[/b]
01:16:27 T:2804091760 M:1507209216  [b]NOTICE: CDVDVideoCodecFFmpeg::Open() Failed to get VDPAU device[/b]
01:16:27 T:2804091760 M:1507209216 [b] NOTICE:  (VDPAU) ~CVDPAU[/b]
01:16:27 T:2804091760 M:1507209216  NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
01:16:27 T:2804091760 M:1507082240   DEBUG: FactoryCodec - Video: ff-h264 - Opened
01:16:27 T:2804091760 M:1507082240  NOTICE: Creating video thread

(For reference, the full log is here.

I'm running 32.bit Ubuntu 10.04 LTS and have NVIDIA driver version 195.36.15 activated.

I followed the installation procedure outlined in Spocky184's helpful post found here.

I am new to both XBMC and to Linux, and though I've spent the day reading and researching, I don't know what to do next. I'm disappointed that I can't get this working, but hopeful that someone here can help.

Another (minor) request for help. Before buying the Zotac, I had tested XBMC on my desktop and was delighted by the program. It's great! However, on the Mag there seems to be quite a bit more delay in the GUI displaying background art and even navigating some of the menus. Is this normal for this unit?

Thanks in advance!
I had the same problem with my Acer Revo, try this:

sudo apt-get update
sudo apt-get install libvdpau1

Probably need to restart (or re-launch XBMC).