https://bugs.kde.org/show_bug.cgi?id=443404
Zack <smallmak...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |smallmak...@gmail.com --- Comment #10 from Zack <smallmak...@gmail.com> --- Same problem on my machine using Kubuntu 22.04 stock version or latest flatpak 22.04.02 version of Okula on my M720 and MX Master 3 The problem happens if the mouse is configured using libinput. And I could scroll pages if I scroll the mouse wheel really fast, but impossible to control like kioftes described. If the mouse is configured using evdev, the scroll works as expected. It scrolls one page per one mouse scroll click. But by switching to evdev I lost the high resolution scroll capability for the whole desktop environment. I guess this problem may be related to high resolution scroll handling. Here is how I switch the mouse to use evdev. Add the following lines to /etc/X11/xorg.conf ----- start here ----- Section "InputClass" Identifier "evdev-mouse" MatchIsPointer "yes" Driver "evdev" EndSection ------ end here ----- -- You are receiving this mail because: You are watching all bug changes.