Index: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml
===================================================================
--- head/en_US.ISO8859-1/books/handbook/x11/chapter.xml
+++ head/en_US.ISO8859-1/books/handbook/x11/chapter.xml
@@ -805,20 +805,18 @@
InputClass. This will be applied
to all input devices that match the class.
- This example selects a French keyboard layout with
- the oss variant.
+ This example selects a French keyboard
+ layout.
Setting a Keyboard Layout
- /usr/local/etc/X11/xorg.conf.d/keyboard-fr-oss.conf
+ /usr/local/etc/X11/xorg.conf.d/keyboard-fr.conf
Section "InputClass"
Identifier "KeyboardDefaults"
- Driver "keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "fr"
- Option "XkbVariant" "oss"
EndSection
@@ -866,7 +864,6 @@
Section "InputClass"
Identifier "KeyboardDefaults"
- Driver "keyboard"
MatchIsKeyboard "on"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
@@ -878,6 +875,14 @@
Mice and Pointing Devices
+
+
+ If using xorg-server 1.20.8 or
+ later under &os; &rel121.current; and not
+ using &man.moused.8;, add
+ kern.evdev.rcpt_mask=12 to
+ /etc/sysctl.conf.
+
Many mouse parameters can be adjusted with configuration
options. See &man.mousedrv.4x; for a full list.