Results 1 to 3 of 3
i'm trying to use the Nvidia AGP driver instead of Agpgart. i've added:
Code:
Option "NvAgp" "1"
...to my xorg.conf. However, in order to get it to work i need ...
- 09-21-2005 #1
Nvidia AGP
i'm trying to use the Nvidia AGP driver instead of Agpgart. i've added:
...to my xorg.conf. However, in order to get it to work i need to do the following:Code:Option "NvAgp" "1"
...and then restart X. i've tried adding the above entries to /etc/hotplug/blacklist but they're still loaded at bootup. Is there some other way to unload agpgart at startup?Code:rmmod via_agp nvidia rmmod agpgart
Registered Linux User #379728
SuSE 10.3 :: Athlon XP 3000+ :: AsRock K7VT4A Pro :: Nvidia Geforce 6600GT :: C-Media 8738
www.psypherpunk.org.uk
- 09-21-2005 #2Linux User
- Join Date
- Aug 2005
- Location
- Italy
- Posts
- 401
Remove hotplug?
When using Windows, have you ever told "Ehi... do your business?"
Linux user #396597 (http://counter.li.org)
- 09-21-2005 #3Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
I know some kernels enable loading modules when thei're needed... In that case, I dont think hotplug is involved at all. About other ways of preventing the loading:
1) I belive you can change this in /etc/modprobe.conf or /etc/modules.conf
2) Make a rc-script, I belive in /etc/rc.d on slack, and make it automaticly execute. The script should be created to automaticly unload the modules.
3) Roll your own kernel, don't compile agp support as either module _OR_ built-in.


Reply With Quote
