On Fri, Aug 8, 2008 at 4:39 PM, Roman Morokutti < roman.morokutti at googlemail.com> wrote:
> Hi, > > I am wondering if it is possible to change the load order > of modules. Especially I would like to load some module in > dependency of another module. For example I would like to > start 'radeon' module only when the 'agpgart' module has been > started. By the way, this is just another attempt to enable > 3-D acceleration for my ATI Xpress 1150 ... > > Roman. > You can try to add "forceload agpart" to your /etc/system file. For the example you described above, this will only work if "radeon" does not automatically bind though. The settings in this file are however not really "ordered", my understanding is that the file is parsed, and settings turned on/off etc, and after than, modules are loaded, etc. You can prevent module "radeon" from starting at all by adding "exclude radeon" But I believe module interdependancies should sort themselves out!? Do you get an error on loading radeon? -- Any sufficiently advanced technology is indistinguishable from magic. Arthur C. Clarke Afrikaanse Stap Website: http://www.bloukous.co.za My blog: http://initialprogramload.blogspot.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/opensolaris-help/attachments/20080808/108b4ffa/attachment.html>
