From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [ART] Background image for GRUB Date: Thu, 06 Nov 2014 18:13:49 +0100 Message-ID: <87ioisgsky.fsf@gnu.org> References: <54594B40.9040008@openmailbox.org> <545951BE.5080301@gnu.org> <87tx2d6aog.fsf@gnu.org> <545A2FAF.3030103@gnu.org> <87ppd12yjm.fsf@gnu.org> <545A9679.50503@openmailbox.org> <87ioismz01.fsf@gnu.org> <545B9D25.4030207@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmQdB-0001Mo-DT for guix-devel@gnu.org; Thu, 06 Nov 2014 12:14:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmQd6-0001ca-RS for guix-devel@gnu.org; Thu, 06 Nov 2014 12:13:57 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:49096) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmQd6-0001cI-Jd for guix-devel@gnu.org; Thu, 06 Nov 2014 12:13:52 -0500 In-Reply-To: <545B9D25.4030207@openmailbox.org> ("Felipe \=\?utf-8\?Q\?L\=C3\=B3\?\= \=\?utf-8\?Q\?pez\=22's\?\= message of "Thu, 06 Nov 2014 11:09:09 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Felipe =?utf-8?Q?L=C3=B3pez?= Cc: guix-devel@gnu.org Felipe L=C3=B3pez skribis: > http://sirgazil.bitbucket.org/static/temp/img/guix/2014-11-06-grub-dark-g= nu-blue.png Wonderful, works for me! Now that you have access to the repository, perhaps you can create a =E2=80=98grub=E2=80=99 directory (in the guix-artwork.git repo), and add th= e SVGs for this one? > You have to set the following options in GRUB configuration: > > GRUB_GFXMODE > GRUB_BACKGROUND > > I would provide one SVG version of the background for the following > aspect ratios: 4:3, 16:10, 16:9. Then, you build PNG versions in > specific sizes (for example, 1024x768, 1440x900, 1920x1080). > > Ideally, GRUB should be able to decide what GFXMODE and BACKGROUND to > use for every screen. However, the last time I provided GRUB stuff for > gNewSense (for GRUB legacy), GRUB would determine the display size and > use the same background image (a 640x480 PNG) for all aspect ratios. > This resulted in stretched background images, so usually we would make > the image as simple as possible: no text or shapes, just a background > with gradients. > > But, since Guix is using GRUB 2, which is supposed to be more flexible, > we should at least try to see if it can use an appropriate image for a > given display. OK, we=E2=80=99ll see. Thank you! Ludo=E2=80=99.