You are not logged in.

#1 2010-12-26 16:27:24

subhranath
Member
Registered: 2010-11-28
Posts: 8

Automatic right click when not intended

I'm facing this strange problem. The right-clicked context menu appears out of nowhere near the mouse, even when I'm expecting it to. This happens while I'm making a normal one finger tap, or simply moving the mouse on the touchpad, or even sometimes when I'm only using the keyboard of my laptop.

I was going through this wiki page and wanted to check on the settings. After changing the 'TapButton2' and 'TapButton3' settings in '/etc/X11/xorg.conf.d/10-synaptics.conf' file, it's current content looks like:

Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Option "TapButton1" "1"
        Option "TapButton2" "0"
        Option "TapButton3" "0"
EndSection

And the output of 'synclient' shows as:

Parameter settings:
    LeftEdge                = 1754
    RightEdge               = 5230
    TopEdge                 = 1639
    BottomEdge              = 4483
    FingerLow               = 24
    FingerHigh              = 29
    FingerPress             = 255
    MaxTapTime              = 180
    MaxTapMove              = 229
    MaxDoubleTapTime        = 180
    SingleTapTimeout        = 180
    ClickTime               = 100
    FastTaps                = 0
    EmulateMidButtonTime    = 75
    EmulateTwoFingerMinZ    = 29
    EmulateTwoFingerMinW    = 6
    VertScrollDelta         = 104
    HorizScrollDelta        = 104
    VertEdgeScroll          = 1
    HorizEdgeScroll         = 0
    CornerCoasting          = 0
    VertTwoFingerScroll     = 0
    HorizTwoFingerScroll    = 0
    MinSpeed                = 1
    MaxSpeed                = 1.75
    AccelFactor             = 0.0383142
    TrackstickSpeed         = 40
    EdgeMotionMinZ          = 29
    EdgeMotionMaxZ          = 159
    EdgeMotionMinSpeed      = 1
    EdgeMotionMaxSpeed      = 417
    EdgeMotionUseAlways     = 0
    TouchpadOff             = 0
    LockedDrags             = 0
    LockedDragTimeout       = 5000
    RTCornerButton          = 0
    RBCornerButton          = 0
    LTCornerButton          = 0
    LBCornerButton          = 0
    TapButton1              = 1
    TapButton2              = 3
    TapButton3              = 2
    ClickFinger1            = 1
    ClickFinger2            = 1
    ClickFinger3            = 1
    CircularScrolling       = 0
    CircScrollDelta         = 0.1
    CircScrollTrigger       = 0
    CircularPad             = 0
    PalmDetect              = 0
    PalmMinWidth            = 9
    PalmMinZ                = 199
    CoastingSpeed           = 20
    CoastingFriction        = 50
    PressureMotionMinZ      = 29
    PressureMotionMaxZ      = 159
    PressureMotionMinFactor = 1
    PressureMotionMaxFactor = 1
    GrabEventDevice         = 1
    TapAndDragGesture       = 1
    AreaLeftEdge            = 0
    AreaRightEdge           = 0
    AreaTopEdge             = 0
    AreaBottomEdge          = 0

The values of 'TapButton2' and 'TapButton3' still shows as '3' and '2' respectively, even after I changed both of them to '0' in the '/etc/X11/xorg.conf.d/10-synaptics.conf' file. Even after restarting the system.

The touchpad works properly for me in Ubuntu 10.10, and I'm facing this problem in Arch only. Please suggest how to identify and fix this auto pop-up of the right-click context menu.

Offline

#2 2011-01-21 04:58:00

subhranath
Member
Registered: 2010-11-28
Posts: 8

Re: Automatic right click when not intended

I'm still facing the same issue. Any help on this will be great.

Offline

Board footer

Powered by FluxBB