agpgart is a kernel module and it must be loaded before the i830 kernel 
module if the i830 module is going to take advantage of it.

Try adding this in your /etc/modules.conf file:

alias char-major-226 i830
pre-install i830    modprobe agpgart


You can load them manually like this:

modprobe -r i830
modprobe -r agpgart
modprobe agpgart
modprobe i830


Then restart X and see if it works.

Your mileage my vary.


Mark LaPierre

[EMAIL PROTECTED] wrote:

> Xfree doesn't see my /dev/agpgart...
>
> I created it just for him,  but without any success, what can I do?
>
> This is the log:
>
> .........................................
>
> (--) I810(0): Chipset: "i830"
>
> (--) I810(0): Linear framebuffer at 0xE8000000
>
> (--) I810(0): IO registers at addr 0xE0000000
>
> (II) I810(0): detected 8192K stolen memory.
>
> (EE) GARTInit: Unable to open /dev/agpgart (No such file or directory)
>
> (WW) I810(0): /dev/agpgart is either not available, or no memory is 
> available
>
> for allocation. Using stolen memory only.
>
> (==) I810(0): Will alloc AGP framebuffer: 8192 kByte
>
> .........................................
>
>  
>
> Thanks,
>
>  
>
> Stefano   
>
>                                  [EMAIL PROTECTED]
>


_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to