From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BJHF1-0007XS-Jl for qemu-devel@nongnu.org; Thu, 29 Apr 2004 15:30:39 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BJHDF-0006kW-5n for qemu-devel@nongnu.org; Thu, 29 Apr 2004 15:29:22 -0400 Received: from [193.252.22.27] (helo=mwinf0401.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BJH9H-0004mZ-2J for qemu-devel@nongnu.org; Thu, 29 Apr 2004 15:24:43 -0400 Received: from bellard.org (ATuileries-112-1-3-24.w81-48.abo.wanadoo.fr [81.48.134.24]) by mwinf0401.wanadoo.fr (SMTP Server) with ESMTP id 08AFD5800093 for ; Thu, 29 Apr 2004 21:24:42 +0200 (CEST) Message-ID: <409156FA.6000107@bellard.org> Date: Thu, 29 Apr 2004 21:26:50 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] keyboard under VNC References: <200404291105.31188.jm@poure.com> <1083242911.32279.5.camel@localhost> In-Reply-To: <1083242911.32279.5.camel@localhost> 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 Joe Batt wrote: > When I connect to my Linux machine via VNC (the X server version), then > start up a QEMU session, the keyboard is all screwy. For instance, > pressing d prints f (d->f, f->h, c->d, v->i, g->j, h->k, and neither > shift nor delete work as examples). It works when I sit at the local X > session though. > > Any ideas as to why? All my other apps seem to work fine (except > VMWare, which doesn't repaint reliably and shares the mouse scaling > problems with QEMU). QEMU currently uses the raw PC scancodes returned by the X11 server in order to avoid keymaps problems. I can add an alternate method based on X11 keysyms, but you will have to give an option to QEMU to select the language of your keyboard. Fabrice.