received this error message under Linux EDID length is too small

Options
barand3
barand3 Member Posts: 6 New User
edited February 7 in Predator Monitors

I have recently received this error message under Linux

"colord[573]: failed to get edid data: EDID length is too small"

Is that a problem?
What can I do?

[Edited the thread to add issue detail]

Answers

  • KJN9000000
    KJN9000000 Member Posts: 399 Seasoned Practitioner WiFi Icon
    Options

    The error message “colord[573]: failed to get edid data: EDID length is too small” is related to the colord service, which is a system service that makes it easy to manage, install and generate color profiles.

    EDID (Extended Display Identification Data) is a metadata format for display devices to describe their capabilities to a video source. The error message indicates that the EDID data length is too small, which could be due to a variety of reasons such as a problem with the display device, the graphics driver, or the colord service itself.

    Here are a few potential solutions you could try:

    Check if your display device (monitor, TV, etc.) is properly connected and powered on.
    Update your graphics driver to the latest version.
    Update your system and the colord service to the latest version.
    If you’re using KDE, you might want to check the /home/user/.config/kded5rc file and set [Module-colord] autoload=true.
    Please note that these are general suggestions and the exact solution might vary depending on your specific situation

  • barand3
    barand3 Member Posts: 6 New User
    Options

    Many thanks for the answer.

    I have already tested everything. It seems to be a problem with colord, as it only appeared after the update. But even if I switch to an earlier version now, the error persists.

  • KJN9000000
    KJN9000000 Member Posts: 399 Seasoned Practitioner WiFi Icon
    Options

    Try saving/backing up associated data completely uninstall the program and reinstall from the latest available source directly from the manufacturer.

  • KJN9000000
    KJN9000000 Member Posts: 399 Seasoned Practitioner WiFi Icon
    Options

    It could be a dependency issue check for missing or broken dependency's.

  • KJN9000000
    KJN9000000 Member Posts: 399 Seasoned Practitioner WiFi Icon
    Options

    The last version listed is from 2019 there may be a lack of support in newer versions https://www.freedesktop.org/software/colord/download.html

    https://www.freedesktop.org/software/colord/

    There isn’t a direct replacement for colord in modern Linux distributions as it serves a specific purpose in color management. However, there are many modern tools written in languages like Rust that aim to provide faster and more efficient alternatives to traditional Unix commands. For instance, procs is a modern replacement for ps.

    Please note that these replacements typically aim to provide better performance, usability, or additional features, but they may not cover the exact functionality of colord. If you’re facing issues with colord or if it doesn’t meet your needs, you might want to look into color management libraries or tools specific to your requirements. It’s also worth checking if there have been updates or changes to colord in recent Linux distributions that might address your needs.

    https://github.com/ibraheemdev/modern-unix , https://github.com/dalance/procs

    https://www.linuxuprising.com/2021/05/procs-is-modern-replacement-for-ps-with.html

    https://github.com/dalance/procs/releases/download/v0.14.4/procs-0.14.4-1.x86_64.rpm

  • barand3
    barand3 Member Posts: 6 New User
    Options

    Many thanks for the answer.

    I have already tested everything. It seems to be a problem with colord, as it only appeared after the update. But even if I switch to an earlier version now, the error persists.

  • barand3
    barand3 Member Posts: 6 New User
    Options

    I have reinstalled "colord" with all dependencies. The error remains. However, everything works.

    I'm not very familiar with Linux, so I couldn't find and install an alternative to "colord". Especially as there is also a dependency with the desktop environment.

    Is there any disadvantage to be expected if I continue to use "colord" in this way?

  • KJN9000000
    KJN9000000 Member Posts: 399 Seasoned Practitioner WiFi Icon
    Options

    Not that I know of no

  • barand3
    barand3 Member Posts: 6 New User
    Options

    Maybe this is a bug!
    I will continue to observe this...

    Many thanks for your efforts.

  • barand3
    barand3 Member Posts: 6 New User
    Options

    I have added the kernel mod line "nvidia_drm.modeset=1". Now everything works as it should.

    Thanks again for the help...

  • billsey
    billsey ACE Posts: 31,740 Trailblazer
    Options

    Great to hear, hopefully others will now find this thread when they run into the same issue.

    Click on "Like" if you find my answer useful or click on "Yes" if it answers your question.