multi head woes

Carl Karsten carl at personnelware.com
Sat Jun 24 19:26:58 PDT 2006


I have 3 cards and 3 monitors 'working' but next to unusable.

I am using only the xorg drivers.  below is lspci-v, xorg.conf and xorg.0.log.

When I run gaim (which uses gtk?) top shows xorg cpu 99.9% and Load Average is 
often above 1.


I have lots of lines that seem related to where windows are on other screens. 
hard to tell what they are from, but they arn't there if I disable the other 
screens by

#        Screen          "Screen2" RightOf "Screen0"
#        Screen          "Screen1" Above "Screen2"

The lines do not show up on a screen shot.  I can erase them by dragging a 
window over them.


My Viewsonic pt810 is very "muffined" ? - (the sides are pulled inwards) and the 
image is shifted to the left quite a bit.  I might be able to correct it with 
the buttons on the monitor, but I am betting it would be better to get my .conf 
setup correctly.  (that monitor is on a kvm - the other 2 are directly hooked to 
the card.)  - I got it's specs from 
http://www.monitorworld.com/Monitors/viewsonic/viewsonicpt810.html


I can't get the color depth above 8 bits because of the 8mb video on the Matrox 
cards - (it errors) but 8mb should be enough to run 16bit at 1024x768. right?

I am going to drop the res of the 2 Matrox to 800x600 and see if I can get the 
depth up.

If someone can give me a .deb for 7.1 I will be happy to install it.

Carl Karsten


0000:00:09.0 VGA compatible controller: Matrox Graphics, Inc. MGA 1064SG 
[Mystique] (rev 03) (prog-if 00 [VGA])
	Subsystem: Matrox Graphics, Inc.: Unknown device 1000
	Flags: bus master, stepping, medium devsel, latency 32, IRQ 11
	Memory at de000000 (32-bit, prefetchable) [size=8M]
	Memory at df000000 (32-bit, non-prefetchable) [size=16K]
	Memory at e0000000 (32-bit, non-prefetchable) [size=8M]
	Expansion ROM at 40000000 [disabled] [size=64K]

0000:00:0b.0 VGA compatible controller: Matrox Graphics, Inc. MGA 2064W 
[Millennium] (rev 01) (prog-if 00 [VGA])
	Flags: stepping, medium devsel, IRQ 3
	Memory at e2000000 (32-bit, non-prefetchable) [size=16K]
	Memory at e3000000 (32-bit, prefetchable) [size=8M]
	Expansion ROM at 40010000 [disabled] [size=64K]

0000:01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 
400] (rev b2) (prog-if 00 [VGA])
	Subsystem: ASUSTeK Computer Inc.: Unknown device 4221
	Flags: bus master, 66MHz, medium devsel, latency 248, IRQ 169
	Memory at dc000000 (32-bit, non-prefetchable) [size=16M]
	Memory at d0000000 (32-bit, prefetchable) [size=128M]
	Expansion ROM at dd000000 [disabled] [size=64K]
	Capabilities: [60] Power Management version 2
	Capabilities: [44] AGP version 2.0



# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

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

Section "Device"
	Identifier	"card0"
	BusID		"PCI:1:0:0"
	VendorName	"nVidia"
	BoardName	"NV11 [GeForce2 MX/MX 400] (rev b2)"
	Driver		"nv"
	# Driver		"nvidia"
EndSection

Section "Device"
	Identifier	"card1"
	BusID		"PCI:0:9:0"
	VendorName	"Matrox"
	BoardName	"MGA 1064SG [Mystique] (rev 03)"
	Driver		"mga"
	Option		"OldDmaInit"		"True"
EndSection

Section "Device"
	Identifier	"card2"
	BusID		"PCI:0:11:0"
	VendorName	"Matrox"
	BoardName	"MGA 2064W [Millennium] (rev 01)"
	Driver		"mga"
	Option		"OldDmaInit"		"True"
EndSection

Section "Monitor"
	Identifier	"Monitor0"
	Option		"DPMS"
	HorizSync          30-96
	VertRefresh        50-160
EndSection

Section "Monitor"
	Identifier	"Monitor1"
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier	"Monitor2"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Screen0"
	Device		"card0"
	Monitor		"Monitor0"
	DefaultDepth	8
	SubSection "Display"
		Depth	8
		Modes	"1600x1200" "1024x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen1"
	Device		"card1"
	Monitor		"Monitor1"
	DefaultDepth	8
	SubSection "Display"
		Depth	8
		Modes	"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen2"
	Device		"card2"
	Monitor		"Monitor2"
	DefaultDepth	8
	SubSection "Display"
		Depth	8
		Modes	"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
         Screen		"Screen0"
         Screen          "Screen2" RightOf "Screen0"
         Screen          "Screen1" Above "Screen2"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection

Section "ServerFlags"
         Option "Xinerama"
