# HG changeset patch # User gabucino # Date 988317718 0 # Node ID 4cc5bbc8f2955a09d8593e92090f652bf6931601 # Parent aae0cdcf674893aecce66545b958d986b248cca5 ummm, what was it.. diff -r aae0cdcf6748 -r 4cc5bbc8f295 DOCS/README --- a/DOCS/README Thu Apr 26 20:41:26 2001 +0000 +++ b/DOCS/README Thu Apr 26 20:41:58 2001 +0000 @@ -99,6 +99,7 @@ - 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 -r aae0cdcf6748 -r 4cc5bbc8f295 DOCS/example.conf --- a/DOCS/example.conf Thu Apr 26 20:41:26 2001 +0000 +++ b/DOCS/example.conf Thu Apr 26 20:41:58 2001 +0000 @@ -87,10 +87,18 @@ # 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 -r aae0cdcf6748 -r 4cc5bbc8f295 DOCS/mplayer.1 --- a/DOCS/mplayer.1 Thu Apr 26 20:41:26 2001 +0000 +++ b/DOCS/mplayer.1 Thu Apr 26 20:41:58 2001 +0000 @@ -36,7 +36,10 @@ .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 @@ .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