|
From: | phcoder |
Subject: | Re: Framebuffer address and kernel video mode |
Date: | Fri, 06 Feb 2009 07:11:32 +0100 |
User-agent: | Thunderbird 2.0.0.19 (X11/20090105) |
Colin D Bennett wrote:
feature. That is, potentially future video drivers might not use aframebuffer. (OpenGL driver? :-)
In this context I would think more about X11 or vnc driver > The VBE driver can return the
That's why I proposed to pass variable name to the parameter. Not having a framebuffer address means that xnu will boot in blind mode. So one should be able to specify video drivers for grub and xnu separately:framebuffer address, but if another driver can't provide it, then maybe NULL is returned instead, and this would have to be handled by clients of the video API.
E.g gfxmode=vnc [..] menuentry "Darwin" { xnugfx=vbe [...] } Thanks Vladimir 'phcoder' Serbinenko
[Prev in Thread] | Current Thread | [Next in Thread] |