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

X Strike Force xresprobe SVN commit: r30 - in vendor: . ddcprobe debian tests



Author: otavio
Date: 2005-05-17 22:32:51 -0500 (Tue, 17 May 2005)
New Revision: 30

Added:
   vendor/tests/log-chips-800x600
   vendor/tests/log-radeon-derived-1024x768
Modified:
   vendor/bitdepth.sh
   vendor/ddcprobe/Makefile
   vendor/debian/changelog
   vendor/lcdsize.sh
Log:
Load xresprobe-0.4.18/ into vendor.


Modified: vendor/bitdepth.sh
===================================================================
--- vendor/bitdepth.sh	2005-04-04 14:15:46 UTC (rev 29)
+++ vendor/bitdepth.sh	2005-05-18 03:32:51 UTC (rev 30)
@@ -35,7 +35,7 @@
            "$LOGFILE"; then
     # broken bios!  word.  if we don't have any 24bpp modes, just hope like
     # hell that 16bpp will work; some vendors ship bioses without 24bpp modes
-    # in their vesa mode table.
+    # in their vesa mode table.  but sometimes this means we need to go to 32.
     FORCEDEPTH=16
   fi
 else

Modified: vendor/ddcprobe/Makefile
===================================================================
--- vendor/ddcprobe/Makefile	2005-04-04 14:15:46 UTC (rev 29)
+++ vendor/ddcprobe/Makefile	2005-05-18 03:32:51 UTC (rev 30)
@@ -11,24 +11,14 @@
 ifeq ($(findstring $(ARCH),i386), $(ARCH))
 TARGETS += svgamodes modetest libvbe.a
 DDC_OBJS += lrmi.o vbe.o
-endif
-
+else
 ifeq ($(ARCH),ppc)
 DDC_OBJS += of.o minifind.o
-endif
-
-ifeq ($(ARCH),x86_64)
+else
 DDC_OBJS += stub.o
 endif
-
-ifeq ($(ARCH),sparc)
-DDC_OBJS += stub.o
 endif
 
-ifeq ($(ARCH),ia64)
-DDC_OBJS += stub.o
-endif
-
 ifeq (.depend,$(wildcard .depend))
 TARGET=all
 else

