Mouse continues “dragging” or “highlighting” after I release left button Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionBack button to middle mouse buttonRemap mouse button 8 (“browser forward”) to mouse button 2 (“middle click”) on RHELButton Mapping Issue on Mouse [Razer Naga]Force a specific button releaseMouse button stops working intermittentlyUbuntu 14.04 Mouse Touchpad gone badMulti-button mouse / mmo mouse with Linux supportxmodmap Remap Left Mouse to Right MouseSlow mouse button release in Debian stretchHow to remap mouse button not identified by xev

Extract all GPU name, model and GPU ram

Fundamental Solution of the Pell Equation

Using audio cues to encourage good posture

Storing hydrofluoric acid before the invention of plastics

What does this icon in iOS Stardew Valley mean?

Why was the term "discrete" used in discrete logarithm?

Why didn't this character "real die" when they blew their stack out in Altered Carbon?

Output the ŋarâþ crîþ alphabet song without using (m)any letters

How to find out what spells would be useless to a blind NPC spellcaster?

What is the logic behind the Maharil's explanation of why we don't say שעשה ניסים on Pesach?

Novel: non-telepath helps overthrow rule by telepaths

Why did the rest of the Eastern Bloc not invade Yugoslavia?

Is it fair for a professor to grade us on the possession of past papers?

In predicate logic, does existential quantification (∃) include universal quantification (∀), i.e. can 'some' imply 'all'?

Okay to merge included columns on otherwise identical indexes?

Echoing a tail command produces unexpected output?

If a contract sometimes uses the wrong name, is it still valid?

Why do people hide their license plates in the EU?

How to align text above triangle figure

Ring Automorphisms that fix 1.

What are the pros and cons of Aerospike nosecones?

Can an alien society believe that their star system is the universe?

Why aren't air breathing engines used as small first stages

Using et al. for a last / senior author rather than for a first author



Mouse continues “dragging” or “highlighting” after I release left button



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionBack button to middle mouse buttonRemap mouse button 8 (“browser forward”) to mouse button 2 (“middle click”) on RHELButton Mapping Issue on Mouse [Razer Naga]Force a specific button releaseMouse button stops working intermittentlyUbuntu 14.04 Mouse Touchpad gone badMulti-button mouse / mmo mouse with Linux supportxmodmap Remap Left Mouse to Right MouseSlow mouse button release in Debian stretchHow to remap mouse button not identified by xev



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








4















I just moved over to Antergos (Arch-based) from Ubuntu with XFCE and Awesome WM. I use a HP laptop with a touchpad.



When I hold down the left mouse button to highlight text or drag an icon, the drag or highlight action continues for a short amount of time after I release the left button.



(More annoying, the amount of time this "phantom left button" persists seems to be proportional to how long I held it. If I held down the left button for several seconds, it continues selecting text or dragging for 2-3 seconds after that. If I do a very short click and release, the "phantom button" effect is barely noticeable. This behavior has me convinced that this is supposed to be some kind of feature?)



I do not know what this feature is called, making it difficult to Google my problem. It's also the first time I've encountered it.



This is my 70-synaptics.conf:



~ $ cat /etc/X11/xorg.conf.d/70-synaptics.conf
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "LockedDragTimeout" "0"
Option "MaxTapTime" "0"
Option "TapAndDragGesture" "0"
EndSection


This is my synclient -l:



~ $ synclient -l
Parameter settings:
LeftEdge = 1661
RightEdge = 5367
TopEdge = 1412
BottomEdge = 4510
FingerLow = 25
FingerHigh = 30
MaxTapTime = 0
MaxTapMove = 247
MaxDoubleTapTime = 180
SingleTapTimeout = 0
ClickTime = 0
EmulateMidButtonTime = 75
EmulateTwoFingerMinZ = 282
EmulateTwoFingerMinW = 7
VertScrollDelta = 112
HorizScrollDelta = 112
VertEdgeScroll = 0
HorizEdgeScroll = 0
CornerCoasting = 0
VertTwoFingerScroll = 1
HorizTwoFingerScroll = 0
MinSpeed = 1
MaxSpeed = 1.75
AccelFactor = 0.0356189
TouchpadOff = 0
LockedDrags = 0
LockedDragTimeout = 0
RTCornerButton = 0
RBCornerButton = 0
LTCornerButton = 0
LBCornerButton = 0
TapButton1 = 1
TapButton2 = 2
TapButton3 = 3
ClickFinger1 = 1
ClickFinger2 = 1
ClickFinger3 = 1
CircularScrolling = 0
CircScrollDelta = 0.1
CircScrollTrigger = 0
CircularPad = 0
PalmDetect = 0
PalmMinWidth = 10
PalmMinZ = 200
CoastingSpeed = 20
CoastingFriction = 50
PressureMotionMinZ = 30
PressureMotionMaxZ = 160
PressureMotionMinFactor = 1
PressureMotionMaxFactor = 1
GrabEventDevice = 0
TapAndDragGesture = 0
AreaLeftEdge = 0
AreaRightEdge = 0
AreaTopEdge = 0
AreaBottomEdge = 0
HorizHysteresis = 28
VertHysteresis = 28
ClickPad = 0









share|improve this question
























  • It might be called kinetic scrolling, or Synaptics Coasting Speed. You may have a specific synaptics driver installed that you can control with synclient.

    – meuh
    Aug 16 '17 at 7:20











  • @meuh Thanks for the help, I checked them up but that's not the issue.

    – Juicy
    Aug 16 '17 at 8:41











  • @Juicy could you please run xinit test 13 and show the output from the exact time when your touchpad is doing that "phantom scroll"?

    – Christopher Díaz Riveros
    Aug 18 '17 at 14:13











  • @ChristopherDíazRiveros I'm getting told /usr/lib/xorg-server/Xorg.wrap: Only console users are allowed to run the X server when I try to run that. Can this be run when X is running?

    – Juicy
    Aug 19 '17 at 6:34












  • Try to use evtest /dev/input/eventX where X is the event ID from your touchpad, you'll need to use it on a different TTY (Ctrl+Alt+2..5)... and add the Option "FastTaps" "1" to your synaptics.conf and try Option "LockedDrags" "0" too, let me know if one of those help please

    – Christopher Díaz Riveros
    Aug 19 '17 at 15:54


















4















I just moved over to Antergos (Arch-based) from Ubuntu with XFCE and Awesome WM. I use a HP laptop with a touchpad.



When I hold down the left mouse button to highlight text or drag an icon, the drag or highlight action continues for a short amount of time after I release the left button.



(More annoying, the amount of time this "phantom left button" persists seems to be proportional to how long I held it. If I held down the left button for several seconds, it continues selecting text or dragging for 2-3 seconds after that. If I do a very short click and release, the "phantom button" effect is barely noticeable. This behavior has me convinced that this is supposed to be some kind of feature?)



I do not know what this feature is called, making it difficult to Google my problem. It's also the first time I've encountered it.



This is my 70-synaptics.conf:



~ $ cat /etc/X11/xorg.conf.d/70-synaptics.conf
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "LockedDragTimeout" "0"
Option "MaxTapTime" "0"
Option "TapAndDragGesture" "0"
EndSection


This is my synclient -l:



~ $ synclient -l
Parameter settings:
LeftEdge = 1661
RightEdge = 5367
TopEdge = 1412
BottomEdge = 4510
FingerLow = 25
FingerHigh = 30
MaxTapTime = 0
MaxTapMove = 247
MaxDoubleTapTime = 180
SingleTapTimeout = 0
ClickTime = 0
EmulateMidButtonTime = 75
EmulateTwoFingerMinZ = 282
EmulateTwoFingerMinW = 7
VertScrollDelta = 112
HorizScrollDelta = 112
VertEdgeScroll = 0
HorizEdgeScroll = 0
CornerCoasting = 0
VertTwoFingerScroll = 1
HorizTwoFingerScroll = 0
MinSpeed = 1
MaxSpeed = 1.75
AccelFactor = 0.0356189
TouchpadOff = 0
LockedDrags = 0
LockedDragTimeout = 0
RTCornerButton = 0
RBCornerButton = 0
LTCornerButton = 0
LBCornerButton = 0
TapButton1 = 1
TapButton2 = 2
TapButton3 = 3
ClickFinger1 = 1
ClickFinger2 = 1
ClickFinger3 = 1
CircularScrolling = 0
CircScrollDelta = 0.1
CircScrollTrigger = 0
CircularPad = 0
PalmDetect = 0
PalmMinWidth = 10
PalmMinZ = 200
CoastingSpeed = 20
CoastingFriction = 50
PressureMotionMinZ = 30
PressureMotionMaxZ = 160
PressureMotionMinFactor = 1
PressureMotionMaxFactor = 1
GrabEventDevice = 0
TapAndDragGesture = 0
AreaLeftEdge = 0
AreaRightEdge = 0
AreaTopEdge = 0
AreaBottomEdge = 0
HorizHysteresis = 28
VertHysteresis = 28
ClickPad = 0









