Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The screen show incorrect image when using custom EDID file on ubuntu #668

Open
1 of 2 tasks
ch-gilbert opened this issue Jun 27, 2024 · 0 comments
Open
1 of 2 tasks
Labels
bug Something isn't working

Comments

@ch-gilbert
Copy link

NVIDIA Open GPU Kernel Modules Version

550.90.07

Please confirm this issue does not happen with the proprietary driver (of the same version). This issue tracker is only for bugs specific to the open kernel driver.

  • I confirm that this does not happen with the proprietary driver package.

Operating System and Version

Ubuntu 22.04.4 LTS

Kernel Release

Linux demo 6.5.0-41-generic #41~22.04.2-Ubuntu SMP PREEMPT_DYNAMIC Mon Jun 3 11:32:55 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

Please confirm you are running a stable release kernel (e.g. not a -rc). We do not accept bug reports for unreleased kernels.

  • I am running on a stable kernel release.

Hardware: GPU

NVIDIA GeForce RTX 3070 (UUID: GPU-6876e04a-68a4-5e19-e878-92ec308679d4)

Describe the bug

I developed a program to output images by DRM, with libdrm 2.4.113.

When with the default EDID from monitor, the screen shows correct color (output red color).
f57f0cc485f31b7a109ae7106fbb480

But it shows error when using custom EDID ( even use the same EDID as the monitor).

9a34c6bbb0526c96577e17baf60136e

To Reproduce

  1. override edid: echo HDMI-A-1:edid/custom-edid.bin > /sys/module/drm/parameters/edid_firmware
  2. run test program to output red color: sudo ./test 1000 0 0
  3. check the monitor output
    test.zip

Bug Incidence

Always

nvidia-bug-report.log.gz

nvidia-bug-report.log.gz

More Info

No response

@ch-gilbert ch-gilbert added the bug Something isn't working label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant