Comment 338 for bug 582809

Revision history for this message
Justin Chudgar (justinzane) wrote : Re: [Bug 582809] Re: Synaptics Clickpad touchpad buttons are not working

FWIW, I've got a Probook 4320s and I just use this little script to make
the pad work as it should:

#!/bin/bash
# Saved to /usr/local/bin/synclient.sh
# chmod +x
synclient VertEdgeScroll=1
synclient HorizEdgeScroll=1
synclient
VertTwoFingerScroll=0

synclient
HorizTwoFingerScroll=0

synclient
RBCornerButton=3

synclient
LBCornerButton=1

synclient TapButton1=1

I use KDE so I have it set to be run at session startup through the
Session control panel. It will work with any DE, though.

Justin Chudgar | Weed, CA 96094 | 530 921 0738 | http://www.justinzane.com/

On 09/27/2012 10:41 AM, Tomas Angelo wrote:
> Hello Mohegan,
>
> thank you very much for your how-to :: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/582809/comments/328
> I followed it step by step, but it didn't work for me. My laptop is HP Probook 4530s with switchable graphic.
>