From owner-freebsd-hackers Sat Sep 7 18:54:41 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA04853 for hackers-outgoing; Sat, 7 Sep 1996 18:54:41 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id SAA04846; Sat, 7 Sep 1996 18:54:32 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id LAA27126; Sun, 8 Sep 1996 11:31:34 +1000 Date: Sun, 8 Sep 1996 11:31:34 +1000 From: Bruce Evans Message-Id: <199609080131.LAA27126@godzilla.zeta.org.au> To: arver@sn.no, sos@FreeBSD.org Subject: Re: Support for fixed-scan monitors Cc: Arve.Ronning@alcatel.no, durham@w2xo.pgh.pa.us, freebsd-hackers@FreeBSD.org, j@uriah.heep.sax.de Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >> If I remember right you can set the PC to boot into whichever you >> want by setting the BIOS to either monochrome og vga. Syscons could >> then take over the device that the BIOS used as default. As I see >> it there is no need to muck with the bootblocks.... > >With MDA *and* VGA present...Hmm... >Some BIOSes may be able to do that, but the ones I've tried have failed either >by silently resetting the primary to VGA or by not initializing the MDA correctly >on the next power-on boot (I thought my MDA monitor had departed for good, but it Syscons (and pcvt) should start the same device as the BIOS, anyway. The new option(s) could reverse the default, or force MDA (fail the probe if none), or force [CEV]GA. Then it should be possible to switch to the other screen, or use both (syscons on one and pcvt on the other :-). Bruce