Dell Latitude-E6500 3.2.0-24-generic #37-Ubuntu SMP x86_64 x86_64 GNU/Linux Graphics chip: Quadro NVS 160M Driver - 295.40
Here is my problem. My mouse lags in Ubuntu. It is always a few ms "late", and often not completely on target either. It is system-wide, not only when scrolling on web pages. The HW I am using is the same I used when running Kubuntu 11.10, which performed light years better compared to Unity - and, with no mouse lag what so ever. I am aware of the bug with the current Nvidia driver (295.40), but it is the same with the Noveau driver as well. It has nothing to do with setting the acceleration and sensitivity levels. It is the actual input that seems weird.
It is the same on a single laptop monitor and on my dual monitor setup.
Can it be kernel thing? Did they change how mousepolling is done? Any compiz tweaks available?
I plan to test this with Kubuntu 12.04 to see if it happens with KWIN too.
Thanks.
drm_kms_helper
, or is referenced by it whenpoll
is1
. Turning off polling avoids the bug. To answer in any more detail, you'd need to get involved in kernel development. ..and, if you figured out exactly where in the code it was happening, you will have isolated the bug, at which point it's usually comparatively easy to fix. If you want to know more, you'll need to look into kernel development. – Mr. B Aug 08 '18 at 15:36https://askubuntu.com/questions/763413/how-can-i-get-rid-of-mouse-lag-under-ubuntu
– Alex Hope O'Connor Jan 20 '20 at 05:56