Date: Tue, 17 Dec 2002 18:25:27 -0700 (MST) From: Warren Block <wblock@wonkity.com> To: Mark-Nathaniel Weisman <mark@outlander.us> Cc: questions@FreeBSD.ORG Subject: Re: Wireless USB Mouse. Message-ID: <Pine.BSF.4.21.0212171820560.55671-100000@wonkity.com> In-Reply-To: <B030C8F9120CCD43A1FC642851FB9FB40459D9@mavrick.outland>
next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0212171820560.55671-100000>