Radeon 9600 and X

Kunihiro Ishiguro yellowdog-general@lists.terrasoftsolutions.com
Wed Oct 15 06:31:01 2003


--Multipart_Wed_Oct_15_05:14:11_2003-1
Content-Type: text/plain; charset=US-ASCII

I've got the latest PowerBook with Radeon 9600.  I'm trying to run X
on this notebook but so far no luck.

Kernel is the latest Yellowdog one (kernel-2.4.22-2a).  X is the
latest CVS version and I've tried 4.3.99.14 snapshot also.

With "radeon" driver, the screen looks like sand storm.  With "fbdev"
driver, color allocation is strange.  White becomes blue, pink becomes
gray...

I tried to use radeonfb and "radeon" driver for it.  /etc/yaboot.conf
has this line.

append="hdc=ide-scsi video=radeonfb:1440x900-24@60"

but dmesg said kernel use Open Firmware frame buffer.

Using unsupported 1440x900 ATY,Jasper_A at bc008000, depth=8, pitch=1536
Console: switching to colour frame buffer device 180x56
fb0: Open Firmware frame buffer device on /pci@f0000000/ATY,JasperParent@10/ATY,Jasper_A@0
Using unsupported 640x480 ATY,Jasper_B at ba008000, depth=8, pitch=768
fb1: Open Firmware frame buffer device on /pci@f0000000/ATY,JasperParent@10/ATY,Jasper_B@1

Then XFree86.0.log said.

(EE) RADEON(0): Failed to open framebuffer device, consult warnings and/or errors above for possible reasons

I'm not sure I'm taking true path or not.  Here is XF86Config-4 and
XFree86.0.log.  Any inputs are welcome...
--
Kunihiro Ishiguro


--Multipart_Wed_Oct_15_05:14:11_2003-1
Content-Type: application/octet-stream
Content-Disposition: attachment; filename="XF86Config-4"
Content-Transfer-Encoding: 7bit

Section "ServerLayout"
Identifier     "XFree86 Configured"
Screen      0  "Screen0" 0 0
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/truetype"
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/75dpi/"
FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

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

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "keyboard"
Option	"XkbRules" "xfree86"
#Option	"XkbModel"	"macintosh"
Option	"XkbLayout"      "jp"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option 	"Protocol"        "IMPS/2"
#Option          "ZAxisMapping"  "4 5"
Option          "Device"        "/dev/input/mice"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
UseModes	"Modes0"
HorizSync       30-70
VertRefresh     50-70
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option     "NoAccel"            	# [<bool>]
#Option     "SWcursor"           	# [<bool>]
#Option     "Dac6Bit"            	# [<bool>]
#Option     "Dac8Bit"            	# [<bool>]
#Option     "ForcePCIMode"       	# [<bool>]
#Option     "BusType"            	# [<str>]
#Option     "CPPIOMode"          	# [<bool>]
#Option     "CPusecTimeout"      	# <i>
#Option     "AGPMode"            	# <i>
#Option     "AGPFastWrite"       	# [<bool>]
#Option     "AGPSize"            	# <i>
#Option     "GARTSize"           	# <i>
#Option     "RingSize"           	# <i>
#Option     "BufferSize"         	# <i>
#Option     "EnableDepthMoves"   	# [<bool>]
#Option     "EnablePageFlip"     	# [<bool>]
#Option     "NoBackBuffer"       	# [<bool>]
#Option     "PanelOff"           	# [<bool>]
#Option     "DDCMode"            	# [<bool>]
#Option     "MonitorLayout"      	# [<str>]
#Option     "IgnoreEDID"         	# [<bool>]
#Option     "OverlayOnCRTC2"     	# [<bool>]
#Option     "CloneMode"          	# [<str>]
#Option     "CloneHSync"         	# [<str>]
#Option     "CloneVRefresh"      	# [<str>]
#Option     "UseFBDev"           	# [<bool>]
#Option     "VideoKey"           	# <i>
#Option     "DisplayPriority"    	# [<str>]
#Option     "PanelSize"          	# [<str>]
Identifier  "Card0"
Driver 		"radeon"
VendorName  "ATI Technologies Inc"
Option     "MonitorLayout"  "LVDS"
Option     "UseFBDev"
Option     "fbdev"      "/dev/fb0"
BoardName   "Unknown Board"
BusID       "PCI:0:16:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
DefaultDepth 8
#DefaultFbBpp 16
SubSection "Display"
Depth 8
Modes  	"1440x900" 
EndSubSection
SubSection "Display"
Depth 15
Modes  	"1440x900" 
EndSubSection
SubSection "Display"
Depth 16
Modes  	"1440x900" 
EndSubSection
SubSection "Display"
Depth 24
Modes  	"1440x900" 
EndSubSection
EndSection

