diff options
Diffstat (limited to 'DOCS/xml/en')
-rw-r--r-- | DOCS/xml/en/ports.xml | 3 | ||||
-rw-r--r-- | DOCS/xml/en/usage.xml | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml index 6b807dc3f4..37de7e3132 100644 --- a/DOCS/xml/en/ports.xml +++ b/DOCS/xml/en/ports.xml @@ -283,8 +283,7 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL. <para>Best results are achieved with the native DirectX video output driver (<option>-vo directx</option>) and the native Windows waveout audio driver (<option>-ao win32</option>) as OpenGL does not work and SDL is known to - distort sound and image or crash on some systems. You can make the movie - window stay on top with <option>-vo directx:ontop</option>. If the image is + distort sound and image or crash on some systems. If the image is distorted, try turning off hardware acceleration with <option>-vo directx:noaccel</option>. Download <ulink url="http://www.videolan.org/vlc/dx7headers.tgz">DirectX 7 header files</ulink> diff --git a/DOCS/xml/en/usage.xml b/DOCS/xml/en/usage.xml index a0699a63c4..9a950fb660 100644 --- a/DOCS/xml/en/usage.xml +++ b/DOCS/xml/en/usage.xml @@ -295,6 +295,11 @@ You can have a full list of known commands by running <para> Switch fullscreen mode. </para></listitem> +<listitem><para><literal>vo_ontop</literal></para> + <para> + Toggle stay-on-top. Supported by drivers which use X11, except SDL, + as well as directx and gl2 under Windows. + </para></listitem> <listitem><para><literal>tv_step_channel</literal> (int) dir</para> <para> Select next/previous tv channel. |