XF3.3 related updates

This commit is contained in:
Andrey A. Chernov 1997-06-13 13:33:42 +00:00
parent 4a80f8a976
commit b27577749a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=1654

View file

@ -1,4 +1,4 @@
<!-- $Id: russian.sgml,v 1.4 1997-05-02 08:37:48 ache Exp $ -->
<!-- $Id: russian.sgml,v 1.5 1997-06-13 13:33:42 ache Exp $ -->
<!-- The FreeBSD Documentation Project -->
<sect><heading>Russian Language (KOI8-R encoding)<label id="russian"></heading>
@ -150,22 +150,24 @@ Alternatively you can add this instructions to
Step by step instructions:
<enum>
<item>Do
<ref id="russian:locale" name="locale setup"> first as described.
<ref id="russian:locale" name="non-X locale setup"> first as described.
<p>
<it>NOTE:</it><label id="russian:note">
Russian KOI8-R locale may not work with old XFree86 versions
(lower than 3.2.1 + locale/keyboard patches).
Russian KOI8-R locale may not work with old XFree86 releases
(lower than 3.3).
XFree86 port from <tt>/usr/ports/x11/XFree86</tt> already have
all neccessary patches, so it will work, if you install XFree86
most recent XFree86 version,
so it will work, if you install XFree86
from this port.
Basically, XFree86 version shipped with latest FreeBSD distribution should
work too unless somebody forget to apply port patches to it.
XFree86 version shipped with the latest FreeBSD distribution should
work too (check XFree86 version number not less than 3.3 first).
<item>Go to <tt>/usr/ports/russian/X.language</tt> directory and say
<verb>
# make all install
</verb>
there. This port install latest version of KOI8-R fonts.
there. This port install latest version of KOI8-R fonts. XFree86 3.3
already have some KOI8-R fonts, but this ones scaled better.
<p>
Check find <tt>"Files"</tt> section in your <tt>/etc/XF86Config</tt>,
following lines must be before any other <tt>FontPath</tt> entries:
@ -192,4 +194,8 @@ available via <bf>Shift+CapsLock</bf> (in LAT mode only).
<it>NOTE:</it>
Russian XKB keyboard may not work with old XFree86 versions,
see <ref id="russian:note" name="locale note"> for more info.
Russian XKB keyboard may not work with non-localized applications
too, minimally localized application should call
<bf>XtSetLanguageProc</bf> (NULL, NULL, NULL);
function early in the program.
</enum>