Section "ServerLayout" Identifier "Simple Layout" Screen "Screen1" InputDevice "Mouse1" "CorePointer" InputDevice "Mouse2" InputDevice "Keyboard1" "CoreKeyboard" EndSection and then set up a second mouse section that looks like this: Section "InputDevice" Identifier "Mouse2" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "SendCoreEvents" "on" Option "ZAxisMapping" "4 5" EndSection
With this you can use both the usb mouse and the touch pad. It doesn't turn the touchpad off. Middle scroll button works.