From: David Brownell <david-b@pacbell.net>
To: Peter Osterlund <petero2@telia.com>
Cc: dtor_core@ameritech.net, linux-kernel@vger.kernel.org,
Pete Zaitcev <zaitcev@redhat.com>
Subject: Re: Touchpad problems with 2.6.11-rc2
Date: Sun, 30 Jan 2005 12:59:22 -0800 [thread overview]
Message-ID: <200501301259.22584.david-b@pacbell.net> (raw)
In-Reply-To: <m31xc388o9.fsf@telia.com>
On Sunday 30 January 2005 3:20 am, Peter Osterlund wrote:
> Dmitry Torokhov <dmitry.torokhov@gmail.com> writes:
> > On Tue, 25 Jan 2005 11:55:20 -0800, David Brownell <david-b@pacbell.net> wrote:
> > > The more serious one is that sometimes it seems to spontaneously emit click
> > > events while I'm moving finger across pad. Which means I've had to learn to
> > > plan my "mouse" motions to avoid areas where clicking could have bad effects.
> > > But that's not always possible ...
> >
> > That is default sensitivity not suiting your habits I think.
That answer isn't good. No defaults should be that dangerous!
But I suspect that's not really the issue...
> > I would
> > recomment trying out Synaptics X driver (which also does ALPS) so you
> > will be able adjust sensitivity the way you like it.
With the Synaptics X driver (as supplied by SuSE -- but NOT configured
automatically by the system install tool) and the ALPS parameters in the
README.alps from synaptics-0.14.0, and kernel parameters "usb-handoff"
and "mousedev.tap_time=0", I'm getting somewhat better results in this
particular area.
I see some new "mouse"-specific failure modes though:
(a) Sometimes tapping automagically generates extra clicks. For
example, pressing the delete button once will delete two or more
mail messages. Unfortunately it's not actually smart enough to
only kick in for spam! (I think this is exclusively when using
the touchpad itself.)
(b) Sometimes tapping the left button seems to start half a drag event.
For example a GUI button's menu pops up rather than performing the
action associated with the button. That could be some funky UI
settings, but it's not consistent ... and I've observed this with
very quick button presses. So I think something else is afoot.
(c) Sometimes tapping seems to only generate a "down" event ... until
I move the cursor, the "up" doesn't happen. Again, this is with
the left button, not the touchpad itself.
I haven't recently seen that nasty "motion emits random mouseclicks"
behavior, but given the way the hardware programs/trains user behavior,
it's hard to say for sure quite yet.
I've not done enough with non-GUI keyboard interactions to say if that
nasty keyboard blockage issue is gone or not; I wouldn't have seen it.
> I think the problem is that the tap detection in mousedev.c is very
> simplistic. It always generates a button click if the time between
> "finger down" and "finger up" is small enough, even if the finger was
> moved a large x/y distance. The X driver handles this with another
> parameter that specifies the maximum allowed distance. If the finger
> moved more than this distance, no button event is generated.
Sounds like "dueling heuristics" here!
I think the behavior I'm now seeing supports that hypothesis. But
it's hard to say without knowing more about how all the pieces fit
together.
- Dave
next prev parent reply other threads:[~2005-01-30 21:01 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-25 19:55 Touchpad problems with 2.6.11-rc2 David Brownell
2005-01-25 21:30 ` Dmitry Torokhov
2005-01-30 11:20 ` Peter Osterlund
2005-01-30 20:59 ` David Brownell [this message]
2005-01-31 21:46 ` Pete Zaitcev
2005-01-31 22:00 ` Dmitry Torokhov
-- strict thread matches above, loose matches on Subject: below --
2005-02-08 10:55 Stephane Raimbault
2005-02-08 17:05 ` Peter Osterlund
2005-02-09 8:47 ` Stephane Raimbault
2005-02-09 18:09 ` Peter Osterlund
2005-02-10 8:32 ` Stephane Raimbault
2005-01-24 3:01 Pete Zaitcev
2005-01-30 11:10 ` Peter Osterlund
2005-01-31 23:15 ` Pete Zaitcev
2005-02-01 3:40 ` Dmitry Torokhov
2005-02-01 5:06 ` Pete Zaitcev
2005-02-01 5:14 ` Dmitry Torokhov
2005-02-03 11:18 ` Giuseppe Bilotta
2005-02-02 7:41 ` Pete Zaitcev
2005-02-02 10:20 ` Vojtech Pavlik
2005-02-02 15:51 ` Dmitry Torokhov
2005-02-02 15:57 ` Vojtech Pavlik
2005-02-02 16:56 ` Pete Zaitcev
2005-02-02 17:07 ` Vojtech Pavlik
2005-02-02 17:58 ` Pete Zaitcev
2005-02-02 19:11 ` Vojtech Pavlik
2005-02-02 19:39 ` Pete Zaitcev
2005-02-02 19:55 ` Vojtech Pavlik
2005-02-02 19:39 ` Dmitry Torokhov
2005-02-03 8:30 ` Alexandre Oliva
2005-02-03 8:49 ` Vojtech Pavlik
2005-02-03 15:17 ` Alexandre Oliva
2005-02-03 15:28 ` Dmitry Torokhov
2005-02-03 15:45 ` Vojtech Pavlik
2005-02-02 20:57 ` Peter Osterlund
2005-02-02 21:17 ` Dmitry Torokhov
2005-02-02 21:47 ` Peter Osterlund
2005-02-02 22:06 ` Dmitry Torokhov
2005-02-02 22:27 ` Peter Osterlund
2005-02-03 7:16 ` Dmitry Torokhov
2005-02-02 21:37 ` David Ford
2005-02-02 22:11 ` Pete Zaitcev
2005-02-02 22:58 ` Peter Osterlund
2005-02-03 6:46 ` Vojtech Pavlik
2005-02-03 21:54 ` Peter Osterlund
2005-02-04 6:17 ` Vojtech Pavlik
2005-02-04 6:40 ` Peter Osterlund
2005-02-04 6:53 ` Vojtech Pavlik
2005-02-04 7:33 ` Peter Osterlund
2005-02-04 13:25 ` Vojtech Pavlik
2005-02-04 13:23 ` Vojtech Pavlik
2005-02-03 6:59 ` Pete Zaitcev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200501301259.22584.david-b@pacbell.net \
--to=david-b@pacbell.net \
--cc=dtor_core@ameritech.net \
--cc=linux-kernel@vger.kernel.org \
--cc=petero2@telia.com \
--cc=zaitcev@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox