
Originally Posted by
thalunil
Thanks so far.
This does not work on my side. I have Leap 15.2 stock KDE.
Adding WheelScrollLines=6 is not helpful.
But
As this quoted KDE bug below mentions, libinput is the culprit.
Commenting out the first section (MatchIsPointer "on") in /etc/X11/xorg.conf.d/40-libinput.conf disabled libinput support for the mouse and then automatically "evdev" is used.
The Mouse settings in KDE are now more featureful.
Curious, my 15.2 40-libinput.conf pointer section reads:
Code:
# Match on all types of devices but joysticks
Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput" EndSection
It is not commented out in the other sections too (keyboard, touchpad, etc.
And changing the WheelScrollLines as in my previous post works here.
Bookmarks