External Monitor, can’t set desired resolution

Hello,

I have same problem as EXTERNAL-MONITOR-….

I created my EDID with the help of leeseungcheol/edid-generator, but my monitor still doesn’t see the new resolution.

Xrandr: https://pastebin.com/D4dZhczD
nvidia-bug-report.log.gz (530.0 KB)

➜ Downloads cd /etc/X11
➜ X11 ls
1920x1080.bin xinit xorg.conf.d

Thanks in advance for any help

xorg.conf.d/nvidia-load-edid.conf

your Xrandr command returns HDMI 0 and DVI-D-0, in your configuration you put dfp0 as output. I suppose that the screen concerned is DVI-D-0 you must therefore put it instead of DFP 0.

Section “OutputClass”
Identifier “nvidia”
MatchDriver “nvidia-drm”
Driver “nvidia”
Option “CustomEDID” “DVI-D-0:/etc/X11/1920x1080.bin”
EndSection

Still doesn’t work

nvidia-bug-report.log.gz (524.0 KB)

What could be cause of this?

➜ inxi -G
Graphics:
Device-1: NVIDIA GP106 [GeForce GTX 1060 3GB] driver: nvidia v: 555.58.02
Device-2: AMD Lexa PRO [Radeon 540/540X/550/550X / RX 540X/550/550X]
driver: amdgpu v: kernel
Display: unspecified server: X.Org v: 21.1.13 driver: X: loaded: amdgpu
unloaded: modesetting,radeon failed: nvidia dri: radeonsi gpu: nvidia,amdgpu
resolution: 1: 1024x768~60Hz 2: 1920x1080~60Hz
API: EGL v: 1.5 drivers: kms_swrast,nvidia,radeonsi,swrast
platforms: gbm,x11,surfaceless,device
API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: nvidia mesa v: 555.58.02
renderer: NVIDIA GeForce GTX 1060 3GB/PCIe/SSE2

Try several nvidia driver versions.

Also, your driver is called nvidia-dri not nvidia-drm your config files must match.

Tried 550, 470, same issue…

Tried on ubuntu as well, 535 version. Ubuntu was crashing when opening any program while .conf was in xorg.conf dir

nvidia-bug-report.log (1.2 MB)