From owner-freebsd-current@FreeBSD.ORG Wed Apr 8 15:04:54 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 819DC330 for ; Wed, 8 Apr 2015 15:04:54 +0000 (UTC) Received: from mail-ob0-f173.google.com (mail-ob0-f173.google.com [209.85.214.173]) (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 46F11677 for ; Wed, 8 Apr 2015 15:04:53 +0000 (UTC) Received: by oblw8 with SMTP id w8so91472719obl.0 for ; Wed, 08 Apr 2015 08:04:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=80uk0+FyqigttxT0G95z9/Yt84PteRfyRPTis9AKUGo=; b=jGFaSwWabQEXADz0ILQ3jbwSh115lQPRxG8uRkvas6FeN26vlxs03Im2sXZfuOqVtm sk9x613otmApipNqMxAP2ymevgLEUoRUS72OkJxNcZcwJ4EXNe3IGEuHoJgndw+fMbJ9 hv6ZsUX06GMYFmn0S/pc+huiJmj4KLJ/NGjM/TulUvXRA3Oq/R+vU+nsNb5CvfhHKYOL q5F7ea4puQKOhYxxQXoOlyjdBObYTRC67BTqyyShGL0X5B1K+f6WLSZzWwP1UM6jiBlJ MxmGZsmuROAru3AKFz8mbzm3AaTT61nJcjlUyMinRxMI3rsUGC9uZGcoWW8rsfug85uU I9Mg== X-Gm-Message-State: ALoCoQnp1T7xscKFR8uP6Is9XMFnOIBnVlv9RpM2azyax/CIzXE/ZdFusKtNTuEhO43ndGIX1ypU MIME-Version: 1.0 X-Received: by 10.182.106.197 with SMTP id gw5mr8744138obb.30.1428505481357; Wed, 08 Apr 2015 08:04:41 -0700 (PDT) Received: by 10.202.80.6 with HTTP; Wed, 8 Apr 2015 08:04:41 -0700 (PDT) In-Reply-To: <1428498831.5499.4.camel@hardenedbsd.org> References: <1849381.HnoQVUIgNM@akita> <1428498831.5499.4.camel@hardenedbsd.org> Date: Wed, 8 Apr 2015 17:04:41 +0200 Message-ID: Subject: Re: Call For Testers: Synaptics touchpads From: Oliver Pinter To: Shawn Webb Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD-Current , Rui Paulo 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 15:04:54 -0000 Is there any special settings / requirements for xorg.conf to enable the palm detection and similar features? On Wed, Apr 8, 2015 at 3:13 PM, Shawn Webb wrote: > On Wed, 2015-04-08 at 00:19 -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. > > Hey Rui, > > I'm excited to have this and will test this out this week. Do I need to > recompile any ports (namely, the xf86-input-synaptics port) after > applying this patch? > > Thanks, > > Shawn