From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MU8Ve-0007H8-OS for mharc-grub-devel@gnu.org; Thu, 23 Jul 2009 20:19:38 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MU8Vb-0007GT-Fz for grub-devel@gnu.org; Thu, 23 Jul 2009 20:19:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MU8VW-0007G9-5B for grub-devel@gnu.org; Thu, 23 Jul 2009 20:19:34 -0400 Received: from [199.232.76.173] (port=52615 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MU8VV-0007G6-Ug for grub-devel@gnu.org; Thu, 23 Jul 2009 20:19:29 -0400 Received: from mx20.gnu.org ([199.232.41.8]:12935) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MU8VU-0007Hz-OY for grub-devel@gnu.org; Thu, 23 Jul 2009 20:19:29 -0400 Received: from c60.cesmail.net ([216.154.195.49]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MU8VU-0005a7-2O for grub-devel@gnu.org; Thu, 23 Jul 2009 20:19:28 -0400 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 23 Jul 2009 20:19:26 -0400 Received: from [192.168.0.22] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id C5D8234C6A for ; Thu, 23 Jul 2009 20:30:10 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: References: <1248381129.2661.79.camel@mj> Content-Type: text/plain Date: Thu, 23 Jul 2009 20:19:24 -0400 Message-Id: <1248394764.2661.248.camel@mj> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 (2.26.3-1.fc11) Content-Transfer-Encoding: 7bit X-Detected-Operating-System: by mx20.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Subject: Re: [PATCH 2/2] SDL support 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, 24 Jul 2009 00:19:35 -0000 On Thu, 2009-07-23 at 22:44 +0200, Vladimir 'phcoder' Serbinenko wrote: > On Thu, Jul 23, 2009 at 10:32 PM, Pavel Roskin wrote: > > On Thu, 2009-07-23 at 11:49 +0200, Vladimir 'phcoder' Serbinenko wrote: > >> Hello. Here is already-discussed SDL support > > > > The patch refers to video/fb/video_fb.c, which is not included. > Well it's PATCH 2/2 and PATCH 1/2 is framebuffer split which is the > pre-requisite for this patch. I had some problems with sending but now > I checked the archives and see that the patch 1 successfully arrived Sorry, I missed that. When testing the patches together, there is a warning in grub_video_sdl_enable_double_buffering(). The "enable" argument should be marked as unused. Also, when compiling on PowerPC, configure reports that SDL is enabled, but it is not. The same applies to USB support. -- Regards, Pavel Roskin