VirtualBox

Ignore:
Timestamp:
Aug 13, 2019 10:57:42 AM (5 years ago)
Author:
vboxsync
Message:

Main/ConsoleImpl2.cpp: Warn about the removal of the chromium based 3D acceleration bugref:9529

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r80074 r80248  
    823823
    824824    BOOL fOsXGuest = FALSE;
     825    BOOL fWinGuest = FALSE;
    825826    if (!pGuestOSType.isNull())
    826827    {
     
    828829        hrc = pGuestOSType->COMGETTER(FamilyId)(guestTypeFamilyId.asOutParam());            H();
    829830        fOsXGuest = guestTypeFamilyId == Bstr("MacOS");
     831        fWinGuest = guestTypeFamilyId == Bstr("Windows");
    830832    }
    831833
     
    31653167                               "fix the host 3D support (update the host graphics driver?) "
    31663168                               "or disable 3D acceleration in the VM settings"));
     3169
     3170                if (fWinGuest)
     3171                    i_atVMRuntimeErrorCallbackF(0, "3DCrDeprecated",
     3172                                                N_("This VM is configured to use 3D acceleration using the VBoxVGA "
     3173                                                   "graphics controller. Support for this will be removed with version "
     3174                                                   "6.1.0. ALL saved states and snapshots will cease to work when using this "
     3175                                                   "configuration. Either switch to the VBoxSVGA (or VMSVGA) graphics controller "
     3176                                                   "and update guest additions, or disable 3D acceleration"));
     3177                else
     3178                    i_atVMRuntimeErrorCallbackF(0, "3DCrDeprecated",
     3179                                                N_("This VM is configured to use 3D acceleration using the VBoxVGA "
     3180                                                   "graphics controller. Support for this will be removed with version "
     3181                                                   "6.1.0. ALL saved states and snapshots will cease to work when using this "
     3182                                                   "configuration. Either switch to the VMSVGA graphics controller "
     3183                                                   "and update guest additions, or disable 3D acceleration"));
    31673184
    31683185                /* Load the service. */
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