From: ludo@gnu.org (Ludovic Courtès)
To: Mark H Weaver <mhw@netris.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] system: grub: Adjust eye-candy to work on non-Intel systems
Date: Thu, 27 Aug 2015 23:25:11 +0200 [thread overview]
Message-ID: <87k2sgwhjc.fsf@gnu.org> (raw)
In-Reply-To: <876145x3hh.fsf@netris.org> (Mark H. Weaver's message of "Sun, 23 Aug 2015 14:29:46 -0400")
Mark H Weaver <mhw@netris.org> skribis:
> This patch adjusts the 'eye-candy' portion of our GRUB configuration to
> work properly on non-Intel systems, and specially on Loongson machines.
It effectively disables eye candy on non-Intel, no? Or is it just that
those GRUB modules are not needed there?
> From 943a4a9e30e1e659a6e1591e965d215bf8e8f351 Mon Sep 17 00:00:00 2001
> From: Mark H Weaver <mhw@netris.org>
> Date: Sun, 9 Aug 2015 18:45:49 -0400
> Subject: [PATCH] system: grub: Adjust eye-candy to work on non-Intel systems.
>
> * gnu/system/grub.scm (eye-candy): Accept additional 'system' argument. Add
> local 'intel?' variable. Replace the 'load_video' grub function with
> 'setup_gfxterm', which includes everything in the 'if loadfont' form on
> Intel systems, but is empty on non-Intel.
> (grub-configuration-file): Pass 'system' to 'eye-candy.
[...]
> + (return (and image
> + #~(let ((setup-gfxterm-body
> + (if #$intel?
Maybe just add a comment explicitly stating that on Loongson nothing
special is needed.
Otherwise LGTM, thanks!
Ludo’.
prev parent reply other threads:[~2015-08-27 21:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-23 18:29 [PATCH] system: grub: Adjust eye-candy to work on non-Intel systems Mark H Weaver
2015-08-27 21:25 ` Ludovic Courtès [this message]
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=87k2sgwhjc.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=guix-devel@gnu.org \
--cc=mhw@netris.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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
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.