Changeset 59177 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp
- Timestamp:
- Dec 17, 2015 4:35:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp
r58974 r59177 7522 7522 #endif 7523 7523 } 7524 else7525 {7526 /* If host reports minimal OpenGL capabilities. */7527 if (VBoxMpCrGetHostCaps() & CR_VBOX_CAP_HOST_CAPS_NOT_SUFFICIENT)7528 {7529 LOGREL(("Host reported minimal OpenGL capabilities. Rolling back."));7530 /* The proper fix would be to switch driver to display-only mode, however, it is currently broken (at least for Win8.1 guests).7531 'Status = STATUS_UNSUCCESSFUL;' prevents driver from loading and therefore forces Windows to use its default driver => 3D content is shown.7532 The 'g_VBoxDisplayOnly = 1;' is commented out intentionally; please uncomment when display-only mode will be7533 fixed and remove 'Status = STATUS_UNSUCCESSFUL;' one. */7534 Status = STATUS_UNSUCCESSFUL;7535 #ifdef VBOX_WDDM_WIN87536 //g_VBoxDisplayOnly = 1;7537 #endif7538 }7539 }7540 7524 7541 7525 #if 0 //defined(DEBUG_misha) && defined(VBOX_WDDM_WIN8)
Note:
See TracChangeset
for help on using the changeset viewer.