Other Help Topics :: Slow moving mouse



Hello, I did a frugal install of dsl on a PII 400 with 384mb of ram and it runs great. But my mouse moves very slow. Is there any way to speed up my mouse, I couldn't find any setttings for it. It is a ps2 2 button mouse w/ scroll wheel. Any help would be appreciated.

Thanks in advance

i happened to copy this script from another post at one time. dunno if it works though.

#!/bin/bash

#xset m <a> <t>
#a = acceleration (e.g  2 = double speed)
#t = threshold    (e.g 10 = do it after 10 pixels movement)

xset m 3 3

It worked GREAT! Thanks alot for the help. :D

original here.