Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Feb 2006 19:57:25 +0100
From:      lars <lars@gmx.at>
To:        freebsd-questions@freebsd.org, lars <lars@gmx.at>
Subject:   Re: RELENG_6 and a Razer Copperhead mouse don't work
Message-ID:  <43F37995.4060809@gmx.at>
In-Reply-To: <20060215181510.GA18198@panix.com>
References:  <20060214195709.AA60116A420@hub.freebsd.org> <20060215181510.GA18198@panix.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> I have a Diamondback that works well under Xorg and console:
> 
> ums0: Razer Razer Diamondback Optical Mouse, rev 2.00/1.00, addr 2,
> iclass 3/1
> 
> Section "InputDevice"
>         Identifier  "Mouse0"
>         Driver      "mouse"
>         Option      "Protocol" "auto"
>         Option      "Device" "/dev/sysmouse"
>         Option          "Buttons" "5"
>         Option          "ZAxisMapping" "4 5"
> EndSection
> 
> I think that enabling usdb in /etc/rc.conf will kickstart moused,
> giving you console access to the mouse; and this even though moused is
> disabled by default in /etc/defaults/rc.conf.
Thanks, it was the entry in /etc/rc.conf which I changed to:



usbd_enable="YES"

moused_enable="YES"
moused_type="auto"
moused_port="/dev/sysmouse"



Before, it was with
moused_port="/dev/ums0"

It's a bit jumpy, not to say erratic, and selects things by itself,
but maybe I need to twiddle with some settings in KDE.
But it works now, neat.

Thanks a lot for the pointer, Joe.

Regards,
lars.



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