From owner-freebsd-x11@FreeBSD.ORG Fri Feb 21 18:08:58 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 168FF308 for ; Fri, 21 Feb 2014 18:08:58 +0000 (UTC) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9FDAB1B7E for ; Fri, 21 Feb 2014 18:08:57 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id hi5so1121803wib.15 for ; Fri, 21 Feb 2014 10:08:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=vkcpM+wahahd5SPIVdHOKqNPM/Iq0hVgO2iEkfEsM5g=; b=FaM7qfRoZBSueWk6n+u0NULdpdp0jLV8G4gmyWw3l/Cq10OpWFYFSJpkcuCZW36d/p VKRtRPX07qEWUOMAHFeaN3zowTzGDuZ8NHBx0+Y3usMnk43vWHkI4VEf7Acwnql7kN3S 59W9dCsKUtb/z3ZcmXhSrHaF18kvux9HxcOjFR8ZF8zhQSq6Mu6zQyjsqXdcbMdVyFLb qcyiLfMiW0+CRr+Z3MBZbfk/N9wnedCOdLYy+q7crEAj8NEG/DczofPQeqz6QuONge5h rzt8MtnTm1eTiaRy9LYspkWdIb+DFG0eFPtznUcpFcfFtb6/PzAMFXzWq2RTCyKGhuru +8vA== MIME-Version: 1.0 X-Received: by 10.180.80.103 with SMTP id q7mr4453956wix.14.1393006134934; Fri, 21 Feb 2014 10:08:54 -0800 (PST) Sender: gereon.kaiping@gmail.com Received: by 10.194.108.194 with HTTP; Fri, 21 Feb 2014 10:08:54 -0800 (PST) In-Reply-To: References: Date: Fri, 21 Feb 2014 18:08:54 +0000 X-Google-Sender-Auth: UIlXS11a3xnF4_7KDCmzWsRw1IA Message-ID: Subject: Re: ATI graphics card on FreeBSD10: Xorg -configure fails (No DRICreatePCIBusID symbol) From: Gereon Kaiping To: Warren Block Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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:08:58 -0000 Hi, On 21 February 2014 04:33, Warren Block wrote: > [=E2=80=A6] 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=3D 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 [=E2=80=A6] 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. So I thought maybe rebuilding world would help, but nope, that's not it eit= her. 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? -- Gereon