|
From: Antonino D. <ad...@po...> - 2003-03-06 01:16:50
|
On Thu, 2003-03-06 at 02:34, James Simmons wrote: > > > > 1. Text mode support? > > > > Required by at least davem and petr > > Just Petr. I'm working to seperate the text code out into a matroxcon.c > file. Needs alot more work tho. > > > > 2. console resizing using fbset (besides stty)? > > > > Nice, if it's not too much work. > > :-( I hope to improve fbcon to handle this. > If you're really against using fbset to resize the console, then the first step is to protect the console from the "dangers" of fbset. Secondly, we can have fbcon_resize() validate the mode instead of just blindly calling fb_set_var(). If it's not valid, then it can also fetch a working mode for it. The user can then fine tune the timings using fbset afterwards. So, do we allow fbcon to handle mode validating and fetching, or do we just leave all this to fbdev? At least let's bring out some ideas on how to go about doing this. Having a working idea, even if dumb, should interest other developers in contributing. Tony |