From owner-freebsd-current@FreeBSD.ORG Thu Apr 9 06:27:42 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 B3E83955 for ; Thu, 9 Apr 2015 06:27:42 +0000 (UTC) Received: from st11p00mm-asmtp003.mac.com (st11p00mm-asmtp003.mac.com [17.172.81.2]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88F20CDD for ; Thu, 9 Apr 2015 06:27:42 +0000 (UTC) Received: from akita.localnet (c-73-162-13-215.hsd1.ca.comcast.net [73.162.13.215]) by st11p00mm-asmtp003.mac.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Dec 4 2014)) with ESMTPSA id <0NMJ0067F0LXJF00@st11p00mm-asmtp003.mac.com> for freebsd-current@freebsd.org; Thu, 09 Apr 2015 06:27:35 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-04-09_01:2015-04-08,2015-04-09,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=2 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1504090057 From: Rui Paulo To: "Sergey V. Dyatko" Subject: Re: Call For Testers: Synaptics touchpads Date: Wed, 08 Apr 2015 23:27:28 -0700 Message-id: <3270374.XyG30qCihb@akita> User-Agent: KMail/4.14.3 (FreeBSD/11.0-CURRENT; KDE/4.14.3; amd64; ; ) In-reply-to: <20150409091052.63d44c77@laptop.minsk.domain> References: <1849381.HnoQVUIgNM@akita> <20150409091052.63d44c77@laptop.minsk.domain> MIME-version: 1.0 Content-transfer-encoding: 7Bit Content-type: text/plain; charset=us-ascii X-Mailman-Approved-At: Thu, 09 Apr 2015 11:20:02 +0000 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: Thu, 09 Apr 2015 06:27:42 -0000 On Thursday 09 April 2015 09:10:52 Sergey V. Dyatko wrote: > On Wed, 08 Apr 2015 00:19:45 -0700 > > 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, > > Patch applied successfully (head, r280980). > > with and without hw.psm.synaptics_support=1 I have > > [tiger@laptop]:~>synclient > Couldn't find synaptics properties. No synaptics driver loaded? This isn't the xorg driver, so you can't use it. > > and mouse cursor moved soooo slooowly, Is this a new problem with this patch? You can adjust the speed in xorg. > without hw.psm.synaptics_support it > moved faster, vertical scrolling doesn't work in both cases Ok, I just wanted to make sure there are no regressions. I don't have your model, so it's hard to help you. -- Rui Paulo