Update to r54421:

Track switch to libinput in xorg-server 1.20.8

Remove the Driver line from examples 5.7 and 5.9, thus making them
valid for both variant configurations of X (with or without libinput).

For 12.1 and xorg-server 1.20.8, add "Set kern.evdev.rcpt_mask=6 in
/etc/sysctl.conf if not using moused" important paragraph to section
"5.4.7.2. Mice and Pointing Devices".
This commit is contained in:
Bjoern Heidotting 2020-08-15 15:43:03 +00:00
parent 7cd417c53d
commit cb9740cfcd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54426

View file

@ -4,7 +4,7 @@
$FreeBSD$ $FreeBSD$
$FreeBSDde: de-docproj/books/handbook/x11/chapter.xml,v 1.79 2012/04/30 16:18:12 bcr Exp $ $FreeBSDde: de-docproj/books/handbook/x11/chapter.xml,v 1.79 2012/04/30 16:18:12 bcr Exp $
basiert auf: r54061 basiert auf: r54421
--> -->
<chapter xmlns="http://docbook.org/ns/docbook" <chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
@ -866,17 +866,18 @@ EndSection</programlisting>
Eingabegeräte der entsprechenden Klasse angewendet Eingabegeräte der entsprechenden Klasse angewendet
werden.</para> werden.</para>
<para>Dieses Beispiel konfiguriert ein deutsches
Tastaturlayout.</para>
<example> <example>
<title>Konfiguration eines Tastaturlayouts</title> <title>Konfiguration eines Tastaturlayouts</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-de.conf</filename></para>
<programlisting>Section "InputClass" <programlisting>Section "InputClass"
Identifier "KeyboardDefaults" Identifier "KeyboardDefaults"
Driver "keyboard"
MatchIsKeyboard "on" MatchIsKeyboard "on"
Option "XkbLayout" "fr" Option "XkbLayout" "de"
Option "XkbVariant" "oss"
EndSection</programlisting> EndSection</programlisting>
</example> </example>
@ -923,7 +924,6 @@ EndSection</programlisting>
<programlisting>Section "InputClass" <programlisting>Section "InputClass"
Identifier "KeyboardDefaults" Identifier "KeyboardDefaults"
Driver "keyboard"
MatchIsKeyboard "on" MatchIsKeyboard "on"
Option "XkbOptions" "terminate:ctrl_alt_bksp" Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection</programlisting> EndSection</programlisting>
@ -936,6 +936,15 @@ EndSection</programlisting>
<sect3 xml:id="x11-input-mice"> <sect3 xml:id="x11-input-mice">
<title>Mäuse und Zeigegeräte</title> <title>Mäuse und Zeigegeräte</title>
<important>
<para>Wenn Sie unter &os;&nbsp;&rel121.current; das Paket
<package>xorg-server</package>&nbsp;1.20.8 oder eine
neuere Version installiert haben, und Sie auch nicht
den &man.moused.8;-Daemon verwenden, fügen Sie
<userinput>kern.evdev.rcpt_mask=12</userinput> in
<filename>/etc/sysctl.conf</filename> ein.</para>
</important>
<para>Viele Parameter für die Maus können über <para>Viele Parameter für die Maus können über
Konfigurationseinstellungen eingestellt werden. Konfigurationseinstellungen eingestellt werden.
&man.mousedrv.4x; enthält eine vollständige Liste.</para> &man.mousedrv.4x; enthält eine vollständige Liste.</para>