Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!ihnp4.ucsd.edu!agate!violet.berkeley.edu!jkh From: jkh@violet.berkeley.edu (Jordan K. Hubbard) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Help: Mouse trouble Date: 3 Jan 1996 04:13:59 GMT Organization: University of California, Berkeley Lines: 12 Message-ID: <4ccvq7$qp5@agate.berkeley.edu> References: <4cbi0o$8f1@homer.alpha.net> NNTP-Posting-Host: violet.berkeley.edu In article <4cbi0o$8f1@homer.alpha.net>, Matto <molson@milwaukee.rbvdnr.com> wrote: >I have a serial mouse(Mouse Systems) connected on COM1. In xf86config >I have the mouse as device cuaa0 (this I know to be correct). The You have the mouse port correctly specified, perhaps, but what about the mouse *Protocol*? If you read the man page for `XF86Config' you'll see that Protocol has to be set to "MouseSystems". You may also need to specify BaudRate with your mouse, but I can't say for sure. Experiment with it, and read that man page! :-) Jordan