summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-26 20:41:58 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-26 20:41:58 +0000
commitd6c9eae9a8d1522041bf0444ae9cb7e1b727ca2a (patch)
treea25bf1d7180fa9fd98327038216224268c30dbc1 /DOCS
parentea8eb3ac4ec046d9f354000a8ccae3e30b40466e (diff)
downloadmpv-d6c9eae9a8d1522041bf0444ae9cb7e1b727ca2a.tar.bz2
mpv-d6c9eae9a8d1522041bf0444ae9cb7e1b727ca2a.tar.xz
ummm, what was it..
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@647 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-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