Comment 2 for bug 94055

Revision history for this message
Toni Hermoso Pulido (toniher) wrote : Re: MacBook Pro touchpad too sensitive in Feisty - kernel-2.6.20-12

It seems to be working nice since last update (no idea how to adjust parameters, however)
I update a xorg.conf file without an extra synaptic section.

The input section I'm actually using for the mouse is:

Section "InputDevice"
        Identifier "Configured Mouse"
        Driver "mouse"
        Option "CorePointer"
        Option "Device" "/dev/input/mice"
        Option "Protocol" "ExplorerPS/2"
        Option "ZAxisMapping" "4 5"
        Option "Emulate3Buttons" "true"
        Option "SHMConfig" "on"
EndSection

I tried to change the driver (Synaptics) but it did not work.