Mercurial > mplayer.hg
changeset 10526:280e03620324
Hint fixed up and synched to XML.
author | diego |
---|---|
date | Tue, 05 Aug 2003 09:22:46 +0000 |
parents | 560111374b62 |
children | 786092d0e989 |
files | DOCS/en/video.html DOCS/xml/en/video.xml |
diffstat | 2 files changed, 16 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/en/video.html Mon Aug 04 23:20:49 2003 +0000 +++ b/DOCS/en/video.html Tue Aug 05 09:22:46 2003 +0000 @@ -640,12 +640,12 @@ for download and installation instructions.</P> <P>A hint from one of our users: the GL video output can be used to get - vsynced TV output. You'll have to set an environment variable: (at least - on nVidia)</P> + vsynced TV output. You'll have to set an environment variable (at least + on nVidia):</P> -<OL> - <LI>export $__GL_SYNC_TO_VBLANK=1</LI> -</OL> +<P> + <CODE>export $__GL_SYNC_TO_VBLANK=1</CODE> +</P> <H4><A NAME="aalib">2.3.1.2.9 AAlib - text mode displaying</A></H4>
--- a/DOCS/xml/en/video.xml Mon Aug 04 23:20:49 2003 +0000 +++ b/DOCS/xml/en/video.xml Tue Aug 05 09:22:46 2003 +0000 @@ -958,6 +958,17 @@ See <ulink url="http://dri.sourceforge.net"/> for download and installation instructions. </para> + +<para> +A hint from one of our users: the GL video output can be used to get +vsynced TV output. You'll have to set an environment variable (at +least on nVidia): +</para> + +<para> +<command>export $__GL_SYNC_TO_VBLANK=1</command> +</para> + </sect4>