summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-11-15 15:32:55 +0100
committerwm4 <wm4@nowhere>2012-11-16 21:21:15 +0100
commita540881571e85be8bf3fd1d1d20a332645c97b92 (patch)
tree32b7c44aec0649e82b4ad335d5f8afca5d731f0e /DOCS/man/en/options.rst
parentdc0e610677cbffd543c035f271ed951ebd7334f1 (diff)
downloadmpv-a540881571e85be8bf3fd1d1d20a332645c97b92.tar.bz2
mpv-a540881571e85be8bf3fd1d1d20a332645c97b92.tar.xz
options: rename --xineramascreen to --screen, remove magic values
--xineramascreen=-2 becomes --screen=all --xineramascreen=-1 becomes --screen=current
Diffstat (limited to 'DOCS/man/en/options.rst')
-rw-r--r--DOCS/man/en/options.rst14
1 files changed, 6 insertions, 8 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index c3e970a1e5..e4ecf1e6ee 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -694,8 +694,8 @@
border". If an external window is specified using the ``--wid`` option,
then the x and y coordinates are relative to the top-left corner of the
window rather than the screen. The coordinates are relative to the screen
- given with ``--xineramascreen`` for the video output drivers that fully
- support ``--xineramascreen`` (direct3d, gl, vdpau, x11, xv, corevideo).
+ given with ``--screen`` for the video output drivers that fully
+ support ``--screen``.
*NOTE*: May not be supported by some of the older VO drivers.
@@ -2151,19 +2151,17 @@
Scale image to width <width> (if software/hardware scaling is available).
Disables aspect calculations.
---xineramascreen=<-2-...>
- In Xinerama configurations (i.e. a single desktop that spans across
+--screen=<all|current|0-32>
+ In multi-monitor configurations (i.e. a single desktop that spans across
multiple displays) this option tells mpv which screen to display the
- movie on. A value of -2 means fullscreen across the whole virtual display
- (in this case Xinerama information is completely ignored), -1 means
+ movie on. A value of ``all?? means fullscreen across the whole virtual display
+ (in this case system provided information is completely ignored), ``current`` means
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 (because it
will always display on the given screen in fullscreen mode),
``--geometry`` is the best that is available for that purpose currently.
- Supported by at least the direct3d, gl, x11, xv and corevideo video output
- drivers.
--xy=<value>