From owner-freebsd-x11@FreeBSD.ORG Fri Aug 23 14:27:15 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 AC0EADCA; Fri, 23 Aug 2013 14:27:15 +0000 (UTC) (envelope-from artyom.mirgorodsky@gmail.com) Received: from mail-ea0-x22a.google.com (mail-ea0-x22a.google.com [IPv6:2a00:1450:4013:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 153542B34; Fri, 23 Aug 2013 14:27:14 +0000 (UTC) Received: by mail-ea0-f170.google.com with SMTP id h14so333919eak.1 for ; Fri, 23 Aug 2013 07:27:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=810WmcCBmT8rTYwKkYMVU9fnWlT4TAfn0q8RzJPsj9M=; b=b0ucZ5I7uDSfk8ENjDopu2qPxHqDzAEMhCdWkDLDCfIqXaKd6jD/grnFkB5rN/Twsa 8QADMB8eaTIoHN49ilQ+3UPiM40ul+sq4qsxN403Nlp28xvb2K1Dh+DqruA2gXM0bHkM MjZ+qqkSE3fA+uFNcn4hqUwjLWn9cN8+5A4f0bjsLFrXRE0ufm+Nh3uayYvqEyIor2zw 4EgqZvPsA5awoeiflDjvP7B3V+BdYVC+BisfM3EIpOYSQQpkMan8eI013RO8fwm4+i9B 4q7ihHAaRI0z2tppaS2fRtTUUSJVLHLpZcktEOqaea2Ffi+/8KLcts0rSlstIEVxVU/z BDvA== X-Received: by 10.15.99.133 with SMTP id bl5mr99408eeb.92.1377268033450; Fri, 23 Aug 2013 07:27:13 -0700 (PDT) Received: from notebook.alkar.net (73-108-93-178.pool.ukrtel.net. [178.93.108.73]) by mx.google.com with ESMTPSA id bn13sm82171eeb.11.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 23 Aug 2013 07:27:12 -0700 (PDT) From: Artyom Mirgorodskiy To: freebsd-x11@freebsd.org Subject: Re: unsupported synaptics touchpad Date: Fri, 23 Aug 2013 17:27:09 +0300 Message-ID: <1799072.RViviU3Mu9@notebook.alkar.net> User-Agent: KMail/4.11 (FreeBSD/10.0-CURRENT; KDE/4.11.0; amd64; ; ) In-Reply-To: <52175C5E.2080007@FreeBSD.org> References: <20130822155651.GA32146@probe.unige.ch> <20130823091753.GA21594@probe.unige.ch> <52175C5E.2080007@FreeBSD.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Cc: =?ISO-8859-1?Q?Jean=2DS=E9bastien_P=E9dron?= 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: Fri, 23 Aug 2013 14:27:15 -0000 I'm sorry, friends, but the current implementation of SynapticsTouchPad= is not compliant with SynapticsTouchPad InterfacingGuide http://ccdw.org/~cjj/l/docs/ACF126.pdf So we need review psm code... On Friday 23 August 2013 14:58:06 Jean-S=E9bastien P=E9dron wrote: > On 23.08.2013 11:17, Ke Sun wrote: > > I tried tunning hw.psm in /boot/loader.conf by varying the values > > of hw.psm.synaptics_support, hw.tap_*. I always get an annoying=20 > > sensitive mouse with tapping. Sometimes better, but still very anno= ying > > for typing. I would rather ignore the device if that's the only way= . > >=20 > > Also, setting these values only in /boot/loader.conf does not work.= > > After boot it will be restored to some default values. Setting in > > /etc/sysctl.conf works (meaning that it really changes the paramete= r). > > Tunning by hand with sysctl also works. >=20 > Sorry, my fault, I misread the code: you're right, those are both > tunables and sysctls, so you can use /etc/sysctl.conf. >=20 > Could you boot your computer with the debug.psm.loglevel=3D2 tunable = and > post your dmesg, please? One run without hw.psm.synaptics_support and= > one run with it? >=20 >=20 --=20 Artyom Mirgorodskiy