summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/README1
-rw-r--r--DOCS/example.conf10
-rw-r--r--DOCS/mplayer.114
3 files changed, 23 insertions, 2 deletions
diff --git a/DOCS/README b/DOCS/README
index e9c0b96639..8e601d9df0 100644
--- a/DOCS/README
+++ b/DOCS/README
@@ -99,6 +99,7 @@ General:
- svga: Output to SVGAlib
- sdl: SDL >= v1.1.7 driver (supports software scaling, and versions >=1.1.8
even support Xvideo, thus hardware rendering)
+- aalib:Text mode rendering (through SDL) (native driver in progress!)
Card specific:
- mga: Matrox G200/G400 hardware YUV overlay via the mga_vid device
diff --git a/DOCS/example.conf b/DOCS/example.conf
index a15069b5f0..135fc796b8 100644
--- a/DOCS/example.conf
+++ b/DOCS/example.conf
@@ -87,10 +87,18 @@ ffactor = 0.75
# monitor_dotclock = 30M-300M # dotclock (or pixelclock) range
##
+## SDL driver
+##
+
+# sdl = aalib # specify driver to use (for ex.: aalib, dga, fbdev...)
+# noxv = yes # do not use XVideo hardware acceleration
+# forcexv = yes # force XVideo even if not detected
+
+##
## disable usage of DirectShow video codecs
##
-# dshow = no
+# nodshow
##
## You can also include other configfiles
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index 535e873e05..654c8e1585 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -36,7 +36,10 @@ mplayer \- Movie Player for Linux
.RB [ \-z\ <0-8> ]
.RB [ \-idx ]
.RB [ \-forceidx ]
-.BR [ \-nodshow ]
+.RB [ \-nodshow ]
+.RB [ \-sdl\ driver ]
+.RB [ \-noxv ]
+.RB [ \-forcexv ]
.I file
.PP
.SH DESCRIPTION
@@ -189,6 +192,15 @@ indexes.
.TP
.B \-nodshow
disables usage of DirectShow video codecs
+.TP
+.B \-sdl\ driver
+specify SDL driver to use. For example: aalib, dga, fbdev, svga, x11, ggi
+.TP
+.B \-noxv
+disable XVideo hardware acceleration (with SDL only!)
+.TP
+.B \-forcexv
+force using XVideo (SDL!)
.IP
.SH "ALPHA/BETA CODE"
.TP