Corrected Xorg font paths.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8612 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
DJ Lucas 2010-09-26 02:12:25 +00:00
parent b3a4f60838
commit de4899b95a
4 changed files with 16 additions and 9 deletions

View File

@ -3,7 +3,7 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "25"> <!-- Always 2 digits -->
<!ENTITY day "26"> <!-- Always 2 digits -->
<!ENTITY month "09"> <!-- Always 2 digits -->
<!ENTITY year "2010">
<!ENTITY copyrightdate "2001-&year;">

View File

@ -40,6 +40,16 @@
</listitem>
-->
<listitem>
<para>September 26th, 2010</para>
<itemizedlist>
<listitem>
<para>[dj] - Corrected Xorg font paths.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>September 25th, 2010</para>
<itemizedlist>

View File

@ -319,12 +319,9 @@ EndSection</literal></screen>
<para>The core X font protocol finds fonts from the server configuration
file (<filename>xorg.conf</filename>).
If no font paths exist in the configuration file, the server will fall
back to an internal hard-coded path. Assuming the prefix for your
<application>X</application> installation is
<filename class="directory">/usr/X11R6</filename>, the core fonts will
reside in subdirectories of <filename
class="directory">/usr/X11R6/lib/X11/fonts</filename>. For each
directory in the path, the server reads three files:</para>
back to an internal hard-coded path of
<filename class="directory">$XORG_PREFIX>/share/fonts/X11</filename>.
For each directory in the path, the server reads three files:</para>
<itemizedlist>
<listitem>

View File

@ -111,8 +111,8 @@ make</userinput></screen>
<systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>install -v -d -m755 /usr/share/fonts &amp;&amp;
ln -svn $XORG_PREFIX/lib/X11/fonts/OTF /usr/share/fonts/X11-OTF &amp;&amp;
ln -svn $XORG_PREFIX/lib/X11/fonts/TTF /usr/share/fonts/X11-TTF</userinput></screen>
ln -svn $XORG_PREFIX/share/fonts/X11/fonts/OTF /usr/share/fonts/X11-OTF &amp;&amp;
ln -svn $XORG_PREFIX/share/fonts/X11/fonts/TTF /usr/share/fonts/X11-TTF</userinput></screen>
</sect2>