Si deseas instalar el controlador privativo de NVIDIA en Fedora 16 debes:
- Activar el repositorio RPM Fusion con las ramas free y nonfree
- Actualizar el kernel:
yum update kernel
o si tienes kernel PAE
yum update kernel-PAE
- Instalar kernel-devel
yum install kernel-devel
o si tienes kernel PAE
yum install kernel-PAE-devel
- Reinciar
- Instalar el kmod-nvidia
yum install kmod-nvidia
o si tienes kernel PAE
yum install kmod-nvidia-PAE
- Eliminamos nouveau desde la imagen initramfs
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img
dracut /boot/initramfs-$(uname -r).img $(uname -r)
- UPDATE:
El paso 8 es sólo necesario por ahora, ya se encuentra en fase de testing una actualización con al que no será necesario desactivar SELinux.
UPDATE 2:
La actualización ya está lanzada al repositorio oficial, así que con un yum update antes de instalar el módulo estaremos bien. - Desactivamos SELinux editando /etc/selinux/config y lo dejamos así:
This file controls the state of SELinux on the system.
SELINUX= can take one of these three values:
enforcing - SELinux security policy is enforced.
permissive - SELinux prints warnings instead of enforcing.
disabled - SELinux is fully disabled.
SELINUX=disabled
SELINUXTYPE= type of policy in use. Possible values are:
targeted - Only targeted network daemons are protected.
strict - Full SELinux protection.
SELINUXTYPE=targeted
- Reinicamos