You are not logged in.

#1 2023-05-17 11:29:41

j1simon
Member
From: Denmark
Registered: 2016-01-28
Posts: 189

Wrong KDE mouse devices

KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.9
Kernel Version: 6.3.2-1-cachyos-lto (64-bit)
Graphics Platform: Wayland

KDE shows 3 devices in the mouse section. Actually there is only one connected.

Generic usb audio consumer control ¿?
Logitech MX Keys (this is the keyboard)
Logitech MX Master 3 (this is the only mouse connected)

Which mouse is KDE really using?
Where does this "generic usb audio consumer control" device come from?

I have a problem with the mouse scroll being too fast but with this mouse mix in the configuration....

Last edited by j1simon (2023-05-17 11:32:02)

Offline

#2 2023-05-17 11:44:33

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,739

Re: Wrong KDE mouse devices

Which USB audio device do you have attached that might get registered as a pointing device? What pointing device(s) does

libinput list-devices

give you, which is the underlying lib KDE uses to query your input devices?

As for "really using" most likely the one you are "really using" so seeing as you apparently identified the correct mouse, to be sure sure, check which of the devices identified from the previous command give you events in

libinput debug-events

(as root) when doing a scroll (... and post the output from that) . FWIW "too fast mouse scroll" with logitech could actually be a kernel feature that might have a regression on your device, a quick test/fix whether you might be affected is to unload the hid_logitech_hidpp kernel module, and in doubt see the following discussions:  https://bbs.archlinux.org/viewtopic.php?id=282535  https://bbs.archlinux.org/viewtopic.php?id=282852

Online

#3 2023-05-17 11:55:27

j1simon
Member
From: Denmark
Registered: 2016-01-28
Posts: 189

Re: Wrong KDE mouse devices

$ libinput list-devices
Device:           Power Button
Kernel:           /dev/input/event1
Group:            1
Seat:             seat0, default
Capabilities:     keyboard 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Disable-w-trackpointing: n/a
Accel profiles:   n/a
Rotation:         0.0

Device:           Power Button
Kernel:           /dev/input/event0
Group:            2
Seat:             seat0, default
Capabilities:     keyboard 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Disable-w-trackpointing: n/a
Accel profiles:   n/a
Rotation:         0.0

Device:           Generic USB Audio Consumer Control
Kernel:           /dev/input/event14
Group:            3
Seat:             seat0, default
Capabilities:     keyboard pointer 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    disabled
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Disable-w-trackpointing: n/a
Accel profiles:   n/a
Rotation:         0.0

Device:           Generic USB Audio
Kernel:           /dev/input/event15
Group:            3
Seat:             seat0, default
Capabilities:     keyboard 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Disable-w-trackpointing: n/a
Accel profiles:   n/a
Rotation:         0.0

Device:           Logitech MX Keys
Kernel:           /dev/input/event8
Group:            4
Seat:             seat0, default
Capabilities:     keyboard pointer 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    disabled
Middle emulation: disabled
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Disable-w-trackpointing: n/a
Accel profiles:   flat *adaptive custom
Rotation:         0.0

Device:           Logitech MX Master 3
Kernel:           /dev/input/event9
Group:            5
Seat:             seat0, default
Capabilities:     keyboard pointer 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      disabled
Nat.scrolling:    disabled
Middle emulation: disabled
Calibration:      n/a
Scroll methods:   button
Click methods:    none
Disable-w-typing: n/a
Disable-w-trackpointing: n/a
Accel profiles:   flat *adaptive custom
Rotation:         0.0

Device:           Eee PC WMI hotkeys
Kernel:           /dev/input/event3
Group:            6
Seat:             seat0, default
Capabilities:     keyboard 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Disable-w-trackpointing: n/a
Accel profiles:   n/a
Rotation:         0.0

Using "libinput debug-events" I have seen that KDE uses the proper mouse.

Thanks for the links. I will give it a try.

Offline

Board footer

Powered by FluxBB