From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1St4nV-0006ay-7o for qemu-devel@nongnu.org; Sun, 22 Jul 2012 18:38:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1St4nU-0003b3-5D for qemu-devel@nongnu.org; Sun, 22 Jul 2012 18:38:45 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]:64442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1St4nT-0003az-RI for qemu-devel@nongnu.org; Sun, 22 Jul 2012 18:38:44 -0400 Message-ID: <500C80F9.1000101@rdsoftware.de> Date: Mon, 23 Jul 2012 00:38:49 +0200 From: Erik Rull MIME-Version: 1.0 References: <681600549.437398.1342421237548.JavaMail.open-xchange@email.1und1.de> <5003C007.8040904@redhat.com> In-Reply-To: <5003C007.8040904@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Disabling Console Switch using Ctrl + Alt + 2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: "qemu-devel@nongnu.org" Paolo Bonzini wrote: > Il 16/07/2012 08:47, Erik Rull ha scritto: >> >> >> how can I disable a switch to the "parallel0" console when accidentially >> pressing Ctrl + Alt + 2? >> >> I don't need such a feature and it confuses some users of the running guest >> system (some language layouts have the @ placed on the 2 where you need to >> access either with AltGr or Ctrl + Alt). > > You can just disable the parallel port with "-parallel none". > > Paolo > Thanks - and this seems to be included when using -nodefaults, which does even more for me :-) Best regards, Erik