Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965396AbXBFUhz (ORCPT ); Tue, 6 Feb 2007 15:37:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965416AbXBFUhz (ORCPT ); Tue, 6 Feb 2007 15:37:55 -0500 Received: from pentafluge.infradead.org ([213.146.154.40]:52854 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965396AbXBFUhz (ORCPT ); Tue, 6 Feb 2007 15:37:55 -0500 Date: Tue, 6 Feb 2007 20:37:35 +0000 (GMT) From: James Simmons To: Luca Tettamanti cc: linux-fbdev-devel@lists.sourceforge.net, Andrew Morton , Dave Airlie , Giuseppe Bilotta , linux-kernel@vger.kernel.org Subject: Re: [Linux-fbdev-devel] [PATCH] nvidiafb: allow ignoring EDID info In-Reply-To: <20070204201713.GA12867@dreamland.darkstar.lan> Message-ID: References: <20070128160831.fb51347f.akpm@osdl.org> <21d7e9970701281612q56b694edp6efd1a5556dea3fe@mail.gmail.com> <20070128162907.370f5476.akpm@osdl.org> <21d7e9970701281639w57edc2efw4ba620d4c1bdcee7@mail.gmail.com> <20070130203301.GA15067@dreamland.darkstar.lan> <20070204201713.GA12867@dreamland.darkstar.lan> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1643 Lines: 35 > > > Although solving the problem at the fb layer level is probably the > > > correct/best way to do it, I am not aware of people having problems > > > with broken EDIDs and non-nVidia cards. By contrast, workarounds for > > > nVidia and broken EDIDs is a very common thing to do even on Windows. > > > > Not all drivers have support for reading EDID information, so in many > > cases it just "works". My old monitor had garbage in the EDID eeprom and > > I had to pass "ignore_edid" to radeonfb (before I reprogrammed the > > eeprom that is :P). > > > > > Plus, providing an fb-layer-level solution is way beyond my kernel > > > programming experience :) > > > > I'll try to code something in the weekend. > > I'm somewhat stuck. fbmon has the library functions to parse and > optionally fix EDID block, but it lacks the knowledge of the source of > the data; IOW it's not possible to ignore the EDID coming from a certain > head, the flag would be global (which may be less that optimal with > multi-head setups). > So instead of adding an option I'd use the existing broken EDID db, > adding another state (say 'unfixable') which causes the data to be > discarded. Comments? > > Giuseppe, can you send me the EDID block of your monitor? If you can find post the manufacturer and model number we can place it on the backlist in fbmon. Also we should figure out what is wrong and fix it. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/