I've finally got a mouse working. It's not my funky 5 button optical 
scroll-wheel PS2 mouse, but at least it works.
The mouse is a 3 button Logitech MouseMan connected to com2.

This is the bit from dosemu.conf.

$_com1 = "/dev/ttyS0"   # e.g. "/dev/mouse" or "/dev/cua0" 
                        # (Note: cua0/1 doesn't appear to work) Amanda
$_com2 = "/dev/ttyS1"   # e.g. "/dev/modem" or "/dev/cua1"
$_com3 = ""             # dito                 "/dev/cua2"
$_com4 = ""             # dito                 "/dev/cua3"
$_ttylocks = ""         # Lock directory (e.g. "/var/lock")
                        # default ("") is /usr/spool/uucp

$_mouse = "logitech"    # one of: microsoft, mousesystems, logitech, mmseries
                        # mouseman, hitachi, busmouse, ps2
$_mouse_dev = "com2"    # one of: com1, com2, com3, com4 or /dev/mouse
$_mouse_flags = ""      # list of none or one or more of:
                        # "emulate3buttons cleardtr"
$_mouse_baud = (0)      # baudrate, 0 == don't set


And this is the line in my Autoexec.bat which launches the mouse (the "/2" 
means com2)

MSCMOUSE /2 

You can find this mouse driver by googling "mscmouse.zip".

If I ever get the PS2 mouse going, I'll post a how-to here for posterity.

Amanda

PS: I'm using the Win95 floppy boot disk files.
--
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to