Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Feb 2005 22:18:27 +0100
From:      Gert Cuykens <gert.cuykens@gmail.com>
To:        Randy Bush <randy@psg.com>
Cc:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: logitec usb wireless mouse
Message-ID:  <ef60af0905020513187f3ad841@mail.gmail.com>
In-Reply-To: <16901.13269.509134.918380@ran.psg.com>
References:  <16901.13269.509134.918380@ran.psg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 5 Feb 2005 13:00:05 -0800, Randy Bush <randy@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 : )



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