Cannot get the DVI port on an IBM Thinkpad to work with X

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

 



Hi,

I have an IBM Thinkpad T42 running NetBSD 2.99.9 (current).  I'm
normally using the XFree86 4.4.0 distribution that comes with NetBBSD,
but I've also tried X sources from XFree86 CVS as of 2004-10-16.
The computer's graphics adaptor, probed as "ATI Radeon Mobility 9600
(M10) NP (AGP)", supports an external monitor connected via eother a
VGA connnector or via a DVI connector.  If I use the VGA connector
everything behaves as expected.  Using the DVI connector, however,
both the external monitor and the laptop display remain dark.  It
appears that the DVI connection is not recognized correctly.  Following
suggestions on the net, I have tried adding the MonitorLayout device
option.  It makes no difference.  I have confidence in my cables, etc.
since the external monitor works fine during boot up until the moment
that I start X.

I have attached my X config file and server logs for the cases without
and with the MonitorLayout option.  I have also attached a diff between 
the
two.  Any suggestions for how to make the DVI connection work would be
greatly appreciated.

Thanks,

Sverre Froyen

Config file:

Section "ServerLayout"
 Identifier     "home"
 Screen         0 "Screen0" 0 0
 Screen         1 "Screen2" LeftOf "Screen0"
 InputDevice    "Mouse0" "CorePointer"
 InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
 RgbPath      "/usr/X11R6/lib/X11/rgb"
 ModulePath   "/usr/X11R6/lib/modules"
 FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
 FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
 FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
 FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
 FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
 FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
 FontPath     "/usr/X11R6/lib/X11/fonts/PEX/"
 FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
 FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic/"
 FontPath     "/usr/X11R6/lib/X11/fonts/encodings/"
 FontPath     "/usr/X11R6/lib/X11/fonts/local/"
 FontPath     "/usr/X11R6/lib/X11/fonts/util/"
EndSection

Section "ServerFlags"
 Option "Xinerama" "true"
EndSection

Section "Module"
 Load  "dbe"
 Load  "extmod"
 Load  "glx"
 Load  "record"
 Load  "xtrap"
 Load  "speedo"
 Load  "type1"
 Load  "freetype"
EndSection

Section "InputDevice"
 Identifier  "Keyboard0"
 Driver      "keyboard"
 #Driver      "kbd"
EndSection

Section "InputDevice"
 Identifier  "Mouse0"
 Driver      "mouse"
 Option     "Protocol" "wsmouse"
 Option     "Device" "/dev/wsmouse"
 Option     "Emulate3Buttons"
 Option     "Emulate3Timeout" "50"
 Option     "Buttons" "5"
 Option     "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
 Identifier   "Monitor0"
 HorizSync    28-99
 VertRefresh  43-85
 VendorName   "IBM"
 #ModelName    "xx"
 Option      "DPMS"
EndSection

Section "Monitor"
 Identifier   "Monitor2"
 HorizSync    30-82
 VertRefresh  60
 DisplaySize  337 270  # mm
 VendorName   "PHL"
 ModelName    "807"
 Option      "DPMS"
EndSection

Section "Device"
 Identifier  "Card0"
 Screen      0
 Driver      "radeon"
 #Option      "MonitorLayout" "LVDS, TMDS"
 BusID       "PCI:1:0:0"
EndSection

Section "Device"
 Screen      1
 Identifier  "Card1"
 Driver      "radeon"
 #Option      "MonitorLayout" "LVDS, TMDS"
 BusID       "PCI:1:0:0"
EndSection

Section "Screen"
 Identifier "Screen0"
 Device     "Card0"
 Monitor    "Monitor0"
 SubSection "Display"
  Viewport   0 0
  Depth     8
  Modes     "1400x1050"
 EndSubSection
 SubSection "Display"
  Viewport   0 0
  Depth     16
  Modes     "1400x1050"
 EndSubSection
 SubSection "Display"
  Viewport   0 0
  Depth     24
  Modes     "1400x1050"
 EndSubSection
EndSection

Section "Screen"
 Identifier "Screen2"
 Device     "Card1"
 Monitor    "Monitor2"
 Option     "InitPrimary"
 Option     "DDCMode" "true"
 SubSection "Display"
  Viewport  0 0
  Depth     8
  Modes     "1280x1024"
 EndSubSection
 SubSection "Display"
  Viewport  0 0
  Depth     16
  Modes     "1280x1024"
 EndSubSection
 SubSection "Display"
  Viewport  0 0
  Depth     24
  Modes     "1280x1024"
 EndSubSection
EndSection

Server log without the MonitorLayout option

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@xxxxxxxxxxx and patches submitted
to fixes@xxxxxxxxxxxx  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.4.99.15
Release Date: 12 October 2004
X Protocol Version 11, Revision 0
Build Operating System: NetBSD/i386 2.99.9 [ELF] The NetBSD Foundation, 
Inc.
Current Operating System: NetBSD abbor.fesk.com 2.99.9 NetBSD 2.99.9 
(ABBOR) #2: Thu Oct 14 14:49:22 MDT 2004  
toor@xxxxxxxxxxxxxxxxxx:/usr/obj/sys/arch/i386/compile.i386/ABBOR i386
Build Date: 16 October 2004
Changelog Date: 13 October 2004
 Before reporting problems, check http://www.XFree86.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/XFree86.0.log", Time: Sat Oct 16 10:08:51 2004
(==) Using config file: "/etc/X11/XF86Config"
(++) ServerLayout "home"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Screen "Screen2" (1)
(**) |   |-->Monitor "Monitor2"
(**) |   |-->Device "Card1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to 
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/100dpi/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/PEX/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/cyrillic/,/usr/X11R6/lib/X11/fonts/encodings/,/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/util/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "Xinerama" "true"
(**) Xinerama: enabled
(II) Module ABI versions:
 XFree86 ANSI C Emulation: 0.2
 XFree86 Video Driver: 0.7
 XFree86 XInput driver : 0.4
 XFree86 Server Extension : 0.2
 XFree86 Font Renderer : 0.5
(II) Loader running on netbsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
 compiled for 4.4.99.15, module version = 1.0.0
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.5
(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.4.99.15, module version = 1.0.0
 ABI class: XFree86 Video Driver, version 0.7
(--) Using wscons driver in pcvt compatibility mode (version 3.32)
(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,3340 card 1014,0529 rev 03 class 06,00,00 
hdr 00
(II) PCI: 00:01:0: chip 8086,3341 card 0000,0000 rev 03 class 06,04,00 
hdr 01
(II) PCI: 00:1d:0: chip 8086,24c2 card 1014,052d rev 01 class 0c,03,00 
hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1014,052d rev 01 class 0c,03,00 
hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1014,052d rev 01 class 0c,03,00 
hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1014,052e rev 01 class 0c,03,20 
hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 81 class 06,04,00 
hdr 01
(II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 01 class 06,01,00 
hdr 80
(II) PCI: 00:1f:1: chip 8086,24ca card 1014,052d rev 01 class 01,01,8a 
hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 1014,052d rev 01 class 0c,05,00 
hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1014,0537 rev 01 class 04,01,00 
hdr 00
(II) PCI: 00:1f:6: chip 8086,24c6 card 1014,0559 rev 01 class 07,03,00 
hdr 00
(II) PCI: 01:00:0: chip 1002,4e50 card 1014,0550 rev 00 class 03,00,00 
hdr 00
(II) PCI: 02:00:0: chip 104c,ac46 card fffc,ffff rev 01 class 06,07,00 
hdr 82
(II) PCI: 02:00:1: chip 104c,ac46 card fffc,ffff rev 01 class 06,07,00 
hdr 82
(II) PCI: 02:00:2: chip 104c,802a card 0000,0000 rev 01 class 0c,00,10 
hdr 80
(II) PCI: 02:01:0: chip 8086,101e card 1014,0549 rev 03 class 02,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,4), 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 I/O range:
 [0] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
 [1] -1 0 0x00003400 - 0x000034ff (0x100) IX[B]
 [2] -1 0 0x00003800 - 0x000038ff (0x100) IX[B]
 [3] -1 0 0x00003c00 - 0x00003cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
 [0] -1 0 0xc0100000 - 0xc01fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
 [0] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,4), BCTRL: 0x0004 (VGA_EN is 
cleared)
(II) Bus 2 I/O range:
 [0] -1 0 0x00004000 - 0x000040ff (0x100) IX[B]
 [1] -1 0 0x00004400 - 0x000044ff (0x100) IX[B]
 [2] -1 0 0x00004800 - 0x000048ff (0x100) IX[B]
 [3] -1 0 0x00004c00 - 0x00004cff (0x100) IX[B]
 [4] -1 0 0x00005000 - 0x000050ff (0x100) IX[B]
 [5] -1 0 0x00005400 - 0x000054ff (0x100) IX[B]
 [6] -1 0 0x00005800 - 0x000058ff (0x100) IX[B]
 [7] -1 0 0x00005c00 - 0x00005cff (0x100) IX[B]
 [8] -1 0 0x00006000 - 0x000060ff (0x100) IX[B]
 [9] -1 0 0x00006400 - 0x000064ff (0x100) IX[B]
 [10] -1 0 0x00006800 - 0x000068ff (0x100) IX[B]
 [11] -1 0 0x00006c00 - 0x00006cff (0x100) IX[B]
 [12] -1 0 0x00007000 - 0x000070ff (0x100) IX[B]
 [13] -1 0 0x00007400 - 0x000074ff (0x100) IX[B]
 [14] -1 0 0x00007800 - 0x000078ff (0x100) IX[B]
 [15] -1 0 0x00007c00 - 0x00007cff (0x100) IX[B]
 [16] -1 0 0x00008000 - 0x000080ff (0x100) IX[B]
 [17] -1 0 0x00008400 - 0x000084ff (0x100) IX[B]
 [18] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
 [19] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
 [0] -1 0 0xc0200000 - 0xcfffffff (0xfe00000) MX[B]
(II) Bus 2 prefetchable memory range:
 [0] -1 0 0xe8000000 - 0xefffffff (0x8000000) 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)
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:0:0), (2,3,3), BCTRL: 0x0740 (VGA_EN is 
cleared)
(II) PCI-to-CardBus bridge:
(II) Bus 4: bridge is at (2:0:1), (2,4,4), BCTRL: 0x0740 (VGA_EN is 
cleared)
(--) PCI:*(1:0:0) ATI Technologies Inc RV350 [Mobility Radeon 9600 M10] 
rev 0, Mem @ 0xe0000000/27, 0xc0100000/16, I/O @ 0x3000/8
(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 0xd0000000 from 0xdfffffff to 
0xcfffffff
(II) PCI Memory resource overlap reduced 0xc0000000 from 0xffffffff to 
0xc00fffff
(II) Active PCI resource ranges:
 [0] -1 0 0xc0200000 - 0xc03fffff (0x200000) MX[B]E
 [1] -1 0 0xc0220000 - 0xc023ffff (0x20000) MX[B]E
 [2] -1 0 0xc0000800 - 0xc0000fff (0x800) MX[B]E
 [3] -1 0 0xc0000c00 - 0xc0000fff (0x400) MX[B]E
 [4] -1 0 0x1fe00000 - 0x1fffffff (0x200000) MX[B]E
 [5] -1 0 0xc0000000 - 0xc00fffff (0x100000) MX[B]E
 [6] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]EO
 [7] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
 [8] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
 [9] -1 0 0x00008000 - 0x000080ff (0x100) IX[B]E
 [10] -1 0 0x00002000 - 0x000020ff (0x100) IX[B]E
 [11] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]E
 [12] -1 0 0x000018c0 - 0x000018ff (0x40) IX[B]E
 [13] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]E
 [14] -1 0 0x00001880 - 0x000018ff (0x80) IX[B]E
 [15] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]E
 [16] -1 0 0x0000580c - 0x0000580f (0x4) IX[B]E
 [17] -1 0 0x00005810 - 0x0000581f (0x10) IX[B]E
 [18] -1 0 0x00005808 - 0x0000580f (0x8) IX[B]E
 [19] -1 0 0x00005800 - 0x000058ff (0x100) IX[B]E
 [20] -1 0 0x00001840 - 0x0000187f (0x40) IX[B]E
 [21] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]E
 [22] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]E
 [23] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) PCI Memory resource overlap reduced 0xc0200000 from 0xc03fffff to 
