Logitech mouse issue

When i installed the system, logitech mouse wasnt detected, so it stayed frozen..i had to do manually: sudo ee /usr/local/etc/X11/xorg.conf.d/98-logitech.conf and inside do:
Section "InputDevice"
Identifier "LogitechMouse"
Driver "libinput"
Option "Device" "/dev/input/event10"
EndSection

Section "ServerLayout"
Identifier "DefaultLayout"
InputDevice "LogitechMouse" "CorePointer"
EndSection -- it would be nice to integrate support for logitech mouse out of the box.. And mouse refresh rate was low..so i had to manually enable smooth scrolling through nvidia settings, and make it permanent. It would be nice to someone look into that..
 
A lot of "gaming" mouses don't register as a proper mouse/HID device anymore - I've seen 'generic USB devices' as well as completely proprietary device strings (and some even present an additional usb storage or a tablet device...).
Those often only work with special (proprietary) drivers or at least they need some manual configuration to work (more or less..) - nothing one can do about this but to simply stay away from such hardware to force vendors to stick to commonly agreed upon standards. It is simply impossible to account for every weird abomination vendors have and will come up with without breaking stuff for all the hardware that actually works as advertised.
 
Have here a logitech mouse working perfect out of the box.
https://www.logitechg.com/en-us/shop/p/pro-x-superlight-wireless-mouse.910-005878


What's the output of,
Code:
dmesg | grep -i -E "ums|psm|mouse|logitech"
matija  ~  ♥ 13:09  dmesg | grep -i -E "ums|psm|mouse|logitech"
ugen1.3: <Logitech USB Gaming Mouse> at usbus1
usbhid3: <Logitech USB Gaming Mouse, class 0/0, rev 2.00/52.00, addr 2> on usbus1
usbhid4: <Logitech USB Gaming Mouse, class 0/0, rev 2.00/52.00, addr 2> on usbus1
hms0: <Razer Razer Ornata V3 X Mouse> on hidbus2
hms1: <Logitech USB Gaming Mouse> on hidbus3
 
A lot of "gaming" mouses don't register as a proper mouse/HID device anymore - I've seen 'generic USB devices' as well as completely proprietary device strings (and some even present an additional usb storage or a tablet device...).
Those often only work with special (proprietary) drivers or at least they need some manual configuration to work (more or less..) - nothing one can do about this but to simply stay away from such hardware to force vendors to stick to commonly agreed upon standards. It is simply impossible to account for every weird abomination vendors have and will come up with without breaking stuff for all the hardware that actually works as advertised.
Ok i get it..i just wanted to inform myself also..but in the end i got it working..
 
Back
Top