URL: https://linuxfr.org/forums/linux-debutant/posts/dual-head-ati-matrox Title: dual head ATI + Matrox Authors: Nicoco Date: 2006年05月29日T21:53:56+02:00 Tags: debian Score: 0 Salut à tous, j'essaie d'utiliser xinerama sur mon ordi et malgré beacoup de tentatives, ça marcho pô !! J'utilises Debian Sid avec les drivers ATI proprio. Ma premiere carte graphique est une ATI Radeon 9250 (AGP) l'autre est une vieille Matrox Mystique (mga1064sg, en PCI) Séparément, elles marchent, si je choisis PCI ou AGP dans mon BIOS, à la section "Display Init first" et que je mets des # dans mon xorg.conf aux lignes concernant une des 2 cartes. mais quand je veux les utiliser en même temps : - si l'AGP est le périphérique principal, mon ordi crashe, avec le message de réveil pour l'ecran de la matrox ((c) matrox gnagnagna...) et rien sur l'autre. à ce moment-là rien à faire à part ctrl+alt+suppr - si le PCI est le périphérique principal, X démarre mais seulement sur cette carte, l'autre affichant son message de réveil (des chiffres...). Dans le Xorg.0.log on trouve alors : (EE) fglrx(0): CAIL: CAILNoBiosInitializeAdapter failed, error 1 (EE) fglrx(0): GetBIOSParameter failed (EE) fglrx(0): PreInitConfig failed (EE) fglrx(0): R200PreInit failed (II) fglrx(0): === [R200PreInit] === end je rame depuis un bon bout de temps là dessus, si quelqu'un a une idée, n'importe laquelle, elle est la bienvenue. merci d'avance voila mon xorg.conf : Section "ServerLayout" Identifier "Default Layout" Option "Xinerama" "true" Screen 0 "aticonfig Screen 0" 0 0 Screen 1 "deuxieme" Above "aticonfig Screen 0" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "Files" # local font server # if the local font server has problems, we can fall back on these FontPath "unix/:7100" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/share/fonts/X11/CID" FontPath "/usr/share/fonts/X11/CID" FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "evdev" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fr" Option "XkbVariant" "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 "Monitor" Identifier "aticonfig Monitor 0" EndSection Section "Monitor" Identifier "petitecran" HorizSync 28-49 VertRefresh 43-72 EndSection Section "Device" Identifier "ATI Graphics Adapter 0" Driver "fglrx" BusID "PCI:1:0:0" Screen 0 EndSection Section "Device" Identifier "Mystique" Driver "mga" BusID "PCI:2:0:0" EndSection Section "Screen" Identifier "aticonfig Screen 0" Device "ATI Graphics Adapter 0" Monitor "aticonfig Monitor 0" DefaultDepth 24 SubSection "Display" Depth 24 EndSubSection EndSection Section "Screen" Identifier "deuxieme" Device "Mystique" Monitor "petitecran" DefaultDepth 24 SubSection "Display" Depth 24 Modes "800x600" EndSubSection EndSection Section "DRI" Mode 0666 EndSection -- Nicoco