How did you manage to exorcise the "nouveau" drivers from your system? I'm trying to install nvidia legacy drivers onto my Fedora core 16 system (Geforce FX5600). In all the previous versions (<= Fedora 12), it's been fairly straightforward with the odd sneaky (SELinux, changed kernel stack sizes).
I'm used to blacklisting "nouveau", but the changes to GRUB-2, pre-built ramdisk images with built-in drivers, really make this like something out of horror movie.
I've tried blacklisting "nouveau" in /etc/default/grub (GRUB-2 kernel line)
GRUB_CMDLINE_LINUX="rd.md=0 rd.dm=0 rd.lvm.lv=VolGroup/lv_swap quiet SYSFONT=latarcyrheb-sun16 rhgb rd.lvm.lv=VolGroup/lv_root rd.luks=0 KEYTABLE=uk LANG=en_US.UTF-8 rd.blacklist=nouveau nouveau.modeset=0"
I've also blacklisted "nouveau" in /etc/modprobe.d/blacklist.conf
...
blacklist vga16fb
blacklist viafb
blacklist nouveau
...
I've used dracut to create a new ramdisk image, and then reboot the PC.
Even then, there would still be a "nouveau" driver attached to the video subsystem.
nouveau 686759 0
ttm 51800 1 nouveau
drm_kms_helper 26252 1 nouveau
drm 172493 3 nouveau,ttm,drm_kms_helper
i2c_algo_bit 4724 1 nouveau
mxm_wmi 1395 1 nouveau
i2c_core 23631 6 nouveau,drm_kms_helper,drm,i2c_algo_bit,videodev,i 2c_sis96x
video 10744 1 nouveau
This happens, even if I move every possible "nouveau.ko" file out of the modules directory:
eg.
/run/initramfs/lib/modules/3.1.0-7.fc16.i686/kernel/drivers/gpu/drm/nouveau
If I try and go down to command line mode (init 3), and install the driver using the 173.xx.xx .run file, then the installer complains about not being able to load the "nvidia.ko" module.
Anyone got any suggestions?
Cheers,
Daydreamer