From owner-freebsd-questions Wed Jul 25 21:34:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 7250937B408 for ; Wed, 25 Jul 2001 21:34:56 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by itouch.co.nz (8.11.3/8.11.1) id f6Q4Ygk81721; Thu, 26 Jul 2001 16:34:42 +1200 (NZST) (envelope-from jonc) Date: Thu, 26 Jul 2001 16:34:42 +1200 From: Jonathan Chen To: Greg Laslett Cc: freebsd-questions@FreeBSD.ORG Subject: Re: X support for Intel 82815 graphics on 815 motherboard Message-ID: <20010726163442.A80367@itouchnz.itouch> References: <5.1.0.14.0.20010726114953.00a779e0@exchange.pth.motherwell.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.1.0.14.0.20010726114953.00a779e0@exchange.pth.motherwell.com.au>; from g_laslett@motherwell.com.au on Thu, Jul 26, 2001 at 11:49:59AM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jul 26, 2001 at 11:49:59AM +0800, Greg Laslett wrote: > > I have just installed FreeBSD 4.3 on a Intel 815 integrated motherboard. > > The graphics is via an embedded intel 82815 chipset. > > The XFree86 configuration GUI does not appear to know about the 82815, > so the best I can get are very low resolutions. > > Can anyone advise on X support for the 82815 ? Have you installed XFree86-4? The i810 driver for this appears to support i815 chipsets: [...] DESCRIPTION i810 is an XFree86 driver for the Intel i810 family of graphics chipsets. The driver supports depths 8, 15, 16 and 24. All visual types are supported in depth 8, other depths only support TrueColor. The driver supports hard- ware accelerated 3D via the Direct Rendering Infrastruc- ture (DRI), but only in depth 16. SUPPORTED HARDWARE i810 supports the i810, i810-DC100, i810e and i815 chipsets [...] You'll have to load the agp.ko module, as well as have the follwing lines in /etc/X11/XF86Config once you installed XFree86-4.1.0: Section "Device" Identifier "i810" Driver "i810" VideoRam 16384 Option "NoDDC" EndSection Cheers. -- Jonathan Chen ---------------------------------------------------------------------- char *p="char *p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message