Pages : 1
#1 Le 26/10/2005, à 07:28
- artux62
configuration xorg pour 3 ecrans
Bonjour a tous,
Je possede un pc avec 2 x 6600GT sous amd 64 et voudrais connecter 3 écrans pour obtenir un bureau étendu :
- par vga et dvi sur ma première carte
- par vga sur ma deuxième
Mes 3 écrans sont bien reconnus mais en utilisant l'option TwinView pour ma première carte (celle ou deux de mes écrans sont connectés) j'obtiens une fusion de mes écrans de tel sorte que j'arrive à un bureau étendu en 1+2 alors que je voudrais plus tot 1+1+1 ou chaque écran est indépendant (je sais pas si suis clair la lol )
KK1 pourrais t'il m'aider svp ? Tourne vraiment en rond la.
En vous remerciant
Yann
PS . : voici mon xorg.conf :
Section "ServerLayout"
Identifier "Dual head Layout"
Screen "screen1"
Screen "screen2" RightOf "screen1"
Option "Xinerama" "On"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
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/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "v4l"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr-latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "Logo" "no"
Option "NvAgp" "3"
Option "RenderAccel" "on"
Option "TwinView" "on"
Option "TwinViewOrientation" "RightOf"
Option "SecondMonitorHorizSync" "30-60"
Option "SecondMonitorVertRefresh" "55-75"
Option "Metamodes" "1280x1024,1280x1024;1024x768,1024x768;800x600,800x600"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]2"
Driver "nvidia"
BusID "PCI:2:0:0"
Option "Logo" "no"
Option "NvAgp" "3"
Option "RenderAccel" "on"
EndSection
Section "Monitor"
Identifier "videoseven"
Option "DPMS"
HorizSync 30-60
VertRefresh 55-75
EndSection
Section "Monitor"
Identifier "videoseven2"
Option "DPMS"
HorizSync 30-60
VertRefresh 55-75
EndSection
Section "Screen"
Identifier "screen2"
Device "NVIDIA Corporation NV43 [GeForce 6600 GT]"
Monitor "videoseven"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection
Section "Screen"
Identifier "screen1"
Device "NVIDIA Corporation NV43 [GeForce 6600 GT]2"
Monitor "videoseven2"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Hors ligne
#2 Le 26/10/2005, à 16:10
- toox
Re : configuration xorg pour 3 ecrans
Même si je ne pourrais t'aider là-dessus, tu n'es effectivement pas clair ; tu veux un bureau virtuel par écran ou un seul bureau étendu aux 3 écrans ?
Hors ligne
#3 Le 26/10/2005, à 16:17
- artux62
Re : configuration xorg pour 3 ecrans
Mea Culpa ...
Je souhaites pourvoir utiliser mes trois écrans sous un seul bureau étendu. Le prob actuellement est que je peux coupler deux écrans par TwinView (qui fusionnent pour ne former qu'un seul écran virtuel) et le troisième.
Les ecrans qui sont sur la meme carte en "TwinView" s'additionne de telle sorte que l'affichage se cumule , effet ecran large. Le troisieme qui est sur une autre carte fonctionne normalement.
Artux
Hors ligne
#4 Le 27/12/2009, à 18:15
- CladX
Re : configuration xorg pour 3 ecrans
Hello as tu réussit ? Je suis dans le meme cas de figure aujourd'hui triple screen sur deux nvidia mais1&2 en twinview et le 3 en Separate
Ma bombe : ubuntu 10.04 - Core2 2.13go - 4go ram - SSD X25-M 80go - p5kplam- 2 nvidia - quadruple screens ;-)
Portable : ubuntu 10.10 Butterfly 4go ram - 320hdd - dalle capacitive - tactile et bientôt multi touch ;-)
Windows ? Pas chez moi depuis près de 6ans et ça ne me manque pas !
Producteur de Santimancho -> http://www.necliquepasici.com/
Hors ligne
#5 Le 27/12/2009, à 18:34
- RedLemon
Re : configuration xorg pour 3 ecrans
1) avant de lire le post, essayé de désactiver le sli.
2)Il faut passé directement par via Xinerama.
Il faut désactiver le twinview et le sli.
http://doc.ubuntu-fr.org/multi-ecran
« Je suis probablement l'inventeur de la combinaison Ctrl-Alt-Suppr, mais c'est Bill Gates qui l'a rendue célèbre ».
« I may have invented Control-Alt-Delete, but Bill Gates made it famous »
David Bradley
Mes wikis : http://doc.ubuntu-fr.org/utilisateurs/redlemon
Hors ligne
Pages : 1