summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormark <mark@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-03 20:46:44 +0000
committermark <mark@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-03 20:46:44 +0000
commit0842caf6f01b10ee2d78ec3c50312df713675b92 (patch)
treeba0131d2344b0829a1a0d6dad0bf19951bdcfae5 /DOCS
parent659dd449befdab9030db2ddcf96deb5c25c40381 (diff)
downloadmpv-0842caf6f01b10ee2d78ec3c50312df713675b92.tar.bz2
mpv-0842caf6f01b10ee2d78ec3c50312df713675b92.tar.xz
Added support for X style -geometry options (adapted from Henk's patch)
-- Mark git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8746 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/mplayer.18
1 files changed, 6 insertions, 2 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index 8eea528a7c..db4b5d7efc 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -1296,14 +1296,18 @@ See also \-zoom.
.B \-fsmode-dontuse <0-31> (OBSOLETE) (use \-fs option)
Try this option if you still experience fullscreen problems.
.TP
-.B \-geometry x[%][:y[%]]
+.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
screen to the top-right of the image being displayed, however if a percentage
sign is given after the argument it turns the value into a percentage of the
-screen size in that direction.
+screen size in that direction. It also supports the standard option format to
+the standard X \-geometry option.
The values given must be integers.
+Note: This option is only supported by a few vo's, including tdfxfb, fbdev and
+xv.
+
.I EXAMPLE:
.PD 0
.RSs