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

Bug#220448: xserver-xfree86: Some fonts simply don't show up, adobe courier for example



Package: xserver-xfree86
Version: 4.3.0-0pre1v3
Severity: normal


[First of all I had the same problem with the version of X in unstable. This
was one of the reasons I tried the experimental version]

I have a problem that some fonts simply don't show up, instead I get blank
lines. But I can't figure out exactly what the pattern is. When I play with
xfontsel I cannot reproduce the problem. But the problem isn't just a
particular application, both Konqueror and Mozilla have precisely the same
behaviour, for example.

I think the problem affects only the Adobe fonts, but some adobe fonts do show
up just fine (Symbol, Bookman, Century) while others show up as blank lines
(Courier) and others don't even show up in my font menus (whatever happened to
Times, Avant Garde, Zapf Dingbats?)

The most common problem occurs with Courier, especially since it's the deafult
fixed width font for a lot of applications. It's driving me nuts on the php.net
web site for example where the style sheet uses it for a lot of things.

The weird thing is that courier and several other fonts show up in the
konqueror font menu (which uses the font itself for each choice) as blank. Some
of the blank fonts work fine, others seem to display as blanks like Courier.
Not all of them are adobe fonts.

Reading the other bug reports I thought it might be the same as the :unscaled
bug but I replaced the Files section of my Config with the set specified in
that bug report and the problem persists unchanged. The config I was using
previously is commented out.

One thing that frightens me though -- the mouse pointer is still big, like the
big-cursor font in the commented out section. I don't understand how that would
be. I C-A-BS'd the server to make sure it reread the config file. And I'm
pretty sure I'm editing the right config file.





-- Package-specific info:
01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400 AGP (rev 04)
02:0c.0 VGA compatible controller: ATI Technologies Inc 3D Rage I/II 215GT [Mach64 GT] (rev 41)
01:00.0 Class 0300: 102b:0525 (rev 04)
02:0c.0 Class 0300: 1002:4754 (rev 41)

# XF86Config-4 (XFree86 server configuration file) generated by Dexter, the
# Debian X Configuration tool.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)

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


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

Section "ServerFlags"
EndSection

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

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

Section "InputDevice"
	Identifier	"Generic Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Protocol"		"MouseManPlusPS/2"
	Option		"Device"		"/dev/psaux"
	Option		"Emulate3Buttons"	"false"
        Option          "Buttons"               "5"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
	Identifier	"G400"
	BusID "1:0:0"
	Driver "mga"
	Option "AGPMode" "4"
EndSection

Section "Device"
	Identifier	"ATI"
	BusID "2:12:0"
	Driver "ati"
	Option "TVOut"

EndSection

Section "Device"
	Identifier	"TI"
	BusID "2:10:0"
	Driver "glint"
	Option "NoINT10"
EndSection


Section "Monitor"
	Identifier "GVC"
	HorizSync	28-60
	VertRefresh	43-75
   Mode "320x240" 
    DotClock   30
    HTimings   320 336 384 400     
    VTimings   240 244 246 262 
     Flags        "Doublescan"
   EndMode 

   Mode "352x240" 
    DotClock   30
    HTimings   352 368 416 432     
    VTimings   240 244 246 262 
     Flags        "Doublescan"
   EndMode 

   Mode "352x280" 
    DotClock   30
    HTimings   352 368 416 432     
    VTimings   280 288 290 302 
     Flags        "Doublescan"
   EndMode 

   Mode "352x288" 
    DotClock   30
    HTimings   352 368 416 432     
    VTimings   288 296 300 310 
     Flags        "Doublescan"
   EndMode 


EndSection


Section "Monitor"
	Identifier	"Sony"
	HorizSync	31.5-121.0
	VertRefresh	48-160
	Option		"DPMS"
	Option		"noDDC2"
	Option		"noDDCvbe"
	Option		"noDDC1"

   Mode "320x240" 
    DotClock   30
    HTimings   320 336 384 400     
    VTimings   240 244 246 262 
     Flags        "Doublescan"
   EndMode 

   Mode "352x240" 
    DotClock   30
    HTimings   352 368 416 432     
    VTimings   240 244 246 262 
     Flags        "Doublescan"
   EndMode 

   Mode "352x280" 
    DotClock   30
    HTimings   352 368 416 432     
    VTimings   280 288 290 302 
     Flags        "Doublescan"
   EndMode 

   Mode "352x288" 
    DotClock   30
    HTimings   352 368 416 432     
    VTimings   288 296 300 310 
     Flags        "Doublescan"
   EndMode 

EndSection

Section "Screen"
	Identifier	"ATI"
	Device		"ATI"
	Monitor		"GVC"
	DefaultDepth	15
	Subsection "Display"
		Depth	15
		Modes	"800x600" "640x480" "320x240" "352x240" "352x280" "352x288" 
	EndSubSection
EndSection
Section "Screen"
	Identifier	"TI"
	Device		"TI"
	Monitor		"GVC"
	DefaultDepth	16
	Subsection "Display"
		Depth	16
		Modes	"800x600"
	EndSubSection
EndSection



Section "Screen"
	Identifier	"MGA"
	Device		"G400"
	Monitor		"Sony"
	DefaultDepth	16
	SubSection "Display"
		Depth		1
		Modes		"1600x1200" "1280x960" "1152x864" "1024x768" "800x600" "640x480" "320x240" "352x240" "352x280" "352x288" 
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1600x1200" "1280x960" "1152x864" "1024x768" "800x600" "640x480" "320x240" "352x240" "352x280" "352x288" 
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1600x1200" "1280x960" "1152x864" "1024x768" "800x600" "640x480" "320x240" "352x240" "352x280" "352x288" 
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1600x1200" "1280x960" "1152x864" "1024x768" "800x600" "640x480" "320x240" "352x240" "352x280" "352x288" 
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200" "1280x960" "1152x864" "1024x768" "800x600" "640x480" "320x240" "352x240" "352x280" "352x288" 
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200" "1280x960" "1152x864" "1024x768" "800x600" "640x480" "320x240" "352x240" "352x280" "352x288" 
	EndSubSection
	SubSection "Display"
		Depth		32
		Modes		"1600x1200" "1280x960" "1152x864" "1024x768" "800x600" "640x480" "320x240" "352x240" "352x280" "352x288" 
	EndSubSection
EndSection

Section "Screen"
	Identifier	"MGA800x600"
	Device		"G400"
	Monitor		"Sony"
	DefaultDepth	16
	SubSection "Display"
		Depth		16
		Modes		"800x600"
	EndSubSection
EndSection
Section "Screen"
	Identifier	"MGA640x480"
	Device		"G400"
	Monitor		"Sony"
	DefaultDepth	16
	SubSection "Display"
		Depth		16
		Modes		 "640x480"
	EndSubSection
EndSection




Section "ServerLayout"
	Identifier	"Three"
	Screen		"MGA"
	Screen		"TI"  LeftOf   "MGA"
	Screen		"ATI" Below "TI"
	InputDevice	"Generic Keyboard"
	InputDevice	"Generic Mouse"
EndSection

Section "ServerLayout"
	Identifier	"small"
	Screen		"MGA800x600"
	InputDevice	"Generic Keyboard"
	InputDevice	"Generic Mouse"
EndSection


Section "DRI"
	Mode	0666
EndSection

# end of XF86Config


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

