Frozen ADB mouse problems - again

Chris Plummer yellowdog-general@lists.terrasoftsolutions.com
Wed Apr 24 22:42:01 2002


My setting are the same, except that you commented out the XbkLayout
line. I did the same and still the mouse is frozen.

Chris

> 
> From: Robert Serphillips <rserphillips@austin.rr.com>
> 
> I'm on a 8500/120 with a Macally adb 2-button mouse and Apple adb 
> keyboard. Sounds like Xconfigurator is generating a bad XFree config 
> file. Here's an excerpt from mine. Notice the two lines that are 
> commented out.
> 
> Section "InputDevice"
>         Identifier      "Keyboard0"
>         Driver          "keyboard"
> 
>         Option "Protocol"       "Standard"
> 
>         Option "AutoRepeat"     "250 30"
> 
>         Option "LeftAlt"        "Meta"
>         Option "RightAlt"       "Meta"
>         Option "ScrollLock"     "Compose"
>         Option "RightCtl"       "Control"
> 
>         #Option "XkbModel"      "macintosh"
>         #Option "XkbLayout"     "us"
> EndSection
> 
> Section "InputDevice"
>         Identifier      "Mouse0"
>         Driver          "mouse"
>         Option          "ZAxisMapping" "4 5"
>         Option          "Protocol" "IMPS/2"
>         Option          "Device" "/dev/mouse"
> EndSection
> 
> On Wed, 24 Apr 2002 15:40:12 -0700
> Chris Plummer <darwin.plummer@sun.com> wrote:
> 
> > My ADB mouse is no longer working under YDL 2.2. I'm using an 8500/120
> > with the builtin video, and standard Apple ADB keyboard and mouse. I had
> > this problem once before, but fixed it by removing the 'Load "dri"' from /etc/X11/Xf86Config-4.
> >
> > The ADB mouse stopped working after I tried out a new monitor, and ran
> > dexter.pl after having some problems getting the new monitor to work.
> > I've reverted back to the old monitor and have things working to the
> > point where I see the gui login screen, but once again the mouse is
> > frozen in the center of the screen. I removed the 'Load "dri"' line
> > again (which I guess got re-added by dexter.pl), and rebooted, but the
> > problem persists. Is there anything else I should try.
> >
> > BTW, the mouse works fine in the BootX dialog.
> >
> > Chris