Salut à tous !

J'ai compilé et installé le driver NVIDIA-Linux-x86-1.0-9629-pkg1.run pour une geforce ti 4200.

J'ai modifié mon fichier xorg.conf :
# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
EndSection

Section "Module"
        Load  "bitmap"
        Load  "ddc"
        Load  "freetype"
        Load  "int10"
        Load  "type1"
        Load  "vbe"
        Load  "fbdevhw"
        Load  "record"
        Load  "glx"
        Load  "dbe"
        Load  "extmod"
EndSection

Section "ServerFlags"
        Option      "AIGLX" "off"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "fr"
EndSection

Section "Monitor"
 Identifier   "Monitor0"
        ModelName    "Monitor 1600x1200"
        HorizSync    31.5 - 94.0
        VertRefresh  50.0 - 90.0
        Option      "dpms"
EndSection

Section "Device"

#       Option      "NoLogo" "1"
        Identifier  "Videocard0"
        Driver      "nvidia"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1600x1200" "1600x1024" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Extensions"
        Option      "Composite" "Enable"
EndSection
Si je fais un lsmod le module est bien visible :
/sbin/lsmod |grep nvidia
nvidia               4723444  22 
i2c_core               25537  3 nvidia,i2c_ec,i2c_nforce2
Dès que je lance une appli 3d ou un glxgears j'ai un segmentation fault...j'ai essayé aussi les drivers de chez livna, exactement pareil....
Je tourne en rond. Quelqu'un à une idée ?
Si
# yum install xorg-x11-drv-nvidia
marche pas je ne peux pas t'aider normalement tout se configure tout seul
au pire tente les pilotes legacy si ta carte est un peu vieille
Autoréponse :

il existe un bug dans les derniers drivers nvidia sur les cartes de type Geforce3 et 4. Toutes applis utilisant OpenGL ne fonctionnent pas apparemment.
Donc n'installer pas ce pilote en attendant un fix ou une nouvelle version.

Plus d'infos ici.
y a aussi un bug avec la gestion du second écran en twinview! ça déconne à fond en plus 🙁
Toutes applis utilisant OpenGL ne fonctionnent pas apparemment.
en gros, tous les jeux 3D sous Linux quoi...
y a aussi un bug avec la gestion du second écran en twinview! ça déconne à fond en plus 🙁
en résumé, y reste quoi qui marche avec ces pilotes ? :-D

j'pensais que j'étais malchanceux avec ma carte ATI, mais apparemment chez Nvidia c'est pas joyeux non plus :roll:
ché pas! la 3D fonctionne très bien! mais pas cette histoire de twinview ou alors ils ont encore changer la manière de procédé!