Subject: Re: Is agpart required for installing X on i810 board.
To: None <tech-x11@NetBSD.org>
From: Alan Barrett <apb@cequrux.com>
List: tech-x11
Date: 07/25/2003 15:05:34
On Mon, 21 Jul 2003, kurian kattukaren wrote:
> I failed to install X on top in i810 board. The X website for the i810
> driver mentions that it agpart kernel modules, which is available only
> for freebsd and linux. I would like to know whether this is the case?

In NetBSD-current, XFree86-4.3.0 works fine with my Intel 82815
motherboard.  Just ensure that you have "agp* at pchb?" in the kernel
configuration.

    pchb0: Intel 82815 Hub (rev. 0x02)
    agp0 at pchb0: aperture at 0xd0000000, size 0x4000000
    vga1 at pci0 dev 2 function 0: Intel 82815 Graphics (rev. 0x02)
    wsdisplay0 at vga1 kbdmux 1: console (80x25, vt100 emulation), using wskbd0
    wsmux1: connecting to wsdisplay0

A year or two ago, it didn't work properly in -current.  I have no idea
whether it works in NetBSD-1.6.x.

--apb (Alan Barrett)