From owner-freebsd-questions@FreeBSD.ORG Wed Aug 13 15:36:44 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C024106566C for ; Wed, 13 Aug 2008 15:36:44 +0000 (UTC) (envelope-from LukeD@pobox.com) Received: from sasl.smtp.pobox.com (a-sasl-fastnet.sasl.smtp.pobox.com [207.106.133.19]) by mx1.freebsd.org (Postfix) with ESMTP id 3B5678FC20 for ; Wed, 13 Aug 2008 15:36:44 +0000 (UTC) (envelope-from LukeD@pobox.com) Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 3925251BAA; Wed, 13 Aug 2008 11:36:43 -0400 (EDT) Received: from lukas.is-a-geek.org (pool-71-113-98-220.sttlwa.dsl-w.verizon.net [71.113.98.220]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 773FD51BA9; Wed, 13 Aug 2008 11:36:41 -0400 (EDT) Date: Wed, 13 Aug 2008 08:36:37 -0700 (PDT) From: Luke Dean X-X-Sender: lukas@border.lukas.is-a-geek.org To: Jeff Molofee In-Reply-To: <48A25AAA.9000904@telus.net> Message-ID: <20080813082553.A24500@border.lukas.is-a-geek.org> References: <20080812120019.70A7910656D2@hub.freebsd.org> <48A25AAA.9000904@telus.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Pobox-Relay-ID: A1664432-694D-11DD-AC8E-B29498D589B0-96347044!a-sasl-fastnet.pobox.com Cc: freebsd-questions@freebsd.org Subject: Re: Nvidia Driver - OpenGL - Compiz X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Luke Dean List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2008 15:36:44 -0000 On Tue, 12 Aug 2008, Jeff Molofee wrote: > Can anyone tell me why, how to fix, or even what is happening on my machine. > > I ran the 169.x driver for a long time with no issues at all. I decided to > upgrade to 173, and noticed instantly that any time I run an OpenGL > application X crashes instantly. The odd thing is that I am not seeing any > errors on the screen (maybe going off too fast), and I do not see any errors > in any of the log files. X shuts down instantly, my machine goes black, X > starts back up, and I sit here staring at the log in screen. If I go back to > the 169 driver, the issues does not occur. > > I'm not positive it's OpenGL applications, but it seems any game or GL > application I try crashes it instantly. Not even a second to acknowledge the > crash... screen goes black and that's it. > > I'm running FreeBSD 7.X (RELENG_7), nothing custom in the kernel, Intel 6600, > GeForce 8800, compiz, gnome, and nothing really fancy. > > I've had other tell me to roll back to 169, but no one can tell me why this > is happening, if it's a problem for everyone, if there is a fix, etc. > > Any bits of information would be greatly appreciated. There should be some useful information in /var/log/Xorg.0.log just after X crashes. If you restart X after the crash, I believe the old log would get rotated to /var/log/Xorg.0.log.old Since x11/nvidia-driver is a binary driver that was linked against a specific version of OpenGL, it ships that version of OpenGL as a replacement for whatever's on your system at the time. Maybe your OpenGL applications need to be rebuilt? I'm not even sure if that suggestion makes sense, but it's something to try.