From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1GNrTQ-00031b-MJ for mharc-grub-devel@gnu.org; Thu, 14 Sep 2006 09:41:48 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GNrTO-00030X-NQ for grub-devel@gnu.org; Thu, 14 Sep 2006 09:41:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GNrTM-00030B-SH for grub-devel@gnu.org; Thu, 14 Sep 2006 09:41:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GNrTM-000308-NC for grub-devel@gnu.org; Thu, 14 Sep 2006 09:41:44 -0400 Received: from [157.24.2.30] (helo=smtp1.cc.lut.fi) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GNrVJ-0005uS-K6 for grub-devel@gnu.org; Thu, 14 Sep 2006 09:43:45 -0400 Received: from localhost (smtp1 [127.0.0.1]) by smtp1.cc.lut.fi (Postfix) with ESMTP id A1C027065F for ; Thu, 14 Sep 2006 16:41:41 +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 21037-10 for ; Thu, 14 Sep 2006 16:41:41 +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 5246070613 for ; Thu, 14 Sep 2006 16:41:40 +0300 (EEST) Message-ID: <45095C26.7000307@nic.fi> Date: Thu, 14 Sep 2006 16:41:58 +0300 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: The development of GRUB 2 References: <20060909192239.GC10618@penguin.homenetwork> In-Reply-To: <20060909192239.GC10618@penguin.homenetwork> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Scanned: by lut.fi Content-Transfer-Encoding: quoted-printable Subject: Re: I need some help with 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: Thu, 14 Sep 2006 13:41:47 -0000 Khaled Hosny wrote: > I was exploring the new video subsystem of GRUB2 (1.94), I followed the > instructions in GRUB wiki about using gfxterm. > This what I did: > insmod video > insmod vbe > insmod font > font (fd1)/unifont.pff > insmod gfxterm > set gfxmode 1024x768x32 > insmod terminal > OK, no errors till now, then: > terminal gfxterm > here I got that error: > error: Can't locate valid adapter for mode > and nothing changes. > BTW I'm trying this under qemu. Hi, Well, perhaps QEMU just doesn't support that mode... I tried this sequence with exception (set gfxmode=3D1024x768x32) in VMWar= e and it works nicely. You can specify "set gfxmode=3D1024x768" to auto detect best color mode. You can use vbeinfo module to determine available modes. insmod vbeinfo vbeinfo Thanks, Vesa J=E4=E4skel=E4inen