From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KtPHR-0000tw-1D for mharc-grub-devel@gnu.org; Fri, 24 Oct 2008 12:12:53 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KtPHP-0000tg-Vl for grub-devel@gnu.org; Fri, 24 Oct 2008 12:12:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KtPHL-0000sb-S7 for grub-devel@gnu.org; Fri, 24 Oct 2008 12:12:51 -0400 Received: from [199.232.76.173] (port=36493 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtPHL-0000sP-Ml for grub-devel@gnu.org; Fri, 24 Oct 2008 12:12:47 -0400 Received: from fg-out-1718.google.com ([72.14.220.157]:58180) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KtPHL-00019B-LT for grub-devel@gnu.org; Fri, 24 Oct 2008 12:12:48 -0400 Received: by fg-out-1718.google.com with SMTP id l26so1044675fgb.30 for ; Fri, 24 Oct 2008 09:12:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:references :in-reply-to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:content-language; bh=2se+f9GV/Wpogys8tZKdrbTOTQVhJ/eWCEWyURBrJG8=; b=GvDmxFlQIUxZqTHcnjG6z+dqshKuxCuw7cVpFm4z8ha+WYLbwFm4X1emYsX9l7hQaJ BIQITsfnwNWTBZgRVlAtGewn8hvQSc8wLfOMQ/BYXVBT/JaZrLnlDBCJG/rVxYk9KoRg Ay3/yDhlOi85dKE9+d9GHALJwMUWPzB9Uefuc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding:x-mailer:thread-index :content-language; b=n1GRst/p8yEd8vYlvg09s8Bd85gm+FbY9Y3QsiaCWZchLoDlXKiQX6ymQSnaAa3UL/ CujE+BZe7UHatALj2m14tBAN0UNE4hWRs5Ovmt9SGkwVxBqrhLkysKjGlVNL9LlRMhQi +nkLT09F61/s6VL8Va77+aioBfY+89HxIUWRA= Received: by 10.181.197.2 with SMTP id z2mr909762bkp.65.1224864763943; Fri, 24 Oct 2008 09:12:43 -0700 (PDT) Received: from posto1e113 (fw-priv.eseig.wan.ipp.pt [193.136.56.222]) by mx.google.com with ESMTPS id 4sm955805fge.8.2008.10.24.09.12.41 (version=SSLv3 cipher=RC4-MD5); Fri, 24 Oct 2008 09:12:42 -0700 (PDT) From: =?utf-8?Q?Jos=C3=A9_Campos?= To: "'The development of GRUB 2'" References: <002a01c9343a$241456b0$6c3d0410$@com> <1224675356.4106.4.camel@fz.local> In-Reply-To: <1224675356.4106.4.camel@fz.local> Date: Fri, 24 Oct 2008 17:19:05 +0100 Message-ID: <002401c935f4$3dd8cac0$b98a6040$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Ack0Om99MzlsKe1RTmKk5sDY6B864gBuBsQw Content-Language: pt X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: RE: grub2 background_image difficulty X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2008 16:12:52 -0000 Hello, thanks I already done trunk the svn version by using: svn co = http://svn... Now I have one more question. About the font o load on your sample grub.cfg. Where or how do I get the = ascii.pff font file? Thanks for your help. Jos=C3=A9 Campos -----Mensagem original----- De: grub-devel-bounces+jjscampos=3Dgmail.com@gnu.org = [mailto:grub-devel-bounces+jjscampos=3Dgmail.com@gnu.org] Em nome de = Felix Zielcke Enviada: quarta-feira, 22 de Outubro de 2008 12:36 Para: The development of GRUB 2 Assunto: Re: grub2 background_image difficulty Am Mittwoch, den 22.10.2008, 12:34 +0100 schrieb Jos=C3=A9 Campos: > set root=3D(hd0,3) > if background_image /grub/images/ESEIG.png ; then > set menu_color_normal=3Dwhite/black > set menu_color_highlight=3Dwhite/green > else > set menu_color_normal=3Dred/black > set menu_color_highlight=3Dred/green > fi >=20 > terminal gfxterm Oh and I think the problem is that you set `terminal gfxterm' after the image is loaded and not before. The update-grub script (or grub-mkconfig now in trunk SVN) normally generates it that way. For example here a snippet from my debian config: ### BEGIN /etc/grub.d/00_header ### set default=3D0 set timeout=3D5 set root=3D(hd0,2) search --fs-uuid --set 1867fa8e-a3f0-422d-912e-7d07556d633c if font /usr/share/grub/ascii.pff ; then set gfxmode=3D640x480 insmod gfxterm insmod vbe terminal gfxterm fi ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### set root=3D(hd0,2) search --fs-uuid --set 1867fa8e-a3f0-422d-912e-7d07556d633c insmod png if background_image /boot/grub/debian-blueish-wallpaper-640x480.png ; = then set color_normal=3Dblack/black set color_highlight=3Dmagenta/black else set menu_color_normal=3Dcyan/blue set menu_color_highlight=3Dwhite/blue fi ### END /etc/grub.d/05_debian_theme ### _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel