- Merge the following from the English version:
r54061 -> r54421 head/ja_JP.eucJP/books/handbook/x11/chapter.xml
This commit is contained in:
parent
910b78c10e
commit
dadd21d8bb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54436
1 changed files with 14 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
||||
Original revision: r54061
|
||||
Original revision: r54421
|
||||
$FreeBSD$
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||
|
@ -830,20 +830,18 @@ EndSection</programlisting>
|
|||
<literal>XkbVariant</literal> オプションを設定してください。
|
||||
クラスに対応するすべての入力デバイスに適用できます。</para>
|
||||
|
||||
<para>以下の例では、 <literal>oss</literal>
|
||||
キー配置のフランス語のキーボードレイアウトを選択します。</para>
|
||||
<para>以下の例では、
|
||||
フランス語のキーボードレイアウトを選択しています。</para>
|
||||
|
||||
<example>
|
||||
<title>キーボードレイアウトを選択する。</title>
|
||||
|
||||
<para><filename>/usr/local/etc/X11/xorg.conf.d/keyboard-fr-oss.conf</filename></para>
|
||||
<para><filename>/usr/local/etc/X11/xorg.conf.d/keyboard-fr.conf</filename></para>
|
||||
|
||||
<programlisting>Section "InputClass"
|
||||
Identifier "KeyboardDefaults"
|
||||
Driver "keyboard"
|
||||
MatchIsKeyboard "on"
|
||||
Option "XkbLayout" "fr"
|
||||
Option "XkbVariant" "oss"
|
||||
EndSection</programlisting>
|
||||
</example>
|
||||
|
||||
|
@ -892,7 +890,6 @@ EndSection</programlisting>
|
|||
|
||||
<programlisting>Section "InputClass"
|
||||
Identifier "KeyboardDefaults"
|
||||
Driver "keyboard"
|
||||
MatchIsKeyboard "on"
|
||||
Option "XkbOptions" "terminate:ctrl_alt_bksp"
|
||||
EndSection</programlisting>
|
||||
|
@ -905,6 +902,16 @@ EndSection</programlisting>
|
|||
<sect3 xml:id="x11-input-mice">
|
||||
<title>マウスおよびポインティングデバイス</title>
|
||||
|
||||
<important>
|
||||
<para>もし &os; &rel121.current; において、
|
||||
&man.moused.8; を使わず、
|
||||
<package>xorg-server</package> 1.20.8
|
||||
以降を使用しているのであれば、
|
||||
<filename>/etc/sysctl.conf</filename> に、
|
||||
<userinput>kern.evdev.rcpt_mask=12</userinput>
|
||||
を追加してください。</para>
|
||||
</important>
|
||||
|
||||
<para>コンフィグレーションオプションにより、
|
||||
多くのマウスパラメータを調整できます。
|
||||
すべての一覧については、&man.mousedrv.4x; をご覧ください。</para>
|
||||
|
|
Loading…
Reference in a new issue