From owner-freebsd-questions@FreeBSD.ORG Fri Sep 26 22:14:08 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 E44C01065689 for ; Fri, 26 Sep 2008 22:14:08 +0000 (UTC) (envelope-from fbsd.kdang@googlemail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id 6FED58FC16 for ; Fri, 26 Sep 2008 22:14:08 +0000 (UTC) (envelope-from fbsd.kdang@googlemail.com) Received: by ug-out-1314.google.com with SMTP id m2so2208uge.39 for ; Fri, 26 Sep 2008 15:14:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:user-agent :mime-version:to:subject:references:in-reply-to:content-type :content-transfer-encoding:from; bh=/ltI0nrI9Gi58J8nfRRMM/jfZGedGt0hbJd00+dnBok=; b=oILf1YaF/LwfRNwQLro+cdo+vuWHzCVJeQkT1CCEigbFe6GwM0Ut4XZCDZ+2KDF9Za vV0+BjFPC3HFxpK0tPv81oBiSAtHb8/gSVso6c8RpnTy/gAvPtYCuMRfAqld2kbkG6gi bs3AFuQ14V8LTwFQGFSfvTQ1g7wUteNTIi8SE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding:from; b=fkamMyu0s44lEGOxj6536yv/oo2h+5epZbSK0KXlpoAIvigNnvjHgngfI2g1L3baGp 1CmYzNFjr86LbGT6BRjU97Xzk7yiCFxuOZp6x4TmnMnlcrdmc5zsMx324gL3EtpwFQpL OwkYvf1JQ5T4f5pDncMIQ2BEGs/SPU07hDbNE= Received: by 10.66.250.1 with SMTP id x1mr248815ugh.4.1222467246548; Fri, 26 Sep 2008 15:14:06 -0700 (PDT) Received: from kemian.inf.ed.ac.uk (87-194-156-73.bethere.co.uk [87.194.156.73]) by mx.google.com with ESMTPS id y6sm15320uge.25.2008.09.26.15.14.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 26 Sep 2008 15:14:05 -0700 (PDT) Message-ID: <48DD5EAD.3030101@gmail.com> Date: Fri, 26 Sep 2008 23:14:05 +0100 User-Agent: Thunderbird 2.0.0.16 (X11/20080726) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <48DD0692.4070006@gmail.com> <20080926184429.GA77364@torus.slightlystrange.org> In-Reply-To: <20080926184429.GA77364@torus.slightlystrange.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Kemian Dang Subject: Re: OpenGL things crash X in FB7-Stable, nVidia Card X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2008 22:14:09 -0000 Daniel Bye wrote: > On Fri, Sep 26, 2008 at 04:58:10PM +0100, Kemian Dang wrote: >> Hi all, >> >> I have a FreeBSD 7 Stable box with a nVidia 6150 Go Graphic Card. >> Everything was OK sometime before, but after a series updated on ports, >> ( I am not sure about the time, I have not use OpenGL stuff for long >> time) running a program with OpenGL will cause the X crashed. > > [ -- snip -- ] > >> The last crash is when I choose a OpenGL screensaver. >> >> The ports is updated nearly daily, and I think this may happen after >> sometime after I updated the latest nVidia-driver. >> >> Any ideas about this problem? > > Try reinstalling the nVidia driver port. It installs its own GL libs, > which may have been replaced by another port, depending on the order in > which your ports were updated. Reinstalling should ensure you have the > correct libs in the correct place... > > Dan > Thanks for reply Daniel. I have re-installed the nvidia-driver and tested OpenGL - Crash again. So it seems not the case... Best wishes, Kemian