Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| nvidia_sli [Le 21/04/2009, 09:27] – DarkworlD | nvidia_sli [Le 25/12/2014, 16:25] (Version actuelle) – suppression page obsolète L'Africain | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | {{tag> | ||
| - | ====== NVIDIA et SLI ====== | ||
| - | <note tip> | ||
| - | |||
| - | =====Introduction ===== | ||
| - | |||
| - | {{ 400px-nvidia_logo.png? | ||
| - | |||
| - | Depuis la sortie de **Ubuntu 8.10** (Intrepid Ibex) les drivers nvidia ne sont apparemment plus capable de détecter quel cartes fait office de carte principale | ||
| - | il en résulte donc d'un crash du serveur X au redémarrage. | ||
| - | |||
| - | =====Résolution ===== | ||
| - | |||
| - | Pour corriger le probleme il suffit simplement de preciser les BusPCI des cartes a utiliser | ||
| - | |||
| - | pour ce faire appuyez sur Ctrl + Alt + F1 pour passer en mode console et connectez-vous avec votre nom d' | ||
| - | |||
| - | couper le serveur X | ||
| - | sudo / | ||
| - | |||
| - | **Pour connaître les BusID** | ||
| - | lspci | grep VGA | ||
| - | | ||
| - | | ||
| - | |||
| - | on peut voir que chez moi les BusID des carte sont 06:00.0 et 07:00.0 | ||
| - | |||
| - | il suffira de les indiquer dans chaque section **Device** correspondant a chaque carte sous la forme | ||
| - | BusID " | ||
| - | et | ||
| - | BusID " | ||
| - | |||
| - | [[: | ||
| - | |||
| - | **exemple de fichier xorg.conf avec SLI actif** | ||
| - | |||
| - | <note warning> | ||
| - | conservez la votre en l' | ||
| - | |||
| - | # nvidia-xconfig: | ||
| - | # nvidia-xconfig: | ||
| - | | ||
| - | Section " | ||
| - | Identifier | ||
| - | Screen | ||
| - | InputDevice | ||
| - | InputDevice | ||
| - | EndSection | ||
| - | | ||
| - | Section " | ||
| - | ModulePath | ||
| - | EndSection | ||
| - | | ||
| - | Section " | ||
| - | Load " | ||
| - | Load " | ||
| - | Load " | ||
| - | Load " | ||
| - | Load " | ||
| - | Load " | ||
| - | Load " | ||
| - | Load " | ||
| - | Load " | ||
| - | EndSection | ||
| - | | ||
| - | Section " | ||
| - | # generated from default | ||
| - | Identifier | ||
| - | Driver | ||
| - | Option | ||
| - | Option | ||
| - | Option | ||
| - | Option | ||
| - | EndSection | ||
| - | | ||
| - | Section " | ||
| - | # generated from default | ||
| - | Identifier | ||
| - | Driver | ||
| - | EndSection | ||
| - | | ||
| - | Section " | ||
| - | Identifier | ||
| - | VendorName | ||
| - | ModelName | ||
| - | HorizSync | ||
| - | VertRefresh | ||
| - | Option | ||
| - | EndSection | ||
| - | | ||
| - | Section " | ||
| - | Identifier | ||
| - | Driver | ||
| - | VendorName | ||
| - | Option | ||
| - | BusID " | ||
| - | EndSection | ||
| - | | ||
| - | Section " | ||
| - | Identifier | ||
| - | Driver | ||
| - | VendorName | ||
| - | Option | ||
| - | BusID " | ||
| - | EndSection | ||
| - | | ||
| - | Section " | ||
| - | Identifier | ||
| - | Device | ||
| - | Monitor | ||
| - | DefaultDepth | ||
| - | Option | ||
| - | Option | ||
| - | Option | ||
| - | SubSection | ||
| - | Depth " | ||
| - | Viewport | ||
| - | EndSubSection | ||
| - | EndSection | ||
| - | | ||
| - | Section " | ||
| - | Option | ||
| - | EndSection | ||
| - | |||
| - | redémarrer le serveur X | ||
| - | sudo / | ||
| - | |||
| - | |||
| - | Si tout ce passe bien votre serveur X devrai démarrer sans encombres. | ||
| - | |||
| - | <note tip>Si votre serveur X démarre et que vous vous retrouvez sur un écran noir essayez d' | ||
| - | |||
| - | ---- | ||
| - | // | ||
