Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 2006 01:05:16 +0100
From:      =?ISO-8859-1?Q?Jean-S=E9bastien_P=E9dron?= <dumbbell@freebsd.org>
To:        Fabian Keil <freebsd-listen@fabiankeil.de>
Cc:        freebsd-mobile@freebsd.org
Subject:   Re: [PATCH] Fixes and improvements for Synaptics Touchpads
Message-ID:  <43FBAABC.1070304@freebsd.org>
In-Reply-To: <20060221193405.2a05324c@localhost>
References:  <43FAF809.60106@freebsd.org>	<20060221143438.18e0bf64@localhost>	<43FB31A0.8090004@freebsd.org> <20060221193405.2a05324c@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Fabian Keil wrote:
> On a ThinkPad R51 the driver seems to works as advertised,
> but I'm not sure how to test virtual scrolling.
> 
> 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.

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.

> I added:
> 
>     Option      "Buttons" "5"
>     Option      "ZAxisMapping" "4 5"
> 
> to my xorg.conf, but the area stayed numb.

This will enable the "vertical wheel" only. To enable horizontal
scrolling, you may use:

	Option	"Buttons"	"7"
	Option	"ZAxisMapping"	"4 5 6 7"

Gtk+-based and Qt-based softwares will use the horizontal scrolling
without further configuration (because they use buttons 6 and 7 for
this). In Firefox, horizontal scrolling is mapped to the back/forward
feature by default (ie, if you scroll to the left, you'll go back in
your history). To map it to real horizontal scrolling, you must go to
about:config and set:
- - mousewheel.horizscroll.withnokey.action to "0" (zero)
- - mousewheel.horizscroll.withnokey.numlines to 1 or 2 for example (this
affects the scrolling speed)

Thanks for this report!

- --
Jean-Sébastien Pédron
http://www.dumbbell.fr/

PGP Key: http://www.dumbbell.fr/pgp/pubkey.asc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFD+6q8a+xGJsFYOlMRAjakAKC9KiCAjz+n3CeesHChOAd9pnH/SACgshhR
9bCqHY44cCzIBtR7KS3+nd0=
=7XdA
-----END PGP SIGNATURE-----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43FBAABC.1070304>