From owner-freebsd-current@FreeBSD.ORG Mon Dec 19 20:55:50 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6390416A41F for ; Mon, 19 Dec 2005 20:55:50 +0000 (GMT) (envelope-from fcash@ocis.net) Received: from smtp.sd73.bc.ca (smtp.sd73.bc.ca [142.24.13.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC2CC43D4C for ; Mon, 19 Dec 2005 20:55:49 +0000 (GMT) (envelope-from fcash@ocis.net) Received: from localhost (localhost [127.0.0.1]) by localhost.sd73.bc.ca (Postfix) with ESMTP id C9B548A00B2 for ; Mon, 19 Dec 2005 12:55:27 -0800 (PST) Received: from smtp.sd73.bc.ca ([127.0.0.1]) by localhost (smtp.sd73.bc.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00470-01-64 for ; Mon, 19 Dec 2005 12:55:26 -0800 (PST) Received: from s157.sbo (unknown [192.168.0.157]) by smtp.sd73.bc.ca (Postfix) with ESMTP id DD2BB8A00A6 for ; Mon, 19 Dec 2005 12:55:25 -0800 (PST) From: Freddie Cash To: freebsd-current@freebsd.org Date: Mon, 19 Dec 2005 12:55:45 -0800 User-Agent: KMail/1.8.3 References: <1132743283.1197.55.camel@leguin> In-Reply-To: <1132743283.1197.55.camel@leguin> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512191255.46304.fcash@ocis.net> X-Virus-Scanned: by amavisd-new using ClamAV at sd73.bc.ca Subject: Re: DRM update for testing 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: Mon, 19 Dec 2005 20:55:50 -0000 On November 23, 2005 02:54 am, Eric Anholt wrote: > I've got a patch at: > http://people.freebsd.org/~anholt/dri/drm-sys-20051123.diff > for testing, which merges DRM CVS into FreeBSD. I've done basic tests > of a recent DRM CVS with WITNESS on AGP/PCI Matrox, AGP/PCI Rage 128, > AGP Radeon r100/r200/r300, AGP Savage4 (new!), SiS, and 3dfx, and this > version should be equivalent to what I tested. I'll do another pass of > testing before I commit, but I'd also like to get some wider testing so > more panics can show up if they exist. This particular diff has only > been compile-tested with LINT on amd64 so far. While I haven't tested this specific patchset, I figured I'd pipe up with a "yay, it works" regarding ATI IGP 200 (RADEON 7000) drm support on my Toshiba Satellite A60 laptop. When I was running FreeBSD 5.x and Xorg 6.x I was never able to get a working agp0, drm0, or DRM/DRI. (There was a working agp0 in the early 5.2/5.3 days, but then it disappeared. Even with that, though, DRM/DRI in X never worked.) Updating the laptop to RELENG_6 from early Dec, xorg-server-snap, and the latest dri-devel port now gives me: drm0@pci1:5:0: class=0x030000 card=0xff101179 chip=0x44371002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc' device = 'Radeon Mobility 7000 IGP' class = display subclass = VGA agp0@pci0:0:0 class=0x060000 card=0x00000000 chip=0xcab31002 rev=0x05 hdr=0x00 vendor = 'ATI Technologies Inc' class = bridge subclass = HOST-PCI Running glxgears at 1024x768x16 gives me a decent 35 fps, compared to the 1 fps I used to get. :) All that's left is to get the IDE controller working at better than ATA33 speeds. -- Freddie Cash fcash@ocis.net