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

Bug#430112: marked as done (xserver-xorg-video-mga: locks up when displaying 320x240 mode)



Your message dated Thu, 13 Sep 2007 06:47:26 +0000
with message-id <E1IViU2-0005h7-Ui@ries.debian.org>
and subject line Bug#430112: fixed in xserver-xorg-video-mga 1:1.4.7.dfsg.1-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: xserver-xorg-video-mga
Version: 1:1.4.6.1.dfsg.1-3
Severity: important
Tags: patch


The minimum pixel clock is hardcoded to 12MHz in the source code.
However, my Matrox G550 locks up when given a mode with a pixel clock
less than 16MHz. This is a serious problem because it can happen
easily and requires a reboot to fix. (Killing the Xserver and starting
a new one from a serial console does not unwedge the video card.)

To reproduce this bug, simply start up X and then use 'xrandr' to
change to a mode which has a pixel clock less than 16MHz. For example:

  xrandr -s 320x240

The modes for which this happen for me are "320x175" (15.75MHz),
"320x200" (15.75MHz), and "320x240" (12.60MHz), as shown in these
modelines:

(**) MGA(0):  Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(II) MGA(0): Modeline "320x240"   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync
(**) MGA(0):  Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(II) MGA(0): Modeline "320x240"   15.75  320 332 352 416  240 244 245 260 doublescan -hsync -vsync
(**) MGA(0):  Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) MGA(0): Modeline "320x240"   12.60  320 328 376 400  240 245 246 262 doublescan -hsync -vsync


Fortunately, it appears that the fix is simple. The line in the
mga_driver.c source code which sets the minimum pixel clock to 12MHz
has a comment next to it saying "XXX Guess, need to check this". 

Here is a patch which I believe will fix the MGA driver. As you can
see, all I did was change the literal from 12MHz to 16MHz.


----8<---- CUT HERE ----8<---- CUT HERE ----8<---- CUT HERE ----

--- src/mga_driver.c.orig	2007-01-08 15:45:22.000000000 -0800
+++ src/mga_driver.c	2007-06-21 07:46:15.000000000 -0700
@@ -1978,7 +1978,7 @@
     /* XXX Set HW cursor use */
 
     /* Set the min pixel clock */
