From owner-freebsd-current@FreeBSD.ORG Thu Apr 9 06:12:45 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B354244C for ; Thu, 9 Apr 2015 06:12:45 +0000 (UTC) Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 45A3FBA2 for ; Thu, 9 Apr 2015 06:12:45 +0000 (UTC) Received: by wgyo15 with SMTP id o15so98476726wgy.2 for ; Wed, 08 Apr 2015 23:12:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=K4fq38gy+n+iwkw3IvJv8vRg/qeAPu5NtWx7a+lA8+Q=; b=pIESAy3qvsTS1zLYgRyH74NDCVY7xi5bJtMTwv8BC15RxI3Exn0leMVs7CHGksN7J9 LW2ocdC7c9OTVbmwepSqeWyDWm9bEYWVtWLtB0NFfXaaMyX7mXshvEkqVGZZtxgMjVYP JUYzvGj7xJdJhCuoHWfm35lvPU8jLfuSbHfyOgnGXBjG7b8iawV61P1wMiMOAEjUCOx1 C9DR+Ja1JMnLwe9xqFV8eB15QSMogu+fF8TNB5bJ6P79p3CHE5haw4/viGJBLnvL6O0U eGFIo55IMZRHJ1PNen9ugl78irONDEZ2Y3KdphhTkut/wN2bHdGLlN7IRnOuftZrnXrf wCmw== X-Received: by 10.180.94.39 with SMTP id cz7mr3136002wib.66.1428559963658; Wed, 08 Apr 2015 23:12:43 -0700 (PDT) Received: from laptop.minsk.domain (minsk.nivalnetwork.com. [86.57.144.74]) by mx.google.com with ESMTPSA id bp1sm18564929wjb.31.2015.04.08.23.12.42 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Apr 2015 23:12:42 -0700 (PDT) Date: Thu, 9 Apr 2015 09:10:52 +0300 From: "Sergey V. Dyatko" To: Rui Paulo Subject: Re: Call For Testers: Synaptics touchpads Message-ID: <20150409091052.63d44c77@laptop.minsk.domain> In-Reply-To: <1849381.HnoQVUIgNM@akita> References: <1849381.HnoQVUIgNM@akita> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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:12:45 -0000 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? and mouse cursor moved soooo slooowly, without hw.psm.synaptics_support it moved faster, vertical scrolling doesn't work in both cases it is on lenovo ideapad z400 touch -- wbr, tiger