Re: OpenGL-based framebuffer concepts

From: Antonino A. Daplas
Date: Thu Jun 01 2006 - 21:42:20 EST


Jon Smirl wrote:
> On 6/1/06, Ondrej Zajicek <santiago@xxxxxxx> wrote:
>> On Wed, May 31, 2006 at 12:39:19AM -0400, Jon Smirl wrote:
>
> 7) Obviously part of this is going to exist in user space since some
> cards can only be controlled by VBIOS calls. Has anyone explored using
> the in-kernel protected mode VESA hooks for this?
>

The protected mode interface provided by the VESA BIOS is only available
for setting the CLUT registers and setting the start address of the
frontbuffer. And this is only available in x86-32.

For the other functions such as mode setting, you need to call the BIOS
in real-mode. And unless you can persuade Linus to allow this, the
only way to do it is in userspace.

Tony
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/