From owner-freebsd-x11@FreeBSD.ORG Sat Nov 15 04:55:04 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7FCCAEA for ; Sat, 15 Nov 2014 04:55:04 +0000 (UTC) Received: from mout.gmx.com (mout.gmx.com [74.208.4.200]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 746845EB for ; Sat, 15 Nov 2014 04:55:04 +0000 (UTC) Received: from stoa.freebsd.net ([172.15.184.248]) by mail.gmx.com (mrgmxus001) with ESMTPSA (Nemesis) id 0M3ikx-1Y7ApS0GMj-00rHFR for ; Sat, 15 Nov 2014 05:55:03 +0100 Message-ID: <5466DD69.5000205@gmx.us> Date: Fri, 14 Nov 2014 23:58:17 -0500 From: Dutch Ingraham 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: Xorg configure failure with Radeon card Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:NqAITC/OwUt+D/ZIevoI3z359Cskx5wvFWthHMUhiMY4Wf54bIJ t7NVaAOY/4mNulZBv0d67XDX5IKjdmbhuNlG+AoJv6QhPCiTuiX36jmzowv7FX8Nq7QdrTd LhxSp/lsRbTmpXx0bHNIXerG420sMyX2yt0tuM7yd2AZVx4U7Pz/B/cmjqpIDMCD8xHfP5/ ipGt7dIvZWyNQfhpPB9Gw== X-UI-Out-Filterresults: notjunk:1; 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 04:55:04 -0000 Greetings: I just performed a fresh install of 10.1-RELEASE #0 r274401, then proceeded to build xorg from ports. My video card is a Radeon 5450 and I am attempting to set up dual-head. Upon configuring Xorg according to 6.4.2 of the Handbook, I was presented with this: "2160.756] (**) ModulePath set to "/usr/local/lib/xorg/modules" [ 2160.756] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. [ 2160.756] (WW) Disabling Mouse0 [ 2160.756] (WW) Disabling Keyboard0 [ 2160.756] (II) [KMS] No DRICreatePCIBusID symbol, no kernel modesetting. [ 2160.756] Segmentation fault at address 0x0 [ 2160.756] Fatal server error: [ 2160.756] Caught signal 11 (Segmentation fault). Server aborting [ 2160.756] [ 2160.756] Please consult the The X.Org Foundation support" This same "No DRICreatePCIBusID symbol, no kernel modesetting" message followed by a segfault was addressed (but left unresolved) in this thread: https://docs.freebsd.org/cgi/getmsg.cgi?fetch=289353+0+archive/2014/freebsd-x11/20140716.freebsd-x11 I then followed those instructions and added WITH_NEW_XORG, WITH_GALLIUM, and WITH_KMS to my make.conf, then rebuilt, just to be sure, all xorg packages. Same segfault. I also captured the compile messages for the dri package and noticed that apparently WITH_GALLIUM is deprecated in favor of OPTIONS_SET=GALLIUM. I changed my make.conf to: WITH_NEW_XORG=YES WITH_KMS=YES OPTIONS_SET=GALLIUM but I am getting the same error. Any ideas as to a resolution would be appreciated. Thanks.