On a computer with hybrid GPU setup (AMD integrated GPU + NVIDIA discrete GPU) running KDE desktop, if the hybrid driver is installed using CachyOS’s automatic installation tool (chwd -a
), Electron32 with Wayland enabled via flags encounter the following error:
It seems that the NVIDIA GPU is being inadvertently used. However, even when using prime-run
, the same error persists.
The following methods can resolve the issue:
- Disabling the NVIDIA GPU entirely in the BIOS eliminates the error.
- Disabling hardware acceleration for Electron32 applications, e.g.,
--disable-gpu-compositing
, resolves the issue. - Uninstalling CachyOS’s automatically installed hybrid driver and installing only
nvidia-dkms
fixes the problem.
Related threads discussing similar issues: