1440x900 no clock available for mode?

drew at technteach.com drew at technteach.com
Thu Aug 3 10:15:56 PDT 2006


Trying to set a custom ModeLine to get support for 1440x900 to support
my brand new wide screen lcd panel

full xorg.conf, and Xorg.0.log at the end of this message.  but first
I'll explain, what I tried with snippets from these files.

I began with a xorg.conf generated by the system config utility on my
Fedora FC5 box.

Played around with the FC5 gui config tools.

Tried using gtf to generate some custom ModeLines

# 1440x900 @ 59.80 Hz (GTF) hsync: 55.73 kHz; pclk: 106.12 MHz
Modeline "1440x900_59.80"  106.12  1440 1520 1672 1904  900 901 904 932  -HSync +Vsync
  
# 1440x900 @ 60.00 Hz (GTF) hsync: 55.92 kHz; pclk: 106.47 MHz
# Modeline "1440x900_60.00"  106.47  1440 1520 1672 1904  900 901 904 932  -HSync +Vsync
  
# 1280x1024 @ 75.00 Hz (GTF) hsync: 80.17 kHz; pclk: 138.54 MHz
# Modeline "1280x1024_75.00"  138.54  1280 1368 1504 1728  1024 1025 1028 1069  -HSync +Vsync

but no matter what I try when X starts up it burps and ignores it with
something like the following

(II) VIA(0): Not using mode "1440x900" (no clock available for mode)

Tried throwing in a few incantations from maillist discussions of 1440x900

Only discussion of: no clock available for mode I have been able to find
was somebody saying: "What?"

Here's the details on my most recent failure.

xorg.conf

  # Xorg configuration created by system-config-display
  # Then mangled by hand to tweak for AOC 193FWk
  
  Section "ServerLayout"
  	Identifier     "single head configuration"
  	Screen      0  "Screen0" 0 0
  	InputDevice    "Mouse0" "CorePointer"
  	InputDevice    "Keyboard0" "CoreKeyboard"
  EndSection
  
  Section "Files"
  
  # Multiple FontPath entries are allowed (they are concatenated together)
  # By default, a font server independent of the X server is
  # used to render fonts.
  	FontPath     "unix/:7100"
  EndSection
  
  Section "Module"
  	Load  "dbe"
  	Load  "extmod"
  	Load  "fbdevhw"
  	Load  "glx"
  	Load  "record"
  	Load  "freetype"
  	Load  "type1"
  	Load  "dri"
  EndSection
  
  Section "InputDevice"
  
  # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
  #	Option	"Xleds"		"1 2 3"
  # To disable the XKEYBOARD extension, uncomment XkbDisable.
  #	Option	"XkbDisable"
  # To customise the XKB settings to suit your keyboard, modify the
  # lines below (which are the defaults).  For example, for a non-U.S.
  # keyboard, you will probably want to use:
  #	Option	"XkbModel"	"pc102"
  # If you have a US Microsoft Natural keyboard, you can use:
  #	Option	"XkbModel"	"microsoft"
  #
  # Then to change the language, change the Layout setting.
  # For example, a german layout can be obtained with:
  #	Option	"XkbLayout"	"de"
  # or:
  #	Option	"XkbLayout"	"de"
  #	Option	"XkbVariant"	"nodeadkeys"
  #
  # If you'd like to switch the positions of your capslock and
  # control keys, use:
  #	Option	"XkbOptions"	"ctrl:swapcaps"
  # Or if you just want both to be control, use:
  #	Option	"XkbOptions"	"ctrl:nocaps"
  #
  	Identifier  "Keyboard0"
  	Driver      "kbd"
  	Option	    "XkbModel" "pc105"
  	Option	    "XkbLayout" "us"
  EndSection
  
  Section "InputDevice"
  	Identifier  "Mouse0"
  	Driver      "mouse"
  	Option	    "Protocol" "IMPS/2"
  	Option	    "Device" "/dev/input/mice"
  	Option	    "ZAxisMapping" "4 5"
  	Option	    "Emulate3Buttons" "yes"
  EndSection
  
  Section "Monitor"
  
   ### Comment all HorizSync and VertSync values to use DDC:
   ### Comment all HorizSync and VertSync values to use DDC:
  	Identifier   "Monitor0"
  	VendorName   "Monitor Vendor"
  	ModelName    "AOC 193FWk"
  	DisplaySize  408 255
   ### Comment all HorizSync and VertSync values to use DDC:
  #	HorizSync    30.0 - 83.0
  #	VertRefresh  55.0 - 75.0
  
  	# 1440x900 @ 59.80 Hz (GTF) hsync: 55.73 kHz; pclk: 106.12 MHz
  	Modeline "1440x900_59.80"  106.12  1440 1520 1672 1904  900 901 904 932  -HSync +Vsync
  
  	# 1440x900 @ 60.00 Hz (GTF) hsync: 55.92 kHz; pclk: 106.47 MHz
  	# Modeline "1440x900_60.00"  106.47  1440 1520 1672 1904  900 901 904 932  -HSync +Vsync
  
  	# 1280x1024 @ 75.00 Hz (GTF) hsync: 80.17 kHz; pclk: 138.54 MHz
  	# Modeline "1280x1024_75.00"  138.54  1280 1368 1504 1728  1024 1025 1028 1069  -HSync +Vsync
  
  
  	Option	    "dpms"
  EndSection
  
  Section "Device"
  	Identifier  "Videocard0"
  	Driver      "via"
  	VendorName  "Videocard Vendor"
  	BoardName   "VIA Technologies, Inc. VT8378 [S3 UniChrome] Integrated Video"
  	Option      "IgnoreEDID" "1"
  EndSection
  
  Section "Screen"
  	Identifier "Screen0"
  	Device     "Videocard0"
  	Monitor    "Monitor0"
  	DefaultDepth     24
  	SubSection "Display"
  		Viewport   0 0
  		Depth     24
  #		Modes    "1440x900_60.00" "1280x1024_75"
  		Modes    "1440x900_59.80" "1280x1024"
  	EndSubSection
  EndSection
  
  Section "DRI"
  	Group        0
  	Mode         0666
  EndSection
  
