xnx
Bonjour,
sur ma FC5, j'ai besoin de configurer 3 ecrans. Pour celà j'ai 2 cartes videos Nvidia Quadro NVS (Un seul port mais avec un cable dérivant à 2 sorties à chaques fois)
avec le fichier xorg.conf qui va suivre, j'ai l'affichage qui fonctionne sur la carte qui est connectée à 2 ecrans. (Les 2 ecrans sont bien configurés), l'autre carte n'est pas activée, le moniteur reste eteint, comme l'indique le Xorg.0.log :
...
l367 : (WW) NVIDIA: No matching Device section for instance (BusID PCI:6:1:0) found
...
l666 : (WW) NVIDIA(GPU-1): Failed to initialize NVIDIA graphics device on GPU PCI:6:1:0!
[---]
voilà un extrait de #lspci :
02:02.0 VGA compatible controller: nVidia Corporation NV34GL [Quadro NVS 280 PCI] (rev a1)
06:01.0 VGA compatible controller: nVidia Corporation NV34GL [Quadro NVS 280 PCI] (rev a1)
[---]
voilà mon xorg.conf :
Section "ServerLayout"
Identifier "TwinView Configuration"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 2 "Screen2" RightOf "Screen1"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "Off"
EndSection
## je zappe les sections "Files","Module","InputDevice" et "monitor" ##
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
BusID "PCI:2:2:0"
Screen 0
VendorName "Videocard vendor"
option "NvAGP" "2"
option "NoLogo" "1"
option "RenderAccel" "0"
option "CursorShadow" "1"
option "NoPowerConnectorCheck"
option "SecondMonitorHorizSync" "31-81"
option "SecondMonitorVertRefresh" "56-75"
BoardName "nVidia Corporation GeForce 7600 GS"
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nvidia"
BusID "PCI:2:2:0"
Screen 1
VendorName "Videocard vendor"
option "NvAGP" "2"
option "NoLogo" "1"
option "RenderAccel" "0"
option "CursorShadow" "1"
option "ConnectedMonitor" "crt,crt"
option "NoPowerConnectorCheck"
option "SecondMonitorHorizSync" "31-81"
option "SecondMonitorVertRefresh" "56-75"
BoardName "nVidia Corporation GeForce 7600 GS"
EndSection
Section "Device"
Identifier "Videocard2"
Driver "nvidia"
BusID "PCI:6:1:0"
Screen 2
VendorName "Videocard vendor"
option "NvAGP" "2"
option "NoLogo" "1"
option "RenderAccel" "0"
option "CursorShadow" "1"
option "ConnectedMonitor" "crt,crt"
option "NoPowerConnectorCheck"
option "SecondMonitorHorizSync" "31-81"
option "SecondMonitorVertRefresh" "56-75"
BoardName "nVidia Corporation GeForce 7600 GS"
EndSection
[---]
Si quelqu'un trouve ce qui ne va pas, je le remercie par avance !
Refuznik
Je n'ai jamais eut à faire à ce genre de config mais s'il te plait, on a besoin d'avoir le xorg complet (avec la partie monitor). A l'époque pour les cartes pro nvidia (pny en france) j'avais un fichier txt donnant toute la marche à suivre.
xnx
voilà le xorg.conf complet :
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "TwinView Configuration"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 2 "Screen2" RightOf "Screen1"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "Off"
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.
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
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" "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"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "A17-2"
DisplaySize 340 270
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.0 - 81.0
VertRefresh 56.0 - 75.0
Option "dpms"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "A17-2"
DisplaySize 340 270
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.0 - 81.0
VertRefresh 56.0 - 75.0
Option "dpms"
EndSection
Section "Monitor"
Identifier "Monitor2"
VendorName "Monitor Vendor"
ModelName "A17-2"
DisplaySize 340 270
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.0 - 81.0
VertRefresh 56.0 - 75.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
BusID "PCI:2:2:0"
Screen 0
VendorName "Videocard vendor"
option "NvAGP" "2"
option "NoLogo" "1"
option "RenderAccel" "0"
option "CursorShadow" "1"
# option "Coolbits" "1"
option "ConnectedMonitor" "crt,crt"
option "NoPowerConnectorCheck"
option "SecondMonitorHorizSync" "31-81"
option "SecondMonitorVertRefresh" "56-75"
BoardName "nVidia Corporation GeForce 7600 GS"
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nvidia"
BusID "PCI:2:2:0"
Screen 1
VendorName "Videocard vendor"
option "NvAGP" "2"
option "NoLogo" "1"
option "RenderAccel" "0"
option "CursorShadow" "1"
# option "Coolbits" "1"
option "ConnectedMonitor" "crt,crt"
option "NoPowerConnectorCheck"
option "SecondMonitorHorizSync" "31-81"
option "SecondMonitorVertRefresh" "56-75"
BoardName "nVidia Corporation GeForce 7600 GS"
EndSection
Section "Device"
Identifier "Videocard2"
Driver "nvidia"
BusID "PCI:6:1:0"
Screen 2
VendorName "Videocard vendor"
option "NvAGP" "2"
option "NoLogo" "1"
option "RenderAccel" "0"
option "CursorShadow" "1"
# option "Coolbits" "1"
option "ConnectedMonitor" "crt,crt"
option "NoPowerConnectorCheck"
# option "SecondMonitorHorizSync" "31-81"
# option "SecondMonitorVertRefresh" "56-75"
BoardName "nVidia Corporation GeForce 7600 GS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
# Option "UseDisplayDevice" "DFP"
# Option "DPMS"
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
option "CursorShadow" "1"
# option "Coolbits" "1"
option "ConnectedMonitor" "crt,crt"
option "NoPowerConnectorCheck"
# option "SecondMonitorHorizSync" "31-81"
# option "SecondMonitorVertRefresh" "56-75"
BoardName "nVidia Corporation GeForce 7600 GS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
# Option "UseDisplayDevice" "DFP"
# Option "DPMS"
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 16
# Option "UseDisplayDevice" "DFP"
# Option "DPMS"
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen2"
Device "Videocard2"
Monitor "Monitor2"
DefaultDepth 16
# Option "UseDisplayDevice" "DFP"
# Option "DPMS"
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Refuznik
Euh est- ce normal de configurer 3 cartes graphiques sur 3 écrans ?
On a nos trois écrans normal :
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 2 "Screen2" RightOf "Screen1"
Après tu as :
- une "Videocard0"
- une "Videocard1"
- une "Videocard2"
??
Je pose la question car la carte qui à l'air de fonctionner est celle sur le BusID "PCI:2:2:0" pour la Videocard 0 et 1.
xnx
Je ne vois pas comment faire pour decrire le phenomene dans xorg.conf. En fait je défini 3 "sorties" graphiques (videocard 0 et 1 c'est en fait la meme carte, mais la sortie est couplée en 2), la 3 eme carte video correspond à une sortie sur la 2eme carte PCI (on pourrait donc mettre 4 ecran de la meme maniere)
je ne comprend pas pourquoi seul l'adresse PCI:2.2.0 fonctionne, (sachant que l'autre carte est bien détectée dans le lscpi) et je ne vois pas comment faire pour que xorg prenne en compte les 2 cartes.
Refuznik
Question c'est toi qui a écrit le xorg ? Pourquoi n'as tu pas utilisé nvidia-xconfig pour générer les fichiers comme ceci nvidia-xconfig --enable-all-gpus --separate-x-screens --twinview ou alors nvidia-xconfig --enable-all-gpus --separate-x-screens --xinerama. ne lui dit pas de remplacer ton xorg mais copie le résultat à part et tu modifies ton xorg à la main (ça évite les erreurs).
Edit : j'ai trouvé pour une version quad ça nvidia-xconfig --enable-all-gpus --no-separate-x-screens --twinview
xnx
je vais essayer cette commande, merci du conseil 🙂
tomagic
salut pour ta 2 e carte video il faut pas mettre screen 2 mais screen 0 car c le premier port de la carte numero 2 😉