From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1HjtIE-0003tm-Ku for mharc-grub-devel@gnu.org; Fri, 04 May 2007 04:37:34 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HjtIB-0003ou-8q for grub-devel@gnu.org; Fri, 04 May 2007 04:37:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HjtI9-0003m0-I1 for grub-devel@gnu.org; Fri, 04 May 2007 04:37:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjtI9-0003lc-AG for grub-devel@gnu.org; Fri, 04 May 2007 04:37:29 -0400 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HjtBW-0003WL-GT for grub-devel@gnu.org; Fri, 04 May 2007 04:30:38 -0400 Received: from smtp-vbr12.xs4all.nl ([194.109.24.32]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HjtBU-0003Bn-4V for grub-devel@gnu.org; Fri, 04 May 2007 04:30:36 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr12.xs4all.nl (8.13.8/8.13.8) with ESMTP id l448UV8Q075346 for ; Fri, 4 May 2007 10:30:31 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <20070503185011.GA23556@aragorn> Mail-Copies-To: mgerards@xs4all.nl Date: Fri, 04 May 2007 10:30:33 +0200 In-Reply-To: <20070503185011.GA23556@aragorn> (Robert Millan's message of "Thu, 3 May 2007 20:50:11 +0200") Message-ID: <876479ous6.fsf@xs4all.nl> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner X-detected-kernel: FreeBSD 4.6-4.9 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) Subject: Re: [PATCH] terminal is not set back to console 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: Fri, 04 May 2007 08:37:31 -0000 Robert Millan writes: > When using gfxterm, and booting a kernel in this mode, Linux won't be able to > print anything to the console. This patch fixes it so that terminal is set > back to normal console during deinitialisation. > > Tested and known to work, although I'm not 1:1 sure if this is the right place > to do it. Feel free to apply this patch. -- Marco