Bonjour.
Je viens de passer à Fedora 7 et d'installer une nouvelle carte vidéo (nvidia FX 5200). Comme je n'ai jamais pu installer le kmod-nvidia sur l'ancienne (Geforce MX 440), je me suis dit que c'était la carte qui déconnait. Avec cette carte plus récente, je me suis dis que ça devrait aller tout seul, mais pas du tout. Bref, je sais plus quoi faire. Ca doit venir de la config ou d'un problème entre la chaise et le clavier, mais depuis le temps que je lis la doc, c'est étrange quand même.
J'ai suivi la procédure habituelle pour l'install (init 3, yum, le kernel est bien en i686 à jour, j'ai rebooté la machine) et là, écran noir, je suis obligé de rebooter à la brutos pour démarrer sur l'ancien kernel. Fedora me génère alors un Xorg.conf standard sur lequel il n'y a pas de problèmes.
Je viens de passer à Fedora 7 et d'installer une nouvelle carte vidéo (nvidia FX 5200). Comme je n'ai jamais pu installer le kmod-nvidia sur l'ancienne (Geforce MX 440), je me suis dit que c'était la carte qui déconnait. Avec cette carte plus récente, je me suis dis que ça devrait aller tout seul, mais pas du tout. Bref, je sais plus quoi faire. Ca doit venir de la config ou d'un problème entre la chaise et le clavier, mais depuis le temps que je lis la doc, c'est étrange quand même.
J'ai suivi la procédure habituelle pour l'install (init 3, yum, le kernel est bien en i686 à jour, j'ai rebooté la machine) et là, écran noir, je suis obligé de rebooter à la brutos pour démarrer sur l'ancien kernel. Fedora me génère alors un Xorg.conf standard sur lequel il n'y a pas de problèmes.
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nv"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1280x960" "1280x800" "1280x720" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Mon Xorg.conf avant install des drivers
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "yes"
Option "Buttons" "9"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 6 7"
Option "CorePointer"
EndSection
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
ModelName "LGL204WT"
HorizSync 31.5 - 80.0
VertRefresh 60.0 - 75.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nv"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1280x960" "1280x800" "1280x768" "1280x720" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Et dans /var/log/Xorg.0.log j'ai que cette erreur
(EE) AIGLX: Screen 0 is not DRI capable
Voilà. J'sais plus quoi faire.