LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   cannot insert module fglrx for ati (https://www.linuxquestions.org/questions/linux-general-1/cannot-insert-module-fglrx-for-ati-188189/)

ar1 05-31-2004 06:59 PM

cannot insert module fglrx for ati
 
I've been trying to install the ATI driver. When I do make_install.sh I get the error that it cannot insert the module fglrx.ko : Operation not permitted.

How can i fix this?

I compiled the ATI direct rendering support into the kernel, can that be the problem?

Thanks

Shade 05-31-2004 08:03 PM

That is indeed the problem :)

You need to leave agpgart and any DRI drivers as modules.
If you look at the output from dmesg after trying to modprobe fglrx, you'll see it complain that it can't be loaded after any other DRI drivers.

--Shade


All times are GMT -5. The time now is 08:50 PM.