logitec usb wireless mouse

Gert Cuykens gert.cuykens at gmail.com
Sat Feb 5 13:18:31 PST 2005


On Sat, 5 Feb 2005 13:00:05 -0800, Randy Bush <randy at psg.com> wrote:
> anyone have the logitech wireless mouse working and can send
> a clue?  the keyboard is fine.  the mouse does the logitec
> connect thing; but moving/clicking it does nothing.
> 
> randy
> 

step one 

################
# /etc/rc.conf #
################

usbd_enable="YES"
ifconfig_rl0="DHCP"
saver="blank"
blanktime="300"
moused_enable="NO"
hostname="I"
sshd_enable="YES"

step two 

################
# xorg.conf    #
################

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
        Option      "ZAxisMapping" "4 5"
        Option      "Buttons" "5"
EndSection

Then again its just me : )


More information about the freebsd-current mailing list