qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] 答复: Can't see mouse cursor on VNC viewer


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] 答复: Can't see mouse cursor on VNC viewer
Date: Wed, 21 Nov 2018 09:23:07 +0100
User-agent: NeoMutt/20180716

  Hi,

> and can’t see cursor either with “virtio-gpu”. Does that mean
> virtio-gpu + VNC must rely on VNC client to draw the cursor image on
> the screen?

Yes.  virtio-gpu sends the cursor to the vnc client (via rich cursor
extension) and expects the vnc client to show it.  So, if you ask your
vnc client to not show the rich cursor the cursor is gone.  Solution:
don't do that.

stdvga has no hardware cursor support, so it is rendered to the
framebuffer (by the guest).

cirrus hardware cursor can't be mapped to rich cursor,
so it is rendered to the framebuffer too (by qemu this time).

cheers,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]