# HG changeset patch # User gabucino # Date 1005070841 0 # Node ID d94e94466dde41b8cc03e29341a1d47f11a26446 # Parent dece635a28e38fa0356c86b5b812a39690a0645d Applied Nick Kurshev's patch diff -r dece635a28e3 -r d94e94466dde DOCS/video.html --- a/DOCS/video.html Tue Nov 06 17:14:22 2001 +0000 +++ b/DOCS/video.html Tue Nov 06 18:20:41 2001 +0000 @@ -671,6 +671,9 @@ What are minuses:
- It works only on x86 systems.
- It's the slowest driver from all the available ones for MPlayer.
+ (But only if your card doesn't support DGA mode - otherwise this + driver is comparable by speed with -vo dga and -vo fbdev ones.
+ - It can be used only by ROOT.
- Currently it's available only for Linux.
- It doesn't use any hardware accelerations (like YUV overlay or hw scaling).
@@ -679,13 +682,13 @@

- + +

These switches of command line currently are available for VESA:

  -vo vesa:opts   -will be implemented soon. (Will specify mode parameters such as refresh rate, interlacing, doublescan and so on. Samples: i43, 85, d100)
  -vo vesa:optscurrently recognized: dga to force dga mode and nodga to disable dga mode. Note: you may omit these parameters to enable autodetect of dga mode. (In the future also will specify mode parameters such as refresh rate, interlacing, doublescan and so on. Samples: i43, 85, d100)
-screenw, -screenh, -bppforce userdefined mode
-x, -yset userdefined prescaling
-zoomenables userdefined prescaling
-fsscales image to fullscreen
-fs -zoomscales userdefined prescaling to fullscreen
-doubleenables double buffering mode. (Available only in DGA mode). Should be slower of single buffering, but has no flickering effects.

@@ -837,6 +840,9 @@ 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).
+From other side (it's known at least for Radeons) there is DGA +mode which is detected automatically and in this case you'll get comparable +with -vo dga and -vo fbdev drivers speed.
Only thing you need to do - have TV connector plugged in before booting your PC since video BIOS initializes itself only once during POST procedure.