From owner-cvs-etc Wed Dec 7 00:06:43 1994 Return-Path: cvs-etc-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.8/8.6.6) id XAA09457 for cvs-etc-outgoing; Tue, 6 Dec 1994 23:59:46 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.8/8.6.6) with ESMTP id XAA08962; Tue, 6 Dec 1994 23:53:06 -0800 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id XAA16626; Tue, 6 Dec 1994 23:53:02 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.9/8.6.5) with SMTP id XAA00295; Tue, 6 Dec 1994 23:53:02 -0800 Message-Id: <199412070753.XAA00295@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: Bruce Evans cc: dawes@freefall.cdrom.com, CVS-commiters@freefall.cdrom.com, cvs-etc@freefall.cdrom.com Subject: Re: cvs commit: src/etc/etc.i386 MAKEDEV In-reply-to: Your message of "Wed, 07 Dec 94 18:43:22 +1100." <199412070743.SAA30064@godzilla.zeta.org.au> From: David Greenman Reply-To: davidg@root.com Date: Tue, 06 Dec 1994 23:53:01 -0800 Sender: cvs-etc-owner@FreeBSD.org Precedence: bulk >>> Make vga if a vty is made. It may still be required for X. It got nuked >>> with pc*. > >> No, X expects to not to find a /dev/vga if syscons is the console. > >Then why does `startx 2>/tmp/z' print the message > > Cannot open /dev/vga: No such file or directory > >on the last line of /tmp/z? (X works fine. This is under 1.1.5, >X from the 1.1 cdrom, XF86_SVGA server, syscons, NCONS=4, gettys on >ttyv[0-3].) I think the version on the 1.1 CDROM didn't deal with syscons correctly. I haven't looked at your change, but the right thing to do would be to create a symlink to /dev/ttyv0. Anything else will cause other breakage. -DG