Comment 15 for bug 1316035

Revision history for this message
Andromalius (andromalius6) wrote :

Hi, same problem with MGA G200EV

lshw -C display
  *-display UNCLAIMED
       description: VGA compatible controller
       product: MGA G200EV
       vendor: Matrox Electronics Systems Ltd.
       physical id: 0
       bus info: pci@0000:07:00.0
       version: 00
       width: 32 bits
       clock: 33MHz
       capabilities: pm vga_controller bus_master cap_list
       configuration: latency=64 maxlatency=32 mingnt=16
       resources: memory:96000000-96ffffff memory:97800000-97803fff memory:97000000-977fffff

But it works normal with vesa driver

/etc/X11/xorg.conf :

Section "Device"
        Identifier "Matrox Graphics, Inc. MGA G200EV"
        Driver "vesa"
        Option "OldDmaInit" "True"
EndSection

Section "Monitor"
        Identifier "PlugAndPlay"
        Option "DPMS"
EndSection

Section "Screen"
 Identifier "Default Screen"
 Device "Matrox Graphics, Inc. MGA G200EV"
 Monitor "PlugAndPlay"
 DefaultDepth 24
 SubSection "Display"
            Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
EndSection