Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Dec 2003 13:58:43 +0000
From:      Pete Bentley <pete@sorted.org>
To:        sparc64@freebsd.org
Subject:   Re: syscons by default?
Message-ID:  <20031209135843.GA83083@sorted.org>
In-Reply-To: <20031204105430.D78277@carver.gumbysoft.com>
References:  <20031203230916.GA70189@xor.obsecurity.org> <20031204142855.GB79411@xor.obsecurity.org> <20031204105430.D78277@carver.gumbysoft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Dec 04, 2003 at 11:03:52AM -0800, Doug White wrote:
> Which is really pesky since XFree86 will work on the ATI fine, we just
> need a way of having syscons attach the display but not use it so XFree86
> can nab it later.  I see that the creator code handles the case where its
> not the chosen console; I wonder if some shim driver that goes through the
> motions but doesn't implement any of the fb functions might work. 

Is it not possible to write shim driver that falls back onto the OBP 
functions for text mode output?  Sure they're slow, but at least
you could potentially get text working under syscons, then XFree86
can grab the device later and do its thing.

That's pretty much how Solaris does it (or used to... text mode
seems faster these days so maybe the OS installs its own console
driver rather than use OBP after it boots).

I would be a little surprised if NetBSD didn't have such a driver
that we could crib from.

Pete.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031209135843.GA83083>