From aea2c9dcfea4e2bff0fdd578ab11b0d9bc62557b Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 11 Jan 2009 22:22:11 +0000 Subject: Add a section about Xv textured video. --- doc/faq/faq.sgml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'doc') diff --git a/doc/faq/faq.sgml b/doc/faq/faq.sgml index 01305c87e..69770003c 100644 --- a/doc/faq/faq.sgml +++ b/doc/faq/faq.sgml @@ -1707,6 +1707,39 @@ + + How do I get Xv working with compiz? + + Tell xine to prefer textured video. There should be a line like: +    video.device.xv_preferred_method:Any + in your ~/.xine/config file where you can change the preferred method + used by xine for the video overlay. + + + It may be that your graphics card or driver doesn't have the necessary + support for textured video, or the video is rendered too slowly. + + + + ATI: you are likely to need xf86-video-ati later than 6.8.0; 6.9.0.91 + or newer is recommended for slower/older hardware (< X1300) because + the rendering speed has been improved a lot. + + + Intel: 945 and later, at least, should be fine with xf86-video-intel + 2.0 or later. Certainly with 2.2 or later. + + + nVidia: will probably be fine. (FIXME) + + + + If you find that textured video is significantly slower or isn't + supported, you should either not use compiz or tell xine to use the + xshm video output driver. + + + The aspect ratio of the video is wrong! -- cgit v1.2.3 From f8325d26b0f0eea8cf22f0d3a8127d39e3c93b71 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 11 Jan 2009 22:23:39 +0000 Subject: Correct a config file key name. --- doc/faq/faq.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/faq/faq.sgml b/doc/faq/faq.sgml index 69770003c..5a713e306 100644 --- a/doc/faq/faq.sgml +++ b/doc/faq/faq.sgml @@ -1701,7 +1701,7 @@ Looks like some colours on your GUI match the colour key which Xv uses. You can change the colour key value to avoid this. There should be a line like: -    video.XV_COLORKEY:2110 +    video.device.xv_colorkey:2110 in your ~/.xine/config file where you can change the colour that's used by xine for the video overlay. -- cgit v1.2.3