Macdude,
Sorry for my utter failure eailier, could you post your Xorg.conf file (mouse section) for me to look at please?
It should look somthing like this
Section "InputDevice"
Identifier "TrackPad"
Driver "mouse"
Option "Protocol" "GlidePointPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
# My trackpad only has two buttons. Yours may have three...
Option "Emulate3Buttons" "yes"
EndSection
[...]
Section "InputDevice"
Identifier "USBMouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
May the tech gods be with you,
Jake
Source:
http://www.linuxquestions.org/questi...73#post1735073