From owner-freebsd-ports@FreeBSD.ORG Sat May 26 10:38:57 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B9BF106566C for ; Sat, 26 May 2012 10:38:57 +0000 (UTC) (envelope-from hans@dehartog.nl) Received: from smtpq1.gn.mail.iss.as9143.net (smtpq1.gn.mail.iss.as9143.net [212.54.34.164]) by mx1.freebsd.org (Postfix) with ESMTP id E8CC48FC0C for ; Sat, 26 May 2012 10:38:56 +0000 (UTC) Received: from [212.54.34.134] (helo=smtp3.gn.mail.iss.as9143.net) by smtpq1.gn.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1SYDoK-0006il-T8; Sat, 26 May 2012 12:01:24 +0200 Received: from 5ed1329f.cm-7-2a.dynamic.ziggo.nl ([94.209.50.159] helo=zml12.dyndns.org) by smtp3.gn.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1SYDoK-0001RG-7G; Sat, 26 May 2012 12:01:24 +0200 Message-ID: <4FC0A9F3.2020902@dehartog.nl> Date: Sat, 26 May 2012 12:01:23 +0200 From: Hans de Hartog User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:12.0) Gecko/20120504 Thunderbird/12.0.1 To: freebsd@rakor-net.de, ports@freebsd.org Content-Transfer-Encoding: 8bit X-Ziggo-spambar: ----- X-Ziggo-spamscore: -5.3 X-Ziggo-spamreport: ALL_TRUSTED=-1, BAYES_00=-1.9, CM_CTENC_8BIT=0.1, CM_META_TB_NOARR=0.5, HTML_MESSAGE=0.001, MIME_HTML_ONLY=0.001, PROLO_TRUST_RDNS=-3, PROLO_TRUST_TO_DIRECT=-3.48, RDNS_DYNAMIC=0.982, TO_NO_BRKTS_DIRECT=2.455, TO_NO_BRKTS_HTML_ONLY=0.001, TW_WT=0.077 X-Ziggo-Spam-Status: No X-Spam-Status: No X-Spam-Flag: No MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-15" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Xorg freezes since last update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 May 2012 10:38:57 -0000 Martin wrote: Hi there! I am running a box with FreeBSD 9.0-Release amd64 and a GeForce GTS450. This setup is was running for several months without any issues. Since the last Xorg-update I have freezes of XOrg every day (minimum one, sometimes more). I first did an update without setting "WITH_NEW_XORG". I got failures. Later I set "WITH_NEW_XORG" and did a build of xorg and all depended ports. Again freezes. I switched back and disabled "WITH_NEW_XORG" and again I build xorg and all dependencies. I was using the current nvidia-driver from the ports-tree. I switched to the current betra-driver. Again freezes. We tried shrinking the "physmem"-sysctl. Freezes look like this: The screen does not update any windows. The mouse can be moved but it can't interact with the GUI. If the screen was black (screensaving) it stays black. If the screen showed a desktop this will be shown (no screensaver oder backlight-offs). Pressing CTRL+ALT+Fx does nothing. The only thing I can do is to log in with my smartphone using ssh and kill Xorg. This needs a lot of time but then it stops. The last messages in the XOrg-log are: (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) (WW) May 25 21:13:00 NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000858, 0x000021a4) (WW) May 25 21:13:07 NVIDIA(0): WAIT (1, 6, 0x8000, 0x00000858, 0x000021a4) (WW) May 25 21:13:10 NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000858, 0x00003d50) (WW) May 25 21:13:17 NVIDIA(0): WAIT (1, 6, 0x8000, 0x00000858, 0x00003d50) (WW) May 25 21:13:20 NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000858, 0x00005850) (WW) May 25 21:13:27 NVIDIA(0): WAIT (1, 6, 0x8000, 0x00000858, 0x00005850) (WW) May 25 21:13:30 NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000858, 0x0000b5d8) (WW) May 25 21:13:37 NVIDIA(0): WAIT (1, 6, 0x8000, 0x00000858, 0x0000b5d8) [mi] EQ overflowing. The server is probably stuck in an infinite loop. Last thing I tried was deleting all ports (unsing pkg_delete -a), then deleting /usr/local and again building all ports. Nothing changed. Can you help me? What else could I do to regain a running system?! Thank you a lot! It is really annoying! CU Martin ---------------------------------------------------------------------- ---- I have the following line in my xorg.conf for a long time. It's a panacea for all xorg problems I've seen (also on linux boxes). Especially for the symptoms you described. # To prevent system freeze with Xorg in drmwtq state. HdH jan 3, 2011 Option "NoAccel" # [] Good luck with it. Hans