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"
EndSection
Really appreciate it :)
Heyi
On 2018/11/21 18:22, Gerd Hoffmann wrote:
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,
Gerd