From owner-freebsd-current@FreeBSD.ORG Sat May 22 11:09:46 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 3A01C16A4CE for ; Sat, 22 May 2004 11:09:46 -0700 (PDT) Received: from kayjay.xs4all.nl (kayjay.xs4all.nl [80.126.33.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D40343D2D for ; Sat, 22 May 2004 11:09:45 -0700 (PDT) (envelope-from karelj@kayjay.xs4all.nl) Received: from kayjay.xs4all.nl (localhost.kayjay.xs4all.nl [127.0.0.1]) by kayjay.xs4all.nl (8.12.11/8.12.11) with ESMTP id i4MI93db064771; Sat, 22 May 2004 20:09:03 +0200 (CEST) (envelope-from karelj@kayjay.xs4all.nl) Received: (from karelj@localhost) by kayjay.xs4all.nl (8.12.11/8.12.11/Submit) id i4MI93FA064770; Sat, 22 May 2004 20:09:03 +0200 (CEST) (envelope-from karelj) Date: Sat, 22 May 2004 20:09:03 +0200 From: "Karel J. Bosschaart" To: Johan Pettersson Message-ID: <20040522180903.GB64710@kayjay.xs4all.nl> References: <20040522121052.GA63814@kayjay.xs4all.nl> <20040522153044.0b71efb0.manlix@demonized.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040522153044.0b71efb0.manlix@demonized.net> User-Agent: Mutt/1.4.2.1i cc: freebsd-current@freebsd.org Subject: Re: linux games (with nvidia) don't work anymore? 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: Sat, 22 May 2004 18:09:46 -0000 On Sat, May 22, 2004 at 03:30:44PM +0200, Johan Pettersson wrote: > On Sat, 22 May 2004 14:10:52 +0200 > "Karel J. Bosschaart" wrote: > > > Hello, > > > > Recently I upgraded my -current from before the threads switch. I had > > some fun with libmap.conf and now things are working again, including > > the nvidia driver: glxgears and the OpenGL screensavers that come with > > KDE are working fine. > > > > However, my linux games such as Quake3 and UT2004 are failing > > consistently. They worked before, but now they all end up in a black > > screen with the machine dead: no ping, no ssh into it. > > > > I reinstalled linux_base (and after that nvidia-driver), but that > > didn't help. > > > > Any hints appreciated, > > Karel. > > Have you tried this? > > setenv GL_SINGLE_THREADED 1 I have always __GL_SINGLE_THREADED=1 in my environment when playing linux games (with 2 underscores at the start), I guess that's the same? Karel.