From owner-freebsd-stable@FreeBSD.ORG Fri Mar 19 22:57:50 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76C6C16A4CE for ; Fri, 19 Mar 2004 22:57:50 -0800 (PST) Received: from grosbein.pp.ru (grgw.svzserv.kemerovo.su [213.184.64.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7806D43D2D for ; Fri, 19 Mar 2004 22:57:49 -0800 (PST) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (eugen@localhost [127.0.0.1]) by grosbein.pp.ru (8.12.11/8.12.11) with ESMTP id i2K6tsUY007410; Sat, 20 Mar 2004 13:55:54 +0700 (KRAT) (envelope-from eugen@grosbein.pp.ru) Received: (from eugen@localhost) by grosbein.pp.ru (8.12.11/8.12.11/Submit) id i2K6tr5v007409; Sat, 20 Mar 2004 13:55:53 +0700 (KRAT) (envelope-from eugen) Date: Sat, 20 Mar 2004 13:55:53 +0700 From: Eugene Grosbein To: Barry Pederson Message-ID: <20040320065553.GA3821@grosbein.pp.ru> References: <7670000.1079480581@palle.girgensohn.se> <13770000.1079537744@rambutan.pingpong.net> <40591A47.1C6617C7@kuzbass.ru> <33830000.1079712277@durian.pingpong.net> <20040319163201.GA16433@svzserv.kemerovo.su> <405B2D7A.5050309@barryp.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <405B2D7A.5050309@barryp.org> User-Agent: Mutt/1.4.1i cc: stable@freebsd.org Subject: Re: ATI Radeon 9600 SE & OpenGL? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Mar 2004 06:57:50 -0000 On Fri, Mar 19, 2004 at 11:27:22AM -0600, Barry Pederson wrote: > So does the 3D acceleration actually work in your setup? Yes, it is. glxinfo says so and I get 930 fps instead of 180 using DRI. > I've got a machine with a 9200 running 5.2.1 that seems to detect the > card ok > > drm0: port 0xde00-0xdeff mem > 0xfe9e0000-0xfe9effff,0xf0000000-0xf7ffffff > irq 11 at device 0.0 on pci1 > info: [drm] AGP at 0xe0000000 128MB > info: [drm] Initialized radeon 1.10.0 20020828 on minor 0 > > Loaded the x11-servers/XFree86-Server-snap port to get a newer "radeon" > server that recognizes the 9200, > but when I "startx" the screen goes black and the machine freezes - > unless I comment out the "glx" module in /etc/X11/XF86Config > > Everything else about the card seems to work fine, xvideo extension is > good. Just no 3D. STABLE has radeondrm version 1.8.0 while CURRENT has 1.10.0 They differ greatly. Eugene