I often use a USB mouse and my laptop's pointing stick at the same time. I can adjust the sensitivity in Mouse Preferences, but the sensitivities of the two mice are so different that I cannot find a compromise setting.
Is there a way to specify a different sensitivity setting for each mouse?
You can use xinput to set the sensitivities/accels for the mice.
From that output take the numeric
id
of the mice. I'll provide an example for my Logitech mouse. For multiple mice rinse and repeat.So for my logitech I will use
xinput get-feedbacks <device name>
andxinput set-ptr-feedback <device name> <threshold> <num> <denom>
The accel is set as a fraction so you need to set the nom and denom for it: