Comment 16 for bug 214252

Revision history for this message
William Grant (wgrant) wrote : Re: [Bug 214252] Re: [Hardy] Synaptics touchpad vertical scroll (middle button) not working as expected

William Grant wrote:
> ivoks, does it work if you remove the touchpad section from your
> xorg.conf? If not, post lshal and Xorg logs.

After discussion on IRC, removing this xorg.conf snippet worked:

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

It's apparently the default for Hardy.

--
William Grant