On Saturday 27 April 2002 03:52, [EMAIL PROTECTED] wrote:
> Ya, I have an idea.  You need to load the agpgart module before you load
> the r128 module.  Like Michel D�nzer said, "The agpgart module needs to be
> loaded before the r128 kernel module or the latter can't use it."
>
> Do it like this:
>
> Shut down X
> modprobe -r apgart
> modprobe -r r128
> modprobe agpgart
> modprobe r128
> Then start X

Try adding these lines to your /etc/modules.conf:
        alias char-major-226 r128
        pre-install     r128    modprobe agpgart
This will load agpart just in time.
Klaus


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

Reply via email to