From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LtBV8-0001fv-ON for qemu-devel@nongnu.org; Sun, 12 Apr 2009 22:02:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LtBV4-0001cb-0u for qemu-devel@nongnu.org; Sun, 12 Apr 2009 22:02:22 -0400 Received: from [199.232.76.173] (port=54832 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LtBV3-0001cM-HJ for qemu-devel@nongnu.org; Sun, 12 Apr 2009 22:02:17 -0400 Received: from fk-out-0910.google.com ([209.85.128.188]:14437) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LtBV2-0006yB-Vw for qemu-devel@nongnu.org; Sun, 12 Apr 2009 22:02:17 -0400 Received: by fk-out-0910.google.com with SMTP id z22so833036fkz.2 for ; Sun, 12 Apr 2009 19:02:15 -0700 (PDT) MIME-Version: 1.0 Date: Sun, 12 Apr 2009 23:02:14 -0300 Message-ID: From: "Carlos A. M. dos Santos" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] unknown keycodes `xfree86(abnt2)_aliases(qwerty)' 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 Hello, Each time I start qemu I see this message: unknown keycodes `xfree86(abnt2)_aliases(qwerty)', please report to qemu-devel@nongnu.org This is harmless, as far as I can tell, since the keyboard still works correctly. I'm reporting just because qemu asks me to do it. :-) Here is a summary of my environment: - FreeBSD 7-STABLE, updated on March 29 - kqemu-kmod-devel-1.4.0.p1_2 - qemu-0.10.2 - xorg-server-1.5.3_7,1 My xorg.conf configures the keyboard to Brazilian Portuguese layout (a.k.a. ABNT2): Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "abnt2" Option "XkbLayout" "br" EndSection The message goes away if I invoke qemu with "-k pt-br" but if in this case I see "Warning: no scancode found for keysym 314" when I press an accent dead key. This is a known problem, according to what I found searching in list archives. I do not subscribe qemu-devel so please CC'me in your answers. -- My preferred quotation of Robert Louis Stevenson is "You cannot make an omelette without breaking eggs". Not because I like the omelettes, but because I like the sound of eggs being broken.