Tu installe le noyau officiel mis a jour.
# urpmi kernel-2.6.17.8mdv kernel-source-stripped-2.6.17.8mdv
Tu installe les deux paquets suivants :
# urpmi dkms-nvidia nvidia
Tu reboot sur le bon noyau.
Pense a vérifier ton fichier /etc/X11/xorg.conf qu'il ait bien ces lignes :
Section "Device"
Identifier "device1"
VendorName "nVidia Corp."
BoardName "NVIDIA GeForce FX (generic)"
Driver "nvidia"
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
# Load "glx" # remove if use nvidia proprietary driver !
Load "/usr/lib/xorg/modules/extensions/nvidia/libglx.so" # 3D layer
EndSection
# Solution (enfin normalement)
Posté par Raphaël G. (site web personnel) . En réponse au message Installation de nvidia. Évalué à 3.
Tu installe le noyau officiel mis a jour.
# urpmi kernel-2.6.17.8mdv kernel-source-stripped-2.6.17.8mdv
Tu installe les deux paquets suivants :
# urpmi dkms-nvidia nvidia
Tu reboot sur le bon noyau.
Pense a vérifier ton fichier /etc/X11/xorg.conf qu'il ait bien ces lignes :
Section "Device"
Identifier "device1"
VendorName "nVidia Corp."
BoardName "NVIDIA GeForce FX (generic)"
Driver "nvidia"
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
# Load "glx" # remove if use nvidia proprietary driver !
Load "/usr/lib/xorg/modules/extensions/nvidia/libglx.so" # 3D layer
EndSection