I think I’m getting in the bottom of this. My xserver.conf has the following:
Section "Device"
Identifier "Device-nvidia[0]"
Driver "nvidia"
Option "AccelMethod" "glamor"
BusID "PCI:1:0:0"
Option "AllowExternalGpus"
EndSection
I strongly believe it’s missing the options Option "AllowGLXWithComposite" "true"
and Option "AddARGBGLXVisuals" "true"
.