From owner-freebsd-x11@FreeBSD.ORG Tue Jul 22 20:32:25 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 58E747A9 for ; Tue, 22 Jul 2014 20:32:25 +0000 (UTC) Received: from erelay5.ox.registrar-servers.com (erelay5.ox.registrar-servers.com [192.64.117.65]) by mx1.freebsd.org (Postfix) with ESMTP id 318132322 for ; Tue, 22 Jul 2014 20:32:24 +0000 (UTC) Received: from localhost (unknown [127.0.0.1]) by erelay1.ox.registrar-servers.com (Postfix) with ESMTP id 8A575220060A for ; Tue, 22 Jul 2014 20:25:50 +0000 (UTC) Received: from erelay1.ox.registrar-servers.com ([127.0.0.1]) by localhost (erelay.ox.registrar-servers.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id feG7QmvWPiWF for ; Tue, 22 Jul 2014 16:25:49 -0400 (EDT) Received: from imap1.ox.privateemail.com (imap1.ox.privateemail.com [198.187.29.233]) by erelay1.ox.registrar-servers.com (Postfix) with ESMTP id 357FA22007A3 for ; Tue, 22 Jul 2014 16:25:49 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id E21CCB00085 for ; Tue, 22 Jul 2014 16:25:48 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at imap1.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap1.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id qcWX7zUKo1Hu for ; Tue, 22 Jul 2014 16:25:48 -0400 (EDT) Received: from localhost (127.Red-83-50-140.dynamicIP.rima-tde.net [83.50.140.127]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id 53B49B0008A for ; Tue, 22 Jul 2014 16:25:48 -0400 (EDT) Date: Tue, 22 Jul 2014 22:25:18 +0200 From: Carlos Jacobo Puga Medina To: freebsd-x11@freebsd.org Subject: ATI radeon 3450 with new xorg Message-Id: <20140722222518.a5f098a3e5aa4f85407cb3b4@fbsd.es> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.22; i386-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2014 20:32:25 -0000 Hi people, Currently I'm testing an ATI Radeon HD 3450 with the new Xorg drivers on 11-CURRENT. It works partially due some ports aren't able to compile with CLANG and prefer GCC47. These ports are dri, libGL and libglapi. % uname -a FreeBSD box.underbuild.com 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r268969: Tue Jul 22 12:50:29 CEST 2014 charly@box.underbuild.com:/usr/obj/usr/src/sys/PROD i386 % make -C /usr/ports/graphics/dri -V CC gcc47 I've added in make.conf WITH_NEW_XORG=yes WITH_GALLIUM=yes glxinfo spits out that it doesn't have rendering support: libGL: OpenDriver: trying /usr/local/lib/dri/r600_dri.so libGL error: dlopen /usr/local/lib/dri/r600_dri.so failed (/usr/local/lib/dri/r600_dri.so: Undefined symbol "_ZN4llvm13EngineBuilder12selectTargetERKNS_6TripleENS_9StringRefES4_RKNS_15SmallVectorImplISsEE") libGL error: unable to load driver: r600_dri.so libGL error: driver pointer missing libGL error: failed to load driver: r600 libGL: OpenDriver: trying /usr/local/lib/dri/swrast_dri.so libGL error: dlopen /usr/local/lib/dri/swrast_dri.so failed (/usr/local/lib/dri/swrast_dri.so: Undefined symbol "_ZN4llvm13EngineBuilder12selectTargetERKNS_6TripleENS_9StringRefES4_RKNS_15SmallVectorImplISsEE") libGL error: unable to load driver: swrast_dri.so libGL error: failed to load driver: swrast name of display: :0.0 display: :0 screen: 0 direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose) I attach the full logs for debugging purposes: http://pastebin.com/avCJN9QJ # glxinfo http://pastebin.com/C0fF5e3w # pciconf http://pastebin.com/FYMrV0Fr # Xorg.0.log http://pastebin.com/rYjrsvjd # dmesg http://pastebin.com/zbmgfv77 # pkg info Any thoughts? -- Carlos Jacobo Puga Medina