Results 1 to 7 of 7

Thread: ERROR raw EDID

  1. #1
    Join Date
    Jun 2007
    Location
    China
    Beans
    996
    Distro
    Ubuntu 12.04 Precise Pangolin

    ERROR raw EDID

    On 11.04 I'm finding on my laptop tty is constantly being spammed with the following error

    Code:
    [drm:radeon_dvi_detect] *ERROR* HDMI-A-1: probed a monitor but nolinvalid EDID
    [drm:drm_edid_block_valid] *ERROR* Raw EDID
    I guess its a problem with the radeon kernel module is there any fix? As everything seems to be working just turning off the error message would do.

  2. #2
    Join Date
    Jun 2007
    Location
    China
    Beans
    996
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: ERROR raw EDID

    Bump

    Anyone got a plan?

  3. #3
    Join Date
    Mar 2007
    Location
    England
    Beans
    51
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: ERROR raw EDID

    I saw this to turn off the error:

    http://answerpot.com/showthread.php?...o|invalid+EDID

    Try adding radeon.modeset=0 in /boot/grub/grub.cfg to kernel line before "quiet"
    That would be a temporary solution to see if that works.

    If it does you can add it to your /etc/default/grub file

  4. #4
    Join Date
    Mar 2007
    Location
    England
    Beans
    51
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: ERROR raw EDID

    Sorry if that wasn't complete - when you edit your /etc/default/grub there should be a piece saying:

    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

    add it in there.

  5. #5
    Join Date
    Jun 2007
    Location
    China
    Beans
    996
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: ERROR raw EDID

    Thanks - I was trying to use nomodeset - however, it didn't work. Or to be more accurate it did work (no error messages) but also disabled visual effects, Unity etc. I tried making a custom xorg.conf but I think radeon.modeset=0 basically disables the radeon driver.

    So I wondering if you can disable the use of EDID by the kernel module at boot up in grub and then build a custom xorg.conf to tell X what screen etc to use?

  6. #6
    Join Date
    Jun 2007
    Location
    China
    Beans
    996
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: ERROR raw EDID

    Solved the constant error polling firstly stopping the problem temporally can be done with
    Code:
    sudo -i
    followed by
    Code:
    echo N> /sys/module/drm_kms_helper/parameters/poll
    for some reason sudo echo N> /sys/module/drm_kms_helper/parameters/poll doesn't work? but gives me permission denied? This stops the problem until the next reboot.

    However
    Code:
    sudo -i
    followed by
    Code:
    echo "options drm_kms_helper poll=N">/etc/modprobe.d/local.conf
    Fixes the problem permanently or at least stops the irritating error messages

  7. #7
    Join Date
    May 2010
    Location
    Spring, TX
    Beans
    50
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: ERROR raw EDID

    I am getting this same error on startup. It will not let me login. As soon as the login prompt appears the never-ending errors start. How do you stop the error messages to login?

    Bill Z.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •