diff DOCS/mplayer.1 @ 1500:526047bdda07

*** empty log message ***
author gabucino
date Mon, 13 Aug 2001 10:38:01 +0000
parents ba230d9b252a
children 0053e6d0cda0
line wrap: on
line diff
--- a/DOCS/mplayer.1	Sun Aug 12 22:36:05 2001 +0000
+++ b/DOCS/mplayer.1	Mon Aug 13 10:38:01 2001 +0000
@@ -60,6 +60,9 @@
 .RB [ \-afm\ audio\ codec\ family ]
 .RB [ \-frames\ number ]
 .RB [ \-autoq\ quality ]
+.RB [ \-fb\ device ]
+.RB [ \-fbmode\ modename ]
+.RB [ \-fbmodeconfig filename ]
 .I - or file
 .PP
 .SH DESCRIPTION
@@ -326,6 +329,7 @@
 This option workarounds some problems when using specific windowmanagers and
 fullscreen mode. If you experience fullscreen problems, try changing this
 value between 0 and 7.
+
         -fsmode 0      new method (since 0.18pre3)
         -fsmode 1      ICCCWM patch (for KDE2/icewm)
         -fsmode 2      old method (0.17a)
@@ -333,6 +337,21 @@
 .TP
 .B \-frames\ number
 MPlayer plays <number> frames, then quits.
+.TP
+.B \-fb\ device
+Specifies the framebuffer device to use. By default it uses /dev/fb0 .
+Only valid for the fbdev driver.
+.TP
+.B \-fbmode\ modename
+Change videomode to the one that is labelled as <modename> in /etc/fb.modes .
+Only valid for the fbdev driver.
+.TP
+.I NOTE
+VESA framebuffer doesn't support mode changing.
+.TP
+.B \-fbmodeconfig\ filename
+Use this config file instead of the default /etc/fb.modes .
+Only valid for the fbdev driver.
 .IP
 .SH "ALPHA/BETA CODE"
 .TP