[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: enabling tap and circular scroll on touchpad and modern debian/X



On Thu, Mar 18, 2010 at 5:38 AM, Sjoerd Hardeman
<sjoerd@lorentz.leidenuniv.nl> wrote:
> Micha schreef:
>> On 17/03/2010 16:57, Sjoerd Hardeman wrote:
>>> Micha Feigin schreef:
>>>> On Wed, 17 Mar 2010 14:29:08 +0200
>>>> Micha Feigin <michf@post.tau.ac.il> wrote:
[snip]

>>>>>
>>>>> Thanks
>>>>>
>>>>>
>>>>
>>>> Ok, if I get things correctly, I need to setup a udev rule for each
>>>> mouse

Okay missed this the first time around, i did not realise it was a
udev rule and not a hal rule

I though the doc said to use fdi rules to configure the touchpad


[snip]
>>> Dou you have a synaptics touchpad? When I get home, I can mail you my
>>> udev rule for tapping and two-finger scrolling.
>>>
>>> Sjoerd
>>>
>>
>> Yes, it's a synaptic (it's a thinkpad t61)
> Then putting the below in your /etc/udev/rules.d/66-xorg-synaptics.rules
> should work, at least for two-finger scrolling. Making it work for
> circular scrolling must be trivial.
>
> Sjoerd
> PS. Alex: sure.
thanks

>
> ACTION!="add|change", GOTO="xorg_synaptics_end"
>
> KERNEL!="event*", GOTO="xorg_synaptics_end"
>
>
> ENV{ID_INPUT_TOUCHPAD}!="1", GOTO="xorg_synaptics_end"
>
> ENV{x11_driver}="synaptics"
>
> # automatically added based on hal:
> ATTRS{name}=="SynPS/2 Synaptics TouchPad", \
>  ENV{x11_options.TapButton3}="2", \
>  ENV{x11_options.TapButton1}="1", \
>  ENV{x11_options.HorizEdgeScroll}="true", \
>  ENV{x11_options.TapButton2}="3", \
>  ENV{x11_options.VertEdgeScroll}="true", \
>  ENV{x11_options.HorizTwoFingerScroll}="true", \
>  ENV{x11_options.VertTwoFingerScroll}="true"
>
>
> # model specific quirks
> ATTR{[dmi/id]product_name}=="Inspiron 1011|Inspiron 1012", \
>  ENV{x11_options.JumpyCursorThreshold}="90", \
>  ENV{x11_options.AreaBottomEdge}="4100"
>
> ATTR{[dmi/id]product_name}=="HP MiniNote 1000", \
>  ENV{x11_options.JumpyCursorThreshold}="20"
>
> LABEL="xorg_synaptics_end"
>
>

so can I use these as well as the hal rules ??


Reply to: