Fedora 16 y NVIDIA

Publicado el mar 08 noviembre 2011

Si deseas instalar el controlador privativo de NVIDIA en Fedora 16 debes:

  1. Activar el repositorio RPM Fusion con las ramas free y nonfree
  2. Actualizar el kernel:

yum update kernel

o si tienes kernel PAE

yum update kernel-PAE

  1. Instalar kernel-devel

yum install kernel-devel

o si tienes kernel PAE

yum install kernel-PAE-devel

  1. Reinciar
  2. Instalar el kmod-nvidia

yum install kmod-nvidia

o si tienes kernel PAE

yum install kmod-nvidia-PAE

  1. 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)

  1. 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.
  2. 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

  1. Reinicamos

tags: Linux, nvidia, Fedora