From: Alan McKinnon <alan.mckinnon@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Synaptic touchpad sensitive after upgrade to Xorg 1.5.3
Date: Tue, 5 May 2009 21:42:09 +0200 [thread overview]
Message-ID: <200905052142.09801.alan.mckinnon@gmail.com> (raw)
In-Reply-To: <184110a70905050537n3e7cf8f0of22428d19f7f2f17@mail.gmail.com>
On Tuesday 05 May 2009 14:37:06 Mike Mazur wrote:
> Hi,
>
> After my upgrade to Xorg 1.5.3 I reconfigured my synaptic touchpad to
> be controlled with hal. I copied the fdi policy found in
> /usr/share/hal/fdi/policy/11-x11-synaptics.fdi to /etc/hal/fdi/policy.
> My only changes are disabling VertTwoFingerScroll and setting
> TapButton1 and TapButton2 to 1 and 2, respectively.
>
> Now my touchpad is extremely sensitive: when moving the cursor from
> one end of the screen to another, I sometimes make multiple sweeps
> across the touchpad with my thumb, and I find that all of a sudden I'm
> inadvertently dragging a desktop icon or highlighting a block of text
> in the browser. I tried increasing the FingerHigh option, but this
> seemed to disable the click-drag feature altogether.
>
> Which option do I need to tweak to turn down this sensitivity?
I had the exact opposite problem. Several hal versions ago the touch pad was
over-sensitive, where lightly brushing the pad with my thumb while pressing
the spacebar caused multiple button1 taps. After some routine upgrade or other
it went away. Here's my current policy file for comparison (mostly untouched
from default):
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.touchpad">
<match key="info.product" contains="Synaptics TouchPad">
<merge key="input.x11_driver" type="string">synaptics</merge>
<!-- Arbitrary options can be passed to the driver using
the input.x11_options property since xorg-server-1.5. -->
<!-- EXAMPLE:
<merge key="input.x11_options.LeftEdge" type="string">120</merge>
-->
</match>
<match key="info.product" contains="AlpsPS/2 ALPS">
<merge key="input.x11_driver" type="string">synaptics</merge>
<merge key="input.x11_options.SHMConfig" type="string">true</merge>
<merge key="input.x11_options.LeftEdge" type="string">0</merge>
<merge key="input.x11_options.RightEdge" type="string">1280</merge>
<merge key="input.x11_options.TopEdge" type="string">0</merge>
<merge key="input.x11_options.BottomEdge" type="string">800</merge>
<merge key="input.x11_options.ClickFinger1" type="string">1</merge>
<merge key="input.x11_options.ClickFinger2" type="string">3</merge>
<merge key="input.x11_options.ClickFinger3" type="string">2</merge>
<merge key="input.x11_options.HorizEdgeScroll"
type="string">true</merge>
<merge key="input.x11_options.VertEdgeScroll"
type="string">true</merge>
<merge key="input.x11_options.VertTwoFingerScroll"
type="string">true</merge>
<merge key="input.x11_options.HorizTwoFingerScroll"
type="string">true</merge>
<merge key="input.x11_options.HorizScrollDelta"
type="string">0</merge>
<merge key="input.x11_options.VertScrollDelta"
type="string">40</merge>
<merge key="input.x11_options.PressureMotionMinZ"
type="string">10</merge>
<merge key="input.x11_options.FingerLow" type="string">16</merge>
<merge key="input.x11_options.FingerHigh" type="string">80</merge>
<merge key="input.x11_options.FingerPress" type="string">256</merge>
<merge key="input.x11_options.PalmDetect" type="string">0</merge>
<merge key="input.x11_options.PalmMinWidth" type="string">10</merge>
<merge key="input.x11_options.PalmMinZ" type="string">200</merge>
<merge key="input.x11_options.MinSpeed" type="string">0.8</merge>
<merge key="input.x11_options.MaxSpeed" type="string">1.2</merge>
<merge key="input.x11_options.AccelFactor" type="string">0.10</merge>
<merge key="input.x11_options.MaxTapMove" type="string">25</merge>
<merge key="input.x11_options.MaxTapTime" type="string">223</merge>
<merge key="input.x11_options.MaxDoubleTapTime"
type="string">200</merge>
<merge key="input.x11_options.TapButton1" type="string">1</merge>
<merge key="input.x11_options.TapButton2" type="string">3</merge>
<merge key="input.x11_options.TapButton3" type="string">2</merge>
<merge key="input.x11_options.RTCornerButton" type="string">0</merge>
<merge key="input.x11_options.RBCornerButton" type="string">0</merge>
<merge key="input.x11_options.LTCornerButton" type="string">0</merge>
<merge key="input.x11_options.LBCornerButton" type="string">0</merge>
</match>
<match key="info.product" contains="appletouch">
<merge key="input.x11_driver" type="string">synaptics</merge>
</match>
<match key="info.product" contains="bcm5974">
<merge key="input.x11_driver" type="string">synaptics</merge>
</match>
</match>
</device>
</deviceinfo>
--
alan dot mckinnon at gmail dot com
next prev parent reply other threads:[~2009-05-05 19:43 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-05 12:37 [gentoo-user] Synaptic touchpad sensitive after upgrade to Xorg 1.5.3 Mike Mazur
2009-05-05 19:42 ` Alan McKinnon [this message]
2009-05-06 13:04 ` Mike Mazur
2009-05-26 9:58 ` [gentoo-user] Synaptics and HAL Device Information Files Redouane Boumghar
2009-05-26 15:54 ` Mike Edenfield
2009-05-27 9:07 ` Redouane Boumghar
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=200905052142.09801.alan.mckinnon@gmail.com \
--to=alan.mckinnon@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/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