From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: "Steve Simon" Date: Tue, 1 May 2007 23:14:09 +0100 To: 9fans@cse.psu.edu Subject: Re: [9fans] THX hell In-Reply-To: <20070501214043.86B6E5B2E@mail.bitblocks.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 5506fe0c-ead2-11e9-9d60-3106f5b1d025 Ok, Talking out of my hat completely but can you extract enough of X11 to initialise the server and exit? maybe a main.c that wraps around the initialisation code of an apropriate X11 VGA driver. If you can do this then your fb drawterm could just map the relevant bit of memory and draw in it, much like the plan9 vga driver. If you got clever enough (wasn't somone working on pass-through drivers for xen?) you could run a real plan9 terminal in another xen VM and it could map the physical framebuffer offered by Linux in dom0. See? I told you I didn't know what I was talking about. -Steve