From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1EThhh-0000hV-A1 for mharc-grub-devel@gnu.org; Sun, 23 Oct 2005 11:24:09 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EThhe-0000gS-Ho for grub-devel@gnu.org; Sun, 23 Oct 2005 11:24:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EThhc-0000g9-KK for grub-devel@gnu.org; Sun, 23 Oct 2005 11:24:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EThhb-0000fi-8f for grub-devel@gnu.org; Sun, 23 Oct 2005 11:24:04 -0400 Received: from [157.24.2.30] (helo=smtp1.cc.lut.fi) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EThhb-00006v-6e for grub-devel@gnu.org; Sun, 23 Oct 2005 11:24:03 -0400 Received: from localhost (smtp1 [127.0.0.1]) by smtp1.cc.lut.fi (Postfix) with ESMTP id EFD7370235 for ; Sun, 23 Oct 2005 18:24:01 +0300 (EEST) Received: from smtp1.cc.lut.fi ([127.0.0.1]) by localhost (smtp1.cc.lut.fi [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04272-04 for ; Sun, 23 Oct 2005 18:24:01 +0300 (EEST) Received: from [192.168.1.100] (lk4-a-4-1.lnet.lut.fi [157.24.102.107]) by smtp1.cc.lut.fi (Postfix) with ESMTP id 9E3A57002E for ; Sun, 23 Oct 2005 18:24:01 +0300 (EEST) Message-ID: <435BAB17.4090009@nic.fi> Date: Sun, 23 Oct 2005 18:24:07 +0300 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 1.4.1 (Windows/20051006) MIME-Version: 1.0 To: The development of GRUB 2 References: <435B72E9.6070603@nic.fi> <200510231603.30816.T.E.Baldwin99@members.leeds.ac.uk> In-Reply-To: <200510231603.30816.T.E.Baldwin99@members.leeds.ac.uk> X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Scanned: by lut.fi Content-Transfer-Encoding: quoted-printable Subject: Re: Video subsystem draft 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, 23 Oct 2005 15:24:07 -0000 Timothy Baldwin wrote: > On Sunday 23 Oct 2005 12:24, Vesa J=E4=E4skel=E4inen wrote: >> Hi, >> >> I made a draft how video subsystem could work. It doesn't currently >> contain information about internals, but is more concentrated on usage >> of the API. >=20 > GRUB should support modes with fixed palettes, in order to support (fir= mware)=20 > windowing systems, such as RISC OS and Windows CE. >=20 > The VIDC1 256 colour with 16 entry palette modes could also treated as = having=20 > a fixed palette. Hi, Those are called as Index Color mode in that draft. If palette can't be changed, then those functions used to set palette should fail. Thanks, Vesa J=E4=E4skel=E4inen