Home > Back-end >  TChromium controls in which property is closed the GPU hardware acceleration
TChromium controls in which property is closed the GPU hardware acceleration

Time:09-26

Everybody is good, now have a black screen problems when using TChromium controls, a lot of data, doubt, Google opened the GPU hardware acceleration, we use kernel version is currently cef3, TChromium controls have a property called AcceleratedCompositing (accelerating integration), but no effect after setting, please everyone a great god, is there a way to shut down Google kernel GPU hardware acceleration,

CodePudding user response:

The
The property AcceleratedCompositingEnabled: Boolean read FAcceleratedCompositingEnabled write FAcceleratedCompositingEnabled default False;
The property AcceleratedLayersDisabled: Boolean read FAcceleratedLayersDisabled write FAcceleratedLayersDisabled default False;
The property Accelerated2dCanvasDisabled: Boolean read FAccelerated2dCanvasDisabled write FAccelerated2dCanvasDisabled default False;
The property AcceleratedPaintingDisabled: Boolean read FAcceleratedPaintingDisabled write FAcceleratedPaintingDisabled;
The property AcceleratedFiltersDisabled: Boolean read FAcceleratedFiltersDisabled write FAcceleratedFiltersDisabled;
The property AcceleratedPluginsDisabled: Boolean read FAcceleratedPluginsDisabled write FAcceleratedPluginsDisabled;

AcceleratedCompositing is off by default, you have set to True, all those other

CodePudding user response:

The original poster to do Delphi browser?? For private

CodePudding user response:

The original poster can send video card details to me? I see. Thanks
  • Related