From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ApOsy-0003Cm-CF for qemu-devel@nongnu.org; Sat, 07 Feb 2004 04:36:24 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ApOsR-0002bi-MV for qemu-devel@nongnu.org; Sat, 07 Feb 2004 04:36:22 -0500 Received: from [131.188.30.103] (helo=faui03.informatik.uni-erlangen.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1ApOsR-0002bV-7q for qemu-devel@nongnu.org; Sat, 07 Feb 2004 04:35:51 -0500 Received: from faui03.informatik.uni-erlangen.de (faui03.informatik.uni-erlangen.de [131.188.30.103]) by faui03.informatik.uni-erlangen.de (8.12.9/8.12.9) with ESMTP id i179ZnHD022864 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 7 Feb 2004 09:35:49 GMT Received: (from sithglan@localhost) by faui03.informatik.uni-erlangen.de (8.12.9/8.12.9) id i179Zn94022863 for qemu-devel@nongnu.org; Sat, 7 Feb 2004 10:35:49 +0100 (CET) Date: Sat, 7 Feb 2004 10:35:49 +0100 From: Thomas Glanzmann Subject: Re: [Qemu-devel] How to send Ctrl+Alt+F1 to guest OS? Message-ID: <20040207093549.GA20159@stud.uni-erlangen.de> References: <200402061916.43243.joshdeb@metzlers.org> <20040207083319.A26273@bbland> <20040207075831.GG666@stud.uni-erlangen.de> <20040207083213.GA5082@fresh-install> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040207083213.GA5082@fresh-install> Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, > If you have the vlock package installed on your host, try running > "vlock -a" from the command line. nice tool. I didn't know about it. But it isn't working under X for me. > You can make this change permanent as well. XFree86 4.3.0 and later > have the "DontVTSwitch" option in the "ServerFlags" section to disable > VT console switching (CNTL-ALT-Fn) That's true. But there is also the possibility for the application to control this. If you start vmware (even from remote) ctrl-alt-f1 won't switch your terminal but the one of the virtual machine. Thomas