* Existing values of color_normal/color_highlight are ignored when new video driver is loaded.
@ 2012-09-28 15:15 Andrey Borzenkov
0 siblings, 0 replies; only message in thread
From: Andrey Borzenkov @ 2012-09-28 15:15 UTC (permalink / raw)
To: grub-devel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-09-28 15:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-28 15:15 Existing values of color_normal/color_highlight are ignored when new video driver is loaded Andrey Borzenkov
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.