You are not logged in.

#1 2011-09-26 14:21:10

hoeffl
Member
Registered: 2011-09-26
Posts: 10

Synaptics touchpad right-click issue

Hi all,

I have a problem with my laptops touchpad. The right "mouse button" behaves like the left one, so it probably doesn't get detected. Does anybody have had / know of a similiar problem and has some sort of fix? I didn't find anything on the internet about this specific problem...
Thank you for your help (and patience)!

Greetings,
hoeffl

Offline

#2 2011-09-26 18:05:34

the sad clown
Member
From: 192.168.0.X
Registered: 2011-03-20
Posts: 837

Re: Synaptics touchpad right-click issue

Post your synaptic.conf

Also, maybe try

synclient -m 100

This should monitor touchpad activity, maybe it will show you what is going on when you push the buttons.


I laugh, yet the joke is on me

Offline

#3 2011-09-26 20:22:23

hoeffl
Member
Registered: 2011-09-26
Posts: 10

Re: Synaptics touchpad right-click issue

Hi,

thank you for your quick reply!

My 10-synaptics.conf:

Section "InputClass"
  Identifier "touchpad catchall"
  Driver "synaptics"
  MatchIsTouchpad "on"
  MatchDevicePath "/dev/input/event*"
    Option "TapButton1" "1"
    Option "VertEdgeScroll" "on"
    Option "HorizEdgeScroll" "on"
#    Option "RBCornerButton" "3"
    Option "EmulateTwoFingerMinZ" "0"
EndSection

And

 synclient -m 100 

returns: "Can't access shared memory area. SHMConfig disabled?"

Offline

#4 2011-09-26 22:16:32

the sad clown
Member
From: 192.168.0.X
Registered: 2011-03-20
Posts: 837

Re: Synaptics touchpad right-click issue

Try adding this to your synaptic.conf and then use synclient again:

           Option "SHMConfig"  "true"

Also, try adding:

           Option "TapButton2"  "2"

This may fix it all by itself, so try it first.


I laugh, yet the joke is on me

Offline

#5 2011-09-27 09:33:28

hoeffl
Member
Registered: 2011-09-26
Posts: 10

Re: Synaptics touchpad right-click issue

Now synclient is working (I added both options to my synaptics.conf).
But when I press the right mouse button the same output is generated as when pressing the left one! So synaptics thinks I have two left mouse buttons oO
Under Windows 7 the whole touchpad is working (also the buttons), so I don't think it is a hardware issue....
Thanks for your help!

Offline

#6 2011-09-28 12:40:45

delerious010
Member
From: Montreal
Registered: 2008-10-07
Posts: 72

Re: Synaptics touchpad right-click issue

Hi hoeffl,

I really would recommend you read the synaptics man page, there's a few options so you can configure things to the way you want it. Or check out the wiki https://wiki.archlinux.org/index.php/Touchpad_Synaptics

The TapButton2 "2" option, if you support multi-touch, show allow for a middle click when you do a non-corner two button tap.

The question is which laptop do you have ? Do you have a synaptics touch pad with integrated mouse buttons, or are the buttons separate (ex.: Apple, HP Envy) ?

Offline

#7 2011-09-28 13:56:34

hoeffl
Member
Registered: 2011-09-26
Posts: 10

Re: Synaptics touchpad right-click issue

Hello everybody,

thanks a lot for your help (a special thanks also to _en, who gave me the final advice).
The problem is solved! The reason was that I have not a "normal" touchpad but a clickpad, where the mouse buttons are somehow integrated into the touchpad (as delerious010 said). Because of that you need another synaptics driver called xf86-input-synaptics-clickpad (from the AUR: http://aur.archlinux.org/packages.php?ID=38120). Now the "usual" right-click is working smile And multi-touch gestures/clicks work a lot better with this package!
Thanks again,
hoeffl

Last edited by hoeffl (2011-09-28 14:10:25)

Offline

Board footer

Powered by FluxBB