You are not logged in.
My mouse wheel scrolling doesn't work any more after an update. I can click with the scrolling wheel, but it doesn't react on scrolling. Here is some info:
➜ ~ uname -a
Linux archlinux 5.6.11-arch1-1 #1 SMP PREEMPT Wed, 06 May 2020 17:32:37 +0000 x86_64 GNU/Linux
➜ ~ sudo xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Lenovo ThinkPad Compact USB Keyboard with TrackPoint id=12 [slave pointer (2)]
⎜ ↳ Logitech Wireless Mouse id=13 [slave pointer (2)]
⎜ ↳ FocalTechPS/2 FocalTech Touchpad id=17 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Asus Wireless Radio Control id=7 [slave keyboard (3)]
↳ Video Bus id=8 [slave keyboard (3)]
↳ Video Bus id=9 [slave keyboard (3)]
↳ Sleep Button id=10 [slave keyboard (3)]
↳ Lenovo ThinkPad Compact USB Keyboard with TrackPoint id=11 [slave keyboard (3)]
↳ USB Camera: USB Camera id=14 [slave keyboard (3)]
↳ Asus WMI hotkeys id=15 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=16 [slave keyboard (3)]
↳ Lenovo ThinkPad Compact USB Keyboard with TrackPoint id=18 [slave keyboard (3)]
➜ ~ xinput list-props 13
Device 'Logitech Wireless Mouse':
Device Enabled (166): 1
Coordinate Transformation Matrix (168): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Natural Scrolling Enabled (301): 0
libinput Natural Scrolling Enabled Default (302): 0
libinput Scroll Methods Available (303): 0, 0, 1
libinput Scroll Method Enabled (304): 0, 0, 0
libinput Scroll Method Enabled Default (305): 0, 0, 0
libinput Button Scrolling Button (306): 2
libinput Button Scrolling Button Default (307): 2
libinput Middle Emulation Enabled (308): 0
libinput Middle Emulation Enabled Default (309): 0
libinput Accel Speed (310): -0.919118
libinput Accel Speed Default (311): 0.000000
libinput Accel Profiles Available (312): 1, 1
libinput Accel Profile Enabled (313): 1, 0
libinput Accel Profile Enabled Default (314): 1, 0
libinput Left Handed Enabled (315): 0
libinput Left Handed Enabled Default (316): 0
libinput Send Events Modes Available (286): 1, 0
libinput Send Events Mode Enabled (287): 0, 0
libinput Send Events Mode Enabled Default (288): 0, 0
Device Node (289): "/dev/input/event20"
Device Product ID (290): 1133, 16468
libinput Drag Lock Buttons (317): <no items>
libinput Horizontal Scroll Enabled (318): 1I didn't find anything abnormal from the above output. What else should I do to solve this problem?
Offline
Return of https://bbs.archlinux.org/viewtopic.php?id=245501 / https://bbs.archlinux.org/viewtopic.php?id=247731
Does the wheel generate events in "sudo libinput debug-events" ?
Offline
Return of https://bbs.archlinux.org/viewtopic.php?id=245501 / https://bbs.archlinux.org/viewtopic.php?id=247731
Does the wheel generate events in "sudo libinput debug-events" ?
Thanks, but the wheel does not even generate events in "sudo libinput debug-events", which is different from the situations mentioned in your referred topics.
All other mouse actions generate events, including left clicks, right clicks, wheel clicks.
Offline
Did you try the behavior w/ the LTS kernel?
Offline
Thanks, I finally solved the problem by downgrading the kernel to the version 4.19.
Offline
But lts kernel version is 5.4.49.
Offline
@finoderi - you are correct about Arch having that version of linux-lts, but 4.19 is still longterm supported on https://www.kernel.org/ so maybe @searene is using https://aur.archlinux.org/packages/linux-lts419 for instance.
Hopefully having this working again will trigger @searene to file a bug report/kernel bisect :-)
Offline