VirtualBox

Ignore:
Timestamp:
Oct 23, 2014 8:51:32 AM (10 years ago)
Author:
vboxsync
Message:

VBoxMPWddm: do not start on W10 preview if 3D is not enabled on the host.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp

    r53008 r53126  
    74647464#ifdef VBOX_WDDM_WIN8
    74657465            Assert(f3DRequired);
    7466             LOGREL(("3D is NOT supported by the host, falling back to display-only mode.."));
    74677466            g_VBoxDisplayOnly = 1;
     7467
     7468            /* Black list some builds. */
     7469            if (major == 6 && minor == 4 && build == 9841)
     7470            {
     7471                /* W10 Technical preview crashes with display-only driver. */
     7472                LOGREL(("3D is NOT supported by the host, fallback to the system video driver."));
     7473                Status = STATUS_UNSUCCESSFUL;
     7474            }
     7475            else
     7476            {
     7477                LOGREL(("3D is NOT supported by the host, falling back to display-only mode.."));
     7478            }
    74687479#else
    74697480            if (f3DRequired)
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