The file to edit is probably

        /etc/X11/XF86Config

Make sure that you have the right configuration for the mouse. Look for the 
following. This are configs for generic mice

>>>>>>>USB Scrolling mouse<<<<<<<<<<<<<

Section    "InputDevice"
Identifier  "Mouse0"
Driver       "mouse"
Option      "Protocol"             "IMPS/2" or "/dev/mouse"
Option      "ZAxisMapping"  "4 5"
Option      "Device"        "/dev/input/mice"
EndSection

>>>>>>>>>Scrolling Mouse<<<<<<<<<<<<<<<

Section    "InputDevice"
        Identifier  "DevInputMice"
        Driver      "mouse"
        Option      "Protocol"           "IMPS/2"
        Option      "Device"              "/dev/input/mice" or "/dev/mouse"
        Option      "ZAxisMapping" "4 5"
EndSection

>>>>>>>>>>PS2 Mouse<<<<<<<<<<<<<<<<<<

Section    "InputDevice"
        Identifier  "DevInputMice"
        Driver      "mouse"
        Option      "Protocol" "PS/2"
        Option      "Device" "/dev/input/mice"  or "/dev/mouse"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection


On Thursday 10 April 2003 05:44 pm, Cleve Allison wrote:
> Has anyone else installed Vector Linux SOHO 3.2?
> My mouse is completely spazzing out.
> I assume that the wrong mouse type was selected automagically duringSection   
>  
"InputDevice"
> installation....does anyone know off the top of their head where the
> config file for this is kept?  Should be in /etc/something shouldn't it?
> The symptoms are that when moving my mouse in ANY of the provided wm's
> it jumps around uncontrollably.
> Thanks in advance for any advice you can provide.
> Cleve
>
>
> _______________________________________________
> General mailing list
> [email protected]
> http://brlug.net/mailman/listinfo/general_brlug.net


Reply via email to