On Thu, Mar 18, 2010 at 5:38 AM, Sjoerd Hardeman <sjo...@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 <mi...@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 ?? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/836a6dcf1003171415r7556540au1395c2aa9700c...@mail.gmail.com