From owner-freebsd-questions@FreeBSD.ORG Fri Aug 27 15:44:00 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBC59106566C for ; Fri, 27 Aug 2010 15:44:00 +0000 (UTC) (envelope-from remegius@comcast.net) Received: from qmta12.emeryville.ca.mail.comcast.net (qmta12.emeryville.ca.mail.comcast.net [76.96.27.227]) by mx1.freebsd.org (Postfix) with ESMTP id 9FCD88FC0C for ; Fri, 27 Aug 2010 15:44:00 +0000 (UTC) Received: from omta13.emeryville.ca.mail.comcast.net ([76.96.30.52]) by qmta12.emeryville.ca.mail.comcast.net with comcast id zSAj1e00217UAYkACTk0KM; Fri, 27 Aug 2010 15:44:00 +0000 Received: from remegius.comcast.net ([67.180.204.190]) by omta13.emeryville.ca.mail.comcast.net with comcast id zTjy1e00446zqiB8ZTjzQ3; Fri, 27 Aug 2010 15:43:59 +0000 Message-ID: <4C77DD3E.6030600@comcast.net> Date: Fri, 27 Aug 2010 08:43:58 -0700 From: Rem P Roberti User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.8) Gecko/20100819 Thunderbird/3.1.2 MIME-Version: 1.0 To: Tijl Coosemans References: <4C75E5BE.6090107@comcast.net> <201008271213.06492.tijl@coosemans.org> In-Reply-To: <201008271213.06492.tijl@coosemans.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Panic or deadlock with Intel graphics X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2010 15:44:00 -0000 On 08/27/10 03:12, Tijl Coosemans wrote: > On Thursday 26 August 2010 05:55:42 Rem P Roberti wrote: >> In an attempt to diagnose why my Thinkpad R51 completely locks up when >> trying to access X I have done the following. I built a debugging >> kernel, with KDB, DDB, WITNESS, INVARIANT*, AND DIAGNOSTIC in addition >> to *BREAK_TO_DEBUGGER. None of these things have yielded any progress >> in isolating the issue. Note that replacing the 'intel' driver with the >> 'vesa' driver in /etc/X11/xorg.conf does not cause the computer to >> hang. The problem appears to be specific to the intel driver. Also, I >> have been unable to get a crash report (which is what we were hoping to >> see in /var/crash) regardless of the debugging options built into the >> kernel. >> >> I have attached the output of 'uname -a', 'dmesg', and 'pciconf -lv' to >> this post. > It could be related to DRI, so try to disable it in /etc/X11/xorg.conf: > > Section "Module" > Disable "dri" > Disable "dri2" > EndSection Unfortunately, that did not work. Cheers...