From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932173AbVHWPGA (ORCPT ); Tue, 23 Aug 2005 11:06:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932186AbVHWPGA (ORCPT ); Tue, 23 Aug 2005 11:06:00 -0400 Received: from clock-tower.bc.nu ([81.2.110.250]:3983 "EHLO lxorguk.ukuu.org.uk") by vger.kernel.org with ESMTP id S932173AbVHWPF7 (ORCPT ); Tue, 23 Aug 2005 11:05:59 -0400 Subject: Re: rc6 keeps hanging and blanking displays From: Alan Cox To: Linus Torvalds Cc: Dave Airlie , Helge Hafting , Linux Kernel Mailing List , Andrew Morton , Greg KH , Ivan Kokshaysky In-Reply-To: References: <20050815221109.GA21279@aitel.hist.no> <21d7e99705081516241197164a@mail.gmail.com> <20050816165242.GA10024@aitel.hist.no> <20050816211424.GA14367@aitel.hist.no> <21d7e99705081616504d28cca5@mail.gmail.com> <43031A12.8020301@aitel.hist.no> <21d7e997050817040523a1bf46@mail.gmail.com> <20050822214453.GA31266@aitel.hist.no> <21d7e9970508221607bb74cc7@mail.gmail.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Tue, 23 Aug 2005 16:33:41 +0100 Message-Id: <1124811221.27585.14.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 (2.2.2-5) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Llu, 2005-08-22 at 16:40 -0700, Linus Torvalds wrote: > That may be the problem with MGA - I think some gfx cards used the same > decoder for ROM and for the video RAM aperture, so that you were supposed MGA requires the ROM can be mapped temporarily in order to read the data tables. X itself solves this by mapping the ROM over the RAM addresses assigned by the OS then mapping the RAM back after finishing with the ROM. Its a fairly standard video card trick. What X does in the presence of kernel support it recognizes I'm not however sure. Alan