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

Bug#394159: xserver-xorg-video-mga: Locks up on i386 / G200 as well



Package: xserver-xorg-video-mga
Version: 1:1.4.2.dfsg.1-1
Followup-For: Bug #394159

Abstract:
New packages unusable on G200: lead to complete freeze / garbled screen
under certain conditions.


Hello there,

ever since the following upgrade
| [UPGRADE] xserver-xorg 1:7.0.22 -> 1:7.1.0-5
| [UPGRADE] xserver-xorg-core 1:1.0.2-9 -> 2:1.1.1-10
| [UPGRADE] xserver-xorg-input-kbd 1:1.0.1.3-2 -> 1:1.1.0-4
| [UPGRADE] xserver-xorg-input-mouse 1:1.0.4-3 -> 1:1.1.1-3
| [UPGRADE] xserver-xorg-video-mga 1:1.2.1.3.dfsg.1-2 -> 1:1.4.2.dfsg.1-1
| [UPGRADE] xserver-xorg-video-v4l 0.0.1.5-1 -> 0.1.1-3
my computer freezes completely if I try to bring up X. It doesn't
even respond to a ping anymore.
However, starting a a lower resolution / depth sometimes "only"
results in a garbled screen which at least allows me to get a fuzzy
idea of what might be on my screen and to kill the X server again.
Using a xorg.conf as generated by "dpkg-reconfigure -plow xserver-xorg"
instead of my homegrown own doesn't work, either.

Please find attached my xorg.conf as well as the Xorg.log from issuing
| startx /usr/bin/xterm -- :1 -depth 16 -nolisten tcp
which led to a complete freeze of my system. In cases where the system
doesn't freeze on this command the single added line
| FreeFontPath: FPE "/usr/share/fonts/X11/misc" refcount is 2, should be 1; fixing.
is the only meaningful difference to the attached log.

My system specs can largely be found in the log, but here they are:
Matrox Millennium G200 8MB AGP on an ASUS P2B-S motherboard,
homemade kernel 2.6.17.13 running an testing/unstable/experimental mix.

Downgrading the above mentioned packages to the respective versions as
found on snapshot.debian.net allows me to use X again. When using the
vesa driver it also works with the updated packages, but it's
painfully slow.

All in all the update renders my X setup as a whole largely unusable,
and xserver-xorg-video-mga became completely unusable for me, so I
feel pretty much tempted to raise the severity of this bug to RC
level. Please advise on this.


Cheers,
Flo



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (990, 'stable'), (500, 'testing-proposed-updates'), (500, 'stable'), (50, 'proposed-updates'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.13
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15)

Versions of packages xserver-xorg-video-mga depends on:
ii  libc6                        2.3.6.ds1-4 GNU C Library: Shared libraries
ii  xserver-xorg-core            2:1.1.1-10  X.Org X server -- core server

xserver-xorg-video-mga recommends no packages.

-- no debconf information
# xorg.conf.dpkg-new (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.dpkg-new manual page.
# (Type "man xorg.conf.dpkg-new" 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.dpkg-new /etc/X11/xorg.conf.dpkg-new.custom
#   md5sum /etc/X11/xorg.conf.dpkg-new >/var/lib/xfree86/xorg.conf.dpkg-new.md5sum
#   dpkg-reconfigure xserver-xorg

Section "Files"
#	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
#	FontPath	"/usr/share/fonts/X11/TrueType"
	FontPath	"/usr/share/fonts/X11/misc"
#	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
#	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
#	FontPath	"/usr/share/fonts/X11/CID"
	FontPath	"/usr/share/fonts/X11/100dpi"
#	FontPath	"/usr/share/fonts/X11/75dpi"
EndSection

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

Section "InputDevice"
	Identifier	"Logitech Cordless Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
EndSection

Section "InputDevice"
	Identifier	"Logitech Cordless Wheel-Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/mouse"
	Option		"Protocol"		"ImPS/2"
	Option		"Buttons"		"5"
#	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"Matrox G200 Millennium 8MB"
#	Driver		"vesa"
	Driver		"mga"
	ChipSet		"mgag200"
	VideoRam	8192
	BusID		"PCI:1:0:0"
	Option		"AGPMode"		"2"
	Option		"UseFBDev"		"false"
	Option		"NoHal"
