From owner-freebsd-x11@FreeBSD.ORG Thu Feb 20 22:07:54 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 A47D8CF4 for ; Thu, 20 Feb 2014 22:07:54 +0000 (UTC) Received: from mail-lb0-x22c.google.com (mail-lb0-x22c.google.com [IPv6:2a00:1450:4010:c04::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 297CA1633 for ; Thu, 20 Feb 2014 22:07:53 +0000 (UTC) Received: by mail-lb0-f172.google.com with SMTP id c11so1791119lbj.17 for ; Thu, 20 Feb 2014 14:07:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=eTTpJ+JuWQDh7wV9/H12yGL6rJTXvrR2nJlOXMua6Yk=; b=vzAgaJf3k3dIk2nHbKdfxPGl1EDIn4w/pU8BxQs1JfcDxPiTh3BbRuYwWpEMtBo6D/ 1SVmxBobFkvm8remj7O2SqOZUMoo7ZJQL43/lD97ghKmsTuigKYd7E2H0/p5behWSZ3q McYgtuyNWcgD6nVcQBPWx+36BtmT7snQ0jI7g02m2I+89a2K/6B53k6icRYCXGbHU3l2 tkHEARceKwyeJWzYZVFNdNs50jJ84+NgE+9leFd+uZY4o1/p3WmwKIc0eWCHk+lqPb7w 8bSpjbdG5SlYrrSV1kks3JkL7beFV9g4LtyzuE7AozbkJt2PDIMu4c2bsfOR1ynHHEmG u7Dw== MIME-Version: 1.0 X-Received: by 10.112.172.8 with SMTP id ay8mr2271957lbc.41.1392934071916; Thu, 20 Feb 2014 14:07:51 -0800 (PST) Sender: gereon.kaiping@gmail.com Received: by 10.112.11.169 with HTTP; Thu, 20 Feb 2014 14:07:51 -0800 (PST) Date: Thu, 20 Feb 2014 22:07:51 +0000 X-Google-Sender-Auth: tIiZccTGRXKjqdr2trE5fI6eoKA Message-ID: Subject: ATI graphics card on FreeBSD10: Xorg -configure fails (No DRICreatePCIBusID symbol) From: Gereon Kaiping To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=UTF-8 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: Thu, 20 Feb 2014 22:07:54 -0000 Hello, I recently got someone's spare ATI X1950XTX graphics card for free, and considered to have it replace my nvidia Quadro. Not knowing much about hardware and 3D acceleration and stuff, I searched the internet for a bit and found out that the ATI Radeon KMS drivers are supposed to be in FreeBSD 10, and took that as good news to indeed try it out. Unfortunately, that was not very successful. While it did not break everything (The system does still boot) I don't get X configured with this new configuration, because `X -configure` fails with a segfault (see below). 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. Is there a likely way to debug this problem (Changing some other options and rebuilding some software? configuring X by hand/xorgcfg/xorgconfig/stuff like that?) and get this to work, or am I better off putting my nvidia card back in and foregoing hardware 3d acceleration? -- Gereon Kaiping ==X -configure output== X.Org X Server 1.12.4 Release Date: 2012-08-27 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 11.0-CURRENT amd64 Current Operating System: FreeBSD parhippus 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r261797: Wed Feb 19 01:41:55 GMT 2014 gereon@parhippus:/usr/obj/usr/src/sys/PARHIPPUS amd64 Build Date: 20 February 2014 01:20:20PM Current version of pixman: 0.32.4 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 20 22:01:23 2014 List of video drivers: ati radeon intel r128 openchrome mach64 nv vesa (++) Using config file: "/root/xorg.conf.new" (II) [KMS] No DRICreatePCIBusID symbol, no kernel modesetting. Segmentation fault at address 0x0 Fatal server error: Caught signal 11 (Segmentation fault). Server aborting Please consult the The X.Org Foundation support at http://wiki.x.org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information. Server terminated with error (1). Closing log file. Abort trap (core dumped)