You are not logged in.

#1 2018-09-02 12:28:18

philipW
Member
Registered: 2017-03-21
Posts: 145

richt click of touchpad not working

Hi,
recently i noticed the right click of my touch pad is not working anymore. Its really weird cause i haven't touched X11 settings or synaptic in a long time.
I did recently switch to the linux-hardened kernel and the nvida-dkms driver. Thats the only thing i changed before i noticed that i cant right click.
If i take a look with xev i don't get feedback when i press my right the right touch pad button.
I can verify that the touchpad itself is not broken because it works properly when i boot up an ubuntu live environment.
This is my synaptics configuration

cat /etc/X11/xorg.conf.d/70-synaptics.conf 
Section "InputClass"
    Identifier "touchpad"
    Driver "synaptics"
    MatchIsTouchpad "on"
        Option "TapButton1" "1"
        Option "TapButton2" "3"
        Option "TapButton3" "2"
        Option "VertEdgeScroll" "on"
        Option "VertTwoFingerScroll" "on"
        Option "HorizEdgeScroll" "on"
        Option "HorizTwoFingerScroll" "on"
        Option "CircularScrolling" "on"
        Option "CircScrollTrigger" "2"
        Option "EmulateTwoFingerMinZ" "40"
        Option "EmulateTwoFingerMinW" "8"
        Option "CoastingSpeed" "0"
        Option "FingerLow" "30"
        Option "FingerHigh" "50"
        Option "MaxTapTime" "125"
EndSection

This is the output of synclisynclient                                                                                   

Parameter settings:
    LeftEdge                = 128
    RightEdge               = 3072
    TopEdge                 = 118
    BottomEdge              = 2080
    FingerLow               = 30
    FingerHigh              = 50
    MaxTapTime              = 125
    MaxTapMove              = 170
    MaxDoubleTapTime        = 180
    SingleTapTimeout        = 180
    ClickTime               = 100
    EmulateMidButtonTime    = 0
    EmulateTwoFingerMinZ    = 40
    EmulateTwoFingerMinW    = 8
    VertScrollDelta         = 77
    HorizScrollDelta        = 77
    VertEdgeScroll          = 1
    HorizEdgeScroll         = 1
    CornerCoasting          = 0
    VertTwoFingerScroll     = 1
    HorizTwoFingerScroll    = 1
    MinSpeed                = 1
    MaxSpeed                = 1.75
    AccelFactor             = 0.0515198
    TouchpadOff             = 0
    LockedDrags             = 0
    LockedDragTimeout       = 5000
    RTCornerButton          = 0
    RBCornerButton          = 0
    LTCornerButton          = 0
    LBCornerButton          = 0
    TapButton1              = 1
    TapButton2              = 3
    TapButton3              = 2
    ClickFinger1            = 1
    ClickFinger2            = 3
    ClickFinger3            = 2
    CircularScrolling       = 1
    CircScrollDelta         = 0.1
    CircScrollTrigger       = 2
    CircularPad             = 0
    PalmDetect              = 0
    PalmMinWidth            = 10
    PalmMinZ                = 200
    CoastingSpeed           = 0
    CoastingFriction        = 50
    PressureMotionMinZ      = 30
    PressureMotionMaxZ      = 160
    PressureMotionMinFactor = 1
    PressureMotionMaxFactor = 1
    GrabEventDevice         = 0
    TapAndDragGesture       = 1
    AreaLeftEdge            = 0
    AreaRightEdge           = 0
    AreaTopEdge             = 0
    AreaBottomEdge          = 0
    HorizHysteresis         = 19
    VertHysteresis          = 19
    ClickPad                = 1
    RightButtonAreaLeft     = 1600
    RightButtonAreaRight    = 0
    RightButtonAreaTop      = 1802
    RightButtonAreaBottom   = 0
    MiddleButtonAreaLeft    = 0
    MiddleButtonAreaRight   = 0
    MiddleButtonAreaTop     = 0
    MiddleButtonAreaBottom  = 0

Does anyone know how i can resolve this issue or where i can find additional information?

Cheers,
Philip

EDIT: The issue only seems to appear with the linux-hardened kernel and nvidia dkms

Last edited by philipW (2018-09-02 12:36:47)

Offline

Board footer

Powered by FluxBB