From owner-freebsd-current@FreeBSD.ORG Tue Oct 28 05:11:31 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 726631065699 for ; Tue, 28 Oct 2008 05:11:31 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.231]) by mx1.freebsd.org (Postfix) with ESMTP id 3D7938FC1B for ; Tue, 28 Oct 2008 05:11:30 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2305834rvf.43 for ; Mon, 27 Oct 2008 22:11:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=q7XRAJDH7zFuAyPtIF9eYFAM0SLagKqao+bVoZFNYig=; b=j+enGZqQwH0bOC5hjgUBhy4lZyF20LnA72Kp5rOCU06nRShooGx4di+OZ/XUPln4Kk X/IzrDs83o5NHHx80S9kwRnbesCX9We89OkR9o9JIe2h0G7cruDf/gJvch8ACzv6ndla 0BIKe9Suygh8KdWIgFH7KVvIkNK3W8W1Vv+hI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=uPRQ8PSBZdLigZASx90lQe7mHpGccHClNGyE425cz+z4kG+9OMP49xg31x5LBCjZnT /0IdbAvJ8jiYGjD2YankXLveztckFVev3D5Wrb8X0wYaKPJ8hxU4VHGAX52jXs4O9w18 kczKT6pD1pkjyt+plca2Mb8EhxtxjQNcrmgtk= Received: by 10.140.148.3 with SMTP id v3mr3888182rvd.139.1225170690455; Mon, 27 Oct 2008 22:11:30 -0700 (PDT) Received: by 10.114.103.7 with HTTP; Mon, 27 Oct 2008 22:11:30 -0700 (PDT) Message-ID: <790a9fff0810272211l127f971ak901adb64eaf6bae8@mail.gmail.com> Date: Tue, 28 Oct 2008 00:11:30 -0500 From: "Scot Hetzel" To: "Robert Noland" In-Reply-To: <1225142871.30743.4.camel@squirrel.corp.cox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48FB4F0A.8080006@lissyara.su> <1225142871.30743.4.camel@squirrel.corp.cox.com> Cc: Alex Keda , FreeBSD Current Subject: Re: lastest DRM and ATI X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2008 05:11:31 -0000 On 10/27/08, Robert Noland wrote: > On Sun, 2008-10-19 at 19:15 +0400, Alex Keda wrote: > > After last update CURRENT, I have old error - X server hang on startup... > > xorg log - in atach > > ============ > > vgapci0@pci0:1:5:0: class=0x030000 card=0x009f1025 chip=0x59751002 > > rev=0x00 hdr=0x00 > > vendor = 'ATI Technologies Inc' > > device = 'Radeon XPRESS 200M SERIES' > > class = display > > subclass = VGA > > =========== > > acer$ uname -a > > FreeBSD acer.lissyara.int.otradno.ru 8.0-CURRENT FreeBSD 8.0-CURRENT #0: > > Sun Oct 19 17:43:35 MSD 2008 > > root@acer.lissyara.int.otradno.ru:/usr/obj/usr/src/sys/color-console amd64 > > acer$ > > > I just committed updates that should fix this up again. There was an > error in the changes to fix all the busmaster control bits. > After the drm was updated, I had to unload the radeon.ko module, otherwise xorg would show a blank screen. With these recent changes, xorg is now able to complete initialization of the screen and proceed to loading xdm or kdm. vgapci0@pci0:1:5:0: class=0x030000 card=0x309b103c chip=0x59551002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc' device = '??? Mobility Radeon XPRESS 200' class = display subclass = VGA Thanks for fixing this problem, and updating FreeBSD to the latest DRM code base. Scot