From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LUZQd-0006Go-Qs for mharc-grub-devel@gnu.org; Tue, 03 Feb 2009 23:31:59 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUZQb-0006Ga-Jp for grub-devel@gnu.org; Tue, 03 Feb 2009 23:31:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUZQa-0006Ef-0c for grub-devel@gnu.org; Tue, 03 Feb 2009 23:31:56 -0500 Received: from [199.232.76.173] (port=45620 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUZQZ-0006ER-T0 for grub-devel@gnu.org; Tue, 03 Feb 2009 23:31:55 -0500 Received: from elasmtp-kukur.atl.sa.earthlink.net ([209.86.89.65]:46038) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LUZQZ-0004hd-Ky for grub-devel@gnu.org; Tue, 03 Feb 2009 23:31:55 -0500 Received: from [24.148.247.139] (helo=[192.168.0.199]) by elasmtp-kukur.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1LUZQY-0001pN-ES for grub-devel@gnu.org; Tue, 03 Feb 2009 23:31:54 -0500 Message-ID: <49891AE6.4060004@earthlink.net> Date: Tue, 03 Feb 2009 23:34:46 -0500 From: BandiPat Organization: Magic Page Products User-Agent: Thunderbird 2.0.0.18 (X11/20081105) MIME-Version: 1.0 To: GRUB 2 References: <4988A7A0.4000206@earthlink.net> <1233693981.3434.10.camel@fz.local> <4988E948.9050407@earthlink.net> <20090203173841.2ecb29b1@gibibit.com> In-Reply-To: <20090203173841.2ecb29b1@gibibit.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: c85a64c14a050764b95206241ab561599ef193a6bfc3dd489cba81623527bbc6be30ceee822d8d453ca473d225a0f487350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 24.148.247.139 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 Subject: Re: Grub2 background images 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: Wed, 04 Feb 2009 04:31:57 -0000 Colin D Bennett wrote: > On Tue, 03 Feb 2009 20:03:04 -0500 > BandiPat wrote: > >> Here is my new grub.cfg file: > ... >> ### BEGIN /usr/etc/grub.d/00_header ### >> set default=0 >> set timeout=10 >> if loadfont /usr/share/grub/ascii.pf2 ; then >> set gfxmode=640x480 >> insmod gfxterm >> insmod vbe >> terminal_output gfxterm >> fi >> insmod png >> backgroung_image /boot/grub/Zen-splash.png > > ^^^ 'backgroung_image' -> 'background_image' > I think that is your problem. Also, you can try executing > 'background_image' from the command line to see if it works that way, > if you're having trouble. > > Regards, > Colin > > > ------------------------------------------------------------------------ Yep, thanks Colin, I caught that also after I wrote my email. That's what I get for copying Felix's email. ;-) It didn't work though, but I did test the different screen sizes which do work up to 1024x768 at least. Wonder if it would do wide screen sizes also? hmmm, will try that. Now, are you talking about calling the command from the loader screen or after you've booted up? I will try it both ways to test, then I'll report back. Regards, Pat