From owner-freebsd-x11@FreeBSD.ORG Sat Dec 22 06:51:19 2007 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F364C16A475 for ; Sat, 22 Dec 2007 06:51:18 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (w.timing.com [206.168.13.218]) by mx1.freebsd.org (Postfix) with ESMTP id C09AE13C4EE for ; Sat, 22 Dec 2007 06:51:18 +0000 (UTC) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.13.1) with ESMTP id lBM6pE2o057538; Fri, 21 Dec 2007 23:51:14 -0700 (MST) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.14.2/8.14.2) with ESMTP id lBM6p9Tw052927; Fri, 21 Dec 2007 23:51:09 -0700 (MST) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.2/8.14.2/Submit) id lBM6p9Ao052923; Fri, 21 Dec 2007 23:51:09 -0700 (MST) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18284.46045.777425.990852@gromit.timing.com> Date: Fri, 21 Dec 2007 23:51:09 -0700 From: John E Hein To: Tim Daneliuk In-Reply-To: <476C9378.7010100@tundraware.com> References: <476C9378.7010100@tundraware.com> X-Mailer: VM 7.19 under Emacs 22.1.1 X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on Daffy.timing.com X-Virus-Status: Clean Cc: freebsd-x11@freebsd.org Subject: Re: Cannot Get Intel Graphics Working On Intel Mobo X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2007 06:51:19 -0000 Tim Daneliuk wrote at 22:32 -0600 on Dec 21, 2007: > I have an Intel D946GZIS mobo and after repeated fiddling and > DAGS still cannot get native video to work under X. Intel > says this board has GMA3000 chip on board. X -configure > says I need the i810 driver. Running FreeBSD 6.3-Pre as > of about 3 days ago (but this has never worked for over 6 months > and I am forced to run in VESA mode). > > But ... when I try the above combination, I get the following: > > (EE) GARTInit: Unable to open /dev/agpgart (No such file or directory) > (II) Module "ddc" already built-in > (II) Module "ramdac" already built-in > (EE) I810(0): Failed to allocate framebuffer. Is your VideoRAM set too low ?? Look at sys/dev/agp/agp_i810.c for supported intel devices. The missing /dev/agpgart means it didn't get identified as supported hardware at probe time. > pciconf -l yields: > > hostb0@pci0:0:0: class=0x060000 card=0x53548086 chip=0x29708086 rev=0x02 > hdr=0x00 > none0@pci0:2:0: class=0x030000 card=0x53548086 chip=0x29728086 rev=0x02 hdr=0x00 But you may be in luck. It (pci id 0x2978086 matches your pciconf listing) seems to be listed in the RELENG_7 version of this file, but not RELENG_6. You neglected to to mention what you are running, so I'll guess 6.x A few options... - try a recent 7.x (support was added in July) - try to merge in the changes into your 6.x tree yourself (if successful, post here and/or send-pr the patch) - submit a PR requesting the mfc