On Tue, 17 Dec 2002, Mark-Nathaniel Weisman wrote:

> Can anyone point me to a good how-to regarding the setup of a wireless
> USB mouse that will be recognized in XFree86? I've got a Wireless MS
> Explorer mouse, and I've recomplied the kernel to ensure that the USB
> recognition stuff was in there, I rebuilt the driver in /dev, and the
> silly thing still won't recognize. Any ideas?

Wireless should not be an issue, it's just USB to the computer.  This is
what I've got for my USB mouse:

/etc/rc.conf:

usbd_enable="YES"

/usr/X11R6/lib/X11/XF86Config:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "Auto"
        Option      "Device" "/dev/sysmouse"
        Option      "ZAxisMapping" "4 5"
EndSection

That's it.  If I've done anything else, I've forgotten it.  The mouse
works both in X and in the console.

-Warren Block * Rapid City, South Dakota USA


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to