EndSection

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.12 i686
Current Operating System: Linux amd15 2.6.15-25-k7 #1 SMP PREEMPT Wed Jun 14 
11:43:20 UTC 2006 i686
Build Date: 16 March 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.0.log", Time: Sat Jun 24 19:11:54 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "card0"
(**) |-->Screen "Screen2" (1)
(**) |   |-->Monitor "Monitor2"
(**) |   |-->Device "card2"
(**) |-->Screen "Screen1" (2)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "card1"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(**) FontPath set to 
"/usr/share/X11/fonts/misc,/usr/share/X11/fonts/100dpi/:unscaled,/usr/share/X11/fonts/75dpi/:unscaled,/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/100dpi,/usr/share/X11/fonts/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "Xinerama"
(**) Xinerama: enabled
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.8
	X.Org XInput driver : 0.5
	X.Org Server Extension : 0.2
	X.Org Font Renderer : 0.4
(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.0.0, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(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.0.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3099 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b099 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:08:0: chip 10ec,8139 card 1259,a11c rev 10 class 02,00,00 hdr 00
(II) PCI: 00:09:0: chip 102b,051a card 102b,1000 rev 03 class 03,00,00 hdr 00
(II) PCI: 00:0b:0: chip 102b,0519 card 0000,0000 rev 01 class 03,00,00 hdr 00
(II) PCI: 00:0c:0: chip 1274,1371 card 1274,1371 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:11:0: chip 1106,3074 card 1106,0000 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:2: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 00
(II) PCI: 00:11:3: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 00
(II) PCI: 00:11:4: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 00
(II) PCI: 00:11:5: chip 1106,3059 card 10ec,4710 rev 30 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0110 card 1043,4221 rev b2 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: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xdc000000 - 0xddffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI: (0:9:0) Matrox Graphics, Inc. MGA 1064SG [Mystique] rev 3, Mem @ 
0xde000000/23, 0xdf000000/14, 0xe0000000/23
(--) PCI: (0:11:0) Matrox Graphics, Inc. MGA 2064W [Millennium] rev 1, Mem @ 
0xe2000000/14, 0xe3000000/23
(--) PCI:*(1:0:0) nVidia Corporation NV11 [GeForce2 MX/MX 400] rev 178, Mem @ 
0xdc000000/24, 0xd0000000/27
(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 0xd8000000 from 0xdbffffff to 0xd7ffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xe4000000 - 0xe40000ff (0x100) MX[B]
	[1] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[2] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[3] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[4] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[5] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[6] -1	0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[7] -1	0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[8] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[9] -1	0	0x0000d400 - 0x0000d43f (0x40) IX[B]
	[10] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
(II) Inactive PCI resource ranges:
	[0] -1	0	0xe3000000 - 0xe37fffff (0x800000) MX[B](B)
	[1] -1	0	0xe2000000 - 0xe2003fff (0x4000) MX[B](B)
	[2] -1	0	0xe0000000 - 0xe07fffff (0x800000) MX[B](B)
	[3] -1	0	0xdf000000 - 0xdf003fff (0x4000) MX[B](B)
	[4] -1	0	0xde000000 - 0xde7fffff (0x800000) MX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xe4000000 - 0xe40000ff (0x100) MX[B]
	[1] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[2] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[3] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[4] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[5] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[6] -1	0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[7] -1	0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[8] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[9] -1	0	0x0000d400 - 0x0000d43f (0x40) IX[B]
	[10] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0	0xe3000000 - 0xe37fffff (0x800000) MX[B](B)
	[1] -1	0	0xe2000000 - 0xe2003fff (0x4000) MX[B](B)
	[2] -1	0	0xe0000000 - 0xe07fffff (0x800000) MX[B](B)
	[3] -1	0	0xdf000000 - 0xdf003fff (0x4000) MX[B](B)
	[4] -1	0	0xde000000 - 0xde7fffff (0x800000) MX[B](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	0xe4000000 - 0xe40000ff (0x100) MX[B]
	[5] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[6] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[7] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[8] -1	0	0xe3000000 - 0xe37fffff (0x800000) MX[B](B)
	[9] -1	0	0xe2000000 - 0xe2003fff (0x4000) MX[B](B)
	[10] -1	0	0xe0000000 - 0xe07fffff (0x800000) MX[B](B)
	[11] -1	0	0xdf000000 - 0xdf003fff (0x4000) MX[B](B)
	[12] -1	0	0xde000000 - 0xde7fffff (0x800000) MX[B](B)
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[16] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[17] -1	0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[18] -1	0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[19] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[20] -1	0	0x0000d400 - 0x0000d43f (0x40) IX[B]
	[21] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.2.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(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 7.0.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(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.0.0, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.1.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "nv"
(II) Loading /usr/lib/xorg/modules/drivers/nv_drv.so
(II) Module nv: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.1
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "mga"
(II) Loading /usr/lib/xorg/modules/drivers/mga_drv.so
(II) Module mga: vendor="X.Org Foundation"
	compiled for 6.99.99.904, module version = 1.2.1
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 6.99.99.904, module version = 1.0.3
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
	Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
	Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
	GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
	GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra,
	Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
	GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
	GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL,
	GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL,
	GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X,
	GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X,
	GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL,
	Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI,
	GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3,
	GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600,
	GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
	Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
	GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
	Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra,
	GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
	GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT,
	GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700,
	GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200,
	GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250,
	GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M,
	Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI,
	GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra,
	GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra,
	GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700,
	GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE,
	GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700,
	Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800,
	GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 GT, GeForce 6800 GT,
	GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000, GeForce 6800 GS,
	GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, GeForce Go 6800,
	GeForce Go 6800 Ultra, Quadro FX Go1400, Quadro FX 3450/4000 SDI,
	Quadro FX 1400, GeForce 6600 GT, GeForce 6600, GeForce 6600 LE,
	GeForce 6600 VE, GeForce Go 6600, GeForce 6610 XL,
	GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, GeForce Go 6600,
	GeForce Go 6600 GT, Quadro FX 540, GeForce 6200, GeForce 6500,
	GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM),
	GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400,
	GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 6800,
	GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, GeForce 6200,
	GeForce 7800 GTX, GeForce 7800 GTX, GeForce 7800 GT, GeForce 7800 GS,
	GeForce 7800 SLI, GeForce Go 7800, GeForce Go 7800 GTX,
	Quadro FX 4500, GeForce 7300 LE, GeForce Go 7200, GeForce Go 7300,
	GeForce Go 7400, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M,
	Quadro FX 350, GeForce 7300 GS, GeForce Go 7600, GeForce Go 7600 GT,
	Quadro NVS 300M, Quadro FX 550M, GeForce Go 7900 GS,
	GeForce Go 7900 GTX, Quadro FX 2500M, Quadro FX 1500M, GeForce 6150,
	GeForce 6150 LE, GeForce 6100, GeForce Go 6150, GeForce Go 6100
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
	mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400,
	mgag550
(II) Primary Device is: PCI 01:00:0
(--) Chipset GeForce2 MX/MX 400 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	0xe4000000 - 0xe40000ff (0x100) MX[B]
	[5] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[6] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[7] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[8] -1	0	0xe3000000 - 0xe37fffff (0x800000) MX[B](B)
	[9] -1	0	0xe2000000 - 0xe2003fff (0x4000) MX[B](B)
	[10] -1	0	0xe0000000 - 0xe07fffff (0x800000) MX[B](B)
	[11] -1	0	0xdf000000 - 0xdf003fff (0x4000) MX[B](B)
	[12] -1	0	0xde000000 - 0xde7fffff (0x800000) MX[B](B)
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[16] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[17] -1	0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[18] -1	0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[19] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[20] -1	0	0x0000d400 - 0x0000d43f (0x40) IX[B]
	[21] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
(--) Chipset mga1064sg found
(--) Chipset mga2064w 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	0xe4000000 - 0xe40000ff (0x100) MX[B]
	[5] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[6] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[7] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[8] -1	0	0xe3000000 - 0xe37fffff (0x800000) MX[B](B)
	[9] -1	0	0xe2000000 - 0xe2003fff (0x4000) MX[B](B)
	[10] -1	0	0xe0000000 - 0xe07fffff (0x800000) MX[B](B)
	[11] -1	0	0xdf000000 - 0xdf003fff (0x4000) MX[B](B)
	[12] -1	0	0xde000000 - 0xde7fffff (0x800000) MX[B](B)
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[16] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[17] -1	0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[18] -1	0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[19] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[20] -1	0	0x0000d400 - 0x0000d43f (0x40) IX[B]
	[21] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
(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	0xe4000000 - 0xe40000ff (0x100) MX[B]
	[5] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[6] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[7] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[8] -1	0	0xe3000000 - 0xe37fffff (0x800000) MX[B](B)
	[9] -1	0	0xe2000000 - 0xe2003fff (0x4000) MX[B](B)
	[10] -1	0	0xe0000000 - 0xe07fffff (0x800000) MX[B](B)
	[11] -1	0	0xdf000000 - 0xdf003fff (0x4000) MX[B](B)
	[12] -1	0	0xde000000 - 0xde7fffff (0x800000) MX[B](B)
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[16] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[17] -1	0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[18] -1	0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[19] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[20] -1	0	0x0000d400 - 0x0000d43f (0x40) IX[B]
	[21] -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	0xe4000000 - 0xe40000ff (0x100) MX[B]
	[5] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[6] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[7] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[8] -1	0	0xe3000000 - 0xe37fffff (0x800000) MX[B](B)
	[9] -1	0	0xe2000000 - 0xe2003fff (0x4000) MX[B](B)
	[10] -1	0	0xe0000000 - 0xe07fffff (0x800000) MX[B](B)
	[11] -1	0	0xdf000000 - 0xdf003fff (0x4000) MX[B](B)
	[12] -1	0	0xde000000 - 0xde7fffff (0x800000) MX[B](B)
	[13] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[14] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[15] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[16] 1	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[17] 1	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[18] 1	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[19] 2	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[20] 2	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[21] 2	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[22] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[23] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[24] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[25] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[26] -1	0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[27] -1	0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[28] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[29] -1	0	0x0000d400 - 0x0000d43f (0x40) IX[B]
	[30] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[31] 0	0	0xdd0003b0 - 0xdd0003bb (0xc) IS[B]
	[32] 0	0	0xdd0003c0 - 0xdd0003df (0x20) IS[B]
	[33] 1	0	0x400003b0 - 0x400003bb (0xc) IS[B]
	[34] 1	0	0x400003c0 - 0x400003df (0x20) IS[B]
	[35] 2	0	0x400103b0 - 0x400103bb (0xc) IS[B]
	[36] 2	0	0x400103c0 - 0x400103df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) Setting vga for screen 2.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) NV(0): Initializing int10
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "GeForce2 MX/MX 400"
(**) NV(0): Depth 8, (--) framebuffer bpp 8
(==) NV(0): Default visual is PseudoColor
(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.0.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.8
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xD0000000
(--) NV(0): MMIO registers at 0xDC000000
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Reloading /usr/lib/xorg/modules/libi2c.so
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/lib/xorg/modules/libddc.so
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): Probing for EDID on I2C bus A...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0):   ... none found
(II) NV(0): Probing for EDID on I2C bus B...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0):   ... none found
(II) NV(0): Unable to detect display type...
(==) NV(0): ...Using default of CRT
(II) NV(0): Unable to detect which CRTCNumber...
(==) NV(0): ...Defaulting to CRTCNumber 0
(II) NV(0): Using CRT on CRTC 0
(--) NV(0): VideoRAM: 16384 kBytes
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) NV(0): Monitor0: Using hsync range of 30.00-96.00 kHz
(II) NV(0): Monitor0: Using vrefresh range of 50.00-160.00 Hz
(II) NV(0): Clock range:  12.00 to 350.00 MHz
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(II) NV(0): Not using default mode "928x696" (hsync out of range)
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(--) NV(0): Virtual size is 1600x1200 (pitch 1600)
(**) NV(0): *Default mode "1600x1200": 202.5 MHz, 93.8 kHz, 75.0 Hz
(II) NV(0): Modeline "1600x1200"  202.50  1600 1664 1856 2160  1200 1201 1204 
1250 +hsync +vsync
(**) NV(0): *Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) NV(0): Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772 808 
+hsync +vsync
(==) NV(0): DPI set to (75, 75)
(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.0.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.2
(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.0.0, module version = 1.2.0
	ABI class: X.Org Video Driver, version 0.8
(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.0.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.8
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/lib/xorg/modules/libvgahw.so
(--) MGA(1): Chipset: "mga2064w"
(**) MGA(1): Depth 8, (--) framebuffer bpp 8
(**) MGA(1): Option "OldDmaInit" "True"
(==) MGA(1): Using AGP 1x mode
(--) MGA(1): Linear framebuffer at 0xE3000000
(--) MGA(1): MMIO registers at 0xE2000000
(WW) MGA(1): Video BIOS info block not detected!
(--) MGA(1): VideoRAM: 4096 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) Reloading /usr/lib/xorg/modules/libi2c.so
(II) MGA(1): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is 0x0000
(II) MGA(1): DDC1 disabled - chip not in VGA mode
(II) MGA(1): I2C bus "DDC" initialized.
(II) MGA(1): I2C device "DDC:ddc2" registered at address 0xA0.
(II) MGA(1): I2C device "DDC:ddc2" removed.
(II) MGA(1): I2C Monitor info: 0x8209760
(II) MGA(1): Manufacturer: CPQ  Model: 1398  Serial#: 1906873958
(II) MGA(1): Year: 2001  Week: 38
(II) MGA(1): EDID Version: 1.3
(II) MGA(1): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) MGA(1): Sync:  Separate
(II) MGA(1): Max H-Image Size [cm]: horiz.: 32  vert.: 24
(II) MGA(1): Gamma: 2.63
(II) MGA(1): DPMS capabilities: Off; RGB/Color Display
(II) MGA(1): First detailed timing is preferred mode
(II) MGA(1): redX: 0.642 redY: 0.323   greenX: 0.279 greenY: 0.603
(II) MGA(1): blueX: 0.144 blueY: 0.062   whiteX: 0.284 whiteY: 0.296
(II) MGA(1): Supported VESA Video Modes:
(II) MGA(1): 720x400 at 70Hz
(II) MGA(1): 720x400 at 88Hz
(II) MGA(1): 640x480 at 60Hz
(II) MGA(1): 640x480 at 67Hz
(II) MGA(1): 640x480 at 72Hz
(II) MGA(1): 640x480 at 75Hz
(II) MGA(1): 800x600 at 56Hz
(II) MGA(1): 800x600 at 60Hz
(II) MGA(1): 800x600 at 72Hz
(II) MGA(1): 800x600 at 75Hz
(II) MGA(1): 832x624 at 75Hz
(II) MGA(1): 1024x768 at 87Hz (interlaced)
(II) MGA(1): 1024x768 at 60Hz
(II) MGA(1): 1024x768 at 70Hz
(II) MGA(1): 1024x768 at 75Hz
(II) MGA(1): 1152x870 at 75Hz
(II) MGA(1): Manufacturer's mask: 0
(II) MGA(1): Supported Future Video Modes:
(II) MGA(1): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) MGA(1): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) MGA(1): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) MGA(1): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) MGA(1): Supported additional Video Mode:
(II) MGA(1): clock: 94.5 MHz   Image Size:  310 x 232 mm
(II) MGA(1): h_active: 1024  h_sync: 1072  h_sync_end 1168 h_blank_end 1376 
h_border: 0
(II) MGA(1): v_active: 768  v_sync: 769  v_sync_end 772 v_blanking: 808 v_border: 0
(II) MGA(1): Ranges: V min: 50  V max: 160 Hz, H min: 30  H max: 70 kHz, 
PixClock max 110 MHz
(II) MGA(1): Monitor name: COMPAQ S720
(II) MGA(1): end of I2C Monitor info
(==) MGA(1): Using gamma correction (1.0, 1.0, 1.0)
(==) MGA(1): Min pixel clock is 12 MHz
(--) MGA(1): Max pixel clock is 220 MHz
(--) MGA(1): MCLK used is 50.0 MHz
(II) MGA(1): Monitor2: Using default hsync range of 30.00-70.00 kHz
(II) MGA(1): Monitor2: Using default vrefresh range of 50.00-160.00 Hz
(II) MGA(1): Clock range:  12.00 to 220.00 MHz
(WW) (1280x960,Monitor2) mode clock 148.5MHz exceeds DDC maximum 110MHz
(II) MGA(1): Not using default mode "1280x960" (hsync out of range)
(II) MGA(1): Not using default mode "640x480" (hsync out of range)
(WW) (1280x1024,Monitor2) mode clock 135MHz exceeds DDC maximum 110MHz
(II) MGA(1): Not using default mode "1280x1024" (hsync out of range)
(II) MGA(1): Not using default mode "640x512" (hsync out of range)
(WW) (1280x1024,Monitor2) mode clock 157.5MHz exceeds DDC maximum 110MHz
(II) MGA(1): Not using default mode "1280x1024" (hsync out of range)
(II) MGA(1): Not using default mode "640x512" (hsync out of range)
(WW) (1600x1200,Monitor2) mode clock 162MHz exceeds DDC maximum 110MHz
(II) MGA(1): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(1): Not using default mode "800x600" (hsync out of range)
(WW) (1600x1200,Monitor2) mode clock 175.5MHz exceeds DDC maximum 110MHz
(II) MGA(1): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(1): Not using default mode "800x600" (hsync out of range)
(WW) (1600x1200,Monitor2) mode clock 189MHz exceeds DDC maximum 110MHz
(II) MGA(1): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(1): Not using default mode "800x600" (hsync out of range)
(WW) (1600x1200,Monitor2) mode clock 202.5MHz exceeds DDC maximum 110MHz
(II) MGA(1): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(1): Not using default mode "800x600" (hsync out of range)
(II) MGA(1): Not using default mode "1600x1200" (bad mode 
clock/interlace/doublescan)
(WW) (800x600,Monitor2) mode clock 114.75MHz exceeds DDC maximum 110MHz
(II) MGA(1): Not using default mode "800x600" (hsync out of range)
(WW) (1792x1344,Monitor2) mode clock 204.8MHz exceeds DDC maximum 110MHz
(II) MGA(1): Not using default mode "1792x1344" (hsync out of range)
(II) MGA(1): Not using default mode "896x672" (hsync out of range)
(II) MGA(1): Not using default mode "1792x1344" (bad mode 
clock/interlace/doublescan)
(WW) (896x672,Monitor2) mode clock 130.5MHz exceeds DDC maximum 110MHz
(II) MGA(1): Not using default mode "896x672" (hsync out of range)
(WW) (1856x1392,Monitor2) mode clock 218.3MHz exceeds DDC maximum 110MHz
(II) MGA(1): Not using default mode "1856x1392" (hsync out of range)
(II) MGA(1): Not using default mode "928x696" (hsync out of range)
(II) MGA(1): Not using default mode "1856x1392" (bad mode 
clock/interlace/doublescan)
(WW) (928x696,Monitor2) mode clock 144MHz exceeds DDC maximum 110MHz
(II) MGA(1): Not using default mode "928x696" (hsync out of range)
(II) MGA(1): Not using default mode "1920x1440" (bad mode 
clock/interlace/doublescan)
(WW) (960x720,Monitor2) mode clock 117MHz exceeds DDC maximum 110MHz
(II) MGA(1): Not using default mode "960x720" (hsync out of range)
(II) MGA(1): Not using default mode "1920x1440" (bad mode 
clock/interlace/doublescan)
(WW) (960x720,Monitor2) mode clock 148.5MHz exceeds DDC maximum 110MHz
(II) MGA(1): Not using default mode "960x720" (hsync out of range)
(WW) (1152x864,Monitor2) mode clock 121.5MHz exceeds DDC maximum 110MHz
(II) MGA(1): Not using default mode "1152x864" (hsync out of range)
(II) MGA(1): Not using default mode "576x432" (hsync out of range)
(WW) (1400x1050,Monitor2) mode clock 122MHz exceeds DDC maximum 110MHz
(WW) (1400x1050,Monitor2) mode clock 151MHz exceeds DDC maximum 110MHz
(II) MGA(1): Not using default mode "1400x1050" (hsync out of range)
(II) MGA(1): Not using default mode "700x525" (hsync out of range)
(WW) (1400x1050,Monitor2) mode clock 155.8MHz exceeds DDC maximum 110MHz
(II) MGA(1): Not using default mode "1400x1050" (hsync out of range)
(II) MGA(1): Not using default mode "700x525" (hsync out of range)
(WW) (1400x1050,Monitor2) mode clock 184MHz exceeds DDC maximum 110MHz
(II) MGA(1): Not using default mode "1400x1050" (hsync out of range)
(II) MGA(1): Not using default mode "700x525" (hsync out of range)
(WW) (1680x1050,Monitor2) mode clock 147.14MHz exceeds DDC maximum 110MHz
(WW) (1680x1050,Monitor2) mode clock 146.25MHz exceeds DDC maximum 110MHz
(WW) (1680x1050,Monitor2) mode clock 214.51MHz exceeds DDC maximum 110MHz
(II) MGA(1): Not using default mode "1680x1050" (hsync out of range)
(II) MGA(1): Not using default mode "840x525" (hsync out of range)
(WW) (1920x1200,Monitor2) mode clock 193.16MHz exceeds DDC maximum 110MHz
(II) MGA(1): Not using default mode "1920x1200" (hsync out of range)
(II) MGA(1): Not using default mode "960x600" (hsync out of range)
(II) MGA(1): Not using default mode "1920x1200" (bad mode 
clock/interlace/doublescan)
(WW) (960x600,Monitor2) mode clock 115MHz exceeds DDC maximum 110MHz
(II) MGA(1): Not using default mode "960x600" (hsync out of range)
(II) MGA(1): Not using default mode "1920x1440" (bad mode 
clock/interlace/doublescan)
(WW) (960x720,Monitor2) mode clock 170.675MHz exceeds DDC maximum 110MHz
(II) MGA(1): Not using default mode "960x720" (hsync out of range)
(II) MGA(1): Not using default mode "2048x1536" (bad mode 
clock/interlace/doublescan)
(WW) (1024x768,Monitor2) mode clock 133.475MHz exceeds DDC maximum 110MHz
(II) MGA(1): Not using default mode "1024x768" (hsync out of range)
(II) MGA(1): Not using default mode "2048x1536" (bad mode 
clock/interlace/doublescan)
(WW) (1024x768,Monitor2) mode clock 170.24MHz exceeds DDC maximum 110MHz
(II) MGA(1): Not using default mode "1024x768" (hsync out of range)
(II) MGA(1): Not using default mode "2048x1536" (bad mode 
clock/interlace/doublescan)
(WW) (1024x768,Monitor2) mode clock 194.02MHz exceeds DDC maximum 110MHz
(II) MGA(1): Not using default mode "1024x768" (hsync out of range)
(--) MGA(1): Virtual size is 1024x768 (pitch 1024)
(**) MGA(1): *Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) MGA(1): Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772 808 
+hsync +vsync
(**) MGA(1): *Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) MGA(1): Modeline "800x600"   56.30  800 832 896 1048  600 601 604 631 
+hsync +vsync
(**) MGA(1): *Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) MGA(1): Modeline "640x480"   36.00  640 696 752 832  480 481 484 509 -hsync 
-vsync
(--) MGA(1): Display dimensions: (320, 240) mm
(--) MGA(1): DPI set to (81, 81)
(II) MGA(1): YDstOrg is set to 0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/lib/xorg/modules/libfb.so
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/lib/xorg/modules/libxaa.so
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Reloading /usr/lib/xorg/modules/libramdac.so
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/lib/xorg/modules/libvgahw.so
(--) MGA(2): Chipset: "mga1064sg"
(**) MGA(2): Depth 8, (--) framebuffer bpp 8
(**) MGA(2): Option "OldDmaInit" "True"
(==) MGA(2): Using AGP 1x mode
(--) MGA(2): Linear framebuffer at 0xDE000000
(--) MGA(2): MMIO registers at 0xDF000000
(--) MGA(2): Pseudo-DMA transfer window at 0xE0000000
(WW) MGA(2): Video BIOS info block not detected!
(--) MGA(2): VideoRAM: 2048 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) Reloading /usr/lib/xorg/modules/libi2c.so
(II) MGA(2): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is 0x0000
(II) MGA(2): DDC1 disabled - chip not in VGA mode
(II) MGA(2): I2C bus "DDC P1" initialized.
(II) MGA(2): I2C device "DDC P1:ddc2" registered at address 0xA0.
(II) MGA(2): I2C device "DDC P1:ddc2" removed.
(II) MGA(2): I2C Monitor info: 0x820c7d8
(II) MGA(2): Manufacturer: DEL  Model: 7001  Serial#: 1194341428
(II) MGA(2): Year: 2002  Week: 4
(II) MGA(2): EDID Version: 1.2
(II) MGA(2): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) MGA(2): Sync:  Separate
(II) MGA(2): Max H-Image Size [cm]: horiz.: 36  vert.: 27
(II) MGA(2): Gamma: 2.86
(II) MGA(2): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) MGA(2): First detailed timing is preferred mode
(II) MGA(2): redX: 0.638 redY: 0.325   greenX: 0.276 greenY: 0.596
(II) MGA(2): blueX: 0.143 blueY: 0.066   whiteX: 0.283 whiteY: 0.297
(II) MGA(2): Supported VESA Video Modes:
(II) MGA(2): 720x400 at 70Hz
(II) MGA(2): 640x480 at 60Hz
(II) MGA(2): 640x480 at 75Hz
(II) MGA(2): 800x600 at 75Hz
(II) MGA(2): 1024x768 at 75Hz
(II) MGA(2): 1280x1024 at 75Hz
(II) MGA(2): Manufacturer's mask: 0
(II) MGA(2): Supported Future Video Modes:
(II) MGA(2): #0: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) MGA(2): #1: hsize: 1280  vsize 1024  refresh: 85  vid: 39297
(II) MGA(2): #2: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) MGA(2): #3: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) MGA(2): #4: hsize: 1600  vsize 1200  refresh: 75  vid: 20393
(II) MGA(2): Supported additional Video Mode:
(II) MGA(2): clock: 94.5 MHz   Image Size:  355 x 265 mm
(II) MGA(2): h_active: 1024  h_sync: 1072  h_sync_end 1168 h_blank_end 1376 
h_border: 0
(II) MGA(2): v_active: 768  v_sync: 769  v_sync_end 772 v_blanking: 808 v_border: 0
(II) MGA(2): Serial No: 5C54421OG044
(II) MGA(2): Monitor name: DELL  M991
(II) MGA(2): Ranges: V min: 50  V max: 160 Hz, H min: 30  H max: 96 kHz, 
PixClock max 210 MHz
(II) MGA(2): end of I2C Monitor info
(==) MGA(2): Using gamma correction (1.0, 1.0, 1.0)
(==) MGA(2): Min pixel clock is 12 MHz
(--) MGA(2): Max pixel clock is 230 MHz
(II) MGA(2): Monitor1: Using default hsync range of 30.00-96.00 kHz
(II) MGA(2): Monitor1: Using default vrefresh range of 50.00-160.00 Hz
(II) MGA(2): Clock range:  12.00 to 230.00 MHz
(WW) (1600x1200,Monitor1) mode clock 229.5MHz exceeds DDC maximum 210MHz
(II) MGA(2): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(2): Not using default mode "800x600" (hsync out of range)
(II) MGA(2): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MGA(2): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MGA(2): Not using default mode "896x672" (hsync out of range)
(II) MGA(2): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MGA(2): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MGA(2): Not using default mode "928x696" (hsync out of range)
(II) MGA(2): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(2): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(2): Not using default mode "960x720" (hsync out of range)
(WW) (1680x1050,Monitor1) mode clock 214.51MHz exceeds DDC maximum 210MHz
(II) MGA(2): Not using default mode "1920x1200" (insufficient memory for mode)
(II) MGA(2): Not using default mode "1920x1200" (insufficient memory for mode)
(II) MGA(2): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(2): Not using default mode "960x720" (hsync out of range)
(II) MGA(2): Not using default mode "2048x1536" (insufficient memory for mode)
(II) MGA(2): Not using default mode "2048x1536" (insufficient memory for mode)
(II) MGA(2): Not using default mode "1024x768" (hsync out of range)
(II) MGA(2): Not using default mode "2048x1536" (insufficient memory for mode)
(II) MGA(2): Not using default mode "1024x768" (hsync out of range)
(--) MGA(2): Virtual size is 1024x768 (pitch 1024)
(**) MGA(2): *Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) MGA(2): Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772 808 
+hsync +vsync
(**) MGA(2): *Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) MGA(2): Modeline "800x600"   56.30  800 832 896 1048  600 601 604 631 
+hsync +vsync
(**) MGA(2): *Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D)
(II) MGA(2): Modeline "640x480"   74.25  640 672 752 864  480 480 482 505 
doublescan +hsync +vsync
(--) MGA(2): Display dimensions: (360, 270) mm
(--) MGA(2): DPI set to (72, 72)
(II) MGA(2): YDstOrg is set to 0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/lib/xorg/modules/libfb.so
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/lib/xorg/modules/libxaa.so
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Reloading /usr/lib/xorg/modules/libramdac.so
(II) do I need RAC?  Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/lib/xorg/modules/librac.so
(II) Module rac: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) resource ranges after preInit:
	[0] 1	0	0xe0000000 - 0xe07fffff (0x800000) MX[B]
	[1] 1	0	0xdf000000 - 0xdf003fff (0x4000) MX[B]
	[2] 1	0	0xde000000 - 0xde7fffff (0x800000) MX[B]
	[3] 2	0	0xe3000000 - 0xe37fffff (0x800000) MX[B]
	[4] 2	0	0xe2000000 - 0xe2003fff (0x4000) MX[B]
	[5] 0	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
	[6] 0	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B]
	[7] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[8] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[9] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[10] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[11] -1	0	0xe4000000 - 0xe40000ff (0x100) MX[B]
	[12] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[13] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[14] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[15] -1	0	0xe3000000 - 0xe37fffff (0x800000) MX[B](B)
	[16] -1	0	0xe2000000 - 0xe2003fff (0x4000) MX[B](B)
	[17] -1	0	0xe0000000 - 0xe07fffff (0x800000) MX[B](B)
	[18] -1	0	0xdf000000 - 0xdf003fff (0x4000) MX[B](B)
	[19] -1	0	0xde000000 - 0xde7fffff (0x800000) MX[B](B)
	[20] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[21] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[22] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[23] 1	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[24] 1	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[25] 1	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[26] 2	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[27] 2	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[28] 2	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[29] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[30] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[31] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[32] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[33] -1	0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[34] -1	0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[35] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[36] -1	0	0x0000d400 - 0x0000d43f (0x40) IX[B]
	[37] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[38] 0	0	0xdd0003b0 - 0xdd0003bb (0xc) IS[B](OprU)
	[39] 0	0	0xdd0003c0 - 0xdd0003df (0x20) IS[B](OprU)
	[40] 1	0	0x400003b0 - 0x400003bb (0xc) IS[B](OprU)
	[41] 1	0	0x400003c0 - 0x400003df (0x20) IS[B](OprU)
	[42] 2	0	0x400103b0 - 0x400103bb (0xc) IS[B](OprU)
	[43] 2	0	0x400103c0 - 0x400103df (0x20) IS[B](OprU)