Section "DRI"
	Mode 0666
EndSection

Section "Modes"
        Identifier      "Modes0"
	# mode generated by Xeasyconf
	Modeline "1440x900" 100.000 1440 1456 1464 1480  900 916 924 940  -HSync -VSync
EndSection

--Multipart_Wed_Oct_15_05:14:11_2003-1
Content-Type: text/plain; charset=US-ASCII
Content-Disposition: attachment; filename="XFree86.0.log"
Content-Transfer-Encoding: 7bit

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/aluminium:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

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

XFree86 Version 4.3.99.14
Release Date: 10 October 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.23-pre5-ben0 ppc [ELF] 
Current Operating System: Linux aluminium 2.4.22-2a #2 Thu Sep 4 01:06:59 MDT 2003 ppc
Build Date: 14 October 2003
Changelog Date: 13 October 2003
	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: Tue Oct 14 20:17:14 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbLayout" "jp"
(**) XKB: layout: "jp"
(==) Keyboard: CustomKeycode disabled
(WW) The directory "/usr/X11R6/lib/X11/fonts/truetype" does not exist.
	Entry deleted from font path.
(**) 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/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(II) Open APM successful
(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.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.3.99.14, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.3.99.14, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.7
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:0b:0: chip 106b,0034 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:10:0: chip 1002,4e50 card 1002,4e50 rev 00 class 03,00,00 hdr 00
(II) PCI: 10:0b:0: chip 106b,0035 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 10:12:0: chip 14e4,4320 card 106b,004e rev 02 class 02,80,00 hdr 00
(II) PCI: 10:13:0: chip 104c,ac56 card 0000,0000 rev 00 class 06,07,00 hdr 02
(II) PCI: 10:17:0: chip 106b,003e card 0000,0000 rev 00 class ff,00,00 hdr 00
(II) PCI: 10:18:0: chip 106b,003f card 0000,0000 rev 00 class 0c,03,10 hdr 00
(II) PCI: 10:19:0: chip 106b,003f card 0000,0000 rev 00 class 0c,03,10 hdr 00
(II) PCI: 10:1a:0: chip 106b,003f card 0000,0000 rev 00 class 0c,03,10 hdr 00
(II) PCI: 10:1b:0: chip 1033,0035 card 1033,0035 rev 43 class 0c,03,10 hdr 80
(II) PCI: 10:1b:1: chip 1033,0035 card 1033,0035 rev 43 class 0c,03,10 hdr 00
(II) PCI: 10:1b:2: chip 1033,00e0 card 1033,00e0 rev 04 class 0c,03,20 hdr 00
(II) PCI: 24:0b:0: chip 106b,0036 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 24:0d:0: chip 106b,003b card 0000,0000 rev 00 class ff,00,00 hdr 00
(II) PCI: 24:0e:0: chip 106b,0031 card 106b,5811 rev 81 class 0c,00,10 hdr 00
(II) PCI: 24:0f:0: chip 106b,0032 card 0000,0000 rev 80 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:11:0), (0,0,36), 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) Host-to-PCI bridge:
(II) Bus 16: bridge is at (16:11:0), (16,16,36), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 16 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 16 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 16 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 17: bridge is at (16:19:0), (16,17,20), BCTRL: 0x0440 (VGA_EN is cleared)
(II) Bus 17 non-prefetchable memory range:
	[0] -1	0	0x90000000 - 0x9fffffff (0x10000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 36: bridge is at (36:11:0), (36,36,36), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 36 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 36 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 36 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(--) PCI:*(0:16:0) ATI Technologies Inc unknown chipset (0x4e50) rev 0, Mem @ 0xb8000000/27, 0xb0000000/16, I/O @ 0x0400/8, BIOS @ 0xb0020000/17
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[3] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0	0xf5200000 - 0xf53fffff (0x200000) MX[B]
	[1] -1	0	0xf5004000 - 0xf5007fff (0x4000) MX[B]
	[2] -1	0	0xa0001000 - 0xa0001fff (0x1000) MX[B]
	[3] -1	0	0xa0002000 - 0xa0002fff (0x1000) MX[B]
	[4] -1	0	0xa0003000 - 0xa0003fff (0x1000) MX[B]
	[5] -1	0	0xf3001000 - 0xf3001fff (0x1000) MX[B]
	[6] -1	0	0xf3000000 - 0xf3000fff (0x1000) MX[B]
	[7] -1	0	0x80000000 - 0x8007ffff (0x80000) MX[B]
	[8] -1	0	0xb0020000 - 0xb003ffff (0x20000) MX[B](B)
	[9] -1	0	0xb0000000 - 0xb000ffff (0x10000) MX[B](B)
	[10] -1	0	0xb8000000 - 0xbfffffff (0x8000000) MX[B](B)
	[11] -1	0	0x00000400 - 0x000004ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
	[0] -1	0	0xf5000000 - 0xf5000fff (0x1000) MX[B]
	[1] -1	0	0xa0000000 - 0xa00000ff (0x100) MX[B]
	[2] -1	0	0xa0006000 - 0xa0007fff (0x2000) MX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xf5200000 - 0xf53fffff (0x200000) MX[B]
	[1] -1	0	0xf5004000 - 0xf5007fff (0x4000) MX[B]
	[2] -1	0	0xa0001000 - 0xa0001fff (0x1000) MX[B]
	[3] -1	0	0xa0002000 - 0xa0002fff (0x1000) MX[B]
	[4] -1	0	0xa0003000 - 0xa0003fff (0x1000) MX[B]
	[5] -1	0	0xf3001000 - 0xf3001fff (0x1000) MX[B]
	[6] -1	0	0xf3000000 - 0xf3000fff (0x1000) MX[B]
	[7] -1	0	0x80000000 - 0x8007ffff (0x80000) MX[B]
	[8] -1	0	0xb0020000 - 0xb003ffff (0x20000) MX[B](B)
	[9] -1	0	0xb0000000 - 0xb000ffff (0x10000) MX[B](B)
	[10] -1	0	0xb8000000 - 0xbfffffff (0x8000000) MX[B](B)
	[11] -1	0	0x00000400 - 0x000004ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0	0xf5000000 - 0xf5000fff (0x1000) MX[B]
	[1] -1	0	0xa0000000 - 0xa00000ff (0x100) MX[B]
	[2] -1	0	0xa0006000 - 0xa0007fff (0x2000) MX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[3] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) All system resource ranges:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1	0	0xf5200000 - 0xf53fffff (0x200000) MX[B]
	[3] -1	0	0xf5004000 - 0xf5007fff (0x4000) MX[B]
	[4] -1	0	0xa0001000 - 0xa0001fff (0x1000) MX[B]
	[5] -1	0	0xa0002000 - 0xa0002fff (0x1000) MX[B]
	[6] -1	0	0xa0003000 - 0xa0003fff (0x1000) MX[B]
	[7] -1	0	0xf3001000 - 0xf3001fff (0x1000) MX[B]
	[8] -1	0	0xf3000000 - 0xf3000fff (0x1000) MX[B]
	[9] -1	0	0x80000000 - 0x8007ffff (0x80000) MX[B]
	[10] -1	0	0xb0020000 - 0xb003ffff (0x20000) MX[B](B)
	[11] -1	0	0xb0000000 - 0xb000ffff (0x10000) MX[B](B)
	[12] -1	0	0xb8000000 - 0xbfffffff (0x8000000) MX[B](B)
	[13] -1	0	0xf5000000 - 0xf5000fff (0x1000) MX[B]
	[14] -1	0	0xa0000000 - 0xa00000ff (0x100) MX[B]
	[15] -1	0	0xa0006000 - 0xa0007fff (0x2000) MX[B]
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[18] -1	0	0x00000400 - 0x000004ff (0x100) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.3.99.14, 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: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.3.99.14, 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: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
	compiled for 4.3.99.14, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
	compiled for 4.3.99.14, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.3.99.14, 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.3.99.14, 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.3.99.14, 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.3.99.14, 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.3.99.14, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.3.99.14, module version = 1.0.2
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="The XFree86 Project"
	compiled for 4.3.99.14, 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.3.99.14, module version = 6.5.3
	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.3.99.14, 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.3) for chipset: ati
(II) R128: Driver for ATI Rage 128 chipsets:
	ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
	ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
	ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
	ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
	ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
	ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
	ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
	ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
	ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
	ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
	ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
	ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
	ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
	ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
	ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
	ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
	ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
	ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
	ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
	ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
	ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
	ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
	ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
	ATI Rage 128 Pro ULTRA TU (AGP?)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
	ATI Radeon IGP330/340/350 (A4) 4137,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
	ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP),
	ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835,
	ATI Radeon 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 00:10:0
(--) Chipset ATI Radeon Mobility 9600 (M10) NP (AGP) found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1	0	0xf5200000 - 0xf53fffff (0x200000) MX[B]
	[3] -1	0	0xf5004000 - 0xf5007fff (0x4000) MX[B]
	[4] -1	0	0xa0001000 - 0xa0001fff (0x1000) MX[B]
	[5] -1	0	0xa0002000 - 0xa0002fff (0x1000) MX[B]
	[6] -1	0	0xa0003000 - 0xa0003fff (0x1000) MX[B]
	[7] -1	0	0xf3001000 - 0xf3001fff (0x1000) MX[B]
	[8] -1	0	0xf3000000 - 0xf3000fff (0x1000) MX[B]
	[9] -1	0	0x80000000 - 0x8007ffff (0x80000) MX[B]
	[10] -1	0	0xb0020000 - 0xb003ffff (0x20000) MX[B](B)
	[11] -1	0	0xb0000000 - 0xb000ffff (0x10000) MX[B](B)
	[12] -1	0	0xb8000000 - 0xbfffffff (0x8000000) MX[B](B)
	[13] -1	0	0xf5000000 - 0xf5000fff (0x1000) MX[B]
	[14] -1	0	0xa0000000 - 0xa00000ff (0x100) MX[B]
	[15] -1	0	0xa0006000 - 0xa0007fff (0x2000) MX[B]
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[18] -1	0	0x00000400 - 0x000004ff (0x100) IX[B](B)
(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	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1	0	0xf5200000 - 0xf53fffff (0x200000) MX[B]
	[3] -1	0	0xf5004000 - 0xf5007fff (0x4000) MX[B]
	[4] -1	0	0xa0001000 - 0xa0001fff (0x1000) MX[B]
	[5] -1	0	0xa0002000 - 0xa0002fff (0x1000) MX[B]
	[6] -1	0	0xa0003000 - 0xa0003fff (0x1000) MX[B]
	[7] -1	0	0xf3001000 - 0xf3001fff (0x1000) MX[B]
	[8] -1	0	0xf3000000 - 0xf3000fff (0x1000) MX[B]
	[9] -1	0	0x80000000 - 0x8007ffff (0x80000) MX[B]
	[10] -1	0	0xb0020000 - 0xb003ffff (0x20000) MX[B](B)
	[11] -1	0	0xb0000000 - 0xb000ffff (0x10000) MX[B](B)
	[12] -1	0	0xb8000000 - 0xbfffffff (0x8000000) MX[B](B)
	[13] -1	0	0xf5000000 - 0xf5000fff (0x1000) MX[B]
	[14] -1	0	0xa0000000 - 0xa00000ff (0x100) MX[B]
	[15] -1	0	0xa0006000 - 0xa0007fff (0x2000) MX[B]
	[16] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[17] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[18] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[21] -1	0	0x00000400 - 0x000004ff (0x100) IX[B](B)
	[22] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[23] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) RADEON(0): MMIO registers at 0xb0000000
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.3.99.14, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.7
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is 0x0000
(II) RADEON(0): PCI bus 0 card 16 func 0
(**) RADEON(0): Depth 8, (--) framebuffer bpp 8
(II) RADEON(0): Pixel depth = 8 bits stored in 1 byte (8 bpp pixmaps)
(==) RADEON(0): Default visual is PseudoColor
(**) RADEON(0): Option "MonitorLayout" "LVDS"
(**) RADEON(0): Option "UseFBDev"
(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a
(II) Module fbdevhw: vendor="The XFree86 Project"
	compiled for 4.3.99.14, module version = 0.0.2
	ABI class: XFree86 Video Driver, version 0.7
(WW) open /dev/fb2: No such device
(WW) open /dev/fb3: No such device
(WW) open /dev/fb4: No such device
(WW) open /dev/fb5: No such device
(WW) open /dev/fb6: No such device
(WW) open /dev/fb7: No such device
(EE) RADEON(0): Failed to open framebuffer device, consult warnings and/or errors above for possible reasons
	(you may have to look at the server log to see warnings)
(WW) RADEON(0): fbdevHWInit failed, not using framebuffer device
(--) RADEON(0): Chipset: "ATI Radeon Mobility 9600 (M10) NP (AGP)" (ChipID = 0x4e50)
(--) RADEON(0): Linear framebuffer at 0xb8000000
(--) RADEON(0): BIOS at 0xb0020000
(--) RADEON(0): VideoRAM: 65536 kByte (128 bit DDR SDRAM)
(II) RADEON(0): AGP card detected
(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.3.99.14, 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.3.99.14, module version = 1.2.0
	ABI class: XFree86 Video Driver, version 0.7
(II) RADEON(0): I2C bus "DDC" initialized.
(WW) RADEON(0): Video BIOS not detected in PCI space!
(WW) RADEON(0): Attempting to read Video BIOS from legacy ISA space!
(WW) RADEON(0): Video BIOS not found!
(WW) RADEON(0): Invalid Monitor type specified for 2nd port 
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 2, Detected Type: 2
(II) RADEON(0): Displays Configured by MonitorLayout: 
	Monitor1--Type 2, Monitor2--Type 0

(II) RADEON(0): Monitor1 EDID data ---------------------------
(II) RADEON(0): Manufacturer: APP  Model: 9c2c  Serial#: 0
(II) RADEON(0): Year: 2003  Week: 1
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 37  vert.: 23
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): No DPMS capabilities specified; RGB/Color Display
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.609 redY: 0.340   greenX: 0.324 greenY: 0.550
(II) RADEON(0): blueX: 0.145 blueY: 0.114   whiteX: 0.319 whiteY: 0.329
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 96.2 MHz   Image Size:  367 x 230 mm
(II) RADEON(0): h_active: 1440  h_sync: 1504  h_sync_end 1536 h_blank_end 1760 h_border: 0
(II) RADEON(0): v_active: 900  v_sync: 903  v_sync_end 906 v_blanking: 912 v_border: 0
(II) RADEON(0):  LP171W01
(II) RADEON(0): Monitor name: Color LCD
(II) RADEON(0): End of Monitor1 EDID data --------------------
(II) RADEON(0): 
(II) RADEON(0): Primary Display == Type 2
(WW) RADEON(0): No valid info for SCLK/MCLK for display bandwidth calculation.
(WW) RADEON(0): Video BIOS not detected, using default PLL parameters!
(==) 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: 1440x900
(II) RADEON(0): Valid Mode from Detailed timing table: 1440x900
(II) RADEON(0): Total of 1 mode(s) found.
(II) RADEON(0): Total number of valid DDC mode(s) found: 1
(II) RADEON(0): Valid mode using on-chip RMX: 1440x900
(II) RADEON(0): Total number of valid FP mode(s) found: 1
(--) RADEON(0): Virtual size is 1440x900 (pitch 1536)
(**) RADEON(0): *Mode "1440x900": 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline "1440x900"   96.21  1440 1504 1536 1760  900 903 906 912
(**) RADEON(0):  Default mode "320x175": 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline "320x175"   96.21  320 1504 1536 1760  175 903 906 912
(**) RADEON(0):  Default mode "320x200": 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline "320x200"   96.21  320 1504 1536 1760  200 903 906 912
(**) RADEON(0):  Default mode "360x200": 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline "360x200"   96.21  360 1504 1536 1760  200 903 906 912
(**) RADEON(0):  Default mode "320x240": 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline "320x240"   96.21  320 1504 1536 1760  240 903 906 912
(**) RADEON(0):  Default mode "400x300": 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline "400x300"   96.21  400 1504 1536 1760  300 903 906 912
(**) RADEON(0):  Default mode "512x384": 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline "512x384"   96.21  512 1504 1536 1760  384 903 906 912
(**) RADEON(0):  Default mode "576x432": 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline "576x432"   96.21  576 1504 1536 1760  432 903 906 912
(**) RADEON(0):  Default mode "640x480": 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline "640x480"   96.21  640 1504 1536 1760  480 903 906 912
(**) RADEON(0):  Default mode "640x512": 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline "640x512"   96.21  640 1504 1536 1760  512 903 906 912
(**) RADEON(0):  Default mode "800x600": 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline "800x600"   96.21  800 1504 1536 1760  600 903 906 912
(**) RADEON(0):  Default mode "896x672": 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline "896x672"   96.21  896 1504 1536 1760  672 903 906 912
(**) RADEON(0):  Default mode "928x696": 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline "928x696"   96.21  928 1504 1536 1760  696 903 906 912
(**) RADEON(0):  Default mode "960x720": 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline "960x720"   96.21  960 1504 1536 1760  720 903 906 912
(**) RADEON(0):  Default mode "416x312": 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline "416x312"   96.21  416 1504 1536 1760  312 903 906 912
(**) RADEON(0):  Default mode "576x384": 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline "576x384"   96.21  576 1504 1536 1760  384 903 906 912
(**) RADEON(0):  Default mode "700x525": 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline "700x525"   96.21  700 1504 1536 1760  525 903 906 912
(**) RADEON(0):  Default mode "800x512": 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline "800x512"   96.21  800 1504 1536 1760  512 903 906 912
(**) RADEON(0):  Default mode "1024x768": 96.2 MHz (scaled from 0.0 MHz), 54.7 kHz, 59.9 Hz
(II) RADEON(0): Modeline "1024x768"   96.21  1024 1504 1536 1760  768 903 906 912
(--) RADEON(0): Display dimensions: (370, 230) mm
(--) RADEON(0): DPI set to (98, 99)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.3.99.14, 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.3.99.14, 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.3.99.14, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.7
(II) RADEON(0): AGP Fast Write disabled by default
(II) RADEON(0): Depth moves disabled by default
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Loading /usr/X11R6/lib/modules/libshadowfb.a
(II) Module shadowfb: vendor="The XFree86 Project"
	compiled for 4.3.99.14, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.2
(II) RADEON(0): Page flipping disabled
(!!) RADEON(0): For information on using the multimedia capabilities
 of this adapter, please see http://gatos.sf.net.
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xb0000000 - 0xb000ffff (0x10000) MX[B]
	[1] 0	0	0xb8000000 - 0xbfffffff (0x8000000) MX[B]
	[2] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[3] -1	0	0x00000000 - 0x00000000 (0x1) MX[B]
	[4] -1	0	0xf5200000 - 0xf53fffff (0x200000) MX[B]
	[5] -1	0	0xf5004000 - 0xf5007fff (0x4000) MX[B]
	[6] -1	0	0xa0001000 - 0xa0001fff (0x1000) MX[B]
	[7] -1	0	0xa0002000 - 0xa0002fff (0x1000) MX[B]
	[8] -1	0	0xa0003000 - 0xa0003fff (0x1000) MX[B]
	[9] -1	0	0xf3001000 - 0xf3001fff (0x1000) MX[B]
	[10] -1	0	0xf3000000 - 0xf3000fff (0x1000) MX[B]
	[11] -1	0	0x80000000 - 0x8007ffff (0x80000) MX[B]
	[12] -1	0	0xb0020000 - 0xb003ffff (0x20000) MX[B](B)
	[13] -1	0	0xb0000000 - 0xb000ffff (0x10000) MX[B](B)
	[14] -1	0	0xb8000000 - 0xbfffffff (0x8000000) MX[B](B)
	[15] -1	0	0xf5000000 - 0xf5000fff (0x1000) MX[B]
	[16] -1	0	0xa0000000 - 0xa00000ff (0x100) MX[B]
	[17] -1	0	0xa0006000 - 0xa0007fff (0x2000) MX[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	0x00000400 - 0x000004ff (0x100) IX[B]
	[22] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[23] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[24] -1	0	0x00000400 - 0x000004ff (0x100) IX[B](B)
	[25] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[26] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) RADEON(0): Wrote: rd=67, fd=477, pd=1
(WW) RADEON(0): Direct rendering not yet supported on Radeon 9500/9700 and newer cards
(II) RADEON(0): Memory manager initialized to (0,0) (1536,8191)
(II) RADEON(0): Reserved area from (0,900) to (1536,902)
(II) RADEON(0): Largest offscreen area available: 1536 x 7289
(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 902)
(II) RADEON(0): Largest offscreen area available: 1536 x 7278
(WW) RADEON(0): Option "fbdev" is not used
(II) RADEON(0): Direct rendering disabled
(==) 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" "IMPS/2"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse0: Buttons: 3
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Mouse0: ps2EnableDataReporting: succeeded
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!
(II) RADEON(0): Wrote: rd=12, fd=443, pd=0

--Multipart_Wed_Oct_15_05:14:11_2003-1--