From owner-freebsd-current@FreeBSD.ORG Sat Mar 14 21:20:31 2009 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 7660A106567B; Sat, 14 Mar 2009 21:20:31 +0000 (UTC) (envelope-from matheusber@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id 0CC568FC1E; Sat, 14 Mar 2009 21:20:30 +0000 (UTC) (envelope-from matheusber@gmail.com) Received: by qw-out-2122.google.com with SMTP id 3so1420316qwe.7 for ; Sat, 14 Mar 2009 14:20:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received:received :message-id:in-reply-to:references:date:subject:from:to:cc :user-agent:mime-version:content-type:content-transfer-encoding :x-priority:importance; bh=2YYiOgC6ucCllUGeENVVMqw2bvhrso04ehJurHKyDro=; b=VA53+Ijtmn6g+BptS8yw0KQuEUJjsm1jJRlOfIVmQsaCcG97bosuXOH8LlpaFYKa94 LNwnCqy8uidjLP+dGVc4z3kpAbEB40XNZDgA/oh6dLyTpTEzibbQc5KuYH3uETAn3w02 Rca4ep3R8902t/5mzQlEbYUWqO9gX5l27Sdr0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:in-reply-to:references:date:subject:from:to:cc :user-agent:mime-version:content-type:content-transfer-encoding :x-priority:importance; b=kklvhyOY88Ft+n3vIY5LVxIQfyP4F11OS3SY/rLHoT2HFI4lPv+XH6fQX1ne4L+yNT ScBDXGvEz4N9xm2vO7Eg6Rbex8+3SjcMDD+JklGrXH1OKoH+eMjcLTinbwla+nd2wRDq V7ui5NUWYFCIfjKFwTrXHGlUOWvYOvJV3mkKA= Received: by 10.224.53.193 with SMTP id n1mr3660180qag.68.1237065630540; Sat, 14 Mar 2009 14:20:30 -0700 (PDT) Received: from cygnus.homeunix.com (201008162061.user.veloxzone.com.br [201.8.162.61]) by mx.google.com with ESMTPS id 9sm7494686yxs.36.2009.03.14.14.20.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 14 Mar 2009 14:20:30 -0700 (PDT) Sender: Nenhum_de_Nos Received: by cygnus.homeunix.com (Postfix, from userid 80) id C54CCB8074; Sat, 14 Mar 2009 18:20:23 -0300 (BRT) Received: from 189.71.33.85 (SquirrelMail authenticated user matheus) by cygnus.homeunix.com with HTTP; Sat, 14 Mar 2009 18:20:23 -0300 (BRT) Message-ID: <1017f8e21b9bbc55b55751f7379bb476.squirrel@cygnus.homeunix.com> In-Reply-To: <1237062899.1809.13.camel@balrog.2hip.net> References: <14763590@bb.ipt.ru> <20090314092610.GA65578@freebsd.org> <3f1fd1ea0903140508sda8af37i83fdb0fb7ee1f792@mail.gmail.com> <20090314174509.GA36903@freebsd.org> <26f56b402fa24972ed0e30591d62565f.squirrel@10.1.1.10> <1237062899.1809.13.camel@balrog.2hip.net> Date: Sat, 14 Mar 2009 18:20:23 -0300 (BRT) From: "Nenhum_de_Nos" To: "Robert Noland" User-Agent: SquirrelMail/1.4.15 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-current@freebsd.org Subject: Re: linux 3d applications keep crashing 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: Sat, 14 Mar 2009 21:20:31 -0000 On Sat, March 14, 2009 17:34, Robert Noland wrote: > On Sat, 2009-03-14 at 14:55 -0300, Nenhum_de_Nos wrote: >> On Sat, March 14, 2009 14:45, Roman Divacky wrote: >> >> > there's an ongoing work on nouveau, so stay tuned :) >> >> > >> >> Yes, that will take many years to complete, or at least, produce a >> >> rotating cube or maybe, maybe run glxgears in around 2012. >> > >> > I am currently running accelerated glgears on freebsd using nouveau. >> > thnx for your enthusiasm :) > > Unfortunately, the 3d is direct "software rendering" right now, but I do > have drm enabled hardware accelerated 2d and Xv working now. Linux > doesn't have hardware accelerated 3d right now either, so... > >> woowWWW >> >> that's hell-I-don't-know-how-to-express-this good !!!! >> >> where to get latest code ? > > I'm planning to start putting together patches for -CURRENT next week. > The userland components you generally need to get from git. We do now > have a port of the nouveau driver based on a git snapshot, but the > driver has yet to be released and I've got at least one change to libdrm > that is needed against git master to make things work on amd64. > > I haven't tried NV50 series cards yet... I've done most of the porting > on an NV40 and Roman has has an NV44. I need to plug the 8800 back in > and see how it goes. I have both 7950GT and 8500GT. I'll try the latter first throughout this week. matheus > robert. > >> thanks !!! >> >> matheus > > -- > Robert Noland > FreeBSD > -- We will call you cygnus, The God of balance you shall be