Synaptics touchpad not configured in xorg.conf on Samsung X20

Bug #47925 reported by Michael Helmling
10
Affects Status Importance Assigned to Milestone
xorg-server (Ubuntu)
Invalid
Medium
Unassigned

Bug Description

Binary package hint: xserver-xorg

Installed dapper (release, kubuntu) on a Samsung X20 laptop, which has a synaptics touchpad with scroll function at the right side.
The installer didn't recognize this, there was no "Synaptics" Input-Device Section in xorg.conf. So it was useable for moving the cursor, but scrolling didn't work.

Added this section to get it work:

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

and the appropriate ServerLayout entry.

Revision history for this message
66dny9r02 (66dny9r02) wrote :

The same is true for my Acer Aspire 3633 laptop. For this laptop, adding this (with the appropriate ServerLayout entry) is the solution:

Section "InputDevice"
 Identifier "TouchPad"
 Driver "synaptics"
 Option "AlwaysCore"
 Option "Device" "/dev/input/mice"
 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.09"
 Option "MaxSpeed" "0.18"
 Option "AccelFactor" "0.0015"
 Option "SHMConfig" "on"
 Option "FastTaps" "on"
 Option "Emulate3Buttons" "on"
EndSection

If additional information would be useful (hardware IDs or so), feel free to drop me a line.

Revision history for this message
Tormod Volden (tormodvolden) wrote :

Does running "sudo dpkg-reconfigure xserver-xorg" automatically insert the synaptics section? If so, this is probably a duplicate of bug #40503.

Changed in xorg-server:
status: Unconfirmed → Needs Info
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for xorg-server (Ubuntu) because there has been no activity for 60 days.]

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.