# HG changeset patch # User diego # Date 1060075366 0 # Node ID 280e03620324b78ced833a9d263268b3ef5dc61b # Parent 560111374b6255c378bed32eb1e5cd08ed1fbe42 Hint fixed up and synched to XML. diff -r 560111374b62 -r 280e03620324 DOCS/en/video.html --- 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.

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)

+ vsynced TV output. You'll have to set an environment variable (at least + on nVidia):

-
    -
  1. export $__GL_SYNC_TO_VBLANK=1
  2. -
+

+ export $__GL_SYNC_TO_VBLANK=1 +

2.3.1.2.9 AAlib - text mode displaying

diff -r 560111374b62 -r 280e03620324 DOCS/xml/en/video.xml --- 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 for download and installation instructions. + + +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): + + + +export $__GL_SYNC_TO_VBLANK=1 + +