-
Notifications
You must be signed in to change notification settings - Fork 13
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
DK2 not work in direct display mode #17
Comments
What version of runtime are you using? -Mark ------ Original Message ------
|
thanks for help. any suggestion? |
If the DK2 is working and a different "compatible" one is not, I'm guessing that it is not as compatible as it claims to be. At that point in the code, the nVidia driver has recognized that it has a DirectMode-compatible display from the vendor and it is attempting to acquire the display. Not sure how to debug this, because it is basically down inside an nVidia driver call that this is failing. There must be some subtle incompatibility with the device. Does this device work with the Oculus demos in DirectMode? If so, there may be hope that something can be done. |
when I use my dk2 hmd to test OSVR with this OSVR-Oculus-Rift plugin,
I try the RenderManagerD3DExample3D.exe, and works fine in extend display mode.
but failed in direct display mode, with error:
RenderManagerNVidiaD3D11::OpenDisplay: Invalid display mode index: -1 (mode not found based on either index or parameters).
the related source code is public, so I cound not figure out what the problem is.
any one has met this problem? or know how to fix this?
notes: my dk2 works fine with oculus demo in direct mode.
The text was updated successfully, but these errors were encountered: