Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S969153AbXEIBsb (ORCPT ); Tue, 8 May 2007 21:48:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S968459AbXEIBsW (ORCPT ); Tue, 8 May 2007 21:48:22 -0400 Received: from nz-out-0506.google.com ([64.233.162.239]:29527 "EHLO nz-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967303AbXEIBsW (ORCPT ); Tue, 8 May 2007 21:48:22 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ib17Hvgcj8jBSR98Zs3LFSE7zNxifLlg+oFmjO2ZY7/rPp8tH61J/v+IFOn/2AG7CcgOM6eD7jcMpqrpEWv8gEnREkDnkx8+M00SN8Pg1/s3oy6DVnYM5xt5LNnba7KU5ooTZ9vvTOprpQ7f/Srh+HqyI9CLua6Gf8OmzpXxtnM= Message-ID: Date: Wed, 9 May 2007 01:48:21 +0000 From: "young dave" To: "Ken Moffat" Subject: Re: Lockup after logging out of X Cc: "Michal Piotrowski" , linux-kernel@vger.kernel.org, "Eric W. Biederman" , "Vivek Goyal" , "Andi Kleen" In-Reply-To: <20070508230350.GA911@deepthought> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070508195142.GA30030@deepthought> <6bffcb0e0705081547t198ed83eg3f4861617216127d@mail.gmail.com> <20070508230350.GA911@deepthought> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 623 Lines: 22 Hi, Seems I have the same problem. Sometimes whole system is locked, sometimes keyboard is still active but others dead. It does not happen till now since I run a silly script on background to log the kernel messages: ----------------- #!/bin/sh while true; do sleep 3 dmesg >/tmp/dmesg.txt sync done ----------------- My video card is radeon x600 , fglrx driver is not used. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/