Activate NVIDIA GRID Virtual Applications
To activate the GRID Virtual Applications on G3, G4dn, and G5 instances (NVIDIA GRID
Virtual Workstation is enabled by default), you must define the product type for the
driver in the /etc/nvidia/gridd.conf
file.
To activate GRID Virtual Applications on Linux instances
-
Create the
/etc/nvidia/gridd.conffile from the provided template file.[ec2-user ~]$sudo cp /etc/nvidia/gridd.conf.template /etc/nvidia/gridd.conf -
Open the
/etc/nvidia/gridd.conffile in your favorite text editor. -
Find the
FeatureTypeline, and set it equal to0. Then add a line withIgnoreSP=TRUE.FeatureType=0 IgnoreSP=TRUE -
Save the file and exit.
-
Reboot the instance to pick up the new configuration.
[ec2-user ~]$sudo reboot