XFree86 Version 4.3.0.1 (Debian 4.3.0-0pre1v3 20030928104247 madkiss@minerva.local.lan)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.22-rc4 i686 [ELF] 
Build Date: 28 September 2003
	Before reporting problems, check http://www.XFree86.Org/
	to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.23-pre4 (stark@stark.dyndns.tv) (gcc version 3.3.2 20030908 (Debian prerelease)) #1 SMP Sun Sep 21 04:35:38 EDT 2003 
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Wed Nov 12 13:26:43 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Three"
(**) |-->Screen "MGA" (0)
(**) |   |-->Monitor "Sony"
(**) |   |-->Device "G400"
(**) |-->Screen "TI" (1)
(**) |   |-->Monitor "GVC"
(**) |   |-->Device "TI"
(**) |-->Screen "ATI" (2)
(**) |   |-->Monitor "GVC"
(**) |   |-->Device "ATI"
(**) |-->Input Device "Generic Keyboard"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Generic Mouse"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.2
	XFree86 Video Driver: 0.6
	XFree86 XInput driver : 0.4
	XFree86 Server Extension : 0.2
	XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2570 card 1043,80f2 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2571 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24d2 card 1043,80a6 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 1043,80a6 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 1043,80a6 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 1043,80a6 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 1043,80a6 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 1043,80a6 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,24d1 card 1043,80a6 rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 1043,80a6 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24d5 card 1043,80f3 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 102b,0525 card 102b,0338 rev 04 class 03,00,00 hdr 00
