From owner-freebsd-questions@FreeBSD.ORG Thu Sep 6 23:30:04 2007 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 460EA16A41B for ; Thu, 6 Sep 2007 23:30:04 +0000 (UTC) (envelope-from jaj@hcl-club.lu) Received: from 0b10111.de (hcl-club.lu [62.75.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id 1024613C480 for ; Thu, 6 Sep 2007 23:30:03 +0000 (UTC) (envelope-from jaj@hcl-club.lu) Received: from spaceman.my.domain (d90-129-9-224.cust.tele2.lu [90.129.9.224]) by 0b10111.de (Postfix) with ESMTP id 49F4C872C466; Fri, 7 Sep 2007 01:30:02 +0200 (CEST) Date: Fri, 7 Sep 2007 01:29:58 +0200 From: Jona Joachim To: "Darren Spruell" Message-ID: <20070907012958.70a96fe4@spaceman.my.domain> In-Reply-To: <839aec700709061310m44a1f0f8p55fd7706ed3c02af@mail.gmail.com> References: <839aec700709061310m44a1f0f8p55fd7706ed3c02af@mail.gmail.com> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; x86_64-unknown-openbsd4.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: nvidia-driver rebooting machine on X startup 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: Thu, 06 Sep 2007 23:30:04 -0000 On Thu, 6 Sep 2007 13:10:42 -0700 "Darren Spruell" wrote: > Wondering if this is a known issue, or if anyone has suggestions to > get it working...? > > Running FreeBSD 6.2-RELEASE-p4 SMP i386. > > I installed nvidia-driver-100.14.11 from ports (Sep. 5 snapshot), > Linux compatibility enabled. After loading modules 'linux' and > 'nvidia', I do: > > # X -configure > # X -config /root/xorg.conf.new > > At this point the system spontaneously reboots. 'X -configure' runs > fine and produces a configuration without issue, but the reboot > occcurs when launching X. Nothing is output to screen (it flickers as > if starting X), and nothing is written to /var/log/Xorg.0.log. I do > get the same behavior if running 'xorgcfg'. Did you reinstall/upgrade X after having installed nvidia-driver? X actually overwrites libraries that nvidia-driver installs so you have to reinstall nvidia-driver every time you upgrade X. I remember having had some bad crashes some time ago because X overwrote nvidia GLX libraries. Best regards, Jona