From owner-freebsd-current@FreeBSD.ORG Thu Dec 29 14:52:57 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE61216A41F; Thu, 29 Dec 2005 14:52:57 +0000 (GMT) (envelope-from jonathan@fosburgh.org) Received: from mail.mdanderson.org (mail.mdanderson.org [143.111.251.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF94643D62; Thu, 29 Dec 2005 14:52:56 +0000 (GMT) (envelope-from jonathan@fosburgh.org) Received: by jef-nt.mdacc.tmc.edu (Postfix, from userid 1001) id D1CA0BC99; Thu, 29 Dec 2005 08:52:22 -0600 (CST) From: Jonathan Fosburgh To: freebsd-current@freebsd.org Date: Thu, 29 Dec 2005 08:52:16 -0600 User-Agent: KMail/1.9.1 References: <20051225135216.Y1294@atlantis.atlantis.dp.ua> <200512271131.16479.jhb@freebsd.org> <20051228075749.B57227@atlantis.atlantis.dp.ua> In-Reply-To: <20051228075749.B57227@atlantis.atlantis.dp.ua> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2936710.pQTExrfTLf"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200512290852.22186.jonathan@fosburgh.org> Cc: Dmitry Pryanishnikov , Norikatsu Shigemura Subject: Re: vgapci doesn't want to attach agp on ASUS M5A X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 14:52:57 -0000 --nextPart2936710.pQTExrfTLf Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 28 December 2005 00:25, Dmitry Pryanishnikov wrote: > > --- vga_pci.c.orig Thu Dec 22 18:25:22 2005 > +++ vga_pci.c Sun Dec 25 13:04:09 2005 > @@ -74,7 +74,7 @@ > * If AGP capabilities are present on this device, then create > * an AGP child. > */ > - if (pci_find_extcap(dev, PCIY_AGP, NULL) =3D=3D 0) > +// if (pci_find_extcap(dev, PCIY_AGP, NULL) =3D=3D 0) > device_add_child(dev, "agp", -1); > This fixed drm on my Compaq dc7100. I now get: vgapci0: port 0x1800-0x1807 mem=20 0xcfd00000-0xcfd7ffff,0xe0000000-0xefffffff,0xcfd80000-0xcfdbffff irq 16 at device 2.0 on pci0 agp0: on vgapci0 agp0: detected 7932k stolen memory agp0: aperture size is 256M drm0: on vgapci0 info: [drm] AGP at 0xcfd00000 0MB info: [drm] Initialized i915 1.2.0 20041217 However, I now get the following errors when trying to run things like=20 glxinfo, glxgears: ERROR: line 125, Function intelInitDriver, File intel_screen.c libGL warning: 3D driver returned no fbconfigs. libGL error: InitDriver failed libGL error: reverting to (slow) indirect rendering I am using the current xorg server snap and dri-devel. =2D-=20 Jonathan Fosburgh AIX and Storage Administrator UT MD Anderson Cancer Center Houston, TX --nextPart2936710.pQTExrfTLf Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDs/gmqUvQmqp7omYRAnCtAJ9DY4p+cnDljNBX9nTLBcgPclyVxgCgm2Ce va28McaAdpy4u6aGA+R92qY= =8JzO -----END PGP SIGNATURE----- --nextPart2936710.pQTExrfTLf--