Author: dj
Date: 2010-09-25 20:12:25 -0600 (Sat, 25 Sep 2010)
New Revision: 8612
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/installing/x-setup.xml
trunk/BOOK/x/installing/x7font.xml
Log:
Corrected Xorg font paths.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-09-25 14:37:49 UTC (rev 8611)
+++ trunk/BOOK/general.ent 2010-09-26 02:12:25 UTC (rev 8612)
@@ -3,7 +3,7 @@
$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;">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2010-09-25 14:37:49 UTC
(rev 8611)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2010-09-26 02:12:25 UTC
(rev 8612)
@@ -40,7 +40,17 @@
</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>
<listitem>
Modified: trunk/BOOK/x/installing/x-setup.xml
===================================================================
--- trunk/BOOK/x/installing/x-setup.xml 2010-09-25 14:37:49 UTC (rev 8611)
+++ trunk/BOOK/x/installing/x-setup.xml 2010-09-26 02:12:25 UTC (rev 8612)
@@ -319,12 +319,9 @@
<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>
Modified: trunk/BOOK/x/installing/x7font.xml
===================================================================
--- trunk/BOOK/x/installing/x7font.xml 2010-09-25 14:37:49 UTC (rev 8611)
+++ trunk/BOOK/x/installing/x7font.xml 2010-09-26 02:12:25 UTC (rev 8612)
@@ -111,8 +111,8 @@
<systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>install -v -d -m755 /usr/share/fonts &&
-ln -svn $XORG_PREFIX/lib/X11/fonts/OTF /usr/share/fonts/X11-OTF &&
-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
&&
+ln -svn $XORG_PREFIX/share/fonts/X11/fonts/TTF
/usr/share/fonts/X11-TTF</userinput></screen>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page