[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Matrox G550 und onboard Grafikkarte



Hallo,

ich habe eine onboard-Grafikkarte, die sich leider nicht ausschalten
lässt  und eine Matrox G550 als PCI-Express mit zwei DVI-Ausgängen. 
Langfristig möchte ich damit Multihead damit machen. Aber erstmal 
wäre ich schon froh, wenn sie überhaupt ein Bild zeigt.

Ich hoffe ich brauche für Multihead nicht irgendwelche proprietären
Treiber.

lspci -v zeigt folgendes:
04:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G550 AGP (rev 01) (prog-if 00 [VGA controller])
        Subsystem: Matrox Graphics, Inc. Device 22c0
        Flags: medium devsel, IRQ 5
        Memory at fa000000 (32-bit, prefetchable) [disabled] [size=32M]
        Memory at febfc000 (32-bit, non-prefetchable) [disabled] [size=16K]
        Memory at fe000000 (32-bit, non-prefetchable) [disabled] [size=8M]
        Expansion ROM at febc0000 [disabled] [size=128K]
        Capabilities: [dc] Power Management version 2
        Capabilities: [f0] AGP version 2.0

Daraus schließe ich, dass ich 
BusID "PCI:4:0:0"
in die Device-Sektion aufnehmen muss.

Mit folgender /etc/X11/xorg.conf habe ich es probiert:

Section "Device"
        Identifier      "g550"
        Driver          "mga"
        BusID "PCI:4:0:0"
EndSection

Section "Monitor"
        Identifier      "tft"
        DisplaySize     1024 768
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "g550"
        Monitor         "tft"
        DefaultDepth    24
        SubSection      "Display"
                Depth   24
                Modes "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

In der /var/log/Xorg.0.log findet man dann:
        ABI class: X.Org Video Driver, version 6.0
(II) MGA(0): Initializing int10
(EE) MGA(0): Cannot read V_BIOS (3) Input/output error
(==) MGA(0): Using AGP 1x mode
(==) MGA(0): Using HW cursor
...
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) MGA(0): initializing int10
(EE) MGA(0): Cannot read V_BIOS (3) Input/output error
(II) MGA(0): UNMAPPING framebuffer 0xFFFFFFFFB6F98000, 0x200000.
(==) MGA(0): Using gamma correction (1.0, 1.0, 1.0)

Vielen Dank im voraus
Micha


Reply to: