[MPlayer-DOCS] CVS: main/DOCS/xml/en faq.xml,1.33,1.34

Diego Biurrun CVS syncmail at mplayerhq.hu
Wed Apr 21 00:10:15 CEST 2004


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv22839/DOCS/xml/en

Modified Files:
	faq.xml 
Log Message:
Common -vo driver problem solution explained by Lukasz Proszek.


Index: faq.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/faq.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- faq.xml	28 Mar 2004 21:18:02 -0000	1.33
+++ faq.xml	20 Apr 2004 22:10:11 -0000	1.34
@@ -613,6 +613,34 @@
 
 <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>




More information about the MPlayer-DOCS mailing list