VirtualBox

Ignore:
Timestamp:
Oct 20, 2011 2:02:17 PM (13 years ago)
Author:
vboxsync
Message:

Fe/Qt4+Main: Use 3D acceleration + 128MB VRAM for Windows 8 by default. Added IGuestOSType::recommended2DVideoAcceleration() + IGuestOSType::recommended3DAcceleration().

File:
1 edited

Legend:

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

    r38920 r39055  
    836836    /* Set UTC flags */
    837837    m_Machine.SetRTCUseUTC(type.GetRecommendedRtcUseUtc());
     838
     839    /* Set graphic bits. */
     840    if (type.GetRecommended2DVideoAcceleration())
     841        m_Machine.SetAccelerate2DVideoEnabled(type.GetRecommended2DVideoAcceleration());
     842
     843    if (type.GetRecommended3DAcceleration())
     844        m_Machine.SetAccelerate3DEnabled(type.GetRecommended3DAcceleration());
    838845
    839846    /* Register the VM prior to attaching hard disks */
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