Buscar

9.29.2012

configurar tarjeta nvidia en ubuntu

After an upgrade on  Ubuntu, an error appeared:
Después de actualizar ubuntu me aparece un error en la configuración de nvidia:
You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server.

No parece que estés usando los drivers de NVIDIA X. Por favor, edita el archivo de configuración de X (ejecuta `nvidia-xconfig`como administrador), y reinicia el x server.

I read a lot of posts unsuccessfully but at the end I solved the problem using the followings comands:
Buscando en muchos posts solucione el problema usando los siguientes comandos:

Firstly, remove Nouveau:
Primero elimina Nouveau (controladores libres)
 sudo apt-get --purge remove xserver-xorg-video-nouveau


  -Make sure that the kernel headers for your kernel are installed
Asegúrate de que kernel headers de tu kernel está instalado:
sudo apt-get install linux-headers-$(uname -r)
-Install the nvidia driver:
sudo apt-get install nvidia-current

 - Siguiente paso
Next step:
sudo update-alternatives --config gl_conf
sudo ldconfig
sudo update-initramfs -u
 -Configure  xorg.conf
configurar el archivo xorg.conf
sudo nvidia-xconfig
 -Restart your computer (restarting only the xserver might not work)
Reiniciar el ordenador, no sólo el X server