From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1I2sgi-00082w-PV for mharc-grub-devel@gnu.org; Mon, 25 Jun 2007 13:49:20 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I2sgg-00081b-9N for grub-devel@gnu.org; Mon, 25 Jun 2007 13:49:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I2sgf-000817-Dv for grub-devel@gnu.org; Mon, 25 Jun 2007 13:49:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2sge-00080p-Va for grub-devel@gnu.org; Mon, 25 Jun 2007 13:49:17 -0400 Received: from ug-out-1314.google.com ([66.249.92.170]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I2sge-0003OB-Gj for grub-devel@gnu.org; Mon, 25 Jun 2007 13:49:16 -0400 Received: by ug-out-1314.google.com with SMTP id 34so1524611ugf for ; Mon, 25 Jun 2007 10:49:15 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=lXkai/sgWvHwtiH2rFIfIbJnJ5+T8u7r7OCVrO57CDoRTtg7qdBvVpD61KO0souDt9UnurDHzp4s7Dj/WIa8576I6JMd/IYW++R/gtJgv/yWppE53WrpFh7Kena3OjvvKNxYCl2J3iADh67gg6GF4RLSPB4HAlTHLCum1P+VPHE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=fUKDPZRYSOC4VY7tGl71gv9vkBEihf6MRnZ+zc5Ukor+7Lic9Yjc3ZST7/zAKdDjspCQ2/DA0BCNrduFVVP+C5sEGWXQpnPaRzUbQwhcYubrUGIJeOTdLcC95DZrHW/YdozoprWaGM7NN/628nKp9NU/4mhCJZ9qSeyDXKWahbk= Received: by 10.66.216.14 with SMTP id o14mr5293320ugg.1182793755800; Mon, 25 Jun 2007 10:49:15 -0700 (PDT) Received: from ?192.168.1.5? ( [83.42.180.223]) by mx.google.com with ESMTP id s7sm2810822uge.2007.06.25.10.49.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 25 Jun 2007 10:49:15 -0700 (PDT) Message-ID: <4687E913.4030206@gmail.com> Date: Sun, 01 Jul 2007 19:49:07 +0200 From: adrian15 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: The development of GRUB 2 References: <200706201936.l5KJaXv14435@server1.secure-linux-server.com> In-Reply-To: <200706201936.l5KJaXv14435@server1.secure-linux-server.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) Subject: Re: Grub2 request 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: Mon, 25 Jun 2007 17:49:18 -0000 Amin Azez escribió: > Grub allows "press any key to continue" on multiple consoles. > It would be nice if the text could be specified per-console. > > I know some serial port based 2 line lcd screens that would want smaller text. > > Different get-key drivers would be good, these lcd screens have to poll to read keypresses. > > They have 4 keys, up, down esc and enter; enough to navigate a grub menu. > > If this sounds good, I'm willing to write the lcd specific code. > > Sam Does anyone know if grub2 is designed so that it has different outputs and different behaviour on these different outputs? adrian15