0xc021ffff
(II) PCI Memory resource overlap reduced 0xc0000800 from 0xc0000fff to 
0xc0000bff
(II) PCI I/O resource overlap reduced 0x00001880 from 0x000018ff to 
0x000018bf
(II) PCI I/O resource overlap reduced 0x00005808 from 0x0000580f to 
0x0000580b
(II) PCI I/O resource overlap reduced 0x00005800 from 0x000058ff to 
0x00005807
(II) PCI Memory resource overlap reduced 0xc0000000 from 0xc00fffff to 
0xc00007ff
(II) PCI I/O resource overlap reduced 0x00001840 from 0x0000187f to 
0x0000185f
(II) PCI I/O resource overlap reduced 0x00001800 from 0x000018ff to 
0x0000181f
(II) Active PCI resource ranges after removing overlaps:
 [0] -1 0 0xc0200000 - 0xc021ffff (0x20000) MX[B]E
 [1] -1 0 0xc0220000 - 0xc023ffff (0x20000) MX[B]E
 [2] -1 0 0xc0000800 - 0xc0000bff (0x400) MX[B]E
 [3] -1 0 0xc0000c00 - 0xc0000fff (0x400) MX[B]E
 [4] -1 0 0x1fe00000 - 0x1fffffff (0x200000) MX[B]E
 [5] -1 0 0xc0000000 - 0xc00007ff (0x800) MX[B]E
 [6] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]EO
 [7] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
 [8] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
 [9] -1 0 0x00008000 - 0x000080ff (0x100) IX[B]E
 [10] -1 0 0x00002000 - 0x000020ff (0x100) IX[B]E
 [11] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]E
 [12] -1 0 0x000018c0 - 0x000018ff (0x40) IX[B]E
 [13] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]E
 [14] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]E
 [15] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]E
 [16] -1 0 0x0000580c - 0x0000580f (0x4) IX[B]E
 [17] -1 0 0x00005810 - 0x0000581f (0x10) IX[B]E
 [18] -1 0 0x00005808 - 0x0000580b (0x4) IX[B]E
 [19] -1 0 0x00005800 - 0x00005807 (0x8) IX[B]E
 [20] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]E
 [21] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]E
 [22] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]E
 [23] -1 0 0x00003000 - 0x000030ff (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 - 0x1fdfffff (0x1fd00000) 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 - 0x1fdfffff (0x1fd00000) 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 0xc0200000 - 0xc021ffff (0x20000) MX[B]E
 [6] -1 0 0xc0220000 - 0xc023ffff (0x20000) MX[B]E
 [7] -1 0 0xc0000800 - 0xc0000bff (0x400) MX[B]E
 [8] -1 0 0xc0000c00 - 0xc0000fff (0x400) MX[B]E
 [9] -1 0 0x1fe00000 - 0x1fffffff (0x200000) MX[B]E
 [10] -1 0 0xc0000000 - 0xc00007ff (0x800) MX[B]E
 [11] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]EO
 [12] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
 [13] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
 [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [16] -1 0 0x00008000 - 0x000080ff (0x100) IX[B]E
 [17] -1 0 0x00002000 - 0x000020ff (0x100) IX[B]E
 [18] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]E
 [19] -1 0 0x000018c0 - 0x000018ff (0x40) IX[B]E
 [20] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]E
 [21] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]E
 [22] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]E
 [23] -1 0 0x0000580c - 0x0000580f (0x4) IX[B]E
 [24] -1 0 0x00005810 - 0x0000581f (0x10) IX[B]E
 [25] -1 0 0x00005808 - 0x0000580b (0x4) IX[B]E
 [26] -1 0 0x00005800 - 0x00005807 (0x8) IX[B]E
 [27] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]E
 [28] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]E
 [29] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]E
 [30] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
 compiled for 4.4.99.15, 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.4.99.15, 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.4.99.15, module version = 1.0.0
 ABI class: XFree86 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="The XFree86 Project"
 compiled for 4.4.99.15, module version = 1.0.0
 ABI class: XFree86 Server Extension, version 0.2
(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.4.99.15, module version = 1.13.0
 Module class: XFree86 Server Extension
 ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="The XFree86 Project"
 compiled for 4.4.99.15, module version = 1.0.0
 Module class: XFree86 Server Extension
 ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
 compiled for 4.4.99.15, module version = 1.0.1
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.5
(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.4.99.15, module version = 1.0.2
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.5
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project & the After X-TT 
Project"
 compiled for 4.4.99.15, module version = 2.1.0
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="The XFree86 Project"
 compiled for 4.4.99.15, module version = 4.0.1
 Module class: XFree86 Video Driver
 ABI class: XFree86 Video Driver, version 0.7
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
 compiled for 4.4.99.15, module version = 6.5.9
 Module class: XFree86 Video Driver
 ABI class: XFree86 Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
 compiled for 4.4.99.15, module version = 1.0.0
 Module class: XFree86 XInput Driver
 ABI class: XFree86 XInput driver, version 0.4
(II) ATI: ATI driver (version 6.5.9) 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 (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 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 (M10) 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 T2 (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)
(II) Primary Device is: PCI 01:00:0
(--) Chipset ATI Radeon Mobility 9600 (M10) NP (AGP) found
(--) Chipset ATI Radeon Mobility 9600 (M10) NP (AGP) found
(II) resource ranges after xf86ClaimFixedResources() call:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x1fdfffff (0x1fd00000) 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 0xc0200000 - 0xc021ffff (0x20000) MX[B]E
 [6] -1 0 0xc0220000 - 0xc023ffff (0x20000) MX[B]E
 [7] -1 0 0xc0000800 - 0xc0000bff (0x400) MX[B]E
 [8] -1 0 0xc0000c00 - 0xc0000fff (0x400) MX[B]E
 [9] -1 0 0x1fe00000 - 0x1fffffff (0x200000) MX[B]E
 [10] -1 0 0xc0000000 - 0xc00007ff (0x800) MX[B]E
 [11] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]EO
 [12] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
 [13] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
 [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [16] -1 0 0x00008000 - 0x000080ff (0x100) IX[B]E
 [17] -1 0 0x00002000 - 0x000020ff (0x100) IX[B]E
 [18] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]E
 [19] -1 0 0x000018c0 - 0x000018ff (0x40) IX[B]E
 [20] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]E
 [21] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]E
 [22] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]E
 [23] -1 0 0x0000580c - 0x0000580f (0x4) IX[B]E
 [24] -1 0 0x00005810 - 0x0000581f (0x10) IX[B]E
 [25] -1 0 0x00005808 - 0x0000580b (0x4) IX[B]E
 [26] -1 0 0x00005800 - 0x00005807 (0x8) IX[B]E
 [27] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]E
 [28] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]E
 [29] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]E
 [30] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) resource ranges after probing:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x1fdfffff (0x1fd00000) 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 0xc0200000 - 0xc021ffff (0x20000) MX[B]E
 [6] -1 0 0xc0220000 - 0xc023ffff (0x20000) MX[B]E
 [7] -1 0 0xc0000800 - 0xc0000bff (0x400) MX[B]E
 [8] -1 0 0xc0000c00 - 0xc0000fff (0x400) MX[B]E
 [9] -1 0 0x1fe00000 - 0x1fffffff (0x200000) MX[B]E
 [10] -1 0 0xc0000000 - 0xc00007ff (0x800) MX[B]E
 [11] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]EO
 [12] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
 [13] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
 [14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
 [15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
 [16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
 [17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [19] -1 0 0x00008000 - 0x000080ff (0x100) IX[B]E
 [20] -1 0 0x00002000 - 0x000020ff (0x100) IX[B]E
 [21] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]E
 [22] -1 0 0x000018c0 - 0x000018ff (0x40) IX[B]E
 [23] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]E
 [24] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]E
 [25] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]E
 [26] -1 0 0x0000580c - 0x0000580f (0x4) IX[B]E
 [27] -1 0 0x00005810 - 0x0000581f (0x10) IX[B]E
 [28] -1 0 0x00005808 - 0x0000580b (0x4) IX[B]E
 [29] -1 0 0x00005800 - 0x00005807 (0x8) IX[B]E
 [30] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]E
 [31] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]E
 [32] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]E
 [33] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
 [34] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
 [35] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) RADEON(0): MMIO registers at 0xc0100000
(WW) RADEON(0): remove MTRR c0100000 - c0180000
(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.4.99.15, module version = 0.1.0
 ABI class: XFree86 Video Driver, version 0.7
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 
0x0000
(II) RADEON(0): PCI bus 1 card 0 func 0
(==) RADEON(0): Depth 16, (==) framebuffer bpp 16
(II) RADEON(0): Pixel depth = 16 bits stored in 2 bytes (16 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(==) RADEON(0): RGB weight 565
(II) RADEON(0): Using 6 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.4.99.15, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.7
(II) RADEON(0): initializing int10
(WW) RADEON(0): remove MTRR a0000 - c0000
(WW) RADEON(0): remove MTRR c0000 - 100000
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(WW) RADEON(0): remove MTRR 0 - 1000
(--) RADEON(0): Chipset: "ATI Radeon Mobility 9600 (M10) NP 
(AGP)" (ChipID = 0x4e50)
(--) RADEON(0): Linear framebuffer at 0xe0000000
(--) RADEON(0): VideoRAM: 65536 kByte (128 bit DDR SDRAM)
(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.4.99.15, module version = 1.0.0
 ABI class: XFree86 Video Driver, version 0.7
(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.4.99.15, module version = 1.2.0
 ABI class: XFree86 Video Driver, version 0.7
(II) RADEON(0): I2C bus "DDC" initialized.
(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: 3
(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): DDC Type: 4, Detected Type: 0
(II) RADEON(0): Displays Detected: Monitor1--Type 3, Monitor2--Type 0

(II) RADEON(0): Monitor1 EDID data ---------------------------
(II) RADEON(0): Manufacturer: PHL  Model: 807  Serial#: 76126389
(II) RADEON(0): Year: 2002  Week: 23
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 34  vert.: 27
(II) RADEON(0): Gamma: 2.10
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color 
Display
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.620 redY: 0.330   greenX: 0.300 greenY: 0.600
(II) RADEON(0): blueX: 0.150 blueY: 0.100   whiteX: 0.310 whiteY: 0.330
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@67Hz
(II) RADEON(0): 640x480@72Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@56Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@72Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 832x624@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@70Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): 1152x870@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 1152  vsize 864  refresh: 70  vid: 19057
(II) RADEON(0): #1: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) RADEON(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) RADEON(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 108.0 MHz   Image Size:  337 x 270 mm
(II) RADEON(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 
h_blank_end 1688 h_border: 0
(II) RADEON(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 
v_blanking: 1066 v_border: 0
(II) RADEON(0): Serial No:  YA  76126389
(II) RADEON(0): Monitor name: Philips 170B2
(II) RADEON(0): Ranges: V min: 56  V max: 76 Hz, H min: 30  H max: 82 
kHz, PixClock max 140 MHz
(II) RADEON(0): End of Monitor1 EDID data --------------------
(II) RADEON(0): 
(II) RADEON(0): Primary Display == Type 3
(II) RADEON(0): DFP table revision: 4
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head ---------
(II) RADEON(0): Panel size found from DDC: 1280x1024
(II) RADEON(0): Valid Mode from Detailed timing table: 1280x1024
(II) RADEON(0): Valid Mode from standard timing table: 1152x864
(II) RADEON(0): Valid Mode from standard timing table: 1280x960
(II) RADEON(0): Valid Mode from standard timing table: 1280x1024
(II) RADEON(0): Valid Mode from established timing table: 1280x1024
(II) RADEON(0): Valid Mode from established timing table: 1024x768
(II) RADEON(0): Valid Mode from established timing table: 1024x768
(II) RADEON(0): Valid Mode from established timing table: 1024x768
(II) RADEON(0): Valid Mode from established timing table: 832x624
(II) RADEON(0): Valid Mode from established timing table: 800x600
(II) RADEON(0): Valid Mode from established timing table: 800x600
(II) RADEON(0): Valid Mode from established timing table: 800x600
(II) RADEON(0): Valid Mode from established timing table: 800x600
(II) RADEON(0): Valid Mode from established timing table: 640x480
(II) RADEON(0): Valid Mode from established timing table: 640x480
(II) RADEON(0): Valid Mode from established timing table: 640x480
(II) RADEON(0): Total of 16 mode(s) found.
(II) RADEON(0): Total number of valid DDC mode(s) found: 16
(WW) RADEON(0): Mode 1400x1050 is out of range.
(WW) RADEON(0): Valid modes must be between 320x200-1280x1024
(II) RADEON(0): No valid mode specified, force to native mdoe
(II) RADEON(0): Total number of valid FP mode(s) found: 1
(--) RADEON(0): Virtual size is 1280x1024 (pitch 1280)
(**) RADEON(0): *Mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 
kHz, 60.0 Hz
(II) RADEON(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 
1025 1028 1066
(**) RADEON(0):  Default mode "640x350": 108.0 MHz (scaled from 0.0 
MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x350"  108.00  640 1328 1440 1688  350 1025 
1028 1066
(**) RADEON(0):  Default mode "640x400": 108.0 MHz (scaled from 0.0 
MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x400"  108.00  640 1328 1440 1688  400 1025 
1028 1066
(**) RADEON(0):  Default mode "720x400": 108.0 MHz (scaled from 0.0 
MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "720x400"  108.00  720 1328 1440 1688  400 1025 
1028 1066
(**) RADEON(0):  Default mode "640x480": 108.0 MHz (scaled from 0.0 
MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x480"  108.00  640 1328 1440 1688  480 1025 
1028 1066
(**) RADEON(0):  Default mode "800x600": 108.0 MHz (scaled from 0.0 
MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "800x600"  108.00  800 1328 1440 1688  600 1025 
1028 1066
(**) RADEON(0):  Default mode "1024x768": 108.0 MHz (scaled from 0.0 
MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1024x768"  108.00  1024 1328 1440 1688  768 
1025 1028 1066
(**) RADEON(0):  Default mode "1152x864": 108.0 MHz (scaled from 0.0 
MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1152x864"  108.00  1152 1328 1440 1688  864 
1025 1028 1066
(**) RADEON(0):  Default mode "1280x960": 108.0 MHz (scaled from 0.0 
MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1280x960"  108.00  1280 1328 1440 1688  960 
1025 1028 1066
(**) RADEON(0):  Default mode "832x624": 108.0 MHz (scaled from 0.0 
MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "832x624"  108.00  832 1328 1440 1688  624 1025 
1028 1066
(**) RADEON(0):  Default mode "1152x768": 108.0 MHz (scaled from 0.0 
MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1152x768"  108.00  1152 1328 1440 1688  768 
1025 1028 1066
(++) RADEON(0): DPI set to (100, 100)
(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.4.99.15, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.2
(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.4.99.15, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.7
(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.4.99.15, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.7
(WW) RADEON(0): remove MTRR 0 - 1000
(!!) RADEON(0): For information on using the multimedia capabilities
 of this adapter, please see http://gatos.sf.net.
(II) RADEON(1): MMIO registers at 0xc0100000
(WW) RADEON(1): remove MTRR c0100000 - c0180000
(WW) RADEON(1): Only one monitor detected, Second screen will NOT be 
created
(II) UnloadModule: "ati"
(II) UnloadModule: "radeon"
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xc0100000 - 0xc010ffff (0x10000) MX[B]
	[1] 0	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
	[2] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[3] -1	0	0x00100000 - 0x1fdfffff (0x1fd00000) 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	0xc0200000 - 0xc021ffff (0x20000) MX[B]E
	[8] -1	0	0xc0220000 - 0xc023ffff (0x20000) MX[B]E
 [9] -1 0 0xc0000800 - 0xc0000bff (0x400) MX[B]E
 [10] -1 0 0xc0000c00 - 0xc0000fff (0x400) MX[B]E
 [11] -1 0 0x1fe00000 - 0x1fffffff (0x200000) MX[B]E
 [12] -1 0 0xc0000000 - 0xc00007ff (0x800) MX[B]E
 [13] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]EO
 [14] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
 [15] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
 [16] 0 0 0x00003000 - 0x000030ff (0x100) IX[B]
 [17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [19] -1 0 0x00008000 - 0x000080ff (0x100) IX[B]E
 [20] -1 0 0x00002000 - 0x000020ff (0x100) IX[B]E
 [21] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]E
 [22] -1 0 0x000018c0 - 0x000018ff (0x40) IX[B]E
 [23] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]E
 [24] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]E
 [25] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]E
 [26] -1 0 0x0000580c - 0x0000580f (0x4) IX[B]E
 [27] -1 0 0x00005810 - 0x0000581f (0x10) IX[B]E
 [28] -1 0 0x00005808 - 0x0000580b (0x4) IX[B]E
 [29] -1 0 0x00005800 - 0x00005807 (0x8) IX[B]E
 [30] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]E
 [31] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]E
 [32] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]E
 [33] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
(WW) RADEON(0): remove MTRR c0100000 - c0180000
(WW) RADEON(0): set MTRR e0000000 - e4000000
(WW) RADEON(0): remove MTRR a0000 - b0000
(II) RADEON(0): Wrote: rd=6, fd=48, pd=1
(II) RADEON(0): Memory manager initialized to (0,0) (1280,8191)
(II) RADEON(0): Reserved area from (0,1024) to (1280,1026)
(II) RADEON(0): Largest offscreen area available: 1280 x 7165
(II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
 Screen to screen bit blits
 Solid filled rectangles
 8x8 mono pattern filled rectangles
 Indirect CPU to Screen color expansion
 Solid Lines
 Scanline Image Writes
 Offscreen Pixmaps
 Setting up tile and stipple cache:
  32 128x128 slots
  32 256x256 slots
  16 512x512 slots
(II) RADEON(0): Acceleration enabled
(==) RADEON(0): Backing store disabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor (scanline 1026)
(II) RADEON(0): Largest offscreen area available: 1280 x 7158
(**) Option "dpms"
(**) RADEON(0): DPMS enabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension 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
(**) Option "Protocol" "wsmouse"
(**) Mouse0: Protocol: wsmouse
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/wsmouse"
(**) Option "Buttons" "5"
(**) Option "Emulate3Buttons"
(**) Option "Emulate3Timeout" "50"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 5
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing 
from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/PEX/, removing 
from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/encodings/, 
removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/local/, 
removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/util/, 
removing from list!
(II) RADEON(0): Wrote: rd=6, fd=96, pd=2
(WW) RADEON(0): remove MTRR a0000 - b0000
(II) RADEON(0): Wrote: rd=6, fd=48, pd=1
(II) RADEON(0): Wrote: rd=6, fd=96, pd=2
(WW) RADEON(0): remove MTRR a0000 - b0000

Server log with the MonitorLayout option

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@xxxxxxxxxxx and patches submitted
to fixes@xxxxxxxxxxxx  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.4.99.15
Release Date: 12 October 2004
X Protocol Version 11, Revision 0
Build Operating System: NetBSD/i386 2.99.9 [ELF] The NetBSD Foundation, 
Inc.
Current Operating System: NetBSD abbor.fesk.com 2.99.9 NetBSD 2.99.9 
(ABBOR) #2: Thu Oct 14 14:49:22 MDT 2004  
toor@xxxxxxxxxxxxxxxxxx:/usr/obj/sys/arch/i386/compile.i386/ABBOR i386
Build Date: 16 October 2004
Changelog Date: 13 October 2004
	Before reporting problems, check http://www.XFree86.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/XFree86.0.log", Time: Sat Oct 16 09:56:21 2004
(==) Using config file: "/etc/X11/XF86Config"
(++) ServerLayout "home"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Screen "Screen2" (1)
(**) |   |-->Monitor "Monitor2"
(**) |   |-->Device "Card1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to 
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/100dpi/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/PEX/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/cyrillic/,/usr/X11R6/lib/X11/fonts/encodings/,/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/util/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "Xinerama" "true"
(**) Xinerama: enabled
(II) Module ABI versions:
 XFree86 ANSI C Emulation: 0.2
 XFree86 Video Driver: 0.7
 XFree86 XInput driver : 0.4
 XFree86 Server Extension : 0.2
 XFree86 Font Renderer : 0.5
(II) Loader running on netbsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
 compiled for 4.4.99.15, module version = 1.0.0
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.5
(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.4.99.15, module version = 1.0.0
 ABI class: XFree86 Video Driver, version 0.7
(--) Using wscons driver in pcvt compatibility mode (version 3.32)
(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,3340 card 1014,0529 rev 03 class 06,00,00 
hdr 00
(II) PCI: 00:01:0: chip 8086,3341 card 0000,0000 rev 03 class 06,04,00 
hdr 01
(II) PCI: 00:1d:0: chip 8086,24c2 card 1014,052d rev 01 class 0c,03,00 
hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1014,052d rev 01 class 0c,03,00 
hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1014,052d rev 01 class 0c,03,00 
hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1014,052e rev 01 class 0c,03,20 
hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 81 class 06,04,00 
hdr 01
(II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 01 class 06,01,00 
hdr 80
(II) PCI: 00:1f:1: chip 8086,24ca card 1014,052d rev 01 class 01,01,8a 
hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 1014,052d rev 01 class 0c,05,00 
hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1014,0537 rev 01 class 04,01,00 
hdr 00
(II) PCI: 00:1f:6: chip 8086,24c6 card 1014,0559 rev 01 class 07,03,00 
hdr 00
(II) PCI: 01:00:0: chip 1002,4e50 card 1014,0550 rev 00 class 03,00,00 
hdr 00
(II) PCI: 02:00:0: chip 104c,ac46 card fffc,ffff rev 01 class 06,07,00 
hdr 82
(II) PCI: 02:00:1: chip 104c,ac46 card fffc,ffff rev 01 class 06,07,00 
hdr 82
(II) PCI: 02:00:2: chip 104c,802a card 0000,0000 rev 01 class 0c,00,10 
hdr 80
(II) PCI: 02:01:0: chip 8086,101e card 1014,0549 rev 03 class 02,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,4), 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 I/O range:
	[0] -1	0	0x00003000 - 0x000030ff (0x100) IX[B]
	[1] -1	0	0x00003400 - 0x000034ff (0x100) IX[B]
	[2] -1	0	0x00003800 - 0x000038ff (0x100) IX[B]
	[3] -1	0	0x00003c00 - 0x00003cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xc0100000 - 0xc01fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
 [0] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,4), BCTRL: 0x0004 (VGA_EN is 
cleared)
(II) Bus 2 I/O range:
 [0] -1 0 0x00004000 - 0x000040ff (0x100) IX[B]
 [1] -1 0 0x00004400 - 0x000044ff (0x100) IX[B]
 [2] -1 0 0x00004800 - 0x000048ff (0x100) IX[B]
 [3] -1 0 0x00004c00 - 0x00004cff (0x100) IX[B]
 [4] -1 0 0x00005000 - 0x000050ff (0x100) IX[B]
 [5] -1 0 0x00005400 - 0x000054ff (0x100) IX[B]
 [6] -1 0 0x00005800 - 0x000058ff (0x100) IX[B]
 [7] -1 0 0x00005c00 - 0x00005cff (0x100) IX[B]
 [8] -1 0 0x00006000 - 0x000060ff (0x100) IX[B]
 [9] -1 0 0x00006400 - 0x000064ff (0x100) IX[B]
 [10] -1 0 0x00006800 - 0x000068ff (0x100) IX[B]
 [11] -1 0 0x00006c00 - 0x00006cff (0x100) IX[B]
 [12] -1 0 0x00007000 - 0x000070ff (0x100) IX[B]
 [13] -1 0 0x00007400 - 0x000074ff (0x100) IX[B]
 [14] -1 0 0x00007800 - 0x000078ff (0x100) IX[B]
 [15] -1 0 0x00007c00 - 0x00007cff (0x100) IX[B]
 [16] -1 0 0x00008000 - 0x000080ff (0x100) IX[B]
 [17] -1 0 0x00008400 - 0x000084ff (0x100) IX[B]
 [18] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
 [19] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
 [0] -1 0 0xc0200000 - 0xcfffffff (0xfe00000) MX[B]
(II) Bus 2 prefetchable memory range:
 [0] -1 0 0xe8000000 - 0xefffffff (0x8000000) 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)
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:0:0), (2,3,3), BCTRL: 0x07c0 (VGA_EN is 
cleared)
(II) PCI-to-CardBus bridge:
(II) Bus 4: bridge is at (2:0:1), (2,4,4), BCTRL: 0x0740 (VGA_EN is 
cleared)
(--) PCI:*(1:0:0) ATI Technologies Inc RV350 [Mobility Radeon 9600 M10] 
rev 0, Mem @ 0xe0000000/27, 0xc0100000/16, I/O @ 0x3000/8
(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 0xd0000000 from 0xdfffffff to 
0xcfffffff
(II) PCI Memory resource overlap reduced 0xc0000000 from 0xffffffff to 
0xc00fffff
(II) Active PCI resource ranges:
 [0] -1 0 0xc0200000 - 0xc03fffff (0x200000) MX[B]E
 [1] -1 0 0xc0220000 - 0xc023ffff (0x20000) MX[B]E
 [2] -1 0 0xc0000800 - 0xc0000fff (0x800) MX[B]E
 [3] -1 0 0xc0000c00 - 0xc0000fff (0x400) MX[B]E
 [4] -1 0 0x1fe00000 - 0x1fffffff (0x200000) MX[B]E
 [5] -1 0 0xc0000000 - 0xc00fffff (0x100000) MX[B]E
 [6] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]EO
 [7] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
 [8] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
 [9] -1 0 0x00008000 - 0x000080ff (0x100) IX[B]E
 [10] -1 0 0x00002000 - 0x000020ff (0x100) IX[B]E
 [11] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]E
 [12] -1 0 0x000018c0 - 0x000018ff (0x40) IX[B]E
 [13] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]E
 [14] -1 0 0x00001880 - 0x000018ff (0x80) IX[B]E
 [15] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]E
 [16] -1 0 0x0000580c - 0x0000580f (0x4) IX[B]E
 [17] -1 0 0x00005810 - 0x0000581f (0x10) IX[B]E
 [18] -1 0 0x00005808 - 0x0000580f (0x8) IX[B]E
 [19] -1 0 0x00005800 - 0x000058ff (0x100) IX[B]E
 [20] -1 0 0x00001840 - 0x0000187f (0x40) IX[B]E
 [21] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]E
 [22] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]E
 [23] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) PCI Memory resource overlap reduced 0xc0200000 from 0xc03fffff to 
0xc021ffff
(II) PCI Memory resource overlap reduced 0xc0000800 from 0xc0000fff to 
0xc0000bff
(II) PCI I/O resource overlap reduced 0x00001880 from 0x000018ff to 
0x000018bf
(II) PCI I/O resource overlap reduced 0x00005808 from 0x0000580f to 
0x0000580b
(II) PCI I/O resource overlap reduced 0x00005800 from 0x000058ff to 
0x00005807
(II) PCI Memory resource overlap reduced 0xc0000000 from 0xc00fffff to 
0xc00007ff
(II) PCI I/O resource overlap reduced 0x00001840 from 0x0000187f to 
0x0000185f
(II) PCI I/O resource overlap reduced 0x00001800 from 0x000018ff to 
0x0000181f
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xc0200000 - 0xc021ffff (0x20000) MX[B]E
	[1] -1	0	0xc0220000 - 0xc023ffff (0x20000) MX[B]E
	[2] -1	0	0xc0000800 - 0xc0000bff (0x400) MX[B]E
	[3] -1	0	0xc0000c00 - 0xc0000fff (0x400) MX[B]E
	[4] -1	0	0x1fe00000 - 0x1fffffff (0x200000) MX[B]E
	[5] -1	0	0xc0000000 - 0xc00007ff (0x800) MX[B]E
	[6] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[7] -1	0	0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
	[8] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[9] -1	0	0x00008000 - 0x000080ff (0x100) IX[B]E
	[10] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]E
	[11] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]E
	[12] -1	0	0x000018c0 - 0x000018ff (0x40) IX[B]E
	[13] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]E
	[14] -1	0	0x00001880 - 0x000018bf (0x40) IX[B]E
	[15] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]E
	[16] -1	0	0x0000580c - 0x0000580f (0x4) IX[B]E
	[17] -1	0	0x00005810 - 0x0000581f (0x10) IX[B]E
	[18] -1	0	0x00005808 - 0x0000580b (0x4) IX[B]E
	[19] -1	0	0x00005800 - 0x00005807 (0x8) IX[B]E
	[20] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]E
	[21] -1	0	0x00001820 - 0x0000183f (0x20) IX[B]E
	[22] -1	0	0x00001800 - 0x0000181f (0x20) IX[B]E
	[23] -1	0	0x00003000 - 0x000030ff (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 - 0x1fdfffff (0x1fd00000) 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 - 0x1fdfffff (0x1fd00000) 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	0xc0200000 - 0xc021ffff (0x20000) MX[B]E
 [6] -1 0 0xc0220000 - 0xc023ffff (0x20000) MX[B]E
 [7] -1 0 0xc0000800 - 0xc0000bff (0x400) MX[B]E
 [8] -1 0 0xc0000c00 - 0xc0000fff (0x400) MX[B]E
 [9] -1 0 0x1fe00000 - 0x1fffffff (0x200000) MX[B]E
 [10] -1 0 0xc0000000 - 0xc00007ff (0x800) MX[B]E
 [11] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]EO
 [12] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
 [13] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
 [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [16] -1 0 0x00008000 - 0x000080ff (0x100) IX[B]E
 [17] -1 0 0x00002000 - 0x000020ff (0x100) IX[B]E
 [18] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]E
 [19] -1 0 0x000018c0 - 0x000018ff (0x40) IX[B]E
 [20] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]E
 [21] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]E
 [22] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]E
 [23] -1 0 0x0000580c - 0x0000580f (0x4) IX[B]E
 [24] -1 0 0x00005810 - 0x0000581f (0x10) IX[B]E
 [25] -1 0 0x00005808 - 0x0000580b (0x4) IX[B]E
 [26] -1 0 0x00005800 - 0x00005807 (0x8) IX[B]E
 [27] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]E
 [28] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]E
 [29] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]E
 [30] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
 compiled for 4.4.99.15, 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.4.99.15, 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.4.99.15, module version = 1.0.0
	ABI class: XFree86 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="The XFree86 Project"
	compiled for 4.4.99.15, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(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.4.99.15, module version = 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="The XFree86 Project"
	compiled for 4.4.99.15, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.4.99.15, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.5
(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.4.99.15, module version = 1.0.2
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.5
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project & the After X-TT 
Project"
 compiled for 4.4.99.15, module version = 2.1.0
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="The XFree86 Project"
 compiled for 4.4.99.15, module version = 4.0.1
 Module class: XFree86 Video Driver
 ABI class: XFree86 Video Driver, version 0.7
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
 compiled for 4.4.99.15, module version = 6.5.9
 Module class: XFree86 Video Driver
 ABI class: XFree86 Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
 compiled for 4.4.99.15, module version = 1.0.0
 Module class: XFree86 XInput Driver
 ABI class: XFree86 XInput driver, version 0.4
(II) ATI: ATI driver (version 6.5.9) 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 (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 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 (M10) 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 T2 (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)
(II) Primary Device is: PCI 01:00:0
(--) Chipset ATI Radeon Mobility 9600 (M10) NP (AGP) found
(--) Chipset ATI Radeon Mobility 9600 (M10) NP (AGP) found
(II) resource ranges after xf86ClaimFixedResources() call:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x1fdfffff (0x1fd00000) 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 0xc0200000 - 0xc021ffff (0x20000) MX[B]E
 [6] -1 0 0xc0220000 - 0xc023ffff (0x20000) MX[B]E
 [7] -1 0 0xc0000800 - 0xc0000bff (0x400) MX[B]E
 [8] -1 0 0xc0000c00 - 0xc0000fff (0x400) MX[B]E
 [9] -1 0 0x1fe00000 - 0x1fffffff (0x200000) MX[B]E
 [10] -1 0 0xc0000000 - 0xc00007ff (0x800) MX[B]E
 [11] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]EO
 [12] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
 [13] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
 [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [16] -1 0 0x00008000 - 0x000080ff (0x100) IX[B]E
 [17] -1 0 0x00002000 - 0x000020ff (0x100) IX[B]E
 [18] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]E
 [19] -1 0 0x000018c0 - 0x000018ff (0x40) IX[B]E
 [20] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]E
 [21] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]E
 [22] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]E
 [23] -1 0 0x0000580c - 0x0000580f (0x4) IX[B]E
 [24] -1 0 0x00005810 - 0x0000581f (0x10) IX[B]E
 [25] -1 0 0x00005808 - 0x0000580b (0x4) IX[B]E
 [26] -1 0 0x00005800 - 0x00005807 (0x8) IX[B]E
 [27] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]E
	[28] -1	0	0x00001820 - 0x0000183f (0x20) IX[B]E
	[29] -1	0	0x00001800 - 0x0000181f (0x20) IX[B]E
	[30] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x1fdfffff (0x1fd00000) 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	0xc0200000 - 0xc021ffff (0x20000) MX[B]E
	[6] -1	0	0xc0220000 - 0xc023ffff (0x20000) MX[B]E
	[7] -1	0	0xc0000800 - 0xc0000bff (0x400) MX[B]E
	[8] -1	0	0xc0000c00 - 0xc0000fff (0x400) MX[B]E
	[9] -1	0	0x1fe00000 - 0x1fffffff (0x200000) MX[B]E
	[10] -1	0	0xc0000000 - 0xc00007ff (0x800) MX[B]E
	[11] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[12] -1	0	0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
	[13] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[14] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[15] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[16] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0	0x00008000 - 0x000080ff (0x100) IX[B]E
	[20] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]E
	[21] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]E
	[22] -1	0	0x000018c0 - 0x000018ff (0x40) IX[B]E
	[23] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]E
	[24] -1	0	0x00001880 - 0x000018bf (0x40) IX[B]E
	[25] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]E
	[26] -1	0	0x0000580c - 0x0000580f (0x4) IX[B]E
	[27] -1	0	0x00005810 - 0x0000581f (0x10) IX[B]E
	[28] -1	0	0x00005808 - 0x0000580b (0x4) IX[B]E
 [29] -1 0 0x00005800 - 0x00005807 (0x8) IX[B]E
 [30] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]E
 [31] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]E
 [32] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]E
 [33] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
 [34] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
 [35] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) RADEON(0): MMIO registers at 0xc0100000
(WW) RADEON(0): remove MTRR c0100000 - c0180000
(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.4.99.15, module version = 0.1.0
 ABI class: XFree86 Video Driver, version 0.7
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 
0x0000
(II) RADEON(0): PCI bus 1 card 0 func 0
(==) RADEON(0): Depth 16, (==) framebuffer bpp 16
(II) RADEON(0): Pixel depth = 16 bits stored in 2 bytes (16 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(**) RADEON(0): Option "MonitorLayout" "LVDS, TMDS"
(==) RADEON(0): RGB weight 565
(II) RADEON(0): Using 6 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.a
(II) Module int10: vendor="The XFree86 Project"
 compiled for 4.4.99.15, module version = 1.0.0
 ABI class: XFree86 Video Driver, version 0.7
(II) RADEON(0): initializing int10
(WW) RADEON(0): remove MTRR a0000 - c0000
(WW) RADEON(0): remove MTRR c0000 - 100000
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(WW) RADEON(0): remove MTRR 0 - 1000
(--) RADEON(0): Chipset: "ATI Radeon Mobility 9600 (M10) NP 
(AGP)" (ChipID = 0x4e50)
(--) RADEON(0): Linear framebuffer at 0xe0000000
(--) RADEON(0): VideoRAM: 65536 kByte (128 bit DDR SDRAM)
(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.4.99.15, module version = 1.0.0
 ABI class: XFree86 Video Driver, version 0.7
(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.4.99.15, module version = 1.2.0
 ABI class: XFree86 Video Driver, version 0.7
(II) RADEON(0): I2C bus "DDC" initialized.
(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: 3
(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): DDC Type: 4, Detected Type: 0
(II) RADEON(0): Displays Configured by MonitorLayout: 
 Monitor1--Type 2, Monitor2--Type 3

(II) RADEON(0): Monitor1 EDID data ---------------------------
(II) RADEON(0): Manufacturer: PHL  Model: 807  Serial#: 76126389
(II) RADEON(0): Year: 2002  Week: 23
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 34  vert.: 27
(II) RADEON(0): Gamma: 2.10
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color 
Display
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.620 redY: 0.330   greenX: 0.300 greenY: 0.600
(II) RADEON(0): blueX: 0.150 blueY: 0.100   whiteX: 0.310 whiteY: 0.330
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@67Hz
(II) RADEON(0): 640x480@72Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@56Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@72Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 832x624@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@70Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): 1152x870@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 1152  vsize 864  refresh: 70  vid: 19057
(II) RADEON(0): #1: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) RADEON(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) RADEON(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 108.0 MHz   Image Size:  337 x 270 mm
(II) RADEON(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 
h_blank_end 1688 h_border: 0
(II) RADEON(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 
v_blanking: 1066 v_border: 0
(II) RADEON(0): Serial No:  YA  76126389
(II) RADEON(0): Monitor name: Philips 170B2
(II) RADEON(0): Ranges: V min: 56  V max: 76 Hz, H min: 30  H max: 82 
kHz, PixClock max 140 MHz
(II) RADEON(0): End of Monitor1 EDID data --------------------
(II) RADEON(0): 
(II) RADEON(0): Primary Display == Type 2
(II) RADEON(0): Panel ID string: SXGA+ Single (85MHz)    
(II) RADEON(0): Panel Size from BIOS: 1400x1050
(II) RADEON(0): BIOS provided dividers will be used.
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head ---------
(II) RADEON(0): Total number of valid DDC mode(s) found: 0
(II) RADEON(0): Valid mode using on-chip RMX: 1400x1050
(II) RADEON(0): Total number of valid FP mode(s) found: 1
(--) RADEON(0): Virtual size is 1400x1050 (pitch 1408)
(**) RADEON(0): *Mode "1400x1050": 85.0 MHz (scaled from 0.0 MHz), 53.1 
kHz, 50.0 Hz
(II) RADEON(0): Modeline "1400x1050"   84.96  1400 1472 1512 1600  1050 
1052 1053 1062
(**) RADEON(0):  Default mode "640x350": 85.0 MHz (scaled from 0.0 MHz), 
53.1 kHz, 50.0 Hz
(II) RADEON(0): Modeline "640x350"   84.96  640 1472 1512 1600  350 1052 
1053 1062
(**) RADEON(0):  Default mode "640x400": 85.0 MHz (scaled from 0.0 MHz), 
53.1 kHz, 50.0 Hz
(II) RADEON(0): Modeline "640x400"   84.96  640 1472 1512 1600  400 1052 
1053 1062
(**) RADEON(0):  Default mode "720x400": 85.0 MHz (scaled from 0.0 MHz), 
53.1 kHz, 50.0 Hz
(II) RADEON(0): Modeline "720x400"   84.96  720 1472 1512 1600  400 1052 
1053 1062
(**) RADEON(0):  Default mode "640x480": 85.0 MHz (scaled from 0.0 MHz), 
53.1 kHz, 50.0 Hz
(II) RADEON(0): Modeline "640x480"   84.96  640 1472 1512 1600  480 1052 
1053 1062
(**) RADEON(0):  Default mode "800x600": 85.0 MHz (scaled from 0.0 MHz), 
53.1 kHz, 50.0 Hz
(II) RADEON(0): Modeline "800x600"   84.96  800 1472 1512 1600  600 1052 
1053 1062
(**) RADEON(0):  Default mode "1024x768": 85.0 MHz (scaled from 0.0 
MHz), 53.1 kHz, 50.0 Hz
(II) RADEON(0): Modeline "1024x768"   84.96  1024 1472 1512 1600  768 
1052 1053 1062
(**) RADEON(0):  Default mode "1152x864": 85.0 MHz (scaled from 0.0 
MHz), 53.1 kHz, 50.0 Hz
(II) RADEON(0): Modeline "1152x864"   84.96  1152 1472 1512 1600  864 
1052 1053 1062
(**) RADEON(0):  Default mode "1280x960": 85.0 MHz (scaled from 0.0 
MHz), 53.1 kHz, 50.0 Hz
(II) RADEON(0): Modeline "1280x960"   84.96  1280 1472 1512 1600  960 
1052 1053 1062
(**) RADEON(0):  Default mode "1280x1024": 85.0 MHz (scaled from 0.0 
MHz), 53.1 kHz, 50.0 Hz
(II) RADEON(0): Modeline "1280x1024"   84.96  1280 1472 1512 1600  1024 
1052 1053 1062
(**) RADEON(0):  Default mode "832x624": 85.0 MHz (scaled from 0.0 MHz), 
53.1 kHz, 50.0 Hz
(II) RADEON(0): Modeline "832x624"   84.96  832 1472 1512 1600  624 1052 
1053 1062
(**) RADEON(0):  Default mode "1152x768": 85.0 MHz (scaled from 0.0 
MHz), 53.1 kHz, 50.0 Hz
(II) RADEON(0): Modeline "1152x768"   84.96  1152 1472 1512 1600  768 
1052 1053 1062
(++) RADEON(0): DPI set to (100, 100)
(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.4.99.15, module version = 1.0.0
 ABI class: XFree86 ANSI C Emulation, version 0.2
(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.4.99.15, module version = 0.1.0
 ABI class: XFree86 Video Driver, version 0.7
(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.4.99.15, module version = 1.1.0
 ABI class: XFree86 Video Driver, version 0.7
(WW) RADEON(0): remove MTRR 0 - 1000
(!!) RADEON(0): For information on using the multimedia capabilities
 of this adapter, please see http://gatos.sf.net.
(II) RADEON(1): MMIO registers at 0xc0100000
(WW) RADEON(1): remove MTRR c0100000 - c0180000
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/X11R6/lib/modules/libvgahw.a
(II) RADEON(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 
0x0000
(II) RADEON(1): PCI bus 1 card 0 func 0
(==) RADEON(1): Depth 16, (==) framebuffer bpp 16
(II) RADEON(1): Pixel depth = 16 bits stored in 2 bytes (16 bpp pixmaps)
(==) RADEON(1): Default visual is TrueColor
(**) RADEON(1): Option "DDCMode" "true"
(**) RADEON(1): Option "MonitorLayout" "LVDS, TMDS"
(==) RADEON(1): RGB weight 565
(II) RADEON(1): Using 6 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/libint10.a
(II) RADEON(1): initializing int10
(WW) RADEON(0): remove MTRR a0000 - c0000
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(WW) RADEON(0): remove MTRR 0 - 1000
(--) RADEON(1): Chipset: "ATI Radeon Mobility 9600 (M10) NP 
(AGP)" (ChipID = 0x4e50)
(--) RADEON(1): Linear framebuffer at 0xe0000000
(--) RADEON(1): VideoRAM: 32768 kByte (128 bit DDR SDRAM)
(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) Reloading /usr/X11R6/lib/modules/libi2c.a
(II) RADEON(1): I2C bus "DDC" initialized.
(II) RADEON(1): Secondary Display == Type 3
(II) RADEON(1): DFP table revision: 4
(==) RADEON(1): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(1): Validating modes on Secondary head ---------
(II) RADEON(1): No DDC data available, DDCMode option is dismissed
(II) RADEON(1): Total number of valid DDC mode(s) found: 0
(II) RADEON(1): Monitor2: Using hsync range of 30.00-82.00 kHz
(II) RADEON(1): Monitor2: Using vrefresh value of 60.00 Hz
(II) RADEON(1): Clock range:  20.00 to 350.00 MHz
(II) RADEON(1): Not using default mode "640x350" (vrefresh out of range)
(II) RADEON(1): Not using default mode "320x175" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "640x400" (vrefresh out of range)
(II) RADEON(1): Not using default mode "320x200" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "720x400" (vrefresh out of range)
(II) RADEON(1): Not using default mode "360x200" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "320x240" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "640x480" (vrefresh out of range)
(II) RADEON(1): Not using default mode "320x240" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "640x480" (vrefresh out of range)
(II) RADEON(1): Not using default mode "320x240" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "640x480" (vrefresh out of range)
(II) RADEON(1): Not using default mode "320x240" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "800x600" (vrefresh out of range)
(II) RADEON(1): Not using default mode "400x300" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "400x300" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "800x600" (vrefresh out of range)
(II) RADEON(1): Not using default mode "400x300" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "800x600" (vrefresh out of range)
(II) RADEON(1): Not using default mode "400x300" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "800x600" (vrefresh out of range)
(II) RADEON(1): Not using default mode "400x300" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1024x768" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "512x384" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "512x384" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1024x768" (vrefresh out of 
range)
(II) RADEON(1): Not using default mode "512x384" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1024x768" (vrefresh out of 
range)
(II) RADEON(1): Not using default mode "512x384" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1024x768" (vrefresh out of 
range)
(II) RADEON(1): Not using default mode "512x384" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1152x864" (vrefresh out of 
range)
(II) RADEON(1): Not using default mode "576x432" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "640x480" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1280x960" (hsync out of range)
(II) RADEON(1): Not using default mode "640x480" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "640x512" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1280x1024" (vrefresh out of 
range)
(II) RADEON(1): Not using default mode "640x512" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1280x1024" (hsync out of range)
(II) RADEON(1): Not using default mode "640x512" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "800x600" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1600x1200" (vrefresh out of 
range)
(II) RADEON(1): Not using default mode "800x600" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(1): Not using default mode "800x600" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(1): Not using default mode "800x600" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(1): Not using default mode "800x600" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1792x1344" (hsync out of range)
(II) RADEON(1): Not using default mode "896x672" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1792x1344" (hsync out of range)
(II) RADEON(1): Not using default mode "896x672" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1856x1392" (hsync out of range)
(II) RADEON(1): Not using default mode "928x696" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1856x1392" (hsync out of range)
(II) RADEON(1): Not using default mode "928x696" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(1): Not using default mode "960x720" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(1): Not using default mode "960x720" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "832x624" (vrefresh out of range)
(II) RADEON(1): Not using default mode "416x312" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1152x768" (vrefresh out of 
range)
(II) RADEON(1): Not using default mode "576x384" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "700x525" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1400x1050" (vrefresh out of 
range)
(II) RADEON(1): Not using default mode "700x525" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "800x512" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(1): Not using default mode "960x720" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "2048x1536" (hsync out of range)
(II) RADEON(1): Not using default mode "1024x768" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "2048x1536" (hsync out of range)
(II) RADEON(1): Not using default mode "1024x768" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "2048x1536" (bad mode 
clock/interlace/doublescan)
(II) RADEON(1): Not using default mode "1024x768" (bad mode 
clock/interlace/doublescan)
(--) RADEON(1): Virtual size is 1280x1024 (pitch 1280)
(**) RADEON(1): *Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(II) RADEON(1): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 
1025 1028 1066 +hsync +vsync
(++) RADEON(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 "ramdac"
(II) LoadModule: "ramdac"
(II) Reloading /usr/X11R6/lib/modules/libramdac.a
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/X11R6/lib/modules/libxaa.a
(WW) RADEON(0): remove MTRR 0 - 1000
(!!) RADEON(1): For information on using the multimedia capabilities
 of this adapter, please see http://gatos.sf.net.
(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.4.99.15, module version = 1.0.0
 ABI class: XFree86 Video Driver, version 0.7
(II) resource ranges after preInit:
 [0] 0 0 0xc0100000 - 0xc010ffff (0x10000) MX[B]
 [1] 0 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
 [2] 0 0 0xc0100000 - 0xc010ffff (0x10000) MX[B]
 [3] 0 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
 [4] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [5] -1 0 0x00100000 - 0x1fdfffff (0x1fd00000) MX[B]E(B)
 [6] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [7] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [8] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[9] -1	0	0xc0200000 - 0xc021ffff (0x20000) MX[B]E
	[10] -1	0	0xc0220000 - 0xc023ffff (0x20000) MX[B]E
	[11] -1	0	0xc0000800 - 0xc0000bff (0x400) MX[B]E
	[12] -1	0	0xc0000c00 - 0xc0000fff (0x400) MX[B]E
	[13] -1	0	0x1fe00000 - 0x1fffffff (0x200000) MX[B]E
	[14] -1	0	0xc0000000 - 0xc00007ff (0x800) MX[B]E
	[15] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[16] -1	0	0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
	[17] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[18] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[19] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[20] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[21] 0	0	0x00003000 - 0x000030ff (0x100) IX[B]
	[22] 0	0	0x00003000 - 0x000030ff (0x100) IX[B]
	[23] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[24] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[25] -1	0	0x00008000 - 0x000080ff (0x100) IX[B]E
	[26] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]E
	[27] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]E
	[28] -1	0	0x000018c0 - 0x000018ff (0x40) IX[B]E
	[29] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]E
	[30] -1	0	0x00001880 - 0x000018bf (0x40) IX[B]E
	[31] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]E
	[32] -1	0	0x0000580c - 0x0000580f (0x4) IX[B]E
	[33] -1	0	0x00005810 - 0x0000581f (0x10) IX[B]E
	[34] -1	0	0x00005808 - 0x0000580b (0x4) IX[B]E
	[35] -1	0	0x00005800 - 0x00005807 (0x8) IX[B]E
	[36] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]E
	[37] -1	0	0x00001820 - 0x0000183f (0x20) IX[B]E
	[38] -1	0	0x00001800 - 0x0000181f (0x20) IX[B]E
	[39] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
	[40] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[41] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(WW) RADEON(0): remove MTRR c0100000 - c0180000
