On Tuesday 31 July 2001 09:53, SameerDS wrote:
--- Mayur Joshi joshi_mayur@hotmail.com wrote:
Somewhere I messed up with the mouse config, but I dont know how to config mouse later after the installation of Debian system.
Use the script called xf86config, which will ask you a number of questions. When it asks for the mouse device be sure to specify /dev/psaux in case of a PS/2 mouse or /dev/ttyS0 for COM1 etc. The script has no way to undo selections, so you have to be very sure about what you are doing. If you make a mistake, press Ctrl-C and do it all over again.
save yourself some hassle. edit your /etc/X11/XF86Config file
Section "Pointer" Protocol "Microsoft" Device "/dev/mouse" EndSection
replace microsoft with IMPS2 if it is a Logitech scroll mouse replace /dev/mouse with /dev/psaux. If you are running gpm (mouse on the console), device will be /dev/gpmdata.