[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54134] [PATCH] services: xorg: Remove xf86-input-synaptics from %de
From: |
SeerLite |
Subject: |
[bug#54134] [PATCH] services: xorg: Remove xf86-input-synaptics from %default-xorg-modules. |
Date: |
Wed, 23 Feb 2022 20:42:49 -0300 |
Fixes <https://issues.guix.gnu.org/35450>.
This driver isn't intended to be installed by default as it takes
precedence over the recommended xf86-input-libinput.
* gnu/services/xorg.scm (%default-xorg-modules): Remove
xf86-input-synaptics.
---
gnu/services/xorg.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index d6dfb07425..0cbd9aa53b 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -145,8 +145,7 @@ (define %default-xorg-modules
xf86-input-evdev
xf86-input-keyboard
- xf86-input-mouse
- xf86-input-synaptics))
+ xf86-input-mouse))
(define %default-xorg-fonts
;; Default list of fonts available to the X server.
--
2.35.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#54134] [PATCH] services: xorg: Remove xf86-input-synaptics from %default-xorg-modules.,
SeerLite <=