All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] Qemu CVS under Debian SID / Missing lgpm library
@ 2004-04-29  9:05 Jean-Michel POURE
  2004-04-29 12:48 ` [Qemu-devel] keyboard under VNC Joe Batt
  2004-04-29 18:34 ` [Qemu-devel] Qemu CVS under Debian SID / Missing lgpm library Roman Zippel
  0 siblings, 2 replies; 4+ messages in thread
From: Jean-Michel POURE @ 2004-04-29  9:05 UTC (permalink / raw)
  To: qemu-devel

Dear all,

Qemu CVS compilation fails under Debian SID because of a broken sdl-config. I 
opened a bug on the Debian tracking system today. But it may take some time 
and it would nice to think of a turnaround.

For example, it used to be possible to add the -lgpm switch in 
config-host.mak. Where can the missing switch be added now?

Cheers,
Jean-Michel

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

* [Qemu-devel] keyboard under VNC
  2004-04-29  9:05 [Qemu-devel] Qemu CVS under Debian SID / Missing lgpm library Jean-Michel POURE
@ 2004-04-29 12:48 ` Joe Batt
  2004-04-29 19:26   ` Fabrice Bellard
  2004-04-29 18:34 ` [Qemu-devel] Qemu CVS under Debian SID / Missing lgpm library Roman Zippel
  1 sibling, 1 reply; 4+ messages in thread
From: Joe Batt @ 2004-04-29 12:48 UTC (permalink / raw)
  To: qemu-devel

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

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

* Re: [Qemu-devel] Qemu CVS under Debian SID / Missing lgpm library
  2004-04-29  9:05 [Qemu-devel] Qemu CVS under Debian SID / Missing lgpm library Jean-Michel POURE
  2004-04-29 12:48 ` [Qemu-devel] keyboard under VNC Joe Batt
@ 2004-04-29 18:34 ` Roman Zippel
  1 sibling, 0 replies; 4+ messages in thread
From: Roman Zippel @ 2004-04-29 18:34 UTC (permalink / raw)
  To: jm, qemu-devel

[-- Attachment #1: Type: text/plain, Size: 286 bytes --]

Hi,

Jean-Michel POURE wrote:

> Qemu CVS compilation fails under Debian SID because of a broken sdl-config. I 
> opened a bug on the Debian tracking system today. But it may take some time 
> and it would nice to think of a turnaround.

The attached patch fixes this here.

bye, Roman

[-- Attachment #2: qemu.configure.diff --]
[-- Type: text/x-patch, Size: 664 bytes --]

Index: configure
===================================================================
RCS file: /cvsroot/qemu/qemu/configure,v
retrieving revision 1.34
diff -u -p -r1.34 configure
--- configure	22 Apr 2004 21:46:47 -0000	1.34
+++ configure	29 Apr 2004 18:31:17 -0000
@@ -220,7 +220,7 @@ aa="no"
 `$sdl_config --static-libs | grep \\\-laa > /dev/null` && aa="yes"
 sdl_static_libs=`$sdl_config --static-libs`
 if [ "$aa" = "yes" ] ; then
-  sdl_static_libs="$sdl_static_libs `aalib-config --libs`"
+  sdl_static_libs="$sdl_static_libs `aalib-config --static-libs`"
 fi
 
 if $cc -o $TMPE `$sdl_config --cflags 2> /dev/null` $TMPC $sdl_static_libs 2> /dev/null; then

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

* Re: [Qemu-devel] keyboard under VNC
  2004-04-29 12:48 ` [Qemu-devel] keyboard under VNC Joe Batt
@ 2004-04-29 19:26   ` Fabrice Bellard
  0 siblings, 0 replies; 4+ messages in thread
From: Fabrice Bellard @ 2004-04-29 19:26 UTC (permalink / raw)
  To: qemu-devel

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.

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

end of thread, other threads:[~2004-04-29 19:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-29  9:05 [Qemu-devel] Qemu CVS under Debian SID / Missing lgpm library Jean-Michel POURE
2004-04-29 12:48 ` [Qemu-devel] keyboard under VNC Joe Batt
2004-04-29 19:26   ` Fabrice Bellard
2004-04-29 18:34 ` [Qemu-devel] Qemu CVS under Debian SID / Missing lgpm library Roman Zippel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.