share|improve this question
























  • It might be called kinetic scrolling, or Synaptics Coasting Speed. You may have a specific synaptics driver installed that you can control with synclient.

    – meuh
    Aug 16 '17 at 7:20











  • @meuh Thanks for the help, I checked them up but that's not the issue.

    – Juicy
    Aug 16 '17 at 8:41











  • @Juicy could you please run xinit test 13 and show the output from the exact time when your touchpad is doing that "phantom scroll"?

    – Christopher Díaz Riveros
    Aug 18 '17 at 14:13











  • @ChristopherDíazRiveros I'm getting told /usr/lib/xorg-server/Xorg.wrap: Only console users are allowed to run the X server when I try to run that. Can this be run when X is running?

    – Juicy
    Aug 19 '17 at 6:34












  • Try to use evtest /dev/input/eventX where X is the event ID from your touchpad, you'll need to use it on a different TTY (Ctrl+Alt+2..5)... and add the Option "FastTaps" "1" to your synaptics.conf and try Option "LockedDrags" "0" too, let me know if one of those help please

    – Christopher Díaz Riveros
    Aug 19 '17 at 15:54














4












4








4


2






I just moved over to Antergos (Arch-based) from Ubuntu with XFCE and Awesome WM. I use a HP laptop with a touchpad.



When I hold down the left mouse button to highlight text or drag an icon, the drag or highlight action continues for a short amount of time after I release the left button.



(More annoying, the amount of time this "phantom left button" persists seems to be proportional to how long I held it. If I held down the left button for several seconds, it continues selecting text or dragging for 2-3 seconds after that. If I do a very short click and release, the "phantom button" effect is barely noticeable. This behavior has me convinced that this is supposed to be some kind of feature?)



I do not know what this feature is called, making it difficult to Google my problem. It's also the first time I've encountered it.



This is my 70-synaptics.conf:



~ $ cat /etc/X11/xorg.conf.d/70-synaptics.conf
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "LockedDragTimeout" "0"
Option "MaxTapTime" "0"
Option "TapAndDragGesture" "0"
EndSection


This is my synclient -l:



~ $ synclient -l
Parameter settings:
LeftEdge = 1661
RightEdge = 5367
TopEdge = 1412
BottomEdge = 4510
FingerLow = 25
FingerHigh = 30
MaxTapTime = 0
MaxTapMove = 247
MaxDoubleTapTime = 180
SingleTapTimeout = 0
ClickTime = 0
EmulateMidButtonTime = 75
EmulateTwoFingerMinZ = 282
EmulateTwoFingerMinW = 7
VertScrollDelta = 112
HorizScrollDelta = 112
VertEdgeScroll = 0
HorizEdgeScroll = 0
CornerCoasting = 0
VertTwoFingerScroll = 1
HorizTwoFingerScroll = 0
MinSpeed = 1
MaxSpeed = 1.75
AccelFactor = 0.0356189
TouchpadOff = 0
LockedDrags = 0
LockedDragTimeout = 0
RTCornerButton = 0
RBCornerButton = 0
LTCornerButton = 0
LBCornerButton = 0
TapButton1 = 1
TapButton2 = 2
TapButton3 = 3
ClickFinger1 = 1
ClickFinger2 = 1
ClickFinger3 = 1
CircularScrolling = 0
CircScrollDelta = 0.1
CircScrollTrigger = 0
CircularPad = 0
PalmDetect = 0
PalmMinWidth = 10
PalmMinZ = 200
CoastingSpeed = 20
CoastingFriction = 50
PressureMotionMinZ = 30
PressureMotionMaxZ = 160
PressureMotionMinFactor = 1
PressureMotionMaxFactor = 1
GrabEventDevice = 0
TapAndDragGesture = 0
AreaLeftEdge = 0
AreaRightEdge = 0
AreaTopEdge = 0
AreaBottomEdge = 0
HorizHysteresis = 28
VertHysteresis = 28
ClickPad = 0









