You are not logged in.

#1 2011-04-02 06:58:35

Awakening
Member
Registered: 2011-04-02
Posts: 7

No Right Click with Touchpad.

Hi ev1;
There's a problem with my new laptop touchpad,
The right click doesn't work.
I have already Tested All wiki solutions,Read & Tested All forums solutions, No go.
Then i thought what if it works in ubuntu (10.04) (Almost everything works there out-of-the-box), So i booted with a live CD and it worked there, I copied all Xorg Confs from ubuntu to arch, Surprisingly, it didn't work. Right Click button works as Left click too.
Just now when i was typing these lines, I've found out that Single-Tap with two fingers does the right click !!!
After all, I'm really confused,
Here is my config (CPed from Ubuntu).

ls /etc/X11/xorg.conf.d/
05-evdev.conf  10-synaptics.conf  10-vmmouse.conf  10-wacom.conf

cat /etc/X11/xorg.conf.d/10-synaptics.conf

Section "InputClass"
    Identifier "touchpad catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "synaptics"
EndSection

Section "InputClass"
    Identifier "Dell Inspiron embedded buttons quirks"
    MatchTag "inspiron_1011|inspiron_1012"
    MatchDevicePath "/dev/input/event*"
    Driver "synaptics"
    Option "JumpyCursorThreshold" "90"
    Option "AreaBottomEdge" "4100"
EndSection

Section "InputClass"
    Identifier "Dell Inspiron quirks"
    MatchTag "inspiron_1120"
    MatchDevicePath "/dev/input/event*"
    Driver "synaptics"
    Option "JumpyCursorThreshold" "250"
EndSection

Section "InputClass"
    Identifier "HP Mininote quirks"
    MatchTag "mininote_1000"
    MatchDevicePath "/dev/input/event*"
    Driver "synaptics"
    Option "JumpyCursorThreshold" "20"
EndSection

Offline

#2 2011-04-02 13:40:37

vladthedog
Member
Registered: 2010-12-03
Posts: 45

Re: No Right Click with Touchpad.

I don't have an answer for you, but what laptop do you have?  I just recently bought a new HP dm1z and it has the same issue.  Turns out its because the touchpad doesn't really have buttons (or I should say, the whole thing is one clickpad/touchpad combo).  The drivers in windows read where you are clicking on the touchpad (i.e. if you click on the bottom right it will register as a right click).  I haven't had success in getting it set up the same way, but what I'm using is a "two finger tap" to register as a right click (I run kde, and use kcm_touchpad from AUR to set it up).

Offline

#3 2011-04-02 17:06:21

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

Re: No Right Click with Touchpad.

Did you try editing your configuration file like it is in the wiki?  Your configuration looks a little bare.

Section "InputClass"
      Identifier "touchpad"
      Driver "synaptics"
      MatchIsTouchpad "on"
             Option "TapButton1" "1"
             Option "TapButton2" "2"
             Option "TapButton3" "3"
             Option "VertEdgeScroll" "on"
             Option "VertTwoFingerScroll" "on"
             Option "HorizEdgeScroll" "on"
             Option "HorizTwoFingerScroll" "on"
             Option "CircularScrolling" "on"
             Option "CircScrollTrigger" "2"
             Option "EmulateTwoFingerMinZ" "0"
             ...
EndSection

Obviously you don't need to do all of those options.  Just pick the ones you want.  Read the "man synaptics" for more information.

Last edited by the sad clown (2011-04-02 17:08:21)


I laugh, yet the joke is on me

Offline

#4 2011-04-08 13:42:40

Awakening
Member
Registered: 2011-04-02
Posts: 7

Re: No Right Click with Touchpad.

Hey guys,
Sorry for the late reply,
I was testing, Still no go.
To vladthedog:
I think you're right, It's only one surface. I'm using two finger tap as right click too.

To the sad clown:
Thanks for your answer,
I have copied these configs from Ubuntu Live, Don't know why it's not working.
I read man synaptics also, couldn't find anything useful.

=========
Although i copied all the configs from Ubuntu Live, which right click works there, why it doesn't work?
I think Xorg Configs are distro-independent, Isn't it?
Is there any other factors, i mean files or config parameters which controls Input behavior? Isn't it all controlled by .conf files in Xorg directory? Is there anything else affecting here?
Thanks mates for all your help.

Last edited by Awakening (2011-04-08 13:51:03)

Offline

#5 2011-04-15 02:19:27

pyther
Member
Registered: 2008-01-21
Posts: 1,395
Website

Re: No Right Click with Touchpad.

Anyone have any luck with this? I have the same problem on a thinkpad e420s!


Website - Blog - arch-home
Arch User since March 2005

Offline

#6 2011-04-15 03:43:01

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

Re: No Right Click with Touchpad.

It may be that your driver (xf86-input-evdev) doesn't support your device.  You could try installing xf86-input-mouse and see if that doesn't restore functionality.


I laugh, yet the joke is on me

Offline

#7 2011-04-15 14:06:34

pyther
Member
Registered: 2008-01-21
Posts: 1,395
Website

Re: No Right Click with Touchpad.

It is a synaptic touchpad. xf86-input-synaptics-clickpad form aur give me the expected button behaviors, but I can't click and drag using two fingers (left finger click, right finger drag)


Website - Blog - arch-home
Arch User since March 2005

Offline

#8 2011-04-15 19:23:02

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

Re: No Right Click with Touchpad.

But it responds to input normally otherwise?


I laugh, yet the joke is on me

Offline

#9 2011-04-15 20:21:27

Awakening
Member
Registered: 2011-04-02
Posts: 7

Re: No Right Click with Touchpad.

I'll try ASAP, but now I'm stuck with catalyst.
Will post the results here.

UPDATE:
To Pyther:
I've installed the package from AUR, It WORKS!
I'm having right click now!
Thank you !

To The sad clown:
I would like to thank you for your help & continuous attention to my problem.
Thank you so much.

Last edited by Awakening (2011-04-16 19:05:21)

Offline

#10 2018-04-10 17:34:42

thrashzone_ua
Member
Registered: 2018-04-10
Posts: 5

Re: No Right Click with Touchpad.

I have experienced this issue nowadays and for me worked the following solution:
1. install synaptics;
2. create  /etc/X11/xorg.conf.d/50-synaptics.conf file;
3. file content:

    Section "InputClass"
        Identifier "touchpad"
        Driver "synaptics"
        MatchIsTouchpad "on"
            Option "TapButton1" "1"
            Option "RBCornerButton" "3" # this is what you need
            Option "VertTwoFingerScroll" "on"
            Option "HorizTwoFingerScroll" "on"
    EndSection

4. restart xorg (in my case).

Hope this will be helpfull for anybody.

Offline

#11 2018-04-12 14:23:03

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,858
Website

Re: No Right Click with Touchpad.

Thanks for sharing. I am going to go ahead and close this old topic now.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

Board footer

Powered by FluxBB