summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en/faq.xml
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/xml/en/faq.xml')
-rw-r--r--DOCS/xml/en/faq.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml
index 654616b1cd..e6e9f53e82 100644
--- a/DOCS/xml/en/faq.xml
+++ b/DOCS/xml/en/faq.xml
@@ -613,6 +613,34 @@ Use:
<qandaentry>
<question><para>
+I've just installed <application>MPlayer</application>. When I want to
+open a video file it causes a fatal error:
+<screen>
+Error opening/initializing the selected video_out (-vo) device.
+</screen>
+How can I solve my problem?
+</para></question>
+<answer><para>
+Just change your video output device. Issue the following comand to get
+a list of available video output drivers:
+<screen>
+mplayer -vo help
+</screen>
+After you've chosen the correct video output driver, add it to
+your configuration file. Add
+<programlisting>
+ vo = <replaceable>selected_vo</replaceable>
+</programlisting>
+to <filename>~/.mplayer/config</filename> and/or
+<programlisting>
+vo_driver = <replaceable>selected_vo</replaceable>
+</programlisting>
+to <filename>~/.mplayer/gui.conf</filename>.
+</para></answer>
+</qandaentry>
+
+<qandaentry>
+<question><para>
I cannot pinpoint the cause of some strange playback problem.
</para></question>
<answer><para>