# HG changeset patch # User gabucino # Date 1004026889 0 # Node ID 6bf47f224789a21d9e9398abf64761e0de8dad37 # Parent 9af9aa14afbc15130ecc958230e50e4350a6be9f *** empty log message *** diff -r 9af9aa14afbc -r 6bf47f224789 DOCS/Hungarian/documentation.html --- a/DOCS/Hungarian/documentation.html Thu Oct 25 16:02:17 2001 +0000 +++ b/DOCS/Hungarian/documentation.html Thu Oct 25 16:21:29 2001 +0000 @@ -81,6 +81,7 @@
  • 2.2.1.9 3dfx YUV támogatás (tdfxfb)
  • 2.2.1.10 OpenGL kimenet
  • 2.2.1.11 AAlib - szöveges módú megjelenítés
  • +
  • 2.2.1.12 VESA - megjelenítés a VESA BIOS segítségével
  • 2.2.1.A TV kimenet
  • Main testers:

    @@ -988,6 +1038,7 @@
  • DEBIAN packaging: Dariush Pietrzak
  • FreeBSD support: Vladimir Kushnir
  • Solaris 8 support: Jürgen Keil +
  • MIPS support: Oliver Schoenbrunner

    MPlayer code:

    TOOLS: diff -r 9af9aa14afbc -r 6bf47f224789 DOCS/video.html --- a/DOCS/video.html Thu Oct 25 16:02:17 2001 +0000 +++ b/DOCS/video.html Thu Oct 25 16:21:29 2001 +0000 @@ -618,6 +618,7 @@ That isn't autodetected by aalib, bu vo_aa tries to find the best mode. See http://aa-project.sourceforge.net/tune/ for further tuning issues.

    +

    2.2.1.12. VESA - output to VESA BIOS

    This driver was designed and introduced as generic driver for any video @@ -644,8 +645,8 @@

    -So you have chances to get working tv-out by using this driver. -
    (I guess that TV-out frequently is standalone head or standalone output +So you have chances to get working TV-out by using this driver.
    +(I guess that TV-out frequently is standalone head or standalone output at least.)

    @@ -848,7 +849,7 @@

    Fortunately, owners of fast enough CPUs (Duron, Celeron2 and better) can watch -movies on their TV through VESA drivers. +movies on their TV through VESA drivers.

    @@ -863,13 +864,14 @@ chips with 64 - 128-bit access) so it's not bottleneck for them. There are no limitations on which video mode can be displayed on your TV (like on other cards) so you can use any video mode on your TV (from -320x200 up to 1024x768).
    Only thing you need to do - have -plugged tv-connector in before booting your PC since video BIOS initializes -itself only once during POST procedure. +320x200 up to 1024x768).
    +Only thing you need to do - have plugged tv-connector in before booting your +PC since video BIOS initializes itself only once during POST procedure.

    -For detail see VESA sections of this documentation. +For detail see VESA sections of this +documentation.