[mythtv] Matrox G400 TV out on second X session

Michael D. Cencula mythtv-dev@snowman.net
Mon, 9 Dec 2002 01:50:12 -0500


Sorry in advance for the length of this e-mail:

What I'm trying to do is get my G400 TV-out working under a second X session.  
I don't want to display a clone of my monitor (I can already do that) and I 
don't want to extend my desktop to the TV (Xinerama).  Instead, I'd like to 
start a second X session exclusively for the second head of my G400.  If 
someone is doing this, I'd appreciate a copy of you XF86Config file.  
Alternately, if anyone can see an error that I've missed on my XF86Config 
file, I'd appreciate the input.

Thanks,
Mike

----------------------

Here's the command I'm trying to use to get the second head running and the 
output from it (when I run this command, my monitor screen goes blank for a 
second as if it's trying to start a second X session on head 1 of my G400):

[mike@mike mike]$ startx -- :1 -layout Layout2


XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-72) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 23 January 2002
        If the server is older than 6-12 months, or if your card is
        newer than the above date, look for a newer version before
        reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.18-11smp i686 [ELF]
Build Host: daffy.perf.redhat.com

Module Loader present
OS Kernel: Linux version 2.4.18-14 (bhcompile@astest.test.redhat.com) (gcc 
version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Wed Sep 4 12:13:11 EDT 
2002
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.1.log", Time: Mon Dec  9 01:41:29 2002
(==) Using config file: "/etc/X11/XF86Config"
(WW) MGA: No matching Device section for instance (BusID PCI:1:0:0) found
(EE) Screen 0 deleted because of no matching config section.
(EE) Device(s) detected, but none match those in the config file.

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.1.log".
Please report problems to xfree86@xfree86.org.

XIO:  fatal IO error 104 (Connection reset by peer) on X server ":1.0"
      after 0 requests (0 known processed) with 0 events remaining.

----------------------

Here's my XF86Config file:

Section "ServerLayout"
	Identifier     "Layout1"
	Screen       0 "Screen1" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Mouse1" "SendCoreEvents"
	InputDevice    "Keyboard0" "CoreKeyboard"
#	Option         "Xinerama"
EndSection

Section "ServerLayout"
	Identifier     "Layout2"
	Screen       1 "Screen2" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Mouse1" "SendCoreEvents"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	FontPath     "unix/:7100"
EndSection

Section "Module"
	Load  "dbe"
	Load  "extmod"
	Load  "fbdevhw"
	Load  "glx"
	Load  "record"
	Load  "freetype"
	Load  "type1"
EndSection

Section "ServerFlags"
#	Option "Xinerama"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option      "XkbRules" "xfree86"
	Option      "XkbModel" "pc105"
	Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option      "Device" "/dev/mouse"
	Option      "Protocol" "IMPS/2"
	Option      "Emulate3Buttons" "no"
	Option      "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
	Identifier  "Mouse1"
	Driver      "mouse"
	Option      "Device" "/dev/input/mice"
	Option      "Protocol" "IMPS/2"
	Option      "Emulate3Buttons" "no"
	Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
	Identifier   "Display1"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	HorizSync    30.0 - 86.0
	VertRefresh  50.0 - 160.0
	Option       "dpms"
EndSection

Section "Monitor"
	Identifier   "Display2"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	HorizSync    30.0 - 86.0
	VertRefresh  50.0 - 160.0
EndSection

Section "Device"
	Identifier  "G400-1"
	Driver      "mga"
	VendorName  "Matrox Millennium G400"
	BoardName   "Matrox Millennium G400"
#	Option      "TV" "no"
#	Option      "CableType" "YC_COMPOSITE"
#	Option      "TVStandard" "NTSC"
	BusID       "PCI:1:0:0"
	Screen      0
EndSection

Section "Device"
	Identifier  "G400-2"
	Driver      "mga"
	VendorName  "Matrox Millennium G400"
	BoardName   "Matrox Millennium G400"
	Option      "TV" "yes"
	Option      "CableType" "YC_COMPOSITE"
	Option      "TVStandard" "NTSC"
	BusID       "PCI:1:0:0"
	Screen      1
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "G400-1"
	Monitor    "Display1"
	DefaultDepth     24
	SubSection "Display"
		Depth     24
		Modes    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen2"
	Device     "G400-2"
	Monitor    "Display2"
	DefaultDepth     24
	SubSection "Display"
		Depth     24
		Modes    "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "640x480"
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

----------------------

And here's the full log from running the startx command shown above:

XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-72) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 23 January 2002
	If the server is older than 6-12 months, or if your card is
	newer than the above date, look for a newer version before
	reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.18-11smp i686 [ELF]
Build Host: daffy.perf.redhat.com

