I installed to 2 NVIDIA RTX A2000 or A4000, using Manjaro Linux Distribution, to connect 8 displays. Occurs that only first GPU send signal to the TVs.
The secondary GPU was correctly recognized after driver installation. The commands nvidia-smi and inxi -G, shows correct informantions about 2 GPUs, and I can check it in nvidia-settings.
First, I tried to use linux66-nvidia but didn’t works so I attempt to use nvidia-dkms but it didn’t works too.
I’ve already tried to set xinerama and basic mosaic, but it didn’t works.
I searched another solution, and I found a solution to set nvidia-drm.modeset in grub file, but it didn’t works.
Please delete /etc/X11/xorg.conf.d/90-mhwd.conf and set kernel parameter nvidia-drm.modeset=1. After reboot, run xrandr --setprovideroutputsource NVIDIA-G0 NVIDIA-0 && xrandr --auto
to enable the outputs on the second gpu.
That’s a whole different issue, I don’t think triple-prime is supported in any way. You could try running xrandr --setprovideroutputsource NVIDIA-G1 NVIDIA-0 && xrandr --auto
additionally but I don’t expect that to work.
You would then have to reconfigure Xorg for Nvidia Mosaic.
This requires removing the kernel parameter nvidia-drm.modeset=1 and also checking that no file in /etc/modprobe.d or /lib/modprobe.d contains it so that after reboot