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

Word for a person who has no opinion about whether god existsWord for having a definite opinion while simultaneously withholding judgment?What's the opposite of “newcomer? Is ”veteran" OK?What do you call an “atheist” who might believe in an afterlife?What's a word for someone who wants to voice opinions but not have them challenged?Word for someone who dismisses contrary opinions as irrational?Somone who thinks they are overly special/out of the ordinaryIs there a word, phrase or idiom for “a person who is incapable of thinking about the future”?The belief that a god is human-likeA word for a non-famous person/thing you have heard a lot aboutAdjective for a person who enjoys taking care of their appearance

What was this official D&D 3.5e Lovecraft-flavored rulebook?What was this set of RPG tools called?As a first-time DM should I let my players play complex character classes and roles?Nymph's Kiss and the RelationshipWhat was the name of this Cleric Prestige Class that shapes metal with its bare hands?Are the 3.5e Dragonlance books third party or official works?What's up with the domain Vile Darkness?What was this 80s book about RPGs?What was the name of this Werewolf band?What book had Rituals to “upgrade” animal companions to keep them viable at higher levels?What was this RPG that had rules for player-owned businesses?

2017 IndyCar Series Contents Series news Teams and drivers Schedule Season summary Footnotes References External links Navigation menu"INDYCAR: Initial 2018 bodywork concepts unveiled"the original"IndyCar confirms switch to Performance Friction brakes in 2017""AJ Foyt Racing will switch to Chevy"the original"Carlos Munoz, Conor Daly will drive for AJ Foyt Racing""Zach Veach's Indy 500 Debut Confirmed with Foyt""No mass exodus from Honda after Ganassi switch""Ex-F1 driver Sato joins Andretti Autosport for 2017 IndyCar season""IndyCar's Ryan Hunter-Reay, sponsor DHL paired through 2020""hhgregg and Andretti Autosport announce partnership for key races in 2016""INDYCAR: Rossi re-signs with Andretti"the original"McLaren Formula 1 - Fernando Alonso to race at Indy 500 with McLaren, Honda and Andretti Autosport""Shank will finally take part in Indy 500 with Harvey, Andretti | MotorSportsTalk""Andretti adds Jack Harvey to Indy 500 field""Ganassi switches to Honda power for 2017""INDYCAR: Chilton returns to Ganassi"the original"IndyCar silly season: Who's going where in 2017?""INDYCAR: Kanaan, NTT Data return to Ganassi"the original"Kimball to remain at Ganassi for 2017""Coyne confirms Bourdais for 2017 IndyCar season""Davison to sub for Bourdais in Indy 500"the original"Gutierrez confirmed for Detroit IndyCar debut""Gutierrez returns with Coyne for rest of 2017 season""Vautier to drive for Coyne at Texas"the original"INDYCAR: Coyne confirms Jones for 2017"the original"Pippa Mann returns to Coyne for Indy 500""Karam, Dreyer & Reinbold teaming up again for Indianapolis 500""Pigot to return to Ed Carpenter Racing""Hildebrand confirmed as full-time Ed Carpenter driver""Veach to replace injured Hildebrand at Barber"the originalNew Team Harding Racing Enters Chaves for 101st Indianapolis 500"Juncos Racing Announces Entry in 101st Running of the Indianapolis 500 :: Juncos Racing""Juncos confirms Pigot for Indy 500""Saavedra confirmed in Juncos' second 500 entry"the original"Lazier confirms Indy 500 run after son's USF2000 debut"the original"Claman DeMelo to race for RLLR at Sonoma"the original"Rahal signs Servia and ace engineer for 2017""IndyCar: Aleshin returns with Schmidt"the original"Aleshin replaced by Saavedra for Toronto""Jack Harvey will pilot SPM No. 7 car at Watkins Glen, Sonoma""Jay Howard confirmed in Tony Stewart's supported SPM Indy entry""INDYCAR: Newgarden to wave the flag at Penske"the original"Pagenaud opts for No. 1 in 2017"the original"Penske confirms Newgarden for 2017""Montoya to stay with Team Penske in 2017""Target leaving IndyCar after 27 seasons with Chip Ganassi""Cavin: IndyCar could see complete driver/team shakeup in 2017""End of the road for KV Racing?""KV Racing confirms closure, equipment sold to Juncos""Juncos confirms IndyCar Series entry"the original"Juncos readies IndyCar program, aims for '17 500"the original"Harding Racing to add Texas, Pocono to schedule"the original"Sato signs with Andretti Autosport for 2017""INDYCAR: Aleshin in Doubt at SPM"the original"Long Beach notebook: JR Hildebrand breaks hand""Hildebrand cleared to return at Phoenix"the original"Bourdais to undergo surgery on multiple fractures""Aleshin loses Schmidt Peterson IndyCar ride""Saavedra in at SPM for Pocono, Gateway"the original"Bourdais to make return at Gateway"the original"The IndyCar Grand Prix no longer is sponsored by Angie's List""2017 IndyCar Series rulebook""2017 Verizon IndyCar Series Official Rulebook"Official websiteeeeee