https://bugs.kde.org/show_bug.cgi?id=435247
Bug ID: 435247
Summary: Mouse KCM libinput / evdev detection problem
Product: systemsettings
Version: 5.20.5
Platform: Archlinux Packages
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: kcm_mouse
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
I have switched to evdev for mouse by adding a configuration file in
/etc/X11/xorg.conf.d/, but Mouse KCM still thinks I am using libinput.
I have to also switch to evdev for keyboard to make Mouse KCM displays the
evdev set of options.
STEPS TO REPRODUCE
1. Apply the following configuration:
Section "InputClass"
Identifier "evdev-mouse"
MatchIsPointer "yes"
Driver "evdev"
EndSection
2. Log out and log in again
3. Mouse KCM still in libinput mode
4. Change the configuration to (add the keyboard section):
Section "InputClass"
Identifier "evdev-keyboard"
MatchIsKeyboard "yes"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev-mouse"
MatchIsPointer "yes"
Driver "evdev"
EndSection
5. Log out and log in again
6. Mouse KCM finally switches to evdev mode
ADDITIONAL INFORMATION
On Arch Linux, xorg-server depends on xf86-input-libinput, so it cannot be
removed.
--
You are receiving this mail because:
You are watching all bug changes.