From owner-freebsd-hackers Thu Oct 17 23:32:00 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA29638 for hackers-outgoing; Thu, 17 Oct 1996 23:32:00 -0700 (PDT) Received: from ra.dkuug.dk (ra.dkuug.dk [193.88.44.193]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id XAA29633; Thu, 17 Oct 1996 23:31:55 -0700 (PDT) Received: (from sos@localhost) by ra.dkuug.dk (8.6.12/8.6.12) id IAA13020; Fri, 18 Oct 1996 08:31:22 +0200 Message-Id: <199610180631.IAA13020@ra.dkuug.dk> Subject: Re: high resolution text modes To: ache@nagual.ru (=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=) Date: Fri, 18 Oct 1996 08:31:22 +0200 (MET DST) Cc: avalon@coombs.anu.edu.au, sos@FreeBSD.org, proff@suburbia.net, hackers@FreeBSD.org In-Reply-To: <199610172253.CAA00768@nagual.ru> from "=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=" at Oct 18, 96 02:53:02 am From: sos@FreeBSD.org Reply-to: sos@FreeBSD.org X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk In reply to =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= who wrote: > > > > Erhm, You are not going to remove anything of that kind from > > > syscons if thats what you want. I'll provide you with a interface > > > for doing this if need be, but this will NOT go into syscons, or > > > I'll resign as its maintainer. > > > > Well, how about "option NEW_SYSCONS" for those who'd rather have a 100x30 > > (or better) console without having to do it per-vt or who want it before > > multiuser mode ? > > Soren, as I remember from our private mail, you put global text mode set > and global "mouse on" in your TODO list, or I miss something? Yes, I ahve a "global" mode on my todo list, but it does not imply that all vt are created equal, it will only send a request for some modesetting to be sent to all open vt's. I am still VERY convinced that this belongs as a LKM, which can do the magic eventually still via SVGAtextmode, which you allso has to run with this hack. I have promised to look this over, and se what can be done, but I will still fight "non-std" modestuff in syscons to the end.... What I will do however is providing the hooks so this can be done in a clean and extendable way. This is not because I want to be a showstopper, but there are plans to change syscons significantly after the 2.2 release, and this HAS to fit into the bigger picture, or it will be gone again fairly soon. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Soren Schmidt (sos@FreeBSD.org) FreeBSD Core Team So much code to hack -- so little time.