From owner-freebsd-current@FreeBSD.ORG Sat Mar 14 12:39:47 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 57E341065756 for ; Sat, 14 Mar 2009 12:39:47 +0000 (UTC) (envelope-from varga.michal@gmail.com) Received: from mail-fx0-f158.google.com (mail-fx0-f158.google.com [209.85.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id B207E8FC13 for ; Sat, 14 Mar 2009 12:39:46 +0000 (UTC) (envelope-from varga.michal@gmail.com) Received: by fxm2 with SMTP id 2so2808598fxm.43 for ; Sat, 14 Mar 2009 05:39:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=tP2qHlz1cSpmAH/p6/Lx62bIDDYKZKTAvL8cnPyGHgQ=; b=qxsBKIfqUWYwx852cvxLk3YgGgo2xDU8WMva3lNsFEtW/L5LQmURvUqpMzziAO4qmx OSA3ryM30P1anv6VFnxHc12sbykgvYfQMOMZBAsgWHbQ62GuqHg9WGTqcZShMamBgjee pqPkPWfvJ7FPjLTRiEksK5wxb9jHkI+vjpKZc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Qgq87UMbxo8+IKBG0w5W/GSSRCnBgHz9V7LFilDEnqA3zt0ZNeDao9wTyTcFkW6VaI TzHAZK6W+f6zt3I71vV/FpuQyW49o+HORmVC/QMfjxricMxvQPT3PUF1P2xQIuAMKzBr 7EsgYBLvP8T3bDCBoPAIjRHB/nrMXQ1zVen5s= MIME-Version: 1.0 Received: by 10.223.122.15 with SMTP id j15mr1135018far.10.1237032513907; Sat, 14 Mar 2009 05:08:33 -0700 (PDT) In-Reply-To: <20090314092610.GA65578@freebsd.org> References: <14763590@bb.ipt.ru> <20090314092610.GA65578@freebsd.org> Date: Sat, 14 Mar 2009 13:08:33 +0100 Message-ID: <3f1fd1ea0903140508sda8af37i83fdb0fb7ee1f792@mail.gmail.com> From: Michal Varga To: Roman Divacky Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Boris Samorodov , Alexander Best , 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 12:39:47 -0000 On Sat, Mar 14, 2009 at 10:26 AM, Roman Divacky wrote: > from my experience the nvidia driver does not work at all.. it used to work > in 6.x times with linuxulator but recently all I got from it was panic > or deadlock (depending on weather) > Doesn't work at all.. when? I guess you meant that "linux OpenGL portion of nvidia-driver doesn't work with compat.linux.osrelease=2.6.16", because otherwise the statement doesn't make any sense. nvidia-drivers work perfectly well with compat.linux.osrelease=2.4.2 (maybe not with some very recent -CURRENT, haven't been checking for a while, but that's not the point anyway) and actually are the only way to get any serious 3d gaming done on FreeBSD, and I'm not even starting with OpenGL apps like Blender (ATI users know what I'm pointing to). This is a clear bug in 2.6 linuxulator - the OpenGL works properly in Linux 2.4/2.6 (well, that's kinda expected), it works properly in 2.4 linuxulator, it breaks with 2.6 linuxulator. I think it's hard to call that "nvidia driver doesn't work at all", but maybe I just missed the point somewhere and earned a *whoosh*.. > 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. m.