Bug 383360 - Unable to disable mouse acceleration using mouse config panel
Summary: Unable to disable mouse acceleration using mouse config panel
Status: RESOLVED DUPLICATE of bug 350688
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_mouse (show other bugs)
Version: 5.10.4
Platform: Kubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-10 15:30 UTC by Alex
Modified: 2017-11-20 16:12 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex 2017-08-10 15:30:26 UTC
I own Zowie FK2 mouse and tried to disable acceleration using mouse options panel. Unfortunatelly setting aceleration to 1.0 doesn't seem to work (it was working fine with my old Intellimouse). As workaround I set "flat" acceleration profile in additional Xorg config file:

Section "InputClass"
    Identifier "Kingsis Peripherals ZOWIE Gaming mouse"
    Driver "libinput"
    MatchIsPointer "yes"
    Option "AccelProfile" "flat"
EndSection

I'm not sure how acceleration is set by mouse settings panel, but I can provide help as I own this mouse.
Comment 1 Nate Graham 2017-08-10 20:13:04 UTC
You appear to be using Libinput. As you have discovered, Libinput support here is poor to nonexistent. Fixing that is tracked with https://bugs.kde.org/show_bug.cgi?id=383379

As a workarounfd, you can either remove Libinput or configure it via .conf files if you're using Xorg: https://wiki.archlinux.org/index.php/Libinput#Configuration

*** This bug has been marked as a duplicate of bug 383379 ***
Comment 2 Nate Graham 2017-11-20 16:12:16 UTC

*** This bug has been marked as a duplicate of bug 350688 ***