On Tue, 20 Nov 2001 01:20 in comp.unix.bsd.freebsd.misc, Boy
> Hello, I'm a newbie here.
> I tried to install FreeBSD 4.4 to my 1.2 GB HD and am having problem
> to get my mouse to work in X.
> When I tried to go to XF86Setup to configure X, it just cannot
> detect my MS Intellimouse Optical connected to the USB port. I chose
> USB mouse, and select Auto for the protocol type and BusMouse for
> the port. When I hit Enable, the user confirmation requested popped
> up, and my mouse cursor wasn't able to move (I can't even see where
> the cursor was).
Yeah I think I had the same problem with my Inte...
Quote:> I believe I've tried other protocol and port type, and still it
> didn't recognize my mouse.
> Any ideas how to fix this?
Well here's what I did to my /etc/rc.conf:
usbd_enable="YES"
usbd_flags=""
moused_port="/dev/ums0"
moused_type="auto"
moused_enable="YES"
moused_flags="-r high"
Who knows what it all does...I certainly can't remember, but I think
got all the help from thr Handbook.
Also in my XF86Config:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse" #/dev/ums0 gives me *
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Quote:> Thanks.
Well HTH.
-Alastair