Bug 393072 - Mouse acceleration profile is applied to trackpoint
Summary: Mouse acceleration profile is applied to trackpoint
Status: RESOLVED DUPLICATE of bug 368738
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_mouse (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-12 21:10 UTC by Jacopo De Simoi
Modified: 2022-02-05 18:33 UTC (History)
4 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 Jacopo De Simoi 2018-04-12 21:10:22 UTC
I have a lenovo Thinkpad and I occasionally connect an external mouse when the laptop is docked. 

The acceleration profile for the Trackpoint is set to be Flat on xorg.conf
Once the mouse is plugged in, the configuration is overwritten by the kcm to be the configuration for the mouse. (accelerated) 

This /is/ a kcm bug, as this behavior /does not/ occur under a plain startx session.

I think the issue is in 

kde/workspace/plasma-desktop/kcms/input/backends/x11/x11mousebackend.cpp:258


    XI2ForallPointerDevices(m_dpy, [&] (XIDeviceInfo *info) {
        libinputApplyAccelerationProfile(info->deviceid, settings.currentAccelProfile);
    });

I can see that the same accel profile is applied to every pointer. regardless of what explicitly specified in xorg, or what the current profile is.
Comment 1 Justin Zobel 2021-03-12 21:26:12 UTC
Confirmed by Nate. Touchpoint isn't seen as a separate device.
Comment 2 John Franklin 2022-02-05 18:33:15 UTC
This looks like a duplicate of 368738.

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