(II) PCI: 02:05:0: chip 10b7,1700 card 1043,80eb rev 12 class 02,00,00 hdr 00
(II) PCI: 02:0a:0: chip 104c,3d04 card 0000,0000 rev 01 class 03,00,00 hdr 00
(II) PCI: 02:0c:0: chip 1002,4754 card 1002,4754 rev 41 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xf2d00000 - 0xf3dfffff (0x1100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xeec00000 - 0xf2bfffff (0x4000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xf3e00000 - 0xf7efffff (0x4100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) Matrox Graphics, Inc. MGA G400 AGP rev 4, Mem @ 0xf0000000/25, 0xf3dfc000/14, 0xf3000000/23, BIOS @ 0xf3de0000/16
(--) PCI: (2:10:0) Texas Instruments TVP4010 [Permedia] rev 1, Mem @ 0xf7ec0000/17, 0xf7000000/23, 0xf6800000/23, BIOS @ 0xf7ef0000/16
(--) PCI: (2:12:0) ATI Technologies Inc 3D Rage I/II 215GT [Mach64 GT] rev 65, Mem @ 0xf5000000/24, 0xf7eeb000/12, I/O @ 0xd000/8, BIOS @ 0xf7ea0000/17
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf8000000 from 0xfbffffff to 0xf7ffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xf7eec000 - 0xf7eeffff (0x4000) MX[B]
	[1] -1	0	0xf7fff000 - 0xf7fff0ff (0x100) MX[B]
	[2] -1	0	0xf7fff400 - 0xf7fff5ff (0x200) MX[B]
	[3] -1	0	0x40000000 - 0x400003ff (0x400) MX[B]
	[4] -1	0	0xf7fffc00 - 0xf7ffffff (0x400) MX[B]
	[5] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[6] -1	0	0xf3de0000 - 0xf3deffff (0x10000) MX[B](B)
	[7] -1	0	0xf3000000 - 0xf37fffff (0x800000) MX[B](B)
	[8] -1	0	0xf3dfc000 - 0xf3dfffff (0x4000) MX[B](B)
	[9] -1	0	0xf0000000 - 0xf1ffffff (0x2000000) MX[B](B)
	[10] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[11] -1	0	0x0000ee80 - 0x0000eebf (0x40) IX[B]
	[12] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[13] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[14] -1	0	0x0000ef60 - 0x0000ef6f (0x10) IX[B]
	[15] -1	0	0x0000efa8 - 0x0000efab (0x4) IX[B]
	[16] -1	0	0x0000efa0 - 0x0000efa7 (0x8) IX[B]
	[17] -1	0	0x0000efac - 0x0000efaf (0x4) IX[B]
	[18] -1	0	0x0000efe0 - 0x0000efe7 (0x8) IX[B]
	[19] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[20] -1	0	0x0000ef80 - 0x0000ef9f (0x20) IX[B]
	[21] -1	0	0x0000ef40 - 0x0000ef5f (0x20) IX[B]
	[22] -1	0	0x0000ef20 - 0x0000ef3f (0x20) IX[B]
	[23] -1	0	0x0000ef00 - 0x0000ef1f (0x20) IX[B]
(II) Inactive PCI resource ranges:
	[0] -1	0	0xf7ea0000 - 0xf7ebffff (0x20000) MX[B](B)
	[1] -1	0	0xf7eeb000 - 0xf7eebfff (0x1000) MX[B](B)
	[2] -1	0	0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
	[3] -1	0	0xf7ef0000 - 0xf7efffff (0x10000) MX[B](B)
	[4] -1	0	0xf6800000 - 0xf6ffffff (0x800000) MX[B](B)
	[5] -1	0	0xf7000000 - 0xf77fffff (0x800000) MX[B](B)
	[6] -1	0	0xf7ec0000 - 0xf7edffff (0x20000) MX[B](B)
	[7] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xf7eec000 - 0xf7eeffff (0x4000) MX[B]
	[1] -1	0	0xf7fff000 - 0xf7fff0ff (0x100) MX[B]
	[2] -1	0	0xf7fff400 - 0xf7fff5ff (0x200) MX[B]
	[3] -1	0	0x40000000 - 0x400003ff (0x400) MX[B]
	[4] -1	0	0xf7fffc00 - 0xf7ffffff (0x400) MX[B]
	[5] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[6] -1	0	0xf3de0000 - 0xf3deffff (0x10000) MX[B](B)
	[7] -1	0	0xf3000000 - 0xf37fffff (0x800000) MX[B](B)
	[8] -1	0	0xf3dfc000 - 0xf3dfffff (0x4000) MX[B](B)
	[9] -1	0	0xf0000000 - 0xf1ffffff (0x2000000) MX[B](B)
	[10] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[11] -1	0	0x0000ee80 - 0x0000eebf (0x40) IX[B]
	[12] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[13] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[14] -1	0	0x0000ef60 - 0x0000ef6f (0x10) IX[B]
	[15] -1	0	0x0000efa8 - 0x0000efab (0x4) IX[B]
	[16] -1	0	0x0000efa0 - 0x0000efa7 (0x8) IX[B]
	[17] -1	0	0x0000efac - 0x0000efaf (0x4) IX[B]
	[18] -1	0	0x0000efe0 - 0x0000efe7 (0x8) IX[B]
	[19] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[20] -1	0	0x0000ef80 - 0x0000ef9f (0x20) IX[B]
	[21] -1	0	0x0000ef40 - 0x0000ef5f (0x20) IX[B]
	[22] -1	0	0x0000ef20 - 0x0000ef3f (0x20) IX[B]
	[23] -1	0	0x0000ef00 - 0x0000ef1f (0x20) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0	0xf7ea0000 - 0xf7ebffff (0x20000) MX[B](B)
	[1] -1	0	0xf7eeb000 - 0xf7eebfff (0x1000) MX[B](B)
	[2] -1	0	0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
	[3] -1	0	0xf7ef0000 - 0xf7efffff (0x10000) MX[B](B)
	[4] -1	0	0xf6800000 - 0xf6ffffff (0x800000) MX[B](B)
	[5] -1	0	0xf7000000 - 0xf77fffff (0x800000) MX[B](B)
	[6] -1	0	0xf7ec0000 - 0xf7edffff (0x20000) MX[B](B)
	[7] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xf7eec000 - 0xf7eeffff (0x4000) MX[B]
	[6] -1	0	0xf7fff000 - 0xf7fff0ff (0x100) MX[B]
	[7] -1	0	0xf7fff400 - 0xf7fff5ff (0x200) MX[B]
	[8] -1	0	0x40000000 - 0x400003ff (0x400) MX[B]
	[9] -1	0	0xf7fffc00 - 0xf7ffffff (0x400) MX[B]
	[10] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[11] -1	0	0xf3de0000 - 0xf3deffff (0x10000) MX[B](B)
	[12] -1	0	0xf3000000 - 0xf37fffff (0x800000) MX[B](B)
	[13] -1	0	0xf3dfc000 - 0xf3dfffff (0x4000) MX[B](B)
	[14] -1	0	0xf0000000 - 0xf1ffffff (0x2000000) MX[B](B)
	[15] -1	0	0xf7ea0000 - 0xf7ebffff (0x20000) MX[B](B)
	[16] -1	0	0xf7eeb000 - 0xf7eebfff (0x1000) MX[B](B)
	[17] -1	0	0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
	[18] -1	0	0xf7ef0000 - 0xf7efffff (0x10000) MX[B](B)
	[19] -1	0	0xf6800000 - 0xf6ffffff (0x800000) MX[B](B)
	[20] -1	0	0xf7000000 - 0xf77fffff (0x800000) MX[B](B)
	[21] -1	0	0xf7ec0000 - 0xf7edffff (0x20000) MX[B](B)
	[22] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[23] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[24] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[25] -1	0	0x0000ee80 - 0x0000eebf (0x40) IX[B]
	[26] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[27] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[28] -1	0	0x0000ef60 - 0x0000ef6f (0x10) IX[B]
	[29] -1	0	0x0000efa8 - 0x0000efab (0x4) IX[B]
	[30] -1	0	0x0000efa0 - 0x0000efa7 (0x8) IX[B]
	[31] -1	0	0x0000efac - 0x0000efaf (0x4) IX[B]
	[32] -1	0	0x0000efe0 - 0x0000efe7 (0x8) IX[B]
	[33] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[34] -1	0	0x0000ef80 - 0x0000ef9f (0x20) IX[B]
	[35] -1	0	0x0000ef40 - 0x0000ef5f (0x20) IX[B]
	[36] -1	0	0x0000ef20 - 0x0000ef3f (0x20) IX[B]
	[37] -1	0	0x0000ef00 - 0x0000ef1f (0x20) IX[B]
	[38] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_vertex.o":  No symbols found
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 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 FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 2.0.2
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols found
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.2
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mga"
(II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
(II) Module mga: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.1.0
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "glint"
(II) Loading /usr/X11R6/lib/modules/drivers/glint_drv.o
(II) Module glint: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 6.4.18
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.4
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
	mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400,
	mgag550
(II) GLINT: driver for 3Dlabs chipsets: gamma, gamma2, ti_pm2, ti_pm, r4,
	pm4, pm3, pm2v, pm2, pm, 300sx, 500tx, mx, delta
(II) ATI: ATI driver (version 6.4.18) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
	ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
	ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
	ATI Rage 128 Pro GL PA (AGP?), ATI Rage 128 Pro GL PB (AGP?),
	ATI Rage 128 Pro GL PC (AGP?), ATI Rage 128 Pro GL PD (PCI),
	ATI Rage 128 Pro GL PE (AGP?), ATI Rage 128 Pro GL PF (AGP),
	ATI Rage 128 Pro VR PG (AGP?), ATI Rage 128 Pro VR PH (AGP?),
	ATI Rage 128 Pro VR PI (AGP?), ATI Rage 128 Pro VR PJ (AGP?),
	ATI Rage 128 Pro VR PK (AGP?), ATI Rage 128 Pro VR PL (AGP?),
	ATI Rage 128 Pro VR PM (AGP?), ATI Rage 128 Pro VR PN (AGP?),
	ATI Rage 128 Pro VR PO (AGP?), ATI Rage 128 Pro VR PP (PCI),
	ATI Rage 128 Pro VR PQ (AGP?), ATI Rage 128 Pro VR PR (PCI),
	ATI Rage 128 Pro VR PS (AGP?), ATI Rage 128 Pro VR PT (AGP?),
	ATI Rage 128 Pro VR PU (AGP?), ATI Rage 128 Pro VR PV (AGP?),
	ATI Rage 128 Pro VR PW (AGP?), ATI Rage 128 Pro VR PX (AGP?),
	ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
	ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
	ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (AGP?),
	ATI Rage 128 4X SF (AGP?), ATI Rage 128 4X SG (AGP?),
	ATI Rage 128 4X SH (AGP?), ATI Rage 128 4X SK (AGP?),
	ATI Rage 128 4X SL (AGP?), ATI Rage 128 4X SM (AGP),
	ATI Rage 128 4X SN (AGP?), ATI Rage 128 Pro ULTRA TF (AGP),
	ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
	ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
	ATI Rage 128 Pro ULTRA TU (AGP?)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI Radeon VE/7000 QY (AGP), ATI Radeon VE/7000 QZ (AGP),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
	ATI Radeon IGP330/340/350 (A4) 4137,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QI (AGP),
	ATI Radeon 8500 QJ (AGP), ATI Radeon 8500 QK (AGP),
	ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP),
	ATI Radeon 8500 QN (AGP), ATI Radeon 8500 QO (AGP),
	ATI Radeon 8500 Qh (AGP), ATI Radeon 8500 Qi (AGP),
	ATI Radeon 8500 Qj (AGP), ATI Radeon 8500 Qk (AGP),
	ATI Radeon 8500 Ql (AGP), ATI Radeon 8500 BB (AGP),
	ATI Radeon 7500 QW (AGP), ATI Radeon 7500 QX (AGP),
	ATI Radeon 9000 Id (AGP), ATI Radeon 9000 Ie (AGP),
	ATI Radeon 9000 If (AGP), ATI Radeon 9000 Ig (AGP),
	ATI Radeon Mobility M9 Ld (AGP), ATI Radeon Mobility M9 Le (AGP),
	ATI Radeon Mobility M9 Lf (AGP), ATI Radeon Mobility M9 Lg (AGP),
	ATI Radeon 9200 5960 (AGP), ATI Radeon 9200 5961 (AGP),
	ATI Radeon 9200 5962 (AGP), ATI Radeon 9200 5963 (AGP),
	ATI Radeon M9+ 5968 (AGP), ATI Radeon M9+ 5969 (AGP),
	ATI Radeon M9+ 596A (AGP), ATI Radeon M9+ 596B (AGP),
	ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP),
	ATI Radeon 9500 AF (AGP), ATI FireGL Z1/X1 AG (AGP),
	ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
	ATI Radeon 9700 NF (AGP), ATI FireGL X1 NG (AGP)
(II) Primary Device is: PCI 01:00:0
(--) Chipset mgag400 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xf7eec000 - 0xf7eeffff (0x4000) MX[B]
	[6] -1	0	0xf7fff000 - 0xf7fff0ff (0x100) MX[B]
	[7] -1	0	0xf7fff400 - 0xf7fff5ff (0x200) MX[B]
	[8] -1	0	0x40000000 - 0x400003ff (0x400) MX[B]
	[9] -1	0	0xf7fffc00 - 0xf7ffffff (0x400) MX[B]
	[10] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[11] -1	0	0xf3de0000 - 0xf3deffff (0x10000) MX[B](B)
	[12] -1	0	0xf3000000 - 0xf37fffff (0x800000) MX[B](B)
	[13] -1	0	0xf3dfc000 - 0xf3dfffff (0x4000) MX[B](B)
	[14] -1	0	0xf0000000 - 0xf1ffffff (0x2000000) MX[B](B)
	[15] -1	0	0xf7ea0000 - 0xf7ebffff (0x20000) MX[B](B)
	[16] -1	0	0xf7eeb000 - 0xf7eebfff (0x1000) MX[B](B)
	[17] -1	0	0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
	[18] -1	0	0xf7ef0000 - 0xf7efffff (0x10000) MX[B](B)
	[19] -1	0	0xf6800000 - 0xf6ffffff (0x800000) MX[B](B)
	[20] -1	0	0xf7000000 - 0xf77fffff (0x800000) MX[B](B)
	[21] -1	0	0xf7ec0000 - 0xf7edffff (0x20000) MX[B](B)
	[22] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[23] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[24] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[25] -1	0	0x0000ee80 - 0x0000eebf (0x40) IX[B]
	[26] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[27] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[28] -1	0	0x0000ef60 - 0x0000ef6f (0x10) IX[B]
	[29] -1	0	0x0000efa8 - 0x0000efab (0x4) IX[B]
	[30] -1	0	0x0000efa0 - 0x0000efa7 (0x8) IX[B]
	[31] -1	0	0x0000efac - 0x0000efaf (0x4) IX[B]
	[32] -1	0	0x0000efe0 - 0x0000efe7 (0x8) IX[B]
	[33] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[34] -1	0	0x0000ef80 - 0x0000ef9f (0x20) IX[B]
	[35] -1	0	0x0000ef40 - 0x0000ef5f (0x20) IX[B]
	[36] -1	0	0x0000ef20 - 0x0000ef3f (0x20) IX[B]
	[37] -1	0	0x0000ef00 - 0x0000ef1f (0x20) IX[B]
	[38] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(--) Chipset ti_pm found
(II) ATI:  Candidate "Device" section "ATI".
(II) ATI:  Shared PCI/AGP Mach64 in slot 2:12:0 detected.
(II) ATI:  Shared PCI/AGP Mach64 in slot 2:12:0 assigned to active "Device" section "ATI".
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xf7eec000 - 0xf7eeffff (0x4000) MX[B]
	[6] -1	0	0xf7fff000 - 0xf7fff0ff (0x100) MX[B]
	[7] -1	0	0xf7fff400 - 0xf7fff5ff (0x200) MX[B]
	[8] -1	0	0x40000000 - 0x400003ff (0x400) MX[B]
	[9] -1	0	0xf7fffc00 - 0xf7ffffff (0x400) MX[B]
	[10] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[11] -1	0	0xf3de0000 - 0xf3deffff (0x10000) MX[B](B)
	[12] -1	0	0xf3000000 - 0xf37fffff (0x800000) MX[B](B)
	[13] -1	0	0xf3dfc000 - 0xf3dfffff (0x4000) MX[B](B)
	[14] -1	0	0xf0000000 - 0xf1ffffff (0x2000000) MX[B](B)
	[15] -1	0	0xf7ea0000 - 0xf7ebffff (0x20000) MX[B](B)
	[16] -1	0	0xf7eeb000 - 0xf7eebfff (0x1000) MX[B](B)
	[17] -1	0	0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
	[18] -1	0	0xf7ef0000 - 0xf7efffff (0x10000) MX[B](B)
	[19] -1	0	0xf6800000 - 0xf6ffffff (0x800000) MX[B](B)
	[20] -1	0	0xf7000000 - 0xf77fffff (0x800000) MX[B](B)
	[21] -1	0	0xf7ec0000 - 0xf7edffff (0x20000) MX[B](B)
	[22] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[23] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[24] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[25] -1	0	0x0000ee80 - 0x0000eebf (0x40) IX[B]
	[26] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[27] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[28] -1	0	0x0000ef60 - 0x0000ef6f (0x10) IX[B]
	[29] -1	0	0x0000efa8 - 0x0000efab (0x4) IX[B]
	[30] -1	0	0x0000efa0 - 0x0000efa7 (0x8) IX[B]
	[31] -1	0	0x0000efac - 0x0000efaf (0x4) IX[B]
	[32] -1	0	0x0000efe0 - 0x0000efe7 (0x8) IX[B]
	[33] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[34] -1	0	0x0000ef80 - 0x0000ef9f (0x20) IX[B]
	[35] -1	0	0x0000ef40 - 0x0000ef5f (0x20) IX[B]
	[36] -1	0	0x0000ef20 - 0x0000ef3f (0x20) IX[B]
	[37] -1	0	0x0000ef00 - 0x0000ef1f (0x20) IX[B]
	[38] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(II) Loading sub module "atimisc"
(II) LoadModule: "atimisc"
(II) Loading /usr/X11R6/lib/modules/drivers/atimisc_drv.o
(II) Module atimisc: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 6.4.18
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.6
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xf7eec000 - 0xf7eeffff (0x4000) MX[B]
	[6] -1	0	0xf7fff000 - 0xf7fff0ff (0x100) MX[B]
	[7] -1	0	0xf7fff400 - 0xf7fff5ff (0x200) MX[B]
	[8] -1	0	0x40000000 - 0x400003ff (0x400) MX[B]
	[9] -1	0	0xf7fffc00 - 0xf7ffffff (0x400) MX[B]
	[10] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[11] -1	0	0xf3de0000 - 0xf3deffff (0x10000) MX[B](B)
	[12] -1	0	0xf3000000 - 0xf37fffff (0x800000) MX[B](B)
	[13] -1	0	0xf3dfc000 - 0xf3dfffff (0x4000) MX[B](B)
	[14] -1	0	0xf0000000 - 0xf1ffffff (0x2000000) MX[B](B)
	[15] -1	0	0xf7ea0000 - 0xf7ebffff (0x20000) MX[B](B)
	[16] -1	0	0xf7eeb000 - 0xf7eebfff (0x1000) MX[B](B)
	[17] -1	0	0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
	[18] -1	0	0xf7ef0000 - 0xf7efffff (0x10000) MX[B](B)
	[19] -1	0	0xf6800000 - 0xf6ffffff (0x800000) MX[B](B)
	[20] -1	0	0xf7000000 - 0xf77fffff (0x800000) MX[B](B)
	[21] -1	0	0xf7ec0000 - 0xf7edffff (0x20000) MX[B](B)
	[22] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[23] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[24] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[25] 2	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[26] 2	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[27] 2	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[28] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[29] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[30] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[31] -1	0	0x0000ee80 - 0x0000eebf (0x40) IX[B]
	[32] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[33] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[34] -1	0	0x0000ef60 - 0x0000ef6f (0x10) IX[B]
	[35] -1	0	0x0000efa8 - 0x0000efab (0x4) IX[B]
	[36] -1	0	0x0000efa0 - 0x0000efa7 (0x8) IX[B]
	[37] -1	0	0x0000efac - 0x0000efaf (0x4) IX[B]
	[38] -1	0	0x0000efe0 - 0x0000efe7 (0x8) IX[B]
	[39] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[40] -1	0	0x0000ef80 - 0x0000ef9f (0x20) IX[B]
	[41] -1	0	0x0000ef40 - 0x0000ef5f (0x20) IX[B]
	[42] -1	0	0x0000ef20 - 0x0000ef3f (0x20) IX[B]
	[43] -1	0	0x0000ef00 - 0x0000ef1f (0x20) IX[B]
	[44] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
	[45] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[46] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
	[47] 2	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[48] 2	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 2.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.6
(--) MGA(0): Chipset: "mgag400" (G400)
(II) Loading sub module "mga_hal"
(II) LoadModule: "mga_hal"
(II) Loading /usr/X11R6/lib/modules/drivers/mga_hal_drv.o
(II) Module mga_hal: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(==) MGA(0): Matrox HAL module used
(**) MGA(0): Depth 16, (--) framebuffer bpp 16
(==) MGA(0): RGB weight 565
(**) MGA(0): Option "AGPMode" "4"
(**) MGA(0): Using AGP 4x mode
(--) MGA(0): Linear framebuffer at 0xF0000000
(--) MGA(0): MMIO registers at 0xF3DFC000
(--) MGA(0): Pseudo-DMA transfer window at 0xF3000000
(--) MGA(0): BIOS at 0xF3DE0000
(II) Truncating PCI BIOS Length to 32768
(--) MGA(0): Video BIOS info block at offset 0x07A80
(WW) MGA(0): Video BIOS info block not detected!
(II) MGA(0): MGABios.RamdacType = 0x0
(==) MGA(0): Write-combining range (0xf0000000,0x2000000)
(--) MGA(0): VideoRAM: 16384 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.2.0
	ABI class: XFree86 Video Driver, version 0.6
(==) MGA(0): Write-combining range (0xf0000000,0x1000000)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) MGA(0): I2C bus "DDC" initialized.
(**) MGA(0): Option "NoDDC1"
(**) MGA(0): Option "NoDDC2"
(II) MGA(0): I2C Monitor info: (nil)
(II) MGA(0): end of I2C Monitor info
(II) MGA(0): DDC Monitor info: (nil)
(II) MGA(0): end of DDC Monitor info
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/X11R6/lib/modules/libvbe.a
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) MGA(0): initializing int10
(II) MGA(0): Primary V_BIOS segment is: 0xc000
(II) MGA(0): VESA BIOS detected
(II) MGA(0): VESA VBE Version 2.0
(II) MGA(0): VESA VBE Total Mem: 16384 kB
(II) MGA(0): VESA VBE OEM: Matrox Graphics Inc.
(II) MGA(0): VESA VBE OEM Software Rev: 1.5
(II) MGA(0): VESA VBE OEM Vendor: Matrox
(II) MGA(0): VESA VBE OEM Product: Matrox G400
(II) MGA(0): VESA VBE OEM Product Rev: 00
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) MGA(0): VESA VBE DDC supported
(II) MGA(0): VESA VBE DDC Level 2
(II) MGA(0): VESA VBE DDC transfer in appr. 1 sec.
(II) MGA(0): VESA VBE DDC read successfully
(II) MGA(0): VBE DDC Monitor info: 0x8691af8
(II) MGA(0): Manufacturer: SNY  Model: 3b0  Serial#: 2735360
(II) MGA(0): Year: 2000  Week: 30
(II) MGA(0): EDID Version: 1.2
(II) MGA(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) MGA(0): Sync:  Separate  Composite  SyncOnGreen
(II) MGA(0): Max H-Image Size [cm]: horiz.: 40  vert.: 30
(II) MGA(0): Gamma: 2.50
(II) MGA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) MGA(0): GTF timings supported
(II) MGA(0): redX: 0.625 redY: 0.340   greenX: 0.280 greenY: 0.605
(II) MGA(0): blueX: 0.155 blueY: 0.070   whiteX: 0.283 whiteY: 0.298
(II) MGA(0): Supported VESA Video Modes:
(II) MGA(0): 720x400@70Hz
(II) MGA(0): 720x400@88Hz
(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@87Hz (interlaced)
(II) MGA(0): 1024x768@60Hz
(II) MGA(0): 1024x768@70Hz
(II) MGA(0): 1024x768@75Hz
(II) MGA(0): 1280x1024@75Hz
(II) MGA(0): 1152x870@75Hz
(II) MGA(0): Manufacturer's mask: 0
(II) MGA(0): Supported Future Video Modes:
(II) MGA(0): #0: hsize: 2048  vsize 1536  refresh: 75  vid: 20449
(II) MGA(0): #1: hsize: 1920  vsize 1440  refresh: 75  vid: 20433
(II) MGA(0): #2: hsize: 1600  vsize 1200  refresh: 85  vid: 22953
(II) MGA(0): #3: hsize: 1280  vsize 1024  refresh: 85  vid: 39297
(II) MGA(0): #4: hsize: 1152  vsize 864  refresh: 85  vid: 22897
(II) MGA(0): #5: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) MGA(0): #6: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) MGA(0): #7: hsize: 1280  vsize 960  refresh: 75  vid: 20353
(II) MGA(0): Supported additional Video Mode:
(II) MGA(0): clock: 157.5 MHz   Image Size:  388 x 291 mm
(II) MGA(0): h_active: 1280  h_sync: 1344  h_sync_end 1504 h_blank_end 1728 h_border: 0
(II) MGA(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1072 v_border: 0
(II) MGA(0): Ranges: V min: 48  V max: 160 Hz, H min: 30  H max: 121 kHz, PixClock max 300 MHz
(II) MGA(0): Monitor name: CPD-G500
(II) MGA(0): Serial No: 2735360
(II) MGA(0): end of VBE DDC Monitor info

(==) MGA(0): Using gamma correction (1.0, 1.0, 1.0)
(==) MGA(0): Min pixel clock is 12 MHz
(==) MGA(0): Max pixel clock is 300 MHz
(II) MGA(0): Sony: Using hsync range of 31.50-121.00 kHz
(II) MGA(0): Sony: Using vrefresh range of 48.00-160.00 Hz
(II) MGA(0): Clock range:  12.00 to 300.00 MHz
(II) MGA(0): Not using mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using mode "352x240" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using mode "352x280" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using mode "352x288" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using mode "320x240" (no mode of this name)
(II) MGA(0): Not using mode "352x240" (no mode of this name)
(II) MGA(0): Not using mode "352x280" (no mode of this name)
(II) MGA(0): Not using mode "352x288" (no mode of this name)
(II) MGA(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) MGA(0): Not using default mode "1920x1440" (width too large for virtual size)
(II) MGA(0): Not using default mode "1920x1440" (width too large for virtual size)
(II) MGA(0): Not using default mode "1856x1392" (width too large for virtual size)
(II) MGA(0): Not using default mode "1856x1392" (width too large for virtual size)
(II) MGA(0): Not using default mode "1792x1344" (width too large for virtual size)
(II) MGA(0): Not using default mode "1792x1344" (width too large for virtual size)
(==) MGA(0): Write-combining range (0xf0000000,0x1000000)
(--) MGA(0): Has SDRAM
(--) MGA(0): Virtual size is 1600x1200 (pitch 1600)
(**) MGA(0): *Default mode "1600x1200": 229.5 MHz, 106.2 kHz, 85.0 Hz
(II) MGA(0): Modeline "1600x1200"  229.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync
(**) MGA(0): *Default mode "1280x960": 148.5 MHz, 85.9 kHz, 85.0 Hz
(II) MGA(0): Modeline "1280x960"  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync
(**) MGA(0): *Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(II) MGA(0): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync
(**) MGA(0): *Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) MGA(0): Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync
(**) MGA(0): *Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) MGA(0): Modeline "800x600"   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync
(**) MGA(0): *Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) MGA(0): Modeline "640x480"   36.00  640 696 752 832  480 481 484 509 -hsync -vsync
(**) MGA(0):  Default mode "1600x1200": 202.5 MHz, 93.8 kHz, 75.0 Hz
(II) MGA(0): Modeline "1600x1200"  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync
(**) MGA(0):  Default mode "1600x1200": 189.0 MHz, 87.5 kHz, 70.0 Hz
(II) MGA(0): Modeline "1600x1200"  189.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync
(**) MGA(0):  Default mode "1600x1200": 175.5 MHz, 81.2 kHz, 65.0 Hz
(II) MGA(0): Modeline "1600x1200"  175.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync
(**) MGA(0):  Default mode "1600x1200": 162.0 MHz, 75.0 kHz, 60.0 Hz
(II) MGA(0): Modeline "1600x1200"  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync
(**) MGA(0):  Default mode "1400x1050": 155.8 MHz, 81.5 kHz, 74.8 Hz
(II) MGA(0): Modeline "1400x1050"  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync
(**) MGA(0):  Default mode "1400x1050": 122.0 MHz, 64.9 kHz, 60.0 Hz
(II) MGA(0): Modeline "1400x1050"  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync
(**) MGA(0):  Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(II) MGA(0): Modeline "1280x1024"  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync
(**) MGA(0):  Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(II) MGA(0): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) MGA(0):  Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(II) MGA(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) MGA(0):  Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(II) MGA(0): Modeline "1280x960"  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync
(**) MGA(0):  Default mode "1152x768": 65.0 MHz, 44.2 kHz, 54.8 Hz
(II) MGA(0): Modeline "1152x768"   65.00  1152 1178 1314 1472  768 771 777 806 +hsync +vsync
(**) MGA(0):  Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) MGA(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(**) MGA(0):  Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) MGA(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
(**) MGA(0):  Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) MGA(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) MGA(0):  Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) MGA(0): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync
(**) MGA(0):  Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) MGA(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(**) MGA(0):  Default mode "800x600": 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": 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": 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 "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) MGA(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(**) MGA(0):  Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) MGA(0): Modeline "640x480"   31.50  640 664 704 832  480 489 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 "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(II) MGA(0): Modeline "720x400"   35.50  720 756 828 936  400 401 404 446 -hsync +vsync
(**) MGA(0):  Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) MGA(0): Modeline "640x400"   31.50  640 672 736 832  400 401 404 445 -hsync +vsync
(**) MGA(0):  Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) MGA(0): Modeline "640x350"   31.50  640 672 736 832  350 382 385 445 +hsync -vsync
(++) MGA(0): DPI set to (100, 100)
(II) MGA(0): YDstOrg is set to 0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.6
(**) GLINT(1): Depth 16, (--) framebuffer bpp 16
(==) GLINT(1): RGB weight 565
(==) GLINT(1): Default visual is TrueColor
(==) GLINT(1): Using gamma correction (1.0, 1.0, 1.0)
(==) GLINT(1): Using HW cursor
(--) GLINT(1): Not using Linux framebuffer device
(--) GLINT(1): Chipset: "ti_pm"
(--) GLINT(1): Linear framebuffer at 0xF6800000
(--) GLINT(1): MMIO registers at 0xF7EC0000
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) GLINT(1): Initializing int10
(**) GLINT(1): Option "NoINT10"
(--) GLINT(1): VideoRAM: 4096 kByte
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Reloading /usr/X11R6/lib/modules/libramdac.a
(==) GLINT(1): Write-combining range (0xf6800000,0x400000)
(--) GLINT(1): Attached RAMDAC is TI TVP3026
(--) GLINT(1): FIFO Size is 31 DWORDS
(==) GLINT(1): Min pixel clock is 16 MHz
(--) GLINT(1): Max pixel clock is 100 MHz
(II) GLINT(1): GVC: Using hsync range of 28.00-60.00 kHz
(II) GLINT(1): GVC: Using vrefresh range of 43.00-75.00 Hz
(II) GLINT(1): Clock range:  16.25 to 100.00 MHz
(II) GLINT(1): Not using mode "320x240" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using mode "352x240" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using mode "352x280" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using mode "352x288" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "640x350" (vrefresh out of range)
(II) GLINT(1): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "640x400" (vrefresh out of range)
(II) GLINT(1): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "720x400" (vrefresh out of range)
(II) GLINT(1): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "640x480" (vrefresh out of range)
(II) GLINT(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "800x600" (vrefresh out of range)
(II) GLINT(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1024x768" (hsync out of range)
(II) GLINT(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1152x864" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1280x960" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1280x960" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1792x1344" (insufficient memory for mode)
(II) GLINT(1): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1792x1344" (insufficient memory for mode)
(II) GLINT(1): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1856x1392" (insufficient memory for mode)
(II) GLINT(1): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1856x1392" (insufficient memory for mode)
(II) GLINT(1): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) GLINT(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) GLINT(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1600x1024" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) GLINT(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "2048x1536" (insufficient memory for mode)
(II) GLINT(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "2048x1536" (insufficient memory for mode)
(II) GLINT(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "2048x1536" (insufficient memory for mode)
(II) GLINT(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1152x768" (width too large for virtual size)
(II) GLINT(1): Not using default mode "1024x768" (width too large for virtual size)
(II) GLINT(1): Not using default mode "1024x768" (width too large for virtual size)
(II) GLINT(1): Not using default mode "1024x768" (width too large for virtual size)
(II) GLINT(1): Not using default mode "832x624" (width too large for virtual size)
(--) GLINT(1): Virtual size is 800x600 (pitch 800)
(**) GLINT(1): *Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) GLINT(1): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(**) GLINT(1):  Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) GLINT(1): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
(**) GLINT(1):  Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) GLINT(1): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) GLINT(1):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) GLINT(1): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) GLINT(1):  Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) GLINT(1): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(**) GLINT(1):  Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) GLINT(1): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync -vsync
(**) GLINT(1):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) GLINT(1): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(++) GLINT(1): DPI set to (100, 100)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/X11R6/lib/modules/libfb.a
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/X11R6/lib/modules/libxaa.a
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(==) ATI(2): Chipset:  "ati".
(**) ATI(2): Depth 15, (--) framebuffer bpp 16
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) Truncating PCI BIOS Length to 49152
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/X11R6/lib/modules/libvbe.a
(II) ATI(2): VESA BIOS detected
(II) ATI(2): VESA VBE Version 2.0
(II) ATI(2): VESA VBE Total Mem: 4096 kB
(II) ATI(2): VESA VBE OEM: ATI MACH64
(II) ATI(2): VESA VBE OEM Software Rev: 1.0
(II) ATI(2): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) ATI(2): VESA VBE OEM Product: MACH64GT
(II) ATI(2): VESA VBE OEM Product Rev: 01.00
(II) ATI(2): VESA VBE DDC supported
(II) ATI(2): VESA VBE DDC Level none
(II) ATI(2): VESA VBE DDC transfer in appr. 2 sec.
(II) ATI(2): VESA VBE DDC read failed
(--) ATI(2): ATI 3D Rage II graphics controller detected.
(--) ATI(2): Chip type 4754 "GT", version 1, foundry SGS, class 0, revision 0x01.
(--) ATI(2): PCI bus interface detected;  block I/O base is 0xD000.
(--) ATI(2): ATI Mach64 adapter detected.
(!!) ATI(2): For information on using the multimedia capabilities
	of this adapter, please see http://gatos.sf.net.
