From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tempura San Subject: Re: i915 module does not find 82865G if configured as secondary Date: Sun, 09 Oct 2011 11:34:57 +0200 Message-ID: <4E916AC1.1010104@gmail.com> References: <4E906B64.2090702@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-bw0-f49.google.com (mail-bw0-f49.google.com [209.85.214.49]) by gabe.freedesktop.org (Postfix) with ESMTP id D74E99E796 for ; Sun, 9 Oct 2011 02:35:00 -0700 (PDT) Received: by bkat2 with SMTP id t2so8569664bka.36 for ; Sun, 09 Oct 2011 02:34:59 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Dave Airlie Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org According to sysfs, agpgart-intel is only bound to the device: 00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02) In case the BIOS did not do the setup right, is there any way to (re-)initialise it in a running system? Tempura. >> Secondary display: >> 03:0a.0 VGA compatible controller: Avance Logic Inc. ALG-2302 >> >> The 82865G is onboard, but via BIOS the other (PCI) card is activated. >> In the end I would like to run Xorg on the 82865G card and keep the >> console output on the PCI card. > The problem is I don't think the system BIOS inits the secondary 865 > card in this case, or assigns it any stolen memory. Does the intel-agp > driver bind to it? > > Dave.