*** /etc/X11/xorg.conf.orig	2006-05-20 05:59:59.000000000 -0500
--- /etc/X11/xorg.conf	2006-05-23 11:53:19.000000000 -0500
***************
*** 59,72 ****
  EndSection
  
  Section "InputDevice"
  	Identifier	"Synaptics Touchpad"
  	Driver		"synaptics"
! 	Option		"SendCoreEvents"	"true"
  	Option		"Device"		"/dev/psaux"
  	Option		"Protocol"		"auto-dev"
  	Option		"HorizScrollDelta"	"0"
  EndSection
  
  Section "InputDevice"
    Driver        "wacom"
    Identifier    "stylus"
--- 59,77 ----
  EndSection
  
  Section "InputDevice"
  	Identifier	"Synaptics Touchpad"
  	Driver		"synaptics"
! 	#Option		"SendCoreEvents"	"true"
  	Option		"Device"		"/dev/psaux"
  	Option		"Protocol"		"auto-dev"
  	Option		"HorizScrollDelta"	"0"
+         # local additions below
+ 	Option		"CorePointer"
+         Option          "SHMConfig"             "on"
+         Option          "TapButton1"            "3"
+         Option          "TapButton3"            "1"
  EndSection
  
  Section "InputDevice"
    Driver        "wacom"
    Identifier    "stylus"
***************
*** 141,151 ****
  
  Section "ServerLayout"
  	Identifier	"Default Layout"
  	Screen		"Default Screen"
  	InputDevice	"Generic Keyboard"
! 	InputDevice	"Configured Mouse"
  	InputDevice     "stylus" "SendCoreEvents"
  	InputDevice     "cursor" "SendCoreEvents"
  	InputDevice     "eraser" "SendCoreEvents"
  	InputDevice	"Synaptics Touchpad"
  EndSection
--- 146,156 ----
  
  Section "ServerLayout"
  	Identifier	"Default Layout"
  	Screen		"Default Screen"
  	InputDevice	"Generic Keyboard"
! 	#InputDevice	"Configured Mouse"
  	InputDevice     "stylus" "SendCoreEvents"
  	InputDevice     "cursor" "SendCoreEvents"
  	InputDevice     "eraser" "SendCoreEvents"
  	InputDevice	"Synaptics Touchpad"
  EndSection

