Changeset 83629 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Apr 8, 2020 7:08:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/GraphicsAdapterImpl.cpp
r82968 r83629 268 268 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS); 269 269 270 /** @todo quick workaround for hang with Win10 guest when 2d accel 271 * is enabled when non-VBoxVGA graphics is configured. */ 272 if (mData->graphicsControllerType == GraphicsControllerType_VBoxVGA) 273 *aAccelerate2DVideoEnabled = mData->fAccelerate2DVideo; 274 else 275 *aAccelerate2DVideoEnabled = FALSE; 270 /* bugref:9691 The legacy VHWA acceleration has been disabled completely. */ 271 *aAccelerate2DVideoEnabled = FALSE; 276 272 277 273 return S_OK;
Note:
See TracChangeset
for help on using the changeset viewer.