From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1EEXrT-0006xE-MY for mharc-grub-devel@gnu.org; Sun, 11 Sep 2005 15:51:35 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EEXrN-0006tu-Pf for grub-devel@gnu.org; Sun, 11 Sep 2005 15:51:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EEXrE-0006pT-Ji for grub-devel@gnu.org; Sun, 11 Sep 2005 15:51:22 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EEXrD-0006ng-65 for grub-devel@gnu.org; Sun, 11 Sep 2005 15:51:19 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EEXpT-0003Gr-SM for grub-devel@gnu.org; Sun, 11 Sep 2005 15:49:32 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 8B70EFF94DA3 for ; Sun, 11 Sep 2005 21:49:02 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 11 Sep 05 19:49:02 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sun, 11 Sep 2005 21:48:51 +0200 User-Agent: KMail/1.7.2 References: <200509031454.31833.okuji@enbug.org> <87oe7992b4.fsf@student.han.nl> In-Reply-To: <87oe7992b4.fsf@student.han.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509112148.51270.okuji@enbug.org> Subject: Re: graphics mode 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, 11 Sep 2005 19:51:31 -0000 On Sunday 04 September 2005 01:09 am, Marco Gerards wrote: > Does everything (especially scrolling) still work correctly after > changing it? If it does, I do agree. Why not? > > The palette optimization is dirty, but required when the color depth is > > very small. > > How does this work? It supports only XPM format, and XPM defines a palette in the beginning of a file. So it just needs to tweak the VGA palette (up to 14 colors). Okuji