brian kaczynski wrote:
My PS/2 mouse doesn't move in Xorg. I've tried the protocol on auto
and ps/2 in xorgconfig, but nothing seems to work. I've noticed there
isn't an entry in /dev for psm0. I'm using a keyboard, video, mouse
switcher, but that shouldn't matter because it worked on linux
before. I tried adding the mouse in sysinstall with the mouse daemon,
but i still have no psm0, and of course, the mouse still doesnt work.
Any help, ideas, suggestions would be wonderful. Thanks in advance.

When using the mouse daemon I believe you should connect to /dev/sysmouse not /dev/psm0. My xorg.conf looks like:

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/sysmouse"
    Option "ZAxisMapping" "4 5"

Later,
Micah
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to