:: Re: [DNG] Disabling touchpad
Top Page
Delete this message
Reply to this message
Author: ael
Date:  
To: dng
Subject: Re: [DNG] Disabling touchpad
On Sun, Dec 27, 2020 at 10:55:19AM -0500, Hendrik Boom wrote:
> On Sun, Dec 27, 2020 at 03:36:35PM +0000, ael wrote:
> > On Sun, Dec 27, 2020 at 10:20:04AM -0500, Hendrik Boom wrote:
> > If it is an synaptics touchpad then it is highly configurable and you
> > should be able to fine tune it to do exactly what you want.
>
> believe it is a synaptics.
>

man synclient and man syndaemon
a should tell you what you need to know.

syndaemon -

"Disabling the touchpad while typing avoids unwanted movements of the
pointer that could lead to giving focus to the wrong window."


$ synclient here gives:

Parameter settings:
    LeftEdge                = 1767
    RightEdge               = 5600
    TopEdge                 = 1637
    BottomEdge              = 4451
    FingerLow               = 24
    FingerHigh              = 29
    MaxTapTime              = 179
    MaxTapMove              = 234
    MaxDoubleTapTime        = 150
    SingleTapTimeout        = 180
    ClickTime               = 100
    EmulateMidButtonTime    = 80
    EmulateTwoFingerMinZ    = 282
    EmulateTwoFingerMinW    = 7
    VertScrollDelta         = 106
    HorizScrollDelta        = 106
    VertEdgeScroll          = 1
    HorizEdgeScroll         = 0
    CornerCoasting          = 0
    VertTwoFingerScroll     = 1
    HorizTwoFingerScroll    = 1
    MinSpeed                = 1
    MaxSpeed                = 1.75
    AccelFactor             = 0.0374602
    TouchpadOff             = 1
    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              = 1
    PalmMinWidth            = 10
    PalmMinZ                = 200
    CoastingSpeed           = 20
    CoastingFriction        = 50
    PressureMotionMinZ      = 30
    PressureMotionMaxZ      = 160
    PressureMotionMinFactor = 1
    PressureMotionMaxFactor = 1
    GrabEventDevice         = 0
    TapAndDragGesture       = 1
    AreaLeftEdge            = 0
    AreaRightEdge           = 0
    AreaTopEdge             = 0
    AreaBottomEdge          = 0
    HorizHysteresis         = 26
    VertHysteresis          = 26
    ClickPad                = 0



Those are all tuned for my system and my preferences here. synclient
allows you to adjust all of them. So you can change the undue
sensitivity that you mentioned, or do almost anything else.

man synaptics documents what all those parameters do.

ael