[XFree86] Dual-head MGA not working.

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

 



Hi, all.  I've got a Debian machine with a G450 in the AGP slot, and
another in a PCI slot.  (bus 0x0001 cardnum 0x00 function 0x00 and bus
0x0003 cardnum 0x00 function 0x00, respectively).  When I try to plug them
both into my XF86Config file, though, I get this:

(WW) MGA: No matching Device section for instance (BusID PCI:3:0:0) found

Since I have the following Device section, the warning strikes me as
disingenuous:

Section "Device"
	Identifier	"g450-1"
	Driver		"mga"
	Screen 		1
	Option 		"SWcursor"
	Option		"NoDDC"
	BusID		"PCI:3:0:0"
EndSection

[Full XF86Config & /var/log/XFree86.0.log appended to this e-mail.]

Any ideas where I might be going wrong?

Thanks,

Ken D'Ambrosio
Sr. SysAdmin,
Xanoptix, Inc.

[XF86Config-4]
# XF86Config-4 (XFree86 X server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
	Identifier	"Generic Mouse"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"g450-0"
	Driver		"mga"
	Screen 		0
	Option 		"SWcursor"
	Option		"NoDDC"
	BusID		"PCI:1:0:0"
EndSection

Section "Device"
	Identifier	"g450-1"
	Driver		"mga"
	Screen 		1
	Option 		"SWcursor"
	Option		"NoDDC"
	BusID		"PCI:3:0:0"
EndSection

Section "Monitor"
	Identifier	"Monitor 0"
#	HorizSync	30-75
	HorizSync	60
	VertRefresh	50-85
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier	"Monitor 1"
#	HorizSync	30-75
	HorizSync	60
	VertRefresh	50-85
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Screen1"
	Device		"g450-1"
	Monitor		"Monitor 1"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1600x1200" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1600x1200" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1600x1200" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1600x1200" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200" "1024x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen0"
	Device		"g450-0"
	Monitor		"Monitor 0"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1600x1200" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1600x1200" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1600x1200" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1600x1200" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200" "1024x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Screen	0	"Screen0" 0 0
	Screen	1	"Screen1" RightOf "Screen0"
	Option "Xinerama" "ON"
	Identifier	"Default Layout"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Generic Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection


[XFree86.0.log]
This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@xxxxxxxxxxx and patches submitted
to fixes@xxxxxxxxxxxx  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.2.1.1 (Debian 4.2.1-12.1 20031003005825 james@xxxxxxxxxx) /
X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 October 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.21-rc1-ac1-cryptoloop i686 [ELF]
Module Loader present
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.0.log", Time: Mon Nov  3 15:25:44 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor 0"
(**) |   |-->Device "g450-0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor 1"
(**) |   |-->Device "g450-1"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Mouse"
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/Speedo" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(**) FontPath set to
"unix/:7100,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "Xinerama" "ON"
(**) Xinerama: enabled
(--) using VT number 7

