Subject: Re: Intel Chipset
To: Jaromir Dolecek <jdolecek@netbsd.org>
From: sfalken <sfalkenx@hotmail.com>
List: port-i386
Date: 12/14/2001 16:09:40
> sfalken wrote:
> > I 'startx' and it dies, reporting the following message.
> >
> > (--) SVGA: PCI: Intel Unknown Chipset (0x1132) rev 2, Memory @
0xf8000000,
> > 0xffa8000
> > (--) SVGA: Stat failed on /dev/agpgart: no suck file or directory
> >
> > Fatal Server Error:
> > Couldn't get memory from gart module
> > and I810_UNSUPPORTED_GTT_FALLBACK not set.
>
> You miss the agpgart device file - do (as root)
>
> mknod /dev/agp0 c 82 0
> ln -s /dev/agp0 /dev/agpgart
>
Ok, seems to be getting marginally better, now I get the "Intel Unknown
Chipset" message, same as before, but now I get a new line
(--) SVGA: unable to open /dev/agpgart: Device not configured

exactly how do I go about configuring it?

              --Shawn