Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Nov 2003 20:22:12 -0000
From:      Jason <jason@ec.rr.com>
To:        Andrey <taw88@mail.ru>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: USB Mouse in FreeBSD 5.1...
Message-ID:  <3FD38C2D.7070807@ec.rr.com>
In-Reply-To: <1602093520.20031107093912@mail.ru>
References:  <20031105135245.24D6916A4D8@hub.freebsd.org> <1602093520.20031107093912@mail.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
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. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FD38C2D.7070807>