Fedora 22 split my mouse into two devices! One for the pointer, and one for scrolling. How to fix it?
Hello=)
After installing Fedora 22 into Vmware Workstation I noticed that it's hard to scroll. A big threshold before actual scrolling kicks in appeared. And scrolling while moving the mouse is completely ignored by the system.
Some output:
$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ VMware VMware Virtual USB Mouse id=7 [slave pointer (2)]
⎜ ↳ VirtualPS/2 VMware VMMouse id=9 [slave pointer (2)] <------THIS ONE IS JUST SCROLLING
⎜ ↳ VirtualPS/2 VMware VMMouse id=10 [slave pointer (2)] <------THIS ONE MOVES THE CURSOR
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=8 [slave keyboard (3)]
$ xinput list-props 9
Device 'VirtualPS/2 VMware VMMouse':
Device Enabled (118): 1
Coordinate Transformation Matrix (120): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Accel Speed (251): 0.000000
libinput Accel Speed Default (252): 0.000000
libinput Natural Scrolling Enabled (253): 0
libinput Natural Scrolling Enabled Default (254): 0
libinput Send Events Modes Available (236): 1, 0
libinput Send Events Mode Enabled (237): 0, 0
libinput Send Events Mode Enabled Default (238): 0, 0
libinput Left Handed Enabled (255): 0
libinput Left Handed Enabled Default (256): 0
libinput Scroll Methods Available (257): 0, 0, 1
libinput Scroll Method Enabled (258): 0, 0, 0
libinput Scroll Method Enabled Default (259): 0, 0, 0
libinput Button Scrolling Button (260): 0
libinput Button Scrolling Button Default (261): 0
Device Node (239): "/dev/input/event3"
Device Product ID (240): 2, 19
$ xinput list-props 10
Device 'VirtualPS/2 VMware VMMouse':
Device Enabled (118): 1
Coordinate Transformation Matrix (120): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Calibration Matrix (266): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Calibration Matrix Default (267): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Natural Scrolling Enabled (253): 0
libinput Natural Scrolling Enabled Default (254): 0
libinput Send Events Modes Available (236): 1, 0
libinput Send Events Mode Enabled (237): 0, 0
libinput Send Events Mode Enabled Default (238): 0, 0
libinput Left Handed Enabled (255): 0
libinput Left Handed Enabled Default (256): 0
libinput Scroll Methods Available (257): 0, 0, 1
libinput Scroll Method Enabled (258): 0, 0, 1
libinput Scroll Method Enabled Default (259): 0, 0, 1
libinput Button Scrolling Button (260): 2
libinput Button Scrolling Button Default (261): 274
libinput Middle Emulation Enabled (262): 0
libinput Middle Emulation Enabled Default (263): 0
Device Node (239): "/dev/input/event2"
Device Product ID (240): 2, 19
How can I make one device do both (moving the cursor and scrolling) and delete the other?
Thanks=)
PS: Could someone tell me how to mark console lines so ...
I highlighted the relevant lines and pressed the button above the text area labeled "101010". Anyway, try removing
xorg-x11-drv-libinput
.Thanks=) Removing
xorg-x11-drv-libinput
didn't affect anything=0fwiw, if libinput sees two devices it's because the kernel exports two devices. removing the xorg libinput driver has no effect, evdev and all other drivers would see two kernel devices too.