padoubibi
Bon alors celà fait longtemps que je cherche à faire marcher la sortie Tv de ma carte nvidia geforce fx 5200 et à chaque fois ça marche mal: la dernière fois ça saccadait et j'ai dû attendre la sortie de FC6 pour profiter d'une réinstallation complete (maintenant je sais faire marcher partimage alors le probleme est moindre).
Voici mon Xorg.conf:
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "Module"
Load "record"
Load "vnc"
Load "xtrap"
Load "glx"
Load "dbe"
Load "extmod"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "RenderAccel" "true"
Option "SLI" "true"
Option "noLogo"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection
Quelqu'un serait-il capable de me le configurer?
Merci d'avance.