* [bug#54134] [PATCH] services: xorg: Remove xf86-input-synaptics from %default-xorg-modules.
@ 2022-02-23 23:42 SeerLite via Guix-patches via
2022-03-23 10:59 ` Mathieu Othacehe
0 siblings, 1 reply; 4+ messages in thread
From: SeerLite via Guix-patches via @ 2022-02-23 23:42 UTC (permalink / raw)
To: 54134; +Cc: SeerLite
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#54134] [PATCH] services: xorg: Remove xf86-input-synaptics from %default-xorg-modules.
2022-02-23 23:42 [bug#54134] [PATCH] services: xorg: Remove xf86-input-synaptics from %default-xorg-modules SeerLite via Guix-patches via
@ 2022-03-23 10:59 ` Mathieu Othacehe
2022-03-23 18:24 ` Attila Lendvai
0 siblings, 1 reply; 4+ messages in thread
From: Mathieu Othacehe @ 2022-03-23 10:59 UTC (permalink / raw)
To: SeerLite; +Cc: 54134, Tobias Geerinckx-Rice, Attila Lendvai, Alex Griffin
Hey,
> 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.
Tested in a VM, seems fine to me. Tobias, Alex, Attila any objection?
Thanks,
Mathieu
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#54134] [PATCH] services: xorg: Remove xf86-input-synaptics from %default-xorg-modules.
2022-03-23 10:59 ` Mathieu Othacehe
@ 2022-03-23 18:24 ` Attila Lendvai
2022-03-25 17:43 ` bug#54134: " Mathieu Othacehe
0 siblings, 1 reply; 4+ messages in thread
From: Attila Lendvai @ 2022-03-23 18:24 UTC (permalink / raw)
To: Mathieu Othacehe; +Cc: SeerLite, Tobias Geerinckx-Rice, 54134, Alex Griffin
> Tested in a VM, seems fine to me. Tobias, Alex, Attila any objection?
no objections from me.
i still have this in my current config, although commented out by now:
;; TODO delete this eventually, i'm using wayland now
;; (xorg-configuration
;; (xorg-configuration
;; (keyboard-layout keyboard-layout)
;; ;; for touchpad settings, we need to disable the now abandoned
;; ;; synaptics driver: https://issues.guix.gnu.org/33189#5
;; (modules (filter (lambda (mod)
;; (not (eq? mod xf86-input-synaptics)))
;; %default-xorg-modules))))
--
• attila lendvai
• PGP: 963F 5D5F 45C7 DFCD 0A39
--
“It is deplorable that many people think that the best way to improve the world is to forbid something. However, they're morally more advanced than the people who think the best way to improve the world is to kill somebody.”
— John McCarthy (1927–2011), father of Lisp
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#54134: [PATCH] services: xorg: Remove xf86-input-synaptics from %default-xorg-modules.
2022-03-23 18:24 ` Attila Lendvai
@ 2022-03-25 17:43 ` Mathieu Othacehe
0 siblings, 0 replies; 4+ messages in thread
From: Mathieu Othacehe @ 2022-03-25 17:43 UTC (permalink / raw)
To: SeerLite; +Cc: Attila Lendvai, Tobias Geerinckx-Rice, 54134-done, Alex Griffin
Pushed, thanks!
Mathieu
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-03-25 17:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-23 23:42 [bug#54134] [PATCH] services: xorg: Remove xf86-input-synaptics from %default-xorg-modules SeerLite via Guix-patches via
2022-03-23 10:59 ` Mathieu Othacehe
2022-03-23 18:24 ` Attila Lendvai
2022-03-25 17:43 ` bug#54134: " Mathieu Othacehe
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.