From owner-cvs-all@FreeBSD.ORG Mon Apr 26 20:54:18 2010 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50FF7106566C for ; Mon, 26 Apr 2010 20:54:18 +0000 (UTC) (envelope-from max@laiers.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.9]) by mx1.freebsd.org (Postfix) with ESMTP id D616D8FC0A for ; Mon, 26 Apr 2010 20:54:17 +0000 (UTC) Received: from vampire.homelinux.org (dslb-088-064-185-013.pools.arcor-ip.net [88.64.185.13]) by mrelayeu.kundenserver.de (node=mreu2) with ESMTP (Nemesis) id 0MT3nG-1Nx3Dv0JPC-00RVSO; Mon, 26 Apr 2010 22:41:41 +0200 Received: (qmail 5540 invoked from network); 26 Apr 2010 20:41:40 -0000 Received: from f8x64.laiers.local (192.168.4.188) by laiers.local with SMTP; 26 Apr 2010 20:41:40 -0000 From: Max Laier Organization: FreeBSD To: Alexey Dokuchaev Date: Mon, 26 Apr 2010 22:41:40 +0200 User-Agent: KMail/1.12.4 (FreeBSD/8.0-RELEASE-p2; KDE/4.3.5; amd64; ; ) References: <201004101340.o3ADe78U052886@repoman.freebsd.org> <201004252230.00453.max@love2party.net> <20100426143512.GA57194@FreeBSD.org> In-Reply-To: <20100426143512.GA57194@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Message-Id: <201004262241.40603.max@laiers.net> X-Provags-ID: V01U2FsdGVkX1/HHNUNnf/F+2uCFSQMkoNILMZdDsiZg3/ki5x Z1fc9oMRl6mdv3Nd7vtV/ylSHVSWjV6Hd6XgbV+5oUFMIDwiiU 4vUNZsZbGvLjzexDKXGYg== Cc: Max Laier , ports-committers@freebsd.org, Doug Barton , cvs-all@freebsd.org, cvs-ports@freebsd.org Subject: Re: cvs commit: ports/x11/nvidia-driver Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2010 20:54:18 -0000 On Monday 26 April 2010 16:35:12 Alexey Dokuchaev wrote: > On Sun, Apr 25, 2010 at 10:30:00PM +0200, Max Laier wrote: > > On Sunday 25 April 2010 22:20:49 Doug Barton wrote: > > > On 04/25/10 11:17, Max Laier wrote: > > > > On Saturday 10 April 2010 15:40:07 Alexey Dokuchaev wrote: > > > >> danfe 2010-04-10 13:40:07 UTC > > > >> > > > >> FreeBSD ports repository > > > >> > > > >> Modified files: > > > >> x11/nvidia-driver Makefile distinfo pkg-plist > > > >> Log: > > > >> - Update nVidia BETA drivers to version 195.36.15 > > > > > > > > might be me, but it looks like the BETA driver has been more stable. > > > > I just downgraded back to BETA and now X doesn't hang anymore after > > > > ~30min. > > > > > > I had to downgrade back to 195.22. When running the latest version I > > > had freezes similar to what Max described. If it ran successfully for > > > any length of time it would lock up as soon as xscreensaver kicked in. > > > > not related to xscreensaver in my case, I don't think. It was locking up > > while playing video in xine which - afaik - disables the screensaver. As > > always, X lock ups are hard to track down unfortunately. On the plus > > side, it doesn't seem to be a hard lock up - i.e. the power button would > > still get me to a clean shutdown eventually, but interrupts didn't fire > > anymore (at least the network stops working). I can't attach a serial > > console at the moment to get into DDB. Will try to, tomorrow. > > Please do. I am still not able to reproduce it here on Februarish > -CURRENT/amd64 with GFX260. You might also want to lurk on nVidia > forums at http://www.nvnews.net/vbulletin/forumdisplay.php?f=47 to see > if someone has similar issues. There are quite a few reports. I did a diff on the glue code and there are a few changes between 22 and 36 that could be the culprit. I'll investigate further and let you know. 8.0-RELEASE here, by the way - does anyone know if there are (missing) MFCs regarding the cdevpriv API? That's one of the bigger changes in the glue code. Max