From owner-freebsd-ports@FreeBSD.ORG Thu Jun 15 18:58:27 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86F0E16A479 for ; Thu, 15 Jun 2006 18:58:27 +0000 (UTC) (envelope-from corsmith@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1436843D58 for ; Thu, 15 Jun 2006 18:58:24 +0000 (GMT) (envelope-from corsmith@gmail.com) Received: by wx-out-0102.google.com with SMTP id i31so324939wxd for ; Thu, 15 Jun 2006 11:58:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eAaOsjgwgiUTRfhJVox05U4+Ka49LII8QAO/VI3C7p3zGIfC6seHDqFDUSPZ10dwhvbIt3KgI2nZWRmJncwxL49Hd0Tk2lK3yOhXRnQQfCsjhhZo1+0cChegcsn38lHV8xflT70u9mB21Sxo5RJAHG2FJAk6maKCg/eHwpHc4TA= Received: by 10.70.17.12 with SMTP id 12mr2670222wxq; Thu, 15 Jun 2006 11:58:24 -0700 (PDT) Received: by 10.70.8.10 with HTTP; Thu, 15 Jun 2006 11:58:24 -0700 (PDT) Message-ID: <8061fbee0606151158g20206ae7u511914788941dd34@mail.gmail.com> Date: Thu, 15 Jun 2006 14:58:24 -0400 From: "Corey Smith" To: "VANHULLEBUS Yvan" In-Reply-To: <20060614190711.GA13168@jayce.zen.inc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <448F236C.8060805@web.de> <20060614154442.GA6191@zen.inc> <449042E8.2090609@gmail.com> <20060614182730.GA828@jayce.zen.inc> <20060614190711.GA13168@jayce.zen.inc> Cc: freebsd-ports@freebsd.org Subject: Re: x11/nvidia-driver and opengl X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 18:58:27 -0000 On 6/14/06, VANHULLEBUS Yvan wrote: > And I don't have problems anymore.... > Yvan. On a different machine I was also able to reproduce the problem. Even a glxinfo would cause a reboot! I noticed that the nvidia-driver and xorg-server packages were old so I did a: /etc/make.conf: WITH_FREEBSD_AGP=YES WITH_LINUX=YES portupgrade -vr Perhaps both of our setups were bitten by the portupgrade -vr while running X upgrades nvidia-driver and the kldunload nvidia causes a spontaneous reboot bug... Everything works fine now. Heck even googleearth :) -Corey Smith