Comment 13 for bug 822144

Revision history for this message
rob loranger (robjloranger) wrote :

i have a small fix but there is no scrolling, i added the following to /usr/lib/X11/xorg.conf.d/10-synaptics.conf

Section "InputClass"
 Identifier "touchpad catchall"
 MatchIsTouchpad "on"
 MatchDevicePath "/dev/input/event*"
 Driver "synaptics"
 Option "SHMConfig" "on"
 Option "JumpyCursorThreshold" "150"
EndSection

as another note i just realized i put that i was running 11.04 when i am running 10.04. sorry for that