From owner-freebsd-questions@FreeBSD.ORG Fri Sep 26 16:22:18 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 02BC21065688 for ; Fri, 26 Sep 2008 16:22:18 +0000 (UTC) (envelope-from fbsd.kdang@googlemail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25]) by mx1.freebsd.org (Postfix) with ESMTP id 02D3C8FC17 for ; Fri, 26 Sep 2008 16:22:16 +0000 (UTC) (envelope-from fbsd.kdang@googlemail.com) Received: by ey-out-2122.google.com with SMTP id 6so289624eyi.7 for ; Fri, 26 Sep 2008 09:22:15 -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:content-type:content-transfer-encoding:from; bh=PGopTzV8pslz1a5sda68IhUZR/YHEDN4+C2JyLZIia4=; b=tsBkif/CEPhfySK+FTG0S8WXMX47XkzNARdejm3dL/c4wY5A648jmF8Ojwxb2W/IWy JN6d8WNndzrMF4c+46fV7II65mz7N8qPQAKJaHoZS410EpQrHRBbszf9S7J+R4jEf+Fx mQbZ6jUXni06y77zfRgbvkae8VmbhpZJrd06k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:user-agent:mime-version:to:subject:content-type :content-transfer-encoding:from; b=Ml5GuAhXeYkaMwlWc+0d8m9vdz0IGvlYF851ft6RagBs11Aq6Or426P/9ncUCmFfe1 qNtubiJv3TRWdP+DQ/IB9pLaqR3GhjkCrroPXgwEhM+RaTX5W8KfXEgIQBUVEJY1i0a7 1o/MzLhcxTLyVh2vVHkO89Y0796JzdhwVWsRM= Received: by 10.210.27.20 with SMTP id a20mr1673841eba.86.1222444691604; Fri, 26 Sep 2008 08:58:11 -0700 (PDT) Received: from kemian.inf.ed.ac.uk ( [129.215.5.254]) by mx.google.com with ESMTPS id t12sm4010225gvd.4.2008.09.26.08.58.09 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 26 Sep 2008 08:58:10 -0700 (PDT) Message-ID: <48DD0692.4070006@gmail.com> Date: Fri, 26 Sep 2008 16:58:10 +0100 User-Agent: Thunderbird 2.0.0.16 (X11/20080726) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Kemian Dang Subject: 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 16:22:18 -0000 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. The only errors in Xorg.0.log are listed below, which I think is irrelevant to this problem. (EE) Error compiling keymap (server-0) (EE) XKB: Couldn't compile keymap There are also two warnings: (WW) OS did not count PCI devices, guessing wildly (WW) NVIDIA: No matching Device section for instance (BusID PCI:0:10:3) found Nothing found in messages. 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?