Closed
Description
It's become clear over the last few months that certain combinations of GPUs/browsers just fail at drawing to canvas and the terminal slows to a crawl as a result. We should add an alternate DOM renderer as a fallback that can be switched to. On Electron you could then use app.getGPUFeatureStatus()
to determine if the hardware acceleration is disabled.