EndSection

Section "Monitor"
	Identifier	"SyncMaster 172x"
	Option		"DPMS"
	HorizSync	30-81
	VertRefresh	56-75
	DisplaySize	337.92	270.336
EndSection

Section "Screen"
	Identifier	"Samsung"
	Device		"Matrox G200 Millennium 8MB"
	Monitor		"SyncMaster 172x"
	DefaultDepth	24
	DefaultFbBPP	32
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"800x600" "640x480" "400x300"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Samsung"
	InputDevice	"Logitech Cordless Keyboard"
	InputDevice	"Logitech Cordless Wheel-Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN 
Current Operating System: Linux live 2.6.17.13 #1 PREEMPT Wed Sep 20 10:46:02 CEST 2006 i686
Build Date: 07 July 2006
	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.1.log", Time: Mon Oct 30 17:10:19 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Samsung" (0)
(**) |   |-->Monitor "SyncMaster 172x"
(**) |   |-->Device "Matrox G200 Millennium 8MB"
(**) |-->Input Device "Logitech Cordless Keyboard"
(**) Option "XkbRules" "xorg"
(**) XKB: rules: "xorg"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "de"
(**) XKB: layout: "de"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Logitech Cordless Wheel-Mouse"
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/Type1".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/share/fonts/X11/Type1").
(**) FontPath set to:
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/100dpi
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Ignoring ABI Version
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.0
	X.Org XInput driver : 0.6
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(--) using VT number 6

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7190 card 0000,0000 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:04:0: chip 8086,7110 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:04:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:04:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:04:3: chip 8086,7113 card 0000,0000 rev 02 class 06,80,00 hdr 00
(II) PCI: 00:06:0: chip 9005,001f card 9005,000f rev 00 class 01,00,00 hdr 00
(II) PCI: 00:09:0: chip 10ec,8139 card 1113,ec01 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:0a:0: chip 109e,036e card 0070,13eb rev 02 class 04,00,00 hdr 80
(II) PCI: 00:0a:1: chip 109e,0878 card 0070,13eb rev 02 class 04,80,00 hdr 80
(II) PCI: 00:0b:0: chip 1244,0a00 card 1244,0a00 rev 02 class 02,80,00 hdr 00
(II) PCI: 00:0c:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 102b,0521 card 102b,ff03 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,1), 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-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0088 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xe0800000 - 0xe17fffff (0x1000000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xe2f00000 - 0xe3ffffff (0x1100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:4:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI: (0:10:0) Brooktree Corporation Bt878 Video Capture rev 2, Mem @ 0xe2000000/12
(--) PCI:*(1:0:0) Matrox Graphics, Inc. MGA G200 AGP rev 1, Mem @ 0xe3000000/24, 0xe1000000/14, 0xe0800000/23, BIOS @ 0xe2ff0000/16
(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 0xe4000000 from 0xe7ffffff to 0xe3ffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xde800000 - 0xde8000ff (0x100) MX[B]
	[1] -1	0	0xdf000000 - 0xdf00001f (0x20) MX[B]
	[2] -1	0	0xe1800000 - 0xe1800fff (0x1000) MX[B]
	[3] -1	0	0xdf800000 - 0xdf8000ff (0x100) MX[B]
	[4] -1	0	0xe0000000 - 0xe0000fff (0x1000) MX[B]
	[5] -1	0	0xe4000000 - 0xe3ffffff (0x0) MX[B]O
	[6] -1	0	0xe2ff0000 - 0xe2ffffff (0x10000) MX[B](B)
	[7] -1	0	0xe0800000 - 0xe0ffffff (0x800000) MX[B](B)
	[8] -1	0	0xe1000000 - 0xe1003fff (0x4000) MX[B](B)
	[9] -1	0	0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
	[10] -1	0	0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
	[11] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B]
	[12] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
	[13] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[14] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[15] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
(II) Inactive PCI resource ranges:
	[0] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xde800000 - 0xde8000ff (0x100) MX[B]
	[1] -1	0	0xdf000000 - 0xdf00001f (0x20) MX[B]
	[2] -1	0	0xe1800000 - 0xe1800fff (0x1000) MX[B]
	[3] -1	0	0xdf800000 - 0xdf8000ff (0x100) MX[B]
	[4] -1	0	0xe0000000 - 0xe0000fff (0x1000) MX[B]
	[5] -1	0	0xe4000000 - 0xe3ffffff (0x0) MX[B]O
	[6] -1	0	0xe2ff0000 - 0xe2ffffff (0x10000) MX[B](B)
	[7] -1	0	0xe0800000 - 0xe0ffffff (0x800000) MX[B](B)
	[8] -1	0	0xe1000000 - 0xe1003fff (0x4000) MX[B](B)
	[9] -1	0	0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
	[10] -1	0	0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
	[11] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B]
	[12] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
	[13] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[14] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[15] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0	0x0000d000 - 0x0000d0ff (0x100) 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	0xde800000 - 0xde8000ff (0x100) MX[B]
	[5] -1	0	0xdf000000 - 0xdf00001f (0x20) MX[B]
	[6] -1	0	0xe1800000 - 0xe1800fff (0x1000) MX[B]
	[7] -1	0	0xdf800000 - 0xdf8000ff (0x100) MX[B]
	[8] -1	0	0xe0000000 - 0xe0000fff (0x1000) MX[B]
	[9] -1	0	0xe4000000 - 0xe3ffffff (0x0) MX[B]O
	[10] -1	0	0xe2ff0000 - 0xe2ffffff (0x10000) MX[B](B)
	[11] -1	0	0xe0800000 - 0xe0ffffff (0x800000) MX[B](B)
	[12] -1	0	0xe1000000 - 0xe1003fff (0x4000) MX[B](B)
	[13] -1	0	0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
	[14] -1	0	0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B]
	[18] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
	[19] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[20] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[21] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[22] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 7.1.1, 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) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 7.1.1, 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 7.1.1, 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: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 7.1.1, 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 7.1.1, module version = 1.1.0
	ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "mga"
