unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: "Alex Griffin" <a@ajgrf.com>
To: 33189@debbugs.gnu.org
Subject: bug#33189: Touchpad tap
Date: Mon, 13 May 2019 13:27:00 -0400	[thread overview]
Message-ID: <5088a01a-97f5-4f48-b7ab-45fcf1750476@www.fastmail.com> (raw)
In-Reply-To: <LPvy_pD--3-1@tutanota.com>

If you want to force the libinput driver, it's way easier to just remove synaptics from the list of Xorg modules.

    (set-xorg-configuration
     (xorg-configuration
      (keyboard-layout keyboard-layout)
      (modules (filter (lambda (mod)
                         (not (eq? mod xf86-input-synaptics)))
                       %default-xorg-modules))))

Or if you don't want to do that, you can use synclient to configure the synaptics driver after it has already loaded. No need to fiddle with X11 config files.

It looks like this issue is probably the same as #35450, where Florian has identified the cause.

-- 
Alex Griffin

  parent reply	other threads:[~2019-05-13 17:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-28 18:40 Touchpad tap znavko
2018-10-28 20:02 ` Pierre Neidhardt
2018-10-28 23:49   ` Luther Thompson
2018-10-29  0:44     ` bug#33189: " Tobias Geerinckx-Rice
     [not found]     ` <87woq1bmyq.fsf@tobias.gr>
2018-10-29  4:01       ` Luther Thompson
2019-05-13 17:27 ` Alex Griffin [this message]
2021-08-23 10:45 ` bug#33189: (No Subject) Attila Lendvai
2022-03-25 17:44   ` bug#33189: Touchpad tap Mathieu Othacehe

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=5088a01a-97f5-4f48-b7ab-45fcf1750476@www.fastmail.com \
    --to=a@ajgrf.com \
    --cc=33189@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).