(--) ATI(2): Internal RAMDAC (subtype 1) detected.
(==) ATI(2): RGB weight 555
(==) ATI(2): Default visual is TrueColor
(==) ATI(2): Using gamma correction (1.0, 1.0, 1.0)
(II) ATI(2): Using Mach64 accelerator CRTC.
(II) ATI(2): Storing hardware cursor image at 0xF53FFC00.
(II) ATI(2): Using 8 MB linear aperture at 0xF5000000.
(!!) ATI(2): Virtual resolutions will be limited to 4095 kB
 due to linear aperture size and/or placement of hardware cursor image area.
(II) ATI(2): Using Block 0 MMIO aperture at 0xF7EEB400.
(II) ATI(2): Using Block 1 MMIO aperture at 0xF7EEB000.
(==) ATI(2): Write-combining range (0xf5000000,0x400000)
(II) ATI(2): MMIO write caching enabled.
(--) ATI(2): 4096 kB of SDRAM (1:1) detected (using 4095 kB).
(WW) ATI(2): Cannot shadow an accelerated frame buffer.
(II) ATI(2): Engine XCLK 66.818 MHz;  Refresh rate code 4.
(--) ATI(2): Internal programmable clock generator detected.
(--) ATI(2): Reference clock 157.5/11 (14.318) MHz.
(II) ATI(2): GVC: Using hsync range of 28.00-60.00 kHz
(II) ATI(2): GVC: Using vrefresh range of 43.00-75.00 Hz
(II) ATI(2): Maximum clock: 170.00 MHz
(II) ATI(2): Not using mode "320x240" (hsync out of range)
(II) ATI(2): Not using mode "352x240" (hsync out of range)
(II) ATI(2): Not using mode "352x280" (hsync out of range)
(II) ATI(2): Not using mode "352x288" (hsync out of range)
(II) ATI(2): Not using default mode "640x350" (vrefresh out of range)
(II) ATI(2): Not using default mode "320x175" (vrefresh out of range)
(II) ATI(2): Not using default mode "640x400" (vrefresh out of range)
(II) ATI(2): Not using default mode "320x200" (vrefresh out of range)
(II) ATI(2): Not using default mode "720x400" (vrefresh out of range)
(II) ATI(2): Not using default mode "360x200" (vrefresh out of range)
(II) ATI(2): Not using default mode "640x480" (vrefresh out of range)
(II) ATI(2): Not using default mode "800x600" (vrefresh out of range)
(II) ATI(2): Not using default mode "400x300" (vrefresh out of range)
(II) ATI(2): Not using default mode "1024x768" (vrefresh out of range)
(II) ATI(2): Not using default mode "512x384" (vrefresh out of range)
(II) ATI(2): Not using default mode "1024x768" (hsync out of range)
(II) ATI(2): Not using default mode "512x384" (hsync out of range)
(II) ATI(2): Not using default mode "1152x864" (hsync out of range)
(II) ATI(2): Not using default mode "576x432" (hsync out of range)
(II) ATI(2): Not using default mode "1280x960" (hsync out of range)
(II) ATI(2): Not using default mode "640x480" (hsync out of range)
(II) ATI(2): Not using default mode "1280x1024" (hsync out of range)
(II) ATI(2): Not using default mode "640x512" (hsync out of range)
(II) ATI(2): Not using default mode "1280x1024" (hsync out of range)
(II) ATI(2): Not using default mode "640x512" (hsync out of range)
(II) ATI(2): Not using default mode "1280x1024" (hsync out of range)
(II) ATI(2): Not using default mode "640x512" (hsync out of range)
(II) ATI(2): Not using default mode "1600x1200" (hsync out of range)
(II) ATI(2): Not using default mode "800x600" (hsync out of range)
(II) ATI(2): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) ATI(2): Not using default mode "800x600" (hsync out of range)
(II) ATI(2): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) ATI(2): Not using default mode "800x600" (hsync out of range)
(II) ATI(2): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) ATI(2): Not using default mode "800x600" (hsync out of range)
(II) ATI(2): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) ATI(2): Not using default mode "800x600" (hsync out of range)
(II) ATI(2): Not using default mode "1792x1344" (insufficient memory for mode)
(II) ATI(2): Not using default mode "896x672" (hsync out of range)
(II) ATI(2): Not using default mode "1792x1344" (insufficient memory for mode)
(II) ATI(2): Not using default mode "896x672" (hsync out of range)
(II) ATI(2): Not using default mode "1856x1392" (insufficient memory for mode)
(II) ATI(2): Not using default mode "928x696" (hsync out of range)
(II) ATI(2): Not using default mode "1856x1392" (insufficient memory for mode)
(II) ATI(2): Not using default mode "928x696" (hsync out of range)
(II) ATI(2): Not using default mode "1920x1440" (insufficient memory for mode)
(II) ATI(2): Not using default mode "960x720" (hsync out of range)
(II) ATI(2): Not using default mode "1920x1440" (insufficient memory for mode)
(II) ATI(2): Not using default mode "960x720" (hsync out of range)
(II) ATI(2): Not using default mode "1400x1050" (hsync out of range)
(II) ATI(2): Not using default mode "700x525" (hsync out of range)
(II) ATI(2): Not using default mode "1400x1050" (hsync out of range)
(II) ATI(2): Not using default mode "700x525" (hsync out of range)
(II) ATI(2): Not using default mode "1600x1024" (hsync out of range)
(II) ATI(2): Not using default mode "800x512" (hsync out of range)
(II) ATI(2): Not using default mode "1920x1440" (insufficient memory for mode)
(II) ATI(2): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) ATI(2): Not using default mode "2048x1536" (insufficient memory for mode)
(II) ATI(2): Not using default mode "1024x768" (hsync out of range)
(II) ATI(2): Not using default mode "2048x1536" (insufficient memory for mode)
(II) ATI(2): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) ATI(2): Not using default mode "2048x1536" (insufficient memory for mode)
(II) ATI(2): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) ATI(2): Not using mode "320x240" (no mode of this name)
(II) ATI(2): Not using mode "352x240" (no mode of this name)
(II) ATI(2): Not using mode "352x280" (no mode of this name)
(II) ATI(2): Not using mode "352x288" (no mode of this name)
(II) ATI(2): Not using default mode "1280x960" (width too large for virtual size)
(II) ATI(2): Not using default mode "1152x768" (width too large for virtual size)
(II) ATI(2): Not using default mode "1024x768" (width too large for virtual size)
(II) ATI(2): Not using default mode "1024x768" (width too large for virtual size)
(II) ATI(2): Not using default mode "1024x768" (width too large for virtual size)
(II) ATI(2): Not using default mode "832x624" (width too large for virtual size)
(--) ATI(2): Virtual size is 800x600 (pitch 800)
(**) ATI(2): *Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) ATI(2): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(**) ATI(2): *Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) ATI(2): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(**) ATI(2):  Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) ATI(2): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
(**) ATI(2):  Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) ATI(2): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) ATI(2):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) ATI(2): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) ATI(2):  Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) ATI(2): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync -vsync
(**) ATI(2):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) ATI(2): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(**) ATI(2):  Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(II) ATI(2): Modeline "640x480"   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync
(**) ATI(2):  Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz (D)
(II) ATI(2): Modeline "576x384"   32.50  576 589 657 736  384 385 388 403 doublescan +hsync +vsync
(**) ATI(2):  Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(II) ATI(2): Modeline "512x384"   39.40  512 520 568 656  384 384 386 400 doublescan +hsync +vsync
(**) ATI(2):  Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(II) ATI(2): Modeline "512x384"   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync
(**) ATI(2):  Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) ATI(2): Modeline "512x384"   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync
(**) ATI(2):  Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) ATI(2): Modeline "416x312"   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync
(**) ATI(2):  Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) ATI(2): Modeline "400x300"   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync
(**) ATI(2):  Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) ATI(2): Modeline "400x300"   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync
(**) ATI(2):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) ATI(2): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync
(**) ATI(2):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) ATI(2): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync
(++) ATI(2): DPI set to (100, 100)
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/X11R6/lib/modules/libxaa.a
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Reloading /usr/X11R6/lib/modules/libramdac.a
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/X11R6/lib/modules/libfb.a
(II) do I need RAC?  Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/X11R6/lib/modules/librac.a
(II) Module rac: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) resource ranges after preInit:
	[0] 2	0	0xf7eeb000 - 0xf7eebfff (0x1000) MS[B]
	[1] 2	0	0xf5000000 - 0xf5ffffff (0x1000000) MS[B]
	[2] 1	0	0xf6800000 - 0xf6ffffff (0x800000) MX[B]
	[3] 1	0	0xf7000000 - 0xf77fffff (0x800000) MX[B]
	[4] 1	0	0xf7ec0000 - 0xf7edffff (0x20000) MX[B]
	[5] 0	0	0xf3000000 - 0xf37fffff (0x800000) MX[B]
	[6] 0	0	0xf3dfc000 - 0xf3dfffff (0x4000) MX[B]
	[7] 0	0	0xf0000000 - 0xf1ffffff (0x2000000) MX[B]
	[8] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[9] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[10] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[11] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[12] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[13] -1	0	0xf7eec000 - 0xf7eeffff (0x4000) MX[B]
	[14] -1	0	0xf7fff000 - 0xf7fff0ff (0x100) MX[B]
	[15] -1	0	0xf7fff400 - 0xf7fff5ff (0x200) MX[B]
	[16] -1	0	0x40000000 - 0x400003ff (0x400) MX[B]
	[17] -1	0	0xf7fffc00 - 0xf7ffffff (0x400) MX[B]
	[18] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[19] -1	0	0xf3de0000 - 0xf3deffff (0x10000) MX[B](B)
	[20] -1	0	0xf3000000 - 0xf37fffff (0x800000) MX[B](B)
	[21] -1	0	0xf3dfc000 - 0xf3dfffff (0x4000) MX[B](B)
	[22] -1	0	0xf0000000 - 0xf1ffffff (0x2000000) MX[B](B)
	[23] -1	0	0xf7ea0000 - 0xf7ebffff (0x20000) MX[B](B)
	[24] -1	0	0xf7eeb000 - 0xf7eebfff (0x1000) MX[B](B)
	[25] -1	0	0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
	[26] -1	0	0xf7ef0000 - 0xf7efffff (0x10000) MX[B](B)
	[27] -1	0	0xf6800000 - 0xf6ffffff (0x800000) MX[B](B)
	[28] -1	0	0xf7000000 - 0xf77fffff (0x800000) MX[B](B)
	[29] -1	0	0xf7ec0000 - 0xf7edffff (0x20000) MX[B](B)
	[30] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[31] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[32] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[33] 2	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[34] 2	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[35] 2	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[36] 2	0	0x0000d000 - 0x0000d0ff (0x100) IS[B]
	[37] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[38] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[39] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[40] -1	0	0x0000ee80 - 0x0000eebf (0x40) IX[B]
	[41] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[42] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[43] -1	0	0x0000ef60 - 0x0000ef6f (0x10) IX[B]
	[44] -1	0	0x0000efa8 - 0x0000efab (0x4) IX[B]
	[45] -1	0	0x0000efa0 - 0x0000efa7 (0x8) IX[B]
	[46] -1	0	0x0000efac - 0x0000efaf (0x4) IX[B]
	[47] -1	0	0x0000efe0 - 0x0000efe7 (0x8) IX[B]
	[48] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[49] -1	0	0x0000ef80 - 0x0000ef9f (0x20) IX[B]
	[50] -1	0	0x0000ef40 - 0x0000ef5f (0x20) IX[B]
	[51] -1	0	0x0000ef20 - 0x0000ef3f (0x20) IX[B]
	[52] -1	0	0x0000ef00 - 0x0000ef1f (0x20) IX[B]
	[53] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
	[54] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[55] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
	[56] 2	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[57] 2	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) MGA(0): Write-combining range (0xf0000000,0x1000000)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(--) MGA(0): 16 DWORD fifo
