NVidia GT 730 flickering/turning off after changing monitor config

If I boot and startx and do nothing to the displays (3 monitors, HDMI), it works flawlessly. If I move them around in any way or change refresh rate or do absolutely anything with `xrandr` or `nvidia-settings`:
The non-primary displays flicker and turn on and off as I scroll a tab on any browser. If I am on nvidia settings, any time I touch anything the display turns off and on.

What is driving me insane is that I can't get it to preconfigure to the perfect settings, maybe I just don't understand xorg configuration. I tried `nvidia-xconfig`, I tried my other old xorg configs and I'm still having this issue.

NOTE:
I have another GPU in this PC I am using for passthrough. It is an AMD GPU. I am not loading any AMD drivers. I am not sure if this affects it but it might.


Driver version:
nvidia-driver-470-161 (out of date according to https://www.nvidia.com/download/driverResults.aspx/226762/en-us/)

See files for more info



EDIT:
It seems to be happening from boot now. Could this be faulty hardware? I have replaced the cables.
I will also try from a fresh install or live media or something.
 

Attachments

I can't comment on HDMI, sorry.

nvidia-driver-470-161

No comparable problem here with three displays (HP ZBook 17 G2 plus 2x Philips 271P4 on DisplayPort).

Code:
% pkg iinfo nvidia-driver
nvidia-driver-470-470.161.03_1
% uname -aKU
FreeBSD mowa219-gjp4-zbook-freebsd 15.0-CURRENT FreeBSD 15.0-CURRENT main-n270997-d3bb35d4e51b GENERIC-NODEBUG amd64 1500019 1500019
% pciconf -lv | grep -C 1 NVIDIA
vgapci0@pci0:1:0:0:     class=0x030000 rev=0xa1 hdr=0x00 vendor=0x10de device=0x0ff6 subvendor=0x103c subdevice=0x2256
    vendor     = 'NVIDIA Corporation'
    device     = 'GK107GLM [Quadro K1100M]'
--
hdac0@pci0:1:0:1:       class=0x040300 rev=0xa1 hdr=0x00 vendor=0x10de device=0x0e1b subvendor=0x103c subdevice=0x2256
    vendor     = 'NVIDIA Corporation'
    device     = 'GK107 HDMI Audio Controller'
%
 
Back
Top