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: Wed, 12 Nov 2014 16:58:30 +0100 Message-ID: <87lhngqul5.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> <87ioisgsky.fsf@gnu.org> <545BCA6F.3030907@openmailbox.org> <87tx29zsa9.fsf@gnu.org> <545E67D1.4090308@openmailbox.org> <87d28xwdqr.fsf@gnu.org> <87zjbwtxg9.fsf@gnu.org> <546371F7.1080801@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]:40250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoaJY-0007Bv-IJ for guix-devel@gnu.org; Wed, 12 Nov 2014 10:58:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XoaJU-00032r-03 for guix-devel@gnu.org; Wed, 12 Nov 2014 10:58:36 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:53837) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoaJT-00032k-QG for guix-devel@gnu.org; Wed, 12 Nov 2014 10:58:31 -0500 In-Reply-To: <546371F7.1080801@openmailbox.org> ("Felipe \=\?utf-8\?Q\?L\=C3\=B3\?\= \=\?utf-8\?Q\?pez\=22's\?\= message of "Wed, 12 Nov 2014 09:43:03 -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: > On 12/11/14 07:28, Ludovic Court=C3=A8s wrote: >> For the record, with current master the GRUB menu looks like this: >>=20 >> http://www.gnu.org/software/guix/screenshots/0.8/grub-menu.png >>=20 >> Ludo=E2=80=99. >>=20 > > I see that the Guix logo is a bit higher than I would expect and a bit > close to the frame. Right, that=E2=80=99s perfect if you think you can adjust it. > The position of the logo will be a problem if GRUB can't choose an > appropriate image for the aspect ratio of the display; the frame and > the logo will overlap. Actually on my laptop, which has a 16/10 screen, GRUB switches to a 640x480 resolution anyway, so the whole screen is scaled. Thus, there=E2= =80=99s no particular problem with the image. So I don=E2=80=99t think any changes are necessary here. Thanks, Ludo=E2=80=99.