Enabling Graphics for Nvidia Tesla GPU in Azure VM
If you're trying to use the GPUs Azure VMs for actual graphics like in game development, DirectX, or other things where the GPU has to be detected, you need to set the Tesla GPUs to WDDM mode. By default they are in TCC, which doesn't let them be detected by the system in RDP and has graphics disabled. Not even Nvidia control panel will see the card.
Solution is pretty quick - just a command line entry. It can just be done in Command Prompt, no additional software needed. Credits to the comments on Reddit here: https://www.reddit.com/r/cloudygamer/comments/7twmiq/problem_with_azure_nv6_and_nvidia_tesla_m60/
(Make sure you first have the Nvidia drivers installed, either by starting the VM with an image that has them or installing manually.)
Solution is pretty quick - just a command line entry. It can just be done in Command Prompt, no additional software needed. Credits to the comments on Reddit here: https://www.reddit.com/r/cloudygamer/comments/7twmiq/problem_with_azure_nv6_and_nvidia_tesla_m60/
(Make sure you first have the Nvidia drivers installed, either by starting the VM with an image that has them or installing manually.)
Quote
1. Open Command Prompt.
2. Enter: cd C:\Program Files\NVIDIA Corporation\NVSMI
3. Enter: nvidia-smi -l
4. Ctrl+Break...[More]
2. Enter: cd C:\Program Files\NVIDIA Corporation\NVSMI
3. Enter: nvidia-smi -l
4. Ctrl+Break...[More]
428 unique view(s)