I have a Matrox G00 dual headed card, and it worked like a charm until my power supply overheaded and almost caught fire. As a result I plugged my harddrive (with a kernel compiled for a i586) into a PII computer along with my video card. LInux booted fine my my hd wasnt damaged at all and both my monitors displayed the console fine. I changed the location of my card's bus in xorg.conf and fired up X. One monitor (#1) works and #2 is all garbled, showing stuff from #1 and #2. Here is some relavant info:
From xorg.conf:Code:bash-2.05b# lspci
0000:00:00.0 Host bridge: Intel Corp. 440LX/EX - 82443LX/EX Host bridge (rev 03)
0000:00:01.0 PCI bridge: Intel Corp. 440LX/EX - 82443LX/EX AGP bridge (rev 03)
0000:00:07.0 ISA bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 01)
0000:00:07.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01)
0000:00:07.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01)
0000:00:07.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 01)
0000:00:0d.0 PCI bridge: Hint Corp HB6 Universal PCI-PCI bridge (non-transparent mode) (rev 12)
0000:00:0f.0 Ethernet controller: 3Com Corporation 3c905 100BaseTX [Boomerang]
0000:02:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400 AGP (rev 85)
Any help would be thoroughly enjoyed. ThanksCode:Section "Device"
Identifier "Card0"
Driver "mga"
VendorName "Matrox Graphics, Inc."
BoardName "MGA G400 AGP"
BusID "PCI:2:0:0"
EndSection
Section "Device"
Identifier "Card1"
Driver "mga"
VendorName "Matrox"
BoardName "MGA G400 AGP"
BusID "PCI:2:0:0"
Screen 1
EndSection
