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: >>> >>>> Debian has been constantly playing around with the touchpad (input >>>> device) >>>> settings lately and broke my touchpad settings again. >>>> >>>> How do I enable tapping and circular scrolling permanently (i.e each >>>> boot) on >>>> the touchpad again with the modern debian? >>>> >>>> It used to be in xorg.conf then it was hal with a file in >>>> /etc/hal/fdi/policy/, >>>> what is it now? >>>> >>>> I'm using debian unstable with xfce as windows manager (so gnome/kde >>>> settings are >>>> not relevant) >>>> >>>> Thanks >>>> >>>> >>> >>> Ok, if I get things correctly, I need to setup a udev rule for each >>> mouse >>> (touchpad, trackpoint, bluetooth mouse) to set the options for each one. >>> >>> Is there a reference somewhere as to how to do this? >> I think you'll find some infor on >> https://wiki.kubuntu.org/X/InputConfiguration >> >> 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. 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"
signature.asc
Description: OpenPGP digital signature