From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Hutterer Subject: Re: PROBLEM: [HP Stream Notebook - 11-d010nr] clickpad malfunctions after performing a hardware click Date: Wed, 17 Dec 2014 11:09:36 +1000 Message-ID: <20141217010936.GA6906@jelly.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from leo.clearchain.com ([199.73.29.74]:33476 "EHLO mail.clearchain.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751115AbaLQBJp (ORCPT ); Tue, 16 Dec 2014 20:09:45 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Amordea Whiteoak Cc: Benjamin Tissoires , linux-input , Andrew Duggan On Mon, Dec 15, 2014 at 03:05:04PM -0500, Amordea Whiteoak wrote: > > Strictly speaking, there is no right click button on clickpads. We > > emulate one with the software buttons in Xorg. > > IIRC, there were some "workarounds" in your original bugs which > > consist in disabling the software buttons area. Can you make sure that > > there is no left over from this? > > I learn new things about clickpads every day. :) > > To my knowledge, those configurations changes should reset upon reboot > and I never committed any of those lines to any of my startup files. > So we should be good there, I think. Just in case, I am enclosing the > output of my synclient -l, which should be the default configuration. there are at least two options in there that are non-default, so maybe other options are different too. an xorg.log would be more useful here, or make sure that you don't have any custom configs in /etc/X11/xorg.conf.d/ or an xorg.conf > > If this still doesn't work, we wil need to check that the X and Y > > ranges reported by your clickpad are accurate and that the software > > buttons are properly activated. > > I don't know the testing methodology to use to provide positioning > data for my trackpad, but let me know if you need that and how you > want me to get it and I will be happy to provide. Two options: * use evtest or evemu-record to record the data and look at the output, or simpler * use libevdev's touchpad-edge-detector tool to scope out the min/max ranges of your touchpad Cheers, Peter