(II) Loading /usr/lib/xorg/modules/drivers/mga_drv.so
(II) Module mga: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.4.1
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 1.0
(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 01:00:0
(**) Chipset override: mgag200
(**) Chipset mgag200 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	0xde800000 - 0xde8000ff (0x100) MX[B]
	[5] -1	0	0xdf000000 - 0xdf00001f (0x20) MX[B]
	[6] -1	0	0xe1800000 - 0xe1800fff (0x1000) MX[B]
	[7] -1	0	0xdf800000 - 0xdf8000ff (0x100) MX[B]
	[8] -1	0	0xe0000000 - 0xe0000fff (0x1000) MX[B]
	[9] -1	0	0xe4000000 - 0xe3ffffff (0x0) MX[B]O
	[10] -1	0	0xe2ff0000 - 0xe2ffffff (0x10000) MX[B](B)
	[11] -1	0	0xe0800000 - 0xe0ffffff (0x800000) MX[B](B)
	[12] -1	0	0xe1000000 - 0xe1003fff (0x4000) MX[B](B)
	[13] -1	0	0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
	[14] -1	0	0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B]
	[18] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
	[19] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[20] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[21] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[22] -1	0	0x0000d000 - 0x0000d0ff (0x100) 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	0xde800000 - 0xde8000ff (0x100) MX[B]
	[5] -1	0	0xdf000000 - 0xdf00001f (0x20) MX[B]
	[6] -1	0	0xe1800000 - 0xe1800fff (0x1000) MX[B]
	[7] -1	0	0xdf800000 - 0xdf8000ff (0x100) MX[B]
	[8] -1	0	0xe0000000 - 0xe0000fff (0x1000) MX[B]
	[9] -1	0	0xe4000000 - 0xe3ffffff (0x0) MX[B]O
	[10] -1	0	0xe2ff0000 - 0xe2ffffff (0x10000) MX[B](B)
	[11] -1	0	0xe0800000 - 0xe0ffffff (0x800000) MX[B](B)
	[12] -1	0	0xe1000000 - 0xe1003fff (0x4000) MX[B](B)
	[13] -1	0	0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
	[14] -1	0	0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
	[15] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[16] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[17] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[20] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B]
	[21] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
	[22] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[23] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[24] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[25] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[26] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[27] 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 7.1.1, module version = 0.1.0
	ABI class: X.Org Video Driver, version 1.0
