From cb9740cfcd4fd24af72e545c180737ec7d644b0f Mon Sep 17 00:00:00 2001 From: Bjoern Heidotting Date: Sat, 15 Aug 2020 15:43:03 +0000 Subject: [PATCH] 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". --- .../books/handbook/x11/chapter.xml | 21 +++++++++++++------ 1 file 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 --> Eingabegeräte der entsprechenden Klasse angewendet werden. + Dieses Beispiel konfiguriert ein deutsches + Tastaturlayout. + Konfiguration eines Tastaturlayouts - /usr/local/etc/X11/xorg.conf.d/keyboard-fr-oss.conf + /usr/local/etc/X11/xorg.conf.d/keyboard-de.conf Section "InputClass" Identifier "KeyboardDefaults" - Driver "keyboard" MatchIsKeyboard "on" - Option "XkbLayout" "fr" - Option "XkbVariant" "oss" + Option "XkbLayout" "de" EndSection @@ -923,7 +924,6 @@ EndSection Section "InputClass" Identifier "KeyboardDefaults" - Driver "keyboard" MatchIsKeyboard "on" Option "XkbOptions" "terminate:ctrl_alt_bksp" EndSection @@ -936,6 +936,15 @@ EndSection Mäuse und Zeigegeräte + + Wenn Sie unter &os; &rel121.current; das Paket + xorg-server 1.20.8 oder eine + neuere Version installiert haben, und Sie auch nicht + den &man.moused.8;-Daemon verwenden, fügen Sie + kern.evdev.rcpt_mask=12 in + /etc/sysctl.conf ein. + + Viele Parameter für die Maus können über Konfigurationseinstellungen eingestellt werden. &man.mousedrv.4x; enthält eine vollständige Liste.