unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#35450: Libinput touchpad driver not taking precedence over synaptics
@ 2019-04-27 15:19 pelzflorian (Florian Pelz)
  2019-08-11  7:44 ` pelzflorian (Florian Pelz)
  2020-11-30 21:47 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 2 replies; 3+ messages in thread
From: pelzflorian (Florian Pelz) @ 2019-04-27 15:19 UTC (permalink / raw)
  To: 35450

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-30 21:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-27 15:19 bug#35450: Libinput touchpad driver not taking precedence over synaptics pelzflorian (Florian Pelz)
2019-08-11  7:44 ` pelzflorian (Florian Pelz)
2020-11-30 21:47 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix

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).