Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932660AbXHEC3X (ORCPT ); Sat, 4 Aug 2007 22:29:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755360AbXHEC3Q (ORCPT ); Sat, 4 Aug 2007 22:29:16 -0400 Received: from wa-out-1112.google.com ([209.85.146.180]:40055 "EHLO wa-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754655AbXHEC3P (ORCPT ); Sat, 4 Aug 2007 22:29:15 -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=kCHWQntJpSZKGfkhxEJN0IqvsYZRXhCwBpJKkhuEubDB+q0fvZRoSRas7tSPpQCoqj7yYnPJ48FbHvWiaX1txv82sckOXYcdD23PiHduI7/OM1t9uVW1mayuAxSeF/EYH4yWyCRz18j9ylJg6R4iBXYv7KJ/HvOD+TepVKfg1ys= Message-ID: Date: Sun, 5 Aug 2007 10:29:14 +0800 From: "Jeff Chua" To: "Linus Torvalds" Subject: Re: Linux 2.6.23-rc2 Cc: lkml , "H. Peter Anvin" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1209 Lines: 35 On 8/5/07, Linus Torvalds wrote: > Jeff - do I understand correctly that the "or" means that even *without* a > suspend-to-ram sequence, and just by going into X and then going back to > text-mode, the screen is corrupt? I've done more tests. It seems that "suspend-to-ram" sequence is the culprit. After resume, the text console is messed up. Not switching X/console. Boot up. Console -> X ok -> Console ok -> s2ram -> console bad -> X ok -> console bad -> X ok. > I just want to make sure that there is no suspend-related activity > required for this at all, and the only common issue is probably just that > suspend ends up *also* triggering the X mode-setting at resume.. It's suspend as indicated above. > (Side note: if you have a modern distro, you might try to change the line > that says > Driver "i810" > in the /etc/X11/xorg.conf to say > Driver "intel" I'll test this and get back. Thanks, Jeff. - 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/