PLDWWW: Docs/xorg

glen glen at pld-linux.org
Tue Feb 17 23:14:40 CET 2009


Author: glen   Date: Tue Feb 17 22:14:40 2009 GMT
Module: PLDWWW   URL: http://www.pld-linux.org/Docs/xorg?action=diff&rev2=12&rev1=11
---- Log message:
synaptics mouse tapping

---- Page affected: Docs/xorg

---- Diffs:

================================================================
The comment on the change is:
synaptics mouse tapping

  
  Note that kde3/4 method above is just a GUI-way for configuring kde setxkbmap call.
  
+ == synaptics and mouse tapping ==
+ 
+ Xorg v7.4 does not enable tapping by default. To enable add to 11-x11-synaptics.fdi:
+ {{{
+ <merge key="input.x11_options.TapButton1" type="string">1</merge>
+ <merge key="input.x11_options.TapButton2" type="string">2</merge>
+ <merge key="input.x11_options.TapButton3" type="string">3</merge>
+ }}}
+ 
+ NOTE: you need to [http://www.archlinux.it/wiki/index.php?title=Xorg_input_hotplugging#Configuration copy] it first, if you haven't done it so:
+ {{{
+ cp -a /usr/share/hal/fdi/policy/10osvendor/11-x11-synaptics.fdi /etc/hal/fdi/policy
+ }}}
+ 
+ More from [http://www.archlinux.it/wiki/index.php?title=Touchpad_Synaptics archlinux wiki].
+ 


More information about the pld-cvs-commit mailing list