Put back some text about configuring cyrillic fonts. I didn't realise older apps

(gtk1 etc) still used xorg.conf to configure their fonts (thanks Alexander).


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5476 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Andrew Benton 2005-12-26 16:40:25 +00:00
parent f9e8aa2111
commit 042cf11b59

View File

@ -275,6 +275,15 @@ EndSection</literal></screen>
<screen role="root"><userinput>sed -i 's,iso8859-1\( \|$\),iso8859-<replaceable>[X]</replaceable>\1,g' \
/usr/share/fonts/{75dpi,100dpi,misc}/fonts.alias</userinput></screen>
<para>To use cyrillic fonts with <application>GTK1</application>,
<application>Tk</application>, <application>Xaw</application> and
<application>Motif</application>, put the following line into the top of the
"Files" section in <filename>XF86Config</filename> or
<filename>xorg.conf</filename>. This directory already contains the needed bitmap
fonts and their aliases:</para>
<screen><literal>FontPath "/usr/share/fonts/cyrillic/"</literal></screen>
</sect2>
<!-- ================================================== -->