mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
b3a4f60838
commit
de4899b95a
@ -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;">
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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 &&
|
||||
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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user