From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1M5OUh-0005Uh-Jy for mharc-grub-devel@gnu.org; Sat, 16 May 2009 14:20:23 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M5OUg-0005Sq-Cq for grub-devel@gnu.org; Sat, 16 May 2009 14:20:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M5OUc-0005Ql-2e for grub-devel@gnu.org; Sat, 16 May 2009 14:20:22 -0400 Received: from [199.232.76.173] (port=51647 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M5OUb-0005Qg-SQ for grub-devel@gnu.org; Sat, 16 May 2009 14:20:17 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]:49453) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M5OUb-0004Vm-AT for grub-devel@gnu.org; Sat, 16 May 2009 14:20:17 -0400 Received: from [85.180.37.101] (e180037101.adsl.alicedsl.de [85.180.37.101]) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis) id 0MKxQS-1M5OUZ2uOa-00025p; Sat, 16 May 2009 20:20:16 +0200 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: References: Content-Type: text/plain Date: Sat, 16 May 2009 20:20:14 +0200 Message-Id: <1242498014.3701.10.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1.1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1/yv2Ol3N75zfKd3pnimYskDhEEH66CyjCLy81 2WRG/Tvrqzq1yKVg77JXSkxHc5xIYVqQG2Z9Y2JSOT98i0ueM0 1q82PvQOYaRkVtLwx4bChtQVnoAD6vg X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [PATCH] gfxpayload 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: Sat, 16 May 2009 18:20:22 -0000 Am Samstag, den 16.05.2009, 20:01 +0200 schrieb Vladimir 'phcoder' Serbinenko: > Hello. Here is a long-discussed gfxpayload patch. To start linux in > 1024x768 mode do: > insmod vbe > gfxmode=1024x768 > linux ... > ... > boot > Multiple modes can be separated by either comma or semicolon. First > mode can be "keep" which will make the system keep the current mode if > accepted by kernel. Another special value is "text" which will put in > text mode. > Can someone check that vga= backward compatibility code interprets > values correctly? > With linux for a reason I don't know it results in black screen in > qemu. But perhaps it's a problem with my kernel > Now it's the same syntax for xnu too. Just remember that current xnu > loader support 32-bit modes only Just tried it in VMware. With set gfxmode=1024x768x24 and set gfxpayload=1024x768x24 and no vga= option I just get the normal text mode with set gfxpayload=keep it works and also vga=0x317 works too. -- Felix Zielcke