Comment 3 for bug 155119

Revision history for this message
kronictokr (pstone78) wrote :

configure your "SHMConfig" above your scroll option
then place the whole section above the mouse "InputDevice"
as mine is bellow, this fixed my srolling and all my touchpad related problems
also you can try changing your scroll line to match mine, that was another change i added

Section "InputDevice"
 Identifier "Synaptics Touchpad"
 Driver "synaptics"
 Option "SendCoreEvents" "true"
 Option "Device" "/dev/psaux"
 Option "Protocol" "auto-dev"
        Option "SHMConfig" "on"
 Option "HorizScrollDelta" "0"
EndSection

Section "InputDevice"
        Identifier "Configured Mouse"
        Driver "mouse"
        Option "CorePointer"
EndSection