From owner-freebsd-x11@FreeBSD.ORG Mon Sep 9 13:53:02 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E892CB14 for ; Mon, 9 Sep 2013 13:53:02 +0000 (UTC) (envelope-from jean-sebastien.pedron@dumbbell.fr) Received: from mail.made4.biz (unknown [IPv6:2001:41d0:1:7018::1:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC9C327E2 for ; Mon, 9 Sep 2013 13:53:02 +0000 (UTC) Received: from 141.7.19.93.rev.sfr.net ([93.19.7.141] helo=[192.168.1.179]) by mail.made4.biz with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VJ1tj-0006rX-K0; Mon, 09 Sep 2013 15:53:00 +0200 Message-ID: <522DD2BA.1080705@dumbbell.fr> Date: Mon, 09 Sep 2013 15:52:58 +0200 From: =?ISO-8859-1?Q?Jean-S=E9bastien_P=E9dron?= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Ke Sun Subject: Re: unsupported synaptics touchpad References: <20130822155651.GA32146@probe.unige.ch> <52171DE6.7030909@FreeBSD.org> <20130823091753.GA21594@probe.unige.ch> <52175C5E.2080007@FreeBSD.org> <20130823150007.GA31164@probe.unige.ch> <521E3828.9000605@FreeBSD.org> <20130829143122.GA757@probe.unige.ch> <5220A94F.6030800@FreeBSD.org> <5227A575.90805@dumbbell.fr> <20130909120645.GA5517@probe.unige.ch> In-Reply-To: <20130909120645.GA5517@probe.unige.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 13:53:03 -0000 Le 09/09/2013 14:06, Ke Sun a écrit : > Does that mean that I tap on the touchpad, and that I click the touchpad left > button, is exactly the same button to X? Yes, when synaptics_support is disabled, we can't distinguish a physical button from a tap. The only information received from the hardware is an event saying "the user clicked using button #1" (ie. left button). > It is possible to disable this button and use the right button for > left clicking by tunning xorg.conf? I don't think so, because the hardware is not configurable in this mode. From X.Org PoV, you could remap button #1 (left button) or button #3 (right button), but no matter what, the physical left button and the tap share the same number, #1. -- Jean-Sébastien Pédron