share|improve this question
















I just moved over to Antergos (Arch-based) from Ubuntu with XFCE and Awesome WM. I use a HP laptop with a touchpad.



When I hold down the left mouse button to highlight text or drag an icon, the drag or highlight action continues for a short amount of time after I release the left button.



(More annoying, the amount of time this "phantom left button" persists seems to be proportional to how long I held it. If I held down the left button for several seconds, it continues selecting text or dragging for 2-3 seconds after that. If I do a very short click and release, the "phantom button" effect is barely noticeable. This behavior has me convinced that this is supposed to be some kind of feature?)



I do not know what this feature is called, making it difficult to Google my problem. It's also the first time I've encountered it.



This is my 70-synaptics.conf:



~ $ cat /etc/X11/xorg.conf.d/70-synaptics.conf
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "LockedDragTimeout" "0"
Option "MaxTapTime" "0"
Option "TapAndDragGesture" "0"
EndSection


This is my synclient -l:



~ $ synclient -l
Parameter settings:
LeftEdge = 1661
RightEdge = 5367
TopEdge = 1412
BottomEdge = 4510
FingerLow = 25
FingerHigh = 30
MaxTapTime = 0
MaxTapMove = 247
MaxDoubleTapTime = 180
SingleTapTimeout = 0
ClickTime = 0
EmulateMidButtonTime = 75
EmulateTwoFingerMinZ = 282
EmulateTwoFingerMinW = 7
VertScrollDelta = 112
HorizScrollDelta = 112
VertEdgeScroll = 0
HorizEdgeScroll = 0
CornerCoasting = 0
VertTwoFingerScroll = 1
HorizTwoFingerScroll = 0
MinSpeed = 1
MaxSpeed = 1.75
AccelFactor = 0.0356189
TouchpadOff = 0
LockedDrags = 0
LockedDragTimeout = 0
RTCornerButton = 0
RBCornerButton = 0
LTCornerButton = 0
LBCornerButton = 0
TapButton1 = 1
TapButton2 = 2
TapButton3 = 3
ClickFinger1 = 1
ClickFinger2 = 1
ClickFinger3 = 1
CircularScrolling = 0
CircScrollDelta = 0.1
CircScrollTrigger = 0
CircularPad = 0
PalmDetect = 0
PalmMinWidth = 10
PalmMinZ = 200
CoastingSpeed = 20
CoastingFriction = 50
PressureMotionMinZ = 30
PressureMotionMaxZ = 160
PressureMotionMinFactor = 1
PressureMotionMaxFactor = 1
GrabEventDevice = 0
TapAndDragGesture = 0
AreaLeftEdge = 0
AreaRightEdge = 0
AreaTopEdge = 0
AreaBottomEdge = 0
HorizHysteresis = 28
VertHysteresis = 28
ClickPad = 0






arch-linux mouse highlighting drag-and-drop






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 22 '17 at 9:52







Juicy

















asked Aug 15 '17 at 20:38









JuicyJuicy

75581833




75581833












  • It might be called kinetic scrolling, or Synaptics Coasting Speed. You may have a specific synaptics driver installed that you can control with synclient.

    – meuh
    Aug 16 '17 at 7:20











  • @meuh Thanks for the help, I checked them up but that's not the issue.

    – Juicy
    Aug 16 '17 at 8:41











  • @Juicy could you please run xinit test 13 and show the output from the exact time when your touchpad is doing that "phantom scroll"?

    – Christopher Díaz Riveros
    Aug 18 '17 at 14:13











  • @ChristopherDíazRiveros I'm getting told /usr/lib/xorg-server/Xorg.wrap: Only console users are allowed to run the X server when I try to run that. Can this be run when X is running?

    – Juicy
    Aug 19 '17 at 6:34












  • Try to use evtest /dev/input/eventX where X is the event ID from your touchpad, you'll need to use it on a different TTY (Ctrl+Alt+2..5)... and add the Option "FastTaps" "1" to your synaptics.conf and try Option "LockedDrags" "0" too, let me know if one of those help please

    – Christopher Díaz Riveros
    Aug 19 '17 at 15:54


















  • It might be called kinetic scrolling, or Synaptics Coasting Speed. You may have a specific synaptics driver installed that you can control with synclient.

    – meuh
    Aug 16 '17 at 7:20











  • @meuh Thanks for the help, I checked them up but that's not the issue.

    – Juicy
    Aug 16 '17 at 8:41











  • @Juicy could you please run xinit test 13 and show the output from the exact time when your touchpad is doing that "phantom scroll"?

    – Christopher Díaz Riveros
    Aug 18 '17 at 14:13











  • @ChristopherDíazRiveros I'm getting told /usr/lib/xorg-server/Xorg.wrap: Only console users are allowed to run the X server when I try to run that. Can this be run when X is running?

    – Juicy
    Aug 19 '17 at 6:34












  • Try to use evtest /dev/input/eventX where X is the event ID from your touchpad, you'll need to use it on a different TTY (Ctrl+Alt+2..5)... and add the Option "FastTaps" "1" to your synaptics.conf and try Option "LockedDrags" "0" too, let me know if one of those help please

    – Christopher Díaz Riveros
    Aug 19 '17 at 15:54

















It might be called kinetic scrolling, or Synaptics Coasting Speed. You may have a specific synaptics driver installed that you can control with synclient.

– meuh
Aug 16 '17 at 7:20





It might be called kinetic scrolling, or Synaptics Coasting Speed. You may have a specific synaptics driver installed that you can control with synclient.

– meuh
Aug 16 '17 at 7:20













@meuh Thanks for the help, I checked them up but that's not the issue.

– Juicy
Aug 16 '17 at 8:41





@meuh Thanks for the help, I checked them up but that's not the issue.

– Juicy
Aug 16 '17 at 8:41













@Juicy could you please run xinit test 13 and show the output from the exact time when your touchpad is doing that "phantom scroll"?

– Christopher Díaz Riveros
Aug 18 '17 at 14:13





@Juicy could you please run xinit test 13 and show the output from the exact time when your touchpad is doing that "phantom scroll"?

– Christopher Díaz Riveros
Aug 18 '17 at 14:13













@ChristopherDíazRiveros I'm getting told /usr/lib/xorg-server/Xorg.wrap: Only console users are allowed to run the X server when I try to run that. Can this be run when X is running?

– Juicy
Aug 19 '17 at 6:34






@ChristopherDíazRiveros I'm getting told /usr/lib/xorg-server/Xorg.wrap: Only console users are allowed to run the X server when I try to run that. Can this be run when X is running?

– Juicy
Aug 19 '17 at 6:34














Try to use evtest /dev/input/eventX where X is the event ID from your touchpad, you'll need to use it on a different TTY (Ctrl+Alt+2..5)... and add the Option "FastTaps" "1" to your synaptics.conf and try Option "LockedDrags" "0" too, let me know if one of those help please

– Christopher Díaz Riveros
Aug 19 '17 at 15:54






Try to use evtest /dev/input/eventX where X is the event ID from your touchpad, you'll need to use it on a different TTY (Ctrl+Alt+2..5)... and add the Option "FastTaps" "1" to your synaptics.conf and try Option "LockedDrags" "0" too, let me know if one of those help please

– Christopher Díaz Riveros
Aug 19 '17 at 15:54











1 Answer
1






active

oldest

votes


















2





+125









From Synaptics man page




Option "ClickTime" "integer"



The duration of the mouse click generated by tapping. Property: "Synaptics Tap Durations"




I guess here is the problem since your config has 100 in the value, maybe you should set it to 10 or even 1?



PS. try with every option that has the Synaptics Tap Durations label in the man page, if the first one is not the problem I'm pretty sure that one of the other 4 should be






