Bonsoir
Je viens de changer de config et j'ai maintenant une GeForce 7800GT, cette dernière est composée de 2 sorties DVI + 1x TVout. Avec mon ancienne Geforce FX5200 (1XDVI et TVout) pas de problème pour faire fonctionner le TV out, mais la avec 3 sorties je sais pas comment les différencier, connaissez-vous des exemples pour le fichier xorg.conf pour ces cartes graphiques ???
J'ai cherché sous google mais rien de très concluant.
J'ai réutilisé mon ancien xorg.conf qui fonctionnait avec la 5200 j'ai bien le bureau étendu mais rien sur la sortie TV, certainement un paramètre à changer genre "busID" mais je connais pas les valeurs.
@+
# BusID
Posté par omnikron . Évalué à 1.
0000:01:00.0 VGA compatible controller: nVidia Corporation GeForce 6200 (rev a1)
Et donc mon BusID dans xorg.cong est :BusID "AGP:01:00:00"
Mais enfin bon, normalement/en général c'est toujours cette valeur non ?[^] # Re: BusID
Posté par xenon_hs (site web personnel) . Évalué à 1.
Merci d'avoir répondu ! Ca m'a donné la motive pour me crocher sur le problème et le débusquer...
Il y avait plusieurs fautes dans ma config xorg (qui fonctionnaient avec l'ancienne geforce et pas la nouvelle). Je vous pastes ma config actuelle qui work impec (Dual head DVI+TVOUT)
**************
Section “Files”
FontPath “unix/:7100″ # local font server
# if the local font server has problems, we can fall back on these
FontPath “/usr/lib/X11/fonts/misc”
FontPath “/usr/lib/X11/fonts/cyrillic”
FontPath “/usr/lib/X11/fonts/100dpi/:unscaled”
FontPath “/usr/lib/X11/fonts/75dpi/:unscaled”
FontPath “/usr/lib/X11/fonts/Type1″
FontPath “/usr/lib/X11/fonts/CID”
FontPath “/usr/lib/X11/fonts/Speedo”
FontPath “/usr/lib/X11/fonts/100dpi”
FontPath “/usr/lib/X11/fonts/75dpi”
EndSection
Section “Module”
# Load “GLcore”
Load “bitmap”
Load “dbe”
Load “ddc”
# Load “dri”
Load “extmod”
Load “freetype”
Load “glx”
Load “int10″
Load “record”
Load “speedo”
Load “type1″
Load “vbe”
EndSection
Section “InputDevice”
Identifier “Keyboard0″
Driver “keyboard”
Option “CoreKeyboard”
Option “XkbRules” “xfree86″
Option “XkbModel” “pc105″
Option “XkbLayout” “ch”
Option “XkbVariant” “fr”
EndSection
Section “InputDevice”
Identifier “Mouse0″
Driver “mouse”
Option “CorePointer”
Option “Device” “/dev/psaux”
Option “Protocol” “PS/2″
Option “Emulate3Buttons” “true”
Option “ZAxisMapping” “4 5″
EndSection
Section “InputDevice”
Identifier “Generic Mouse”
Driver “mouse”
Option “SendCoreEvents” “true”
Option “Device” “/dev/input/mice”
Option “Protocol” “ImPS/2″
Option “Emulate3Buttons” “true”
Option “ZAxisMapping” “4 5″
EndSection
Section “Device”
Identifier “Videocard0″
Driver “nvidia”
VendorName “Videocard vendor”
BoardName “NVIDIA GeForce FX (generic)”
EndSection
Section “Device”
Identifier “Videocard1″
Driver “nvidia”
VendorName “Videocard Vendor”
BoardName “NVIDIA GeForce FX (generic)”
BusID “PCI:1:0:0″
Screen 1
EndSection
Section “Monitor”
Identifier “Monitor0″
HorizSync 31-83
VertRefresh 56-76
Option “DPMS”
EndSection
Section “Monitor”
Identifier “TV-out”
VendorName “Monitor Vendor”
ModelName “Monitor 1024×768″
HorizSync 30.0 - 50.0
VertRefresh 60.0 - 60.0
Option “dpms”
EndSection
Section “Screen”
Identifier “Screen0″
Device “Videocard0″
Monitor “Monitor0″
DefaultDepth 24
SubSection “Display”
Viewport 0 0
Depth 16
Modes “800×600″ “640×480″
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 24
Modes “1280×1024″
EndSubSection
EndSection
Section “Screen”
Identifier “Screen1″
Device “Videocard1″
Monitor “TV-out”
DefaultDepth 24
Option “TVStandard” “PAL-B”
Option “TVOutFormat” “COMPOSITE”
SubSection “Display”
Viewport 0 0
Depth 24
Modes “1280×1024″
EndSubSection
EndSection
Section “ServerLayout”
Identifier “Multihead layout”
Screen 0 “Screen0″ LeftOf “Screen1″
Screen 1 “Screen1″ 0 0
InputDevice “Mouse0″ “CorePointer”
InputDevice “Keyboard0″ “CoreKeyboard”
Option “Xinerama” “on”
Option “Clone” “off”
EndSection
Section “DRI”
Mode 0666
EndSection
**************
Bonne soirée et @ une prochaîne :)
Xen
[^] # Re: BusID
Posté par xenon_hs (site web personnel) . Évalué à 1.
Suivre le flux des commentaires
Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.