From: phcoder <phcoder@gmail.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: Framebuffer address and kernel video mode
Date: Fri, 06 Feb 2009 07:11:32 +0100 [thread overview]
Message-ID: <498BD494.5000509@gmail.com> (raw)
In-Reply-To: <20090205145428.2859b6c3@gibibit.com>
Colin D Bennett wrote:
> feature. That is, potentially future video drivers might not use a
> framebuffer. (OpenGL driver? :-)
In this context I would think more about X11 or vnc driver
> The VBE driver can return the
> 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.
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:
E.g
gfxmode=vnc
[..]
menuentry "Darwin" {
xnugfx=vbe
[...]
}
Thanks
Vladimir 'phcoder' Serbinenko
next prev parent reply other threads:[~2009-02-06 14:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-05 20:44 Framebuffer address and kernel video mode phcoder
2009-02-05 22:54 ` Colin D Bennett
2009-02-06 6:11 ` phcoder [this message]
2009-02-07 22:56 ` Robert Millan
2009-02-07 22:54 ` Robert Millan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=498BD494.5000509@gmail.com \
--to=phcoder@gmail.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.