From owner-freebsd-questions@FreeBSD.ORG Thu Apr 9 12:13:08 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 0548A106579F for ; Thu, 9 Apr 2009 12:13:08 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.230]) by mx1.freebsd.org (Postfix) with ESMTP id C61C78FC33 for ; Thu, 9 Apr 2009 12:13:07 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by rv-out-0506.google.com with SMTP id l9so555767rvb.43 for ; Thu, 09 Apr 2009 05:13:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=/tSo9XL3Z+vRx9Xl24UV0a/NxSxm4FWbymvjNUisH5o=; b=iKiQW8EF5yPHF85Ua7uQGlYUwK+8X+/0B68wfIscoI4jMlAGTYfAau3w6wgfhE56dO qeEoiJJq11qqQFBgf57DYKxCgfZzyIbIRN+ZOcN7SdALEyCM56EjCmUfsIxHifLMR6sB o4nzqTDozGzUQRB6CvU+GNU9JaPkmYLvZKZ44= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=kWR3py/mv05LMWn48XkxqpdWPSsHKdBJgTzWDSeld2WzRnLqoTU9azfMlNgmaeVFTh NaCa4KjjokzR7TAR+PibtpoggQyINrn/mSFofZTxS9SkI1qGA/0zr85SkVv+T5CERNw+ V5gMdYasWpe3C5KMeVA+zWTp7rsX+gkFuUrzk= Received: by 10.141.50.11 with SMTP id c11mr1033875rvk.139.1239279187185; Thu, 09 Apr 2009 05:13:07 -0700 (PDT) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id c20sm327271rvf.40.2009.04.09.05.13.03 (version=SSLv3 cipher=RC4-MD5); Thu, 09 Apr 2009 05:13:05 -0700 (PDT) Date: Thu, 9 Apr 2009 13:13:00 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20090409131300.0f717e4d@gumby.homeunix.com> In-Reply-To: References: <20090408184603.0a3540ed@gumby.homeunix.com> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.14.7; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Xorg and nvidia-driver-173 ABI 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, 09 Apr 2009 12:13:08 -0000 On Thu, 09 Apr 2009 07:19:31 -0400 Michael Powell wrote: > 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. > 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. > Yes, I always do that, the driver installs a library that overwrites one installed by Xorg, and doesn't work correctly otherwise.