Changeset e7ec01d4 for x/installing


Ignore:
Timestamp:
07/31/2007 07:38:02 PM (17 years ago)
Author:
Ag Hatzimanikas <ag@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
7f0dfb9
Parents:
8bf1fa88
Message:

Removed an obsolete text the in X Window System Components page

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x-setup.xml

    r8bf1fa88 re7ec01d4  
    505505fc-cache -v /usr/share/fonts/dejavu</userinput></screen>
    506506
    507       <para>Earlier it was mentioned that <filename>/etc/fonts/fonts.conf</filename>
    508       could be modified to use DejaVu using the default family names.  Since
    509       DejaVu is a replacement for Bitstream Vera fonts, it can be substituted
    510       for that family.  Visually inspect the <filename>fonts.conf</filename> to
    511       see how fonts are grouped together under the generic family names within
    512       &lt;alias&gt; tags and a preference list is created within &lt;prefer&gt;
    513       tags. To replace Bitstream Vera with DejaVu, run the following command as
    514       the <systemitem class="username">root</systemitem> user:</para>
    515 
    516 <screen role="root"><userinput>sed -i 's/&lt;family&gt;Bitstream Vera/&lt;family&gt;DejaVu/' /etc/fonts/fonts.conf</userinput></screen>
    517 
    518 <!--
    519 <screen><userinput><command>sed -i -e '/^&lt;\/fontconfig&gt;/i\
    520 &lt;dir&gt;/usr/X11R6/lib/X11/fonts/TTF&lt;/dir&gt;\
    521 &lt;dir&gt;/usr/X11R6/lib/X11/fonts/Type1&lt;/dir&gt;' /etc/fonts/local.conf</command></userinput></screen>
    522  -->
    523 
    524     <para>To see which fonts will be used as the generic fonts in your locale,
    525     run the command <command>fc-match monospace</command>. Substitute "sans" or
    526     "serif" to see the fonts that will be used for those aliases.
    527     </para>
    528 
    529507    </sect3>
    530508
Note: See TracChangeset for help on using the changeset viewer.