# - qt-quick: Tell Qt Quick to use a software renderer instead of OpenGL. (`QT_QUICK_BACKEND=software`)
# - chromium: Tell Chromium to disable GPU support and use Skia software rendering instead. (`--disable-gpu`)
# - none: Don't force software rendering.
-c.qt.force_software_rendering = 'chromium'
+c.qt.force_software_rendering = 'none'
+c.qt.workarounds.disable_accelerated_2d_canvas = 'never'
# Force a Qt platform to use. This sets the `QT_QPA_PLATFORM`
# environment variable and is useful to force using the XCB plugin when