Displaying 20 results from an estimated 7000 matches similar to: "[Bug 73267] New: Nouveau: corrupted laptop screen's EDID info"
2011 Feb 22
22
[Bug 34554] New: Nouveau seems to have corrupted my laptop screen's EDID info
https://bugs.freedesktop.org/show_bug.cgi?id=34554
Summary: Nouveau seems to have corrupted my laptop screen's
EDID info
Product: xorg
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: Driver/nouveau
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
2013 May 22
13
[Bug 64858] New: Nouveau sees invalid EDID for eDP-1 whenever that display is turned off
https://bugs.freedesktop.org/show_bug.cgi?id=64858
Priority: medium
Bug ID: 64858
Assignee: nouveau at lists.freedesktop.org
Summary: Nouveau sees invalid EDID for eDP-1 whenever that
display is turned off
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux
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
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:
2006 Feb 17
1
Growing pools and disconnects
Since a couple of hours I see *a lot* of the following messages in my
maillog:
Feb 17 15:37:35 defiant dovecot: imap(mmaurer at betterbe.com): Growing pool
'maildir_uidlist_sync' with: 32768
Feb 17 15:37:35 defiant dovecot: imap(mmaurer at betterbe.com): Growing pool
'maildir_uidlist_sync' with: 65536
Feb 17 15:37:35 defiant dovecot: imap(mmaurer at betterbe.com): Growing pool
2012 Aug 20
3
[Bug 53842] New: Nouveau fails to read EDID, but X succeeds.
https://bugs.freedesktop.org/show_bug.cgi?id=53842
Bug #: 53842
Summary: Nouveau fails to read EDID, but X succeeds.
Classification: Unclassified
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component:
2014 Apr 01
3
CH7007A (AKA CH7006) TV OUT Support for NV11 (NVidia GeForce2 Go Dell I8K Laptop)
> On Tue, Apr 01, 2014 at 02:53:02PM -0400, Ilia Mirkin wrote:
>I believe that ch7006 is the only external encoder that's supposed to
>work, so you're in luck. It sounds like it passes the nv04_tv_identify
>stage of nv04_tv_create -- perhaps it fails later? Although based on
>the prints, it's even doing dpms stuff (but it hits _detect a second
>time... odd). Try
2016 Jan 11
8
[PATCH v5 00/12] Enable GPU switching on pre-retina MacBook Pro
Enable GPU switching on the pre-retina MacBook Pro (2008 - 2013), v5.
The main obstacle on these machines is that the panel mode in VBIOS
is bogus. Fortunately gmux can switch DDC independently from the
display, thereby allowing the inactive GPU to probe the panel's EDID.
In short, vga_switcheroo and apple-gmux are amended with hooks to
switch DDC, DRM core is amended with a
2017 Sep 03
2
v4.12 backport request: 13a86519202 (drm/nouveau/i2c/gf119-: add support for address-only transactions)
Commit df8dc97cd17 (drm/nouveau/kms/nv50: use drm core i2c-over-aux
algorithm) switched things over to the drm algo. Unfortunately it
generates address-only transactions. Prior to GF119, the hardware had
no support for such things, and GF119+ the nouveau code did not handle
these properly.
The result of this bug is that EDID doesn't make it over for DP (and
eDP) screens, which in turn wreaks
2017 May 15
2
nouveau "eDP-1: EDID is invalid" regression after 4.11 with HP ZBook 15 G3
On 05/15/2017 01:10 AM, Tommi Rantala wrote:
> Hi,
Hey Tommi,
Thanks for bisecting this. It's rather unexpected that you should be
seeing problems here, but, the commit makes sense for it at least.
Are you able to get me new kernel logs of both before and after this
patch with "log_buf_len=8M drm.debug=0x14
nouveau.debug=disp=trace,i2c=trace,bios=trace" please?
Thanks,
Ben.
2017 May 10
2
nouveau "eDP-1: EDID is invalid" regression after 4.11 with HP ZBook 15 G3
Hi,
The HP ZBook 15 G3 laptop builtin display (eDP-1) does not work
correctly with v4.11-11413-g2868b25.
When booting the laptop, the resolution seems to be limited to
1024x768, and gnome-session segfaults.
Up to 4.11 the display works just fine in 1920x1080 mode.
I'm seeing this in the kernel logs:
nouveau 0000:01:00.0: eDP-1: EDID is invalid:
[00] BAD 00 ff ff ff ff ff ff 00 ff
2012 Jan 18
1
[PATCH] drm/nouveau/i2c: Fix i2c initialization on cards with DCB older than 1.5
Signed-off-by: Viktor Novotny <noviktor at seznam.cz>
---
Hi,
I think I found a bug - my NV11 fails to init i2c ports and is then unable to read EDID.
It's because while i2c_table in nouveau_i2c.c:324 returns null for this card,
i2c is initialized anyway at line 341 and wrong i2c table format is then selected at line 350.
This patch fixes the problem on NV11 and was tested also on NV25.
2018 Jun 26
1
[PATCH 6/8] drm/nouveau: Use drm_for_each_connector_encoder_ids()
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
Use drm_for_each_connector_encoder_ids() for iterating
connector->encoder_ids[]. A bit more convenient not having
to deal with the implementation details.
Cc: Ben Skeggs <bskeggs at redhat.com>
Cc: nouveau at lists.freedesktop.org
Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
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
2014 Jan 28
19
[Bug 74164] New: [NV04] Native monitor resolution missing
https://bugs.freedesktop.org/show_bug.cgi?id=74164
Priority: medium
Bug ID: 74164
Assignee: nouveau at lists.freedesktop.org
Summary: [NV04] Native monitor resolution missing
QA Contact: xorg-team at lists.x.org
Severity: major
Classification: Unclassified
OS: Linux (All)
Reporter: mauromol at tiscali.it
2005 Aug 08
2
Can't join machines to a Samba PDC using LDAP
I've been trying to do this for days, and I think I'm really close. It's
become one of those so-close-yet-so-far sorts of things. I'm running
Gentoo -- all sync'ed up and current as of a week ago -- with the
following package versions:
openldap-2.1.30-r5
pam_ldap-178-r1
nss_ldap-239-r1
smbldap-tools-0.9.1-r1
phpldapadmin-0.9.5 (very cool, I must say!)
samba-3.0.14a-r2
2005 May 07
2
The new Linux IGD support
Hello Tom,
I tried the new UPnP support of shorewall, olny to stumble upon a
LinuxIGD bug. Specificaly, the UPnP chain is read as UPn from the
upnpd.conf . I double checked it, there some bug in the upnpd, it
doesn''t process 4 lettered names correctly. Could you change this
chains'' name to something a little longer?
--
Costas Cavouracis <cca@freemail.gr>
My PGP keys:
2018 Aug 30
2
[PATCH v2] drm/nouveau: Fix nouveau_connector_ddc_detect()
It looks like that when we moved over to using
drm_connector_for_each_possible_encoder() in nouveau, that one rather
important part of this function got dropped by accident:
/* Right v here */
for (i = 0; nv_encoder = NULL, i < DRM_CONNECTOR_MAX_ENCODER; i++) {
int id = connector->encoder_ids[i];
if (id == 0)
break;
Since it's rather difficult to notice: the
2020 Apr 01
1
Display broken after resume from suspend
Sorry, haven't really looked since our initial interaction. That EDID
decodes as:
Block 0, Base EDID:
EDID Structure Version & Revision: 1.0
Vendor & Product Identification:
Manufacturer: SEC
Model: 21569
Made in: 2010
Basic Display Parameters & Features:
Digital display
Maximum image size: 34 cm x 19 cm
Gamma: 2.20
RGB color display
First