On Linux based virtual machines, edit the /etc/X11/xorg.conf file and disable HWCursor in the Device section as follows:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "HWCursor" "off"
EndSection
On Linux based virtual machines, edit the /etc/X11/xorg.conf file and disable HWCursor in the Device section as follows:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "HWCursor" "off"
EndSection