0

I have had endless problems with graphic rendering on my computer. I think I have fixed most of these issues, but one annoyance is that my cursor often jumps ahead.

This is different than similar problems I see on this site, where the mouse drags behind, or jumps when someone's hand grazes the touchpad. In my case, I will move my cursor along and then, all of the sudden, it will anticipate the direction I'm going and then overshoot, missing the target.

Does anyone know what could be causing this? I have an obscure notebook called an MSI Slidebook. It has an integrated Intel GPU.

3x5
  • 545
  • What Ubuntu release do you got? Could you paste lshw -C video output? – Redbob Oct 02 '17 at 19:19
  • 16.0.3. lshw output is here: https://pastebin.com/vWFPMZjb – 3x5 Oct 02 '17 at 19:24
  • I'm pretty sure this is related to the Bluetooth mouse. When I use a USB wireless mouse it's fine. When I use a Microsoft Designer bluetooth mouse, it jumps when pages are loading, or other processes are going on. – 3x5 Oct 05 '17 at 15:49
  • Type xinput list at terminal (with connected bluetooth mouse) and post output here, we could search for any issues about this device. – Redbob Oct 05 '17 at 17:19
  • https://pastebin.com/im8rzRAb ("Designer Mouse" is the mouse) – 3x5 Oct 05 '17 at 22:14
  • Fine. Post xinput list-props 14 now. Adding: Did you see this page talking about your mouse? – Redbob Oct 05 '17 at 22:22
  • list-props 14: https://pastebin.com/CmuUtEF9 . As for the link, I have had similar problems to those listed there, and have fixed them. But those fixes don't address the jumpiness. – 3x5 Oct 11 '17 at 16:41
  • I think if you disable Device Acceleration you solve this issue. According to this page, you could try to xinput set-prop 'Designer Mouse' 266 -1 and xinput set-prop 'Designer Mouse' 267 1.000 – Redbob Oct 11 '17 at 22:30
  • The first command, 266 -1, fixes the problem. I tried to make this persistent by adding the command to my startup applications, but it didn't work. – 3x5 Oct 22 '17 at 23:42

1 Answers1

0

@Redbob had the answer that worked for me:

xinput set-prop 'Designer Mouse' 266 -1 

I should mention that it isn't persistent for me, though.

3x5
  • 545
  • So my suggestion is to create a script with this command and enable it as autostart script. – Redbob Oct 23 '17 at 01:21