Nov 7 14:02:57 lappy kernel: mice: PS/2 mouse device common for all mice
Nov 7 14:02:57 lappy kernel: input: AT Translated Set 2 keyboard on isa0060/serio0
Nov 7 14:02:57 lappy kernel: input: IBM PC110 TouchPad at 0x15e0 irq 10
Nov 7 14:02:57 lappy kernel: atkbd.c: Spurious ACK on isa0060/serio0. Some program, like XFree86, might be trying access hardware directly.
Nov 7 14:02:57 lappy kernel: Synaptics Touchpad, model: 1
Nov 7 14:02:57 lappy kernel: Firmware: 5.8
Nov 7 14:02:57 lappy kernel: 180 degree mounted touchpad
Nov 7 14:02:57 lappy kernel: Sensor: 29
Nov 7 14:02:57 lappy kernel: new absolute packet format
Nov 7 14:02:57 lappy kernel: Touchpad has extended capability bits
Nov 7 14:02:57 lappy kernel: -> 4 multi-buttons, i.e. besides standard buttons
Nov 7 14:02:57 lappy kernel: -> multifinger detection
Nov 7 14:02:57 lappy kernel: -> palm detection
Nov 7 14:02:57 lappy kernel: input: SynPS/2 Synaptics TouchPad on isa0060/serio1
I'm guessing that means I have a Synaptic touchpad
Here is my mouse section from xorg.conf
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Should I change the protocol to SynPS/2?
Infohawk, what lines did you add to tweak the speed etc?