VirtualBox

Changeset 76985 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Jan 25, 2019 11:42:07 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
128394
Message:

Graphics/VMSVGA: make VBoxSVGA compatibility with old vboxvideo drivers.
bugref:9359: EFI GOP support for VMSVGA.
VBoxSVGA changed the BAR layout with respect to the old vboxvideo, but
remained otherwise compatible. This change makes it work with vboxvideo
drivers on Linux.

File:
1 edited

Legend:

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

    r76711 r76985  
    38233823            InsertConfigInteger(pCfg, "VMSVGAEnabled", true);
    38243824            if (enmGraphicsController == GraphicsControllerType_VMSVGA)
     3825            {
     3826                InsertConfigInteger(pCfg, "VMSVGAPciBarLayout", true);
    38253827                InsertConfigInteger(pCfg, "VMSVGAPciId", true);
     3828            }
    38263829#ifdef VBOX_WITH_VMSVGA3D
    38273830            InsertConfigInteger(pCfg, "VMSVGA3dEnabled", f3DEnabled);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette