Summary: | mouse pointer acceleration settings not honoured after replugging in usb port | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Unknown <null> |
Component: | kcm_mouse | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | arysin, felipelorenzzon, mieszcz, mikebwilliams, nate, sgh |
Priority: | NOR | ||
Version: | 5.24.5 | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.5 | |
Sentry Crash Report: |
Description
Unknown
2009-02-01 10:36:48 UTC
I can confirm this bug. I recently installed a KVM switch that allows you to connect one keyboard/mouse/monitor to two computers, and switch between them. This has the effect of unplugging the mouse and plugging it back in every time I switch. I set my acceleration to 0.7x on this mouse, and while the option still says 0.7x, the acceleration is reset every time. *** Bug 167091 has been marked as a duplicate of this bug. *** It still present in KDE 4.4. Related: bug 230287 I've got a fix for a trunk in my playpen (reusing hotplug engine of keyboard daemon) but I'd like to test it a bit more. Hopefully will push tomorrow. SVN commit 1132043 by rysin: Refactor xinput event handling so we can handle new mouse event as well BUG: 182677 M +1 -1 CMakeLists.txt M +9 -8 README M +1 -2 TODO M +0 -11 kcm_keyboard.cpp M +1 -11 keyboard_applet.cpp M +14 -3 keyboard_daemon.cpp M +3 -2 keyboard_daemon.h M +10 -6 layout_widget.cpp M +0 -10 layout_widget_plugin.cpp M +38 -24 x11_helper.cpp M +7 -13 x11_helper.h D x11_helper_xinput.cpp A xinput_helper.cpp x11_helper_xinput.cpp#1130912 [License: GPL (v2+)] AM xinput_helper.h [License: GPL (v2+)] WebSVN link: http://websvn.kde.org/?view=rev&revision=1132043 I've pushed the fix in trunk, and if somebody can confirm it works that'd be great In Manjaro with Plasma 5.24.5, this bug is still present. In fact, I have noticed it a few weeks ago. Unplugging my Redragon M710 10000dpi mouse and plugging it again causes the sensitivity to reset. I haven't tested other mice. If I remember correctly, it is also present in Fedora 35 (I can retest this if you want). The way I manually solve this is by going to mouse settings, changing the sensitivity to any value, saving, then changing it to my desired value and saving again. By the way, it would be nice if the sensitivity scale could be set to a lower value. I use the lowest sensibility available and some people think it is still too high. The bug that was fixed here is different from yours as the entire backend code and driver stack has completely changed since 2010. :) Your issue is most likely Bug 457928. |