From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1HxRKd-0005xM-Te for mharc-grub-devel@gnu.org; Sun, 10 Jun 2007 13:36:03 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HxRKd-0005uR-6S for grub-devel@gnu.org; Sun, 10 Jun 2007 13:36:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HxRKc-0005ra-Do for grub-devel@gnu.org; Sun, 10 Jun 2007 13:36:02 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxRKc-0005r4-9O for grub-devel@gnu.org; Sun, 10 Jun 2007 13:36:02 -0400 Received: from pne-smtpout3-sn2.hy.skanova.net ([81.228.8.111]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HxRKc-0002IZ-5i for grub-devel@gnu.org; Sun, 10 Jun 2007 13:36:02 -0400 Received: from [127.0.0.1] (88.193.32.97) by pne-smtpout3-sn2.hy.skanova.net (7.2.075) id 4667D3200001C1F3 for grub-devel@gnu.org; Sun, 10 Jun 2007 19:36:01 +0200 Message-ID: <466C368D.4010302@nic.fi> Date: Sun, 10 Jun 2007 20:36:13 +0300 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: The development of GRUB 2 References: <9513677.619671180508666760.JavaMail.chaac@nic.fi> In-Reply-To: <9513677.619671180508666760.JavaMail.chaac@nic.fi> X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-kernel: Solaris 8 (1) Subject: Re: patch to allow modelist for gfxterm 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: Sun, 10 Jun 2007 17:36:03 -0000 chaac@nic.fi wrote: > I am on the road at the moment so this is not polished, but I would like > to get comments from you, how it works and what you think about > integrating it to cvs. > > Example: > > set gfxmode="1024x768;800x600;640x480" > > And when gfxterm is initialized it would first try out first mode and > then second and so on... In order to support wide screens I think those > modes would be need to be listed first or otherwise they will fallback > to "standard" aspect ratio. > > Patch should be attached in this message. As there wasn't any objections, it is now committed.