From owner-cvs-all@FreeBSD.ORG Sun Apr 25 20:30:19 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 6AA6F106568A for ; Sun, 25 Apr 2010 20:30:19 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by mx1.freebsd.org (Postfix) with ESMTP id F0A5D8FC17 for ; Sun, 25 Apr 2010 20:30:18 +0000 (UTC) Received: from vampire.homelinux.org (dslb-088-066-051-196.pools.arcor-ip.net [88.66.51.196]) by mrelayeu.kundenserver.de (node=mrbap1) with ESMTP (Nemesis) id 0MFR0G-1O9Pj13aqa-00EjWW; Sun, 25 Apr 2010 22:30:18 +0200 Received: (qmail 83710 invoked from network); 25 Apr 2010 20:30:00 -0000 Received: from f8x64.laiers.local (192.168.4.188) by mx.laiers.local with SMTP; 25 Apr 2010 20:30:00 -0000 From: Max Laier Organization: FreeBSD To: Doug Barton Date: Sun, 25 Apr 2010 22:30:00 +0200 User-Agent: KMail/1.12.4 (FreeBSD/8.0-RELEASE-p2; KDE/4.3.5; amd64; ; ) References: <201004101340.o3ADe78U052886@repoman.freebsd.org> <201004252017.12747.max@love2party.net> <4BD4A421.7040101@FreeBSD.org> In-Reply-To: <4BD4A421.7040101@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201004252230.00453.max@love2party.net> X-Provags-ID: V01U2FsdGVkX19uWGayssFac0HSof6SZ/4H0I1pdBHe7987vye TkhU3uCDwLYLZqFv37A8nAqLbqA0NWMgpokniC5HQsGis4ehhs G99tjoDSdHe3pHkAZ714A== Cc: cvs-ports@freebsd.org, Alexey Dokuchaev , cvs-all@freebsd.org, ports-committers@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: Sun, 25 Apr 2010 20:30:19 -0000 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. Max