diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-08-04 15:43:56 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-08-04 15:43:56 +0000 |
commit | d86a9decac394813f681f9940c274442ce8da87a (patch) | |
tree | b7f6706ae0e81c3b6f1105921478c12bb7d3efcc /DOCS | |
parent | bff4b3ee5eda10ba77f968015e9bcc7585a793e9 (diff) |
vsynced GL output (hint from Spacecake <spacecake@diaryland.com>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10523 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/en/video.html | 8 | ||||
-rw-r--r-- | DOCS/hu/video.html | 9 |
2 files changed, 17 insertions, 0 deletions
diff --git a/DOCS/en/video.html b/DOCS/en/video.html index 9177f83e97..e33ae1d29f 100644 --- a/DOCS/en/video.html +++ b/DOCS/en/video.html @@ -639,6 +639,14 @@ <A HREF="http://dri.sourceforge.net">http://dri.sourceforge.net</A> 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> + +<OL> + <LI>export $__GL_SYNC_TO_VBLANK=1</LI> +</OL> + <H4><A NAME="aalib">2.3.1.2.9 AAlib - text mode displaying</A></H4> diff --git a/DOCS/hu/video.html b/DOCS/hu/video.html index c7809daf30..cc79c90b35 100644 --- a/DOCS/hu/video.html +++ b/DOCS/hu/video.html @@ -618,6 +618,15 @@ a framebuffer egység megadása (/dev/fb0)</TD><TR> <P>XFree86(DRI) >= 4.0.3 csak Matrox, és Radeon kártyákkal támogatja. Lásd a <A HREF="http://dri.sourceforge.net">http://dri.sourceforge.net</A> címen.</P> +<P>Egy kedves felhasználónk tippje szerint ez a videokimenet arra is használható, + hogy vsync-es TV kimenetet kapjunk. Mindössze egyetlen környezeti változót + kell átállítani: (legalábbis nVidia-n)</P> + +<OL> + <LI>export $__GL_SYNC_TO_VBLANK=1</LI> +</OL> + + <H4><A NAME=aalib>2.3.1.2.9 AAlib - szöveges módú megjelenítés</A></H4> <P>Az <B>AAlib</B> könyvtár grafikák szöveges módban történő megjelenítésére |