Changeset 21aae54


Ignore:
Timestamp:
10/11/2004 01:08:57 PM (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:
7f58d870
Parents:
0bd0e831
Message:

A few more corrections to the X configuration.

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

Location:
x/installing
Files:
2 edited

Legend:

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

    r0bd0e831 r21aae54  
    182182
    183183<para>Users not using the <acronym>ISO</acronym>-8859-1 locale have to
    184 make a few adjustments to their font settings. For cyrillic alphabet,
    185 it is sufficient to put the following line into the top of the "Files"
    186 section in <filename>xorg.conf</filename> because this directory
    187 already contains the needed bitmap fonts and their aliases:</para>
    188 
    189 <screen>FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic/"</screen>
    190 
    191 <para>For ISO-8858-<replaceable>[X]</replaceable> locales use the
    192 following command:</para>
    193 
     184make a few adjustments to their font settings. Make sure that fonts with
     185the correct encoding are used for "fixed", "variable", "10x20" and
     186similar aliases:</para>
     187   
    194188<screen><userinput><command>sed -i 's,iso8859-1\( \|$\),iso8859-<replaceable>[X]</replaceable>\1,g' \
    195189    /usr/X11R6/lib/X11/fonts/{75dpi,100dpi,misc}/fonts.alias</command></userinput></screen>
    196 
    197 <para>Make sure that fonts with the correct encoding are used for "fixed",
    198 "variable", "10x20" and similar aliases.</para>
     190   
     191<para>For Cyrillic alphabet, it is sufficient to put the following line
     192into the top of the "Files" section in <filename>xorg.conf</filename>
     193because this directory already contains the needed bitmap fonts and
     194their aliases:</para>
     195
     196<screen>FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic/"</screen>
     197
    199198</sect2>
    200199
  • x/installing/xorg.xml

    r0bd0e831 r21aae54  
    314314and <filename class="directory">/usr/X11R6/lib/pkgconfig</filename>
    315315are added to your <envar>PATH</envar> and <envar>PKG_CONFIG_PATH</envar>
    316 environment variables. Instructions for doing this are
     316environment variables, respectively. Instructions for doing this are
    317317described in the section "<xref linkend='postlfs-config-profile'/>."</para>
    318318 
Note: See TracChangeset for help on using the changeset viewer.