My AMD video drivers for my AMD Radeon RX 6800 XT are fully updated (Adrenalin version 22.11.2). So, it looks like I'll need to set the following environment variable someplace:
Code:
QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu"
In Windows 11, I went to System Properties > Advanced > Environment Variables > User Variables > New and set:
Variable Name: QTWEBENGINE_CHROMIUM_FLAGS
Variable Value: disable-gpu
No quotes, no double dash, exactly as shown, above.
Is that the correct way to do this on Windows?