qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC] How to deal with the conflict between DE keymap and qemu console ?
@ 2014-05-21  7:33 Gonglei (Arei)
  2014-05-21 12:25 ` Gerd Hoffmann
  0 siblings, 1 reply; 5+ messages in thread
From: Gonglei (Arei) @ 2014-05-21  7:33 UTC (permalink / raw)
  To: qemu-devel@nongnu.org; +Cc: Gerd Hoffmann

Hi, Gerd

The issues has been reported a few months ago.  The previous mail:
https://lists.gnu.org/archive/html/qemu-devel/2014-01/msg01600.html

Any ideas? Thanks!


Best regards,
-Gonglei

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

* Re: [Qemu-devel] [RFC] How to deal with the conflict between DE keymap and qemu console ?
  2014-05-21  7:33 [Qemu-devel] [RFC] How to deal with the conflict between DE keymap and qemu console ? Gonglei (Arei)
@ 2014-05-21 12:25 ` Gerd Hoffmann
  2014-05-22  2:48   ` Gonglei (Arei)
  0 siblings, 1 reply; 5+ messages in thread
From: Gerd Hoffmann @ 2014-05-21 12:25 UTC (permalink / raw)
  To: Gonglei (Arei); +Cc: qemu-devel@nongnu.org

On Mi, 2014-05-21 at 07:33 +0000, Gonglei (Arei) wrote:
> Hi, Gerd
> 
> The issues has been reported a few months ago.  The previous mail:
> https://lists.gnu.org/archive/html/qemu-devel/2014-01/msg01600.html
> 
> Any ideas?

Works perfectly fine for me.
What vnc client is this?

cheers,
  Gerd

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

* Re: [Qemu-devel] [RFC] How to deal with the conflict between DE keymap and qemu console ?
  2014-05-21 12:25 ` Gerd Hoffmann
@ 2014-05-22  2:48   ` Gonglei (Arei)
  2014-05-22  6:00     ` Gerd Hoffmann
  0 siblings, 1 reply; 5+ messages in thread
From: Gonglei (Arei) @ 2014-05-22  2:48 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: qemu-devel@nongnu.org

> -----Original Message-----
> From: Gerd Hoffmann [mailto:kraxel@redhat.com]
> Sent: Wednesday, May 21, 2014 8:25 PM
> To: Gonglei (Arei)
> Cc: qemu-devel@nongnu.org
> Subject: Re: [RFC] How to deal with the conflict between DE keymap and qemu
> console ?
> 
> On Mi, 2014-05-21 at 07:33 +0000, Gonglei (Arei) wrote:
> > Hi, Gerd
> >
> > The issues has been reported a few months ago.  The previous mail:
> > https://lists.gnu.org/archive/html/qemu-devel/2014-01/msg01600.html
> >
> > Any ideas?
> 
> Works perfectly fine for me.
> What vnc client is this?
> 
I tested two kinds of vnc clients:
1) VNC Viewer Free Edition 4.1.2
2) TightVNC Viewer for Windows Version 2.6.4

The qemu command line:
./qemu-system-x86_64 -enable-kvm -m 4096 -smp 4 -name sles-ethernet -boot c -k de -drive file=/mnt/sdb/gonglei/image/win7_32_2U
-vnc 0.0.0.0:10 -monitor stdio


Best regards,
-Gonglei

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

* Re: [Qemu-devel] [RFC] How to deal with the conflict between DE keymap and qemu console ?
  2014-05-22  2:48   ` Gonglei (Arei)
@ 2014-05-22  6:00     ` Gerd Hoffmann
  2014-05-22  6:09       ` Gonglei (Arei)
  0 siblings, 1 reply; 5+ messages in thread
From: Gerd Hoffmann @ 2014-05-22  6:00 UTC (permalink / raw)
  To: Gonglei (Arei); +Cc: qemu-devel@nongnu.org

  Hi,

> > Works perfectly fine for me.
> > What vnc client is this?
> > 
> I tested two kinds of vnc clients:
> 1) VNC Viewer Free Edition 4.1.2
> 2) TightVNC Viewer for Windows Version 2.6.4

Ah, windows vnc clients.  I've tested with linux.

I'll have a look.  Do you have download links for me?

thanks,
  Gerd

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

* Re: [Qemu-devel] [RFC] How to deal with the conflict between DE keymap and qemu console ?
  2014-05-22  6:00     ` Gerd Hoffmann
@ 2014-05-22  6:09       ` Gonglei (Arei)
  0 siblings, 0 replies; 5+ messages in thread
From: Gonglei (Arei) @ 2014-05-22  6:09 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: qemu-devel@nongnu.org

> -----Original Message-----
> From: Gerd Hoffmann [mailto:kraxel@redhat.com]
> Sent: Thursday, May 22, 2014 2:00 PM
> To: Gonglei (Arei)
> Cc: qemu-devel@nongnu.org
> Subject: Re: [RFC] How to deal with the conflict between DE keymap and qemu
> console ?
> 
>   Hi,
> 
> > > Works perfectly fine for me.
> > > What vnc client is this?
> > >
> > I tested two kinds of vnc clients:
> > 1) VNC Viewer Free Edition 4.1.2
> > 2) TightVNC Viewer for Windows Version 2.6.4
> 
> Ah, windows vnc clients.  I've tested with linux.
> 
> I'll have a look.  Do you have download links for me?
> 
Thanks, Sure.

1)VNC Viewer: www.realvnc.com

2) TightVNC: http://www.tightvnc.com/?f=va


Best regards,
-Gonglei

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

end of thread, other threads:[~2014-05-22  6:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-21  7:33 [Qemu-devel] [RFC] How to deal with the conflict between DE keymap and qemu console ? Gonglei (Arei)
2014-05-21 12:25 ` Gerd Hoffmann
2014-05-22  2:48   ` Gonglei (Arei)
2014-05-22  6:00     ` Gerd Hoffmann
2014-05-22  6:09       ` Gonglei (Arei)

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).