-    pMga->MinClock = 12000;	/* XXX Guess, need to check this */
+    pMga->MinClock = 16000;
     xf86DrvMsg(pScrn->scrnIndex, X_DEFAULT, "Min pixel clock is %d MHz\n",
 	       pMga->MinClock / 1000);
     /*

----8<---- CUT HERE ----8<---- CUT HERE ----8<---- CUT HERE ----


I apologize in advance for not testing this patch out on my own
machine, but I do not have all the dependencies required to recompile
an X driver.


-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 Jun 25  2006 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1736280 Jun  1 06:28 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
02:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G550 AGP (rev 01)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 4997 Jun 21 07:31 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (Xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# 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/xorg.conf /etc/X11/xorg.conf.custom
#   md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
#   dpkg-reconfigure xserver-xorg

Section "Files"
# Font server slows X from starting by about eight seconds.
# Commented out by Ben, May 2007
#	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/share/fonts/X11/CID"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
# XXX COMMENTED OUT BECAUSE glxgears LOCKS UP THE G400 CARD -- BW Nov 2006
#	Load	"dri"
# XXX Testing 12/6/2006. Does the new xorg server & G550 still lock up? Maybe.
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"v4l"
	Load	"vbe"
	Load	"cfb32"
EndSection

Section "ServerFlags"
	# Start up X even if there's no mouse attached yet.
	Option	"AllowMouseOpenFail"	"True"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
#	Option		"XkbModel"	"pc104"
# Ben is testing while he edits /etc/X11/xkb/symbols/inet:
	Option		"XkbModel"	"microsoftoffice"
	Option		"XkbLayout"	"us"
# Ben doesn't need or want a capslock key.
# See /etc/X11/xkb/rules/xorg.lst for other options. 
	Option		"XkbOptions"	"ctrl:nocaps"
EndSection

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

Section "InputDevice"
	# Ben's Keytrak trackball. 9-pin serial mouse. See: mouse(4x)
	# Default protocol is "Microsoft" (2 buttons only).
	# Use "ClearDTR" to switch to "MouseSystems" (3 buttons).
	Identifier	"Trackball"
	Driver		"mouse"
	Option		"AlwaysCore"
	Option		"Device"		"/dev/ttyS1"
	Option		"ClearDTR"		"on"
	Option		"Protocol"		"MouseSystems"
	Option		"Buttons"		"3"

# Nice, but then I can't use the mouse buttons for shooting in Missile Command
#	Option		"EmulateWheel"		"On"
	Option		"EmulateWheelButton"	"2"
	Option		"XAxisMapping"		"6 7"
	Option		"YAxisMapping"		"4 5"

# If I emulate a wheel with the middle button, I'll want to make chording easier
#	Option		"Emulate3Buttons"	"true"
#        Option		"Emulate3Timeout"	"150"		# Default 50ms

EndSection

Section "Device"
	Identifier	"g550"
	Driver		"mga"
	
	# Ben's Matrox g550 card crashes when given a low dotclock mode.
	# Both 12.6MHz and 15.75MHz crash. 17.75MHz works.
	# How do I set the minimum dotclock?
	# The mga driver always says this:
	#(==) MGA(0): Min pixel clock is 12 MHz
	#(--) MGA(0): Max pixel clock is 1200 MHz

	# In the meantime, override the bad modes in the monitor section.


	# XXX. OVERLAY is buggy. Xserver won't start. BW  April 2007
	# Enable the 8+24bit mode to allow multiple color depths. See mga(4).
	# NOTE: "dri" does not allow overlay visuals.
#	Option		"Overlay"	"24,8"

EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	30-65
	VertRefresh	50-75
EndSection

Section "Monitor"
	Identifier	"matroxhack"
	Option		"DPMS"

	# Matrox mga driver is buggy. It specifies minimum pixel clock
	# of 12MHz, but modes <16MHz causes the card to lock up!
	# Until I get a better fix, just disable those modes.
	# April 2007 Ben Wong

	Modeline "320x175"   0  0 0 0 0  0 0 0 0
	Modeline "320x200"   0  0 0 0 0  0 0 0 0
	Modeline "320x240"   0  0 0 0 0  0 0 0 0

EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"g550"
#	Monitor		"Generic Monitor"
	Monitor		"matroxhack"
	DefaultDepth	16
	SubSection "Display"
		Modes		"1280x1024" "" "1024x768" "" "800x600" "" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Trackball"
EndSection

Section "DRI"
	Mode	0666
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 42342 Sep  9  2006 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 23708 Apr 17 23:13 /var/log/Xorg.2.log
-rw-r--r-- 1 root root 49443 May 19 22:15 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 53390 Jun 21 07:40 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Debian
Current Operating System: Linux cerise 2.6.17 #1 PREEMPT Mon Nov 13 22:23:45 PST 2006 i686
Build Date: 01 June 2007
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
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/Xorg.0.log", Time: Thu Jun 21 07:38:14 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "matroxhack"
(**) |   |-->Device "g550"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xorg"
(**) XKB: rules: "xorg"
(**) Option "XkbModel" "microsoftoffice"
(**) XKB: model: "microsoftoffice"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(**) Option "XkbOptions" "ctrl:nocaps"
(**) XKB: options: "ctrl:nocaps"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Trackball"
(**) Option "AllowMouseOpenFail" "True"
(WW) `fonts.dir' not found (or not valid) in "/usr/lib/X11/fonts/misc".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/lib/X11/fonts/misc").
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/lib/X11/fonts/100dpi/".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/lib/X11/fonts/100dpi/").
(WW) `fonts.dir' not found (or not valid) in "/usr/lib/X11/fonts/75dpi/".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/lib/X11/fonts/75dpi/").
(WW) `fonts.dir' not found (or not valid) in "/usr/lib/X11/fonts/Type1".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/lib/X11/fonts/Type1").
(WW) The directory "/usr/share/fonts/X11/CID" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
	Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/lib/X11/fonts/100dpi".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/lib/X11/fonts/100dpi").
(WW) `fonts.dir' not found (or not valid) in "/usr/lib/X11/fonts/75dpi".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/lib/X11/fonts/75dpi").
(WW) Including the default font path /usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81e5f60
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.2
	X.Org XInput driver : 0.7
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.2
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,01e0 card 147b,1c00 rev c1 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,01eb card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,01ee card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,01ed card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,01ec card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:5: chip 10de,01ef card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:01:0: chip 10de,0060 card 147b,1c00 rev a4 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0064 card 147b,1c00 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,0067 card 147b,1c00 rev a4 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,0067 card 147b,1c00 rev a4 class 0c,03,10 hdr 80
(II) PCI: 00:02:2: chip 10de,0068 card 147b,1c00 rev a4 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,0066 card 147b,1c00 rev a1 class 02,00,00 hdr 00
(II) PCI: 00:05:0: chip 10de,006b card 147b,1c00 rev a2 class 04,01,00 hdr 00
(II) PCI: 00:06:0: chip 10de,006a card 147b,1c00 rev a1 class 04,01,00 hdr 00
(II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10de,0065 card 147b,1c00 rev a2 class 01,01,8a hdr 00
(II) PCI: 00:0d:0: chip 10de,006e card 147b,1c00 rev a3 class 0c,00,10 hdr 00
(II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01
(II) PCI: 01:06:0: chip 105a,4d68 card 105a,4d68 rev 02 class 01,80,85 hdr 00
(II) PCI: 01:09:0: chip 109e,036e card 0070,13eb rev 11 class 04,00,00 hdr 80
(II) PCI: 01:09:1: chip 109e,0878 card 0070,13eb rev 11 class 04,80,00 hdr 80
(II) PCI: 01:0b:0: chip 1095,3112 card 1095,6112 rev 02 class 01,04,00 hdr 00
(II) PCI: 02:00:0: chip 102b,2527 card 102b,0f84 rev 01 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (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) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0202 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000a000 - 0x0000cfff (0x3000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xea000000 - 0xebffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xe6000000 - 0xe6ffffff (0x1000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xe7000000 - 0xe9ffffff (0x3000000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xe4000000 - 0xe5ffffff (0x2000000) MX[B]
(--) PCI: (1:9:0) Brooktree Corporation Bt878 Video Capture rev 17, Mem @ 0xe6000000/12
(--) PCI:*(2:0:0) Matrox Graphics, Inc. MGA G550 AGP rev 1, Mem @ 0xe4000000/25, 0xe7000000/14, 0xe8000000/23
(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	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe3ffffff to 0xdfffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xeb004000 - 0xeb0041ff (0x200) MX[B]
	[1] -1	0	0xe6001000 - 0xe6001fff (0x1000) MX[B]
	[2] -1	0	0xe6004000 - 0xe6007fff (0x4000) MX[B]
	[3] -1	0	0xeb000000 - 0xeb003fff (0x4000) MX[B]
	[4] -1	0	0xec085000 - 0xec08503f (0x40) MX[B]
	[5] -1	0	0xec084000 - 0xec0847ff (0x800) MX[B]
	[6] -1	0	0xec080000 - 0xec080fff (0x1000) MX[B]
	[7] -1	0	0xec000000 - 0xec07ffff (0x80000) MX[B]
	[8] -1	0	0xec086000 - 0xec086fff (0x1000) MX[B]
	[9] -1	0	0xec083000 - 0xec0830ff (0x100) MX[B]
	[10] -1	0	0xec082000 - 0xec082fff (0x1000) MX[B]
	[11] -1	0	0xec087000 - 0xec087fff (0x1000) MX[B]
	[12] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
	[13] -1	0	0xe8000000 - 0xe87fffff (0x800000) MX[B](B)
	[14] -1	0	0xe7000000 - 0xe7003fff (0x4000) MX[B](B)
	[15] -1	0	0xe4000000 - 0xe5ffffff (0x2000000) MX[B](B)
	[16] -1	0	0xe6000000 - 0xe6000fff (0x1000) MX[B](B)
	[17] -1	0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[18] -1	0	0x0000c000 - 0x0000c003 (0x4) IX[B]
	[19] -1	0	0x0000bc00 - 0x0000bc07 (0x8) IX[B]
	[20] -1	0	0x0000b800 - 0x0000b803 (0x4) IX[B]
	[21] -1	0	0x0000b400 - 0x0000b407 (0x8) IX[B]
	[22] -1	0	0x0000b000 - 0x0000b00f (0x10) IX[B]
	[23] -1	0	0x0000ac00 - 0x0000ac03 (0x4) IX[B]
	[24] -1	0	0x0000a800 - 0x0000a807 (0x8) IX[B]
	[25] -1	0	0x0000a400 - 0x0000a403 (0x4) IX[B]
	[26] -1	0	0x0000a000 - 0x0000a007 (0x8) IX[B]
	[27] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[28] -1	0	0x0000d800 - 0x0000d87f (0x80) IX[B]
	[29] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[30] -1	0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[31] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xeb004000 - 0xeb0041ff (0x200) MX[B]
	[1] -1	0	0xe6001000 - 0xe6001fff (0x1000) MX[B]
	[2] -1	0	0xe6004000 - 0xe6007fff (0x4000) MX[B]
	[3] -1	0	0xeb000000 - 0xeb003fff (0x4000) MX[B]
	[4] -1	0	0xec085000 - 0xec08503f (0x40) MX[B]
	[5] -1	0	0xec084000 - 0xec0847ff (0x800) MX[B]
	[6] -1	0	0xec080000 - 0xec080fff (0x1000) MX[B]
	[7] -1	0	0xec000000 - 0xec07ffff (0x80000) MX[B]
	[8] -1	0	0xec086000 - 0xec086fff (0x1000) MX[B]
	[9] -1	0	0xec083000 - 0xec0830ff (0x100) MX[B]
	[10] -1	0	0xec082000 - 0xec082fff (0x1000) MX[B]
	[11] -1	0	0xec087000 - 0xec087fff (0x1000) MX[B]
	[12] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
	[13] -1	0	0xe8000000 - 0xe87fffff (0x800000) MX[B](B)
	[14] -1	0	0xe7000000 - 0xe7003fff (0x4000) MX[B](B)
	[15] -1	0	0xe4000000 - 0xe5ffffff (0x2000000) MX[B](B)
	[16] -1	0	0xe6000000 - 0xe6000fff (0x1000) MX[B](B)
	[17] -1	0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[18] -1	0	0x0000c000 - 0x0000c003 (0x4) IX[B]
	[19] -1	0	0x0000bc00 - 0x0000bc07 (0x8) IX[B]
	[20] -1	0	0x0000b800 - 0x0000b803 (0x4) IX[B]
	[21] -1	0	0x0000b400 - 0x0000b407 (0x8) IX[B]
	[22] -1	0	0x0000b000 - 0x0000b00f (0x10) IX[B]
	[23] -1	0	0x0000ac00 - 0x0000ac03 (0x4) IX[B]
	[24] -1	0	0x0000a800 - 0x0000a807 (0x8) IX[B]
	[25] -1	0	0x0000a400 - 0x0000a403 (0x4) IX[B]
	[26] -1	0	0x0000a000 - 0x0000a007 (0x8) IX[B]
	[27] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[28] -1	0	0x0000d800 - 0x0000d87f (0x80) IX[B]
	[29] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[30] -1	0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[31] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xeb004000 - 0xeb0041ff (0x200) MX[B]
	[5] -1	0	0xe6001000 - 0xe6001fff (0x1000) MX[B]
	[6] -1	0	0xe6004000 - 0xe6007fff (0x4000) MX[B]
	[7] -1	0	0xeb000000 - 0xeb003fff (0x4000) MX[B]
	[8] -1	0	0xec085000 - 0xec08503f (0x40) MX[B]
	[9] -1	0	0xec084000 - 0xec0847ff (0x800) MX[B]
	[10] -1	0	0xec080000 - 0xec080fff (0x1000) MX[B]
	[11] -1	0	0xec000000 - 0xec07ffff (0x80000) MX[B]
	[12] -1	0	0xec086000 - 0xec086fff (0x1000) MX[B]
	[13] -1	0	0xec083000 - 0xec0830ff (0x100) MX[B]
	[14] -1	0	0xec082000 - 0xec082fff (0x1000) MX[B]
	[15] -1	0	0xec087000 - 0xec087fff (0x1000) MX[B]
	[16] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
	[17] -1	0	0xe8000000 - 0xe87fffff (0x800000) MX[B](B)
	[18] -1	0	0xe7000000 - 0xe7003fff (0x4000) MX[B](B)
	[19] -1	0	0xe4000000 - 0xe5ffffff (0x2000000) MX[B](B)
	[20] -1	0	0xe6000000 - 0xe6000fff (0x1000) MX[B](B)
	[21] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[22] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[23] -1	0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[24] -1	0	0x0000c000 - 0x0000c003 (0x4) IX[B]
	[25] -1	0	0x0000bc00 - 0x0000bc07 (0x8) IX[B]
	[26] -1	0	0x0000b800 - 0x0000b803 (0x4) IX[B]
	[27] -1	0	0x0000b400 - 0x0000b407 (0x8) IX[B]
	[28] -1	0	0x0000b000 - 0x0000b00f (0x10) IX[B]
	[29] -1	0	0x0000ac00 - 0x0000ac03 (0x4) IX[B]
	[30] -1	0	0x0000a800 - 0x0000a807 (0x8) IX[B]
	[31] -1	0	0x0000a400 - 0x0000a403 (0x4) IX[B]
	[32] -1	0	0x0000a000 - 0x0000a007 (0x8) IX[B]
	[33] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[34] -1	0	0x0000d800 - 0x0000d87f (0x80) IX[B]
	[35] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[36] -1	0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[37] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"(II) Module already built-in
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(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 TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.3.0, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules//fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "v4l"
(II) Loading /usr/lib/xorg/modules/drivers//v4l_drv.so
(II) Module v4l: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 0.1.1
	ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.1.0
	ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "cfb32"
(II) Loading /usr/lib/xorg/modules//libcfb32.so
(II) Module cfb32: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "cfb"
(II) LoadModule: "cfb"
(II) Loading /usr/lib/xorg/modules//libcfb.so
(II) Module cfb: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "mfb"
(II) LoadModule: "mfb"
(II) Loading /usr/lib/xorg/modules//libmfb.so
(II) Module mfb: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) LoadModule: "mga"
(II) Loading /usr/lib/xorg/modules/drivers//mga_drv.so
(II) Module mga: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.4.6
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "keyboard"
(II) Loading /usr/lib/xorg/modules/input//keyboard_drv.so
(II) Module keyboard: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.6
(II) v4l driver for Video4Linux
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
	mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI,
	mgag200 SE A PCI, mgag200 SE B PCI, mgag400, mgag550
(II) Primary Device is: PCI 02:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset mgag550 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xeb004000 - 0xeb0041ff (0x200) MX[B]
	[5] -1	0	0xe6001000 - 0xe6001fff (0x1000) MX[B]
	[6] -1	0	0xe6004000 - 0xe6007fff (0x4000) MX[B]
	[7] -1	0	0xeb000000 - 0xeb003fff (0x4000) MX[B]
	[8] -1	0	0xec085000 - 0xec08503f (0x40) MX[B]
	[9] -1	0	0xec084000 - 0xec0847ff (0x800) MX[B]
	[10] -1	0	0xec080000 - 0xec080fff (0x1000) MX[B]
	[11] -1	0	0xec000000 - 0xec07ffff (0x80000) MX[B]
	[12] -1	0	0xec086000 - 0xec086fff (0x1000) MX[B]
	[13] -1	0	0xec083000 - 0xec0830ff (0x100) MX[B]
	[14] -1	0	0xec082000 - 0xec082fff (0x1000) MX[B]
	[15] -1	0	0xec087000 - 0xec087fff (0x1000) MX[B]
	[16] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
	[17] -1	0	0xe8000000 - 0xe87fffff (0x800000) MX[B](B)
	[18] -1	0	0xe7000000 - 0xe7003fff (0x4000) MX[B](B)
	[19] -1	0	0xe4000000 - 0xe5ffffff (0x2000000) MX[B](B)
	[20] -1	0	0xe6000000 - 0xe6000fff (0x1000) MX[B](B)
	[21] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[22] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[23] -1	0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[24] -1	0	0x0000c000 - 0x0000c003 (0x4) IX[B]
	[25] -1	0	0x0000bc00 - 0x0000bc07 (0x8) IX[B]
	[26] -1	0	0x0000b800 - 0x0000b803 (0x4) IX[B]
	[27] -1	0	0x0000b400 - 0x0000b407 (0x8) IX[B]
	[28] -1	0	0x0000b000 - 0x0000b00f (0x10) IX[B]
	[29] -1	0	0x0000ac00 - 0x0000ac03 (0x4) IX[B]
	[30] -1	0	0x0000a800 - 0x0000a807 (0x8) IX[B]
	[31] -1	0	0x0000a400 - 0x0000a403 (0x4) IX[B]
	[32] -1	0	0x0000a000 - 0x0000a007 (0x8) IX[B]
	[33] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[34] -1	0	0x0000d800 - 0x0000d87f (0x80) IX[B]
	[35] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[36] -1	0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[37] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xeb004000 - 0xeb0041ff (0x200) MX[B]
	[5] -1	0	0xe6001000 - 0xe6001fff (0x1000) MX[B]
	[6] -1	0	0xe6004000 - 0xe6007fff (0x4000) MX[B]
	[7] -1	0	0xeb000000 - 0xeb003fff (0x4000) MX[B]
	[8] -1	0	0xec085000 - 0xec08503f (0x40) MX[B]
	[9] -1	0	0xec084000 - 0xec0847ff (0x800) MX[B]
	[10] -1	0	0xec080000 - 0xec080fff (0x1000) MX[B]
	[11] -1	0	0xec000000 - 0xec07ffff (0x80000) MX[B]
	[12] -1	0	0xec086000 - 0xec086fff (0x1000) MX[B]
	[13] -1	0	0xec083000 - 0xec0830ff (0x100) MX[B]
	[14] -1	0	0xec082000 - 0xec082fff (0x1000) MX[B]
	[15] -1	0	0xec087000 - 0xec087fff (0x1000) MX[B]
	[16] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
	[17] -1	0	0xe8000000 - 0xe87fffff (0x800000) MX[B](B)
	[18] -1	0	0xe7000000 - 0xe7003fff (0x4000) MX[B](B)
	[19] -1	0	0xe4000000 - 0xe5ffffff (0x2000000) MX[B](B)
	[20] -1	0	0xe6000000 - 0xe6000fff (0x1000) MX[B](B)
	[21] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[22] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[23] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[24] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[25] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[26] -1	0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[27] -1	0	0x0000c000 - 0x0000c003 (0x4) IX[B]
	[28] -1	0	0x0000bc00 - 0x0000bc07 (0x8) IX[B]
	[29] -1	0	0x0000b800 - 0x0000b803 (0x4) IX[B]
	[30] -1	0	0x0000b400 - 0x0000b407 (0x8) IX[B]
	[31] -1	0	0x0000b000 - 0x0000b00f (0x10) IX[B]
	[32] -1	0	0x0000ac00 - 0x0000ac03 (0x4) IX[B]
	[33] -1	0	0x0000a800 - 0x0000a807 (0x8) IX[B]
	[34] -1	0	0x0000a400 - 0x0000a403 (0x4) IX[B]
	[35] -1	0	0x0000a000 - 0x0000a007 (0x8) IX[B]
	[36] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[37] -1	0	0x0000d800 - 0x0000d87f (0x80) IX[B]
	[38] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[39] -1	0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[40] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[41] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[42] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 1.2
(--) MGA(0): Chipset: "mgag550"
(**) MGA(0): Depth 16, (--) framebuffer bpp 16
(==) MGA(0): RGB weight 565
(==) MGA(0): Using AGP 1x mode
(==) MGA(0): Using XAA acceleration
(--) MGA(0): Linear framebuffer at 0xE4000000
(--) MGA(0): MMIO registers at 0xE7000000
(--) MGA(0): Pseudo-DMA transfer window at 0xE8000000
(==) MGA(0): BIOS at 0xC0000
(--) MGA(0): Video BIOS info block at offset 0x07CE0
(==) MGA(0): Write-combining range (0xe4000000,0x2000000)
(--) MGA(0): VideoRAM: 32768 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module already built-in
(==) MGA(0): Write-combining range (0xe4000000,0x2000000)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) MGA(0): I2C bus "DDC P1" initialized.
(II) MGA(0): I2C device "DDC P1:ddc2" registered at address 0xA0.
(II) MGA(0): I2C device "DDC P1:ddc2" removed.
(II) MGA(0): I2C Monitor info: (nil)
(II) MGA(0): end of I2C Monitor info
(--) MGA(0): No DDC signal
(II) MGA(0): DDC Monitor info: (nil)
(II) MGA(0): end of DDC Monitor info
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/lib/xorg/modules//libvbe.so
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(II) MGA(0): initializing int10
(II) MGA(0): Primary V_BIOS segment is: 0xc000
(II) MGA(0): VESA BIOS detected
(II) MGA(0): VESA VBE Version 3.0
(II) MGA(0): VESA VBE Total Mem: 32768 kB
(II) MGA(0): VESA VBE OEM: Matrox Graphics Inc.
(II) MGA(0): VESA VBE OEM Software Rev: 1.4
(II) MGA(0): VESA VBE OEM Vendor: Matrox
(II) MGA(0): VESA VBE OEM Product: Matrox G550
(II) MGA(0): VESA VBE OEM Product Rev: 00
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module already built-in
(II) MGA(0): VESA VBE DDC supported
(II) MGA(0): VESA VBE DDC Level 2
(II) MGA(0): VESA VBE DDC transfer in appr. 1 sec.
(II) MGA(0): VESA VBE DDC read successfully
(II) MGA(0): VBE DDC Monitor info: 0x823e100
(II) MGA(0): Manufacturer: DEL  Model: 5178  Serial#: 892357188
(II) MGA(0): Year: 2000  Week: 15
(II) MGA(0): EDID Version: 1.2
(II) MGA(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) MGA(0): Sync:  Separate  Composite  SyncOnGreen
(II) MGA(0): Max H-Image Size [cm]: horiz.: 37  vert.: 27
(II) MGA(0): Gamma: 2.50
(II) MGA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) MGA(0): First detailed timing is preferred mode
(II) MGA(0): GTF timings supported
(II) MGA(0): redX: 0.625 redY: 0.340   greenX: 0.280 greenY: 0.605
(II) MGA(0): blueX: 0.155 blueY: 0.070   whiteX: 0.283 whiteY: 0.298
(II) MGA(0): Supported VESA Video Modes:
(II) MGA(0): 720x400@70Hz
(II) MGA(0): 640x480@60Hz
(II) MGA(0): 640x480@75Hz
(II) MGA(0): 800x600@60Hz
(II) MGA(0): 800x600@75Hz
(II) MGA(0): 1024x768@60Hz
(II) MGA(0): 1024x768@75Hz
(II) MGA(0): 1280x1024@75Hz
(II) MGA(0): Manufacturer's mask: 0
(II) MGA(0): Supported Future Video Modes:
(II) MGA(0): #0: hsize: 1280  vsize 1024  refresh: 85  vid: 39297
(II) MGA(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) MGA(0): #2: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) MGA(0): #3: hsize: 1600  vsize 1200  refresh: 75  vid: 20393
(II) MGA(0): #4: hsize: 1600  vsize 1200  refresh: 85  vid: 22953
(II) MGA(0): Supported additional Video Mode:
(II) MGA(0): clock: 94.5 MHz   Image Size:  352 x 264 mm
(II) MGA(0): h_active: 1024  h_sync: 1072  h_sync_end 1168 h_blank_end 1376 h_border: 0
(II) MGA(0): v_active: 768  v_sync: 769  v_sync_end 772 v_blanking: 808 v_border: 0
(II) MGA(0): Serial No: 8376T04450JD
(II) MGA(0): Monitor name: DELL P991
(II) MGA(0): Ranges: V min: 48  V max: 120 Hz, H min: 30  H max: 107 kHz, PixClock max 230 MHz
(II) MGA(0): EDID (in hex):
(II) MGA(0): 	00ffffffffffff0010ac7851444a3035
(II) MGA(0): 	0f0a01020e251b96eb0cc9a057479b27
(II) MGA(0): 	12484ca54b00819945593159a94fa959
(II) MGA(0): 	010101010101ea240060410028303060
(II) MGA(0): 	130060081100001e000000ff00383337
(II) MGA(0): 	365430343435304a440a000000fc0044
(II) MGA(0): 	454c4c20503939310a202020000000fd
(II) MGA(0): 	0030781e6b17000a202020202020004c
(II) MGA(0): end of VBE DDC Monitor info

(II) MGA(0): Using EDID range info for horizontal sync
(II) MGA(0): Using EDID range info for vertical refresh
(II) MGA(0): Printing DDC gathered Modelines:
(II) MGA(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(II) MGA(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(II) MGA(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(II) MGA(0): Modeline "720x400"   28.32  720 738 846 900  400 412 414 449 -hsync +vsync
(II) MGA(0): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync
(II) MGA(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(II) MGA(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(II) MGA(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(II) MGA(0): Modeline "1280x1024"  159.50  1280 1376 1512 1744  1024 1027 1034 1078 -hsync +vsync
(II) MGA(0): Modeline "800x600"   56.75  800 848 928 1056  600 603 607 633 -hsync +vsync
(II) MGA(0): Modeline "640x480"   35.00  640 664 728 816  480 483 487 507 -hsync +vsync
(II) MGA(0): Modeline "1600x1200"  204.75  1600 1720 1888 2176  1200 1203 1207 1255 -hsync +vsync
(II) MGA(0): Modeline "1600x1200"  235.00  1600 1728 1896 2192  1200 1203 1207 1262 -hsync +vsync
(II) MGA(0): Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync
(==) 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 1200 MHz
(II) MGA(0): matroxhack: Using hsync range of 30.00-107.00 kHz
(II) MGA(0): matroxhack: Using vrefresh range of 48.00-120.00 Hz
(II) MGA(0): Clock range:  12.00 to 1200.00 MHz
(II) MGA(0): Not using mode "320x175" (illegal horizontal timings)
(II) MGA(0): Not using mode "320x200" (illegal horizontal timings)
(II) MGA(0): Not using mode "320x240" (illegal horizontal timings)
(II) MGA(0): Not using default mode "1792x1344" (mode clock too high)
(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" (mode clock too high)
(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 "2048x1536" (mode clock too high)
(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 driver mode "1600x1200" (mode clock too high)
(II) MGA(0): Not using mode "" (no mode of this name)
(II) MGA(0): Not using mode "" (no mode of this name)
(II) MGA(0): Not using mode "" (no mode of this name)
(II) MGA(0): Not using default mode "1856x1392" (width too large for virtual size)
(II) MGA(0): Not using default mode "1792x1344" (width too large for virtual size)
(II) MGA(0): Not using default mode "1920x1200" (width too large for virtual size)
(II) MGA(0): Not using default mode "1920x1200" (width too large for virtual size)
(II) MGA(0): Not using driver mode "1600x1200" (width too large for virtual size)
(II) MGA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) MGA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) MGA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) MGA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) MGA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) MGA(0): Not using default mode "1680x1050" (width too large for virtual size)
(II) MGA(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) MGA(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) MGA(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) MGA(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) MGA(0): Not using default mode "1440x900" (width too large for virtual size)
(--) MGA(0): Has SDRAM
(--) MGA(0): Virtual size is 1280x1024 (pitch 1280)
(**) MGA(0): *Driver mode "1280x1024": 159.5 MHz, 91.5 kHz, 84.8 Hz
(II) MGA(0): Modeline "1280x1024"  159.50  1280 1376 1512 1744  1024 1027 1034 1078 -hsync +vsync
(**) MGA(0): *Driver mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) MGA(0): Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync
(**) MGA(0): *Driver mode "800x600": 56.8 MHz, 53.7 kHz, 84.9 Hz
(II) MGA(0): Modeline "800x600"   56.75  800 848 928 1056  600 603 607 633 -hsync +vsync
(**) MGA(0): *Driver mode "640x480": 35.0 MHz, 42.9 kHz, 84.6 Hz
(II) MGA(0): Modeline "640x480"   35.00  640 664 728 816  480 483 487 507 -hsync +vsync
(**) MGA(0):  Driver mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(II) MGA(0): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) MGA(0):  Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(II) MGA(0): Modeline "1280x1024"  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync
(**) MGA(0):  Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(II) MGA(0): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) MGA(0):  Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(II) MGA(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) MGA(0):  Default mode "1280x960": 148.5 MHz, 85.9 kHz, 85.0 Hz
(II) MGA(0): Modeline "1280x960"  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync
(**) MGA(0):  Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(II) MGA(0): Modeline "1280x960"  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync
(**) MGA(0):  Default mode "1280x800": 83.5 MHz, 49.7 kHz, 60.0 Hz
(II) MGA(0): Modeline "1280x800"   83.46  1280 1344 1480 1680  800 801 804 828
(**) MGA(0):  Default mode "1152x864": 121.5 MHz, 77.5 kHz, 85.1 Hz
(II) MGA(0): Modeline "1152x864"  121.50  1152 1216 1344 1568  864 865 868 911 +hsync -vsync
(**) MGA(0):  Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(II) MGA(0): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync
(**) MGA(0):  Default mode "1280x768": 80.1 MHz, 47.7 kHz, 60.0 Hz
(II) MGA(0): Modeline "1280x768"   80.14  1280 1344 1480 1680  768 769 772 795
(**) MGA(0):  Default mode "1152x768": 65.0 MHz, 44.2 kHz, 54.8 Hz
(II) MGA(0): Modeline "1152x768"   65.00  1152 1178 1314 1472  768 771 777 806 +hsync +vsync
(**) MGA(0):  Driver 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):  Driver mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) MGA(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) MGA(0):  Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) MGA(0): Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync
(**) MGA(0):  Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz
(II) MGA(0): Modeline "1024x768"   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(**) MGA(0):  Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) MGA(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
(**) MGA(0):  Default mode "1024x768": 133.5 MHz, 95.3 kHz, 60.0 Hz (D)
(II) MGA(0): Modeline "1024x768"  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync
(**) MGA(0):  Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) MGA(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) MGA(0):  Default mode "1024x768": 44.9 MHz, 35.5 kHz, 86.9 Hz (I)
(II) MGA(0): Modeline "1024x768"   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync
(**) MGA(0):  Default mode "960x720": 117.0 MHz, 90.0 kHz, 60.0 Hz (D)
(II) MGA(0): Modeline "960x720"  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync
(**) MGA(0):  Default mode "928x696": 109.2 MHz, 86.4 kHz, 60.1 Hz (D)
(II) MGA(0): Modeline "928x696"  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync
(**) MGA(0):  Default mode "896x672": 130.5 MHz, 106.3 kHz, 75.0 Hz (D)
(II) MGA(0): Modeline "896x672"  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync
(**) MGA(0):  Default mode "896x672": 102.4 MHz, 83.7 kHz, 60.0 Hz (D)
(II) MGA(0): Modeline "896x672"  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync
(**) MGA(0):  Default mode "960x600": 115.0 MHz, 91.0 kHz, 72.8 Hz (D)
(II) MGA(0): Modeline "960x600"  115.00  960 968 1048 1264  600 600 602 625 doublescan -hsync -vsync
(**) MGA(0):  Default mode "960x600": 96.6 MHz, 74.5 kHz, 60.0 Hz (D)
(II) MGA(0): Modeline "960x600"   96.58  960 1024 1128 1296  600 600 602 621 doublescan
(**) MGA(0):  Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) MGA(0): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync
(**) MGA(0):  Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) MGA(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(**) MGA(0):  Driver mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) MGA(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) MGA(0):  Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) MGA(0): Modeline "800x600"   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync
(**) MGA(0):  Default mode "800x600": 114.8 MHz, 106.2 kHz, 85.0 Hz (D)
(II) MGA(0): Modeline "800x600"  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync
(**) MGA(0):  Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) MGA(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(**) MGA(0):  Default mode "800x600": 101.2 MHz, 93.8 kHz, 75.0 Hz (D)
(II) MGA(0): Modeline "800x600"  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync
(**) MGA(0):  Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) MGA(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
(**) MGA(0):  Default mode "800x600": 94.5 MHz, 87.5 kHz, 70.0 Hz (D)
(II) MGA(0): Modeline "800x600"   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync
(**) MGA(0):  Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D)
(II) MGA(0): Modeline "800x600"   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync
(**) MGA(0):  Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) MGA(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) MGA(0):  Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D)
(II) MGA(0): Modeline "800x600"   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync
(**) MGA(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) MGA(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) MGA(0):  Default mode "840x525": 73.6 MHz, 65.2 kHz, 60.1 Hz (D)
(II) MGA(0): Modeline "840x525"   73.57  840 892 984 1128  525 525 527 543 doublescan
(**) MGA(0):  Default mode "700x525": 92.0 MHz, 93.9 kHz, 85.3 Hz (D)
(II) MGA(0): Modeline "700x525"   92.00  700 732 828 980  525 525 527 550 doublescan +hsync +vsync
(**) MGA(0):  Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D)
(II) MGA(0): Modeline "700x525"   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync
(**) MGA(0):  Default mode "700x525": 75.5 MHz, 77.0 kHz, 70.0 Hz (D)
(II) MGA(0): Modeline "700x525"   75.50  700 732 828 980  525 525 527 550 doublescan +hsync +vsync
(**) MGA(0):  Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
(II) MGA(0): Modeline "700x525"   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync
(**) MGA(0):  Default mode "640x512": 78.8 MHz, 91.1 kHz, 85.0 Hz (D)
(II) MGA(0): Modeline "640x512"   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync
(**) MGA(0):  Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
(II) MGA(0): Modeline "640x512"   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync
(**) MGA(0):  Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(II) MGA(0): Modeline "640x512"   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync
(**) MGA(0):  Default mode "720x450": 54.4 MHz, 56.9 kHz, 60.2 Hz (D)
(II) MGA(0): Modeline "720x450"   54.42  720 736 940 956  450 459 463 473 doublescan +hsync +vsync
(**) MGA(0):  Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) MGA(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(**) MGA(0):  Driver mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) MGA(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(**) MGA(0):  Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D)
(II) MGA(0): Modeline "640x480"   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync
(**) MGA(0):  Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) MGA(0): Modeline "640x480"   36.00  640 696 752 832  480 481 484 509 -hsync -vsync
(**) MGA(0):  Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) MGA(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(**) MGA(0):  Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) MGA(0): Modeline "640x480"   31.50  640 664 704 832  480 489 492 520 -hsync -vsync
(**) MGA(0):  Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(II) MGA(0): Modeline "640x480"   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync
(**) MGA(0):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
(II) MGA(0): Modeline "640x480"   25.18  640 656 752 800  480 490 492 525 -hsync -vsync
(**) MGA(0):  Driver mode "720x400": 28.3 MHz, 31.5 kHz, 70.1 Hz
(II) MGA(0): Modeline "720x400"   28.32  720 738 846 900  400 412 414 449 -hsync +vsync
(**) MGA(0):  Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(II) MGA(0): Modeline "720x400"   35.50  720 756 828 936  400 401 404 446 -hsync +vsync
(**) MGA(0):  Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) MGA(0): Modeline "640x400"   31.50  640 672 736 832  400 401 404 445 -hsync +vsync
(**) MGA(0):  Default mode "640x400": 41.7 MHz, 49.7 kHz, 60.0 Hz (D)
(II) MGA(0): Modeline "640x400"   41.73  640 672 740 840  400 400 402 414 doublescan
(**) MGA(0):  Default mode "576x432": 60.8 MHz, 77.5 kHz, 85.2 Hz (D)
(II) MGA(0): Modeline "576x432"   60.75  576 608 672 784  432 432 434 455 doublescan +hsync -vsync
(**) MGA(0):  Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(II) MGA(0): Modeline "576x432"   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync
(**) MGA(0):  Default mode "640x384": 40.1 MHz, 47.7 kHz, 60.1 Hz (D)
(II) MGA(0): Modeline "640x384"   40.07  640 672 740 840  384 384 386 397 doublescan
(**) MGA(0):  Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) MGA(0): Modeline "640x350"   31.50  640 672 736 832  350 382 385 445 +hsync -vsync
(**) MGA(0):  Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz (D)
(II) MGA(0): Modeline "576x384"   32.50  576 589 657 736  384 385 388 403 doublescan +hsync +vsync
(**) MGA(0):  Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D)
(II) MGA(0): Modeline "512x384"   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync
(**) MGA(0):  Default mode "512x384": 39.4 MHz, 60.0 kHz, 75.0 Hz (D)
(II) MGA(0): Modeline "512x384"   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync
(**) MGA(0):  Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(II) MGA(0): Modeline "512x384"   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync
(**) MGA(0):  Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) MGA(0): Modeline "512x384"   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync
(**) MGA(0):  Default mode "512x384": 22.4 MHz, 35.5 kHz, 86.6 Hz (D)
(II) MGA(0): Modeline "512x384"   22.45  512 516 604 632  384 384 388 409 interlace doublescan +hsync +vsync
(**) MGA(0):  Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) MGA(0): Modeline "416x312"   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync
(**) MGA(0):  Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(II) MGA(0): Modeline "400x300"   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync
(**) MGA(0):  Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) MGA(0): Modeline "400x300"   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync
(**) MGA(0):  Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) MGA(0): Modeline "400x300"   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync
(**) MGA(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) MGA(0): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync
(**) MGA(0):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) MGA(0): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync
(**) MGA(0):  Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D)
(II) MGA(0): Modeline "360x200"   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync
(++) MGA(0): DPI set to (96, 96)
(II) MGA(0): YDstOrg is set to 0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.2.0
	ABI class: X.Org Video Driver, version 1.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xe8000000 - 0xe87fffff (0x800000) MX[B]
	[1] 0	0	0xe7000000 - 0xe7003fff (0x4000) MX[B]
	[2] 0	0	0xe4000000 - 0xe5ffffff (0x2000000) MX[B]
	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1	0	0xeb004000 - 0xeb0041ff (0x200) MX[B]
	[8] -1	0	0xe6001000 - 0xe6001fff (0x1000) MX[B]
	[9] -1	0	0xe6004000 - 0xe6007fff (0x4000) MX[B]
	[10] -1	0	0xeb000000 - 0xeb003fff (0x4000) MX[B]
	[11] -1	0	0xec085000 - 0xec08503f (0x40) MX[B]
	[12] -1	0	0xec084000 - 0xec0847ff (0x800) MX[B]
	[13] -1	0	0xec080000 - 0xec080fff (0x1000) MX[B]
	[14] -1	0	0xec000000 - 0xec07ffff (0x80000) MX[B]
	[15] -1	0	0xec086000 - 0xec086fff (0x1000) MX[B]
	[16] -1	0	0xec083000 - 0xec0830ff (0x100) MX[B]
	[17] -1	0	0xec082000 - 0xec082fff (0x1000) MX[B]
	[18] -1	0	0xec087000 - 0xec087fff (0x1000) MX[B]
	[19] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
	[20] -1	0	0xe8000000 - 0xe87fffff (0x800000) MX[B](B)
	[21] -1	0	0xe7000000 - 0xe7003fff (0x4000) MX[B](B)
	[22] -1	0	0xe4000000 - 0xe5ffffff (0x2000000) MX[B](B)
	[23] -1	0	0xe6000000 - 0xe6000fff (0x1000) MX[B](B)
	[24] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[25] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[26] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[27] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[28] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[29] -1	0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[30] -1	0	0x0000c000 - 0x0000c003 (0x4) IX[B]
	[31] -1	0	0x0000bc00 - 0x0000bc07 (0x8) IX[B]
	[32] -1	0	0x0000b800 - 0x0000b803 (0x4) IX[B]
	[33] -1	0	0x0000b400 - 0x0000b407 (0x8) IX[B]
	[34] -1	0	0x0000b000 - 0x0000b00f (0x10) IX[B]
	[35] -1	0	0x0000ac00 - 0x0000ac03 (0x4) IX[B]
	[36] -1	0	0x0000a800 - 0x0000a807 (0x8) IX[B]
	[37] -1	0	0x0000a400 - 0x0000a403 (0x4) IX[B]
	[38] -1	0	0x0000a000 - 0x0000a007 (0x8) IX[B]
	[39] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[40] -1	0	0x0000d800 - 0x0000d87f (0x80) IX[B]
	[41] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[42] -1	0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[43] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[44] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[45] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) MGA(0): Write-combining range (0xe4000000,0x2000000)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(--) MGA(0): 16 DWORD fifo
(==) MGA(0): Default visual is TrueColor
(II) MGA(0): [drm] bpp: 16 depth: 16
(II) MGA(0): [drm] Sarea 2200+664: 2864
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenByBusid: Searching for BusID pci:0000:02:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenByBusid: drmOpenMinor returns 6
drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
(II) MGA(0): [drm] DRM interface version 1.2
(II) MGA(0): [drm] created "mga" driver at busid "pci:0000:02:00.0"
(II) MGA(0): [drm] added 8192 byte SAREA at 0xe0c68000
(II) MGA(0): [drm] mapped SAREA 0xe0c68000 to 0xb5270000
(II) MGA(0): [drm] framebuffer handle = 0xe4000000
(II) MGA(0): [drm] added 1 reserved context for kernel
(II) MGA(0): [dri] visual configs initialized
(II) MGA(0): Memory manager initialized to (0,0) (1280,3071)
(II) MGA(0): Largest offscreen area available: 1280 x 2047
(II) MGA(0): Reserved back buffer at offset 0x780000
(II) MGA(0): Reserved depth buffer at offset 0xa00000
(II) MGA(0): Reserved 19968 kb for textures at offset 0xc80000
(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
	Setting up tile and stipple cache:
		32 128x128 slots
		13 256x256 slots
		4 512x512 slots
(==) MGA(0): Backing store disabled
(==) MGA(0): Silken mouse enabled
(**) Option "dpms"
(**) MGA(0): DPMS enabled
(II) MGA(0): Using overlay video
(II) MGA(0): v4l[/dev/video0]: using hw video scaling [YUY2].
(II) MGA(0): X context handle = 0x1
(II) MGA(0): [drm] installed DRM signal handler
(II) MGA(0): [DRI] installation complete
(II) MGA(0): [drm] Mapped 128 DMA buffers
(II) MGA(0): [drm] dma control initialized, using IRQ 217
(II) MGA(0): Direct rendering enabled
(==) RandR enabled
(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 XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: Searching for BusID pci:0000:02:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(II) AIGLX: Loaded and initialized /usr/lib/dri/mga_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "microsoftoffice"
(**) Generic Keyboard: XkbModel: "microsoftoffice"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "XkbOptions" "ctrl:nocaps"
(**) Generic Keyboard: XkbOptions: "ctrl:nocaps"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(==) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Option "Protocol" "MouseSystems"
(**) Trackball: Device: "/dev/ttyS1"
(**) Trackball: Protocol: "MouseSystems"
(**) Option "AlwaysCore"
(**) Trackball: always reports core events
(**) Option "Device" "/dev/ttyS1"
(**) Option "BaudRate" "1200"
(**) Option "StopBits" "2"
(**) Option "DataBits" "8"
(**) Option "Parity" "None"
(**) Option "Vmin" "1"
(**) Option "Vtime" "0"
(**) Option "FlowControl" "None"
(**) Option "ClearDTR" "on"
(**) Option "Buttons" "3"
(==) Trackball: Emulate3Buttons, Emulate3Timeout: 50
(**) Trackball: ZAxisMapping: buttons 4 and 5
(**) Trackball: Buttons: 9
(**) Trackball: BaudRate: 1200
(**) Trackball: ClearDTR
(II) XINPUT: Adding extended input device "Trackball" (type: MOUSE)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
ProcXCloseDevice to close or not ?


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.17 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-mga depends on:
ii  libc6                   2.5-9+b1         GNU C Library: Shared libraries
ii  xserver-xorg-core       2:1.3.0.0.dfsg-6 X.Org X server -- core server

xserver-xorg-video-mga recommends no packages.

-- no debconf information
--- src/mga_driver.c.orig	2007-01-08 15:45:22.000000000 -0800
+++ src/mga_driver.c	2007-06-21 07:46:15.000000000 -0700
@@ -1978,7 +1978,7 @@
     /* XXX Set HW cursor use */
 
     /* Set the min pixel clock */
