Bonjour, cela fait déja quelques semaines que je n' arrive pas a faire fonctionner mon multi-écran comme ke le souhaite... la machine n' est pas sous ubuntu, mais bon, je commence a chercher de l' aide partout ou elle se trouve...
Objectif: faire deux configs Xorg: une avec la télé (vga+tv-out) et l' autre avec un moniteur à la place de la télé (vga+dvi)
Difficulté: plusieurs cartes vidéo et plusieurs écrans:
en tout 5 écrans réparties de la maniere suivante: 2 sur une geforce 6600, 1 sur une riva tnt et sur la derniere carte, soit un écran + la tv, soit deux écrans...
Pour faire fonctionner tous ça: il me faut les pilotes proprio (qui sont donc installés) et aussi les pilotes libres pour la Riva tnt...
Citation :
01:00.0 VGA compatible controller: nVidia Corporation GeForce 6500 (rev a1)
02:00.0 VGA compatible controller: nVidia Corporation NV43 [GeForce 6600] (rev a2)
05:06.0 VGA compatible controller: nVidia Corporation NV4 [RIVA TNT] (rev 04)
|
voila pour les cartes vidéos
et pour le Xorg:
Code:
Citation :
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder3) Thu Dec 13 19:10:32 PST 2007
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "LCD0" 0 0
Screen 1 "LCD1" 1280 0
Screen 2 "LCD2" 2560 0
Screen 3 "CRT0" 3840 0
Screen 4 "CRT1" 4864 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "true"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "1"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbLayout" "fr"
Option "XkbModel" "pc105"
Option "XkbVariant" "latin9"
EndSection
Section "Monitor"
Identifier "LCD"
VendorName "Unknown"
ModelName "HSD HX191D"
HorizSync 30.0 - 83.0
VertRefresh 50.0 - 76.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "CRT"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 60.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Tv"
HorizSync 30.0 - 75.0
VertRefresh 60.0
EndSection
###Premiere carte video Geforce 6500 Section "Device"
Identifier "GF0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6500"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "GF1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6500"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Device"
Identifier "GF4"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6500"
BusID "PCI:1:0:0"
Screen 1
EndSection
### Fin de la premiere carte video
##### Deuxieme carte video Geforce 6600 #### Section "Device"
Identifier "GF2"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6600"
BusID "PCI:2:0:0"
Screen 0
EndSection
Section "Device"
Identifier "GF3"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6600"
BusID "PCI:2:0:0"
Screen 1
EndSection
### Fin de la deuxieme carte video
### Deniere carte video Tnt
Section "Device"
Identifier "TNT"
Driver "nv"
BusID "PCI:5:6:0"
EndSection
### Fin de la Tnt
Section "Screen"
Identifier "LCD0"
Device "GF0"
Monitor "LCD"
DefaultDepth 24
Option "TwinViewOrientation" "RightOf"
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT-0: 1280x1024 +0+0"
SubSection "Display"
Depth 24
EndSubSection EndSection
Section "Screen"
Identifier "LCD1"
Device "GF2"
Monitor "LCD"
DefaultDepth 24
Option "TwinViewOrientation" "RightOf"
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT-0: 1280x1024 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "LCD2"
Device "GF3"
Monitor "LCD"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "CRT-1: 1280x1024 +0+0"
EndSection
####
Section "Screen"
Identifier "CRT0"
Device "TNT"
Monitor "CRT"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
Option "ConnectedMonitor" "CRT"
EndSection
Section "Screen"
Identifier "CRT1"
Device "GF4"
Monitor "CRT"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
Option "TwinView" "0"
Option "metamodes" "DFP-1: 1024x768 +0+0"
Option "ConnectedMonitor" "CRT"
EndSection
#Section "Screen"
# Identifier "Tv"
# Device "GF1"
# Monitor "Crt"
# DefaultDepth 24
# Option "TwinView" "0"
# Option "metamodes" "DFP-1: 1280x1024 +0+0"
#EndSection
|
Voila, j' étais encore en train de faire des essais sur le Xorg.conf quand je l' ai posté, grosso modo, je ne sais pas pourquoi, mais la configuration du dessus fonctionne avec la tv out en permanence... (et le dvi toujours désactivé...)
Si qqn veut bien se lancer, je ne demande qu' a tester wink
Merci d' avance