TTY green screen on nvidia geforce gtx1650 HDMI Display proprietary driver

Hello, I recently changed my monitor from DVI to HDMI. After that in tty the background is a horrible green color, which is very difficult to work with the terminal.
This problem only occurs in TTY, X11/Wayland sessions work fine.
I checked the work with the open driver, there this problem is not observed. Also if do not use modeset or nvidia-drm.modeset=0 , nomodeset the problem also does not occur. So it seems that the problem is in KMS.
Is there any way to get rid of this problem without disabling nvidia-drm.modeset ?
I tried disabling framebuffer in grub and adding variables

GBM_BACKEND=nvidia-drm
__GLX_VENDOR_LIBRARY_NAME=nvidia

to force the use of GBM, but this had no effect.
I tried to find the answer on the internet and on this forum, but only found an old thread with no answer.
I am using a nvidia 1650 video card, driver version 535.54.03. All kernel modules are loaded and work correctly

inxi --display -x -G -S
System:
Host: pc Kernel: 6.3.8-1-MANJARO arch: x86_64 bits: 64 compiler: gcc
v: 13.1.1 Desktop: KDE Plasma v: 5.27.5 Distro: Manjaro Linux
base: Arch Linux
Graphics:
Device-1: NVIDIA TU117 [GeForce GTX 1650] vendor: Micro-Star MSI
driver: nvidia v: 535.54.03 arch: Turing bus-ID: 29:00.0
Display: wayland server: X.org v: 1.21.1.8 with: Xwayland v: 23.1.2
compositor: kwin_wayland driver: X: loaded: nvidia gpu: nvidia
resolution: 1920x1080
API: OpenGL v: 4.6.0 NVIDIA 535.54.03 renderer: NVIDIA GeForce GTX
1650/PCIe/SSE2 direct-render: Yes

photo

Summary

nvidia-bug-report.gz (1.8 MB)

Hi @zxvb12z ,

Thank you for reporting the issue. This is being tracked internally at NVBug #4932437. I will provide an update when a fix is available.

Thank you

It looks like your bug report log didn’t capture the EDID from your monitor. Can you please open nvidia-settings, save the EDID to a file from there, and attach it to this thread?

@aplattner Hi
nvidia-settings don’t contain such information, probably because I use wayland, so i added EDID information from kinfocenter.
This issue is related to the support of fbdev in nvidia drivers and new linux kernel , I reported on it in this topic

The same will happen with 6.13-rc kernel, unless you apply community fixes.

Thank you for asking, although it’s been over a year
EDID.txt (5.0 KB)

Is there any chance you could capture the raw EDID? I think you should be able to read it with

cat /sys/class/drm/card0-HDMI-A-1/edid > edid.bin

and then attach that.

Thanks!

edid.bin.zip (321 Bytes)
@aplattner
I also tried using nvidia-settings in the X11 session, export in ASCII format causes a application crash.

Thanks, I uploaded that to the internal bug.