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. ;-)

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to