BOnjour, J'ai une FC5 et j'ai essayer d'installer les pilotes nvidia.

J'ai donc mis a jour le kernel (du au probleme du non suport des pilotes non GPL)
Puti j'ai lancer un
yum install kmod-nvidia-smp
Ps : j'ai un P4 HT

J'ai installe la dependance de xorg puis je fait un CTRL + ALT + Backspace et aucun logo.

puis apres en tapant glxinfos :
[cyril@10 ~]$ glxinfo
name of display: :0.0
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
0x21 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
0x22 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
Puis un glxgears :
[cyril@10 ~]$ glxgears
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't get an RGB, Double-buffered visual
Je ne voie pas d'ou vien l'erreur.

Merci d'avance
Bonsoir,

sur ma FC5 SMP, j ai la meme chose que toi.
J ai remarque que dans /etc/init.d il y a un service nvidia-glx, si je tape ./nvidia-glx start le systeme a l air correct, mais quand je fais un ./nvidia-glx status il me repond qu il est arrete.
Dans /usr/bin il y a l utilitaire ./nvidia-settings et c est idem au niveau de opengl
J ai bien respecte la procedure de ce poste :
http://www.fedora-france.org/modules/newbb/viewtopic.php?topic_id=10997&forum=22&post_id=68057#forumpost68057


Je ne comprend pas et j ai verifie avec la FC4 au niveau du fichier xorg.conf, c est la meme chose.

Une idee ?

Voila
De meme je me demande si le bug vient du pilote smp ou du kernel ou je sais pas.

J'essaye de reboot et j'edite on sais jamais

[Edit] Le reboot c'est pas encore ca Bl for Me [/Edit]
Le bug ne vient pas du pilote pour smp, car j'ai exactement les mêmes symptômes et je n'utilise le smp.

Si quelqu'un a une idée pas de refus, mais je pense qu'on est bon pour attendre une mise a jour
Salut,

il suffit de commenter dans /etc/X11/xorg.conf la ligne Option "Composite" dans Section "Extensions"
Donc :
Section "Extensions"
#Option "Composite"
...

Bye
++
2 mois plus tard
J'ai le même problème et je n'ai pas de section "Extension" et d'option "Composite" dans mon xorg.conf

Voici ce qu'il contient :
# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
ModulePath "/usr/lib64/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib64/xorg/modules"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "record"
Load "freetype"
Load "type1"
Load "glx"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "ch"
Option "XkbVariant" "fr"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "BenQ FP931"
DisplaySize 380 300
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.0 - 83.0
VertRefresh 56.0 - 76.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "vesa"
VendorName "Videocard vendor"
BoardName "nVidia Corporation Unknown device 0391"
EndSection

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

Section "DRI"
Group 0
Mode 0666
EndSection
Quelqu'un a résolu le problème?
ici :
Section "Device"
Identifier "Videocard0"
Driver "vesa"
VendorName "Videocard vendor"
BoardName "nVidia Corporation Unknown device 0391"
EndSection

remplace par :
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "nVidia Corporation Unknown device 0391"
EndSection

J'avais aussi ce petit prob et quelqu'un sur le chan m'a aider
Oups.... En fait c'était tout bête :-D
Merci pour ton aide