From: Sven L. <lu...@dp...> - 2001-06-24 21:18:55
|
On Sun, Jun 24, 2001 at 01:27:38PM -0700, James Simmons wrote: > > > > No!!!!!!!! For 2.5.X the console will switch between "graphics" mode to > > > "text" mode. When swithcing from one to the other it will place the engine > > > in a different state. > > > > Fine, but what's the _reason_ not to use the DRM? :) > > DRM is overkill for what we need. It would only end up bloating the > system. We just need to setup the DMA engine and send in 3 basic 2D > accels. mmm, ... I am thinking of a user-space library to do video acceleration on the framebuffer, for initial use with vlc, as it already has an fbdev output option. If i want to do dma with this library, should i need to use the drm, or is some other possibilities available ? How will a user-space library using the accel engine (it would clearly need a little 'driver' for each chip) cohabit with the acceleration used with fbcon ? Also i suppose by "graphic" mode you are speaking about X, and by "text" mode, you are speaking about fbcon ? Who will be responsible for setting the accel engine in a different state ? as XFree clearly thinks it is his responsability to do such. Or are you thinking only about the new X server ? Friendly, Sven Luther |