diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-01-11 22:22:11 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-01-11 22:22:11 +0000 |
commit | aea2c9dcfea4e2bff0fdd578ab11b0d9bc62557b (patch) | |
tree | 99d1ab0c82b619fe500844fd47e6e9d0e83a607c | |
parent | 7714a8a7a76f51d219fa4a737b8f32889d7455ac (diff) | |
download | xine-lib-aea2c9dcfea4e2bff0fdd578ab11b0d9bc62557b.tar.gz xine-lib-aea2c9dcfea4e2bff0fdd578ab11b0d9bc62557b.tar.bz2 |
Add a section about Xv textured video.
-rw-r--r-- | doc/faq/faq.sgml | 33 |
1 files changed, 33 insertions, 0 deletions
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 @@ </para> </sect2> + <sect2 id="texturedvideo"> + <title>How do I get Xv working with compiz?</title> + <para> + Tell xine to prefer textured video. There should be a line like: + <programlisting> video.device.xv_preferred_method:Any</programlisting> + in your <filename>~/.xine/config</filename> file where you can change the preferred method + used by xine for the video overlay. + </para> + <para> + 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. + </para> + <itemizedlist> + <listitem><para> + 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. + </para></listitem> + <listitem><para> + Intel: 945 and later, at least, should be fine with xf86-video-intel + 2.0 or later. Certainly with 2.2 or later. + </para></listitem> + <listitem><para> + nVidia: will probably be fine. (FIXME) + </para></listitem> + </itemizedlist> + <para> + 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. + </para> + </sect2> + <sect2 id="aspectratio"> <title>The aspect ratio of the video is wrong!</title> <para> |