update mplayer config

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1425 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2003-10-20 00:18:11 +00:00
parent 746524b1a8
commit 2700b705f3
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,9 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>October 19th, 2003 [larry]: mplayer: adjusted -dvd 1 to
dvd://1.</para></listitem>
<listitem><para>October 19th, 2003 [igor]: Cleaned up GNOME section
(final pass).</para></listitem>

View File

@ -21,7 +21,7 @@ where * is the font size. You can chose your font size of 14, 18, 24 or 28.
<para>Set up the <acronym>GUI</acronym> with the following commands executed
from your source directory:</para>
<screen><userinput><command>cat &gt; /etc/mplayer/config &lt;&lt; "EOF"</command>
<screen><userinput><command>cat &gt; /etc/mplayer/mplayer.conf &lt;&lt; "EOF"</command>
gui = yes
skin = default
<command>EOF</command></userinput></screen>

View File

@ -17,7 +17,7 @@ audio and/or video information on your system.</para>
<para>Examples:</para>
<screen><command>mplayer -fs blfs.avi
mplayer -vo fbdev -fb /dev/fb0 -dvd 1 -aid 128 -sub en -framedrop
mplayer -vo fbdev -fb /dev/fb0 dvd://1 -aid 128 -sub en -framedrop
mplayer -fs vcd://1 # works both for VCDs and SVCDs
mplayer http://www.students.uni-marburg.de/~Klossa/hapkidofight_lo.mpg</command></screen>