From owner-freebsd-mobile@FreeBSD.ORG Wed Feb 22 12:23:08 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1509E16A422 for ; Wed, 22 Feb 2006 12:23:08 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de [80.67.18.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id D85A343D48 for ; Wed, 22 Feb 2006 12:23:06 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 29224 invoked from network); 22 Feb 2006 12:23:05 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[217.50.144.108]) (envelope-sender ) by smtprelay03.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 22 Feb 2006 12:23:05 -0000 Date: Wed, 22 Feb 2006 13:23:10 +0100 From: Fabian Keil To: =?ISO-8859-1?Q?Jean-S=E9bastien_P=E9dron?= Message-ID: <20060222132310.69f359eb@localhost> In-Reply-To: <43FBAABC.1070304@freebsd.org> References: <43FAF809.60106@freebsd.org> <20060221143438.18e0bf64@localhost> <43FB31A0.8090004@freebsd.org> <20060221193405.2a05324c@localhost> <43FBAABC.1070304@freebsd.org> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.6; i386-portbld-freebsd6.0) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2006-08-19.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_L47ypWOWD+kKiwHPyyoVz2D; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: freebsd-mobile@freebsd.org Subject: Re: [PATCH] Fixes and improvements for Synaptics Touchpads X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 12:23:08 -0000 --Sig_L47ypWOWD+kKiwHPyyoVz2D Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Jean-S=E9bastien P=E9dron wrote: > Fabian Keil wrote: > > On a ThinkPad R51 the driver seems to works as advertised, > > but I'm not sure how to test virtual scrolling. > >=20 > > At the moment I have a numb area at the right side of the > > touch pad, which changes it's size if I modify > > hw.psm.synaptics.directional_scrolls. >=20 > The same thing happen with my touchpad: it only works when the action > starts from the right side. I will update the patch to allow a different > size for each margin, they doesn't seem to behave the same way. >=20 > > I added: > >=20 > > Option "Buttons" "5" > > Option "ZAxisMapping" "4 5" > >=20 > > to my xorg.conf, but the area stayed numb. >=20 > This will enable the "vertical wheel" only. To enable horizontal > scrolling, you may use: >=20 > Option "Buttons" "7" > Option "ZAxisMapping" "4 5 6 7" My problem was caused by directly using /dev/psm0 in xorg.conf. I applied your suggestions, switched to moused and now virtual scrolling works. I noticed a minor problem though. Each touch of the vertical scroll area results in a small horizontal scrolling step to the right. This makes it impossible to just scroll vertically in Firefox if the displayed page is wider than the browser window and lets scrolling to the left take a little longer.=20 > Thanks for this report! Looks like I will profit as well. I still prefer the touch stick for moving the cursor, but virtual scrolling is great. Fabian --=20 http://www.fabiankeil.de/ --Sig_L47ypWOWD+kKiwHPyyoVz2D Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD/Fe1jV8GA4rMKUQRAvLvAKCix1oE1gsTRG5jBlhSaN5YgnJiNwCfVIk6 D0EvSXTQpwX8XWBfbwHocCo= =Tpyc -----END PGP SIGNATURE----- --Sig_L47ypWOWD+kKiwHPyyoVz2D--