(**) MGA(0): Chipset: "mgag200"
(++) MGA(0): Depth 16, (--) framebuffer bpp 16
(==) MGA(0): RGB weight 565
(**) MGA(0): Option "UseFBDev" "false"
(**) MGA(0): Option "AGPMode" "2"
(**) MGA(0): Option "NoHal"
(**) MGA(0): Using AGP 2x mode
(--) MGA(0): Linear framebuffer at 0xE3000000
(--) MGA(0): MMIO registers at 0xE1000000
(--) MGA(0): Pseudo-DMA transfer window at 0xE0800000
(--) MGA(0): BIOS at 0xE2FF0000
(II) Attempted to read BIOS 64KB from /sys/bus/pci/devices/0000:01:00.0/rom: got 32KB
(--) MGA(0): Video BIOS info block at offset 0x07D00
(**) MGA(0): VideoRAM: 8192 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/lib/xorg/modules/libddc.so
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.2.0
	ABI class: X.Org Video Driver, version 1.0
(==) MGA(0): Write-combining range (0xe3000000,0x800000)
(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: 0x81fe920
(II) MGA(0): Manufacturer: SAM  Model: c8  Serial#: 1146302775
(II) MGA(0): Year: 2005  Week: 29
(II) MGA(0): EDID Version: 1.3
(II) MGA(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) MGA(0): Sync:  Separate  Composite
(II) MGA(0): Max H-Image Size [cm]: horiz.: 34  vert.: 27
(II) MGA(0): Gamma: 2.20
(II) MGA(0): DPMS capabilities: Off; RGB/Color Display
(II) MGA(0): First detailed timing is preferred mode
(II) MGA(0): redX: 0.634 redY: 0.354   greenX: 0.304 greenY: 0.581
(II) MGA(0): blueX: 0.143 blueY: 0.102   whiteX: 0.318 whiteY: 0.339
(II) MGA(0): Supported VESA Video Modes:
(II) MGA(0): 720x400@70Hz
(II) MGA(0): 640x480@60Hz
(II) MGA(0): 640x480@67Hz
(II) MGA(0): 640x480@72Hz
(II) MGA(0): 640x480@75Hz
(II) MGA(0): 800x600@56Hz
(II) MGA(0): 800x600@60Hz
(II) MGA(0): 800x600@72Hz
(II) MGA(0): 800x600@75Hz
(II) MGA(0): 832x624@75Hz
(II) MGA(0): 1024x768@60Hz
(II) MGA(0): 1024x768@70Hz
(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: 60  vid: 32897
(II) MGA(0): Supported additional Video Mode:
(II) MGA(0): clock: 108.0 MHz   Image Size:  338 x 270 mm
(II) MGA(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) MGA(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) MGA(0): Ranges: V min: 56  V max: 75 Hz, H min: 30  H max: 81 kHz, PixClock max 140 MHz
(II) MGA(0): Monitor name: SyncMaster
(II) MGA(0): Serial No: HSCY700766
(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 17 MHz
(--) MGA(0): Max pixel clock is 250 MHz
(II) MGA(0): SyncMaster 172x: Using hsync range of 30.00-81.00 kHz
(II) MGA(0): SyncMaster 172x: Using vrefresh range of 56.00-75.00 Hz
(II) MGA(0): Clock range:  17.75 to 250.00 MHz
(II) MGA(0): Not using default mode "640x350" (vrefresh out of range)
(II) MGA(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "640x400" (vrefresh out of range)
(II) MGA(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "720x400" (vrefresh out of range)
(II) MGA(0): Not using default mode "360x200" (vrefresh out of range)
(II) MGA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "640x480" (vrefresh out of range)
(II) MGA(0): Not using default mode "320x240" (vrefresh out of range)
(II) MGA(0): Not using default mode "800x600" (vrefresh out of range)
(II) MGA(0): Not using default mode "400x300" (vrefresh out of range)
(II) MGA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) MGA(0): Not using default mode "512x384" (vrefresh out of range)
(II) MGA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) MGA(0): Not using default mode "512x384" (vrefresh out of range)
(WW) (1280x960,SyncMaster 172x) mode clock 148.5MHz exceeds DDC maximum 140MHz
(II) MGA(0): Not using default mode "1280x960" (hsync out of range)
(II) MGA(0): Not using default mode "640x480" (hsync out of range)
(WW) (1280x1024,SyncMaster 172x) mode clock 157.5MHz exceeds DDC maximum 140MHz
(II) MGA(0): Not using default mode "1280x1024" (hsync out of range)
(II) MGA(0): Not using default mode "640x512" (hsync out of range)
(WW) (1600x1200,SyncMaster 172x) mode clock 162MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,SyncMaster 172x) mode clock 175.5MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,SyncMaster 172x) mode clock 189MHz exceeds DDC maximum 140MHz
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(WW) (1600x1200,SyncMaster 172x) mode clock 202.5MHz exceeds DDC maximum 140MHz
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(WW) (1600x1200,SyncMaster 172x) mode clock 229.5MHz exceeds DDC maximum 140MHz
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(WW) (1792x1344,SyncMaster 172x) mode clock 204.8MHz exceeds DDC maximum 140MHz
(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" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "896x672" (hsync out of range)
(WW) (1856x1392,SyncMaster 172x) mode clock 218.3MHz exceeds DDC maximum 140MHz
(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" (bad mode clock/interlace/doublescan)
(WW) (928x696,SyncMaster 172x) mode clock 144MHz exceeds DDC maximum 140MHz
(II) MGA(0): Not using default mode "928x696" (hsync out of range)
(WW) (1920x1440,SyncMaster 172x) mode clock 234MHz exceeds DDC maximum 140MHz
(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" (bad mode clock/interlace/doublescan)
(WW) (960x720,SyncMaster 172x) mode clock 148.5MHz exceeds DDC maximum 140MHz
(II) MGA(0): Not using default mode "960x720" (hsync out of range)
(II) MGA(0): Not using default mode "1152x768" (vrefresh out of range)
(II) MGA(0): Not using default mode "576x384" (vrefresh out of range)
(II) MGA(0): Not using default mode "1152x864" (vrefresh out of range)
(II) MGA(0): Not using default mode "576x432" (vrefresh out of range)
(WW) (1400x1050,SyncMaster 172x) mode clock 151MHz exceeds DDC maximum 140MHz
(WW) (1400x1050,SyncMaster 172x) mode clock 155.8MHz exceeds DDC maximum 140MHz
(WW) (1400x1050,SyncMaster 172x) mode clock 184MHz exceeds DDC maximum 140MHz
(II) MGA(0): Not using default mode "1400x1050" (hsync out of range)
(II) MGA(0): Not using default mode "700x525" (hsync out of range)
(WW) (1680x1050,SyncMaster 172x) mode clock 147.14MHz exceeds DDC maximum 140MHz
(WW) (1920x1200,SyncMaster 172x) mode clock 193.16MHz exceeds DDC maximum 140MHz
(WW) (1920x1200,SyncMaster 172x) mode clock 230MHz exceeds DDC maximum 140MHz
(II) MGA(0): Not using default mode "1920x1200" (hsync out of range)
(II) MGA(0): Not using default mode "960x600" (hsync out of range)
(II) MGA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(WW) (960x720,SyncMaster 172x) mode clock 170.675MHz exceeds DDC maximum 140MHz
(II) MGA(0): Not using default mode "960x720" (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 default mode "2048x1536" (bad mode clock/interlace/doublescan)
(WW) (1024x768,SyncMaster 172x) mode clock 170.24MHz exceeds DDC maximum 140MHz
(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)
(WW) (1024x768,SyncMaster 172x) mode clock 194.02MHz exceeds DDC maximum 140MHz
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "1920x1200" (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 "1280x1024" (width too large for virtual size)
(II) MGA(0): Not using default mode "1280x1024" (width too large for virtual size)
(II) MGA(0): Not using default mode "1440x900" (width too large for virtual size)
(II) MGA(0): Not using default mode "1280x960" (width too large for virtual size)
(II) MGA(0): Not using default mode "1280x800" (width too large for virtual size)
(II) MGA(0): Not using default mode "1152x864" (width too large for virtual size)
(II) MGA(0): Not using default mode "1280x768" (width too large for virtual size)
(II) MGA(0): Not using default mode "1024x768" (width too large for virtual size)
(II) MGA(0): Not using default mode "1024x768" (width too large for virtual size)
(II) MGA(0): Not using default mode "1024x768" (width too large for virtual size)
(II) MGA(0): Not using default mode "960x600" (width too large for virtual size)
(II) MGA(0): Not using default mode "832x624" (width too large for virtual size)
(II) MGA(0): Not using default mode "840x525" (width too large for virtual size)
(--) MGA(0): Virtual size is 800x600 (pitch 800)
(**) 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 "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 "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 "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": 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 "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": 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):  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 491 520 -hsync -vsync
(**) MGA(0):  Default 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": 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 "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": 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 "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(II) MGA(0): Modeline "512x384"   39.40  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 "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": 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): Display dimensions: (337, 270) mm
(**) MGA(0): DPI set to (60, 56)
(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 7.1.1, 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 7.1.1, module version = 1.2.0
	ABI class: X.Org Video Driver, version 1.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 0.1.0
	ABI class: X.Org Video Driver, version 1.0
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xe0800000 - 0xe0ffffff (0x800000) MX[B]
	[1] 0	0	0xe1000000 - 0xe1003fff (0x4000) MX[B]
	[2] 0	0	0xe3000000 - 0xe3ffffff (0x1000000) 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	0xde800000 - 0xde8000ff (0x100) MX[B]
	[8] -1	0	0xdf000000 - 0xdf00001f (0x20) MX[B]
	[9] -1	0	0xe1800000 - 0xe1800fff (0x1000) MX[B]
	[10] -1	0	0xdf800000 - 0xdf8000ff (0x100) MX[B]
	[11] -1	0	0xe0000000 - 0xe0000fff (0x1000) MX[B]
	[12] -1	0	0xe4000000 - 0xe3ffffff (0x0) MX[B]O
	[13] -1	0	0xe2ff0000 - 0xe2ffffff (0x10000) MX[B](B)
	[14] -1	0	0xe0800000 - 0xe0ffffff (0x800000) MX[B](B)
	[15] -1	0	0xe1000000 - 0xe1003fff (0x4000) MX[B](B)
	[16] -1	0	0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
	[17] -1	0	0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
	[18] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[19] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[20] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[21] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[22] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[23] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B]
	[24] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
	[25] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[26] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[27] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[28] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[29] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[30] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) MGA(0): Write-combining range (0xe3000000,0x800000)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(--) MGA(0): 64 DWORD fifo
(==) MGA(0): Default visual is TrueColor
(II) MGA(0): Using 4642 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
		22 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
(II) MGA(0): v4l[/dev/video0]: using hw video scaling [YUY2].
(WW) MGA(0): Direct rendering disabled
(==) 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 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
(**) Logitech Cordless Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Logitech Cordless Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Logitech Cordless Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Logitech Cordless Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "de"
(**) Logitech Cordless Keyboard: XkbLayout: "de"
(**) Option "CustomKeycodes" "off"
(**) Logitech Cordless Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ImPS/2"
(**) Logitech Cordless Wheel-Mouse: Device: "/dev/mouse"
(**) Logitech Cordless Wheel-Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Logitech Cordless Wheel-Mouse: Core Pointer
(**) Option "Device" "/dev/mouse"
(**) Option "Buttons" "5"
(==) Logitech Cordless Wheel-Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Logitech Cordless Wheel-Mouse: ZAxisMapping: buttons 4 and 5
(**) Logitech Cordless Wheel-Mouse: Buttons: 9
(II) XINPUT: Adding extended input device "Logitech Cordless Wheel-Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Logitech Cordless Keyboard" (type: KEYBOARD)
    xkb_keycodes             { include "xfree86+aliases(qwertz)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc(pc105)+de" };
    xkb_geometry             { include "pc(pc105)" };
(II) Logitech Cordless Wheel-Mouse: ps2EnableDataReporting: succeeded

Attachment: signature.asc
Description: Digital signature


Reply to: