From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luther Thompson Subject: Re: bug#33189: Touchpad tap Date: Mon, 29 Oct 2018 00:01:44 -0400 Message-ID: <20181029000144.0d3df56a@gmail.com> References: <87a7mxn8ks.fsf@ambrevar.xyz> <20181028194918.32e4b6cc@gmail.com> <87woq1bmyq.fsf@tobias.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gGykT-0008Mj-M4 for help-guix@gnu.org; Mon, 29 Oct 2018 00:01:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gGykS-0003vA-Np for help-guix@gnu.org; Mon, 29 Oct 2018 00:01:53 -0400 Received: from mail-vk1-xa2d.google.com ([2607:f8b0:4864:20::a2d]:33859) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gGykS-0003ux-F0 for help-guix@gnu.org; Mon, 29 Oct 2018 00:01:52 -0400 Received: by mail-vk1-xa2d.google.com with SMTP id b65-v6so1709474vkf.1 for ; Sun, 28 Oct 2018 21:01:51 -0700 (PDT) In-Reply-To: <87woq1bmyq.fsf@tobias.gr> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Tobias Geerinckx-Rice Cc: 33189@debbugs.gnu.org, help-guix@gnu.org On Mon, 29 Oct 2018 01:44:45 +0100 Tobias Geerinckx-Rice wrote: > Here's what I use: > > Section \"InputClass\" > Identifier \"Touchpads\" > Driver \"libinput\" > MatchDevicePath \"/dev/input/event*\" > MatchIsTouchpad \"on\" > > Option \"DisableWhileTyping\" \"on\" > Option \"MiddleEmulation\" \"on\" > Option \"ClickMethod\" \"clickfinger\" > Option \"Tapping\" \"on\" > Option \"TappingButtonMap\" \"lrm\" > Option \"TappingDrag\" \"on\" > Option \"ScrollMethod\" \"twofinger\" > Option \"NaturalScrolling\" \"true\" > EndSection > > xinput(1) calls it an 'ETPS/2 Elantech Touchpad'. Thanks, but I still can't get it to work. This is my current config: Section \"InputClass\" Identifier \"Touchpads\" Driver \"libinput\" MatchDevicePath \"/dev/input/event*\" MatchIsTouchpad \"on\" Option \"DisableWhileTyping\" \"on\" Option \"Tapping\" \"on\" EndSection I've found from xinput that it's a 'SynPS/2 Synaptics TouchPad' at device node /dev/input/event6. I can't find a way to confirm the driver name. Luther