Comment 139 for bug 681904

Revision history for this message
Benji (benjim) wrote :

@Seth: Patch from #132 working fine for me.
running Xubuntu 11.04 with 2.6.38-11-generic on a Samsung RC710.

For drag-and-drop, two finger right click, and three finger center click I had to set Synaptics Tap Action to 0, 0, 1, 1, 1, 3, 2.

(If somebody is looking for it:
xinput list
Should show you a device ETPS/2 Elantech Touchpad. Look for its ID. Then set
xinput set-int-prop <ID> 292 8 0 0 1 1 1 3 2

You can take a look at the properties with xinput list-props <ID> if the Property ID changes (in this case the 292). )