From owner-freebsd-questions@FreeBSD.ORG Thu Apr 9 11:18:49 2009 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 89503106566B for ; Thu, 9 Apr 2009 11:18:49 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 3CAEB8FC16 for ; Thu, 9 Apr 2009 11:18:49 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LrsHQ-0002Qh-Dg for freebsd-questions@freebsd.org; Thu, 09 Apr 2009 11:18:48 +0000 Received: from pool-70-21-17-13.res.east.verizon.net ([70.21.17.13]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Apr 2009 11:18:48 +0000 Received: from nightrecon by pool-70-21-17-13.res.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Apr 2009 11:18:48 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Thu, 09 Apr 2009 07:19:31 -0400 Lines: 27 Message-ID: References: <20090408184603.0a3540ed@gumby.homeunix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-70-21-17-13.res.east.verizon.net User-Agent: KNode/0.99.01 Sender: news Subject: Re: Xorg and nvidia-driver-173 ABI X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2009 11:18:49 -0000 RW wrote: > I picked-up the most recent xorg update a couple of days ago, and > since then X has been failing to start with the binary nvidia driver, > and is leaving the following in Xorg.0.log: > > (EE) NVIDIA(0): This video driver ABI is not supported. > (EE) NVIDIA(0): Use the -ignoreABI option to override this check. > > -ignoreABI doesn't help. > > I presume that nvidia will eventually fix this for the current driver, > but I'm using the legacy driver port x11/nvidia-driver-173. Is there any > prospect of the nvidia driver working again on my hardware? > > If the answer is no, would the nv driver benefit from a switch from > i386 to amd64. > Have you rebuilt the nvidia-port after the xorg update? You might just need to do the make, make deinstall, make reinstall dance for the version you're using. This will rebuild the kernel module to match the new xorg. -Mike