-    pMga->MinClock = 12000;	/* XXX Guess, need to check this */
+    pMga->MinClock = 16000;
     xf86DrvMsg(pScrn->scrnIndex, X_DEFAULT, "Min pixel clock is %d MHz\n",
 	       pMga->MinClock / 1000);
     /*

--- End Message ---
--- Begin Message ---
Source: xserver-xorg-video-mga
Source-Version: 1:1.4.7.dfsg.1-1

We believe that the bug you reported is fixed in the latest version of
xserver-xorg-video-mga, which is due to be installed in the Debian FTP archive:

xserver-xorg-video-mga_1.4.7.dfsg.1-1.diff.gz
  to pool/main/x/xserver-xorg-video-mga/xserver-xorg-video-mga_1.4.7.dfsg.1-1.diff.gz
xserver-xorg-video-mga_1.4.7.dfsg.1-1.dsc
  to pool/main/x/xserver-xorg-video-mga/xserver-xorg-video-mga_1.4.7.dfsg.1-1.dsc
xserver-xorg-video-mga_1.4.7.dfsg.1-1_i386.deb
  to pool/main/x/xserver-xorg-video-mga/xserver-xorg-video-mga_1.4.7.dfsg.1-1_i386.deb
xserver-xorg-video-mga_1.4.7.dfsg.1.orig.tar.gz
  to pool/main/x/xserver-xorg-video-mga/xserver-xorg-video-mga_1.4.7.dfsg.1.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 430112@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Brice Goglin <bgoglin@debian.org> (supplier of updated xserver-xorg-video-mga package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 13 Sep 2007 08:30:08 +0200
Source: xserver-xorg-video-mga
Binary: xserver-xorg-video-mga
Architecture: source i386
Version: 1:1.4.7.dfsg.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Brice Goglin <bgoglin@debian.org>
Description: 
 xserver-xorg-video-mga - X.Org X server -- MGA display driver
Closes: 430112
Changes: 
 xserver-xorg-video-mga (1:1.4.7.dfsg.1-1) experimental; urgency=low
 .
   * New upstream release.
     + Increase the minimal frequency on G550 so that 320x240 works,
       closes: #430112.
   * Build against xserver 1.4.
   * Add upstream URL to debian/copyright.
   * Add myself to Uploaders, add remove Branden with his permission.
Files: 
 1c8263fd436540ea7a9a6d318dbdee1d 1168 x11 optional xserver-xorg-video-mga_1.4.7.dfsg.1-1.dsc
 386de8cdeacd600a8b1cc1a4fe2fead3 515186 x11 optional xserver-xorg-video-mga_1.4.7.dfsg.1.orig.tar.gz
 9834a3368891567d3e88c52cfbe49627 77820 x11 optional xserver-xorg-video-mga_1.4.7.dfsg.1-1.diff.gz
 3bf3cdfdad5405950f27e81ad51c8be2 107938 x11 optional xserver-xorg-video-mga_1.4.7.dfsg.1-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG6NliRh88F8PcWfoRAtjvAKCqZGmhOPJ/GtQLXmjUnOaIbBfIZwCgk4+6
nT2QQlWRnBnGRn4qjTh1QQM=
=KNv0
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: