Open unilock opened 3 years ago
Fixing Mouse Acceleration With Settings
You can try this solution if not tried already:
Fixing xinput
If you still have issues, especially if you use other hardware mouse, then you can try settings via xinput. xinput mouse speed decrease
You can apply the above xinput settings to your start using: startup application > add > enter xinput command
I hope this helps.
EDIT: I tested Dell Latitude 7400 14" right now and the mouse speeds work fine for me. Try with the solutions and also check any application interfering with mouse inputs, such as autoclicker apps etc..
@xerohackcom The issue isn't with the mouse/touchpad speed; I can adjust that just fine. The problem is that, sometimes, the cursor will slide a bit past where I move it.
Think of the cursor as a shopping cart, and the screen as a parking lot. When I push the shopping cart, it doesn't stop immediately when I let go; it keeps moving in the direction I pushed it until the friction of the asphalt stops the wheels from turning. The cursor does the same; when I stop moving my finger on the touchpad, the cursor continues moving in the direction I moved my finger, until some invisible force of friction slows it to a halt. Ideally, the cursor should stop almost immediately when I stop moving my finger, rather than sliding about.
I'd add a video of the issue, but it happens so sporadically that it's rather hard to capture. Sometimes it stops after a few minutes, too. It's a conundrum.
@unilock
Thanks for the input. I think I understand what your issue might be!
Anyway, without wasting your time, here's the solutions that worked for everyone having this same issue:
Solutions : Perform the first two solutions from here: https://askubuntu.com/questions/894679/ubuntu-touchpad-issues-mouse-pointer-jumps-around
Your can read more about this bug on Ubuntu: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1574667 but it's kind of long and boring bug report. Since Pop!_OS is based on Ubuntu, I can see guess bug being the same one.
If this works for you, please close the issue or else we'll wait for your inputs :)
@xerohackcom Unfortunately, I don't believe that solution / bug report are relevant to my issue. My mouse cursor doesn't jump to the bottom corner of the screen; rather, it moves in the direction I want it to, but it then slides further than intended, like an ice cube being pushed around a plate.
Anyway, I've recently replaced my Latitude with a Thinkpad, so I can no longer test nor potentially record this issue. Here's hoping I don't have the same problem on my new laptop.
If that does turn out to be the case, or someone else runs into this same problem, I'll reopen the issue.
Thanks for the help!
I've recently switched back to my Latitude due to my ThinkPad exploding.
At last, I've managed to record the issue. Since I've started using my Latitude again, it's only happened once, about a month ago. Nevertheless, the video can be found here (excuse the crude recording): https://mega.nz/file/lxdgTLIT#Nb07sAA84Suc9yV-0WnXPVZ5wk9VpaiwnVw1GKPJESg
The issue had not occurred on my ThinkPad during the few months I was using it.
Distribution (
cat /etc/os-release
):Issue/Bug Description: Occasionally, when using my Dell Latitude 7400 laptop, the mouse cursor will start moving with momentum; that is, I'll stop moving my finger when swiping across the touchpad, and the cursor will continue moving for a few fractions of a second, gradually slowing to a stop. Scrolling via touchpad is affected in the same way.
Steps to reproduce: No known cause; it seems to happen at random.
Expected behavior: When I stop moving my finger(s) on the touchpad, the cursor / scrolling should stop (almost?) immediately.
Other Notes: A reboot fixes the issue, at least temporarily. I have not yet tested whether the momentum carries over to a physical mouse.
sudo dmidecode -t 1,2
:sudo i2cdetect -l
:sudo dmesg | grep -i mouse
:Let me know if you need any more information.