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:
Igor Živković 2004-10-11 13:08:57 +00:00
parent 0bd0e83187
commit 21aae54189
2 changed files with 12 additions and 13 deletions

View File

@ -181,21 +181,20 @@ the second layout is active.</para>
<title>Setting up fonts</title> <title>Setting up fonts</title>
<para>Users not using the <acronym>ISO</acronym>-8859-1 locale have to <para>Users not using the <acronym>ISO</acronym>-8859-1 locale have to
make a few adjustments to their font settings. For cyrillic alphabet, make a few adjustments to their font settings. Make sure that fonts with
it is sufficient to put the following line into the top of the "Files" the correct encoding are used for "fixed", "variable", "10x20" and
section in <filename>xorg.conf</filename> because this directory similar aliases:</para>
already contains the needed bitmap fonts and their 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> <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> </sect2>
<!-- ================================================== --> <!-- ================================================== -->

View File

@ -313,7 +313,7 @@ Run:</para>
<para>Ensure <filename class="directory">/usr/X11R6/bin</filename> <para>Ensure <filename class="directory">/usr/X11R6/bin</filename>
and <filename class="directory">/usr/X11R6/lib/pkgconfig</filename> and <filename class="directory">/usr/X11R6/lib/pkgconfig</filename>
are added to your <envar>PATH</envar> and <envar>PKG_CONFIG_PATH</envar> 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> described in the section "<xref linkend='postlfs-config-profile'/>."</para>
<para>Create the <filename>xorg.conf</filename> file with: <para>Create the <filename>xorg.conf</filename> file with: