Changeset 922d7eea


Ignore:
Timestamp:
10/13/2004 03:48:37 AM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
4dc876b
Parents:
c2c2d76
Message:

More corrections to fonts settings in X.

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

File:
1 edited

Legend:

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

    rc2c2d76 r922d7eea  
    181181<title>Setting up fonts</title>
    182182
    183 <para>Users not using the <acronym>ISO</acronym>-8859-1 locale have to
    184 make a few adjustments to their font settings. For non-Cyrillic
    185 alphabet, make sure that fonts with
     183<para>Users using character sets other than <acronym>ISO</acronym>-8859-1 have to
     184make a few adjustments to their font settings in order to
     185make sure that fonts with
    186186the correct encoding are used for "fixed", "variable", "10x20" and
    187187similar aliases:</para>
    188    
    189 <screen><userinput><command>sed -i 's,iso8859-1\( \|$\),iso8859-<replaceable>[X]</replaceable>\1,g' \
    190     /usr/X11R6/lib/X11/fonts/{75dpi,100dpi,misc}/fonts.alias</command></userinput></screen>
    191188   
    192189<para>For Cyrillic alphabet, it is sufficient to put the following line
     
    197194
    198195<screen>FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic/"</screen>
     196
     197<para>For ISO-8859-<replaceable>[X]</replaceable> based locales, use the
     198following command instead:</para>
     199
     200<screen><userinput><command>sed -i 's,iso8859-1\( \|$\),iso8859-<replaceable>[X]</replaceable>\1,g' \
     201    /usr/X11R6/lib/X11/fonts/{75dpi,100dpi,misc}/fonts.alias</command></userinput></screen>
    199202
    200203</sect2>
Note: See TracChangeset for help on using the changeset viewer.