From owner-freebsd-hackers Mon Apr 3 17:41:25 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA25008 for hackers-outgoing; Mon, 3 Apr 1995 17:41:25 -0700 Received: from star-gate.com (hasty.vip.best.com [204.156.141.143]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id RAA25001 for ; Mon, 3 Apr 1995 17:41:18 -0700 Received: from localhost (localhost [127.0.0.1]) by star-gate.com (8.6.9/8.6.9) with SMTP id QAA05090; Mon, 3 Apr 1995 16:34:39 GMT Message-Id: <199504031634.QAA05090@star-gate.com> X-Authentication-Warning: star-gate.com: Host localhost didn't use HELO protocol X-Mailer: exmh version 1.6alpha 2/16/95 To: terry@cs.weber.edu (Terry Lambert) cc: joerg_wunsch@uriah.heep.sax.de, freebsd-hackers@FreeBSD.org Subject: Re: grafx console & DDB In-reply-to: Your message of "Mon, 03 Apr 1995 16:22:26 MDT." <9504032222.AA09247@cs.weber.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 03 Apr 1995 16:34:32 +0000 From: Amancio Hasty Sender: hackers-owner@FreeBSD.org Precedence: bulk >>> Terry Lambert said: > > I think I could argue against the VM86() story from another angle > as well; a VM86() call to video BIOS is no more likely to be able > to restore from a wierd video mode than a BIOS call would be able > to reset 16550 serial ports out of FIFO mode. In other words, the > BIOS might not know how to reset the modes, or if it does, it > might not know how to reset everything that needs to be reset if > the mode wasn't established using the BIOS in the first place. Hmm... The above is a bit of speculation and it solely dependent upon the BIOS implementation. We could change the X server to make VM86 call to set the vga resolution or the call could be issue from the console driver and it will save a lot of headaches;additionally we could provide and option to use the current mode setting in the X server for those rare exquisite moments in which someone wants to play with vga sync parameters ... Now all what we need is the VM86 call :) Amancio