Found a fix if you happen to be using intel iGPU.
Create the following file (dom0) /etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "Intel"
EndSection
I also happened to change GRUB2 Linux kernel option
i915.alpha_support=1
to i915.force_probe=*
but that by itself didn’t have any visible effects.
As suggested here
5 Likes