From owner-freebsd-x11@FreeBSD.ORG Fri Feb 21 18:12:40 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 CE33152C for ; Fri, 21 Feb 2014 18:12:40 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7B3571C31 for ; Fri, 21 Feb 2014 18:12:40 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.8/8.14.8) with ESMTP id s1LICcwD002261 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 21 Feb 2014 11:12:39 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.8/8.14.8/Submit) with ESMTP id s1LICcIj002258; Fri, 21 Feb 2014 11:12:38 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 21 Feb 2014 11:12:38 -0700 (MST) From: Warren Block To: Gereon Kaiping Subject: Re: ATI graphics card on FreeBSD10: Xorg -configure fails (No DRICreatePCIBusID symbol) In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Fri, 21 Feb 2014 11:12:39 -0700 (MST) Cc: Kevin Oberman , "freebsd-x11@freebsd.org" 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: Fri, 21 Feb 2014 18:12:40 -0000 On Fri, 21 Feb 2014, Gereon Kaiping wrote: > Hi, > > On 21 February 2014 04:33, Warren Block wrote: >> [?] WITH_NEW_XORG gets the >> later version of xorg with KMS drivers, and the ATI driver also needs >> WITH_GALLIUM. > > So I added > WITH_GALLIUM= yes > to my /etc/make.conf, ran `pkg delete -f libGL dri` and reinstalled > all packages that were depending on libGL and dri, (`portupgrade -f > [?] graphics/libGLU x11/xdriinfo x11-servers/xorg-server > x11-drivers/xf86-video-intel x11-drivers/xf86-video-mach64 > x11-drivers/xf86-video-openchrome x11-drivers/xf86-video-r128 > x11-drivers/xf86-video-ati x11/xorg`). > > That was not enough, `X -configure` still segfaults, same as before. There is a list of ports to rebuild at https://wiki.freebsd.org/Graphics#Installing_KMS_Ports > So I thought maybe rebuilding world would help, but nope, that's not it either. > > Seeing that x11-drivers/radeonhd is not in that list, I tried to > install it explicitly and it told me `** Port marked as IGNORE: > x11-drivers/xf86-video-radeonhd: Reports of issues with KMS, > unsupported, use xf86-video-ati.` Is that as expected or part of the > problem? Did I leave out any other critical step? radeonhd is a dead, unsupported driver. The one to use is radeon, which is part of xf86-video-ati.