And the Xorg.0.log

  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.9-34.ELsmp i686Red Hat, Inc.
  Current Operating System: Linux drew2.tnt.private 2.6.17-1.2157_FC5 #1 Tue Jul 11 22:55:46 EDT 2006 i686
  Build Date: 30 June 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: Thu Aug  3 10:33:03 2006
  (==) Using config file: "/etc/X11/xorg.conf"
  (==) ServerLayout "single head configuration"
  (**) |-->Screen "Screen0" (0)
  (**) |   |-->Monitor "Monitor0"
  (**) |   |-->Device "Videocard0"
  (**) |-->Input Device "Mouse0"
  (**) |-->Input Device "Keyboard0"
  (**) FontPath set to "unix/:7100"
  (==) RgbPath set to "/usr/share/X11/rgb"
  (==) ModulePath set to "/usr/lib/xorg/modules"
  (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,3205 card 1106,3205 rev 00 class 06,00,00 hdr 00
  (II) PCI: 00:01:0: chip 1106,b198 card 0000,0000 rev 00 class 06,04,00 hdr 01
  (II) PCI: 00:0a:0: chip 13f6,0111 card 13f6,0111 rev 10 class 04,01,00 hdr 00
  (II) PCI: 00:10:0: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80
  (II) PCI: 00:10:1: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80
  (II) PCI: 00:10:2: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80
  (II) PCI: 00:10:3: chip 1106,3104 card 1106,3104 rev 82 class 0c,03,20 hdr 00
  (II) PCI: 00:11:0: chip 1106,3177 card 1106,3177 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:12:0: chip 1106,3065 card 1106,0102 rev 74 class 02,00,00 hdr 00
  (II) PCI: 01:00:0: chip 1106,7205 card 1106,7205 rev 01 class 03,00,00 hdr 00
  (II) PCI: End of PCI scan
  (II) Host-to-PCI bridge:
  (II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
  (II) Bus 0 I/O range:
  	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
  (II) Bus 0 non-prefetchable memory range:
  	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
  (II) Bus 0 prefetchable memory range:
  	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
  (II) PCI-to-PCI bridge:
  (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
  (II) Bus 1 non-prefetchable memory range:
  	[0] -1	0	0xe8000000 - 0xe9ffffff (0x2000000) MX[B]
  (II) Bus 1 prefetchable memory range:
  	[0] -1	0	0xe4000000 - 0xe7ffffff (0x4000000) 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:*(1:0:0) unknown vendor (0x1106) unknown chipset (0x7205) rev 1, Mem @ 0xe4000000/26, 0xe8000000/24
  (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 0xe0000000 from 0xe3ffffff to 0xdfffffff
  (II) Active PCI resource ranges:
  	[0] -1	0	0xea001000 - 0xea0010ff (0x100) MX[B]
  	[1] -1	0	0xea000000 - 0xea0000ff (0x100) MX[B]
  	[2] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
  	[3] -1	0	0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
  	[4] -1	0	0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
  	[5] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
  	[6] -1	0	0x0000e000 - 0x0000e00f (0x10) IX[B]
  	[7] -1	0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
  	[8] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
  	[9] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
  	[10] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
  (II) Active PCI resource ranges after removing overlaps:
  	[0] -1	0	0xea001000 - 0xea0010ff (0x100) MX[B]
  	[1] -1	0	0xea000000 - 0xea0000ff (0x100) MX[B]
  	[2] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
  	[3] -1	0	0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
  	[4] -1	0	0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
  	[5] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
  	[6] -1	0	0x0000e000 - 0x0000e00f (0x10) IX[B]
  	[7] -1	0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
  	[8] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
  	[9] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
  	[10] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[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	0xea001000 - 0xea0010ff (0x100) MX[B]
  	[6] -1	0	0xea000000 - 0xea0000ff (0x100) MX[B]
  	[7] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
  	[8] -1	0	0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
  	[9] -1	0	0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
  	[10] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
  	[11] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
  	[12] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
  	[13] -1	0	0x0000e000 - 0x0000e00f (0x10) IX[B]
  	[14] -1	0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
  	[15] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
  	[16] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
  	[17] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
  (II) LoadModule: "dbe"
  (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
  (II) Module dbe: 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 DOUBLE-BUFFER
  (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: "fbdevhw"
  (II) Loading /usr/lib/xorg/modules/linux/libfbdevhw.so
  (II) Module fbdevhw: vendor="X.Org Foundation"
  	compiled for 7.0.0, module version = 0.0.2
  	ABI class: X.Org Video Driver, version 0.8
  (II) LoadModule: "glx"
  (II) Loading /usr/lib/xorg/modules/extensions/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: "record"
  (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
  (II) Module record: vendor="X.Org Foundation"
  	compiled for 7.0.0, module version = 1.13.0
  	Module class: X.Org Server Extension
  	ABI class: X.Org Server Extension, version 0.2
  (II) Loading extension RECORD
  (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: "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: "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: "via"
  (II) Loading /usr/lib/xorg/modules/drivers/via_drv.so
  (II) Module via: vendor="X.Org Foundation"
  	compiled for 4.3.99.902, module version = 0.1.33
  	Module class: X.Org Video Driver
  	ABI class: X.Org Video Driver, version 0.8
  (II) LoadModule: "mouse"
  (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
  (II) Module mouse: vendor="X.Org Foundation"
  	compiled for 7.0.0, module version = 1.0.4
  	Module class: X.Org XInput Driver
  	ABI class: X.Org XInput driver, version 0.5
  (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) VIA: driver for VIA chipsets: CLE266, KM400/KN400, K8M800,
  	PM800/PM880/CN400
  (II) Primary Device is: PCI 01:00:0
  (--) Assigning device section with no busID to primary device
  (--) Chipset KM400/KN400 found
  (!!) VIA Technologies does not support or endorse this driver in any way.
  (!!) For support please contact the driver maintainer or your X vendor.
  (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	0xea001000 - 0xea0010ff (0x100) MX[B]
  	[6] -1	0	0xea000000 - 0xea0000ff (0x100) MX[B]
  	[7] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
  	[8] -1	0	0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
  	[9] -1	0	0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
  	[10] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
  	[11] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
  	[12] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
  	[13] -1	0	0x0000e000 - 0x0000e00f (0x10) IX[B]
  	[14] -1	0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
  	[15] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
  	[16] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
  	[17] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
  (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	0xea001000 - 0xea0010ff (0x100) MX[B]
  	[6] -1	0	0xea000000 - 0xea0000ff (0x100) MX[B]
  	[7] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
  	[8] -1	0	0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
  	[9] -1	0	0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
  	[10] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
  	[11] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
  	[12] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
  	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
  	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
  	[15] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
  	[16] -1	0	0x0000e000 - 0x0000e00f (0x10) IX[B]
  	[17] -1	0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
  	[18] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
  	[19] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
  	[20] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
  	[21] 0	0	0xe90003b0 - 0xe90003bb (0xc) IS[B]
  	[22] 0	0	0xe90003c0 - 0xe90003df (0x20) IS[B]
  (II) Setting vga for screen 0.
  (II) Loading sub module "vgahw"
  (II) LoadModule: "vgahw"
  (II) Loading /usr/lib/xorg/modules/libvgahw.so
  (II) Module vgahw: vendor="X.Org Foundation"
  	compiled for 7.0.0, module version = 0.1.0
  	ABI class: X.Org Video Driver, version 0.8
  (**) VIA(0): Depth 24, (--) framebuffer bpp 32
  (==) VIA(0): RGB weight 888
  (==) VIA(0): Default visual is TrueColor
  (==) VIA(0): Using HW cursor
  (--) VIA(0): Chipset: "KM400/KN400"
  (--) VIA(0): mapping MMIO @ 0xe8000000 with size 0x9000
  (--) VIA(0): mapping BitBlt MMIO @ 0xe8200000 with size 0x10000
  (II) VIA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
  (--) VIA(0): Chipset Rev.: 132
  (WW) VIA(0): Manufacturer plainly copied main PCI ids to Subsystem/Card ids.
  (--) VIA(0): Detected Biostar iDEQ 200V/Chaintech 7VIF4.
  (==) VIA(0): Using gamma correction (1.0, 1.0, 1.0)
  (--) VIA(0): videoram =  65536k
  (II) Loading sub module "i2c"
  (II) LoadModule: "i2c"
  (II) Loading /usr/lib/xorg/modules/libi2c.so
  (II) Module i2c: vendor="X.Org Foundation"
  	compiled for 7.0.0, module version = 1.2.0
  	ABI class: X.Org Video Driver, version 0.8
  (II) VIA(0): I2C bus "I2C bus 1" initialized.
  (II) VIA(0): I2C bus "I2C bus 2" initialized.
  (II) VIA(0): I2C bus "I2C bus 3" initialized.
  (II) Loading sub module "ddc"
  (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) VIA(0): I2C device "I2C bus 1:ddc2" registered at address 0xA0.
  (II) VIA(0): I2C device "I2C bus 1:ddc2" removed.
  (II) VIA(0): Manufacturer: AOC  Model: 1982  Serial#: 29403
  (II) VIA(0): Year: 2006  Week: 14
  (II) VIA(0): EDID Version: 1.3
  (II) VIA(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
  (II) VIA(0): Sync:  Separate
  (II) VIA(0): Max H-Image Size [cm]: horiz.: 40  vert.: 25
  (II) VIA(0): Gamma: 2.20
  (II) VIA(0): DPMS capabilities: Off; RGB/Color Display
  (II) VIA(0): Default color space is primary color space
  (II) VIA(0): First detailed timing is preferred mode
  (II) VIA(0): GTF timings supported
  (II) VIA(0): redX: 0.638 redY: 0.349   greenX: 0.286 greenY: 0.593
  (II) VIA(0): blueX: 0.141 blueY: 0.078   whiteX: 0.312 whiteY: 0.330
  (II) VIA(0): Supported VESA Video Modes:
  (II) VIA(0): 720x400 at 70Hz
  (II) VIA(0): 640x480 at 60Hz
  (II) VIA(0): 640x480 at 67Hz
  (II) VIA(0): 640x480 at 72Hz
  (II) VIA(0): 640x480 at 75Hz
  (II) VIA(0): 800x600 at 56Hz
  (II) VIA(0): 800x600 at 60Hz
  (II) VIA(0): 800x600 at 72Hz
  (II) VIA(0): 800x600 at 75Hz
  (II) VIA(0): 832x624 at 75Hz
  (II) VIA(0): 1024x768 at 60Hz
  (II) VIA(0): 1024x768 at 70Hz
  (II) VIA(0): 1024x768 at 75Hz
  (II) VIA(0): 1280x1024 at 75Hz
  (II) VIA(0): Manufacturer's mask: 0
  (II) VIA(0): Supported Future Video Modes:
  (II) VIA(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
  (II) VIA(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
  (II) VIA(0): #2: hsize: 1152  vsize 864  refresh: 75  vid: 20337
  (II) VIA(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
  (II) VIA(0): Supported additional Video Mode:
  (II) VIA(0): clock: 106.5 MHz   Image Size:  408 x 255 mm
  (II) VIA(0): h_active: 1440  h_sync: 1520  h_sync_end 1672 h_blank_end 1904 h_border: 0
  (II) VIA(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 934 v_border: 0
  (II) VIA(0): Ranges: V min: 56  V max: 76 Hz, H min: 30  H max: 82 kHz, PixClock max 140 MHz
  (II) VIA(0): Monitor name: LW98
  (II) VIA(0): Serial No: 51564JA029403
  (II) VIA(0): Monitor0: Using default hsync range of 30.00-82.00 kHz
  (II) VIA(0): Monitor0: Using default vrefresh range of 56.00-76.00 Hz
  (II) VIA(0): Clock range:  20.00 to 230.00 MHz
  (II) VIA(0): Not using mode "1440x900_59.80" (no clock available for mode)
  (II) VIA(0): Not using default mode "640x350" (vrefresh out of range)
  (II) VIA(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "640x400" (vrefresh out of range)
  (II) VIA(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "720x400" (vrefresh out of range)
  (II) VIA(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "640x480" (vrefresh out of range)
  (II) VIA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "800x600" (vrefresh out of range)
  (II) VIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1024x768" (interlace mode not supported)
  (II) VIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1024x768" (vrefresh out of range)
  (II) VIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
  (WW) (1280x960,Monitor0) mode clock 148.5MHz exceeds DDC maximum 140MHz
  (II) VIA(0): Not using default mode "1280x960" (hsync out of range)
  (II) VIA(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
  (WW) (1280x1024,Monitor0) mode clock 157.5MHz exceeds DDC maximum 140MHz
  (II) VIA(0): Not using default mode "1280x1024" (hsync out of range)
  (II) VIA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
  (WW) (1600x1200,Monitor0) mode clock 162MHz exceeds DDC maximum 140MHz
  (II) VIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
  (WW) (1600x1200,Monitor0) mode clock 175.5MHz exceeds DDC maximum 140MHz
  (II) VIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
  (WW) (1600x1200,Monitor0) mode clock 189MHz exceeds DDC maximum 140MHz
  (II) VIA(0): Not using default mode "1600x1200" (hsync out of range)
  (II) VIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
  (WW) (1600x1200,Monitor0) mode clock 202.5MHz exceeds DDC maximum 140MHz
  (II) VIA(0): Not using default mode "1600x1200" (hsync out of range)
  (II) VIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
  (WW) (1600x1200,Monitor0) mode clock 229.5MHz exceeds DDC maximum 140MHz
  (II) VIA(0): Not using default mode "1600x1200" (hsync out of range)
  (II) VIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
  (WW) (1792x1344,Monitor0) mode clock 204.8MHz exceeds DDC maximum 140MHz
  (II) VIA(0): Not using default mode "1792x1344" (hsync out of range)
  (II) VIA(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
  (WW) (1856x1392,Monitor0) mode clock 218.3MHz exceeds DDC maximum 140MHz
  (II) VIA(0): Not using default mode "1856x1392" (hsync out of range)
  (II) VIA(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1152x768" (vrefresh out of range)
  (II) VIA(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1152x864" (no clock available for mode)
  (II) VIA(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1400x1050" (no clock available for mode)
  (II) VIA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
  (II) VIA(0): CrtcHSyncEnd out of range.
  (II) VIA(0): Not using default mode "1400x1050" (horizontal sync too wide)
  (II) VIA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1400x1050" (no clock available for mode)
  (II) VIA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1920x1200" (no clock available for mode)
  (II) VIA(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "848x480" (no clock available for mode)
  (II) VIA(0): Not using default mode "424x240" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "848x480" (no clock available for mode)
  (II) VIA(0): Not using default mode "424x240" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "848x480" (no clock available for mode)
  (II) VIA(0): Not using default mode "424x240" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "848x480" (no clock available for mode)
  (II) VIA(0): Not using default mode "424x240" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1152x864" (no clock available for mode)
  (II) VIA(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1152x864" (no clock available for mode)
  (II) VIA(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1152x864" (no clock available for mode)
  (II) VIA(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1152x864" (no clock available for mode)
  (II) VIA(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1400x1050" (no clock available for mode)
  (II) VIA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1400x1050" (no clock available for mode)
  (II) VIA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1280x800" (no clock available for mode)
  (II) VIA(0): Not using default mode "640x400" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1280x800" (no clock available for mode)
  (II) VIA(0): Not using default mode "640x400" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1280x800" (no clock available for mode)
  (II) VIA(0): Not using default mode "640x400" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1280x800" (no clock available for mode)
  (II) VIA(0): Not using default mode "640x400" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1680x1050" (no clock available for mode)
  (II) VIA(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1680x1050" (no clock available for mode)
  (II) VIA(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1680x1050" (no clock available for mode)
  (II) VIA(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1680x1050" (no clock available for mode)
  (II) VIA(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1280x720" (no clock available for mode)
  (II) VIA(0): Not using default mode "640x360" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1280x720" (no clock available for mode)
  (II) VIA(0): Not using default mode "640x360" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1280x720" (no clock available for mode)
  (II) VIA(0): Not using default mode "640x360" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1280x720" (no clock available for mode)
  (II) VIA(0): Not using default mode "640x360" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1280x768" (no clock available for mode)
  (II) VIA(0): Not using default mode "640x384" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1280x768" (no clock available for mode)
  (II) VIA(0): Not using default mode "640x384" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1280x768" (no clock available for mode)
  (II) VIA(0): Not using default mode "640x384" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1280x768" (no clock available for mode)
  (II) VIA(0): Not using default mode "640x384" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1920x1200" (no clock available for mode)
  (II) VIA(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
  (II) VIA(0): CrtcHBlankStart out of range.
  (II) VIA(0): Not using default mode "1920x1200" (horizontal timing out of range)
  (II) VIA(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1920x1200" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1920x1200" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "2560x1600" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1280x800" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "2560x1600" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1280x800" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "2560x1600" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1280x800" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "2560x1600" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1280x800" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using default mode "1600x1024" (no clock available for mode)
  (II) VIA(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
  (II) VIA(0): Not using mode "1440x900_59.80" (no mode of this name)
  (II) VIA(0): Not using default mode "1600x1200" (width too large for virtual size)
  (II) VIA(0): Not using default mode "1600x1200" (width too large for virtual size)
  (II) VIA(0): Not using default mode "1400x1050" (width too large for virtual size)
  (--) VIA(0): Virtual size is 1280x1024 (pitch 1280)
  (**) VIA(0): *Default mode "1280x1024": 135.0 MHz (scaled from -0.0 MHz), 80.0 kHz, 75.0 Hz
  (II) VIA(0): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync
  (**) VIA(0):  Default mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
  (II) VIA(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
  (**) VIA(0):  Default mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
  (II) VIA(0): Modeline "1280x960"  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync
  (**) VIA(0):  Default mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
  (II) VIA(0): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync
  (**) VIA(0):  Default mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz
  (II) VIA(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
  (**) VIA(0):  Default mode "1024x768": 75.0 MHz (scaled from -0.0 MHz), 56.5 kHz, 70.1 Hz
  (II) VIA(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
  (**) VIA(0):  Default mode "1024x768": 65.0 MHz (scaled from -0.0 MHz), 48.4 kHz, 60.0 Hz
  (II) VIA(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
  (**) VIA(0):  Default mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
  (II) VIA(0): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync
  (**) VIA(0):  Default mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
  (II) VIA(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
  (**) VIA(0):  Default mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz
  (II) VIA(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
  (**) VIA(0):  Default mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
  (II) VIA(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
  (**) VIA(0):  Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
  (II) VIA(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
  (**) VIA(0):  Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
  (II) VIA(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
  (**) VIA(0):  Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
  (II) VIA(0): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync -vsync
  (**) VIA(0):  Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
  (II) VIA(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
  (**) VIA(0): Display dimensions: (408, 255) mm
  (**) VIA(0): DPI set to (79, 101)
  (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
  (--) Depth 24 pixmap format is 32 bpp
  (II) do I need RAC?  No, I don't.
  (II) resource ranges after preInit:
  	[0] 0	0	0xe8000000 - 0xe8ffffff (0x1000000) MS[B]
  	[1] 0	0	0xe4000000 - 0xe7ffffff (0x4000000) MS[B]
  	[2] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
  	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
  	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
  	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
  	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
  	[7] -1	0	0xea001000 - 0xea0010ff (0x100) MX[B]
  	[8] -1	0	0xea000000 - 0xea0000ff (0x100) MX[B]
  	[9] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
  	[10] -1	0	0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
  	[11] -1	0	0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
  	[12] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
  	[13] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
  	[14] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
  	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
  	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
  	[17] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
  	[18] -1	0	0x0000e000 - 0x0000e00f (0x10) IX[B]
  	[19] -1	0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
  	[20] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
  	[21] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
  	[22] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
  	[23] 0	0	0xe90003b0 - 0xe90003bb (0xc) IS[B]
  	[24] 0	0	0xe90003c0 - 0xe90003df (0x20) IS[B]
  (--) VIA(0): mapping framebuffer @ 0xe4000000 with size 0x4000000
  (--) VIA(0): Frame buffer start: 0xb3f29000, free start: 0x500000 end: 0x4000000
  (--) VIA(0): mapping MMIO @ 0xe8000000 with size 0x9000
  (--) VIA(0): mapping BitBlt MMIO @ 0xe8200000 with size 0x10000
  (II) VIA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
  (II) VIA(0): 3D Engine has been initialized.
  drmOpenDevice: node name is /dev/dri/card0
  drmOpenDevice: open result is 6, (OK)
  drmOpenDevice: node name is /dev/dri/card0
  drmOpenDevice: open result is 6, (OK)
  drmOpenByBusid: Searching for BusID PCI:1:0:0
  drmOpenDevice: node name is /dev/dri/card0
  drmOpenDevice: open result is 6, (OK)
  drmOpenByBusid: drmOpenMinor returns 6
  drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
  (II) VIA(0): [drm] DRM interface version 1.2
  (II) VIA(0): [drm] created "via" driver at busid "PCI:1:0:0"
  (II) VIA(0): [drm] added 8192 byte SAREA at 0xdcab9000
  (II) VIA(0): [drm] mapped SAREA 0xdcab9000 to 0xb7f34000
  (II) VIA(0): [drm] framebuffer handle = 0xe4000000
  (II) VIA(0): [drm] added 1 reserved context for kernel
  (II) VIA(0): [dri] visual configs initialized.
  (II) VIA(0): [drm] register handle = 0xe8000000
  (II) VIA(0): [drm] mmio Registers = 0xe8000000
  (II) VIA(0): [dri] mmio mapped.
  (II) VIA(0): VIAInternalScreenInit
  (II) VIA(0): Using XFree86 Acceleration Architecture (XAA)
  	Screen to screen bit blits
  	Solid filled rectangles
  	8x8 mono pattern filled rectangles
  	8x8 color pattern filled rectangles
  	Solid Lines
  	Dashed Lines
  	Image Writes
  	Offscreen Pixmaps
  	Setting up tile and stipple cache:
  		32 128x128 slots
  		9 256x256 slots
  		32 8x8 color pattern slots
  (==) VIA(0): Backing store disabled
  (**) Option "dpms"
  (**) VIA(0): DPMS enabled
  (II) VIA(0): [drm] Detected AGP vendor 0x1106, device 0x3205
  (II) VIA(0): [drm] Didn't find any AGP v3 compatible device. Trying AGP 4X mode.
  (II) VIA(0): [drm] Trying to enable AGP fast writes.
  (II) VIA(0): [drm] drmAgpEnabled succeeded
  (II) VIA(0): [drm] agpAddr = 0xe0000000
  (II) VIA(0): [drm] agpBase = (nil)
  (II) VIA(0): [drm] agpAddr = 0xe0000000
  (II) VIA(0): [drm] agpSize = 0x01e00000
  (II) VIA(0): [drm] agp physical addr = 0x00000000
  (II) VIA(0): [dri] use agp.
  (II) VIA(0): [drm] FBFreeStart= 0x00a00000 FBFreeEnd= 0x03fbf000 FBSize= 0x035bf000
  (II) VIA(0): [dri] frame buffer initialized.
  (II) VIA(0): X context handle = 0x1
  (II) VIA(0): [drm] installed DRM signal handler
  (II) VIA(0): [DRI] installation complete
  (II) VIA(0): [dri] kernel data initialized.
  (II) VIA(0): [drm] Irq handler installed, using IRQ 10.
  (II) VIA(0): direct rendering enabled
  (II) VIA(0): Benchmarking video copy. Less is better.
  (--) VIA(0): Timed   libc YUV420 copy... 2888533. Throughput: 392.1 MiB/s.
  (--) VIA(0): Timed kernel YUV420 copy... 3048820. Throughput: 371.5 MiB/s.
  (--) VIA(0): Timed    SSE YUV420 copy... 2711732. Throughput: 417.7 MiB/s.
  (--) VIA(0): Timed    MMX YUV420 copy... 2619077. Throughput: 432.5 MiB/s.
  (--) VIA(0): Timed 3DNow! YUV420 copy... 2621193. Throughput: 432.1 MiB/s.
  (--) VIA(0): Timed   MMX2 YUV420 copy... 2591154. Throughput: 437.1 MiB/s.
  (--) VIA(0): Using MMX2 YUV42X copy for video.
  (WW) VIA(0): [XvMC] Not supported on this chipset.
  (WW) VIA(0): Option "IgnoreEDID" is not used
  (==) RandR enabled
  (II) Setting vga for screen 0.
  (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 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
  (**) Option "Protocol" "IMPS/2"
  (**) Mouse0: Device: "/dev/input/mice"
  (**) Mouse0: Protocol: "IMPS/2"
  (**) Option "CorePointer"
  (**) Mouse0: Core Pointer
  (**) Option "Device" "/dev/input/mice"
  (**) Option "Emulate3Buttons" "yes"
  (**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
  (**) Option "ZAxisMapping" "4 5"
  (**) Mouse0: ZAxisMapping: buttons 4 and 5
  (**) Mouse0: Buttons: 9
  (**) Option "CoreKeyboard"
  (**) Keyboard0: Core Keyboard
  (**) Option "Protocol" "standard"
  (**) Keyboard0: Protocol: standard
  (**) Option "AutoRepeat" "500 30"
  (**) Option "XkbRules" "xorg"
  (**) Keyboard0: XkbRules: "xorg"
  (**) Option "XkbModel" "pc105"
  (**) Keyboard0: XkbModel: "pc105"
  (**) Option "XkbLayout" "us"
  (**) Keyboard0: XkbLayout: "us"
  (**) Option "CustomKeycodes" "off"
  (**) Keyboard0: CustomKeycodes disabled
  (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
  (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
  (II) Mouse0: ps2EnableDataReporting: succeeded



More information about the xorg mailing list