Wheel Mouse in 5.3 STABLE

"polymorph at [nospam]" at shaw.ca "polymorph at [nospam]" at shaw.ca
Thu Dec 16 20:00:52 PST 2004


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


More information about the freebsd-questions mailing list