From owner-freebsd-current@FreeBSD.ORG Sun Nov 10 16:40:25 2013 Return-Path: Delivered-To: freebsd-current@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 ESMTP id B4713EB1 for ; Sun, 10 Nov 2013 16:40:25 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.netplex.net (mail.netplex.net [204.213.176.9]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5EA2D23E0 for ; Sun, 10 Nov 2013 16:40:24 +0000 (UTC) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.6/8.14.6/NETPLEX) with ESMTP id rAAGeIdw049271; Sun, 10 Nov 2013 11:40:18 -0500 X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-4.4.1 (mail.netplex.net [204.213.176.9]); Sun, 10 Nov 2013 11:40:18 -0500 (EST) Date: Sun, 10 Nov 2013 11:40:18 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: dt71@gmx.com Subject: Re: new Xorg (KMS, etc.) for Radeon 9600 In-Reply-To: <527F95BE.7080908@gmx.com> Message-ID: References: <527F95BE.7080908@gmx.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Daniel Eischen List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 16:40:25 -0000 On Sun, 10 Nov 2013, dt71@gmx.com wrote: > I've built the ports with the following lines in my /etc/make.conf: > WITH_NEW_XORG=1 > WITH_KMS=1 > WITH_GALLIUM=1 > And I've attempted to run ``startx''. My -current is still from ~July 3, and I also got panics when trying new Xorg. Take the drm devices out of your kernel configuration and let X load the necessary drm2 devices when it starts. This allowed it to work for me. -- DE