PDA

View Full Version : [ubuntu] i915 0000:00:02.0: LVDS-1: EDID invalid.



nyarnon
February 25th, 2010, 06:34 PM
Lots of these in my dmesg, dont like that. Don't think it should be there. Don't know how to get rid of it. What i do know is:

It's intel graphic card related on
Ubuntu 9.10 2.6.31-20-generic #57-Ubuntu SMP Mon Feb 8 09:05:19 UTC 2010 i686 GNU/Linux
On a EEEPC 1000H


[ 375.239008] [drm:edid_is_valid] *ERROR* EDID checksum is invalid, remainder is 145
[ 375.239026] [drm:edid_is_valid] *ERROR* Raw EDID:
[ 375.239041] <3>00 ff ff ff ff ff ff 00 22 64 e9 03 c0 d0 01 00 ........"d......
[ 375.239053] <3>12 12 01 03 80 16 0d 78 0a 80 36 9a 5e 5d 91 28 .......x..6.^].(
[ 375.239065] <3>20 4f 54 00 00 00 01 01 01 01 01 01 01 01 01 01 OT.............
[ 375.239077] <3>01 01 01 01 01 01 94 11 00 b0 40 58 19 20 35 23 ..........@X. 5#
[ 375.239089] <3>45 00 dc 81 00 00 00 19 00 00 00 fd 00 37 41 22 E............7A"
[ 375.239101] <3>29 05 00 0a 20 20 20 20 20 20 00 00 00 fc 00 48 )... .....H
[ 375.239113] <3>53 44 31 30 30 49 46 57 31 0a 20 20 00 00 00 10 SD100IFW1. ....
[ 375.239125] <3>00 0a 20 20 20 20 20 20 20 20 20 20 20 20 00 81 .. ..
[ 375.239134]
[ 375.239145] i915 0000:00:02.0: LVDS-1: EDID invalid.

nyarnon
March 2nd, 2010, 09:53 AM
bump

soumo
May 27th, 2010, 06:40 PM
Started experiencing the same. I run off an asus 900ha. I think the problem is related to your display settings and resolution. Try resetting to 800x600, reboot, check dmesg for a bit, then if it's clear, go up in resolution and repeat until you get it again.

ceraex
May 29th, 2010, 01:30 PM
I'm on a 1000H using 10.04 myself and get the same messages at boot and shutdown, adjusting the resolution to 800x600 doesn't help for me. I wouldn't want to work like that anyway, everything is stretched funny.

ceraex
May 29th, 2010, 02:21 PM
I got rid of it by changing a grub setting, link to article:

http://ubuntu-tutorials.com/2010/05/06/ubuntu-10-04-lucid-blank-screen-at-startup-workaround/

/etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash i915.modeset=0″
update-grub

I tried modeset=1 and it still did the same thing. modeset=0 makes the splash screen larger and as it is supposed to fade out or whatever kinda glitches for a split second. This was originally for not being able to see the screen at all on startup. This may not be the perfect fix, and I'm still gonna check out more options, but it's a start. The messages don't appear in dmesg anymore either.

ceraex
May 29th, 2010, 02:37 PM
This is another article I'm going to try in place of the earlier workaround, sounds promising -

http://www.ubuntugeek.com/ubuntu-10-04-lucid-lynx-and-intel-video-chipsets.html