Need input hotplug - touchpad uses wrong driver

Bug #114469 reported by Thomas de Graaff
4
Affects Status Importance Assigned to Milestone
xorg (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

Binary package hint: xorg

I´m using Xubuntu 7.04. In the xorg.conf file the input device is set to a wacom tablet. The laptop I´m using has a synaptics touchpad. Since I manually changed the xorg.conf file to use the synaptics driver it works as it should, and accepts a gui for changing its settings (qsynaptics). I think the install should make use of this synaptics driver in the first place.

Revision history for this message
Thomas de Graaff (thomasdegraaff) wrote :

p.s.

The system I am using is
Compaq presario 1722 EA

Revision history for this message
Thomas de Graaff (thomasdegraaff) wrote :
Revision history for this message
Thomas de Graaff (thomasdegraaff) wrote :
Revision history for this message
Bryce Harrington (bryce) wrote :

Thanks reporting this bug Thomas. The wacom tablet entries are hardcoded and included in every xorg.conf that ubuntu generates, but the failure to detect your touchpad is a real bug. Marking as medium priority, and will plan to look at this as part of the xserver 1.4 work.

(Fwiw, by the time Gutsy comes out this fall, Xorg will likely have a new autodetection capability for input devices like touchpads, so it is likely this bug will get resolved then.)

Changed in xorg:
importance: Undecided → Medium
status: Unconfirmed → Confirmed
Revision history for this message
Edwin Soto (edwinsoto) wrote :

Same problem on Dell Inspiron 9100 touchpad. Edited xorg with the following and works like a charm (may want to change the MinSpeed and MaxSpeed to your liking):

Section "InputDevice"
 Identifier "Synaptics Touchpad"
 Driver "synaptics"
 Option "SendCoreEvents" "true"
 Option "Device" "/dev/psaux"
 Option "Protocol" "auto-dev"
 Option "LeftEdge" "1700"
 Option "RightEdge" "5300"
 Option "TopEdge" "1700"
 Option "BottomEdge" "4200"
 Option "FingerLow" "25"
 Option "FingerHigh" "30"
 Option "MaxTapTime" "180"
 Option "MaxTapMove" "220"
 Option "VertScrollDelta" "100"
 Option "MinSpeed" "0.75"
 Option "MaxSpeed" "0.90"
 Option "AccelFactor" "0.0015"
 Option "SHMConfig" "on"

Revision history for this message
Mathijs Vogelzang (mathijs) wrote :

On my Toshiba laptop, the synaptics touchpad module never got loaded in gutsy. I downloaded hardy alpha-1 yesterday, and it also doesn't autoconfigure the synaptics touchpad.
Can I help in any way to get this bug fixed?

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

Please try the released 8.04, which should notice that you have a laptop and adds the synaptics entry in the config.

Changed in xorg:
status: Confirmed → Incomplete
Revision history for this message
Timo Aaltonen (tjaalton) wrote :

Should be fixed by now, at least in Intrepid.

Changed in xorg:
status: Incomplete → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.