VirtualBox

Changeset 106967 in vbox for trunk


Ignore:
Timestamp:
Nov 12, 2024 4:25:37 PM (2 weeks ago)
Author:
vboxsync
Message:

3D: Use 'true' as the default for VMSVGA2dGBO to force vmwgfx.ko from buggy screen updates and flickering. bugref:10580

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r106954 r106967  
    65576557    Log(("VMSVGA: VMSVGA3dMSAA = %d\n", pThis->svga.fVMSVGA3dMSAA));
    65586558
    6559     rc = pHlp->pfnCFGMQueryBoolDef(pCfg, "VMSVGA2dGBO", &pThis->svga.fVMSVGA2dGBO, false);
     6559    rc = pHlp->pfnCFGMQueryBoolDef(pCfg, "VMSVGA2dGBO", &pThis->svga.fVMSVGA2dGBO, true);
    65606560    AssertLogRelRCReturn(rc, rc);
    65616561    if (pThis->svga.f3DEnabled || pThis->fVMSVGAPciId == 0) /* The fVMSVGA2dGBO is for 2D mode of vmwgfx.ko only*/
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