Debianhelp.co.uk

 

Set or Change mouse speed under X in Debain

 

If you want to set your mouse speed under X you can use two methods

 

1) Using xset command

 

2) modify your mouse module

 

We are going look how to use xset command in debian

 

If you want to get this xset command you need to install xbase-clients package in debian

 

Install xbase-clients in Debian

 

# apt-get install xbase-clients

 

and press enter installation will be completed after this you can see how to use this command

 

# xset m speed accel

 

 These values can be either integers '1', '2', '3', etc, or fractions '1/3', '3/4', etc

 

If you integer value 2 you mouse will give you very good moment

 

If you want know more about the xset command syntax and how to use check the man page of xset command here