From owner-freebsd-x11@FreeBSD.ORG Tue Mar 11 08:02:50 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F8163A3; Tue, 11 Mar 2014 08:02:50 +0000 (UTC) Received: from mail105.syd.optusnet.com.au (mail105.syd.optusnet.com.au [211.29.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id 3F276221; Tue, 11 Mar 2014 08:02:49 +0000 (UTC) Received: from maxwell.menhennitt.com.au (c122-107-224-152.mckinn3.vic.optusnet.com.au [122.107.224.152]) by mail105.syd.optusnet.com.au (Postfix) with ESMTP id 5A0631042C46; Tue, 11 Mar 2014 19:02:48 +1100 (EST) Received: from [203.2.73.75] (starker.menhennitt.com.au [203.2.73.75]) by maxwell.menhennitt.com.au (Postfix) with ESMTP id 0B74F6204; Tue, 11 Mar 2014 19:02:48 +1100 (EST) Message-ID: <531EC327.2090803@menhennitt.com.au> Date: Tue, 11 Mar 2014 19:02:47 +1100 From: Graham Menhennitt User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: FreeBSD stable , FreeBSD x11 Subject: Re: crash with X11 and ATI Radeon RS690 X1250 IGP References: <531E1AE6.3080509@menhennitt.com.au> In-Reply-To: <531E1AE6.3080509@menhennitt.com.au> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.1 cv=ddC5gxne c=1 sm=1 tr=0 a=BQwmYAONLMrTGJtfTy08BQ==:117 a=BQwmYAONLMrTGJtfTy08BQ==:17 a=Cpq1HDflAAAA:8 a=PO7r1zJSAAAA:8 a=I-u6fpzJkNUA:10 a=wY42qBnwRLYA:10 a=8nJEP1OIZ-IA:10 a=GBLBaR2dCWRjDHD66BAA:9 a=wPNLvfGTeEIA:10 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2014 08:02:50 -0000 On 11/03/2014 07:04, Marg Menhennitt wrote: > I'm running FreeBSD AMD64 10-Stable as of yesterday. I did a build and > install of kernel and world, and I ran portupgrade on all my ports. > These include X11 and KDE. When I restarted the machine it crashed. It > gets to the end of the boot sequence where KDM starts. It sits at the > X11 screen (showing the little clock) for a few seconds and then reboots. > > I have WITH_NEW_XORG="YES" in /etc/make.conf as advised by > Jean-Sébastien Pédron. Looks like I've solved this myself. After looking through the mailing list archives of FreeBSD-X11, I found a message from Jean-Sébastien Pédron suggesting defining WITH_GALLIUM="YES" in /etc/make.conf and rebuilding the graphics/dri port. Even though my crash was different, this seems to have fixed it. So, all working again. Thanks, Graham