> > Section "InputDevice" > > Identifier "Mouse1" <<<<<<< this seems to be your problem
Changed Mouse0. still no joy. In fact when I set Protocol of Mouse0 to IMPS/2 the mouse started behaving real strange, drifting all across the desktop with random clicks and no control. Works as a 3 button mouse with PS/2 protocol, i.e I can click my wheel like third button but not scroll! Then according to README.mouse, tried various other options and found that with protocol set to MouseManPlusPS/2, it does not misbehave, i.e. behaves exactly as it did with P/S2. also experimented with various other options there, still no joy. Scroll refuses to work. Presently Input device section is as follows and I can use my mouse like a three button mouse by clicking the wheel. Can anyone Please help making Scroll work? Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Device" "/dev/psaux" Option "Protocol" "MouseManPlusPS/2" Option "Buttons" "3" Option "ZAxisMapping" "Y" # Option "Emulate3Buttons" "no" EndSection ----- Original Message ----- From: "Dr. Sharukh K. R. Pavri." <[EMAIL PROTECTED]> > > Section "InputDevice" > > Identifier "Mouse1" <<<<<<< this seems to be your problem > > Driver "mouse" > > Option "Device" "/dev/psaux" > > Option "Protocol" "IMPS/2" > > Option "Buttons" "3" > > Option "ZAxisMapping" "4 5" > > EndSection > > Make the changes for > > Identifier "Mouse0" > > There are two entries for mouse in the XF86config file. You need to make > the changes in the *first* one. Works for me w/o imwheel. This is from my > XF86Config file > > --------------------------------- > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "IMPS/2" > Option "Device" "/dev/psaux" > Option "ZAxisMapping" "4 5" > Option "Emulate3Buttons" "no" > EndSection > > > Section "InputDevice" > Identifier "Mouse1" > Driver "mouse" > Option "Device" "/dev/input/mice" > Option "Protocol" "IMPS/2" > Option "Emulate3Buttons" "no" > Option "ZAxisMapping" "4 5" > EndSection > > > ---------------------------------- > > I believe the "mouse1" is for use in laptops where you can attach an > external mouse (though I may be wrong here). > > hth, > > Sharukh. > -- > Dr. Sharukh K. R. Pavri Homeopath and Linux Enthusiast. > Mumbai, India. http://www.pavri.net/ > > ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
