mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 00:48:19 +08:00
3327b0b7b6
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@324 af4574ff-66df-0310-9fd7-8a98e5e911e0
28 lines
819 B
XML
28 lines
819 B
XML
<sect2>
|
|
<title>Configuring mplayer</title>
|
|
|
|
<sect3><title>Config files</title>
|
|
<para><userinput>~/.mplayer/config ~/.mplayer/codec.conf</userinput></para>
|
|
</sect3>
|
|
|
|
<sect3><title>Configuration Information</title>
|
|
|
|
<para>If you wish to utilize a freetype font, you need to link a TTF
|
|
file to your ~/.mplayer directory. For example:
|
|
<screen>ln -sf /usr/X11R6/lib/X11/fonts/TTF/luxisri.ttf ~/.mplayer/subfont.ttf</screen></para>
|
|
|
|
<para>If you put in the optional gui, your config file needs to be set
|
|
up with the following commands executed from your source directory:</para>
|
|
|
|
<para><screen><userinput>cat > ~/.mplayer/config << "EOF"</userinput>
|
|
gui = yes
|
|
skin = default
|
|
<userinput>EOF
|
|
mkdir ~/.mplayer/Skin &&
|
|
tar -xvf ../default.tar -C ~/.mplayer/Skin</userinput></screen>
|
|
</para>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|