(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.1.1, 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.1.1, 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 8086,2570 card 1462,7280 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2571 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24d2 card 1462,7280 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 1462,7280 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 1462,7280 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 1462,7280 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 1462,7280 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 1462,7280 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 1462,7280 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24d5 card 1462,7280 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 102b,0525 card 102b,0641 rev 82 class 03,00,00 hdr 00
(II) PCI: 02:01:0: chip 3388,0021 card 0000,0000 rev 13 class 06,04,00 hdr 01
(II) PCI: 02:08:0: chip 8086,1050 card 1462,728c rev 02 class 02,00,00 hdr 00
(II) PCI: 03:00:0: chip 102b,0525 card 102b,0d43 rev 85 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.1.1, 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) PCI-to-PCI 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 0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x05 (VGA_EN is cleared)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
	[0] -1 0	0xfc800000 - 0xfd8fffff (0x1100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1 0	0xeff00000 - 0xf3efffff (0x4000000) MX[B]
(II) Bus 2: bridge is at (0:30:0), (0,2,3), BCTRL: 0x0e (VGA_EN is set)
(II) Bus 2 I/O range:
	[0] -1 0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[1] -1 0	0x0000c400 - 0x0000c4ff (0x100) IX[B]
	[2] -1 0	0x0000c800 - 0x0000c8ff (0x100) IX[B]
	[3] -1 0	0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1 0	0xfd900000 - 0xfeafffff (0x1200000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1 0	0xf3f00000 - 0xf7efffff (0x4000000) MX[B]
(II) Bus -1: bridge is at (0:31: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:
(II) Bus 3: bridge is at (2:1:0), (2,3,3), BCTRL: 0x0f (VGA_EN is set)
(II) Bus 3 I/O range:
(II) Bus 3 non-prefetchable memory range:
	[0] -1 0	0xfd900000 - 0xfe9fffff (0x1100000) MX[B]
(II) Bus 3 prefetchable memory range:
	[0] -1 0	0xf3f00000 - 0xf7efffff (0x4000000) MX[B]
(--) PCI: (1:0:0) Matrox MGA G400 AGP rev 130, Mem @ 0xf0000000/25,
0xfd8fc000/14, 0xfd000000/23, BIOS @ 0xfd8c0000/17
(--) PCI:*(3:0:0) Matrox MGA G400 AGP rev 133, Mem @ 0xf4000000/25,
0xfe9fc000/14, 0xfe000000/23, BIOS @ 0xfe9c0000/17
(II) Addressable bus resource ranges are
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1 0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1 0	0xfeafd000 - 0xfeafdfff (0x1000) MX[B]
	[1] -1 0	0xfebff900 - 0xfebff9ff (0x100) MX[B]
	[2] -1 0	0xfebffa00 - 0xfebffbff (0x200) MX[B]
	[3] -1 0	0x80000000 - 0x800003ff (0x400) MX[B]
	[4] -1 0	0xfebffc00 - 0xfebfffff (0x400) MX[B]
	[5] -1 0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[6] -1 0	0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
	[7] -1 0	0xfe000000 - 0xfe7fffff (0x800000) MX[B](B)
	[8] -1 0	0xfe9fc000 - 0xfe9fffff (0x4000) MX[B](B)
	[9] -1 0	0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
	[10] -1 0	0x0000cc00 - 0x0000cc3f (0x40) IX[B]
	[11] -1 0	0x0000d800 - 0x0000d83f (0x40) IX[B]
	[12] -1 0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
	[13] -1 0	0x00000c00 - 0x00000c1f (0x20) IX[B]
	[14] -1 0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[15] -1 0	0x0000ec00 - 0x0000ec1f (0x20) IX[B]
	[16] -1 0	0x0000e800 - 0x0000e81f (0x20) IX[B]
	[17] -1 0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[18] -1 0	0x0000e000 - 0x0000e01f (0x20) IX[B]
(II) Inactive PCI resource ranges:
	[0] -1 0	0xfd8c0000 - 0xfd8dffff (0x20000) MX[B](B)
	[1] -1 0	0xfd000000 - 0xfd7fffff (0x800000) MX[B](B)
	[2] -1 0	0xfd8fc000 - 0xfd8fffff (0x4000) MX[B](B)
	[3] -1 0	0xf0000000 - 0xf1ffffff (0x2000000) MX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1 0	0xfeafd000 - 0xfeafdfff (0x1000) MX[B]
	[1] -1 0	0xfebff900 - 0xfebff9ff (0x100) MX[B]
	[2] -1 0	0xfebffa00 - 0xfebffbff (0x200) MX[B]
	[3] -1 0	0x80000000 - 0x800003ff (0x400) MX[B]
	[4] -1 0	0xfebffc00 - 0xfebfffff (0x400) MX[B]
	[5] -1 0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[6] -1 0	0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
	[7] -1 0	0xfe000000 - 0xfe7fffff (0x800000) MX[B](B)
	[8] -1 0	0xfe9fc000 - 0xfe9fffff (0x4000) MX[B](B)
	[9] -1 0	0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
	[10] -1 0	0x0000cc00 - 0x0000cc3f (0x40) IX[B]
	[11] -1 0	0x0000d800 - 0x0000d83f (0x40) IX[B]
	[12] -1 0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
	[13] -1 0	0x00000c00 - 0x00000c1f (0x20) IX[B]
	[14] -1 0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[15] -1 0	0x0000ec00 - 0x0000ec1f (0x20) IX[B]
	[16] -1 0	0x0000e800 - 0x0000e81f (0x20) IX[B]
	[17] -1 0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[18] -1 0	0x0000e000 - 0x0000e01f (0x20) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1 0	0xfd8c0000 - 0xfd8dffff (0x20000) MX[B](B)
	[1] -1 0	0xfd000000 - 0xfd7fffff (0x800000) MX[B](B)
	[2] -1 0	0xfd8fc000 - 0xfd8fffff (0x4000) MX[B](B)
	[3] -1 0	0xf0000000 - 0xf1ffffff (0x2000000) MX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xfeafd000 - 0xfeafdfff (0x1000) MX[B]
	[6] -1 0	0xfebff900 - 0xfebff9ff (0x100) MX[B]
	[7] -1 0	0xfebffa00 - 0xfebffbff (0x200) MX[B]
	[8] -1 0	0x80000000 - 0x800003ff (0x400) MX[B]
	[9] -1 0	0xfebffc00 - 0xfebfffff (0x400) MX[B]
	[10] -1 0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[11] -1 0	0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
	[12] -1 0	0xfe000000 - 0xfe7fffff (0x800000) MX[B](B)
	[13] -1 0	0xfe9fc000 - 0xfe9fffff (0x4000) MX[B](B)
	[14] -1 0	0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
	[15] -1 0	0xfd8c0000 - 0xfd8dffff (0x20000) MX[B](B)
	[16] -1 0	0xfd000000 - 0xfd7fffff (0x800000) MX[B](B)
	[17] -1 0	0xfd8fc000 - 0xfd8fffff (0x4000) MX[B](B)
	[18] -1 0	0xf0000000 - 0xf1ffffff (0x2000000) MX[B](B)
	[19] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1 0	0x0000cc00 - 0x0000cc3f (0x40) IX[B]
	[22] -1 0	0x0000d800 - 0x0000d83f (0x40) IX[B]
	[23] -1 0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
	[24] -1 0	0x00000c00 - 0x00000c1f (0x20) IX[B]
	[25] -1 0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[26] -1 0	0x0000ec00 - 0x0000ec1f (0x20) IX[B]
	[27] -1 0	0x0000e800 - 0x0000e81f (0x20) IX[B]
	[28] -1 0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[29] -1 0	0x0000e000 - 0x0000e01f (0x20) IX[B]
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:debug_xform.o":  No
symbols found
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.2.1.1, 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: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.2.1.1, 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) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.1.10
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols
found
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.2.1.1, 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: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "mga"
(II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
(II) Module mga: vendor="The XFree86 Project"
	compiled for 4.2.1.1, 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.1.1, 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 03:00:0
(WW) MGA: No matching Device section for instance (BusID PCI:3:0:0) found
(--) Chipset mgag400 found
(--) Chipset mgag400 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xfeafd000 - 0xfeafdfff (0x1000) MX[B]
	[6] -1 0	0xfebff900 - 0xfebff9ff (0x100) MX[B]
	[7] -1 0	0xfebffa00 - 0xfebffbff (0x200) MX[B]
	[8] -1 0	0x80000000 - 0x800003ff (0x400) MX[B]
	[9] -1 0	0xfebffc00 - 0xfebfffff (0x400) MX[B]
	[10] -1 0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[11] -1 0	0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
	[12] -1 0	0xfe000000 - 0xfe7fffff (0x800000) MX[B](B)
	[13] -1 0	0xfe9fc000 - 0xfe9fffff (0x4000) MX[B](B)
	[14] -1 0	0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
	[15] -1 0	0xfd8c0000 - 0xfd8dffff (0x20000) MX[B](B)
	[16] -1 0	0xfd000000 - 0xfd7fffff (0x800000) MX[B](B)
	[17] -1 0	0xfd8fc000 - 0xfd8fffff (0x4000) MX[B](B)
	[18] -1 0	0xf0000000 - 0xf1ffffff (0x2000000) MX[B](B)
	[19] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1 0	0x0000cc00 - 0x0000cc3f (0x40) IX[B]
	[22] -1 0	0x0000d800 - 0x0000d83f (0x40) IX[B]
	[23] -1 0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
	[24] -1 0	0x00000c00 - 0x00000c1f (0x20) IX[B]
	[25] -1 0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[26] -1 0	0x0000ec00 - 0x0000ec1f (0x20) IX[B]
	[27] -1 0	0x0000e800 - 0x0000e81f (0x20) IX[B]
	[28] -1 0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[29] -1 0	0x0000e000 - 0x0000e01f (0x20) IX[B]
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xfeafd000 - 0xfeafdfff (0x1000) MX[B]
	[6] -1 0	0xfebff900 - 0xfebff9ff (0x100) MX[B]
	[7] -1 0	0xfebffa00 - 0xfebffbff (0x200) MX[B]
	[8] -1 0	0x80000000 - 0x800003ff (0x400) MX[B]
	[9] -1 0	0xfebffc00 - 0xfebfffff (0x400) MX[B]
	[10] -1 0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[11] -1 0	0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
	[12] -1 0	0xfe000000 - 0xfe7fffff (0x800000) MX[B](B)
	[13] -1 0	0xfe9fc000 - 0xfe9fffff (0x4000) MX[B](B)
	[14] -1 0	0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
	[15] -1 0	0xfd8c0000 - 0xfd8dffff (0x20000) MX[B](B)
	[16] -1 0	0xfd000000 - 0xfd7fffff (0x800000) MX[B](B)
	[17] -1 0	0xfd8fc000 - 0xfd8fffff (0x4000) MX[B](B)
	[18] -1 0	0xf0000000 - 0xf1ffffff (0x2000000) MX[B](B)
	[19] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1 0	0x0000cc00 - 0x0000cc3f (0x40) IX[B]
	[22] -1 0	0x0000d800 - 0x0000d83f (0x40) IX[B]
	[23] -1 0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
	[24] -1 0	0x00000c00 - 0x00000c1f (0x20) IX[B]
	[25] -1 0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[26] -1 0	0x0000ec00 - 0x0000ec1f (0x20) IX[B]
	[27] -1 0	0x0000e800 - 0x0000e81f (0x20) IX[B]
	[28] -1 0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[29] -1 0	0x0000e000 - 0x0000e01f (0x20) IX[B]
(EE) Screen 1 deleted because of no matching config section.
(II) UnloadModule: "mga"
(II) resource ranges after probing:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xfeafd000 - 0xfeafdfff (0x1000) MX[B]
	[6] -1 0	0xfebff900 - 0xfebff9ff (0x100) MX[B]
	[7] -1 0	0xfebffa00 - 0xfebffbff (0x200) MX[B]
	[8] -1 0	0x80000000 - 0x800003ff (0x400) MX[B]
	[9] -1 0	0xfebffc00 - 0xfebfffff (0x400) MX[B]
	[10] -1 0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[11] -1 0	0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
	[12] -1 0	0xfe000000 - 0xfe7fffff (0x800000) MX[B](B)
	[13] -1 0	0xfe9fc000 - 0xfe9fffff (0x4000) MX[B](B)
	[14] -1 0	0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
	[15] -1 0	0xfd8c0000 - 0xfd8dffff (0x20000) MX[B](B)
	[16] -1 0	0xfd000000 - 0xfd7fffff (0x800000) MX[B](B)
	[17] -1 0	0xfd8fc000 - 0xfd8fffff (0x4000) MX[B](B)
	[18] -1 0	0xf0000000 - 0xf1ffffff (0x2000000) MX[B](B)
	[19] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[20] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[21] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[22] 1 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[23] 1 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[24] 1 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[25] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[26] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[27] -1 0	0x0000cc00 - 0x0000cc3f (0x40) IX[B]
	[28] -1 0	0x0000d800 - 0x0000d83f (0x40) IX[B]
	[29] -1 0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
	[30] -1 0	0x00000c00 - 0x00000c1f (0x20) IX[B]
	[31] -1 0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[32] -1 0	0x0000ec00 - 0x0000ec1f (0x20) IX[B]
	[33] -1 0	0x0000e800 - 0x0000e81f (0x20) IX[B]
	[34] -1 0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[35] -1 0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[36] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[37] 0 0	0x000003c0 - 0x000003df (0x20) IS[B]
	[38] 1 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[39] 1 0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(**) MGA(0): Depth 24, (--) framebuffer bpp 32
(==) MGA(0): RGB weight 888
(**) MGA(0): Option "SWcursor"
(II) Loading sub module "mga_hal"
(II) LoadModule: "mga_hal"
(WW) Warning, couldn't open module mga_hal
(II) UnloadModule: "mga_hal"
(EE) MGA: Failed to load module "mga_hal" (module does not exist, 0)
(II) MGA(0): Matrox HAL module not loaded - using builtin mode setup instead
(--) MGA(0): Chipset: "mgag400" (G450)
(==) MGA(0): Using AGP 1x mode
(--) MGA(0): Linear framebuffer at 0xF0000000
(--) MGA(0): MMIO registers at 0xFD8FC000
(--) MGA(0): Pseudo-DMA transfer window at 0xFD000000
(--) MGA(0): BIOS at 0xFD8C0000
(II) Truncating PCI BIOS Length to 34816
(--) MGA(0): Video BIOS info block at offset 0x07720
(WW) MGA(0): Video BIOS info block not detected!
(II) MGA(0): MGABios.RamdacType = 0x0
(==) MGA(0): Write-combining range (0xf0000000,0x800000)
(==) MGA(0): Write-combining range (0xf0000000,0x2000000)
(--) MGA(0): VideoRAM: 32768 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.2.0
	ABI class: XFree86 Video Driver, version 0.5
(==) MGA(0): Write-combining range (0xf0000000,0x2000000)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is 0x0000
(II) MGA(0): DDC1 disabled - chip not in VGA mode
(II) MGA(0): I2C bus "DDC" initialized.
(**) MGA(0): Option "NoDDC"
(II) MGA(0): I2C Monitor info: (nil)
(II) MGA(0): end of I2C Monitor info

(==) MGA(0): Using gamma correction (1.0, 1.0, 1.0)
(==) MGA(0): Min pixel clock is 12 MHz
(==) MGA(0): Max pixel clock is 360 MHz
(II) MGA(0): Monitor 0: Using hsync value of 60.00 kHz
(II) MGA(0): Monitor 0: Using vrefresh range of 50.00-85.00 Hz
(II) MGA(0): Clock range:  12.00 to 360.00 MHz
(II) MGA(0): Not using default mode "640x350" (hsync out of range)
(II) MGA(0): Not using default mode "320x175" (hsync out of range)
(II) MGA(0): Not using default mode "640x400" (hsync out of range)
(II) MGA(0): Not using default mode "320x200" (hsync out of range)
(II) MGA(0): Not using default mode "720x400" (hsync out of range)
(II) MGA(0): Not using default mode "360x200" (hsync out of range)
(II) MGA(0): Not using default mode "640x480" (hsync out of range)
(II) MGA(0): Not using default mode "320x240" (hsync out of range)
(II) MGA(0): Not using default mode "640x480" (hsync out of range)
(II) MGA(0): Not using default mode "320x240" (hsync out of range)
(II) MGA(0): Not using default mode "640x480" (hsync out of range)
(II) MGA(0): Not using default mode "320x240" (hsync out of range)
(II) MGA(0): Not using default mode "640x480" (hsync out of range)
(II) MGA(0): Not using default mode "320x240" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "400x300" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "400x300" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "400x300" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "400x300" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "400x300" (hsync out of range)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "512x384" (hsync out of range)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "512x384" (hsync out of range)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "512x384" (hsync out of range)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "512x384" (hsync out of range)
(II) MGA(0): Not using default mode "1152x864" (hsync out of range)
(II) MGA(0): Not using default mode "576x432" (hsync out of range)
(II) MGA(0): Not using default mode "1280x960" (hsync out of range)
(II) MGA(0): Not using default mode "640x480" (hsync out of range)
(II) MGA(0): Not using default mode "1280x1024" (hsync out of range)
(II) MGA(0): Not using default mode "640x512" (hsync out of range)
(II) MGA(0): Not using default mode "1280x1024" (hsync out of range)
(II) MGA(0): Not using default mode "640x512" (hsync out of range)
(II) MGA(0): Not using default mode "1280x1024" (hsync out of range)
(II) MGA(0): Not using default mode "640x512" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "1792x1344" (hsync out of range)
(II) MGA(0): Not using default mode "896x672" (hsync out of range)
(II) MGA(0): Not using default mode "1792x1344" (hsync out of range)
(II) MGA(0): Not using default mode "896x672" (hsync out of range)
(II) MGA(0): Not using default mode "1856x1392" (hsync out of range)
(II) MGA(0): Not using default mode "928x696" (hsync out of range)
(II) MGA(0): Not using default mode "1856x1392" (hsync out of range)
(II) MGA(0): Not using default mode "928x696" (hsync out of range)
(II) MGA(0): Not using default mode "1920x1440" (hsync out of range)
(II) MGA(0): Not using default mode "960x720" (hsync out of range)
(II) MGA(0): Not using default mode "1920x1440" (hsync out of range)
(II) MGA(0): Not using default mode "960x720" (hsync out of range)
(II) MGA(0): Not using default mode "832x624" (hsync out of range)
(II) MGA(0): Not using default mode "416x312" (hsync out of range)
(II) MGA(0): Not using default mode "1152x768" (hsync out of range)
(II) MGA(0): Not using default mode "576x384" (hsync out of range)
(II) MGA(0): Not using default mode "1400x1050" (hsync out of range)
(II) MGA(0): Not using default mode "700x525" (hsync out of range)
(II) MGA(0): Not using default mode "1400x1050" (hsync out of range)
(II) MGA(0): Not using default mode "700x525" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1024" (hsync out of range)
(II) MGA(0): Not using default mode "800x512" (hsync out of range)
(II) MGA(0): Not using default mode "1920x1440" (hsync out of range)
(II) MGA(0): Not using default mode "960x720" (hsync out of range)
(II) MGA(0): Not using default mode "2048x1536" (hsync out of range)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "2048x1536" (hsync out of range)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using mode "1600x1200" (no mode of this name)
(--) MGA(0): Virtual size is 1024x768 (pitch 1024)
(**) MGA(0): Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) MGA(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772
800 +hsync +vsync
(++) MGA(0): DPI set to (100, 100)
(II) MGA(0): YDstOrg is set to 0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0 0	0xfd000000 - 0xfd7fffff (0x800000) MX[B]
	[1] 0 0	0xfd8fc000 - 0xfd8fffff (0x4000) MX[B]
	[2] 0 0	0xf0000000 - 0xf1ffffff (0x2000000) MX[B]
	[3] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[4] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[5] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1 0	0xfeafd000 - 0xfeafdfff (0x1000) MX[B]
	[9] -1 0	0xfebff900 - 0xfebff9ff (0x100) MX[B]
	[10] -1 0	0xfebffa00 - 0xfebffbff (0x200) MX[B]
	[11] -1 0	0x80000000 - 0x800003ff (0x400) MX[B]
	[12] -1 0	0xfebffc00 - 0xfebfffff (0x400) MX[B]
	[13] -1 0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[14] -1 0	0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
	[15] -1 0	0xfe000000 - 0xfe7fffff (0x800000) MX[B](B)
	[16] -1 0	0xfe9fc000 - 0xfe9fffff (0x4000) MX[B](B)
	[17] -1 0	0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
	[18] -1 0	0xfd8c0000 - 0xfd8dffff (0x20000) MX[B](B)
	[19] -1 0	0xfd000000 - 0xfd7fffff (0x800000) MX[B](B)
	[20] -1 0	0xfd8fc000 - 0xfd8fffff (0x4000) MX[B](B)
	[21] -1 0	0xf0000000 - 0xf1ffffff (0x2000000) MX[B](B)
	[22] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[23] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[24] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[25] 1 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[26] 1 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[27] 1 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[28] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[29] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[30] -1 0	0x0000cc00 - 0x0000cc3f (0x40) IX[B]
	[31] -1 0	0x0000d800 - 0x0000d83f (0x40) IX[B]
	[32] -1 0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
	[33] -1 0	0x00000c00 - 0x00000c1f (0x20) IX[B]
	[34] -1 0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[35] -1 0	0x0000ec00 - 0x0000ec1f (0x20) IX[B]
	[36] -1 0	0x0000e800 - 0x0000e81f (0x20) IX[B]
	[37] -1 0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[38] -1 0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[39] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[40] 0 0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
	[41] 1 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[42] 1 0	0x000003c0 - 0x000003df (0x20) IS[B]
(==) MGA(0): Write-combining range (0xf0000000,0x2000000)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is 0x0000
(--) MGA(0): 16 DWORD fifo
(==) MGA(0): Default visual is TrueColor
(II) MGA(0): [drm] bpp: 32 depth: 24
(II) MGA(0): [drm] Sarea 2200+664: 2864
(WW) MGA(0): Direct rendering is not supported when Xinerama is enabled
(EE) MGA(0): [drm] DRIScreenInit failed.  Disabling DRI.
(II) MGA(0): Using 3328 lines for offscreen memory.
(II) MGA(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	Solid filled trapezoids
	8x8 mono pattern filled rectangles
	8x8 mono pattern filled trapezoids
	Indirect CPU to Screen color expansion
	Screen to Screen color expansion
	Solid Lines
	Dashed Lines
	Scanline Image Writes
	Offscreen Pixmaps
	Driver provided FillMono8x8PatternRects replacement
	Setting up tile and stipple cache:
		32 128x128 slots
		20 256x256 slots
		6 512x512 slots
(==) MGA(0): Backing store disabled
(==) MGA(0): Silken mouse enabled
(**) Option "dpms"
(**) MGA(0): DPMS enabled
(II) MGA(0): Using overlay video
(==) MGA(0): Direct rendering disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Keyboard "Generic Keyboard" handled by legacy driver
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 5
(**) Option "Protocol" "ImPS/2"
(**) Generic Mouse: Protocol: "ImPS/2"
(**) Option "SendCoreEvents" "true"
(**) Generic Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(EE) xf86OpenSerial: Cannot open device /dev/input/mice
	No such device.
(EE) Generic Mouse: cannot open input device
(EE) PreInit failed for input device "Generic Mouse"
(II) UnloadModule: "mouse"
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
Could not init font path element unix/:7100, removing from list!
SetKbdSettings - type: 2 rate: 30 delay: 500 snumlk: 0
SetKbdSettings - Succeeded



_______________________________________________
XFree86 mailing list
XFree86@xxxxxxxxxxx
http://XFree86.Org/mailman/listinfo/xfree86

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux