* Localizing FreeBSD to Specific Languages
- Remove notes relevant to XFree86 3.X
This commit is contained in:
parent
e0fd421231
commit
9f7a4ee9ad
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=27250
1 changed files with 4 additions and 32 deletions
|
@ -802,16 +802,6 @@ font8x8="cp866-8x8"</programlisting>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Do <link linkend="setting-locale">non-X locale
|
<para>Do <link linkend="setting-locale">non-X locale
|
||||||
setup</link> first as described.</para>
|
setup</link> first as described.</para>
|
||||||
|
|
||||||
<note>
|
|
||||||
<para><anchor id="russian-note">The Russian KOI8-R locale
|
|
||||||
may not work with old <application>&xfree86;</application> releases (lower than 3.3).
|
|
||||||
<application>&xorg;</application> is now the default
|
|
||||||
version of the X Window System on FreeBSD.
|
|
||||||
This should not be an
|
|
||||||
issue unless you are using an old version of
|
|
||||||
FreeBSD.</para>
|
|
||||||
</note>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -837,15 +827,7 @@ FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/100dpi"</programlisting>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>To activate a Russian keyboard, add the following to the
|
<para>To activate a Russian keyboard, add the following to the
|
||||||
<literal>"Keyboard"</literal> section of your
|
<literal>"Keyboard"</literal> section of your
|
||||||
<filename>XF86Config</filename> file.</para>
|
<filename>xorg.conf</filename> file.</para>
|
||||||
|
|
||||||
<para>For <application>&xfree86; 3.X</application>:</para>
|
|
||||||
|
|
||||||
<programlisting>XkbLayout "ru"
|
|
||||||
XkbOptions "grp:caps_toggle"</programlisting>
|
|
||||||
|
|
||||||
<para>For <application>&xorg;</application> (or
|
|
||||||
<application>&xfree86; 4.X</application>):</para>
|
|
||||||
|
|
||||||
<programlisting>Option "XkbLayout" "us,ru"
|
<programlisting>Option "XkbLayout" "us,ru"
|
||||||
Option "XkbOptions" "grp:toggle"</programlisting>
|
Option "XkbOptions" "grp:toggle"</programlisting>
|
||||||
|
@ -865,23 +847,13 @@ Option "XkbOptions" "grp:toggle"</programlisting>
|
||||||
<para>If you have <quote>&windows;</quote> keys on your keyboard,
|
<para>If you have <quote>&windows;</quote> keys on your keyboard,
|
||||||
and notice that some non-alphabetical keys are mapped
|
and notice that some non-alphabetical keys are mapped
|
||||||
incorrectly in RUS mode, add the following line in your
|
incorrectly in RUS mode, add the following line in your
|
||||||
<filename>XF86Config</filename> file.</para>
|
<filename>xorg.conf</filename> file.</para>
|
||||||
|
|
||||||
<para>For <application>&xfree86; 3.X</application>:</para>
|
|
||||||
|
|
||||||
<programlisting>XkbVariant "winkeys"</programlisting>
|
|
||||||
|
|
||||||
<para>For <application>&xorg;</application> (or
|
|
||||||
<application>&xfree86; 4.X</application>):</para>
|
|
||||||
|
|
||||||
<programlisting>Option "XkbVariant" ",winkeys"</programlisting>
|
<programlisting>Option "XkbVariant" ",winkeys"</programlisting>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>The Russian XKB keyboard may not work with old <application>&xfree86;</application>
|
<para>The Russian XKB keyboard may not work with non-localized
|
||||||
versions, see the <link linkend="russian-note">above
|
applications.</para>
|
||||||
note</link> for more information. The Russian XKB
|
|
||||||
keyboard may also not work with non-localized
|
|
||||||
applications as well.</para>
|
|
||||||
</note>
|
</note>
|
||||||
</listitem>
|
</listitem>
|
||||||
</orderedlist>
|
</orderedlist>
|
||||||
|
|
Loading…
Reference in a new issue