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 _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
