qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] unknown keycodes `xfree86(abnt2)_aliases(qwerty)'
@ 2009-04-13  2:02 Carlos A. M. dos Santos
  2009-04-13 11:37 ` andrzej zaborowski
  0 siblings, 1 reply; 2+ messages in thread
From: Carlos A. M. dos Santos @ 2009-04-13  2:02 UTC (permalink / raw)
  To: qemu-devel

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] unknown keycodes `xfree86(abnt2)_aliases(qwerty)'
  2009-04-13  2:02 [Qemu-devel] unknown keycodes `xfree86(abnt2)_aliases(qwerty)' Carlos A. M. dos Santos
@ 2009-04-13 11:37 ` andrzej zaborowski
  0 siblings, 0 replies; 2+ messages in thread
From: andrzej zaborowski @ 2009-04-13 11:37 UTC (permalink / raw)
  To: qemu-devel, Carlos A. M. dos Santos

2009/4/13 Carlos A. M. dos Santos <unixmania@gmail.com>:
> Hello,
>
> Each time I start qemu I see this message:
>
>    unknown keycodes `xfree86(abnt2)_aliases(qwerty)', please report
> to qemu-devel@nongnu.org

I changed sdl.c to accept all strings starting with xfree86 and evdev
rather than xfree86_ and evdev_ because we're only interested in
whether the keymap used is an evdev or an X one.  With my Xorg 1.5 I
had a similar warning and someone else using an evdev driver also had
a similar one.

Thanks for report

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-13 11:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-13  2:02 [Qemu-devel] unknown keycodes `xfree86(abnt2)_aliases(qwerty)' Carlos A. M. dos Santos
2009-04-13 11:37 ` andrzej zaborowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).