All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrey Borzenkov <arvidjaar@gmail.com>
To: grub-devel@gnu.org
Subject: Existing values of color_normal/color_highlight are ignored when new video driver is loaded.
Date: Fri, 28 Sep 2012 19:15:06 +0400	[thread overview]
Message-ID: <1348845306.1718.9.camel@opensuse.site> (raw)

All video drivers hardcode default text colors, so they ignore any value
set before module was loaded. This could be quite confusing if you are
looking for issues with colors during boot.

Unfortunately fixing this appears somewhat not trivial. Is there any way
in GRUB2 to conditionally execute function from another module,
something like

if module-foo-is-loaded
  call function-from-foo
else
  do nothing

?

Or at least is it possible to test whether specific module is currently
loaded?

Thank you

-andrey



                 reply	other threads:[~2012-09-28 15:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1348845306.1718.9.camel@opensuse.site \
    --to=arvidjaar@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.