-
-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to choose gpu in the new version friendlyname how to find it。 #136
Comments
go to device manager and look under display adapters. your gpu should be listed there. copy the name of it and paste it in the xml file and it should look like this: ‘your gpu name here’ |
I tried this, but nothing happened:
Is this the right format and location for the Display Adapter name? |
In the stable versions, would this go into the adapter.txt file? NVIDIA Tesla P4 |
close! it would be “NVIDIA Tesla P4” |
with the quotes lol |
If you dont want to deal with the config files to select the GPU or any of the other settings this tool has GPU detection built in and can also Integrate with Sunshine directly to dynamically add resolution entries for your clients. It has CMD/CLI syntax. And you can save the devs some time supporting FAQ! Virtual Display Driver: Wizard |
Did anyone manage to get this actually working in the latest beta? I tried to set it via both the XML config and the Even the log states that it will use the correct GPU:
|
Just because its using that gpu, doesn't mean it will show up the control panel, I'm still waiting on nvidia to get back to me on incorporating the driver to show up in the control panel |
Thank you for the clarification. Could you elaborate on what the benefit would be right now to use the actual GPU as an adapter? (if there's any) |
I would say, mostly for gamestreaming. Using the better gpu to render the game to the vdd, and lesser gpu to encode and stream the VDD to the controlling client. Buds addition: Yes, also by default it will use the most powerful GPU, we want this due to if you have an integrated GPU we would prefer the processing to be done on that, for example, if you notice while using an IGPU, if you shake a window on a screen using that the CPU usage shoots up, so being able to use a GPU or a specific GPU will allow users to use the GPU for video processing instead. Or for example if you have two GPUS, one for displays and one for some processing used for specific applications. Its nice having the choice |
No description provided.
The text was updated successfully, but these errors were encountered: