From owner-freebsd-questions@FreeBSD.ORG Sat Nov 6 23:07:42 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 31BB01065670 for ; Sat, 6 Nov 2010 23:07:42 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from woodbine.london.02.net (woodbine.london.02.net [87.194.255.145]) by mx1.freebsd.org (Postfix) with ESMTP id C44B38FC1B for ; Sat, 6 Nov 2010 23:07:41 +0000 (UTC) Received: from muji2.config (93.97.24.219) by woodbine.london.02.net (8.5.124.10) id 4CCAF076003917EE for freebsd-questions@freebsd.org; Sat, 6 Nov 2010 23:07:40 +0000 Message-ID: <4CD5DF7C.8030500@onetel.com> Date: Sat, 06 Nov 2010 23:06:36 +0000 From: Chris Whitehouse User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.9) Gecko/20100924 Thunderbird/3.1.4 MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Thinkpad R51 + xf86-video-intel-2.7.1_3 = lockup 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: Sat, 06 Nov 2010 23:07:42 -0000 Hello I aquired an R51 model 2887 recently. It has the latest BIOS and the video chipset is 855GM. I am getting the same problem as mentioned here and here Loading X (with/without -retro) causes the machine to lock up with a black screen. I have to press and hold the power button to turn the machine off and Xorg.0.log is empty on reboot. This occurs with xorg-7.5 and xf86-video-intel-2.7.1_3. With xorg_7.4_3 and xf86-video-intel-2.7.1_1 it works. Replacing the intel driver with vesa also works. Other things I have tried are: replace xf86-video-intel-2.7.1_3 in the xorg-7.5 setup with xf86-video-intel-2.7.1_1 from a package compiled with xorg_7.4_3 - works but lots of warnings of version mismatches when installing. compile xf86-video-intel-2.7.1_1 with xorg-7.5 - failed to compile. add Option "AccelMethod" "EXA" to xorg.conf (because xf86-video-intel-2.7.1_1 failed to compile with errors about uxa) - no effect. remove a second instance of screen, device etc in xorg.conf which gets set up by X -configure - no effect. One thing I haven't done is add Option "UseSIGIO" and Option "NoTrapSignals" to xorg.conf as they both have warnings which I didn't feel competent to deal with. I haven't included xorg.conf and dmesg as they are both virtually identical to the ones in the links above, but of course I can if required. OS is 8.1-R Any suggestions welcome. thanks Chris