Skip to content
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

Display issues and crashes with multiple GPUs. #3765

Open
jboero opened this issue Apr 14, 2020 · 2 comments
Open

Display issues and crashes with multiple GPUs. #3765

jboero opened this issue Apr 14, 2020 · 2 comments

Comments

@jboero
Copy link

jboero commented Apr 14, 2020

This may be more of a Wine issue than Proton, but I just found out why no versions of Proton (4.x - 5.6) were working for me. This issue comes from part of a thread started here: #3224 (comment)

I have a primary NVidia card and a secondary AMD card with no monitor attached. Any app starting that attempts to set resolution fails as the AMD card has no screen and thus no modes available. I finally found the answers in a D3D log. The only solution I've found is to physically remove the AMD device so everything defaults to my primary. Not sure if Wine is sorting GPU devices by alphabetical order or what but how frustrating...

@kisak-valve
Copy link
Member

Hello @jboero, you should be able to workaround this issue with VK_ICD_FILENAMES or https://github.com/aejsmith/vkdevicechooser (from #2870 (comment)).

@jboero
Copy link
Author

jboero commented Apr 23, 2020

Thanks I'll try it out later. Need to pass that env var through the maze of layered processes to the right one? Or is this global for dxvk?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants