Voici comment trouver le bon driver NVIDIA:
Solution 1 : TOUT SIMPLEMENT !
1 sur 2 : Ouvrir le terminal et saisir :
sudo add-apt-repository ppa:ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current
2 sur 2 : Démarrer > Logiciels & Mise à jour > Pilotes additionnels >
Cocher sur le NVIDIA le plus récent et Appliquer les changements + reboot
Réf. http://askubuntu.com/questions/149206/how-to-install-nvidia-run
Solution 2 :
Pour connaître le modèle exact de carte video : # inxi -b
2) Rechercher le pilote Linux 32 ou 64 :
– sur Google
– ou directement sur –www.nvidia.fr/Download
– Télécharger un fichier .run (Linux 32 ou 64)
3) Rendre le fichier .run executable :
# chmod 777 NVIDIA-Linux-x86-xxx.run
4) Lancer le programme batch d’installation en mode SU
# sudo ./NVIDIA-Linux-x86-xxx.run
NB : As the error states, you are still running an X server. This error occurs when you try to install the Nvidia .run files while logged in.
Make sure you are logged out.
- Hit
CTRL+ALT+F1
and login using your credentials. - kill your current X server session by typing
sudo service lightdm stop
orsudo stop lightdm
- Enter runlevel 3 by typing
sudo init 3
and install your *.run file. - You might be required to reboot when the installation finishes. If not, run
sudo service start lightdm
orsudo start lightdm
to start your X server again.
Solution 3 :
it says you are running an X server, meaning a graphical desktop. Try this:
CTRL+Alt+F2 to open a terminal session. Try running the NVIDIA.run from here then.
… http://askubuntu.com/questions/149206/how-to-install-nvidia-run