From: "pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de>
To: 35450@debbugs.gnu.org
Subject: bug#35450: Libinput touchpad driver not taking precedence over synaptics
Date: Sat, 27 Apr 2019 17:19:16 +0200 [thread overview]
Message-ID: <20190427151916.dv7gkpiyde3edh36@pelzflorian.localdomain> (raw)
On my Macbook the buggy synaptics driver gets used. The definition of
%default-xorg-modules indicates libinputs is meant to be the default.
The bug appears to be described on the Arch wiki, I quote
<https://wiki.archlinux.org/index.php/Libinput#Via_Xorg_configuration_file>:
“Tip: If you have libinput and synaptics installed in parallel with
default configuration (i.e. no files in /etc/X11/xorg.conf.d for
either), synaptics will take precedence due to its higher numeric
order 70- in the default installation directory. To avoid this, you
can symlink the default libinput configuration (40-libinput.conf) to
/etc/X11/xorg.conf.d/ where directory search order precedence over
70-synaptics.conf will take place instead: […]”
The description on the Arch wiki matches the contents of
/gnu/store/q585is6vky5hldb4j878ihqn60j1214a-xorg.conf.d/70-synaptics.conf
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
[…]
EndSection
and of
/gnu/store/q585is6vky5hldb4j878ihqn60j1214a-xorg.conf.d/40-libinput.conf
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
and of /var/log/Xorg.0.log:
[ 810.978] (II) config/udev: Adding input device bcm5974 (/dev/input/event12)
[ 810.978] (**) bcm5974: Applying InputClass "evdev touchpad catchall"
[ 810.978] (**) bcm5974: Applying InputClass "libinput touchpad catchall"
[ 810.978] (**) bcm5974: Applying InputClass "touchpad catchall"
[ 810.979] (**) bcm5974: Applying InputClass "Default clickpad buttons"
[ 810.979] (**) bcm5974: Applying InputClass "Disable clickpad buttons on Apple touchpads"
[ 810.979] (II) LoadModule: "synaptics"
Perhaps you could change the numbering.
Regards,
Florian
next reply other threads:[~2019-04-27 15:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-27 15:19 pelzflorian (Florian Pelz) [this message]
2019-08-11 7:44 ` bug#35450: Libinput touchpad driver not taking precedence over synaptics pelzflorian (Florian Pelz)
2020-11-30 21:47 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190427151916.dv7gkpiyde3edh36@pelzflorian.localdomain \
--to=pelzflorian@pelzflorian.de \
--cc=35450@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).