Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 8 Nov 2000 12:55:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 8 Nov 2000 12:55:00 -0500 Received: from ns1.SuSE.com ([202.58.118.2]:42254 "HELO ns1.suse.com") by vger.kernel.org with SMTP id ; Wed, 8 Nov 2000 12:54:48 -0500 Date: Wed, 8 Nov 2000 09:55:03 -0800 (PST) From: James Simmons To: Richard Guenther Cc: Alan Cox , tytso@mit.edu, Linux Kernel List Subject: Re: Broken colors on console with 2.4.0-textXX In-Reply-To: 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 > Okay - so its the console subsystem that gets it wrong? Remember > that 2.2.X gets it right - with the same X server. I really > would like to have this fixed in 2.4 - can I do something to > help fixing this? (I'm not familiar with the console subsystem, > neither with the X server) It is the way it is done that is wrong. At present the X server is in total control of setting the console system back to text mode. This works under normal conditions but when the system is stressed or X fails you are stuck. The console system should be setting the video hardware back to vga text mode instead of the X server. I have been working on a patch that does that. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/