VirtualBox

Changeset 83629 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Apr 8, 2020 7:08:13 PM (5 years ago)
Author:
vboxsync
Message:

Main: disable the legacy VHWA interface setting. bugref:9691

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/GraphicsAdapterImpl.cpp

    r82968 r83629  
    268268    AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS);
    269269
    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;
    276272
    277273    return S_OK;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette