From owner-freebsd-stable@FreeBSD.ORG Sat Apr 25 16:34:44 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72ADF106566C; Sat, 25 Apr 2009 16:34:44 +0000 (UTC) (envelope-from artem_kim@inbox.ru) Received: from mx2.mail.ru (mx2.mail.ru [94.100.176.16]) by mx1.freebsd.org (Postfix) with ESMTP id 2AA8A8FC19; Sat, 25 Apr 2009 16:34:44 +0000 (UTC) (envelope-from artem_kim@inbox.ru) Received: from [79.142.106.35] (port=9337 helo=arti.pioneernet.lan) by mx2.mail.ru with asmtp id 1Lxkpu-0001Jg-00; Sat, 25 Apr 2009 20:34:42 +0400 From: Artem Kim To: Robert Noland Date: Sat, 25 Apr 2009 20:37:13 +0400 User-Agent: KMail/1.11.0 (FreeBSD/7.2-RC1; KDE/4.2.0; amd64; ; ) References: <200904030223.27059.artem_kim@inbox.ru> <200904251624.34096.artem_kim@inbox.ru> <1240672723.1946.10.camel@balrog.2hip.net> In-Reply-To: <1240672723.1946.10.camel@balrog.2hip.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904252037.13795.artem_kim@inbox.ru> X-Spam: Not detected X-Mras: Ok Cc: freebsd-x11@freebsd.org, freebsd-stable@freebsd.org Subject: Re: 7.2-PRERELEASE X-server hang in "drmwtq" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Apr 2009 16:34:44 -0000 On Saturday 25 April 2009 19:18:43 Robert Noland wrote: > On Sat, 2009-04-25 at 16:24 +0400, Artem Kim wrote: > > I checked 7.2 RC2 problem still here. > > > > I found a way to reproduce the problem easily. > > > > I used KDE 4.2.2 composite manager is enabled. The problem occurs when > > two applications run in a way that their window to appear at the same > > time. > > Ok, luckily I don't think that KDE is important... compositing might be. > Can you give a more complete example of how to trigger the hang? I > don't have any r300 based cards handy right now. AMD is sending them > though, so it shouldn't be long... > > > I can reproduce the problem on the cards Radeon 9800 XT (AMD64 UP) and > > Radeon X550 (AMD64 SMP). > > Are these AGP or PCI(e)? > > robert. I'm using KDE 4.2.2 as a test. The problem occurs only if the composite manager is enabled. The problem occurs spontaneously when the new window is created. A reliable way to reproduce the problem - run concurrently several applications that create new windows. Typically, a window appears on the screen with some delay after starting the application. Time delays occur (drawing) of a new window depending on the application. The problem occurs if one or more applications have opened new windows (the window starts to draw on the screen) at about the same time. You can run fast (this is important) one after another "Konqueror", "System Settings", "File Manager", it is enough to reproduce the problem. The problem looks like this: X-server in "drmwtq" state. The screen freezes or just turns off. The keyboard sometimes works, sometimes not. I used a 9800 AGP at the UP and X550 PCI-E to the SMP AMD64 system.