Hi,

I installed FreeBSD 8.2-RELEASE on ThinkPad X61.

When I start the X, the TrackPoint is not recognized.
The mouse cursor don't move and the button clicks don't act.

My settings on xorg.conf is as follows:

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/sysmouse"
    Option         "ZAxisMapping" "4 5 6 7"
EndSection

and my setting on rc.conf is as follows:

# -- sysinstall generated deltas -- # Mon Jun 13 04:23:12 2011
moused_type="auto"
moused_enable="YES"
hald_enable="YES"
dbus_enable="YES"

What did I missing some configuration?

Thanks,

shigeru
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to