From owner-freebsd-x11@freebsd.org Sun Nov 22 00:41:44 2015 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0441EA332E3 for ; Sun, 22 Nov 2015 00:41:44 +0000 (UTC) (envelope-from stefan.wendler@tngtech.com) Received: from zimbra.tngtech.com (zimbra.tngtech.com [212.204.93.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B32FA1193 for ; Sun, 22 Nov 2015 00:41:43 +0000 (UTC) (envelope-from stefan.wendler@tngtech.com) Received: from localhost (localhost [127.0.0.1]) by zimbra.tngtech.com (Postfix) with ESMTP id 85FE5B0047B for ; Sun, 22 Nov 2015 01:41:40 +0100 (CET) Received: from zimbra.tngtech.com ([127.0.0.1]) by localhost (zimbra.tngtech.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id aE-3w0G_USrn for ; Sun, 22 Nov 2015 01:41:40 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by zimbra.tngtech.com (Postfix) with ESMTP id 4BECBB00577 for ; Sun, 22 Nov 2015 01:41:40 +0100 (CET) X-Virus-Scanned: amavisd-new at tngtech.com Received: from zimbra.tngtech.com ([127.0.0.1]) by localhost (zimbra.tngtech.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id j8oWbs8dODE0 for ; Sun, 22 Nov 2015 01:41:40 +0100 (CET) Received: from hactar.localnet (p4FE57B69.dip0.t-ipconnect.de [79.229.123.105]) by zimbra.tngtech.com (Postfix) with ESMTPSA id 29E36B0047B for ; Sun, 22 Nov 2015 01:41:40 +0100 (CET) From: Stefan Wendler To: freebsd-x11@freebsd.org Subject: Re: testing new intel driver i915 - no EDID found(rev 34907b727e888fd60358a5a3b554c946d4b3d38a) Date: Sun, 22 Nov 2015 01:41:39 +0100 Message-ID: <5192590.87VMpNulxk@hactar> Organization: TNG Technology Consulting GmbH User-Agent: KMail/4.14.3 (FreeBSD/10.2-RELEASE; KDE/4.14.3; amd64; ; ) In-Reply-To: <3019138.qGHq2DP8Ah@hactar> References: <3019138.qGHq2DP8Ah@hactar> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2015 00:41:44 -0000 On Sunday 22 November 2015 01:17:09 Stefan Wendler wrote: > Hi, > > I still have the problem that the screen is blank with just backlight on. I > can type and stuff but I don't see anything. What I have seen in dmesg > (among other errors) is that it won't find my CRTs EDID. May this be the/a > reason? Is there a way to solve this on my own? Or is this still a bug? > > Cheers, > Stefan One thing that might be a problem as well is that I have two cards. An intel and an nvidia. The nvidia is this crippled thingy that writes into intels vram but has no direct output. I have the same behavior (blank screen) when I accidentally specify the wrong PCI BusID in xorg.conf. Cheers