(==) MGA(0): Default visual is TrueColor
(II) MGA(0): Using 4042 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
	Setting up tile and stipple cache:
		32 128x128 slots
		29 256x256 slots
		14 512x512 slots
(==) MGA(0): Backing store disabled
(==) MGA(0): Silken mouse enabled
(**) Option "dpms"
(**) MGA(0): DPMS enabled
(II) MGA(0): Using overlay video
(==) MGA(0): Direct rendering disabled
(WW) MGA(0): Option "noDDCvbe" is not used
(==) RandR enabled
(==) GLINT(1): Write-combining range (0xf6800000,0x400000)
(II) GLINT(1): 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
	Offscreen Pixmaps
	Driver provided WriteBitmap replacement
	Driver provided WritePixmap replacement
	Setting up tile and stipple cache:
		18 128x128 slots
(==) GLINT(1): Backing store disabled
(==) GLINT(1): Silken mouse enabled
(II) GLINT(1): direct rendering disabled
(==) RandR enabled
(==) ATI(2): Write-combining range (0xf5000000,0x400000)
(II) ATI(2): Largest offscreen areas (with overlaps):
(II) ATI(2): 	800 x 2020 rectangle at 0,600
(II) ATI(2): 	640 x 2021 rectangle at 0,600
(II) ATI(2): 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
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		14 256x256 slots
(==) ATI(2): Backing store disabled
(==) ATI(2): Silken mouse enabled
(WW) ATI(2): Option "TVOut" is not used
(==) 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 LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Keyboard "Generic Keyboard" handled by legacy driver
(**) Option "Protocol" "MouseManPlusPS/2"
(**) Generic Mouse: Protocol: "MouseManPlusPS/2"
(**) Option "CorePointer"
(**) Generic Mouse: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Buttons" "5"
(**) Option "Emulate3Buttons" "false"
(**) Option "ZAxisMapping" "4 5"
(**) Generic Mouse: ZAxisMapping: buttons 4 and 5
(**) Generic Mouse: Buttons: 5
(II) XINPUT: Adding extended input device "Generic Mouse" (type: MOUSE)
(II) Server_Terminate keybinding not found
(II) Generic Mouse: ps2EnableDataReporting: succeeded
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
Could not init font path element unix/:7100, removing from list!

