From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BWCYd-0002ET-JM for qemu-devel@nongnu.org; Fri, 04 Jun 2004 07:08:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BWCYb-0002DQ-VM for qemu-devel@nongnu.org; Fri, 04 Jun 2004 07:08:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BWCYb-0002DN-QP for qemu-devel@nongnu.org; Fri, 04 Jun 2004 07:08:17 -0400 Received: from [193.252.22.23] (helo=mwinf0802.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BWCXd-0004e7-LK for qemu-devel@nongnu.org; Fri, 04 Jun 2004 07:07:17 -0400 Received: from bellard.org (ATuileries-112-1-1-246.w80-11.abo.wanadoo.fr [80.11.167.246]) by mwinf0802.wanadoo.fr (SMTP Server) with ESMTP id ABEEE18001E3 for ; Fri, 4 Jun 2004 13:07:16 +0200 (CEST) Message-ID: <40C05877.7030600@bellard.org> Date: Fri, 04 Jun 2004 13:09:43 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Linux Tip: switch to console References: <20040603000208.GA16903@jbrown.mylinuxbox.org> <40BF45BB.3070109@bellard.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Johannes Schindelin wrote: > Hi, > > just found a way to switch from X to a text console with Linux as a guest > OS: > - while not grabbing, move your mouse into the qemu window > - Press down Ctrl+Alt, keep them pressed while moving out of that window > - Now release them > - Move your mouse back into qemu's window > - Press F1 (or F2, F3, ...) > > It was so simple that I didn't think of it earlier ... > Of course, this only works if that auto-releasing patch is not applied... You can also use the new monitor command: sendkey ctrl-alt-f1 Fabrice.