Bonsoir,
J´ai une gentoo ~amd64 avec les vanilla source 2.6.14rc5 avec kde 3.4.2 et xorg et les dernier emerge nvdia-glx et kernel...
Lorsque je fais un startx, le screen nvidia se charge mais au bout de 2 seconde X renvoi l´erreur suivante:
Using vt 7
(EE) NVIDIA (0): Failed to load GLX
- if unresolved symbols were reported above, they might not
- be the reason for the server abording.
Fatal server error:
Caught signal 11. Server abording
-----
en fait tout marchait bien avant que je n´essaye d´installer les run nvidia depuis le site (sans passer par emerge)... a mon avis sa a du foutre un royal bordel au niveau des lib... donc pour le moment je commente le "load glx" pour paser outre l erreur mais j ai pu d´open gl... c´est un peu emmerdant
J´ai bien sur essayé:
- desinstaller / resinstaller nvidia-glx nvidia-kernel
- opengl-update nvidia et xorg-x11
voila mon xorg.conf: (o cas zou)
Section "ServerLayout"
Identifier "Server Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse2" "SendCoreEvents"
InputDevice "Keyboard1" "CoreKeyboard"
Option "BlankTime" "3" # L´écran devient noir après 5 minutes. (Mais il n´est pas vraiment arrêté.)
Option "StandbyTime" "4" # Met l´écran en pause après 10 minutes (utilise DPMS).
Option "SuspendTime" "5" # Suspend l´écran après 20 minutes.
Option "OffTime" "6" # Extinction complète après 30 minutes.
EndSection
Section "Files"
RgbPath "/usr/lib64/X11/rgb"
ModulePath "/usr/lib64/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "dbe"
Load "type1"
Load "freetype"
Load "extmod"
Load "glx"
Load "v4l"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "LCD"
DisplaySize 474 355
HorizSync 31.5 - 91.1
VertRefresh 50.0 - 100.0
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "nvidia0"
Driver "nvidia"
Option "NvAGP" "3"
Option "DigitalVibrance" "0"
Option "TransparentIndex" "0"
Option "CursorShadowAlpha" "64"
Option "CursorShadowXOffse" "4"
Option "CursorShadowYOffset" "2"
EndSection
Section "Screen"
Identifier "Screen0"
Device "nvidia0"
Monitor "LCD"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1400x1050"
EndSubSection
EndSection
merci de me venir en aide