Without any nvidia kernel module parameters, at the full resolution of my displays, one random monitor has no signal and turns off after modesetting.
Failing monitor configuration, one random of the 3 fails to have signal:
- 7680x2160@60Hz, Odyssey G9 57” DisplayPort 2.1
- 7680x2160@60Hz, Odyssey G9 57” DisplayPort 2.1
- 1920x1080@60Hz, TCL TV HDMI 2.1
Working monitor configuration for all 3
- 5120x1440@120Hz, Odyssey G9 DisplayPort 2.1
- 5120x1440@120Hz, Odyssey G9 DisplayPort 2.1
- 3840x2160@144Hz, TCL TV HDMI 2.1
They all work at their maximum resolution and refresh rates after setting the following nvidia_modset kernel module parameter:
noname@devbox ~ $ cat /etc/modprobe.d/custom.conf
options nvidia-modeset debug=4 enable_overlay_layers=N
So I am filing a bug report because the GPU does not work at the advertised maximum resolutions and requires kernel module modifications. In addition there are lots of module errors and warnings.
I’ve provided the journalctl log part for how nvidia-modeset behaves when switching from a lower working resolution to the maximum resolution without kernel parameters
journalctl-7680x2160-failing.log (8.6 KB)
I’ve also uploaded the full journalctl where I switched from working to non-working several times, manifesting many errors like “AuxChCtl Failing, if a device is connected you shouldn’t be seeing this” or “Got short pulse after an unplug”, as:
journalctl.log (253.6 KB)
I’ve also uploaded nvidia-bug-report.log.gz generated after switching from working to non-working a few times without kernel module parameters.
nvidia-bug-report.log.gz (1.1 MB)
Thank you for the help.