diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-07-24 15:00:37 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-07-24 15:00:37 +0000 |
commit | 52839fdedb2a2ea6b5f1c7c7c5b911261924da14 (patch) | |
tree | a206cc602841e031887558c9b3ab536eb57edea9 | |
parent | b3561303944d606e2fbed6b2c6a1adfa687a7aa2 (diff) | |
download | mpv-52839fdedb2a2ea6b5f1c7c7c5b911261924da14.tar.bz2 mpv-52839fdedb2a2ea6b5f1c7c7c5b911261924da14.tar.xz |
Remove outdated "X11 only" from xineramascreen option and try to make clearer
what it does and what it does not.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27342 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/man/en/mplayer.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 36a3504760..8fe9601867 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3236,7 +3236,7 @@ This tells MPlayer to attach to an existing window. Useful to embed MPlayer in a browser (e.g.\& the plugger extension). . .TP -.B \-xineramascreen <\-2\-...> (X11 only) +.B \-xineramascreen <\-2\-...> In Xinerama configurations (i.e.\& a single desktop that spans across multiple displays) this option tells MPlayer which screen to display the movie on. A value of \-2 means fullscreen across the whole virtual display (in this case @@ -3245,6 +3245,9 @@ fullscreen on the display the window currently is on. The initial position set via the \-geometry option is relative to the specified screen. Will usually only work with "\-fstype \-fullscreen" or "\-fstype none". +This option is not suitable to only set the startup screen (and not also the +fullscreen screen), \-geometry is the best that is available for that purpose +currently. . .TP .B \-zrbw (\-vo zr only) |