Kodi Community Forum

Full Version: No VDPAU with SVN 28714
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

VDPAU doesn't work on my system since some SVN revisions ago, latest I tried is 28714 with no success.

I use "./configure --disable-pulse --enable-goom --prefix=/usr" with this config result

------------------------
XBMC Configuration:
------------------------
Debugging: Yes
Profiling: No
Optimization: Yes
OpenGL: Yes
VDPAU: Yes
CrystalHD: No
Joystick: Yes
XRandR: Yes
GOOM: Yes
PCRE Support: Yes
MID Support: No
ccache: Yes
PulseAudio: No
FAAC: Yes
DVDCSS: Yes
Avahi: Yes
Non-free: Yes
ASAP Codec: No
Webserver: Yes
Deprecated libdts: No
Deprecated liba52: No
External Libraries: No
External FFmpeg: No
External liba52: No
External libdts: No
External libass: No
External Python: No
prefix: /usr
------------------------

Mainly I tried on a system with nvidia drivers version 185.18.36

Distro Ubuntu 9.10 x86
SVN 28714
xbmc.log -> http://pastebin.com/kBsDVhpD

Thanks.
What is render method set to?
bobo1on1 Wrote:What is render method set to?

Is set forced to VDPAU
Did you do a make distclean before compiling.
bobo1on1 Wrote:Did you do a make distclean before compiling.

Yes, and I tried to delete all and commit from scratch.
Hi,

I observed some odd thing, normally before I compiled xbmc only using:
make -j8
and then sudo make install
, but now I need to:
make -j8
make -j8 xbmc.bin
make -j8 xbmc-xrandr
and then sudo make install

Is this normal?

Thanks.
pakojones Wrote:Hi,

I observed some odd thing, normally before I compiled xbmc only using:
make -j8
and then sudo make install
, but now I need to:
make -j8
make -j8 xbmc.bin
make -j8 xbmc-xrandr
and then sudo make install

Is this normal?

Thanks.

you play with fire doing make -j8. always follow with make to be sure all has been compiled.
davilla Wrote:you play with fire doing make -j8. always follow with make to be sure all has been compiled.

I also tried to make with only one core with the same result, I need to:
make
make xbmc.bin
make xbmc-xrandr
and then sudo make install
Huh