bonjour,
je viens d'installer fedora 9 et les pilotes proprio via livna et cette commande
yum install akmod-nvidia xorg-x11-drv-nvidia xorg-x11-drv-nvidia-libs
la commande s'execute très bien au reboot j'ai eu droit à la compilation du driver nvidia et le pilote semble fonctionner puisque j'ai mis nvidia à la pace de nv dans le xorg et startx est ok et je peux lancer
nvidia-settings
en revanche les programmes 3d (blender par ex) ne se lancent pas
voici l'erreur de open-arena
..loading libGL.so.1:
Calling SDL_Init(SDL_INIT_VIDEO)...
SDL_Init(SDL_INIT_VIDEO) passed.
Initializing OpenGL display
...setting mode 3: 640 480
SDL_SetVideoMode failed: Could not create GL context
SDL_SetVideoMode failed: Could not create GL context
SDL_SetVideoMode failed: Could not create GL context
SDL_SetVideoMode failed: Could not create GL context
SDL_SetVideoMode failed: Could not create GL context
SDL_SetVideoMode failed: Could not create GL context
SDL_SetVideoMode failed: Could not create GL context
SDL_SetVideoMode failed: Could not create GL context
SDL_SetVideoMode failed: Could not create GL context
SDL_SetVideoMode failed: Could not create GL context
SDL_SetVideoMode failed: Could not create GL context
SDL_SetVideoMode failed: Could not create GL context
SDL_SetVideoMode failed: Could not create GL context
SDL_SetVideoMode failed: Could not create GL context
SDL_SetVideoMode failed: Could not create GL context
SDL_SetVideoMode failed: Could not create GL context
voici le xorg
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
# keyboard added by rhpxl
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
merci