[kde-freebsd] KDE4: kaffeine problems

Tilman Keskinöz arved at FreeBSD.org
Fri Jan 31 09:14:11 UTC 2014


* Matthias Apitz [Fri, 31 Jan 2014 08:16:53 +0100]:
 > When I launched kaffeine with some file.mp4 it first claimed:
> 
> $ kaffeine HrchIEBbBVA.mp4 
> QDBusConnection: session D-Bus connection created before
> QCoreApplication. Application may misbehave.
> QDBusConnection: session D-Bus connection created before
> QCoreApplication. Application may misbehave.
> Shared object "libavutil.so.1" not found, required by "libxine.so.2"
> 
> So I installed in addition ffmpeg-0.7.15_1,1.tbz; after this it claimed:

It looks like you had ffmpeg installed, when you installed libxine and
deleted it later. ffmpeg is a LIB_DEPENDENCY of xine, so either your
installation was broken or you used -f to delete it.

> Failed to open VDPAU backend Shared object "libvdpau_nvidia.so" not
> found, required by "kaffeine-xbu"

This looks like you had the nvidia driver installed when you installed
kaffeine and deleted it later.

As far as i know, vdpau is used via xine, so i think this is also a
result of your broken xine installation.

> 
> So I installed in addition ports/x11/nvidia-driver and kldload'ed the
> driver nvidia; now it says:
> 
> NVIDIA: could not open the device file /dev/nvidiactl (No such file or
> directory).
> vo_vdpau: Can't create vdp device : No vdpau implementation.

Probably the Kernelmodule is not loaded missing.

regards
arved


More information about the kde-freebsd mailing list