Wirezfree
Mon Mar 10, 2014 8:33:56 pm
Hi,
I have a spare mouse and looked to see if it would work with Linux.
I have found varying degrees of success & failure with the Logitech M185
I did find one thread where there had been success,
However they added something to a specific config file:
Into:
/etc/X11/xorg.conf
But that does not exist on my setup.?
Any ideas welcome.
Thanks... Dave
I have a spare mouse and looked to see if it would work with Linux.
I have found varying degrees of success & failure with the Logitech M185
I did find one thread where there had been success,
However they added something to a specific config file:
- Code:
Section "InputClass"
# Logitech VX Nano, 800 DPI
Identifier "USB wireless receiver for mouse"
Driver "evdev"
Option "AccelerationProfile" "-1"
Option "ConstantDeceleration" "3.1"
Option "Resolution" "800"
Option "SampleRate" "500"
# From lsusb
MatchUSBID "046d:c526"
MatchDevicePath "/dev/input/event*"
EndSection
Into:
/etc/X11/xorg.conf
But that does not exist on my setup.?
Any ideas welcome.
Thanks... Dave