Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146606515
D25641.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D25641.diff
View Options
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 @@
<literal>InputClass</literal>. This will be applied
to all input devices that match the class.</para>
- <para>This example selects a French keyboard layout with
- the <literal>oss</literal> variant.</para>
+ <para>This example selects a French keyboard
+ layout.</para>
<example>
<title>Setting a Keyboard Layout</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>
@@ -866,7 +864,6 @@
<programlisting>Section "InputClass"
Identifier "KeyboardDefaults"
- Driver "keyboard"
MatchIsKeyboard "on"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection</programlisting>
@@ -878,6 +875,14 @@
<sect3 xml:id="x11-input-mice">
<title>Mice and Pointing Devices</title>
+
+ <important>
+ <para>If using <package>xorg-server</package> 1.20.8 or
+ later under &os; &rel121.current; and not
+ using &man.moused.8;, add
+ <userinput>kern.evdev.rcpt_mask=12</userinput> to
+ <filename>/etc/sysctl.conf</filename>.</para>
+ </important>
<para>Many mouse parameters can be adjusted with configuration
options. See &man.mousedrv.4x; for a full list.</para>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 5, 1:25 AM (12 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29264841
Default Alt Text
D25641.diff (1 KB)
Attached To
Mode
D25641: Track switch to libinput in xorg-server 1.20.8:
Attached
Detach File
Event Timeline
Log In to Comment