From owner-freebsd-x11@FreeBSD.ORG Fri Feb 21 02:02:09 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 DBF3C332 for ; Fri, 21 Feb 2014 02:02:09 +0000 (UTC) Received: from mail-pa0-x229.google.com (mail-pa0-x229.google.com [IPv6:2607:f8b0:400e:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AD44E1C63 for ; Fri, 21 Feb 2014 02:02:09 +0000 (UTC) Received: by mail-pa0-f41.google.com with SMTP id fa1so2785207pad.28 for ; Thu, 20 Feb 2014 18:02:09 -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; bh=C0IuP9+XhWrJ/QZJaWqRuEBQBEyvGJ0yo3l/astCnvo=; b=NahHzftEJMQSQau+Jq4xnt2wd6+ULlv4wHeYc0hvmHXyafgblWAgUEqXo+aMqxMmmK TiAkpXQqN8887Zws+wTlVcxo0gXlVuqYh4TxHH5V4Q8ydv65FJ4bvEslDXRYd4YMIQ1Q zQKrcN1HgqrI6peKEh1hOMEGIa4JyWilx3samBVjJb8ZMMkb7hclEqc0oXrLIqsfrBk0 7t5P7gDjVIcibm9BArHV7RirKkAo7cwgo/6CemgwY0CwOOoYd93Fy8yXf0u38sYbW6JW /y9je2tPwkStvAT3S3/lI8tkCkvm44DAuOMsHUB5+zeYSL3Wh3cIy9scNMkjan31mfZb 4aAw== MIME-Version: 1.0 X-Received: by 10.68.133.193 with SMTP id pe1mr5986869pbb.56.1392948129319; Thu, 20 Feb 2014 18:02:09 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.66.15.33 with HTTP; Thu, 20 Feb 2014 18:02:09 -0800 (PST) In-Reply-To: References: Date: Thu, 20 Feb 2014 18:02:09 -0800 X-Google-Sender-Auth: jdoFlXgOakN20uGuJIPY_V5vJb4 Message-ID: Subject: Re: ATI graphics card on FreeBSD10: Xorg -configure fails (No DRICreatePCIBusID symbol) From: Kevin Oberman To: Gereon Kaiping Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "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 02:02:09 -0000 On Thu, Feb 20, 2014 at 2:07 PM, Gereon Kaiping wrote: > 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) > For ATi KMS, you need to build WITH_GALLIUM. not WITH_KMS. WITH_KMS builds in kernel support for Intel cards. -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com