From owner-freebsd-current@FreeBSD.ORG Wed Jul 11 21:04:06 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC02016A421 for ; Wed, 11 Jul 2007 21:04:06 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id AE1F613C46A for ; Wed, 11 Jul 2007 21:04:06 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from p578b68b8.dip0.t-ipconnect.de ([87.139.104.184] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.66) (envelope-from ) id 1I8iLt-0004bD-Ms; Wed, 11 Jul 2007 21:59:57 +0200 Message-ID: <469536BA.5090306@gwdg.de> Date: Wed, 11 Jul 2007 21:59:54 +0200 From: Rainer Hurling User-Agent: Thunderbird 2.0.0.4 (X11/20070615) MIME-Version: 1.0 To: Harald Schmalzbauer References: <468345F2.1060209@freebsd.org> <46838649.3060405@freebsd.org> <46839A99.3030805@freebsd.org> <200707111903.53790.h.schmalzbauer@omnisec.de> In-Reply-To: <200707111903.53790.h.schmalzbauer@omnisec.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: freebsd-current@freebsd.org Subject: Re: Nvidia-driver and current lead system reboot with no error message X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 11 Jul 2007 21:04:07 -0000 Hallo Harry, for version 100.14.11 (after unpacking the tarball) I had to make four changes before I had been able to install: 1. set environment variable 'X11BASE' to '/usr/local' 2. Delete lines 24-26 in 'src/nv-freebsd.h' (test for FreeBSD version >=70000) 3. Change '${X11BASE}/lib/modules[...]' to '${X11BASE}/lib/xorg/modules[...]' in Makefiles under x11/[driver,extension,lib] 4. Change '/usr/X11R6/lib/modules[...]' to '/usr/local/lib/xorg/modules[...]' in 'doc/html/appendix-b.html' Don't forget to delete any installed x11/nvidia-driver* port before installing this new driver version. Hope this helps, Rainer Harald Schmalzbauer schrieb: > Am Donnerstag, 28. Juni 2007 schrieb Daichi GOTO: >> Daichi GOTO wrote: >>> speconly@post.ru wrote: >>>> On Thu, Jun 28, 2007 at 02:24:02PM +0900, Daichi GOTO wrote: >>>>> current (Jun 27 2007) and nvidia-driver (GeForce 7300 GT) lead >>>>> system reboot 3d feature used without some error messages, >>>>> for example, beryl leads reboot, glxinfo too, and something >>>>> like that. 2D features work looks fine. >>>>> >>>>> Have someone any idea? Thanks. >>>> Updating driver to something 100.14.xx didn't solve this? >>> yeah, alright. 100.14.xx is new nvidia-drvier number. >>> >>> http://www.nvidia.com/object/unix.html >>> >>> have you installed manually? or make a new port to install? ;) >> I have tried 100.14.11 and it works great fine :) Thanks! > > It doesn't compile for me. > The #error in nv-freebsd.h was not that problem, but some pci code breaks. > Have you had the same error and some workarround? Could you please tell me > your patch? > > Thanks, > > -Harry