ecalder6 / azure-gaming

Cloud Gaming Made Easy
MIT License
268 stars 79 forks source link

Steam game showing display adapter "microsoft basic display adapter" #49

Closed TobiasHeck closed 3 years ago

TobiasHeck commented 3 years ago

Hi @ecalder6 , first of all thank you for this guide!

I created the VM myself, instead of using your script, but implemented all the steps anyways. Whenever I start Total War Warhammer 2 in steam via remote play, the display adapter is showing as "microsoft basic display adapter" and not as nvidia. Any idea why and how to solve that?

ecalder6 commented 3 years ago

This happens when either GRID driver is not installed correctly or Microsoft Hyper-V Video isn't disabled. Also check if TCC is disabled. See the utils.psm1 script for more details.

TobiasHeck commented 3 years ago

Thanks for taking the time to respond! I did check all of these settings, and they were all correct. At the end, I just created a new VM and it worked there ;-)