LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux Mint (https://www.linuxquestions.org/questions/linux-mint-84/)
-   -   Touchpad Hypersensitive (https://www.linuxquestions.org/questions/linux-mint-84/touchpad-hypersensitive-4175653219/)

borgward 05-02-2019 09:02 PM

Touchpad Hypersensitive
 
Mid 2007 White MacBook. Mint 18.0 32bit. Touchpad is hypersensitive. Acceleration and Sensitivity set to lowest settings. Ran Driver Manager. It reported no drivers needed.

BW-userx 05-03-2019 08:21 AM

hae you tried hard coding it in a config, or using xinput ( I use that for my mouse and other settings)

https://forums.linuxmint.com/viewtopic.php?t=145283
https://bbs.archlinux.org/viewtopic.php?id=159578
and plenty others on the net to give guidance on how to manipulate it.

just for an example, what I use for my bt mouse
Code:


[[ -z $1 ]] &&
{ xinput set-prop $(xinput | awk '/BLE4.0 Mouse Mouse/ {print $6}' | cut -d= -f2 ) 'libinput Accel Speed' -1.0 &  } ||
{ xinput set-prop $(xinput | awk '/BLE4.0 Mouse Mouse/ {print $6}' | cut -d= -f2 ) 'libinput Accel Speed' $1 &  }

I keep it in my ./bin

ondoho 05-04-2019 06:13 AM

output of
Code:

synclient
please.

borgward 05-04-2019 07:04 AM

~ $ synclient
Parameter settings:
LeftEdge = 103
RightEdge = 1112
TopEdge = 48
BottomEdge = 527
FingerLow = 29
FingerHigh = 35
MaxTapTime = 180
MaxTapMove = 59
MaxDoubleTapTime = 100
SingleTapTimeout = 180
ClickTime = 100
EmulateMidButtonTime = 75
EmulateTwoFingerMinZ = 331
EmulateTwoFingerMinW = 7
VertScrollDelta = 26
HorizScrollDelta = 26
VertEdgeScroll = 0
HorizEdgeScroll = 0
CornerCoasting = 0
VertTwoFingerScroll = 0
HorizTwoFingerScroll = 0
MinSpeed = 1
MaxSpeed = 1.75
AccelFactor = 0.14881
TouchpadOff = 2
LockedDrags = 0
LockedDragTimeout = 5000
RTCornerButton = 2
RBCornerButton = 3
LTCornerButton = 0
LBCornerButton = 0
TapButton1 = 1
TapButton2 = 3
TapButton3 = 2
ClickFinger1 = 1
ClickFinger2 = 3
ClickFinger3 = 2
CircularScrolling = 0
CircScrollDelta = 0.1
CircScrollTrigger = 0
CircularPad = 0
PalmDetect = 0
PalmMinWidth = 10
PalmMinZ = 235
CoastingSpeed = 20
CoastingFriction = 50
PressureMotionMinZ = 35
PressureMotionMaxZ = 188
PressureMotionMinFactor = 1
PressureMotionMaxFactor = 1
ResolutionDetect = 1
GrabEventDevice = 0
TapAndDragGesture = 1
AreaLeftEdge = 0
AreaRightEdge = 0
AreaTopEdge = 0
AreaBottomEdge = 0
HorizHysteresis = 6
VertHysteresis = 6
ClickPad = 0
~ $

borgward 05-05-2019 03:55 PM

No more problem after running mint updates.


All times are GMT -5. The time now is 07:10 AM.