From owner-freebsd-x11@FreeBSD.ORG Sat Jun 25 09:29:05 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E243216A41C; Sat, 25 Jun 2005 09:29:05 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97EE243D49; Sat, 25 Jun 2005 09:29:05 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id E127F17B847; Sat, 25 Jun 2005 11:29:03 +0200 (CEST) Received: from patsy.ijs.si ([127.0.0.1]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25822-01-6; Sat, 25 Jun 2005 11:29:02 +0200 (CEST) Received: from idefix.ijs.si (idefix.ijs.si [193.2.4.33]) by patsy.ijs.si (Postfix) with ESMTP id 4152B17B8E1; Sat, 25 Jun 2005 11:29:02 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by idefix.ijs.si (Postfix) with ESMTP id 2FBF45C22; Sat, 25 Jun 2005 11:29:02 +0200 (CEST) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Sat, 25 Jun 2005 11:29:01 +0200 User-Agent: KMail/1.8 References: <200506241545.39170.lofi@freebsd.org> In-Reply-To: <200506241545.39170.lofi@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506251129.01765.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: Michael Nottebrock Subject: Re: Severe problem with XFree86 4.5.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jun 2005 09:29:06 -0000 On Friday 24 of June 2005 15:45, Michael Nottebrock wrote: > XFree86 hangs my 4-STABLE (from January) hard (no kernel panic) after a > hard physical display reset - i.e. when trying to bring the display back up > after using the "zap" keycombo (ctrl-alt-backspace) or after exiting a > session back to the display manager. > > The same configuration works fine with 4.4.0 (to which I have reverted for > the time being). Configuration file is attached, DRI/DRM is not involved > (Xinerama is enabled). Are there any known bugs in XFree86 (specifically > the radeon driver) 4.5.0 which could be causing this? Not that I've heard of. Best would be to ask about this on XFree mailing list (XFree86@XFree86.Org). A log from server would be nice to have. If the one from lockup got overwritten by subsequent launch of X, you migt check /var/log/XFree86.0.log.old. Ati driver was quite a bit rewritten though in CVS, so it would be possible that such problem was solved by this. If you feel like experimenting I can make ports of last development snapshot. Dejan