mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
A few more corrections to the X configuration.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2789 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
0bd0e83187
commit
21aae54189
@ -181,21 +181,20 @@ the second layout is active.</para>
|
||||
<title>Setting up fonts</title>
|
||||
|
||||
<para>Users not using the <acronym>ISO</acronym>-8859-1 locale have to
|
||||
make a few adjustments to their font settings. For cyrillic alphabet,
|
||||
it is sufficient to put the following line into the top of the "Files"
|
||||
section in <filename>xorg.conf</filename> because this directory
|
||||
already contains the needed bitmap fonts and their aliases:</para>
|
||||
make a few adjustments to their font settings. Make sure that fonts with
|
||||
the correct encoding are used for "fixed", "variable", "10x20" and
|
||||
similar aliases:</para>
|
||||
|
||||
<screen><userinput><command>sed -i 's,iso8859-1\( \|$\),iso8859-<replaceable>[X]</replaceable>\1,g' \
|
||||
/usr/X11R6/lib/X11/fonts/{75dpi,100dpi,misc}/fonts.alias</command></userinput></screen>
|
||||
|
||||
<para>For Cyrillic alphabet, it is sufficient to put the following line
|
||||
into the top of the "Files" section in <filename>xorg.conf</filename>
|
||||
because this directory already contains the needed bitmap fonts and
|
||||
their aliases:</para>
|
||||
|
||||
<screen>FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"</screen>
|
||||
|
||||
<para>For ISO-8858-<replaceable>[X]</replaceable> locales use the
|
||||
following command:</para>
|
||||
|
||||
<screen><userinput><command>sed -i 's,iso8859-1\( \|$\),iso8859-<replaceable>[X]</replaceable>\1,g' \
|
||||
/usr/X11R6/lib/X11/fonts/{75dpi,100dpi,misc}/fonts.alias</command></userinput></screen>
|
||||
|
||||
<para>Make sure that fonts with the correct encoding are used for "fixed",
|
||||
"variable", "10x20" and similar aliases.</para>
|
||||
</sect2>
|
||||
|
||||
<!-- ================================================== -->
|
||||
|
@ -313,7 +313,7 @@ Run:</para>
|
||||
<para>Ensure <filename class="directory">/usr/X11R6/bin</filename>
|
||||
and <filename class="directory">/usr/X11R6/lib/pkgconfig</filename>
|
||||
are added to your <envar>PATH</envar> and <envar>PKG_CONFIG_PATH</envar>
|
||||
environment variables. Instructions for doing this are
|
||||
environment variables, respectively. Instructions for doing this are
|
||||
described in the section "<xref linkend='postlfs-config-profile'/>."</para>
|
||||
|
||||
<para>Create the <filename>xorg.conf</filename> file with:
|
||||
|
Loading…
Reference in New Issue
Block a user