aboutsummaryrefslogtreecommitdiff
path: root/de_DE.ISO8859-1
diff options
context:
space:
mode:
authorBjoern Heidotting <bhd@FreeBSD.org>2020-08-15 15:43:03 +0000
committerBjoern Heidotting <bhd@FreeBSD.org>2020-08-15 15:43:03 +0000
commitcb9740cfcd4fd24af72e545c180737ec7d644b0f (patch)
tree8147751a263559b57ba9263f15580f1f4255307b /de_DE.ISO8859-1
parent7cd417c53d92bdfa3060682372f16234f30dbc01 (diff)
downloaddoc-cb9740cfcd4fd24af72e545c180737ec7d644b0f.tar.gz
doc-cb9740cfcd4fd24af72e545c180737ec7d644b0f.zip
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".
Notes
Notes: svn path=/head/; revision=54426
Diffstat (limited to 'de_DE.ISO8859-1')
-rw-r--r--de_DE.ISO8859-1/books/handbook/x11/chapter.xml21
1 files changed, 15 insertions, 6 deletions
diff --git a/de_DE.ISO8859-1/books/handbook/x11/chapter.xml b/de_DE.ISO8859-1/books/handbook/x11/chapter.xml
index 5944859e6e..4e82b049e2 100644
--- a/de_DE.ISO8859-1/books/handbook/x11/chapter.xml
+++ b/de_DE.ISO8859-1/books/handbook/x11/chapter.xml
@@ -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>
@@ -936,6 +936,15 @@ EndSection</programlisting>
<sect3 xml:id="x11-input-mice">
<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
Konfigurationseinstellungen eingestellt werden.
&man.mousedrv.4x; enthält eine vollständige Liste.</para>