Excessive libinput pointer motion even idle

Bug #1995781 reported by ELMX
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
xserver-xorg-input-libinput (Ubuntu)
New
Undecided
Unassigned

Bug Description

Hi,

I have a notebook avell c65 mob model and a razer mouse model abyssus essential.

What is happening:

I installed the package libinput-tools and ran the command;
$ sudo libinput debug-events

After that i see lots of pointer motion event "logs" even with the mouse idle and gnome-settings acceleration medium/low configs.

Tested workaround:

Edit file file /usr/share/X11/xorg.conf.d/40-libinput.conf , like this:

Section "InputClass"
        Identifier "libinput pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        NoMatchDriver "libinput" # maybe this line optional
        Driver "stdin"
EndSection

Now if i set in gnome-control-center, menu mouse&touchpad, mouse speed/acceleration at full speed;
and run again: $ sudo libinput debug-events ; with mouse pointer idle i got no pointer motion ;)

Thank you!

Luiz

Revision history for this message
ELMX (elx-1) wrote :

Attention

Above workaround only works under xorg!

Revision history for this message
ELMX (elx-1) wrote :

Excessive pointer_motion (libinput matchpointer) if high mouse DPI is set.

Revision history for this message
ELMX (elx-1) wrote :

Section "InputClass"
        Identifier "devops"
        MatchDevicePath "/dev/nvram"
        MatchDriver "usbhid"
EndSection

Section "InputClass"
    Identifier "libinput"
    Driver "libinput"
EndSectio

Thats my class

No pointer motion fuzzy :/

Thx

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.