Changeset de4899b


Ignore:
Timestamp:
09/26/2010 02:12:25 AM (14 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
061515b
Parents:
b3a4f60
Message:

Corrected Xorg font paths.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8612 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb3a4f60 rde4899b  
    44-->
    55
    6 <!ENTITY day          "25">                   <!-- Always 2 digits -->
     6<!ENTITY day          "26">                   <!-- Always 2 digits -->
    77<!ENTITY month        "09">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2010">
  • introduction/welcome/changelog.xml

    rb3a4f60 rde4899b  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>September 26th, 2010</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Corrected Xorg font paths.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
    4353    <listitem>
    4454      <para>September 25th, 2010</para>
  • x/installing/x-setup.xml

    rb3a4f60 rde4899b  
    320320      file (<filename>xorg.conf</filename>).
    321321      If no font paths exist in the configuration file, the server will fall
    322       back to an internal hard-coded path.  Assuming the prefix for your
    323       <application>X</application> installation is
    324       <filename class="directory">/usr/X11R6</filename>, the core fonts will
    325       reside in subdirectories of <filename
    326       class="directory">/usr/X11R6/lib/X11/fonts</filename>.  For each
    327       directory in the path, the server reads three files:</para>
     322      back to an internal hard-coded path of
     323      <filename class="directory">$XORG_PREFIX>/share/fonts/X11</filename>.
     324      For each directory in the path, the server reads three files:</para>
    328325
    329326      <itemizedlist>
  • x/installing/x7font.xml

    rb3a4f60 rde4899b  
    112112
    113113<screen role="root"><userinput>install -v -d -m755 /usr/share/fonts &amp;&amp;
    114 ln -svn $XORG_PREFIX/lib/X11/fonts/OTF /usr/share/fonts/X11-OTF &amp;&amp;
    115 ln -svn $XORG_PREFIX/lib/X11/fonts/TTF /usr/share/fonts/X11-TTF</userinput></screen>
     114ln -svn $XORG_PREFIX/share/fonts/X11/fonts/OTF /usr/share/fonts/X11-OTF &amp;&amp;
     115ln -svn $XORG_PREFIX/share/fonts/X11/fonts/TTF /usr/share/fonts/X11-TTF</userinput></screen>
    116116
    117117  </sect2>
Note: See TracChangeset for help on using the changeset viewer.