From owner-freebsd-current@FreeBSD.ORG Mon Oct 18 01:56:14 2010 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 604C51065670; Mon, 18 Oct 2010 01:56:14 +0000 (UTC) Date: Mon, 18 Oct 2010 01:56:14 +0000 From: Alexey Dokuchaev To: Alexander Best Message-ID: <20101018015614.GB83761@FreeBSD.org> References: <4CBB7EE6.3040102@FreeBSD.org> <4CBB8459.1090507@netscape.ca> <20101017233200.GA69700@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20101017233200.GA69700@freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@FreeBSD.org, Ralph Ellis , Doug Barton Subject: Re: Is nvidia-driver 256.53 expected to work on -current? 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: Mon, 18 Oct 2010 01:56:14 -0000 On Sun, Oct 17, 2010 at 11:32:00PM +0000, Alexander Best wrote: > i'm running 256.52 on HEAD (amd64) without any issues. the 260.X drivers all > freze my computer when i exit X. > > it's quite easy to work around the isse that the nvidia drivers fail to compile > on HEAD. simply change the line #if __FreeBSD_version >= 900000 in > src/nv-freebsd.h to #if __FreeBSD_version >= 1000000. Or install from ports, which also patch the driver to support -CURRENT. ./danfe