Difference between revisions of "Xv"

From MythTV Official Wiki
Jump to: navigation, search
 
 
Line 6: Line 6:
  
 
For more information see http://ftp.x.org/pub/X11R7.0/doc/html/Xv.3.html
 
For more information see http://ftp.x.org/pub/X11R7.0/doc/html/Xv.3.html
 +
 +
= Disable XV =
 +
 +
If you need to disable xv, just set the NO_XV environment variable
 +
<code><pre>
 +
NO_XV="1" mythfrontend
 +
</pre></code>

Latest revision as of 19:13, 15 March 2008


Xv is the X Window System video extension.

The Xv extension provides support for video adaptors attached to an X display, an adaptor may be able to display video, capture video, or both. It translates between video encoding (NTSC, PAL, SECAM, etc...) and drawable format.

For more information see http://ftp.x.org/pub/X11R7.0/doc/html/Xv.3.html

Disable XV

If you need to disable xv, just set the NO_XV environment variable

NO_XV="1" mythfrontend