Home / nVIDIA vGPU Virtual Machine has missing mouse pointer through VNC console

nVIDIA vGPU Virtual Machine has missing mouse pointer through VNC console

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

Leave a Reply