ADB mouse not working on 8500 with yld 2.2

Chris Plummer yellowdog-general@lists.terrasoftsolutions.com
Thu Apr 4 11:05:01 2002


> > 
> > Section "ServerLayout"
> >         Identifier     "XFree86 Configured"
> >         Screen      0  "Screen0" 0 0
> >         InputDevice    "Mouse0" "CorePointer"
> >         InputDevice    "Keyboard0" "CoreKeyboard"
> > EndSection
> > Section "InputDevice"
> >         Identifier      "Mouse0"
> >         Driver          "mouse"
> >         Option          "ZAxisMapping" "4 5"
> >         Option          "Protocol" "IMPS/2"
> >         Option          "Device" "/dev/mouse"
> > EndSection
> > 
> > "Protocol" doesn't look right. Shouldn't it be something like ADB. I
> > think it believes I have a ps/2 mouse.
> 
> That is a correct config for ADB.  The DRI line would look like:
> 
> Load "dri"
> 
> Near the top of the file...

Got it. I was looking for DRI, not dir. Removing the above line fixed
the problem. Thanks.

Chris