I recently bought a Logitech V270 Bluetooth mouse. I like it, but I ran into a problem with tracking speed. The lowest setting is far too slow, and the next highest setting is far too fast. After some Googling and hunting around, I found the fix. It seems that while the Tracking Speed slider doesn’t get the job done, we can set the value directly in the preferences.
$ defaults write -globalDomain com.apple.mouse.scaling 0.03
I fooled around to find a good value, but this seems to be good for what I want. Setting the slider all the way down sets the value to 0, and the next notch up sets it to 0.125.
Discussion