From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1H2uLc-0000sx-1c for mharc-grub-devel@gnu.org; Fri, 05 Jan 2007 14:03:24 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H2uLa-0000rZ-RW for grub-devel@gnu.org; Fri, 05 Jan 2007 14:03:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H2uLZ-0000qZ-VI for grub-devel@gnu.org; Fri, 05 Jan 2007 14:03:22 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2uLZ-0000qB-Qf for grub-devel@gnu.org; Fri, 05 Jan 2007 14:03:21 -0500 Received: from [64.233.166.182] (helo=py-out-1112.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H2uLY-0002YV-PX for grub-devel@gnu.org; Fri, 05 Jan 2007 14:03:21 -0500 Received: by py-out-1112.google.com with SMTP id u77so3520366pyb for ; Fri, 05 Jan 2007 11:03:20 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:reply-to:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=Sw/2V/1lvg1SG61nUbuiL5mwQq59JORj5kIgpjEB9UYw+t28xJNFTyGtJnbIHznrZa3yb3W1dgTyVauQFyw0oUUOoEfdHQqgPrW7eWcEfucIRBEK1IGc4APTbnTN2QasWGklNcNML+Eo54GBbqAVCuabuWD/D/e8oI0r617tve0= Received: by 10.35.27.2 with SMTP id e2mr44232626pyj.1168023800091; Fri, 05 Jan 2007 11:03:20 -0800 (PST) Received: from ?142.150.222.15? ( [142.150.222.15]) by mx.google.com with ESMTP id a78sm9486431pye.2007.01.05.11.03.19; Fri, 05 Jan 2007 11:03:19 -0800 (PST) Message-ID: <459EA0F4.8030505@keyitech.com> Date: Fri, 05 Jan 2007 14:03:16 -0500 User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: The development of GRUB 2 References: <00de01c72fd9$984361f0$1b280a0a@IBM8430AC6AE12> <459D4758.20307@nic.fi> In-Reply-To: <459D4758.20307@nic.fi> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: Yi Wang Subject: Re: Does grub2 support background image? 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, 05 Jan 2007 19:03:23 -0000 Vesa Jääskeläinen wrote: > ԬԴ wrote: > >> hi,all >> >> Will grub2 support backgroud image under the terminal gfxterm? I think >> it feels much better if grub2 can support something like grub legacy 's >> splashimage. >> > > Hi, > > Yes, it will support it. All in time. I am currently waiting for my new > ADSL connection to get online and then I could continue improving it. > > Btw. I have a local version that supports background image, but I want > (and perhaps others too) it to be more generic and allows better > customization. > > I am actually thinking now whether I should just provide this initial > version and then improve it or allow someone else to improve it too. > Keeping up with features isn't a good idea either. > > Thanks, > Vesa Jääskeläinen > > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > > Hi Vesa: I will be excited to see your work. I wanted to work on the same thing. Maybe you could share the code so we can both work on it. :)