https://bugs.kde.org/show_bug.cgi?id=468217

--- Comment #18 from Nikos Chantziaras <rea...@gmail.com> ---
(In reply to Martin from comment #17)
> I noticed a changed mouse sensitivity after upgrading my KDE Plasma. I
> searched and found this bug report and from here I got the idea of using
> `xinput set-prop` command to fix it. Though I have to run it after every
> boot and also when I switch to tty and back or another X instance the mouse
> sensitivty gets reset so I have to re-run `xinput set-prop`.

I've put the following in a .conf file inside /etc/X11/xorg.conf.d/ to disable
acceleration:

Section "InputClass"
        Identifier "My Mouse"
        Driver "libinput"
        MatchIsPointer "yes"
        Option "AccelProfile" "flat"
        Option "AccelSpeed" "0"
EndSection

If you already have a section for your mouse, you should instead modify that
instead of creating a new one.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to