Click to See Complete Forum and Search --> : AGPGART: How to make sure it loads on boot?


Christopher Estep
09-20-2001, 11:05 PM
I am running RedHat 7.1 with an ATI All-In-Wonder Radeon, which (of course) requires both the AGPGART and RADEON modules to load on boot for DRI and GLX acceleration. The problem is with agpgart. /etc/modules.conf doesn't refer to it; how do I make *sure* it loads on bootup?

nextbillgates
09-21-2001, 12:24 AM
Add /sbin/modprobe agpgart to the module-loading startup script (/etc/rc.d/rc.modules, although it may be different in Red Hat). You can also place it into your own custom start-up script. And of course, you can load them manually. Just as long as they load up before X does.