From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1UBFvT-0000lH-Ps for mharc-grub-devel@gnu.org; Thu, 28 Feb 2013 21:42:23 -0500 Received: from eggs.gnu.org ([208.118.235.92]:60201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBFvR-0000l3-Ia for grub-devel@gnu.org; Thu, 28 Feb 2013 21:42:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UBFvQ-0006uO-Fv for grub-devel@gnu.org; Thu, 28 Feb 2013 21:42:21 -0500 Received: from mail-lb0-f176.google.com ([209.85.217.176]:33701) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBFvQ-0006uF-8f for grub-devel@gnu.org; Thu, 28 Feb 2013 21:42:20 -0500 Received: by mail-lb0-f176.google.com with SMTP id s4so1873897lbc.21 for ; Thu, 28 Feb 2013 18:42:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:cc:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=kI/30tXUsOpO0ZEs3VSe/RtA1TiryUGbntLuQWBxbqs=; b=yaTEG3L6h6WNum6gcCAlcpKVX2bwSGDte6lad0idNxkwSctU/2dovyhA851BUtEgaG W84WE+l2vnmlt6hstSAJirJEFoDvJ8nIPqNl1q+tKv8ILyTRk6Mkqpku3pFcocSr2/Gw bGNTglf3fuDbDpnvQ5zKQdlOhry/Xy3bagt7QwGcbetF4u606D44Ew0HzY9bQ/i1drFZ kgixSaSFYJbJP3H05rQvaYL7f5TWldOli9ViVqWzgZ0L3Q+Udpj0RidFrZ8cJ/zeXtDf v6vXDQkQ3nt7mGjVBDMF+VqKY7MobdZfhjlOvE2Gm7RevZz+dOIXd4A9p/XfQ8GRc+iA NWwQ== X-Received: by 10.112.87.66 with SMTP id v2mr79486lbz.130.1362105739093; Thu, 28 Feb 2013 18:42:19 -0800 (PST) Received: from opensuse.site (ppp79-139-243-180.pppoe.spdop.ru. [79.139.243.180]) by mx.google.com with ESMTPS id g6sm3539048lbd.14.2013.02.28.18.42.17 (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 28 Feb 2013 18:42:18 -0800 (PST) Date: Fri, 1 Mar 2013 06:42:16 +0400 From: Andrey Borzenkov To: The development of GNU GRUB Subject: Re: Console Resolution with GRUB2 Message-ID: <20130301064216.2dfd3a88@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: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.217.176 Cc: n1ea@arrl.net 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: Fri, 01 Mar 2013 02:42:22 -0000 В Thu, 28 Feb 2013 18:44:05 -0500 "D.J.J. Ring, Jr." пишет: > Hello Bruce, > > The "problem" with this is that grub.cfg says "Do Not Edit this File". > > Why cannot grub2 have an easy way to change console resolution? > info grub2 > Configuration > Simple configuration `GRUB_GFXMODE' Set the resolution used on the `gfxterm' graphical terminal. Note that you can only use modes which your graphics card supports via VESA BIOS Extensions (VBE), so for example native LCD panel resolutions may not be available. The default is `auto', which tries to select a preferred resolution. *Note gfxmode::.