aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-05-02 04:55:14 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-05-02 04:55:14 +0000
commit64a68e1bb1ff531df6b9e5a6ca824902cbd0db88 (patch)
tree964f8d788e9df2d294266d276cdcf3fd6a1638d9
parent7dee8b20f906432d29335bff11f7a42d56f1c9b4 (diff)
Add more info about l10n
Notes
svn path=/head/; revision=1467
-rw-r--r--handbook/russian.sgml25
1 files changed, 22 insertions, 3 deletions
diff --git a/handbook/russian.sgml b/handbook/russian.sgml
index 28c79e1bc3..13f4486870 100644
--- a/handbook/russian.sgml
+++ b/handbook/russian.sgml
@@ -1,4 +1,4 @@
-<!-- $Id: russian.sgml,v 1.1 1997-05-02 02:20:25 ache Exp $ -->
+<!-- $Id: russian.sgml,v 1.2 1997-05-02 04:55:14 ache Exp $ -->
<!-- The FreeBSD Documentation Project -->
<sect><heading>Russian Language<label id="russian"></heading>
@@ -27,6 +27,8 @@ preserve pseudographics, <it>Gray Delete</it> key remapped to match Russian
termcap entry for console.
See <tt>rc.conf(5)</tt> for details.
<p>
+RUS/LAT switch will be <it>CapsLock</it>.
+<p>
For each <tt>ttyv?</tt> entry in <tt>/etc/ttys</tt>
change terminal type from <bf>cons25</bf> to
<bf>cons25r</bf>, i.e. each entry should looks like
@@ -116,6 +118,15 @@ Alternatively you can add this instructions to
First off all do
<ref id="russian:locale" name="locale setup"> 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 + patches).
+XFree86 port from <tt>/usr/ports/x11/XFree86</tt> already have
+all neccessary patches, 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.
+<p>
Then go to <tt>/usr/ports/russian/X.language</tt> directory and say
<tscreen><verb>
# make all install
@@ -129,12 +140,20 @@ following lines must be before any other <tt>FontPath</tt> entries:
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/100dpi"
</verb></tscreen>
-<p>If you use high resolution video mode, swap 75 dpi and
+<p>
+If you use high resolution video mode, swap 75 dpi and
100 dpi lines.
-<p>To activate Russian keyboard add
+<p>
+To activate Russian keyboard add
<tscreen><verb>
XkbKeymap "xfree86(ru)"
</verb></tscreen>
line into <tt>"Keyboard"</tt> section in your <tt>/etc/XF86Config</tt>,
also make sure that <tt>XkbDisable</tt> is turned off (commented out)
there.
+<p>
+RUS/LAT switch will be <it>CapsLock</it>.
+<p>
+<it>NOTE:</it>
+Russian XKB keyboard may not work with old XFree86 versions,
+see <ref id="russian:note" name="locale note"> for more info.