Module Loader present
OS Kernel: Linux version 2.4.18-14 (bhcompile@astest.test.redhat.com) (gcc 
version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Wed Sep 4 12:13:11 EDT 
2002
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.1.log", Time: Mon Dec  9 01:41:29 2002
(==) Using config file: "/etc/X11/XF86Config"
(++) ServerLayout "Layout2"
(**) |-->Screen "Screen2" (1)
(**) |   |-->Monitor "Display2"
(**) |   |-->Device "G400-2"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "unix/:7100"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 8

(II) Open APM successful
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.5
	XFree86 XInput driver : 0.3
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0305 card 0000,0000 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8305 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0686 card 1106,0686 rev 40 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 0000,0000 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 0000,0000 rev 40 class 0c,05,00 hdr 00
(II) PCI: 00:0a:0: chip 10b7,9055 card 10b7,9055 rev 24 class 02,00,00 hdr 00
(II) PCI: 00:0c:0: chip 109e,036e card 0070,13eb rev 11 class 04,00,00 hdr 80
(II) PCI: 00:0c:1: chip 109e,0878 card 0070,13eb rev 11 class 04,80,00 hdr 80
(II) PCI: 00:0e:0: chip 1274,5880 card 1458,a000 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:0f:0: chip 109e,036e card 0070,13eb rev 11 class 04,00,00 hdr 80
(II) PCI: 00:0f:1: chip 109e,0878 card 0070,13eb rev 11 class 04,80,00 hdr 80
(II) PCI: 00:10:0: chip 105a,0d30 card 105a,4d33 rev 02 class 01,80,00 hdr 00
(II) PCI: 01:00:0: chip 102b,0525 card 102b,2179 rev 03 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0x00008000 - 0x00008fff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0xdee00000 - 0xdfefffff (0x1100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0xdac00000 - 0xdecfffff (0x4100000) MX[B]
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI: (0:12:0) BrookTree unknown chipset (0x036e) rev 17, Mem @ 
0xdedfc000/12
(--) PCI: (0:15:0) BrookTree unknown chipset (0x036e) rev 17, Mem @ 
0xdedfe000/12
(--) PCI:*(1:0:0) Matrox MGA G400 AGP rev 3, Mem @ 0xdc000000/25, 
0xdfefc000/14, 0xdf000000/23, BIOS @ 0xdfee0000/16
(II) Addressable bus resource ranges are
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0xdffd0000 - 0xdffdffff (0x10000) MX[B]
	[1] -1	0xdffe0000 - 0xdfffffff (0x20000) MX[B]
	[2] -1	0xdedff000 - 0xdedfffff (0x1000) MX[B]
	[3] -1	0xdedfd000 - 0xdedfdfff (0x1000) MX[B]
	[4] -1	0xdffcff80 - 0xdffcffff (0x80) MX[B]
	[5] -1	0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
	[6] -1	0xdfee0000 - 0xdfeeffff (0x10000) MX[B](B)
	[7] -1	0xdf000000 - 0xdf7fffff (0x800000) MX[B](B)
	[8] -1	0xdfefc000 - 0xdfefffff (0x4000) MX[B](B)
	[9] -1	0xdc000000 - 0xddffffff (0x2000000) MX[B](B)
	[10] -1	0xdedfe000 - 0xdedfefff (0x1000) MX[B](B)
	[11] -1	0xdedfc000 - 0xdedfcfff (0x1000) MX[B](B)
	[12] -1	0x0000cc00 - 0x0000cc3f (0x40) IX[B]
	[13] -1	0x0000d000 - 0x0000d003 (0x4) IX[B]
	[14] -1	0x0000d400 - 0x0000d407 (0x8) IX[B]
	[15] -1	0x0000d800 - 0x0000d803 (0x4) IX[B]
	[16] -1	0x0000dc00 - 0x0000dc07 (0x8) IX[B]
	[17] -1	0x0000c800 - 0x0000c83f (0x40) IX[B]
	[18] -1	0x0000c400 - 0x0000c47f (0x80) IX[B]
	[19] -1	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[20] -1	0x0000bc00 - 0x0000bc1f (0x20) IX[B]
	[21] -1	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0xdffd0000 - 0xdffdffff (0x10000) MX[B]
	[1] -1	0xdffe0000 - 0xdfffffff (0x20000) MX[B]
	[2] -1	0xdedff000 - 0xdedfffff (0x1000) MX[B]
	[3] -1	0xdedfd000 - 0xdedfdfff (0x1000) MX[B]
	[4] -1	0xdffcff80 - 0xdffcffff (0x80) MX[B]
	[5] -1	0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
	[6] -1	0xdfee0000 - 0xdfeeffff (0x10000) MX[B](B)
	[7] -1	0xdf000000 - 0xdf7fffff (0x800000) MX[B](B)
	[8] -1	0xdfefc000 - 0xdfefffff (0x4000) MX[B](B)
	[9] -1	0xdc000000 - 0xddffffff (0x2000000) MX[B](B)
	[10] -1	0xdedfe000 - 0xdedfefff (0x1000) MX[B](B)
	[11] -1	0xdedfc000 - 0xdedfcfff (0x1000) MX[B](B)
	[12] -1	0x0000cc00 - 0x0000cc3f (0x40) IX[B]
	[13] -1	0x0000d000 - 0x0000d003 (0x4) IX[B]
	[14] -1	0x0000d400 - 0x0000d407 (0x8) IX[B]
	[15] -1	0x0000d800 - 0x0000d803 (0x4) IX[B]
	[16] -1	0x0000dc00 - 0x0000dc07 (0x8) IX[B]
	[17] -1	0x0000c800 - 0x0000c83f (0x40) IX[B]
	[18] -1	0x0000c400 - 0x0000c47f (0x80) IX[B]
	[19] -1	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[20] -1	0x0000bc00 - 0x0000bc1f (0x20) IX[B]
	[21] -1	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xdffd0000 - 0xdffdffff (0x10000) MX[B]
	[6] -1	0xdffe0000 - 0xdfffffff (0x20000) MX[B]
	[7] -1	0xdedff000 - 0xdedfffff (0x1000) MX[B]
	[8] -1	0xdedfd000 - 0xdedfdfff (0x1000) MX[B]
	[9] -1	0xdffcff80 - 0xdffcffff (0x80) MX[B]
	[10] -1	0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
	[11] -1	0xdfee0000 - 0xdfeeffff (0x10000) MX[B](B)
	[12] -1	0xdf000000 - 0xdf7fffff (0x800000) MX[B](B)
	[13] -1	0xdfefc000 - 0xdfefffff (0x4000) MX[B](B)
	[14] -1	0xdc000000 - 0xddffffff (0x2000000) MX[B](B)
	[15] -1	0xdedfe000 - 0xdedfefff (0x1000) MX[B](B)
	[16] -1	0xdedfc000 - 0xdedfcfff (0x1000) MX[B](B)
	[17] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0x0000cc00 - 0x0000cc3f (0x40) IX[B]
	[20] -1	0x0000d000 - 0x0000d003 (0x4) IX[B]
	[21] -1	0x0000d400 - 0x0000d407 (0x8) IX[B]
	[22] -1	0x0000d800 - 0x0000d803 (0x4) IX[B]
	[23] -1	0x0000dc00 - 0x0000dc07 (0x8) IX[B]
	[24] -1	0x0000c800 - 0x0000c83f (0x40) IX[B]
	[25] -1	0x0000c400 - 0x0000c47f (0x80) IX[B]
	[26] -1	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[27] -1	0x0000bc00 - 0x0000bc1f (0x20) IX[B]
	[28] -1	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "fbdevhw"
(II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a
(II) Module fbdevhw: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 0.0.2
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.1.10
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "mga"
(II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
(II) Module mga: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.1.0
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.3
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
	mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400,
	mgag550
(II) Primary Device is: PCI 01:00:0
(WW) MGA: No matching Device section for instance (BusID PCI:1:0:0) found
(--) Chipset mgag400 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xdffd0000 - 0xdffdffff (0x10000) MX[B]
	[6] -1	0xdffe0000 - 0xdfffffff (0x20000) MX[B]
	[7] -1	0xdedff000 - 0xdedfffff (0x1000) MX[B]
	[8] -1	0xdedfd000 - 0xdedfdfff (0x1000) MX[B]
	[9] -1	0xdffcff80 - 0xdffcffff (0x80) MX[B]
	[10] -1	0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
	[11] -1	0xdfee0000 - 0xdfeeffff (0x10000) MX[B](B)
	[12] -1	0xdf000000 - 0xdf7fffff (0x800000) MX[B](B)
	[13] -1	0xdfefc000 - 0xdfefffff (0x4000) MX[B](B)
	[14] -1	0xdc000000 - 0xddffffff (0x2000000) MX[B](B)
	[15] -1	0xdedfe000 - 0xdedfefff (0x1000) MX[B](B)
	[16] -1	0xdedfc000 - 0xdedfcfff (0x1000) MX[B](B)
	[17] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0x0000cc00 - 0x0000cc3f (0x40) IX[B]
	[20] -1	0x0000d000 - 0x0000d003 (0x4) IX[B]
	[21] -1	0x0000d400 - 0x0000d407 (0x8) IX[B]
	[22] -1	0x0000d800 - 0x0000d803 (0x4) IX[B]
	[23] -1	0x0000dc00 - 0x0000dc07 (0x8) IX[B]
	[24] -1	0x0000c800 - 0x0000c83f (0x40) IX[B]
	[25] -1	0x0000c400 - 0x0000c47f (0x80) IX[B]
	[26] -1	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[27] -1	0x0000bc00 - 0x0000bc1f (0x20) IX[B]
	[28] -1	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
(EE) Screen 0 deleted because of no matching config section.
(II) UnloadModule: "mga"
(EE) Device(s) detected, but none match those in the config file.

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.1.log".
Please report problems to xfree86@xfree86.org.