-rw-r--r--    1 root     root        71058 Nov 12 13:27 /var/log/XFree86.0.log
-rw-r--r--    1 root     root        64153 Oct 27 23:18 /var/log/XFree86.1.log
-rw-r--r--    1 root     stark       40170 Oct 19 04:04 /var/log/XFree86.2.log
-rw-r--r--    1 root     root        38569 Oct 15 02:19 /var/log/XFree86.3.log

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux stark.dyndns.tv 2.4.23-pre4 #1 SMP Sun Sep 21 04:35:38 EDT 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages xserver-xfree86 depends on:
ii  debconf                    1.3.15        Debian configuration management sy
ii  libc6                      2.3.2-8       GNU C Library: Shared libraries an
ii  xserver-common             4.3.0-0pre1v3 files and utilities common to all 
ii  zlib1g                     1:1.1.4-16    compression library - runtime

-- debconf information:
* xserver-xfree86/config/monitor/screen-size: 17 inches (430 mm)
  xserver-xfree86/config/device/use_fbdev: 
* xserver-xfree86/config/monitor/selection-method: Simple
  xserver-xfree86/config/doublequote_in_string_error: 
* xserver-xfree86/config/device/bus_id: 
* xserver-xfree86/config/device/video_ram: 
* xserver-xfree86/config/monitor/lcd: false
  xserver-xfree86/config/inputdevice/keyboard/internal: 
* xserver-xfree86/config/device/driver: mga
  xserver-xfree86/config/monitor/vert-refresh: 50-160
* xserver-xfree86/config/display/default_depth: 24
* xserver-xfree86/config/display/modes: 1152x864, 1024x768, 800x600, 640x480
* xserver-xfree86/config/modules: GLcore, bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, record, speedo, type1, vbe
  xserver-xfree86/config/monitor/range_input_error: 
* xserver-xfree86/autodetect_video_card: false
* xserver-xfree86/config/inputdevice/keyboard/variant: 
* xserver-xfree86/config/inputdevice/mouse/port: /dev/psaux
* xserver-xfree86/config/write_files_section: true
  xserver-xfree86/autodetect_monitor: true
* xserver-xfree86/config/device/identifier: G400
* shared/default-x-server: xserver-xfree86
* xserver-xfree86/config/inputdevice/mouse/emulate3buttons: true
* xserver-xfree86/config/inputdevice/keyboard/layout: us
  xserver-xfree86/config/monitor/horiz-sync: 30-70
* xserver-xfree86/config/monitor/identifier: sony
  shared/no_known_x-server: 
  xserver-xfree86/autodetect_mouse: true
  xserver-xfree86/config/monitor/mode-list: 1280x960 @ 60Hz
* xserver-xfree86/config/inputdevice/keyboard/rules: xfree86
  xserver-xfree86/multiple_possible_x-drivers: 
* xserver-xfree86/config/inputdevice/keyboard/model: pc104
* xserver-xfree86/config/write_dri_section: true
* xserver-xfree86/config/inputdevice/mouse/zaxismapping: true
  xserver-xfree86/config/device/bus_id_error: 
* xserver-xfree86/config/inputdevice/keyboard/options: 
  xserver-xfree86/config/nonnumeric_string_error: 
* xserver-xfree86/config/inputdevice/mouse/protocol: ImPS/2
  shared/multiple_possible_x-servers: 
* xserver-xfree86/config/null_string_error: 





Reply to: