From ff4c67b77c8f2af880a6a552ab29228f55ecc1c8 Mon Sep 17 00:00:00 2001 From: compn Date: Fri, 21 Nov 2008 13:03:22 +0000 Subject: add direct3d docs, ok'd by Guillaume git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27973 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'DOCS/man') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 33c6e0e844..ac31fc2cc3 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3505,6 +3505,10 @@ same as vidix .PD 1 . .TP +.B direct3d (Windows only) (BETA CODE!) +Video output driver that uses the Direct3D interface (useful for Vista). +. +.TP .B directx (Windows only) Video output driver that uses the DirectX interface. .PD 0 -- cgit v1.2.3 From a83e00009000c4907254daa141d491d0479e961d Mon Sep 17 00:00:00 2001 From: bircoph Date: Sat, 22 Nov 2008 13:31:55 +0000 Subject: =?UTF-8?q?Make=20description=20of=20the=20option=20more=20clear?= =?UTF-8?q?=20as=20suggested=20by=20Reimar=20D=C3=B6ffinger.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27979 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'DOCS/man') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index ac31fc2cc3..375fdecafc 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3253,8 +3253,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 +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 the gl, gl2, x11, and xv video output drivers. . -- cgit v1.2.3