VirtualBox

Changeset 75817 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Nov 29, 2018 3:24:26 PM (6 years ago)
Author:
vboxsync
Message:

Main/GuestOSType: Add recommended Graphics Controller information and use it when applying defaults (including a small GUI change).
Main/idl: Refresh the reserved method and attribute counts in the IDL, preparing for the release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp

    r74878 r75817  
    127127    m_machine.SetMemorySize(field("ram").toInt());
    128128
     129    /* Graphics Controller type: */
     130    m_machine.SetGraphicsControllerType(type.GetRecommendedGraphicsController());
     131
    129132    /* VRAM size - select maximum between recommended and minimum for fullscreen: */
    130133    m_machine.SetVRAMSize(qMax(type.GetRecommendedVRAM(), (ULONG)(VBoxGlobal::requiredVideoMemory(strTypeId) / _1M)));
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