share|improve this answer

























  • I gave that I try, unfortunately it didn't change anything. I tried setting ClickTime to 10, 1 and 0. I've updated my synclient -l output in my question.

    – Juicy
    Aug 22 '17 at 9:53











  • Try adding CoastingSpeed to 0

    – Christopher Díaz Riveros
    Aug 22 '17 at 14:17











  • Have you tried libinput I can't tell if that works on awesome wm

    – Christopher Díaz Riveros
    Aug 22 '17 at 14:23











  • Gave it a try as well. Unfortunately I'm going to have to assume hardware failure at this point. I'm going to try to put my HD in other laptop when I get my hand on one to see if there's an issue. Thanks for the help :)

    – Juicy
    Aug 24 '17 at 8:38











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f386284%2fmouse-continues-dragging-or-highlighting-after-i-release-left-button%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









2





+125









From Synaptics man page




Option "ClickTime" "integer"



The duration of the mouse click generated by tapping. Property: "Synaptics Tap Durations"




I guess here is the problem since your config has 100 in the value, maybe you should set it to 10 or even 1?



PS. try with every option that has the Synaptics Tap Durations label in the man page, if the first one is not the problem I'm pretty sure that one of the other 4 should be






share|improve this answer

























  • I gave that I try, unfortunately it didn't change anything. I tried setting ClickTime to 10, 1 and 0. I've updated my synclient -l output in my question.

    – Juicy
    Aug 22 '17 at 9:53











  • Try adding CoastingSpeed to 0

    – Christopher Díaz Riveros
    Aug 22 '17 at 14:17











  • Have you tried libinput I can't tell if that works on awesome wm

    – Christopher Díaz Riveros
    Aug 22 '17 at 14:23











  • Gave it a try as well. Unfortunately I'm going to have to assume hardware failure at this point. I'm going to try to put my HD in other laptop when I get my hand on one to see if there's an issue. Thanks for the help :)

    – Juicy
    Aug 24 '17 at 8:38















2





+125









From Synaptics man page




Option "ClickTime" "integer"



The duration of the mouse click generated by tapping. Property: "Synaptics Tap Durations"




I guess here is the problem since your config has 100 in the value, maybe you should set it to 10 or even 1?



PS. try with every option that has the Synaptics Tap Durations label in the man page, if the first one is not the problem I'm pretty sure that one of the other 4 should be






share|improve this answer

























  • I gave that I try, unfortunately it didn't change anything. I tried setting ClickTime to 10, 1 and 0. I've updated my synclient -l output in my question.

    – Juicy
    Aug 22 '17 at 9:53











  • Try adding CoastingSpeed to 0

    – Christopher Díaz Riveros
    Aug 22 '17 at 14:17











  • Have you tried libinput I can't tell if that works on awesome wm

    – Christopher Díaz Riveros
    Aug 22 '17 at 14:23











  • Gave it a try as well. Unfortunately I'm going to have to assume hardware failure at this point. I'm going to try to put my HD in other laptop when I get my hand on one to see if there's an issue. Thanks for the help :)

    – Juicy
    Aug 24 '17 at 8:38













2





+125







2





+125



2




+125





From Synaptics man page




Option "ClickTime" "integer"



The duration of the mouse click generated by tapping. Property: "Synaptics Tap Durations"




I guess here is the problem since your config has 100 in the value, maybe you should set it to 10 or even 1?



PS. try with every option that has the Synaptics Tap Durations label in the man page, if the first one is not the problem I'm pretty sure that one of the other 4 should be






share|improve this answer















From Synaptics man page




Option "ClickTime" "integer"



The duration of the mouse click generated by tapping. Property: "Synaptics Tap Durations"




I guess here is the problem since your config has 100 in the value, maybe you should set it to 10 or even 1?



PS. try with every option that has the Synaptics Tap Durations label in the man page, if the first one is not the problem I'm pretty sure that one of the other 4 should be







share|improve this answer














share|improve this answer



share|improve this answer








edited 12 hours ago









Rui F Ribeiro

42.1k1484142




42.1k1484142










answered Aug 21 '17 at 17:12









Christopher Díaz RiverosChristopher Díaz Riveros

1,306314




1,306314












  • I gave that I try, unfortunately it didn't change anything. I tried setting ClickTime to 10, 1 and 0. I've updated my synclient -l output in my question.

    – Juicy
    Aug 22 '17 at 9:53











  • Try adding CoastingSpeed to 0

    – Christopher Díaz Riveros
    Aug 22 '17 at 14:17











  • Have you tried libinput I can't tell if that works on awesome wm

    – Christopher Díaz Riveros
    Aug 22 '17 at 14:23











  • Gave it a try as well. Unfortunately I'm going to have to assume hardware failure at this point. I'm going to try to put my HD in other laptop when I get my hand on one to see if there's an issue. Thanks for the help :)

    – Juicy
    Aug 24 '17 at 8:38

















  • I gave that I try, unfortunately it didn't change anything. I tried setting ClickTime to 10, 1 and 0. I've updated my synclient -l output in my question.

    – Juicy
    Aug 22 '17 at 9:53











  • Try adding CoastingSpeed to 0

    – Christopher Díaz Riveros
    Aug 22 '17 at 14:17











  • Have you tried libinput I can't tell if that works on awesome wm

    – Christopher Díaz Riveros
    Aug 22 '17 at 14:23











  • Gave it a try as well. Unfortunately I'm going to have to assume hardware failure at this point. I'm going to try to put my HD in other laptop when I get my hand on one to see if there's an issue. Thanks for the help :)

    – Juicy
    Aug 24 '17 at 8:38
















I gave that I try, unfortunately it didn't change anything. I tried setting ClickTime to 10, 1 and 0. I've updated my synclient -l output in my question.

– Juicy
Aug 22 '17 at 9:53





I gave that I try, unfortunately it didn't change anything. I tried setting ClickTime to 10, 1 and 0. I've updated my synclient -l output in my question.

– Juicy
Aug 22 '17 at 9:53













Try adding CoastingSpeed to 0

– Christopher Díaz Riveros
Aug 22 '17 at 14:17





Try adding CoastingSpeed to 0

– Christopher Díaz Riveros
Aug 22 '17 at 14:17













Have you tried libinput I can't tell if that works on awesome wm

– Christopher Díaz Riveros
Aug 22 '17 at 14:23





Have you tried libinput I can't tell if that works on awesome wm

– Christopher Díaz Riveros
Aug 22 '17 at 14:23













Gave it a try as well. Unfortunately I'm going to have to assume hardware failure at this point. I'm going to try to put my HD in other laptop when I get my hand on one to see if there's an issue. Thanks for the help :)

– Juicy
Aug 24 '17 at 8:38





Gave it a try as well. Unfortunately I'm going to have to assume hardware failure at this point. I'm going to try to put my HD in other laptop when I get my hand on one to see if there's an issue. Thanks for the help :)

– Juicy
Aug 24 '17 at 8:38

















draft saved

draft discarded
















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f386284%2fmouse-continues-dragging-or-highlighting-after-i-release-left-button%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







-arch-linux, drag-and-drop, highlighting, mouse

Popular posts from this blog

Frič See also Navigation menuinternal link

Identify plant with long narrow paired leaves and reddish stems Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?What is this plant with long sharp leaves? Is it a weed?What is this 3ft high, stalky plant, with mid sized narrow leaves?What is this young shrub with opposite ovate, crenate leaves and reddish stems?What is this plant with large broad serrated leaves?Identify this upright branching weed with long leaves and reddish stemsPlease help me identify this bulbous plant with long, broad leaves and white flowersWhat is this small annual with narrow gray/green leaves and rust colored daisy-type flowers?What is this chilli plant?Does anyone know what type of chilli plant this is?Help identify this plant

fontconfig warning: “/etc/fonts/fonts.conf”, line 100: unknown “element blank” The 2019 Stack Overflow Developer Survey Results Are In“tar: unrecognized option --warning” during 'apt-get install'How to fix Fontconfig errorHow do I figure out which font file is chosen for a system generic font alias?Why are some apt-get-installed fonts being ignored by fc-list, xfontsel, etc?Reload settings in /etc/fonts/conf.dTaking 30 seconds longer to boot after upgrade from jessie to stretchHow to match multiple font names with a single <match> element?Adding a custom font to fontconfigRemoving fonts from fontconfig <match> resultsBroken fonts after upgrading Firefox ESR to latest Firefox