Modified: vendor/debian/changelog
===================================================================
--- vendor/debian/changelog	2005-04-04 14:15:46 UTC (rev 29)
+++ vendor/debian/changelog	2005-05-18 03:32:51 UTC (rev 30)
@@ -1,3 +1,19 @@
+xresprobe (0.4.18) hoary; urgency=low
+
+  * ddcprobe: include stub functions by default, instead of a static
+    architecture -> source list (thanks, LaMont Jones).
+  * Add another Radeon panel string, although if we ever fall back here, we
+    should have got the information via DDC.
+  * Add panel identifier strings for chips.
+
+ -- Daniel Stone <daniel.stone@ubuntu.com>  Sat,  2 Apr 2005 11:36:06 +1000
+
+xresprobe (0.4.17) hoary; urgency=low
+
+  * Loosen the Neomagic lcdsize case (closes: Ubuntu#8228).
+
+ -- Daniel Stone <daniel.stone@ubuntu.com>  Sun, 27 Mar 2005 13:36:13 +1000
+
 xresprobe (0.4.16) hoary; urgency=low
 
   * Merge from unreleased 0.5 branch: add support for 'rigging' xresprobe

Modified: vendor/lcdsize.sh
===================================================================
--- vendor/lcdsize.sh	2005-04-04 14:15:46 UTC (rev 29)
+++ vendor/lcdsize.sh	2005-05-18 03:32:51 UTC (rev 30)
@@ -49,6 +49,11 @@
     getres
   fi
   if [ -z "$RES" ]; then
+    EGREPLINE="\(WW\) RADEON\(.*\): Panel size .*x.* is derived, this may not be correct."
+    SEDLINE="s/(WW) RADEON([^)]*): Panel size \([^x]*\)x\([^ ]*\) is derived, this may not be correct./\1x\2/;"
+    getres
+  fi
+  if [ -z "$RES" ]; then
     EGREPLINE="\(II\) R128\(.*\): Panel size: .*x.*"
     SEDLINE="s/(II) R128([^)]*): Panel size: \(.*\)/\1/;"
     getres
@@ -63,7 +68,7 @@
   getres
 elif [ "$DRIVER" = "neomagic" ]; then
   EGREPLINE="\(--\) NEOMAGIC\(.*\): Panel is a .*x.* .* .* display"
-  SEDLINE="s/(--) NEOMAGIC(.*): Panel is a \([^x]*\)x\([^ ]*\) [^ ]* [^ ]* display/\1x\2/;"
+  SEDLINE="s/(--) NEOMAGIC(.*): Panel is a \([^x]*\)x\([^ ]*\) [^ ]* .* display/\1x\2/;"
   getres
 elif [ "$DRIVER" = "nv" ]; then
   # the nv driver would ideally tell us this
@@ -98,6 +103,10 @@
     SEDLINE="s/(II) VIA([^)]*): Selected Panel Size is \([^x]*\)x\([^ ]*\)/\1x\2/;"
     getres
   fi
+elif [ "$DRIVER" = "chips" ]; then
+  EGREPLINE="\(--\) CHIPS\(.*\): Display Size: x=.*; y=.*"
+  SEDLINE="s/(--) CHIPS([^)]*): Display Size: x=\([^;]*\); y=\([^ ]*\)/\1x\2/;"
+  getres
 else
   exit 1
 fi

Added: vendor/tests/log-chips-800x600
===================================================================
--- vendor/tests/log-chips-800x600	2005-04-04 14:15:46 UTC (rev 29)
+++ vendor/tests/log-chips-800x600	2005-05-18 03:32:51 UTC (rev 30)
@@ -0,0 +1,337 @@
+XFree86 Version 4.1.0 / X Window System
+(protocol Version 11, revision 0, vendor release 6510)
+Release Date: 2 June 2001
+	If the server is older than 6-12 months, or if your card is
+	newer than the above date, look for a newer version before
+	reporting problems.  (See http://www.XFree86.Org/FAQ)
+Build Operating System: Linux 2.2.19 i686 [ELF] 
+Module Loader present
+(==) Log file: "/var/log/XFree86.0.log", Time: Fri Jun 15 22:52:56 2001
+(==) Using config file: "/etc/X11/XF86Config-4"
+Markers: (--) probed, (**) from config file, (==) default setting,
+         (++) from command line, (!!) notice, (II) informational,
+         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
+(==) ServerLayout "XFree86 Configured"
+(**) |-->Screen "Screen0" (0)
+(**) |   |-->Monitor "Monitor0"
+(**) |   |-->Device "C&T 65555"
+(**) |-->Input Device "Mouse0"
+(**) |-->Input Device "Keyboard0"
+(**) Option "XkbRules" "xfree86"
+(**) XKB: rules: "xfree86"
+(**) Option "XkbModel" "pc105"
+(**) XKB: model: "pc105"
+(**) Option "XkbLayout" "us"
+(**) XKB: layout: "us"
+(==) Keyboard: CustomKeycode disabled
+(WW) The directory "/usr/X11R6/lib/X11/fonts/local/" does not exist.
+	Entry deleted from font path.
+(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
+(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
+(**) ModulePath set to "/usr/X11R6/lib/modules"
+(--) using VT number 7
+
+(II) Open APM successful
+(II) Module ABI versions:
+	XFree86 ANSI C Emulation: 0.1
+	XFree86 Video Driver: 0.4
+	XFree86 XInput driver : 0.2
+	XFree86 Server Extension : 0.1
+	XFree86 Font Renderer : 0.2
+(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.1.0, module version = 1.0.0
+	Module class: XFree86 Font Renderer
+	ABI class: XFree86 Font Renderer, version 0.2
+(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.1.0, module version = 0.1.0
+	ABI class: XFree86 Video Driver, version 0.4
+(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,7192 card 1179,0001 rev 02 class 06,00,00 hdr 00
+(II) PCI: 00:02:0: chip 1179,060f card 1400,0000 rev 05 class 06,07,00 hdr 82
+(II) PCI: 00:02:1: chip 1179,060f card 1c00,0000 rev 05 class 06,07,00 hdr 82
+(II) PCI: 00:04:0: chip 102c,00e5 card 1179,0001 rev c6 class 03,00,00 hdr 00
+(II) PCI: 00:07:0: chip 8086,7110 card 0000,0000 rev 02 class 06,80,00 hdr 80
+(II) PCI: 00:07:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 hdr 00
+(II) PCI: 00:07:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 hdr 00
+(II) PCI: 00:07:3: chip 8086,7113 card 0000,0000 rev 02 class 06,80,00 hdr 00
+(II) PCI: 00:0a:0: chip 1179,0701 card 1179,0001 rev 23 class 07,80,00 hdr 00
+(II) PCI: End of PCI scan
+(II) LoadModule: "scanpci"
+(II) Loading /usr/X11R6/lib/modules/libscanpci.a
+(II) Module scanpci: vendor="The XFree86 Project"
+	compiled for 4.1.0, module version = 0.1.0
+	ABI class: XFree86 Video Driver, version 0.4
+(II) UnloadModule: "scanpci"
+(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
+(II) Host-to-PCI bridge:
+(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (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]
+(--) PCI:*(0:4:0) C&T 65555 rev 198, Mem @ 0xfe000000/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) Active PCI resource ranges:
+	[0] -1 0	0xe0000000 - 0xefffffff (0x10000000) MX[B]
+	[1] -1 0	0xfe000000 - 0xfeffffff (0x1000000) MX[B](B)
+	[2] -1 0	0x0000ff80 - 0x0000ff9f (0x20) IX[B]
+	[3] -1 0	0x0000ffe0 - 0x0000ffff (0x20) IX[B]
+	[4] -1 0	0x00001000 - 0x0000100f (0x10) IX[B]
+(II) Active PCI resource ranges after removing overlaps:
+	[0] -1 0	0xe0000000 - 0xefffffff (0x10000000) MX[B]
+	[1] -1 0	0xfe000000 - 0xfeffffff (0x1000000) MX[B](B)
+	[2] -1 0	0x0000ff80 - 0x0000ff9f (0x20) IX[B]
+	[3] -1 0	0x0000ffe0 - 0x0000ffff (0x20) IX[B]
+	[4] -1 0	0x00001000 - 0x0000100f (0x10) 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	0xe0000000 - 0xefffffff (0x10000000) MX[B]
+	[6] -1 0	0xfe000000 - 0xfeffffff (0x1000000) MX[B](B)
+	[7] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
+	[8] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
+	[9] -1 0	0x0000ff80 - 0x0000ff9f (0x20) IX[B]
+	[10] -1 0	0x0000ffe0 - 0x0000ffff (0x20) IX[B]
+	[11] -1 0	0x00001000 - 0x0000100f (0x10) IX[B]
+(II) LoadModule: "chips"
+(II) Loading /usr/X11R6/lib/modules/drivers/chips_drv.o
+(II) Module chips: vendor="The XFree86 Project"
+	compiled for 4.1.0, module version = 1.0.0
+	Module class: XFree86 Video Driver
+	ABI class: XFree86 Video Driver, version 0.4
+(II) LoadModule: "mouse"
+(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
+(II) Module mouse: vendor="The XFree86 Project"
+	compiled for 4.1.0, module version = 1.0.0
+	Module class: XFree86 XInput Driver
+	ABI class: XFree86 XInput driver, version 0.2
+(II) CHIPS: Driver for Chips and Technologies chipsets: ct65520, ct65525,
+	ct65530, ct65535, ct65540, ct65545, ct65546, ct65548, ct65550,
+	ct65554, ct65555, ct68554, ct69000, ct69030, ct64200, ct64300
+(II) Primary Device is: PCI 00:04:0
+(--) Assigning device section with no busID to primary device
+(--) Chipset ct65555 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	0xe0000000 - 0xefffffff (0x10000000) MX[B]
+	[6] -1 0	0xfe000000 - 0xfeffffff (0x1000000) MX[B](B)
+	[7] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
+	[8] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
+	[9] -1 0	0x0000ff80 - 0x0000ff9f (0x20) IX[B]
+	[10] -1 0	0x0000ffe0 - 0x0000ffff (0x20) IX[B]
+	[11] -1 0	0x00001000 - 0x0000100f (0x10) 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	0xe0000000 - 0xefffffff (0x10000000) MX[B]
+	[6] -1 0	0xfe000000 - 0xfeffffff (0x1000000) MX[B](B)
+	[7] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B]
+	[8] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
+	[9] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
+	[10] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
+	[11] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
+	[12] -1 0	0x0000ff80 - 0x0000ff9f (0x20) IX[B]
+	[13] -1 0	0x0000ffe0 - 0x0000ffff (0x20) IX[B]
+	[14] -1 0	0x00001000 - 0x0000100f (0x10) IX[B]
+	[15] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
+	[16] 0 0	0x000003c0 - 0x000003df (0x20) IS[B]
+(II) Setting vga for screen 0.
+(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.1.0, module version = 0.1.0
+	ABI class: XFree86 Video Driver, version 0.4
+(II) Loading sub module "vbe"
+(II) LoadModule: "vbe"
+(II) Loading /usr/X11R6/lib/modules/libvbe.a
+(II) Module vbe: vendor="The XFree86 Project"
+	compiled for 4.1.0, module version = 1.0.0
+	ABI class: XFree86 Video Driver, version 0.4
+(II) Loading sub module "int10"
+(II) LoadModule: "int10"
+(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
+(II) Module int10: vendor="The XFree86 Project"
+	compiled for 4.1.0, module version = 1.0.0
+	ABI class: XFree86 Video Driver, version 0.4
+(II) CHIPS(0): initializing int10
+(II) CHIPS(0): Primary V_BIOS segment is: 0xc000
+(II) CHIPS(0): VESA BIOS detected
+(II) CHIPS(0): VESA VBE Version 2.0
+(II) CHIPS(0): VESA VBE Total Mem: 2048 kB
+(II) CHIPS(0): VESA VBE OEM: CHIPS 6x555 Super VGA
+(II) CHIPS(0): VESA VBE OEM Software Rev: 1.0
+(II) CHIPS(0): VESA VBE OEM Vendor: Chips & Technologies, Inc.
+(II) CHIPS(0): VESA VBE OEM Product: 6x555 Display Controller
+(II) CHIPS(0): VESA VBE OEM Product Rev: 2
+(**) CHIPS(0): Depth 24, (--) framebuffer bpp 24
+(==) CHIPS(0): RGB weight 888
+(==) CHIPS(0): Default visual is TrueColor
+(==) CHIPS(0): Using gamma correction (1.0, 1.0, 1.0)
+(**) CHIPS(0): Option "STN"
+(**) CHIPS(0): Option "NoStretch"
+(**) CHIPS(0): Option "LcdCenter"
+(==) CHIPS(0): Using HW cursor
+(**) CHIPS(0): Enabling linear addressing
+(--) CHIPS(0): base address is set at 0xFE000000.
+(**) CHIPS(0): Using MMIO
+(--) CHIPS(0): VideoRAM: 2048 kByte
+(--) CHIPS(0): DD-STN probed
+(--) CHIPS(0): LCD
+(--) CHIPS(0): Display Size: x=800; y=600
+(--) CHIPS(0): Frame Buffer used
+(--) CHIPS(0): Using embedded Frame Buffer, size 96000 bytes
+(--) CHIPS(0): Frame accelerator enabled
+(--) CHIPS(0): PCI Bus
+(--) CHIPS(0): Internal DAC disabled
+(--) CHIPS(0): Using programmable clocks
+(--) CHIPS(0): Dot clock 0:  25.172 MHz
+(--) CHIPS(0): Dot clock 1:  28.325 MHz
+(--) CHIPS(0): Dot clock 2:  40.090 MHz FPclk CRTclk
+(--) CHIPS(0): Probed memory clock of  50.113 MHz
+(==) CHIPS(0): Min pixel clock is  11.000 MHz
+(**) CHIPS(0): User max pixel clock of 110.000 MHz overrides  35.079 MHz limit
+(II) Loading sub module "ddc"
+(II) LoadModule: "ddc"
+(II) Loading /usr/X11R6/lib/modules/libddc.a
+(II) Module ddc: vendor="The XFree86 Project"
+	compiled for 4.1.0, module version = 1.0.0
+	ABI class: XFree86 Video Driver, version 0.4
+(II) Loading sub module "ddc"
+(II) LoadModule: "ddc"
+(II) Reloading /usr/X11R6/lib/modules/libddc.a
+(II) CHIPS(0): VESA VBE DDC supported
+(II) CHIPS(0): VESA VBE DDC Level 2
+(II) CHIPS(0): VESA VBE DDC transfer in appr. 1 sec.
+(II) CHIPS(0): VESA VBE DDC read successfully
+(II) CHIPS(0): Manufacturer: TOS  Model: 5081  Serial#: 0
+(II) CHIPS(0): Year: 1995  Week: 20
+(II) CHIPS(0): EDID Version: 1.0
+(II) CHIPS(0): Digital Display Input
+(II) CHIPS(0): Max H-Image Size [cm]: horiz.: 23  vert.: 17
+(II) CHIPS(0): Gamma: 1.00
+(II) CHIPS(0): No DPMS capabilities specified; RGB/Color Display
+(II) CHIPS(0): redX: 0.000 redY: 0.000   greenX: 0.000 greenY: 0.000
+(II) CHIPS(0): blueX: 0.000 blueY: 0.000   whiteX: 0.000 whiteY: 0.000
+(II) CHIPS(0): Supported VESA Video Modes:
+(II) CHIPS(0): 640x480@60Hz
+(II) CHIPS(0): 800x600@60Hz
+(II) CHIPS(0): Manufacturer's mask: 0
+(II) CHIPS(0): Monitor0: Using hsync range of 10.00-100.00 kHz
+(WW) CHIPS(0): Monitor0: using default vrefresh range of 43-72Hz
+(II) CHIPS(0): Clock range:  11.00 to 110.00 MHz
+(II) CHIPS(0): Not using default mode "640x350" (vrefresh out of range)
+(II) CHIPS(0): Not using default mode "640x400" (vrefresh out of range)
+(II) CHIPS(0): Not using default mode "720x400" (vrefresh out of range)
+(II) CHIPS(0): Not using default mode "640x480" (vrefresh out of range)
+(II) CHIPS(0): Not using default mode "640x480" (vrefresh out of range)
+(II) CHIPS(0): Not using default mode "640x480" (vrefresh out of range)
+(II) CHIPS(0): Not using default mode "800x600" (vrefresh out of range)
+(II) CHIPS(0): Not using default mode "800x600" (vrefresh out of range)
+(II) CHIPS(0): Not using default mode "1024x768" (insufficient memory for mode)
+(II) CHIPS(0): Not using default mode "1024x768" (insufficient memory for mode)
+(II) CHIPS(0): Not using default mode "1024x768" (insufficient memory for mode)
+(II) CHIPS(0): Not using default mode "1024x768" (insufficient memory for mode)
+(II) CHIPS(0): Not using default mode "1024x768" (insufficient memory for mode)
+(II) CHIPS(0): Not using default mode "1152x864" (insufficient memory for mode)
+(II) CHIPS(0): Not using default mode "1280x960" (insufficient memory for mode)
+(II) CHIPS(0): Not using default mode "1280x960" (insufficient memory for mode)
+(II) CHIPS(0): Not using default mode "1280x1024" (insufficient memory for mode)
+(II) CHIPS(0): Not using default mode "1280x1024" (insufficient memory for mode)
+(II) CHIPS(0): Not using default mode "1280x1024" (insufficient memory for mode)
+(II) CHIPS(0): Not using default mode "1600x1200" (insufficient memory for mode)
+(II) CHIPS(0): Not using default mode "1600x1200" (insufficient memory for mode)
+(II) CHIPS(0): Not using default mode "1600x1200" (insufficient memory for mode)
+(II) CHIPS(0): Not using default mode "1600x1200" (insufficient memory for mode)
+(II) CHIPS(0): Not using default mode "1600x1200" (insufficient memory for mode)
+(II) CHIPS(0): Not using default mode "1792x1344" (insufficient memory for mode)
+(II) CHIPS(0): Not using default mode "1792x1344" (insufficient memory for mode)
+(II) CHIPS(0): Not using default mode "1856x1392" (insufficient memory for mode)
+(II) CHIPS(0): Not using default mode "1856x1392" (insufficient memory for mode)
+(II) CHIPS(0): Not using default mode "1920x1440" (insufficient memory for mode)
+(II) CHIPS(0): Not using default mode "1920x1440" (insufficient memory for mode)
+(II) CHIPS(0): Not using default mode "1400x1050" (insufficient memory for mode)
+(II) CHIPS(0): Not using default mode "1400x1050" (insufficient memory for mode)
+(--) CHIPS(0): Virtual size is 800x600 (pitch 800)
+(**) CHIPS(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
+(II) CHIPS(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
+(--) CHIPS(0): Display dimensions: (23, 17) cm
+(--) CHIPS(0): DPI set to (88, 89)
+(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.1.0, module version = 1.0.0
+	ABI class: XFree86 ANSI C Emulation, version 0.1
+(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.1.0, module version = 1.0.0
+	ABI class: XFree86 Video Driver, version 0.4
+(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.1.0, module version = 0.1.0
+	ABI class: XFree86 Video Driver, version 0.4
+(==) Depth 24 pixmap format is 32 bpp
+(II) do I need RAC?  No, I don't.
+(II) resource ranges after preInit:
+	[0] 0 0	0xfe000000 - 0xfeffffff (0x1000000) MS[B]
+	[1] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
+	[2] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
+	[3] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
+	[4] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
+	[5] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
+	[6] -1 0	0xe0000000 - 0xefffffff (0x10000000) MX[B]
+	[7] -1 0	0xfe000000 - 0xfeffffff (0x1000000) MX[B](B)
+	[8] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
+	[9] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
+	[10] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
+	[11] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
+	[12] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
+	[13] -1 0	0x0000ff80 - 0x0000ff9f (0x20) IX[B]
+	[14] -1 0	0x0000ffe0 - 0x0000ffff (0x20) IX[B]
+	[15] -1 0	0x00001000 - 0x0000100f (0x10) IX[B]
+	[16] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
+	[17] 0 0	0x000003c0 - 0x000003df (0x20) IS[B]

Added: vendor/tests/log-radeon-derived-1024x768
===================================================================
--- vendor/tests/log-radeon-derived-1024x768	2005-04-04 14:15:46 UTC (rev 29)
+++ vendor/tests/log-radeon-derived-1024x768	2005-05-18 03:32:51 UTC (rev 30)
@@ -0,0 +1,448 @@
+This is a pre-release version of the The X.Org Foundation X11.
+Portions of this release are based on XFree86 4.4RC2 and selected
+files from XFree86 4.4RC3. It is not supported in any way.
+Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
+Select the "xorg" product for bugs you find in this release.
+Before reporting bugs in pre-release versions please check the
+latest version in the The X.Org Foundation "monolithic tree" CVS
+repository hosted at http://www.freedesktop.org/Software/xorg/.99
+Release Date: 12 August 2004
+X Protocol Version 11, Revision 0, Release 6.7.99.2
+Build Operating System: Linux 2.6.8 ppc [ELF]
+Current Operating System: Linux localhost 2.6.8 #1 Sat Aug 14 13:49:21
+CEST 2004 ppc
+Build Date: 14 August 2004
+    Before reporting problems, check http://wiki.X.Org
+    to make sure that you have the latest version.
+Module Loader present
+Markers: (--) probed, (**) from config file, (==) default setting,
+    (++) from command line, (!!) notice, (II) informational,
+    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
+(==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 14 20:14:21 2004
+(==) Using config file: "/etc/X11/XF86Config"
+(==) ServerLayout "Simple Layout"
+(**) |-->Screen "Screen1" (0)
+(**) |   |-->Monitor "Monitor1"
+(**) |   |-->Device "Card1"
+(**) |-->Input Device "Mouse1"
+(**) |-->Input Device "Keyboard1"
+(**) Option "AutoRepeat" "250 30"
+(**) Option "XkbRules" "xfree86"
+(**) XKB: rules: "xfree86"
+(**) Option "XkbModel" "macintosh"
+(**) XKB: model: "macintosh"
+(**) Option "XkbLayout" "de_ibook"
+(**) XKB: layout: "de_ibook"
+(==) Keyboard: CustomKeycode disabled
+(WW) The directory "/usr/X11R6/lib/X11/fonts/PEX/" does not exist.
+    Entry deleted from font path.
+(WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/" does not exist.
+    Entry deleted from font path.
+(WW) The directory "/usr/X11R6/lib/X11/fonts/sharefont" does not exist.
+    Entry deleted from font path.
+(**) FontPath set to
+"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/cyrillic/,/usr/X11R6/lib/X11/fonts/encodings/,/usr/X11R6/lib/X11/fonts/freefont/,/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TrueType,/usr/share/ghostscript/fonts/"
+(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
+(==) ModulePath set to "/usr/X11R6/lib/modules"
+(II) Open APM successful
+(II) Module ABI versions:
+    X.Org ANSI C Emulation: 0.2
+    X.Org Video Driver: 0.7
+    X.Org XInput driver : 0.4
+    X.Org Server Extension : 0.2
+    X.Org 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="X.Org Foundation"
+    compiled for 6.7.99.2, 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/X11R6/lib/modules/libpcidata.a
+(II) Module pcidata: vendor="X.Org Foundation"
+    compiled for 6.7.99.2, module version = 1.0.0
+    ABI class: X.Org Video Driver, version 0.7
+(--) using VT number 7
+
+(WW) xf86OpenConsole: Could not save ownership of VT
+(II) PCI: PCI scan (all values are in hex)
+(II) PCI: 00:0b:0: chip 106b,0027 card 0000,0000 rev 00 class 06,00,00
+hdr 00
+(II) PCI: 00:10:0: chip 1002,4c57 card 1002,4c57 rev 00 class 03,00,00
+hdr 00
+(II) PCI: 01:0b:0: chip 106b,0028 card 0000,0000 rev 00 class 06,00,00
+hdr 00
+(II) PCI: 01:17:0: chip 106b,0025 card 0000,0000 rev 00 class ff,00,00
+hdr 00
+(II) PCI: 01:18:0: chip 106b,0026 card 0000,0000 rev 00 class 0c,03,10
+hdr 00
+(II) PCI: 01:19:0: chip 106b,0026 card 0000,0000 rev 00 class 0c,03,10
+hdr 00
+(II) PCI: 02:0b:0: chip 106b,0029 card 0000,0000 rev 00 class 06,00,00
+hdr 00
+(II) PCI: End of PCI scan
+(II) Host-to-PCI bridge:
+(II) Bus 0: bridge is at (0:11:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
+(II) Bus 0 I/O range:
+    [0] -1    0    0x00000000 - 0x00ffffff (0x1000000) 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) Host-to-PCI bridge:
+(II) Bus 1: bridge is at (1:11:0), (1,1,2), BCTRL: 0x0008 (VGA_EN is set)
+(II) Bus 1 I/O range:
+    [0] -1    0    0x00000000 - 0x00ffffff (0x1000000) IX[B]
+(II) Bus 1 non-prefetchable memory range:
+    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[B]
+(II) Bus 1 prefetchable memory range:
+    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[B]
+(II) Host-to-PCI bridge:
+(II) Bus 2: bridge is at (2:11:0), (2,2,2), BCTRL: 0x0008 (VGA_EN is set)
+(II) Bus 2 I/O range:
+    [0] -1    0    0x00000000 - 0x00ffffff (0x1000000) IX[B]
+(II) Bus 2 non-prefetchable memory range:
+    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[B]
+(II) Bus 2 prefetchable memory range:
+    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[B]
+(--) PCI:*(0:16:0) ATI Technologies Inc Radeon Mobility M7 LW [Radeon
+Mobility 7500] rev 0, Mem @ 0x98000000/27, 0x90000000/16, I/O @
+0x0400/8, BIOS @ 0xf1000000/17
+(II) Addressable bus resource ranges are
+    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[B]
+    [1] -1    0    0x00000000 - 0x00ffffff (0x1000000) IX[B]
+(II) OS-reported resource ranges:
+    [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[B]
+    [1] -1    0    0x00000000 - 0x00000000 (0x1) MX[B]
+    [2] -1    0    0x00ffffff - 0x00ffffff (0x1) IX[B]
+    [3] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
+(II) Active PCI resource ranges:
+    [0] -1    0    0x80080000 - 0x80080fff (0x1000) MX[B]
+    [1] -1    0    0x80081000 - 0x80081fff (0x1000) MX[B]
+    [2] -1    0    0x80000000 - 0x8007ffff (0x80000) MX[B]
+    [3] -1    0    0xf1000000 - 0xf101ffff (0x20000) MX[B](B)
+    [4] -1    0    0x90000000 - 0x9000ffff (0x10000) MX[B](B)
+    [5] -1    0    0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
+    [6] -1    0    0x00000400 - 0x000004ff (0x100) IX[B](B)
+(II) Active PCI resource ranges after removing overlaps:
+    [0] -1    0    0x80080000 - 0x80080fff (0x1000) MX[B]
+    [1] -1    0    0x80081000 - 0x80081fff (0x1000) MX[B]
+    [2] -1    0    0x80000000 - 0x8007ffff (0x80000) MX[B]
+    [3] -1    0    0xf1000000 - 0xf101ffff (0x20000) MX[B](B)
+    [4] -1    0    0x90000000 - 0x9000ffff (0x10000) MX[B](B)
+    [5] -1    0    0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
+    [6] -1    0    0x00000400 - 0x000004ff (0x100) IX[B](B)
+(II) OS-reported resource ranges after removing overlaps with PCI:
+    [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[B]
+    [1] -1    0    0x00000000 - 0x00000000 (0x1) MX[B]
+    [2] -1    0    0x00ffffff - 0x00ffffff (0x1) IX[B]
+    [3] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
+(II) All system resource ranges:
+    [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[B]
+    [1] -1    0    0x00000000 - 0x00000000 (0x1) MX[B]
+    [2] -1    0    0x80080000 - 0x80080fff (0x1000) MX[B]
+    [3] -1    0    0x80081000 - 0x80081fff (0x1000) MX[B]
+    [4] -1    0    0x80000000 - 0x8007ffff (0x80000) MX[B]
+    [5] -1    0    0xf1000000 - 0xf101ffff (0x20000) MX[B](B)
+    [6] -1    0    0x90000000 - 0x9000ffff (0x10000) MX[B](B)
+    [7] -1    0    0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
+    [8] -1    0    0x00ffffff - 0x00ffffff (0x1) IX[B]
+    [9] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
+    [10] -1    0    0x00000400 - 0x000004ff (0x100) IX[B](B)
+(II) LoadModule: "dbe"
+(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
+(II) Module dbe: vendor="X.Org Foundation"
+    compiled for 6.7.99.2, 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: "ddc"
+(II) Loading /usr/X11R6/lib/modules/libddc.a
+(II) Module ddc: vendor="X.Org Foundation"
+    compiled for 6.7.99.2, module version = 1.0.0
+    ABI class: X.Org Video Driver, version 0.7
+(II) LoadModule: "extmod"
+(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
+(II) Module extmod: vendor="X.Org Foundation"
+    compiled for 6.7.99.2, 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: "type1"
+(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
+(II) Module type1: vendor="X.Org Foundation"
+    compiled for 6.7.99.2, 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) Loading font CID
+(II) LoadModule: "freetype"
+(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
+(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
+    compiled for 6.7.99.2, module version = 2.1.0
+    Module class: X.Org Font Renderer
+    ABI class: X.Org Font Renderer, version 0.4
+(II) Loading font FreeType
+(II) LoadModule: "glx"
+(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
+(II) Module glx: vendor="X.Org Foundation"
+    compiled for 6.7.99.2, 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/X11R6/lib/modules/extensions/libGLcore.a
+(II) Module GLcore: vendor="X.Org Foundation"
+    compiled for 6.7.99.2, module version = 1.0.0
+    ABI class: X.Org Server Extension, version 0.2
+(II) Loading extension GLX
+(II) LoadModule: "dri"
+(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
+(II) Module dri: vendor="X.Org Foundation"
+    compiled for 6.7.99.2, 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/X11R6/lib/modules/linux/libdrm.a
+(II) Module drm: vendor="X.Org Foundation"
+    compiled for 6.7.99.2, module version = 1.0.0
+    ABI class: X.Org Server Extension, version 0.2
+(II) Loading extension XFree86-DRI
+(II) LoadModule: "ati"
+(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
+(II) Module ati: vendor="X.Org Foundation"
+    compiled for 6.7.99.2, module version = 6.5.6
+    Module class: X.Org Video Driver
+    ABI class: X.Org Video Driver, version 0.7
+(II) LoadModule: "mouse"
+(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
+(II) Module mouse: vendor="X.Org Foundation"
+    compiled for 6.7.99.2, module version = 1.0.0
+    Module class: X.Org XInput Driver
+    ABI class: X.Org XInput driver, version 0.4
+(II) ATI: ATI driver (version 6.5.6) for chipset: ati
+(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 (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
+    ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
+    ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
+    ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
+    ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
+    ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
+    ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
+    ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
+    ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
+    ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
+    ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
+    ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/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 (PCI/AGP),
+    ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
+    ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
+    ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
+    ATI Rage 128 4X SN (PCI/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/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
+    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 Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
+    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
+    ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
+    ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
+    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
+    ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
+    ATI Radeon Mobility 9000 (M9) Lf (AGP),
+    ATI Radeon Mobility 9000 (M9) Lg (AGP),
+    ATI Radeon 9100 IGP (A5) 5834,
+    ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
+    ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9200PRO 5960 (AGP),
+    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
+    ATI Radeon 9200SE 5964 (AGP),
+    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
+    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
+    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
+    ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
+    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9700 NF (AGP),
+    ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
+    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
+    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
+    ATI FireGL RV360 AV (AGP),
+    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
+    ATI Radeon Mobility 9600 (M10) NQ (AGP),
+    ATI Radeon Mobility 9600 (M11) NR (AGP),
+    ATI Radeon Mobility 9600 (M10) NS (AGP),
+    ATI FireGL Mobility T2 (M10) NT (AGP),
+    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9800SE AH (AGP),
+    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
+    ATI FireGL X2 AK (AGP), ATI Radeon 9800PRO NH (AGP),
+    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
+    ATI Radeon 9800XT NJ (AGP), ATI Radeon X600 (RV380) 3E50 (PCIE),
+    ATI FireGL V3200 (RV380) 3E54 (PCIE),
+    ATI Radeon Mobility X600 (M24) 3150 (PCIE),
+    ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
+    ATI Radeon X600 (RV370) 5B62 (PCIE),
+    ATI FireGL V3100 (RV370) 5B64 (PCIE),
+    ATI FireGL D1100 (RV370) 5B65 (PCIE),
+    ATI Radeon Mobility M300 (M22) 5460 (PCIE),
+    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R420) JH (AGP),
+    ATI Radeon X800PRO (R420) JI (AGP),
+    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
+    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
+    ATI Radeon Mobility 9800 (M18) JN (AGP),
+    ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 (R423) UH (PCIE),
+    ATI Radeon X800PRO (R423) UI (PCIE),
+    ATI Radeon X800LE (R423) UJ (PCIE),
+    ATI Radeon X800SE (R423) UK (PCIE),
+    ATI FireGL V7200 (R423) UQ (PCIE), ATI FireGL V5100 (R423) UR (PCIE),
+    ATI FireGL V7100 (R423) UT (PCIE),
+    ATI Radeon X800XT (R423) 5D57 (PCIE)
+(II) Primary Device is: PCI 00:10:0
+(II) ATI:  Candidate "Device" section "Card1".
+(--) Assigning device section with no busID to primary device
+(--) Chipset ATI Radeon Mobility M7 LW (AGP) found
+(II) resource ranges after xf86ClaimFixedResources() call:
+    [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[B]
+    [1] -1    0    0x00000000 - 0x00000000 (0x1) MX[B]
+    [2] -1    0    0x80080000 - 0x80080fff (0x1000) MX[B]
+    [3] -1    0    0x80081000 - 0x80081fff (0x1000) MX[B]
+    [4] -1    0    0x80000000 - 0x8007ffff (0x80000) MX[B]
+    [5] -1    0    0xf1000000 - 0xf101ffff (0x20000) MX[B](B)
+    [6] -1    0    0x90000000 - 0x9000ffff (0x10000) MX[B](B)
+    [7] -1    0    0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
+    [8] -1    0    0x00ffffff - 0x00ffffff (0x1) IX[B]
+    [9] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
+    [10] -1    0    0x00000400 - 0x000004ff (0x100) IX[B](B)
+(II) Loading sub module "radeon"
+(II) LoadModule: "radeon"
+(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
+(II) Module radeon: vendor="X.Org Foundation"
+    compiled for 6.7.99.2, module version = 4.0.1
+    Module class: X.Org Video Driver
+    ABI class: X.Org Video Driver, version 0.7
+(II) resource ranges after probing:
+    [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[B]
+    [1] -1    0    0x00000000 - 0x00000000 (0x1) MX[B]
+    [2] -1    0    0x80080000 - 0x80080fff (0x1000) MX[B]
+    [3] -1    0    0x80081000 - 0x80081fff (0x1000) MX[B]
+    [4] -1    0    0x80000000 - 0x8007ffff (0x80000) MX[B]
+    [5] -1    0    0xf1000000 - 0xf101ffff (0x20000) MX[B](B)
+    [6] -1    0    0x90000000 - 0x9000ffff (0x10000) MX[B](B)
+    [7] -1    0    0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
+    [8] 0    0    0x000a0000 - 0x000affff (0x10000) MS[B]
+    [9] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[B]
+    [10] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[B]
+    [11] -1    0    0x00ffffff - 0x00ffffff (0x1) IX[B]
+    [12] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
+    [13] -1    0    0x00000400 - 0x000004ff (0x100) IX[B](B)
+    [14] 0    0    0x000003b0 - 0x000003bb (0xc) IS[B]
+    [15] 0    0    0x000003c0 - 0x000003df (0x20) IS[B]
+(II) Setting vga for screen 0.
+(II) RADEON(0): MMIO registers at 0x90000000
+(II) Loading sub module "vgahw"
+(II) LoadModule: "vgahw"
+(II) Loading /usr/X11R6/lib/modules/libvgahw.a
+(II) Module vgahw: vendor="X.Org Foundation"
+    compiled for 6.7.99.2, module version = 0.1.0
+    ABI class: X.Org Video Driver, version 0.7
+(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is
+0x0000
+(II) RADEON(0): PCI bus 0 card 16 func 0
+(**) RADEON(0): Depth 24, (--) framebuffer bpp 32
+(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
+(==) RADEON(0): Default visual is TrueColor
+(==) RADEON(0): RGB weight 888
+(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
+(--) RADEON(0): Chipset: "ATI Radeon Mobility M7 LW (AGP)" (ChipID = 0x4c57)
+(--) RADEON(0): Linear framebuffer at 0x98000000
+(--) RADEON(0): BIOS at 0xf1000000
+(--) RADEON(0): VideoRAM: 32768 kByte (64 bit DDR SDRAM)
+(II) RADEON(0): AGP card detected
+(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="X.Org Foundation"
+    compiled for 6.7.99.2, module version = 1.2.0
+    ABI class: X.Org Video Driver, version 0.7
+(II) RADEON(0): I2C bus "DDC" initialized.
+(WW) RADEON(0): Video BIOS not detected in PCI space!
+(WW) RADEON(0): Attempting to read Video BIOS from legacy ISA space!
+(WW) RADEON(0): Unrecognized BIOS signature, BIOS data will not be used
+(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
+(II) RADEON(0): I2C device "DDC:ddc2" removed.
+(II) RADEON(0): DDC Type: 2, Detected Type: 2
+(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
+(II) RADEON(0): I2C device "DDC:ddc2" removed.
+(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
+(II) RADEON(0): I2C device "DDC:ddc2" removed.
+(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
+(II) RADEON(0): I2C device "DDC:ddc2" removed.
+(II) RADEON(0): DDC Type: 3, Detected Type: 0
+(II) RADEON(0): EDID data from the display on port 1 ----------------------
+(II) RADEON(0): Manufacturer: APP  Model: 9c1a  Serial#: 0
+(II) RADEON(0): Year: 2001  Week: 31
+(II) RADEON(0): EDID Version: 1.3
+(II) RADEON(0): Digital Display Input
+(II) RADEON(0): Max H-Image Size [cm]: horiz.: 29  vert.: 21
+(II) RADEON(0): Gamma: 2.20
+(II) RADEON(0): No DPMS capabilities specified; RGB/Color Display
+(II) RADEON(0): redX: 0.580 redY: 0.339   greenX: 0.327 greenY: 0.533
+(II) RADEON(0): blueX: 0.157 blueY: 0.143   whiteX: 0.320 whiteY: 0.330
+(II) RADEON(0): Supported VESA Video Modes:
+(II) RADEON(0): 1024x768 at 60Hz
+(II) RADEON(0): Manufacturer's mask: 0
+(II) RADEON(0): Supported additional Video Mode:
+(II) RADEON(0): clock: 65.0 MHz   Image Size:  285 x 214 mm
+(II) RADEON(0): h_active: 1024  h_sync: 1048  h_sync_end 1184
+h_blank_end 1344 h_border: 0
+(II) RADEON(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking:
+806 v_border: 0
+(II) RADEON(0):  LTN141XF
+(II) RADEON(0):  LTN141XF
+(II) RADEON(0): Monitor name: Color LCD
+(II) RADEON(0):
+(II) RADEON(0): Primary:
+Monitor   -- LVDS
+Connector -- DVI-D
+DAC Type  -- TVDAC/ExtDAC
+TMDS Type -- Internal
+DDC Type  -- DVI_DDC
+(II) RADEON(0): Secondary:
+Monitor   -- NONE
+Connector -- VGA
+DAC Type  -- Primary
+TMDS Type -- External
+DDC Type  -- VGA_DDC
+(WW) RADEON(0): Video BIOS not detected, using default clock settings!
+(II) RADEON(0): PLL parameters: rf=2700 rd=12 min=12500 max=35000;
+xclk=10300
+(WW) RADEON(0): Panel size 1024x768 is derived, this may not be correct.
+If not, use PanelSize option to overwrite this setting
+(WW) RADEON(0): No valid timing info from BIOS.



Reply to: