From owner-freebsd-current@FreeBSD.ORG Wed Apr 8 20:38:56 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CAE4CFB0 for ; Wed, 8 Apr 2015 20:38:56 +0000 (UTC) Received: from smtprelay-h31.telenor.se (smtprelay-h31.telenor.se [213.150.131.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CE2F693 for ; Wed, 8 Apr 2015 20:38:55 +0000 (UTC) Received: from ipb4.telenor.se (ipb4.telenor.se [195.54.127.167]) by smtprelay-h31.telenor.se (Postfix) with ESMTP id 02014D852 for ; Wed, 8 Apr 2015 22:38:45 +0200 (CEST) X-SENDER-IP: [85.229.94.62] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2CcBgA/kSVV/z5e5VVcgwiBM4MQyC8CgSxNAQEBAQEBfoQgAQEEHQYPASMjEAsOCgICJgICLQweBohBAbZAlk8BAQEHAgEfgSGKCoR8B4JogUUFkHRiikKDN4w9ghKBOCKDcTyCdAEBAQ X-IPAS-Result: A2CcBgA/kSVV/z5e5VVcgwiBM4MQyC8CgSxNAQEBAQEBfoQgAQEEHQYPASMjEAsOCgICJgICLQweBohBAbZAlk8BAQEHAgEfgSGKCoR8B4JogUUFkHRiikKDN4w9ghKBOCKDcTyCdAEBAQ X-IronPort-AV: E=Sophos;i="5.11,545,1422918000"; d="scan'208";a="785494941" Received: from c-3e5ee555.06-11-73746f31.cust.bredbandsbolaget.se (HELO sigyn.alvermark.net) ([85.229.94.62]) by ipb4.telenor.se with ESMTP; 08 Apr 2015 22:38:45 +0200 Received: from localhost ([127.0.0.1] helo=webmail.alvermark.net) by sigyn.alvermark.net with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Yfwk5-0009wz-18; Wed, 08 Apr 2015 22:38:33 +0200 Received: from 85.229.93.187 (SquirrelMail authenticated user alvis) by webmail.alvermark.net with HTTP; Wed, 8 Apr 2015 22:38:33 +0200 (CEST) Message-ID: <35767.85.229.93.187.1428525513.squirrel@webmail.alvermark.net> Date: Wed, 8 Apr 2015 22:38:33 +0200 (CEST) Subject: Re: Call For Testers: Synaptics touchpads From: "Jakob Alvermark" To: "Rui Paulo" User-Agent: SquirrelMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 Content-Transfer-Encoding: 8bit References: <1849381.HnoQVUIgNM@akita> In-Reply-To: <1849381.HnoQVUIgNM@akita> Cc: FreeBSD-Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Apr 2015 20:38:56 -0000 On Wed, April 8, 2015 09:19, Rui Paulo wrote: > Hi, > > > The attached patch adds support for newer touchpad features and > implements two finger scrolling. This is such a common feature these days > that I think we should enable it by default and disable edge scrolling. > I've implemented some > detection code to keep edge scrolling enabled when the touchpad has a > dedicated area for scrolling. > > Please test it and report back your experience. To enable synaptics > support, you need: > > hw.psm.synaptics_support=1 > > in loader.conf. > > Thanks, > -- > Rui Paulo_______________________________________________ Hi, Tested on my Acer E3-112 with a TouchPad. It works, thank you! I have been missing two-finger scrolling, it was quite awkward using edge scrolling IMHO. It does feel like it sometimes gets stuck in scrolling mode. When trying to move the pointer just after having scrolled, it scrolls even using just one finger. Three-finger tapping also works. (Generating a button 3 event) "Clicking" on the pad (pushing it down until it "clicks" sends button events for both button 1 and 2. (Which is seems to sometimes be interpreted as button 3...) The biggest improvement though; before it would get totally crazy at random intervals with the pointer moving all over the screen and clicking at random points. Quite annoying... This patch seems to have eliminated that! Also, does it support horizontal scrolling? Jakob Alvermark