Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2002 23:53:56 -0400
From:      Scott Lambert <lambert@lambertfam.org>
To:        freebsd-mobile@FreeBSD.ORG
Subject:   Re: i810 and XFree86.
Message-ID:  <20020904035356.GC14576@laptop.lambertfam.org>
In-Reply-To: <1031047330.424.9.camel@lerlaptop.lerctr.org>
References:  <20020903085525.GA7773@kierun.org> <1031046012.424.0.camel@lerlaptop.lerctr.org> <20020903095829.GA28457@kierun.org> <1031047330.424.9.camel@lerlaptop.lerctr.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Sep 03, 2002 at 05:02:10AM -0500, Larry Rosenman wrote:
> On Tue, 2002-09-03 at 04:58, Yann Golanski wrote:
> > Quoth Larry Rosenman on Tue, Sep 03, 2002 at 04:40:11 -0500
> > > did you load the agp kld?
> > > 
> > > add the following to /boot/loader.conf:
> > > agp_load="YES"
> > > 
> > > and reboot.
> > 
> > Yes, I did and I have rebooted since then. I think it is loading the
> > module (there was a message that agp.ko or something like that) did
> > flash as being loaded when the kernel was booting up. 
> > 
> > Again getting:
> > WW) I810: No matching Device section for instance (BusID PCI:0:2:1)
> > found

I think this may be your problem.  Find the video card in your dmesg, I
bet it's not at PCI:0:2:1.  I've had this problem with each of the three
i8xx based boxes I've had to deal with.

Let's see if I run out of patience getting an ssh session to one of those
boxes while AMAMDA does her backup thing across my dial-up link.

From my i815: (I clipped the commented out lines for berevity.)
Section "Device"
        Option     "NoDDC"                      # [<bool>]
        Identifier  "Card0"
        Driver      "i810"
        VendorName  "Intel"
        BoardName   "i815"
        VideoRam    16384
        BusID       "PCI:0:2:0"
EndSection

From my i830:
Section "Device"
        Option     "NoDDC"                      # [<bool>]
        Identifier  "Card0"
        Driver      "i810"
        VendorName  "Intel"
        BoardName   "i810"
#       VideoRam    16384
        BusID       "PCI:0:1:0"
EndSection

IIRC, the NoDDC option was important for some of the "unresolved"
errors.  I don't remember why I had to comment out the VideoRam line on
the i830.  I'm pretty sure the i830 is an i830 no matter that the i830
has Boardname set as i810.


> > (EE) GARTInit: Unable to open /dev/agpgart (Device not configured)
> > Symbol xf86InterpretEDID from module /usr/X11R6/lib/modules/libvbe.a is
> > unresolved!
> > Symbol XAAInit from module /usr/X11R6/lib/modules/drivers/i810_drv.o is
> > unresolved!
> > Symbol XAAInit from module /usr/X11R6/lib/modules/drivers/i810_drv.o is
> > unresolved!
> > Symbol XAAFillSolidRects from module
> > /usr/X11R6/lib/modules/drivers/i810_drv.o is unresolved!
> > Symbol XAAFillSolidRects from module
> > /usr/X11R6/lib/modules/drivers/i810_drv.o is unresolved!
> > 
> > Fatal server error:
> > Caught signal 11.  Server aborting

-- 
Scott Lambert                    KC5MLE                       Unix SysAdmin
lambert@lambertfam.org      

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020904035356.GC14576>