Installing XINE

Bill Fink yellowdog-general@lists.terrasoftsolutions.com
Thu May 22 08:49:00 2003


Hi Patrick,

On Thu May 22 2003, Patrick Callahan wrote:

> Could this be the heart of the problem?
> main: probing <xv> video output plugin
> video_out_xv: Xv extension is present but I couldn't find a usable yuv12 port.
>               Looks like your graphics hardware driver doesn't support Xv?!
> load_plugins: failed to load video output plugin <xv>
> 
> - if so then what to do?

Several things to check:

	1.  Are you set up to use Xv (check with xvinfo and/or xine-check).

	2.  Do you have XFree86-devel installed on your system
	    (check with "rpm -q XFree86-devel").  If not you will
	    need to do a "yum install XFree86-devel" and then
	    rebuild xine-lib/xine-ui (yum is for YDL 3.0 and assumes
	    you have upgraded the /etc/yum.conf file from the YDL
	    web site).

	3.  Run "xine -V xshm" to use Xshm instead of Xv to check
	    out if xine is basically working.  This is much slower
	    than Xv and is not the desired way of running xine but
	    it is a good diagnostic check.  Note this is a sticky
	    setting, so when you want to go back to using Xv, you
	    have to once run "xine -V xv".

I hope this helps.

						-Bill