Comment 1 for bug 133060

Revision history for this message
Valentin Neacsu (valentin.neacsu) wrote :

Forgot to mention, my laptop is a Dell Inspiron 6400 with a Synaptics touchpad (verified in /proc/bus/input/devices):

I: Bus=0011 Vendor=0002 Product=0007 Version=0000
N: Name="SynPS/2 Synaptics TouchPad"
P: Phys=isa0060/serio1/input0
S: Sysfs=/class/input/input3
H: Handlers=mouse1 event3 ts1
B: EV=b
B: KEY=6420 0 70000 0 0 0 0 0 0 0 0
B: ABS=11000003

My xorg.conf file:

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

 Option "RTCornerButton" "0"
 Option "RBCornerButton" "0"
 Option "LTCornerButton" "0"
 Option "LBCornerButton" "0"

 Option "VertScrollDelta" "100"
 Option "HorizScrollDelta" "0"

 Option "MinSpeed" "0.09"
 Option "MaxSpeed" "0.18"
 Option "AccelFactor" "0.0015"
EndSection