From owner-freebsd-x11@FreeBSD.ORG Sat Nov 15 11:43:34 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F0B17EF for ; Sat, 15 Nov 2014 11:43:34 +0000 (UTC) Received: from mail-vc0-x22a.google.com (mail-vc0-x22a.google.com [IPv6:2607:f8b0:400c:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B6C01D98 for ; Sat, 15 Nov 2014 11:43:33 +0000 (UTC) Received: by mail-vc0-f170.google.com with SMTP id hq12so6477802vcb.29 for ; Sat, 15 Nov 2014 03:43:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=O/p1sMJUZywoC2gnQlSOWv7DL5R5/krsuHMGnkgu7g8=; b=YbnML1RS/s90NN+P5A1E0Ai7oromRCwA+7tRbQru2VJXU8OhAFmwe1JLrXM6voiKVq r9KYBsxllH+Ca5mbRCTjCvPE7caukhxmUNeZSdJN9R78DmMth+nYBb74inNSM16B1bBp RP6WCRzpGeO1u93a8JCPE4AAwR/vmAsGs8d5UWoGoWaGgvnE0m3MzPED5WKjmpFHtcr3 5eoTq+oskVvr10jrwBO5TZXrhPazEml0sB453DGZD+Wb7mzjd3rOEjY3vasn5yYI8Cf2 E4olaWdXuNG5N1n6yPWr6umdaS1zyD7RswJU9ByH8+em9PisTu06L2lQ2icyuQC7WIwF QOXg== X-Received: by 10.52.170.211 with SMTP id ao19mr394528vdc.58.1416051812917; Sat, 15 Nov 2014 03:43:32 -0800 (PST) Received: from ?IPv6:2001:470:1f15:b1f:adde:9b39:f6e5:fec6? ([2001:470:1f15:b1f:adde:9b39:f6e5:fec6]) by mx.google.com with ESMTPSA id e10sm5636571vdk.15.2014.11.15.03.43.31 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 15 Nov 2014 03:43:32 -0800 (PST) Message-ID: <54673C5D.6040900@gmail.com> Date: Sat, 15 Nov 2014 12:43:25 +0100 From: =?UTF-8?B?SmFuIEtva2Vtw7xsbGVy?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: Xorg configure failure with Radeon card References: <5466DD69.5000205@gmx.us> In-Reply-To: <5466DD69.5000205@gmx.us> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2014 11:43:34 -0000 Hi, > [ 2160.756] Caught signal 11 (Segmentation fault). Server aborting I think this is a known issue with the current Radeon driver. Try starting the X server without configuring it first. The handbook should probably be amended with instructions to avoid this bug. -Jan