Found the fix to turn the tapping off.
Here are some links you want if using synaptics touch pad:
http://portal.suse.com/sdb/en/2004/0...ouchpad91.html
http://www.math.ucla.edu/~jimc/insp6...phics.html#pad
But in Suse 9.3 with Kernel 2.6*****this is what you need to do:
1) Insure in sax2 that you have selected the synaptic driver and touchpad
2) In: /etc/X11/xorg.conf, at this line to your mouse options:
Option "MaxTapTime" "0"
That's it
Your mouse config should look something like that:
Section "InputDevice"
Driver "synaptics"
Identifier "Mouse[3]"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "on"
Option "InputFashion" "Mouse"
Option "Name" "Synaptics;Touchpad"
Option "SHMConfig" "on"
Option "ZAxisMapping" "4 5"
Option "MaxTapTime" "0"
EndSection