From owner-freebsd-hackers Wed Aug 30 18:54:24 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id SAA14165 for hackers-outgoing; Wed, 30 Aug 1995 18:54:24 -0700 Received: from physics.su.oz.au (physics.su.OZ.AU [129.78.129.1]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id SAA14152 for ; Wed, 30 Aug 1995 18:54:12 -0700 Received: by physics.su.oz.au id AA14169 (5.67b/IDA-1.4.4 for hackers@freebsd.org); Thu, 31 Aug 1995 11:49:49 +1000 From: David Dawes Message-Id: <199508310149.AA14169@physics.su.oz.au> Subject: Re: Gritching about XFree86 and serial port naming To: faulkner@mpd.tandem.com (Boyd Faulkner) Date: Thu, 31 Aug 1995 11:49:48 +1000 (EST) Cc: jkh@time.cdrom.com, Piero@strider.ibenet.it, bde@zeta.org.au, hackers@freebsd.org, peter@nmti.com In-Reply-To: <9508302343.AA16086@olympus> from "Boyd Faulkner" at Aug 30, 95 06:43:55 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1321 Sender: hackers-owner@freebsd.org Precedence: bulk >> > > >Oh yeh, the docs should have something in big bold letters about linking >> > > >/dev/mouse to /dev/cuaa0 under whatever name it ends up as... >> > > >> > > That would be bogus. X works with the vanilla POSIX port ttyd0 and >> > > always has. >> > >> > I'd not say it's "bogus". Maybe it's redundant, or strictly >> >> I agree. I was already planning to put something in the 2.1 install >> that said "What sort of mouse do you have? > port assignments follows>" and then link /dev/mouse to it (and maybe >> suggest that they rebuild a kernel, if it's a PS/2 mouse). >> >> Between serial meeces on different ports, PS/2 mice, and busmeeces, >> it's a problem for new users. Making X standardise on /dev/mouse was >> going to be my next request of those folks and we'd just make sure the >> link was in place. > >But you would still have to select a mouse protocol in the XF86Config file. >I would be thrilled to see which protocols are supported. I had to >strings the server to figure out what they called the PS/2 mouse protocol. > >They call it PS/2. Reading the XF86Config(5) man page might have been easier. Also you could use the xf86config utility to generate your XF86Config file, and it will show you the available protocols and ask you which you want. David