2002-10-12 07:04:24 +08:00
|
|
|
<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>
|
|
|
|
|
2002-10-12 10:43:32 +08:00
|
|
|
<para><screen><userinput>cat > ~/.mplayer/config << "EOF"</userinput>
|
2002-10-12 07:04:24 +08:00
|
|
|
gui = yes
|
|
|
|
skin = default
|
2002-10-12 10:43:32 +08:00
|
|
|
<userinput>EOF
|
2002-10-12 07:04:24 +08:00
|
|
|
mkdir ~/.mplayer/Skin &&
|
2002-10-12 10:43:32 +08:00
|
|
|
tar -xvf ../default.tar -C ~/.mplayer/Skin</userinput></screen>
|
2002-10-12 07:04:24 +08:00
|
|
|
</para>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|