Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 2004 20:01:37 -0800
From:      "polymorph@[nospam]"@shaw.ca
To:        freebsd-questions@freebsd.org
Subject:   Re: Wheel Mouse in 5.3 STABLE
Message-ID:  <0I8U003L1LSYP2D0@pd2mr4so.prod.shaw.ca>
In-Reply-To: <20041216170305.785C516A4D0@hub.freebsd.org>
References:  <20041216170305.785C516A4D0@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Well after my last post I started playing with things again, and have
the mouse working in the console and the wheel working in xorg.

/etc/rc.conf
 moused_enable="YES"
 #moused_port="/dev/psm0"
 #moused_type="intellimouse"

/etc/X11/xorg.conf:
 Identifier  "Mouse1"
 Driver      "mouse"
 Option "Protocol"    "Auto"
 Option "Device"      "/dev/sysmouse"
 #   Option     "Device" "/dev/psm0"
 Option      "ZAxisMapping" "4 5"   

I just did some more checking apperently it is the
"moused_type="intellimouse"" line that was causing me problems, because
the following also works:

/etc/rc.conf
 moused_enable="YES"
 moused_port="/dev/psm0"
 #moused_type="intellimouse"

I hope you get yours working.

TTYL
Conan



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