From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1UBdfY-0006ee-Nw for mharc-grub-devel@gnu.org; Fri, 01 Mar 2013 23:03:32 -0500 Received: from eggs.gnu.org ([208.118.235.92]:45837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBdfW-0006eY-6a for grub-devel@gnu.org; Fri, 01 Mar 2013 23:03:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UBdfU-0005Vf-WB for grub-devel@gnu.org; Fri, 01 Mar 2013 23:03:30 -0500 Received: from mail-la0-x234.google.com ([2a00:1450:4010:c03::234]:37167) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBdfU-0005Va-Oq for grub-devel@gnu.org; Fri, 01 Mar 2013 23:03:28 -0500 Received: by mail-la0-f52.google.com with SMTP id fs12so3522832lab.39 for ; Fri, 01 Mar 2013 20:03:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; bh=UuzB1iK/gzBBJyu4PFUJcizsett96Vth+ZIS9vrZM7U=; b=jkyFBHyXiBYfL+gf0JZ4r47r0Z+s5nQqLA08Ku66/u0V5sqlT87eYTHKA9lZX4X3zu Uz+rkgK49Pmrl//lqCbQYvfX5Tit8EQwgwqCUpkuIrsNwv6/IVHJlkNcct5gvl9BxW64 uhO/muyjRU6Z0KbHVAEo34QNFdoF6xgV9BdFZdnI9n2gBGlBNc3GdrywqHtEo3SXX9dm YpRqHZh3HMMoAt2sYaWJ7mXd+N8jENziAy3YbtLVQKfdKwbXr0dxPrSLS1FEKYVz67IO XGafMU3GDmu4ieCKFGt9VHgDw5c9ZSSCpmkilIZOpaq7TpuMJA7bhtc4183r0ReY+7yx RHIg== X-Received: by 10.112.29.72 with SMTP id i8mr1208378lbh.61.1362197006465; Fri, 01 Mar 2013 20:03:26 -0800 (PST) Received: from opensuse.site (ppp79-139-243-180.pppoe.spdop.ru. [79.139.243.180]) by mx.google.com with ESMTPS id gm20sm7693119lab.7.2013.03.01.20.03.25 (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 01 Mar 2013 20:03:25 -0800 (PST) Date: Sat, 2 Mar 2013 08:03:22 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: Re: Console Resolution with GRUB2 Message-ID: <20130302080322.08cb1926@opensuse.site> In-Reply-To: References: <7BA83AD3-3A95-48E9-A48D-32A2EA555D7C@colorremedies.com> <5110B696.6040705@gmail.com> <5112DCBA.2070003@catcity.dyndns.org> <51269D62.4050604@gmail.com> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.10; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::234 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 04:03:31 -0000 В Fri, 1 Mar 2013 16:43:10 -0800 Jordan Uggla пишет: > > So if GRUB_GFXMODE=640x480 is not getting you what you want, then > you're not seeing a difference between grub legacy and grub2, you're > seeing a difference between older *kernels* and newer *kernels* with > technology like Kernel Mode Setting. One more difference is 16 bit vs. 32 bit boot protocol; grub legacy is using 16 bit, grub2 is using 32 bit by default. To compare apples with apples one need to use linux16 in grub2.