From owner-freebsd-chat@FreeBSD.ORG Tue Jun 19 16:10:53 2007 Return-Path: X-Original-To: freebsd-chat@freebsd.org Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E59EA16A46B for ; Tue, 19 Jun 2007 16:10:53 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.239]) by mx1.freebsd.org (Postfix) with ESMTP id 826ED13C448 for ; Tue, 19 Jun 2007 16:10:53 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by nz-out-0506.google.com with SMTP id 14so1547096nzn for ; Tue, 19 Jun 2007 09:10:52 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=px86HrPbJceshzW4s5v3Z4vqBfKi3riR4fAJGfXUyXnnA/90MaPOaCcTE9o/oBThZrJOJRs+1fH+/zjz/Z3rxhdZ+9FB6kZYO2D4mVjy91IL83UU6N6kGYTNyOPl8A3iTAcJ9uRXHoBtKTMHK46zhgHmVsxCr1noPt+AWkay9TA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=OmWi4gejdyTm65gXNSCs6S7KnM9AUoA4C0jit8aoHSIgJ//cYt3bK+hs/6kUlm6fflB7R/RO3+VmhInzUGoDuq/inFgnUVUUF1Rkp6g6dl9Qa+lj22xUAGan4nyJZ9Tw1clFvexgxZjxeJyXGd9VTNiPblp2KX/6zd4TaAlwfMA= Received: by 10.143.167.4 with SMTP id u4mr399890wfo.1182269451888; Tue, 19 Jun 2007 09:10:51 -0700 (PDT) Received: by 10.114.194.5 with HTTP; Tue, 19 Jun 2007 09:10:51 -0700 (PDT) Message-ID: Date: Tue, 19 Jun 2007 20:10:51 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "deeptech71@gmail.com" In-Reply-To: <4656F090.1080603@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46543647.7010202@gmail.com> <86wsyy8kv7.fsf@dwp.des.no> <200705250831.30329.doconnor@gsoft.com.au> <4656F090.1080603@gmail.com> X-Google-Sender-Auth: 7fbf245b31da7189 Cc: freebsd-chat@freebsd.org Subject: Re: 3D @ radeon & xorg 7.2 X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2007 16:10:54 -0000 On 5/25/07, deeptech71@gmail.com wrote: > Andrew Pantyukhin wrote: > > On 5/25/07, Daniel O'Connor wrote: > >> On Thursday 24 May 2007 23:02, Andrew Pantyukhin wrote: > >> > > The issue is that the R300 has been supported for a long time, > >> > > while until recently the R400 was not. > >> > > >> > Yes, I'm lucky to have 9550 and 1100 - both of which are > >> > not supported by any version of Xorg :-( > >> > >> If you're running i386 you could try this one -> > >> http://www.fglrx-freebsd.com/index.php > > > > Oh, I meant Xorg doesn't support 3D on my cards. 2D works > > quite fine. And I do have amd64. > > 2D works for me too. 3D, i can just wait for the next FBSD release and see. Good news (for me) :) I got a new 9600XT and moved my old 9550 to another PC. Now both of them support OpenGL. 9600XT is in a 7.x/i386 box with all the latest ports. Tried running ut2004 in 1680x1050x32 - and it works. Couldn't test it much because of weird multiscreen configuration. 9550 works in a 7.x/amd64 box, also with all the fresh ports. Both cards work in AGP mode 8 and fast writing enabled. Glxgears fps is low (2000-3000), but I'm not sure it's not a config issue. /me starts working on OpenGL ports :-) Cheers!