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

Control does not display on device with 2 GPUs (sometimes) #22

Open
varon opened this issue Nov 23, 2020 · 2 comments · May be fixed by #30
Open

Control does not display on device with 2 GPUs (sometimes) #22

varon opened this issue Nov 23, 2020 · 2 comments · May be fixed by #30
Labels
4.0 bug Something isn't working

Comments

@varon
Copy link
Member

varon commented Nov 23, 2020

I believe this is occurring because the GL context and the DX context are running on different devices. We might need to do some fancy stuff to get them to occupy the same one.

I have a test setup we can replicate this on, but we need to figure out if either:
a) the wrong GL device is being used
b) the wrong DX device is being used.

Would love some thoughts on how we can detect this.

@varon
Copy link
Member Author

varon commented Nov 23, 2020

Current workaround was to change monitor cables to the other device.

@varon
Copy link
Member Author

varon commented Jan 6, 2021

Also related to #30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.0 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants