View Single Post
Old 07-05-2006, 09:15 PM   #4 (permalink)
jakec
 
Ultra Techie

Join Date: May 2005

Location: Townsville, QLD

Posts: 641

jakec is on a distinguished road

Default

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
jakec is offline