VirtualBox

Ignore:
Timestamp:
Sep 26, 2018 11:55:47 AM (6 years ago)
Author:
vboxsync
Message:

Main,Devices: Graphics controller updates. bugref:8893

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp

    r74431 r74474  
    531531                     "                            [--rtcuseutc on|off]\n"
    532532#ifdef VBOX_WITH_VMSVGA
    533                      "                            [--graphicscontroller none|vboxvga|vmsvga]\n"
     533                     "                            [--graphicscontroller none|vboxvga|vmsvga|vboxsvga]\n"
    534534#else
    535535                     "                            [--graphicscontroller none|vboxvga]\n"
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp

    r73768 r74474  
    865865                         || !RTStrICmp(ValueUnion.psz, "vmware"))
    866866                    CHECK_ERROR(sessionMachine, COMSETTER(GraphicsControllerType)(GraphicsControllerType_VMSVGA));
     867                else if (   !RTStrICmp(ValueUnion.psz, "vboxsvga")
     868                         || !RTStrICmp(ValueUnion.psz, "svga"))
     869                    CHECK_ERROR(sessionMachine, COMSETTER(GraphicsControllerType)(GraphicsControllerType_VBoxSVGA));
    867870#endif
    868871                else
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