xset m 7 10 & Very Fast
xset m 3 10 & Normal (Fast)
xset m default & Default speed
xset m 0 10 & Glacial
So, in your autostart.sh file, this might look like this for 'default' speed:
## xset m 7 10 & ## Very Fast
## xset m 3 10 & ## Normal (Fast)
xset m default & ## Default speed <--- not commented out
## xset m 0 10 & ## Glacial
xset m 3 10 & Normal (Fast)
xset m default & Default speed
xset m 0 10 & Glacial
So, in your autostart.sh file, this might look like this for 'default' speed:
## xset m 7 10 & ## Very Fast
## xset m 3 10 & ## Normal (Fast)
xset m default & ## Default speed <--- not commented out
## xset m 0 10 & ## Glacial
This way, you can change the sensitivity for a given computer / notebook that you are using on a regular basis without having to change it each time. Of course, if you swap computers a lot, it is worth just knowing the command you can enter at the terminal as well. It is fairly convenient to remember simply xset m default and this has worked for me on most of the computers I have used thus far.