From owner-freebsd-current@FreeBSD.ORG Sun Aug 15 00:56:06 2004 Return-Path: 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 000BC16A4CE for ; Sun, 15 Aug 2004 00:56:05 +0000 (GMT) Received: from av4-1-sn3.vrr.skanova.net (av4-1-sn3.vrr.skanova.net [81.228.9.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 894B543D2F for ; Sun, 15 Aug 2004 00:56:03 +0000 (GMT) (envelope-from manlix@demonized.net) Received: by av4-1-sn3.vrr.skanova.net (Postfix, from userid 502) id B52B337E9A; Sun, 15 Aug 2004 02:56:02 +0200 (CEST) Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av4-1-sn3.vrr.skanova.net (Postfix) with ESMTP id A300A37E49; Sun, 15 Aug 2004 02:56:02 +0200 (CEST) Received: from fisk.demonized.net (h144n2fls33o834.telia.com [213.66.186.144]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id 0C70C37E42; Sun, 15 Aug 2004 02:56:02 +0200 (CEST) Received: from beard.demonized.net (beard.demonized.net [192.168.0.2]) by fisk.demonized.net (Postfix) with SMTP id E8F0160E2; Sun, 15 Aug 2004 02:56:11 +0200 (CEST) Date: Sun, 15 Aug 2004 02:56:01 +0200 From: Johan Pettersson To: Doug Rabson Message-Id: <20040815025601.522b2f7c.manlix@demonized.net> In-Reply-To: <200408141934.24107.dfr@nlsystems.com> References: <200408141934.24107.dfr@nlsystems.com> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: New nvidia drivers available X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 15 Aug 2004 00:56:06 -0000 On Sat, 14 Aug 2004 19:34:24 +0100 Doug Rabson wrote: > The latest 6113 build of the nvidia graphics drivers has just appeared > > on nvidia's web site. Check out > http://www.nvidia.com/object/freebsd_1.0-6113.html if you are > currently using the nvidia proprietary drivers. This driver works > nicely on FreeBSD-current and while this version is not thread-safe, > it does not conflict with libpthread or libthr's use of %gs so you > don't have to map everything down to libc_r any more :-). > > There will be a thread-safe driver available for FreeBSD-current > sometime after I commit the pthread parts of the TLS support code. > Im running the new driver on a recent -CURRENT and xorg 6.7.0. When starting zsnes I get this: beard ~> zsnes Fatal error 'Exceeded maximum lock level' at line 261 in file /usr/src/lib/libpthread/thread/thr_cancel.c (errno = 0) Bus error (core dumped) beard ~>