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..
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..