|
From: Antonino D. <ad...@po...> - 2003-03-05 12:45:41
|
On Wed, 2003-03-05 at 19:05, Sven Luther wrote: > On Wed, Mar 05, 2003 at 04:26:04PM +0800, Antonino Daplas wrote: > > > > Hi, > > > > I believe it's time to finalize what is needed/not needed for the > > framebuffer framework: > > > > 1. Text mode support? > > Would this work also on arches which don't traditionnaly do text mode ? > Like ppc for example. Yes, pixel-based drawing is still the default. It's only for drivers (matrox and sbus) where it might be needed. > > > 2. console resizing using fbset (besides stty)? > > What about dynamic multi-head support ? > > > 7. Anything else? > > Well, what is the exact status of mult-head and multi-seat ? It is If you mean one card with multiple heads, that will need driver-specific support. > supposed to work, but i did not (yet) experience it myself, mainly > because non of my graphic cards are yet supported. One point i would > like to see addressed is the ability to share one framebuffer and have > both heads be separate viewports into this same framebuffer. This > means setting a framebuffer with a stride equal to the sum of both's > head resolution and having each head display a subset of it. This would > also include having one head be a mirror of the other and other such > things. This feature and resizing may cause problems though. > Because of the massive rewrite, there wasn't really enough time to add major feature sets to the framework. Most of the effort was spent on bug fixing, cleaning up, and speeding up the code (to justify the rewrite). It does have one benefit though, the newer code should make it easier to add an infrastructure on top of fbdev, such as xinerama-style support. But this will be in the future. > > 8. feature freeze deadline? > > This would be for fbdev deature freeze, right, not for the drivers ? > Yes, to give people time to port their drivers. > BTW, i will no more be able to work on pm3fb, since i just recently > noticed that my nice AGP8 supporting motherboard doesn't accept my > Appian Jeronimo 2000 board. :((( > That's too bad :-( Tony |