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

Re: Matrox G550 und onboard Grafikkarte



Hallo Liste, hallo Michael,

auch mit dem Risiko in einen toten Thread zu posten:

als langjähriger Matrox-User habe ich sehr gut Erfahrungen mit einem angepassten Build des offiziellen Matrox-Treibers des Users Alexander Griesser unter http://tuxx-home.at/ gemacht.

Viele Infos in seinem Forum: http://forum.tuxx-home.at/

Leider hat sich vieles durch neue X-Server-Version geändert, bin schließlich von Matrox weg.

Vielen Glück und liebe Grüsse,

Martin Petersen


Am 23.04.2011 08:30, schrieb Michael Will:
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: