USB Mouse in FreeBSD 5.1...
Jason
jason at ec.rr.com
Fri Nov 7 12:22:12 PST 2003
Andrey wrote:
>Hello, freebsd-questions!
>Doesn't work my Genius Optical Wheel Mouse (USB)...
>MotheBoard - Gigabyte GA-8SG667.
>/boot/loader.conf:
>---
>uhid_load = "YES"
>ums_load = "YES"
>---
>/etc/X11/XF86Config:
>---
>Protocol "Auto"
>Device "/dev/sysmouse"
>---
>Kernel standard (installation)...
>Thanks for any clues.
>
>
If that is standard in loader.conf then leave it, I don't have it in
my. In my /etc/rc.conf I have:
usbd_enable="YES"
moused_enable="YES"
When I plug in my usb mouse I see the pointer and everything is good.
PS.
Check your XF86Config for this:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5"
EndSection
The last option enables the scroll on the mouse, for a better internet
experience. ;-)
More information about the freebsd-questions
mailing list