Some distros do auto-loading of modules at startup - I suppose that's what you're experiencing.
Easiest way to prevent that is to remove the fglrx kernel module:
(note the back quotes around the uname command)Code:rm /lib/modules/`uname -r`/extra/fglrx.ko
Cheers,
knutbert


Reply With Quote
