svn commit: r54426 - head/de_DE.ISO8859-1/books/handbook/x11
Bjoern Heidotting
bhd at FreeBSD.org
Sat Aug 15 15:43:04 UTC 2020
Author: bhd
Date: Sat Aug 15 15:43:03 2020
New Revision: 54426
URL: https://svnweb.freebsd.org/changeset/doc/54426
Log:
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".
Modified:
head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml
Modified: head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml Sat Aug 15 03:00:27 2020 (r54425)
+++ head/de_DE.ISO8859-1/books/handbook/x11/chapter.xml Sat Aug 15 15:43:03 2020 (r54426)
@@ -4,7 +4,7 @@
$FreeBSD$
$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"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
@@ -866,17 +866,18 @@ EndSection</programlisting>
Eingabegeräte der entsprechenden Klasse angewendet
werden.</para>
+ <para>Dieses Beispiel konfiguriert ein deutsches
+ Tastaturlayout.</para>
+
<example>
<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"
Identifier "KeyboardDefaults"
- Driver "keyboard"
MatchIsKeyboard "on"
- Option "XkbLayout" "fr"
- Option "XkbVariant" "oss"
+ Option "XkbLayout" "de"
EndSection</programlisting>
</example>
@@ -923,7 +924,6 @@ EndSection</programlisting>
<programlisting>Section "InputClass"
Identifier "KeyboardDefaults"
- Driver "keyboard"
MatchIsKeyboard "on"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection</programlisting>
@@ -935,6 +935,15 @@ EndSection</programlisting>
<sect3 xml:id="x11-input-mice">
<title>Mäuse und Zeigegeräte</title>
+
+ <important>
+ <para>Wenn Sie unter &os; &rel121.current; das Paket
+ <package>xorg-server</package> 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
Konfigurationseinstellungen eingestellt werden.
More information about the svn-doc-head
mailing list