On Sat, Sep 08, 2001 at 02:04:29PM -0500, Brady Hegberg wrote:
> My XF86Config has the following:
> 
> Section "InputDevice"
>         Identifier  "Mouse0"
>         Driver      "mouse"
>         Option      "Device" "/dev/mouse"
>         Option      "Protocol" "MouseManPlusPS/2"
>         Option      "Emulate3Buttons" "off"
>         Option      "ZAxisMapping" "4 5"
> EndSection
> 
> I changed it to the following but it didn't seem to make a diff:
> 
> Section "InputDevice"
>         Identifier  "Mouse0"
>         Driver      "mouse"
>         Option      "Device" "/dev/mouse"
>         Option      "Protocol" "imps/2"
>         Option      "Emulate3Buttons" "off"
>         Option      "ZAxisMapping" "4 5"
> EndSection
> 
> Does this look the way it should?
> 

/me wonders where /dev/mouse points...

If you have a serial mouse it should be linked to /dev/ttySxy
              ps/2                                /dev/psaux
              usb                                 /dev/input/mice

florin

-- 

"If it's not broken, let's fix it till it is."

41A9 2BDE 8E11 F1C5 87A6  03EE 34B3 E075 3B90 DFE4