From owner-freebsd-x11@FreeBSD.ORG Fri Feb 21 04:33:49 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0262BD97 for ; Fri, 21 Feb 2014 04:33:49 +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 8BC151C3A for ; Fri, 21 Feb 2014 04:33:48 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.8/8.14.8) with ESMTP id s1L4XkNS005604 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 20 Feb 2014 21:33:47 -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 s1L4XksY005601; Thu, 20 Feb 2014 21:33:46 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 20 Feb 2014 21:33:46 -0700 (MST) From: Warren Block To: Kevin Oberman 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]); Thu, 20 Feb 2014 21:33:47 -0700 (MST) Cc: "freebsd-x11@freebsd.org" , Gereon Kaiping 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 04:33:49 -0000 On Thu, 20 Feb 2014, Kevin Oberman wrote: > On Thu, Feb 20, 2014 at 2:07 PM, Gereon Kaiping wrote: >> >> This is still the case also after rebuilding the base system and all >> my packages from source while having >> WITH_NEW_XORG=yes >> WITH_KMS=yes >> in my /etc/make.conf. > > For ATi KMS, you need to build WITH_GALLIUM. not WITH_KMS. WITH_KMS > builds in kernel support for Intel cards. Actually, WITH_KMS doesn't do anything any more. WITH_NEW_XORG gets the later version of xorg with KMS drivers, and the ATI driver also needs WITH_GALLIUM.