Displaying 20 results from an estimated 3000 matches similar to: "*ERROR* EDID checksum is invalid"
2009 Dec 02
8
[Bug 25393] New: Repeated "EDID checksum is invalid" erros with varying remainders on NV43
http://bugs.freedesktop.org/show_bug.cgi?id=25393
Summary: Repeated "EDID checksum is invalid" erros with varying
remainders on NV43
Product: xorg
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2009 Dec 14
2
[Bug 25639] New: NV43 (6600GT): Monitor goes blank during boot
http://bugs.freedesktop.org/show_bug.cgi?id=25639
Summary: NV43 (6600GT): Monitor goes blank during boot
Product: xorg
Version: 7.5
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2012 May 10
3
[Bug 49746] New: EDID checksum is invalid
https://bugs.freedesktop.org/show_bug.cgi?id=49746
Bug #: 49746
Summary: EDID checksum is invalid
Classification: Unclassified
Product: xorg
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2009 Oct 24
16
[Bug 24710] New: nouveau KMS fails on NV11 - screen displays last input
http://bugs.freedesktop.org/show_bug.cgi?id=24710
Summary: nouveau KMS fails on NV11 - screen displays last input
Product: xorg
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2020 Jul 27
1
[PATCH 4/4] radeon: fall back to ACPI EDID retrieval
Fall back to retrieving the EDID via the ACPI _DDC method, when present
for notebook internal panels, when retrieving BIOS-embedded EDIDs.
Signed-off-by: Daniel Dadap <ddadap at nvidia.com>
---
drivers/gpu/drm/radeon/radeon_combios.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/radeon/radeon_combios.c b/drivers/gpu/drm/radeon/radeon_combios.c
2018 Dec 20
2
[PATCH v2] drm/bochs: add edid present check
Check first two header bytes before trying to read the edid blob,
to avoid the log being spammed in case qemu has no edid support (old
qemu or edid turned off).
Fixes: 01f23459cf drm/bochs: add edid support.
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
drivers/gpu/drm/bochs/bochs_hw.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/drivers/gpu/drm/bochs/bochs_hw.c
2018 Dec 20
2
[PATCH v2] drm/bochs: add edid present check
Check first two header bytes before trying to read the edid blob,
to avoid the log being spammed in case qemu has no edid support (old
qemu or edid turned off).
Fixes: 01f23459cf drm/bochs: add edid support.
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
drivers/gpu/drm/bochs/bochs_hw.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/drivers/gpu/drm/bochs/bochs_hw.c
2013 Feb 07
2
Monitor with corrupted EDID
For an unknown reason both my monitors ended up with a corrupted EDID.
They both provide VGA and DVI input. The VGA input works fine, while
DVI is broken because of the EDID issue.
Using these [1] instructions I have been able to read the EDID and fix
it. Unfortunately I'm not able to write it back to the eeprom.
I always get this message:
i2c i2c-1: sendbytes: NAK bailout.
This is what I
2009 Feb 16
6
[Bug 20142] New: black horizontal line on 9600M GT, KMS issue
http://bugs.freedesktop.org/show_bug.cgi?id=20142
Summary: black horizontal line on 9600M GT, KMS issue
Product: xorg
Version: 7.4
Platform: Other
OS/Version: All
Status: NEW
Severity: major
Priority: high
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy:
2018 Dec 20
1
[PATCH v3] drm/bochs: add edid present check
Check header before trying to read the complete edid blob, to avoid the
log being spammed in case qemu has no edid support (old qemu or edid
support turned off).
Fixes: 01f23459cf drm/bochs: add edid support.
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
drivers/gpu/drm/bochs/bochs_hw.c | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/drivers/gpu/drm/bochs/bochs_hw.c
2018 Aug 02
2
[linux-next] DDC responded, but no EDID for %s errors
Hi,
My dmesg is filled up with these errors
nouveau 0000:01:00.0: DRM: DDC responded, but no EDID for HDMI-A-1
nouveau 0000:01:00.0: DRM: DDC responded, but no EDID for VGA-1
nouveau 0000:01:00.0: DRM: DDC responded, but no EDID for HDMI-A-1
nouveau 0000:01:00.0: DRM: DDC responded, but no EDID for VGA-1
nouveau 0000:01:00.0: DRM: DDC responded, but no EDID for VGA-1
[..]
nouveau
2018 Sep 06
1
[linux-next] DDC responded, but no EDID for %s errors
On Thu, Sep 6, 2018 at 12:42 PM Sergey Senozhatsky
<sergey.senozhatsky.work at gmail.com> wrote:
>
> On (08/02/18 11:46), Sergey Senozhatsky wrote:
> > Hi,
> >
> > My dmesg is filled up with these errors
> >
> > nouveau 0000:01:00.0: DRM: DDC responded, but no EDID for HDMI-A-1
> > nouveau 0000:01:00.0: DRM: DDC responded, but no EDID for VGA-1
2012 Nov 08
2
[PATCH] nouveau: fix acpi edid retrieval
Commit c0077061e7ea accidentally inverted the logic for nouveau_acpi_edid, causing it to
only show a connector as connected when the edid could not be retrieved with acpi.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com>
---
diff --git a/drivers/gpu/drm/nouveau/nouveau_connector.c b/drivers/gpu/drm/nouveau/nouveau_connector.c
index 9a6e2cb..d3595b2 100644
---
2020 Jul 27
6
[PATCH 0/4] drm: add support for retrieving EDID via ACPI _DDC
Some notebook systems provide the EDID for the internal panel via the
_DDC method in ACPI, instead of or in addition to providing the EDID via
DDC on LVDS/eDP. Add a DRM helper to search for an ACP _DDC method under
the ACPI namespace for each VGA/3D controller, and return the first EDID
successfully retrieved via _DDC. Update the i915, nouveau, and radeon
DRM-KMS drivers to fall back to
2012 Mar 30
8
[Bug 48090] New: Spam of system log with EDID messages
https://bugs.freedesktop.org/show_bug.cgi?id=48090
Bug #: 48090
Summary: Spam of system log with EDID messages
Classification: Unclassified
Product: Mesa
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component:
2012 Mar 25
2
disable EDID for arcade monitor?
I cant make the nouveau work with an arcade monitor, problably because the
EDID.
I can make modeline work fine to reduce the horizontal to 15khz, tested in
a normal pc monitor (with ugly visual because the 15khz in horizontal).
But when i try in the arcade monitor, dont show any image after xorg start.
In official nvidia driver has an option NOEDID to force the driver to
ignore information from
2020 Aug 08
2
[PATCH 1/4] drm: retrieve EDID via ACPI _DDC method
On Mon, Jul 27, 2020 at 03:53:54PM -0500, Daniel Dadap wrote:
> --- a/drivers/gpu/drm/drm_edid.c
> +++ b/drivers/gpu/drm/drm_edid.c
> @@ -34,6 +34,7 @@
> #include <linux/module.h>
> #include <linux/slab.h>
> #include <linux/vga_switcheroo.h>
> +#include <linux/pci.h>
Nit: Alphabetic ordering.
> +static u64 *get_dod_entries(acpi_handle handle,
2012 May 26
4
[Bug 50374] New: nouveau fails to obtain EDID from NV11 (nforce IGP)
https://bugs.freedesktop.org/show_bug.cgi?id=50374
Bug #: 50374
Summary: nouveau fails to obtain EDID from NV11 (nforce IGP)
Classification: Unclassified
Product: xorg
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component:
2013 Feb 27
4
[Bug 61537] New: Screen flicker when using display with incorrect EDID
https://bugs.freedesktop.org/show_bug.cgi?id=61537
Priority: medium
Bug ID: 61537
Assignee: nouveau at lists.freedesktop.org
Summary: Screen flicker when using display with incorrect EDID
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: tsalacinski at
2014 Aug 29
4
[Bug 83244] New: [nvc3/Quadro2000M] external monitor not activated after resume (EDID checksum is invalid)
https://bugs.freedesktop.org/show_bug.cgi?id=83244
Priority: medium
Bug ID: 83244
Assignee: nouveau at lists.freedesktop.org
Summary: [nvc3/Quadro2000M] external monitor not activated
after resume (EDID checksum is invalid)
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified