diff options
author | filon <filon@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-02-08 10:01:59 +0000 |
---|---|---|
committer | filon <filon@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-02-08 10:01:59 +0000 |
commit | d6b0903b0347af16daf1475c279f966f4b5d99b9 (patch) | |
tree | 5b5ab43024dc63612542c32becde945703660ed4 /DOCS | |
parent | 169198a834226797b61ebb5d5badf3a43fcce549 (diff) |
Document -fstype in manpage.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9339 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/faq.html | 2 | ||||
-rw-r--r-- | DOCS/mplayer.1 | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/DOCS/faq.html b/DOCS/faq.html index bf8cfc18ae..4ebf33b727 100644 --- a/DOCS/faq.html +++ b/DOCS/faq.html @@ -367,7 +367,7 @@ <DT>Q: Icewm's taskbar keeps covering the movie in fullscreen mode!</DT> <DD>A: This shouldn't happen anymore, if it still does use the - <CODE>-icelayer</CODE> option and report it to the + <CODE>-fstype layer</CODE> option and report it to the <A HREF="http://mplayerhq.hu/pipermail/mplayer-users/">mplayer-users</A> mailing list.</DD> <DD> </DD> diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1 index c67f82de4a..31a86e923f 100644 --- a/DOCS/mplayer.1 +++ b/DOCS/mplayer.1 @@ -1426,6 +1426,20 @@ See also \-zoom. .B \-fsmode-dontuse <0-31> (OBSOLETE) (use \-fs option) Try this option if you still experience fullscreen problems. .TP +.B \-fstype <type1,type2,...> +Specify a priority list of fullscreen layer setting modes to be +used. + +The default order is "layer,stays_on_top,above,fullscreen". It will be used +as a fallback in case of specifying incorrect or unsupported modes. +.br +If you experience problems with fullscreen window being covered by other +windows try using different order. + +.I NOTE: +.br +See \-fstype help for a full list of available modes. +.TP .B \-geometry x[%][:y[%]] or [WxH][+x+y] Adjust where the output is on the screen initially. The x and y specifications are in pixels measured from the top-right of the |