Microsoft Microsoft Optical Mouse with Tilt Wheel Mouse: SYN_DROPPED event - some input events have been lost.
Microsoft Microsoft Optical Mouse with Tilt Wheel Mouse: SYN_DROPPED event - some input events have been lost.
abrir
/usr/share/X11/xorg.conf.d/40-libinput.conf
procurar
Section "InputClass"
....
EndSection
adicionar
Option "NaturalScrolling" "on"
no meu caso ficou
Section "InputClass" Identifier "libinput pointer catchall" MatchIsPointer "on" MatchDevicePath "/dev/input/event*" Option "NaturalScrolling" "on" Driver "libinput" EndSection
Comentários