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 1BJBHS-0002Rp-2W for qemu-devel@nongnu.org; Thu, 29 Apr 2004 09:08:46 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BJBGp-0002Ix-0x for qemu-devel@nongnu.org; Thu, 29 Apr 2004 09:08:38 -0400 Received: from [204.183.119.77] (helo=dash.soliddesign.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BJAxx-0008N1-W0 for qemu-devel@nongnu.org; Thu, 29 Apr 2004 08:48:38 -0400 Received: from 6-allhosts (unknown [10.2.3.220]) by dash.soliddesign.net (Postfix) with ESMTP id 642C7576C0 for ; Thu, 29 Apr 2004 07:48:31 -0500 (EST) From: Joe Batt In-Reply-To: <200404291105.31188.jm@poure.com> References: <200404291105.31188.jm@poure.com> Content-Type: text/plain Message-Id: <1083242911.32279.5.camel@localhost> Mime-Version: 1.0 Date: Thu, 29 Apr 2004 07:48:31 -0500 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] keyboard under VNC 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 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). Joe