VDPAU not working in Linux with XBMC Eden
#1
Hi,

I'm trying to get XBMC to use VDPAU to render videos. The option is selected in the configuration menu, but I still see CPU spikes when rendering high-bitrate scenes.

The video card is a Geforce 8600M.

Looking through the XBMC log file, I found this excerpt:
Code:
19:03:52 T:140430247188224  NOTICE: Opening video stream: 0 source: 256
19:03:52 T:140430247188224  NOTICE: Creating video codec with codec id: 28
19:03:52 T:140430247188224  NOTICE: CDVDVideoCodecFFmpeg::Open() Creating VDPAU(1920x1080, 28)
19:03:52 T:140430247188224  NOTICE: vdp_device = 0x00000001 vdp_st = 0x00000000
19:03:52 T:140430247188224  NOTICE: VDPAU Decoder capabilities:
19:03:52 T:140430247188224  NOTICE: name          level macbs width height
19:03:52 T:140430247188224  NOTICE: ------------------------------------
19:03:52 T:140430247188224  NOTICE: MPEG1             0  8192  2048  2048
19:03:52 T:140430247188224  NOTICE: MPEG2_SIMPLE      3  8192  2048  2048
19:03:52 T:140430247188224  NOTICE: MPEG2_MAIN        3  8192  2048  2048
19:03:52 T:140430247188224  NOTICE: H264_MAIN        41  8192  2048  2048
19:03:52 T:140430247188224  NOTICE: H264_HIGH        41  8192  2048  2048
19:03:52 T:140430247188224  NOTICE: VC1_SIMPLE        1  8190  2048  2048
19:03:52 T:140430247188224  NOTICE: VC1_MAIN          2  8190  2048  2048
19:03:52 T:140430247188224  NOTICE: VC1_ADVANCED      4  8190  2048  2048
19:03:52 T:140430247188224  NOTICE: ------------------------------------
19:03:52 T:140430247188224  NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_NOISE_REDUCTION
19:03:52 T:140430247188224  NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_SHARPNESS
19:03:52 T:140430247188224  NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_DEINTERLACE_TEMPORAL
19:03:52 T:140430247188224  NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_DEINTERLACE_TEMPORAL_SPATIAL
19:03:52 T:140430247188224  NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_INVERSE_TELECINE
19:03:52 T:140430247188224   ERROR:  (VDPAU) Error: The system does not have enough resources to complete the requested operation at this time.(23) checking for decoder support
19:03:52 T:140430247188224  NOTICE: CDVDVideoCodecFFmpeg::Open() Failed to get VDPAU device
19:03:52 T:140430247188224  NOTICE:  (VDPAU) Close
19:03:52 T:140430247188224  NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
19:03:52 T:140430247188224  NOTICE: Creating video thread
19:03:52 T:140430247188224  NOTICE: Opening audio stream: 1 source: 256
19:03:52 T:140430247188224  NOTICE: Finding audio codec for: 86019
19:03:52 T:140430199904000  NOTICE: running thread: video_thread
19:03:52 T:140430247188224  NOTICE: Creating audio thread
19:03:52 T:140430247188224  NOTICE: Opening Subtitle stream: 2 source: 256
19:03:52 T:140430191511296  NOTICE: running thread: CDVDPlayerAudio::Process()
19:03:52 T:140430191511296  NOTICE: Creating audio device with codec id: 86019, channels: 6, sample rate: 48000, no pass-through
19:03:52 T:140430199904000   ERROR: VAAPI - unable to initialize display -1 - unknown libva error
19:03:52 T:140430199904000  NOTICE:  fps: 23.976024, pwidth: 1920, pheight: 1080, dwidth: 1920, dheight: 1080
19:03:52 T:140430199904000  NOTICE: Display resolution DESKTOP : 1920x1080 @ 50.00 - Full Screen (12)
19:03:54 T:140430878037888  NOTICE: Using GL_TEXTURE_2D

...

Also
Code:
# ~/.xbmc/temp$ dpkg -l | grep vdpau
ii  libvdpau1                              0.4.1-2ubuntu1                                   Video Decode and Presentation API for Unix (libraries)

Does anyone know what is going wrong?
Reply


Messages In This Thread
VDPAU not working in Linux with XBMC Eden - by jabalsad - 2012-01-14, 19:11
[No subject] - by jabalsad - 2012-01-14, 19:33
[No subject] - by bobo1on1 - 2012-01-14, 23:57
[No subject] - by jabalsad - 2012-01-15, 00:10
[No subject] - by JaccoH - 2012-01-15, 11:45
Logout Mark Read Team Forum Stats Members Help
VDPAU not working in Linux with XBMC Eden0