(II) NV(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Indirect CPU to Screen color expansion
	Solid Lines
	Scanline Image Writes
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		32 256x256 slots
		16 512x512 slots
(==) NV(0): Backing store disabled
(==) NV(0): Silken mouse enabled
(**) Option "dpms"
(**) NV(0): DPMS enabled
(==) RandR enabled
(II) MGA(1): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is 0x0000
(--) MGA(1): 32 DWORD fifo
(==) MGA(1): Default visual is PseudoColor
(EE) MGA(1): [drm] Direct rendering only supported with G200/G400/G450/G550.
(II) MGA(1): Using 3328 lines for offscreen memory.
(II) MGA(1): 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
		20 256x256 slots
		6 512x512 slots
(==) MGA(1): Backing store disabled
(==) MGA(1): Silken mouse enabled
(**) Option "dpms"
(**) MGA(1): DPMS enabled
(WW) MGA(1): Direct rendering disabled
(==) RandR enabled
(II) MGA(2): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is 0x0000
(--) MGA(2): 32 DWORD fifo
(==) MGA(2): Default visual is PseudoColor
(EE) MGA(2): Static buffer allocation failed, not initializing the DRI
(EE) MGA(2): Need at least 2304 kB video memory at this resolution, bit depth
(II) MGA(2): Using 1279 lines for offscreen memory.
(II) MGA(2): 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
		10 256x256 slots
(==) MGA(2): Backing store disabled
(==) MGA(2): Silken mouse enabled
(**) Option "dpms"
(**) MGA(2): DPMS enabled
(WW) MGA(2): Direct rendering disabled
(==) RandR enabled
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Entity 2 shares no resources
(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
error opening security policy file /etc/X11/xserver/SecurityPolicy
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc104"
(**) Generic Keyboard: XkbModel: "pc104"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ExplorerPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ExplorerPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(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






More information about the xorg mailing list