From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S270094AbTHGRXR (ORCPT ); Thu, 7 Aug 2003 13:23:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S270218AbTHGRXR (ORCPT ); Thu, 7 Aug 2003 13:23:17 -0400 Received: from pub234.cambridge.redhat.com ([213.86.99.234]:48907 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id S270094AbTHGRXQ (ORCPT ); Thu, 7 Aug 2003 13:23:16 -0400 Date: Thu, 7 Aug 2003 18:23:12 +0100 (BST) From: James Simmons To: Pavel Machek cc: Benjamin Herrenschmidt , linux-kernel mailing list , Linux Fbdev development list , Pavel Machek Subject: Re: [Linux-fbdev-devel] [PATCH] Framebuffer: 2nd try: client notification mecanism & PM In-Reply-To: <20030807100309.GB166@elf.ucw.cz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > I believe solution to this is simple: always switch to kernel-owned > console during suspend. (swsusp does it, there's patch for S3 to do > the same). That way, Xfree (or qtopia or whoever) should clean up > after themselves and leave the console to the kernel. (See > kernel/power/console.c) Not very helpful on embedded systems that use the framebuffer without the VT console.