LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Removing modules (https://www.linuxquestions.org/questions/linux-newbie-8/removing-modules-404644/)

rabalder321 01-17-2006 05:06 PM

Removing modules
 
Hi

I have two simple questions:

1. How do I remove modules in SuSE 10.0 (kernel 2.6.13-15.7)? I wish to turn off the following modules (or rather not make them start at all!):

agpgart
fglrx
intel_agp

I need to do this to make my ATI Mobility Radeon 9700 128M graphics card work.

2. What fps should I have when runnning glxgears using this card?

Thanks for any help

gilead 01-17-2006 05:33 PM

Using `modprobe -r agpgart fglrx intel_agp` should do what you want (you may have to change the order or some other modules as well) until you reboot the system.

To stop them loading on a reboot try grepping your startup scripts for the modprobe command or for those module names. Have a look in /etc/modules.conf in case there are references to them there...

You could just recompile your kernel and remove support for agp - are you sure you don't need it?

bulliver 01-17-2006 05:37 PM

Quote:

You could just recompile your kernel and remove support for agp - are you sure you don't need it?
I don't have an ATI card, but the nVidia module prefers to use its own agpgart module. Perhaps this ATI driver is the same?

gilead 01-17-2006 05:38 PM

Ah, I see - thanks for that.


All times are GMT -5. The time now is 02:44 AM.