From f585eca5a1c5bd3b6f4e7cded19d3381e113aacb Mon Sep 17 00:00:00 2001 From: gabucino Date: Tue, 6 Nov 2001 18:20:41 +0000 Subject: Applied Nick Kurshev's patch git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2748 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/video.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'DOCS/video.html') diff --git a/DOCS/video.html b/DOCS/video.html index 10447009e1..f1f84b47e7 100644 --- a/DOCS/video.html +++ b/DOCS/video.html @@ -671,6 +671,9 @@ in vm86 mode).
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 @@ in vm86 mode).

- + +

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 @@ 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).
+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.

-- cgit v1.2.3