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

2018-11-22 Thread Heyi Guo
Thanks; I'll try it. Heyi On 2018/11/22 18:04, Gerd Hoffmann wrote: On Thu, Nov 22, 2018 at 05:08:16PM +0800, Heyi Guo wrote: Hi Gerd, One more question: do you know any VNC client which supports rich cursor extension? We'd like to try such client to see the real effect. remote-viewer (come

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

2018-11-22 Thread Gerd Hoffmann
On Thu, Nov 22, 2018 at 05:08:16PM +0800, Heyi Guo wrote: > Hi Gerd, > > One more question: do you know any VNC client which supports rich > cursor extension? We'd like to try such client to see the real effect. remote-viewer (comes with virt-viewer) supports it for sure. cheers, Gerd

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

2018-11-22 Thread Heyi Guo
Hi Gerd, One more question: do you know any VNC client which supports rich cursor extension? We'd like to try such client to see the real effect. Thanks, Heyi On 2018/11/21 16:23, Gerd Hoffmann wrote: Hi, and can’t see cursor either with “virtio-gpu”. Does that mean virtio-gpu + VNC mu

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

2018-11-21 Thread Heyi Guo
After adding a configuration file under /etc/X11/xorg.conf.d with below lines, we can finally see remote mouse cursor on the VNC viewer. Section "Device" Option "SWcursor" "True" Identifier "Card0" Driver "modesetting" BusID "PCI:10:3:0" EndSectio

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

2018-11-21 Thread Gerd Hoffmann
On Wed, Nov 21, 2018 at 04:54:15PM +0800, Heyi Guo wrote: > Hi Gerd, > > Is there any hacking way to turn off hardware cursor support for virtio-gpu, > and make the cursor also be rendered to the framebuffer? Well, you can configure xorg in the guest to force software cursor mode. cheers, Ger

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

2018-11-21 Thread Heyi Guo
Hi Gerd, Is there any hacking way to turn off hardware cursor support for virtio-gpu, and make the cursor also be rendered to the framebuffer? Thanks, Heyi On 2018/11/21 16:23, Gerd Hoffmann wrote: Hi, and can’t see cursor either with “virtio-gpu”. Does that mean virtio-gpu + VNC must

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

2018-11-21 Thread Gerd Hoffmann
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 vn