Differences between version 4 and revision by previous author of Xv.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 4 | Last edited on Sunday, July 25, 2004 11:16:06 am | by CraigBox | Revert |
Older page: | version 3 | Last edited on Sunday, July 25, 2004 11:03:12 am | by AristotlePagaltzis | Revert |
@@ -1,9 +1,11 @@
[Xv] is [The XFree86 X Video Extension (Xv) Device Dependent Layer | http://www.xfree86.org/current/DESIGN16.html], an extension to [XFree86] that allows applications access to hardware accelerated video overlaying and scaling. Without it, some TV viewing applications will cause flicker by making your desktop redraw whenever their window is resized or partially obscured or revealed by another window.
-[Xv] was introduced in [XFree86] 4.0 (see [the Xv(3x) man page | http://www.xfree86.org/4.2.1/Xv.3.html]). To find out if you're using it, try __ xvinfo(1)__. __xvattr__ is also useful to set parameters for it. To enable it
in your [XServer], add
+[Xv] was introduced in [XFree86] 4.0 (see [the Xv(3x) man page | http://www.xfree86.org/4.2.1/Xv.3.html]). To find out if you're using it, try __ xvinfo(1)__. __xvattr__ is also useful to set parameters for it.
+
+If you have TvTunerCards and you want them to use Xv, you need to load a driver
in your [XServer]. Add
<verbatim>
Load "v4l"
</verbatim>
to the module section of its configuration (for [XFree86]: <tt>/etc/X11/XF86Config</tt>; for X.org: <tt>/etc/X11/xorg.conf</tt>).