mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
fixed mplayer font configuration
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1435 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
7d4d29c31d
commit
ba4b44552f
@ -11,6 +11,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>October 21st, 2003 [igor]: Fixed MPlayer subtitle font
|
||||
configuration, added a note about config file.</para></listitem>
|
||||
|
||||
<listitem><para>October 20th, 2003 [larry]: openldap: expanded
|
||||
configuration section with a referral.</para></listitem>
|
||||
|
||||
|
@ -9,13 +9,12 @@
|
||||
|
||||
<para>If you wish to utilize a <application>FreeType</application> font,
|
||||
you need to link a <filename>TTF</filename>
|
||||
file to your <filename>~/.mplayer</filename> directory. For example:
|
||||
<screen><userinput><command>ln -sf /usr/X11R6/lib/X11/fonts/TTF/luxisri.ttf /etc/mplayer/subfont.ttf
|
||||
file to your <filename class="directory">~/.mplayer</filename> directory. For example:
|
||||
<screen><userinput><command>ln -sf /usr/X11R6/lib/X11/fonts/TTF/luxisri.ttf ~/.mplayer/subfont.ttf
|
||||
</command></userinput></screen>
|
||||
otherwise
|
||||
<screen><userinput><command>ln -sf /usr/share/mplayer/font/font-arial-*-iso-8859-1 /etc/mplayer/font
|
||||
</command></userinput></screen>
|
||||
where * is the font size. You can chose your font size of 14, 18, 24 or 28.
|
||||
<screen><userinput><command>ln -sf ../font-arial-<replaceable>[font size]</replaceable>-iso-8859-1/* /usr/share/mplayer/font</command></userinput></screen>
|
||||
You can chose your font size of 14, 18, 24 or 28.
|
||||
</para>
|
||||
|
||||
<para>Set up the <acronym>GUI</acronym> with the following commands executed
|
||||
@ -31,9 +30,10 @@ MPlayer start in <acronym>GUI</acronym> mode automatically. If you want to decid
|
||||
in <acronym>GUI</acronym> mode or not, leave that line out and start
|
||||
<command>mplayer</command> with
|
||||
<option>-gui</option> or as <command>gmplayer</command> (e.g.
|
||||
when starting from a Window Manager menu or command prompt).</para>
|
||||
when starting from a Window Manager menu or command prompt). Note that
|
||||
the main configuration file is called <filename>config</filename> if it
|
||||
is placed in the <filename class="directory">~/.mplayer</filename> directory.</para>
|
||||
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user