# For enabling console mouse support (i386 architecture only) wsmoused_flags=NO # for ps/2 try: "-p /dev/psm0", serial: "-p /dev/cua00" I have a ps/2 mouse and tried the suggested flags, but it didn't work. It worked when I didn't specify a port (with the -p flag) and thus defaultly used /dev/wsmouse. Of course, X wouldn't work if wsmoused was running since they both want to use /dev/wsmouse. Russell