(WW) RADEON(0): set MTRR e0000000 - e2000000
(WW) RADEON(0): remove MTRR a0000 - b0000
(II) RADEON(0): Memory manager initialized to (0,0) (1408,8191)
(II) RADEON(0): Reserved area from (0,1050) to (1408,1052)
(II) RADEON(0): Largest offscreen area available: 1408 x 7139
(II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
 Screen to screen bit blits
 Solid filled rectangles
 8x8 mono pattern filled rectangles
 Indirect CPU to Screen color expansion
 Solid Lines
 Scanline Image Writes
 Offscreen Pixmaps
 Setting up tile and stipple cache:
  32 128x128 slots
  32 256x256 slots
  16 512x512 slots
(II) RADEON(0): Acceleration enabled
(==) RADEON(0): Backing store disabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor (scanline 1052)
(II) RADEON(0): Largest offscreen area available: 1408 x 7133
(**) Option "dpms"
(**) RADEON(0): DPMS enabled
(==) RandR enabled
(WW) RADEON(1): remove MTRR c0100000 - c0180000
(WW) RADEON(1): set MTRR e2000000 - e4000000
(II) RADEON(0): Wrote: rd=6, fd=57, pd=4
(II) RADEON(1): Memory manager initialized to (0,0) (1280,8191)
(II) RADEON(1): Reserved area from (0,1024) to (1280,1026)
(II) RADEON(1): Largest offscreen area available: 1280 x 7165
(II) RADEON(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
 Scanline Image Writes
 Offscreen Pixmaps
 Setting up tile and stipple cache:
  32 128x128 slots
  32 256x256 slots
  16 512x512 slots
(II) RADEON(1): Acceleration enabled
(==) RADEON(1): Backing store disabled
(==) RADEON(1): Silken mouse enabled
(II) RADEON(1): Using hardware cursor (scanline 1026)
(II) RADEON(1): Largest offscreen area available: 1280 x 7158
(**) Option "dpms"
(**) RADEON(1): DPMS enabled
(WW) RADEON(1): Option "InitPrimary" is not used
(==) RandR enabled
(II) Entity 0 shares no resources
(II) Entity 1 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
(**) Option "Protocol" "wsmouse"
(**) Mouse0: Protocol: wsmouse
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/wsmouse"
(**) Option "Buttons" "5"
(**) Option "Emulate3Buttons"
(**) Option "Emulate3Timeout" "50"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 5
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing 
from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/PEX/, removing 
from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/encodings/, 
removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/local/, 
removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/util/, 
removing from list!
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(WW) RADEON(0): remove MTRR a0000 - b0000
(II) RADEON(0): Wrote: rd=6, fd=96, pd=2
(WW) RADEON(0): remove MTRR a0000 - b0000

Diff between the logs

21c21
< (==) Log file: "/var/log/XFree86.0.log", Time: Sat Oct 16 10:08:51 
2004
---
> (==) Log file: "/var/log/XFree86.0.log", Time: Sat Oct 16 09:56:21 
2004
129c129
< (II) Bus 3: bridge is at (2:0:0), (2,3,3), BCTRL: 0x0740 (VGA_EN is 
cleared)
---
> (II) Bus 3: bridge is at (2:0:0), (2,3,3), BCTRL: 0x07c0 (VGA_EN is 
cleared)
496a497
> (**) RADEON(0): Option "MonitorLayout" "LVDS, TMDS"
537c538,539
< (II) RADEON(0): Displays Detected: Monitor1--Type 3, Monitor2--Type 0
---
> (II) RADEON(0): Displays Configured by MonitorLayout: 
> 	Monitor1--Type 2, Monitor2--Type 3
581,582c583,586
< (II) RADEON(0): Primary Display == Type 3
< (II) RADEON(0): DFP table revision: 4
---
> (II) RADEON(0): Primary Display == Type 2
> (II) RADEON(0): Panel ID string: SXGA+ Single (85MHz)    
> (II) RADEON(0): Panel Size from BIOS: 1400x1050
> (II) RADEON(0): BIOS provided dividers will be used.
585,606c589,590
< (II) RADEON(0): Panel size found from DDC: 1280x1024
< (II) RADEON(0): Valid Mode from Detailed timing table: 1280x1024
< (II) RADEON(0): Valid Mode from standard timing table: 1152x864
< (II) RADEON(0): Valid Mode from standard timing table: 1280x960
< (II) RADEON(0): Valid Mode from standard timing table: 1280x1024
< (II) RADEON(0): Valid Mode from established timing table: 1280x1024
< (II) RADEON(0): Valid Mode from established timing table: 1024x768
< (II) RADEON(0): Valid Mode from established timing table: 1024x768
< (II) RADEON(0): Valid Mode from established timing table: 1024x768
< (II) RADEON(0): Valid Mode from established timing table: 832x624
< (II) RADEON(0): Valid Mode from established timing table: 800x600
< (II) RADEON(0): Valid Mode from established timing table: 800x600
< (II) RADEON(0): Valid Mode from established timing table: 800x600
< (II) RADEON(0): Valid Mode from established timing table: 800x600
< (II) RADEON(0): Valid Mode from established timing table: 640x480
< (II) RADEON(0): Valid Mode from established timing table: 640x480
< (II) RADEON(0): Valid Mode from established timing table: 640x480
< (II) RADEON(0): Total of 16 mode(s) found.
< (II) RADEON(0): Total number of valid DDC mode(s) found: 16
< (WW) RADEON(0): Mode 1400x1050 is out of range.
< (WW) RADEON(0): Valid modes must be between 320x200-1280x1024
< (II) RADEON(0): No valid mode specified, force to native mdoe
---
> (II) RADEON(0): Total number of valid DDC mode(s) found: 0
> (II) RADEON(0): Valid mode using on-chip RMX: 1400x1050
608,630c592,616
< (--) RADEON(0): Virtual size is 1280x1024 (pitch 1280)
< (**) RADEON(0): *Mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 
64.0 kHz, 60.0 Hz
< (II) RADEON(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  
1024 1025 1028 1066
< (**) RADEON(0):  Default mode "640x350": 108.0 MHz (scaled from 0.0 
MHz), 64.0 kHz, 60.0 Hz
< (II) RADEON(0): Modeline "640x350"  108.00  640 1328 1440 1688  350 
1025 1028 1066
< (**) RADEON(0):  Default mode "640x400": 108.0 MHz (scaled from 0.0 
MHz), 64.0 kHz, 60.0 Hz
< (II) RADEON(0): Modeline "640x400"  108.00  640 1328 1440 1688  400 
1025 1028 1066
< (**) RADEON(0):  Default mode "720x400": 108.0 MHz (scaled from 0.0 
MHz), 64.0 kHz, 60.0 Hz
< (II) RADEON(0): Modeline "720x400"  108.00  720 1328 1440 1688  400 
1025 1028 1066
< (**) RADEON(0):  Default mode "640x480": 108.0 MHz (scaled from 0.0 
MHz), 64.0 kHz, 60.0 Hz
< (II) RADEON(0): Modeline "640x480"  108.00  640 1328 1440 1688  480 
1025 1028 1066
< (**) RADEON(0):  Default mode "800x600": 108.0 MHz (scaled from 0.0 
MHz), 64.0 kHz, 60.0 Hz
< (II) RADEON(0): Modeline "800x600"  108.00  800 1328 1440 1688  600 
1025 1028 1066
< (**) RADEON(0):  Default mode "1024x768": 108.0 MHz (scaled from 0.0 
MHz), 64.0 kHz, 60.0 Hz
< (II) RADEON(0): Modeline "1024x768"  108.00  1024 1328 1440 1688  768 
1025 1028 1066
< (**) RADEON(0):  Default mode "1152x864": 108.0 MHz (scaled from 0.0 
MHz), 64.0 kHz, 60.0 Hz
< (II) RADEON(0): Modeline "1152x864"  108.00  1152 1328 1440 1688  864 
1025 1028 1066
< (**) RADEON(0):  Default mode "1280x960": 108.0 MHz (scaled from 0.0 
MHz), 64.0 kHz, 60.0 Hz
< (II) RADEON(0): Modeline "1280x960"  108.00  1280 1328 1440 1688  960 
1025 1028 1066
< (**) RADEON(0):  Default mode "832x624": 108.0 MHz (scaled from 0.0 
MHz), 64.0 kHz, 60.0 Hz
< (II) RADEON(0): Modeline "832x624"  108.00  832 1328 1440 1688  624 
1025 1028 1066
< (**) RADEON(0):  Default mode "1152x768": 108.0 MHz (scaled from 0.0 
MHz), 64.0 kHz, 60.0 Hz
< (II) RADEON(0): Modeline "1152x768"  108.00  1152 1328 1440 1688  768 
1025 1028 1066
---
> (--) RADEON(0): Virtual size is 1400x1050 (pitch 1408)
> (**) RADEON(0): *Mode "1400x1050": 85.0 MHz (scaled from 0.0 MHz), 
53.1 kHz, 50.0 Hz
> (II) RADEON(0): Modeline "1400x1050"   84.96  1400 1472 1512 1600  
1050 1052 1053 1062
> (**) RADEON(0):  Default mode "640x350": 85.0 MHz (scaled from 0.0 
MHz), 53.1 kHz, 50.0 Hz
> (II) RADEON(0): Modeline "640x350"   84.96  640 1472 1512 1600  350 
1052 1053 1062
> (**) RADEON(0):  Default mode "640x400": 85.0 MHz (scaled from 0.0 
MHz), 53.1 kHz, 50.0 Hz
> (II) RADEON(0): Modeline "640x400"   84.96  640 1472 1512 1600  400 
1052 1053 1062
> (**) RADEON(0):  Default mode "720x400": 85.0 MHz (scaled from 0.0 
MHz), 53.1 kHz, 50.0 Hz
> (II) RADEON(0): Modeline "720x400"   84.96  720 1472 1512 1600  400 
1052 1053 1062
> (**) RADEON(0):  Default mode "640x480": 85.0 MHz (scaled from 0.0 
MHz), 53.1 kHz, 50.0 Hz
> (II) RADEON(0): Modeline "640x480"   84.96  640 1472 1512 1600  480 
1052 1053 1062
> (**) RADEON(0):  Default mode "800x600": 85.0 MHz (scaled from 0.0 
MHz), 53.1 kHz, 50.0 Hz
> (II) RADEON(0): Modeline "800x600"   84.96  800 1472 1512 1600  600 
1052 1053 1062
> (**) RADEON(0):  Default mode "1024x768": 85.0 MHz (scaled from 0.0 
MHz), 53.1 kHz, 50.0 Hz
> (II) RADEON(0): Modeline "1024x768"   84.96  1024 1472 1512 1600  768 
1052 1053 1062
> (**) RADEON(0):  Default mode "1152x864": 85.0 MHz (scaled from 0.0 
MHz), 53.1 kHz, 50.0 Hz
> (II) RADEON(0): Modeline "1152x864"   84.96  1152 1472 1512 1600  864 
1052 1053 1062
> (**) RADEON(0):  Default mode "1280x960": 85.0 MHz (scaled from 0.0 
MHz), 53.1 kHz, 50.0 Hz
> (II) RADEON(0): Modeline "1280x960"   84.96  1280 1472 1512 1600  960 
1052 1053 1062
> (**) RADEON(0):  Default mode "1280x1024": 85.0 MHz (scaled from 0.0 
MHz), 53.1 kHz, 50.0 Hz
> (II) RADEON(0): Modeline "1280x1024"   84.96  1280 1472 1512 1600  
1024 1052 1053 1062
> (**) RADEON(0):  Default mode "832x624": 85.0 MHz (scaled from 0.0 
MHz), 53.1 kHz, 50.0 Hz
> (II) RADEON(0): Modeline "832x624"   84.96  832 1472 1512 1600  624 
1052 1053 1062
> (**) RADEON(0):  Default mode "1152x768": 85.0 MHz (scaled from 0.0 
MHz), 53.1 kHz, 50.0 Hz
> (II) RADEON(0): Modeline "1152x768"   84.96  1152 1472 1512 1600  768 
1052 1053 1062
655,658c641,778
< (WW) RADEON(1): Only one monitor detected, Second screen will NOT be 
created
< (II) UnloadModule: "ati"
< (II) UnloadModule: "radeon"
< (II) do I need RAC?  No, I don't.
---
> (II) Loading sub module "vgahw"
> (II) LoadModule: "vgahw"
> (II) Reloading /usr/X11R6/lib/modules/libvgahw.a
> (II) RADEON(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset 
is 0x0000
> (II) RADEON(1): PCI bus 1 card 0 func 0
> (==) RADEON(1): Depth 16, (==) framebuffer bpp 16
> (II) RADEON(1): Pixel depth = 16 bits stored in 2 bytes (16 bpp 
pixmaps)
> (==) RADEON(1): Default visual is TrueColor
> (**) RADEON(1): Option "DDCMode" "true"
> (**) RADEON(1): Option "MonitorLayout" "LVDS, TMDS"
> (==) RADEON(1): RGB weight 565
> (II) RADEON(1): Using 6 bits per RGB (8 bit DAC)
> (II) Loading sub module "int10"
> (II) LoadModule: "int10"
> (II) Reloading /usr/X11R6/lib/modules/libint10.a
> (II) RADEON(1): initializing int10
> (WW) RADEON(0): remove MTRR a0000 - c0000
> (II) RADEON(0): Primary V_BIOS segment is: 0xc000
> (WW) RADEON(0): remove MTRR 0 - 1000
> (--) RADEON(1): Chipset: "ATI Radeon Mobility 9600 (M10) NP 
(AGP)" (ChipID = 0x4e50)
> (--) RADEON(1): Linear framebuffer at 0xe0000000
> (--) RADEON(1): VideoRAM: 32768 kByte (128 bit DDR SDRAM)
> (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) Reloading /usr/X11R6/lib/modules/libi2c.a
> (II) RADEON(1): I2C bus "DDC" initialized.
> (II) RADEON(1): Secondary Display == Type 3
> (II) RADEON(1): DFP table revision: 4
> (==) RADEON(1): Using gamma correction (1.0, 1.0, 1.0)
> (II) RADEON(1): Validating modes on Secondary head ---------
> (II) RADEON(1): No DDC data available, DDCMode option is dismissed
> (II) RADEON(1): Total number of valid DDC mode(s) found: 0
> (II) RADEON(1): Monitor2: Using hsync range of 30.00-82.00 kHz
> (II) RADEON(1): Monitor2: Using vrefresh value of 60.00 Hz
> (II) RADEON(1): Clock range:  20.00 to 350.00 MHz
> (II) RADEON(1): Not using default mode "640x350" (vrefresh out of 
range)
> (II) RADEON(1): Not using default mode "320x175" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "640x400" (vrefresh out of 
range)
> (II) RADEON(1): Not using default mode "320x200" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "720x400" (vrefresh out of 
range)
> (II) RADEON(1): Not using default mode "360x200" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "320x240" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "640x480" (vrefresh out of 
range)
> (II) RADEON(1): Not using default mode "320x240" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "640x480" (vrefresh out of 
range)
> (II) RADEON(1): Not using default mode "320x240" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "640x480" (vrefresh out of 
range)
> (II) RADEON(1): Not using default mode "320x240" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "800x600" (vrefresh out of 
range)
> (II) RADEON(1): Not using default mode "400x300" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "400x300" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "800x600" (vrefresh out of 
range)
> (II) RADEON(1): Not using default mode "400x300" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "800x600" (vrefresh out of 
range)
> (II) RADEON(1): Not using default mode "400x300" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "800x600" (vrefresh out of 
range)
> (II) RADEON(1): Not using default mode "400x300" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "1024x768" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "512x384" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "512x384" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "1024x768" (vrefresh out of 
range)
> (II) RADEON(1): Not using default mode "512x384" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "1024x768" (vrefresh out of 
range)
> (II) RADEON(1): Not using default mode "512x384" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "1024x768" (vrefresh out of 
range)
> (II) RADEON(1): Not using default mode "512x384" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "1152x864" (vrefresh out of 
range)
> (II) RADEON(1): Not using default mode "576x432" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "640x480" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "1280x960" (hsync out of range)
> (II) RADEON(1): Not using default mode "640x480" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "640x512" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "1280x1024" (vrefresh out of 
range)
> (II) RADEON(1): Not using default mode "640x512" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "1280x1024" (hsync out of 
range)
> (II) RADEON(1): Not using default mode "640x512" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "800x600" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "1600x1200" (vrefresh out of 
range)
> (II) RADEON(1): Not using default mode "800x600" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "1600x1200" (hsync out of 
range)
> (II) RADEON(1): Not using default mode "800x600" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "1600x1200" (hsync out of 
range)
> (II) RADEON(1): Not using default mode "800x600" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "1600x1200" (hsync out of 
range)
> (II) RADEON(1): Not using default mode "800x600" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "1792x1344" (hsync out of 
range)
> (II) RADEON(1): Not using default mode "896x672" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "1792x1344" (hsync out of 
range)
> (II) RADEON(1): Not using default mode "896x672" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "1856x1392" (hsync out of 
range)
> (II) RADEON(1): Not using default mode "928x696" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "1856x1392" (hsync out of 
range)
> (II) RADEON(1): Not using default mode "928x696" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "1920x1440" (hsync out of 
range)
> (II) RADEON(1): Not using default mode "960x720" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "1920x1440" (hsync out of 
range)
> (II) RADEON(1): Not using default mode "960x720" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "832x624" (vrefresh out of 
range)
> (II) RADEON(1): Not using default mode "416x312" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "1152x768" (vrefresh out of 
range)
> (II) RADEON(1): Not using default mode "576x384" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "700x525" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "1400x1050" (vrefresh out of 
range)
> (II) RADEON(1): Not using default mode "700x525" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "800x512" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "1920x1440" (hsync out of 
range)
> (II) RADEON(1): Not using default mode "960x720" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "2048x1536" (hsync out of 
range)
> (II) RADEON(1): Not using default mode "1024x768" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "2048x1536" (hsync out of 
range)
> (II) RADEON(1): Not using default mode "1024x768" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "2048x1536" (bad mode 
clock/interlace/doublescan)
> (II) RADEON(1): Not using default mode "1024x768" (bad mode 
clock/interlace/doublescan)
> (--) RADEON(1): Virtual size is 1280x1024 (pitch 1280)
> (**) RADEON(1): *Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 
Hz
> (II) RADEON(1): Modeline "1280x1024"  108.00  1280 1328 1440 1688  
1024 1025 1028 1066 +hsync +vsync
> (++) RADEON(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 "ramdac"
> (II) LoadModule: "ramdac"
> (II) Reloading /usr/X11R6/lib/modules/libramdac.a
> (II) Loading sub module "xaa"
> (II) LoadModule: "xaa"
> (II) Reloading /usr/X11R6/lib/modules/libxaa.a
> (WW) RADEON(0): remove MTRR 0 - 1000
> (!!) RADEON(1): For information on using the multimedia capabilities
>  of this adapter, please see http://gatos.sf.net.
> (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.4.99.15, module version = 1.0.0
>  ABI class: XFree86 Video Driver, version 0.7
662,693c782,821
<  [2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
<  [3] -1 0 0x00100000 - 0x1fdfffff (0x1fd00000) 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 0xc0200000 - 0xc021ffff (0x20000) MX[B]E
<  [8] -1 0 0xc0220000 - 0xc023ffff (0x20000) MX[B]E
<  [9] -1 0 0xc0000800 - 0xc0000bff (0x400) MX[B]E
<  [10] -1 0 0xc0000c00 - 0xc0000fff (0x400) MX[B]E
<  [11] -1 0 0x1fe00000 - 0x1fffffff (0x200000) MX[B]E
<  [12] -1 0 0xc0000000 - 0xc00007ff (0x800) MX[B]E
<  [13] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]EO
<  [14] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
<  [15] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
<  [16] 0 0 0x00003000 - 0x000030ff (0x100) IX[B]
<  [17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
<  [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
<  [19] -1 0 0x00008000 - 0x000080ff (0x100) IX[B]E
<  [20] -1 0 0x00002000 - 0x000020ff (0x100) IX[B]E
<  [21] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]E
<  [22] -1 0 0x000018c0 - 0x000018ff (0x40) IX[B]E
<  [23] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]E
<  [24] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]E
<  [25] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]E
<  [26] -1 0 0x0000580c - 0x0000580f (0x4) IX[B]E
<  [27] -1 0 0x00005810 - 0x0000581f (0x10) IX[B]E
<  [28] -1 0 0x00005808 - 0x0000580b (0x4) IX[B]E
<  [29] -1 0 0x00005800 - 0x00005807 (0x8) IX[B]E
<  [30] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]E
<  [31] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]E
<  [32] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]E
<  [33] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
---
>  [2] 0 0 0xc0100000 - 0xc010ffff (0x10000) MX[B]
>  [3] 0 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
>  [4] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
>  [5] -1 0 0x00100000 - 0x1fdfffff (0x1fd00000) MX[B]E(B)
>  [6] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
>  [7] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
>  [8] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
>  [9] -1 0 0xc0200000 - 0xc021ffff (0x20000) MX[B]E
>  [10] -1 0 0xc0220000 - 0xc023ffff (0x20000) MX[B]E
>  [11] -1 0 0xc0000800 - 0xc0000bff (0x400) MX[B]E
>  [12] -1 0 0xc0000c00 - 0xc0000fff (0x400) MX[B]E
>  [13] -1 0 0x1fe00000 - 0x1fffffff (0x200000) MX[B]E
>  [14] -1 0 0xc0000000 - 0xc00007ff (0x800) MX[B]E
>  [15] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]EO
>  [16] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
>  [17] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
>  [18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
>  [19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
>  [20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
>  [21] 0 0 0x00003000 - 0x000030ff (0x100) IX[B]
>  [22] 0 0 0x00003000 - 0x000030ff (0x100) IX[B]
>  [23] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
>  [24] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
>  [25] -1 0 0x00008000 - 0x000080ff (0x100) IX[B]E
>  [26] -1 0 0x00002000 - 0x000020ff (0x100) IX[B]E
>  [27] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]E
>  [28] -1 0 0x000018c0 - 0x000018ff (0x40) IX[B]E
>  [29] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]E
>  [30] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]E
>  [31] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]E
>  [32] -1 0 0x0000580c - 0x0000580f (0x4) IX[B]E
>  [33] -1 0 0x00005810 - 0x0000581f (0x10) IX[B]E
>  [34] -1 0 0x00005808 - 0x0000580b (0x4) IX[B]E
>  [35] -1 0 0x00005800 - 0x00005807 (0x8) IX[B]E
>  [36] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]E
>  [37] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]E
>  [38] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]E
>  [39] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
>  [40] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
>  [41] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
695c823
< (WW) RADEON(0): set MTRR e0000000 - e4000000
---
> (WW) RADEON(0): set MTRR e0000000 - e2000000
697,700c825,827
< (II) RADEON(0): Wrote: rd=6, fd=48, pd=1
< (II) RADEON(0): Memory manager initialized to (0,0) (1280,8191)
< (II) RADEON(0): Reserved area from (0,1024) to (1280,1026)
< (II) RADEON(0): Largest offscreen area available: 1280 x 7165
---
> (II) RADEON(0): Memory manager initialized to (0,0) (1408,8191)
> (II) RADEON(0): Reserved area from (0,1050) to (1408,1052)
> (II) RADEON(0): Largest offscreen area available: 1408 x 7139
716,717c843,844
< (II) RADEON(0): Using hardware cursor (scanline 1026)
< (II) RADEON(0): Largest offscreen area available: 1280 x 7158
---
> (II) RADEON(0): Using hardware cursor (scanline 1052)
> (II) RADEON(0): Largest offscreen area available: 1408 x 7133
720a848,876
> (WW) RADEON(1): remove MTRR c0100000 - c0180000
> (WW) RADEON(1): set MTRR e2000000 - e4000000
> (II) RADEON(0): Wrote: rd=6, fd=57, pd=4
> (II) RADEON(1): Memory manager initialized to (0,0) (1280,8191)
> (II) RADEON(1): Reserved area from (0,1024) to (1280,1026)
> (II) RADEON(1): Largest offscreen area available: 1280 x 7165
> (II) RADEON(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
>  Scanline Image Writes
>  Offscreen Pixmaps
>  Setting up tile and stipple cache:
>   32 128x128 slots
>   32 256x256 slots
>   16 512x512 slots
> (II) RADEON(1): Acceleration enabled
> (==) RADEON(1): Backing store disabled
> (==) RADEON(1): Silken mouse enabled
> (II) RADEON(1): Using hardware cursor (scanline 1026)
> (II) RADEON(1): Largest offscreen area available: 1280 x 7158
> (**) Option "dpms"
> (**) RADEON(1): DPMS enabled
> (WW) RADEON(1): Option "InitPrimary" is not used
> (==) RandR enabled
> (II) Entity 0 shares no resources
> (II) Entity 1 shares no resources
751c907,908
< (II) RADEON(0): Wrote: rd=6, fd=96, pd=2
---
> (II) Entity 0 shares no resources
> (II) Entity 1 shares no resources
753d909
< (II) RADEON(0): Wrote: rd=6, fd=48, pd=1
_______________________________________________
XFree86 mailing list
XFree86@xxxxxxxxxxx
http://XFree86.Org/mailman/listinfo/xfree86

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux