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

DRM/DRI crashes X server



I *believe* I finally I have DRM and DRI set up properly.  The problem
is, now if I do any GL operation, the Xserver crashes immediately.

If I run glxinfo, or glxgears, etc...  the Xserver crashes at once.

This is on the 2.4.20-benh-10 kernel with the drm kernel modules from
drm-trunk-module-src.  The machine is a cube, the video card is a Radeon
QD on a DFP monitor running at 1600x1024 16bpp.

Find attached my XF86Config-4 and XFree86.log.

This is on debian woody ppc with the dri-trunk X from:
http://people.debian.org/~daenzer/dri-trunk/

I have installed the xlibmesa3-dri-trunk from the above source as well.

Any comments would be appreciated.
-- 
boykin@pobox.com    http://pobox.com/~boykin    jabber: johnynek@jabber.org
fingerprint=159A FA02 DF12 E72F B68F  5B2D C368 3BCA 36D7 CF28
This is why the internet is cool: http://worldofends.com/
# XF86Config-4 (XFree86 server configuration file) generated by Dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)

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

Section "ServerFlags"
EndSection

Section "Module"
SubSection "extmod"
#Option "omit xfree86-dga"
EndSubSection
        Load    "GLcore"
        Load    "dbe"
        Load    "glx"
        Load    "pex5"
        Load    "record"
        Load    "xie"
        Load    "bitmap"
        Load    "type1"
        Load    "speedo"
#        Load    "freetype"
        Load    "dri"
        Load    "extmod"
	#POB added:
	Load	"int10"
	Load	"drm"
	Load	"vbe"
#	Load	"ddc"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
#        Option          "XkbKeycodes"   "macintosh"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
#       Option          "XkbModel"      "pc104"
#       Option          "XkbLayout"     "us"
        Option          "XkbGeometry"   "macintosh"
        Option          "XkbSymbols"    "macintosh/us"

EndSection

Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
#       Option          "CorePointer"
        Option          "Device"                "/dev/mouse"
        Option          "Protocol"              "IMPS/2"
#       Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "Generic Video Card"
#        Driver          "r128"
#        Driver		"radeon"
         Driver		"ati"
#	 Driver		"fbdev"
#        Option          "NoAccel"
        Option          "UseFBDev"
	Option "DMAForXv"
	Option		"Display"	"FP"
	Option		"PanelWidth"	"1600"
	Option		"PanelHeight"	"1024"
        Option          "ShadowFB"
#	Option		"MonitorLayout" "CRT"
        BusID           "PCI:0:16:0"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        HorizSync       30-120
        VertRefresh     48-160
        Option          "DPMS"

#below is from fbset -x


Mode "1600x1024"
    # D: 112.271 MHz, H: 62.097 kHz, V: 59.939 Hz
    DotClock 112.272
    HTimings 1600 1688 1704 1808
    VTimings 1024 1025 1026 1036
    Flags    "+HSync" "+VSync"
EndMode

# Apple 22" Cinema Display
#Modeline "1600x1024" 108.004 1600 1616 1656 1704  1024 1027 1030 1056 -hsync -vsync

EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        DefaultDepth    16 
        SubSection "Display"
                Depth 15
                Modes "1600x1024"
        EndSubSection
        SubSection "Display"
                Depth 16
                Modes "1600x1024"
        EndSubSection
        SubSection "Display"
                Depth 24
                Modes "1600x1024"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Generic Mouse" "CorePointer"
EndSection

Section "DRI"
       Mode    0666
EndSection

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

XFree86 Version 4.2.99.2 (DRI trunk) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 21 October 2002
	If the server is older than 6-12 months, or if your card is
	newer than the above date, look for a newer version before
	reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.20-ben1-xfs-ck ppc [ELF] 
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 May 17 17:52:13 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Generic Video Card"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbGeometry" "macintosh"
(**) XKB: geometry: "macintosh"
(**) Option "XkbSymbols" "macintosh/us"
(**) XKB: symbols: "macintosh/us"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Generic Mouse"
(WW) `fonts.dir' not found (or not valid) in "/usr/lib/X11/fonts/TrueType".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/lib/X11/fonts/TrueType").
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/TrueType/larabie-straight,/usr/lib/X11/fonts/TrueType/mscore,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(**) RgbPath set to "/usr/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules-dri-trunk"
(++) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.6
	XFree86 XInput driver : 0.3
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.2.99.2, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.2.99.2, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:0b:0: chip 106b,0020 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:10:0: chip 1002,5144 card 1002,0908 rev 00 class 03,00,00 hdr 00
(II) PCI: 10:0b:0: chip 106b,001f card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 10:17:0: chip 106b,0022 card 0000,0000 rev 03 class ff,00,00 hdr 00
(II) PCI: 10:18:0: chip 106b,0019 card 0000,0000 rev 00 class 0c,03,10 hdr 00
(II) PCI: 10:19:0: chip 106b,0019 card 0000,0000 rev 00 class 0c,03,10 hdr 00
(II) PCI: 10:1a:0: chip 104c,8020 card 0000,0000 rev 00 class 0c,00,10 hdr 00
(II) PCI: 20:0b:0: chip 106b,001e card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 20:0f:0: chip 106b,0021 card 0000,0000 rev 01 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,32), 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,32), 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) Host-to-PCI bridge:
(II) Bus 32: bridge is at (32:11:0), (32,32,32), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 32 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 32 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 32 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(--) PCI:*(0:16:0) ATI Technologies Inc Radeon R100 QD [Radeon 64 DDR] rev 0, Mem @ 0x98000000/27, 0x90080000/19, I/O @ 0x0400/8, BIOS @ 0x90000000/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	0x80081000 - 0x80081fff (0x1000) MX[B]
	[2] -1	0	0x80082000 - 0x80082fff (0x1000) MX[B]
	[3] -1	0	0x80000000 - 0x8007ffff (0x80000) MX[B]
	[4] -1	0	0x90000000 - 0x9001ffff (0x20000) MX[B](B)
	[5] -1	0	0x90080000 - 0x900fffff (0x80000) MX[B](B)
	[6] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[7] -1	0	0x00000400 - 0x000004ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
	[0] -1	0	0x80084000 - 0x80087fff (0x4000) MX[B]
	[1] -1	0	0x80080000 - 0x800807ff (0x800) MX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xf5200000 - 0xf53fffff (0x200000) MX[B]
	[1] -1	0	0x80081000 - 0x80081fff (0x1000) MX[B]
	[2] -1	0	0x80082000 - 0x80082fff (0x1000) MX[B]
	[3] -1	0	0x80000000 - 0x8007ffff (0x80000) MX[B]
	[4] -1	0	0x90000000 - 0x9001ffff (0x20000) MX[B](B)
	[5] -1	0	0x90080000 - 0x900fffff (0x80000) MX[B](B)
	[6] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[7] -1	0	0x00000400 - 0x000004ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0	0x80084000 - 0x80087fff (0x4000) MX[B]
	[1] -1	0	0x80080000 - 0x800807ff (0x800) 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	0x80081000 - 0x80081fff (0x1000) MX[B]
	[4] -1	0	0x80082000 - 0x80082fff (0x1000) MX[B]
	[5] -1	0	0x80000000 - 0x8007ffff (0x80000) MX[B]
	[6] -1	0	0x90000000 - 0x9001ffff (0x20000) MX[B](B)
	[7] -1	0	0x90080000 - 0x900fffff (0x80000) MX[B](B)
	[8] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[9] -1	0	0x80084000 - 0x80087fff (0x4000) MX[B]
	[10] -1	0	0x80080000 - 0x800807ff (0x800) MX[B]
	[11] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[12] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[13] -1	0	0x00000400 - 0x000004ff (0x100) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.2.99.2, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(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: "GLcore"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.2.99.2, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.2.99.2, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.2.99.2, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Reloading /usr/X11R6/lib/modules-dri-trunk/extensions/libGLcore.a
(II) Loading extension GLX
(II) LoadModule: "pex5"
(WW) Warning, couldn't open module pex5
(II) UnloadModule: "pex5"
(EE) Failed to load module "pex5" (module does not exist, 0)
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.2.99.2, module version = 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "xie"
(WW) Warning, couldn't open module xie
(II) UnloadModule: "xie"
(EE) Failed to load module "xie" (module does not exist, 0)
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules-dri-trunk/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.2.99.2, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.2.99.2, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Speedo
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
	compiled for 4.2.99.2, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
	compiled for 4.2.99.2, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Reloading /usr/X11R6/lib/modules-dri-trunk/extensions/libextmod.a
(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: "int10"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.2.99.2, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "drm"
(II) Reloading /usr/X11R6/lib/modules-dri-trunk/linux/libdrm.a
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
	compiled for 4.2.99.2, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
	compiled for 4.2.99.2, module version = 6.4.14
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.2.99.2, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.3
(II) ATI: ATI driver (version 6.4.14) for chipset: ati
(II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI),
	ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI),
	ATI Rage 128 RL (AGP), ATI Rage 128 SM (AGP),
	ATI Rage 128 Pro PD (PCI), ATI Rage 128 Pro PF (AGP),
	ATI Rage 128 Pro PP (PCI), ATI Rage 128 Pro PR (PCI),
	ATI Rage 128 Pro ULTRA TF (AGP), ATI Rage 128 Pro ULTRA TL (AGP),
	ATI Rage 128 Pro ULTRA TR (AGP), ATI Rage 128 Mobility LE (PCI),
	ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP),
	ATI Rage 128 Mobility ML (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 QY (AGP), ATI Radeon VE QZ (AGP),
	ATI Radeon Mobility M7 LW (AGP), ATI Radeon Mobility M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI Radeon 8500 QL (AGP), ATI Radeon 8500 QN (AGP),
	ATI Radeon 8500 QO (AGP), ATI Radeon 8500 Ql (AGP),
	ATI Radeon 8500 BB (AGP), ATI Radeon 7500 QW (AGP),
	ATI Radeon 7500 QX (AGP), ATI Radeon 9000 Id (AGP),
	ATI Radeon 9000 Ie (AGP), ATI Radeon 9000 If (AGP),
	ATI Radeon 9000 Ig (AGP), ATI Radeon Mobility M9 Ld (AGP),
	ATI Radeon Mobility M9 Le (AGP), ATI Radeon Mobility M9 Lf (AGP),
	ATI Radeon Mobility M9 Lg (AGP), ATI Radeon 9700 ND (AGP),
	ATI Radeon 9700 NE (AGP), ATI Radeon 9700 NF (AGP),
	ATI Radeon 9700 NG (AGP)
(II) Primary Device is: PCI 00:10:0
(II) ATI:  Candidate "Device" section "Generic Video Card".
(--) Chipset ATI Radeon QD (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	0x80081000 - 0x80081fff (0x1000) MX[B]
	[4] -1	0	0x80082000 - 0x80082fff (0x1000) MX[B]
	[5] -1	0	0x80000000 - 0x8007ffff (0x80000) MX[B]
	[6] -1	0	0x90000000 - 0x9001ffff (0x20000) MX[B](B)
	[7] -1	0	0x90080000 - 0x900fffff (0x80000) MX[B](B)
	[8] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[9] -1	0	0x80084000 - 0x80087fff (0x4000) MX[B]
	[10] -1	0	0x80080000 - 0x800807ff (0x800) MX[B]
	[11] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[12] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[13] -1	0	0x00000400 - 0x000004ff (0x100) IX[B](B)
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/drivers/radeon_drv.o
(II) Module radeon: vendor="The XFree86 Project"
	compiled for 4.2.99.3, module version = 4.0.1
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.6
(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	0x80081000 - 0x80081fff (0x1000) MX[B]
	[4] -1	0	0x80082000 - 0x80082fff (0x1000) MX[B]
	[5] -1	0	0x80000000 - 0x8007ffff (0x80000) MX[B]
	[6] -1	0	0x90000000 - 0x9001ffff (0x20000) MX[B](B)
	[7] -1	0	0x90080000 - 0x900fffff (0x80000) MX[B](B)
	[8] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[9] -1	0	0x80084000 - 0x80087fff (0x4000) MX[B]
	[10] -1	0	0x80080000 - 0x800807ff (0x800) MX[B]
	[11] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[12] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[13] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[16] -1	0	0x00000400 - 0x000004ff (0x100) IX[B](B)
	[17] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[18] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.2.99.2, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.6
(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 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 "UseFBDev"
(==) RADEON(0): RGB weight 565
(II) RADEON(0): Using 6 bits per RGB (8 bit DAC)
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/linux/libfbdevhw.a
(II) Module fbdevhw: vendor="The XFree86 Project"
	compiled for 4.2.99.2, module version = 0.0.2
	ABI class: XFree86 Video Driver, version 0.6
(**) RADEON(0): Using framebuffer device
(WW) RADEON(0): Restoring MEM_CNTL (00000000), setting to 29002901
(WW) RADEON(0): Restoring CONFIG_MEMSIZE (02000000), setting to 02000000
(--) RADEON(0): Chipset: "ATI Radeon QD (AGP)" (ChipID = 0x5144)
(--) RADEON(0): Linear framebuffer at 0x98000000
(--) RADEON(0): MMIO registers at 0x90080000
(--) RADEON(0): BIOS at 0x90000000
(--) RADEON(0): VideoRAM: 32768 kByte (64-bit DDR SDRAM)
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.2.99.2, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
	compiled for 4.2.99.2, module version = 1.2.0
	ABI class: XFree86 Video Driver, version 0.6
(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!
(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): Monitor1 EDID data ---------------------------
(II) RADEON(0): Manufacturer: APP  Model: 9216  Serial#: 33554787
(II) RADEON(0): Year: 2002  Week: 26
(II) RADEON(0): EDID Version: 1.2
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 47  vert.: 30
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
(II) RADEON(0): redX: 0.641 redY: 0.340   greenX: 0.301 greenY: 0.601
(II) RADEON(0): blueX: 0.150 blueY: 0.101   whiteX: 0.313 whiteY: 0.329
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): Manufacturer's mask: 1
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 112.3 MHz   Image Size:  470 x 301 mm
(II) RADEON(0): h_active: 1600  h_sync: 1688  h_sync_end 1704 h_blank_end 1808 h_border: 0
(II) RADEON(0): v_active: 1024  v_sync: 1025  v_sync_end 1026 v_blanking: 1036 v_border: 0
(II) RADEON(0): Monitor name: Apple Cinema
(II) RADEON(0): Monitor name: Display
(II) RADEON(0): End of Monitor1 EDID data --------------------
(II) RADEON(0): Primary Display == Type 3
(II) RADEON(0): PLL parameters: rf=2700 rd=67 min=12500 max=35000; xclk=16615
(==) 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: 1600x1024
(II) RADEON(0): Valid Mode from Detailed timing table: 1600x1024
(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: 1600x1024
(II) RADEON(0): Total number of valid FP mode(s) found: 1
(--) RADEON(0): Virtual size is 1600x1024 (pitch 1600)
(**) RADEON(0): *Mode "1600x1024": 112.3 MHz (scaled from 0.0 MHz), 62.1 kHz, 59.9 Hz
(II) RADEON(0): Modeline "1600x1024"  112.27  1600 1688 1704 1808  1024 1025 1026 1036
(++) RADEON(0): DPI set to (100, 100)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.2.99.2, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
	compiled for 4.2.99.2, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.2.99.2, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.6
(II) RADEON(0): AGP Fast Write disabled by default
(II) RADEON(0): Depth moves disabled by default
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/libshadow.a
(II) Module shadow: vendor="The XFree86 Project"
	compiled for 4.2.99.2, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.1
(**) RADEON(0): Disabling page flipping
(!!) 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	0x90080000 - 0x900fffff (0x80000) MX[B]
	[1] 0	0	0x98000000 - 0x9fffffff (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	0x80081000 - 0x80081fff (0x1000) MX[B]
	[6] -1	0	0x80082000 - 0x80082fff (0x1000) MX[B]
	[7] -1	0	0x80000000 - 0x8007ffff (0x80000) MX[B]
	[8] -1	0	0x90000000 - 0x9001ffff (0x20000) MX[B](B)
	[9] -1	0	0x90080000 - 0x900fffff (0x80000) MX[B](B)
	[10] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[11] -1	0	0x80084000 - 0x80087fff (0x4000) MX[B]
	[12] -1	0	0x80080000 - 0x800807ff (0x800) MX[B]
	[13] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[14] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[15] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[16] 0	0	0x00000400 - 0x000004ff (0x100) IX[B]
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[19] -1	0	0x00000400 - 0x000004ff (0x100) IX[B](B)
	[20] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[21] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmGetBusid returned ''
(II) RADEON(0): [drm] created "radeon" driver at busid "PCI:0:16:0"
(II) RADEON(0): [drm] added 8192 byte SAREA at 0xeb121000
(II) RADEON(0): [drm] mapped SAREA 0xeb121000 to 0x30019000
(II) RADEON(0): [drm] framebuffer handle = 0x98000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(II) RADEON(0): [agp] Mode 0x07000201 [AGP 0x106b/0x0020; Card 0x1002/0x5144]
(II) RADEON(0): [agp] 8192 kB allocated with handle 0xeb124000
(II) RADEON(0): [agp] ring handle = 0x00000000
(II) RADEON(0): [agp] Ring mapped at 0x32047000
(II) RADEON(0): [agp] ring read ptr handle = 0x00101000
(II) RADEON(0): [agp] Ring read ptr mapped at 0x3001b000
(II) RADEON(0): [agp] vertex/indirect buffers handle = 0x00102000
(II) RADEON(0): [agp] Vertex/indirect buffers mapped at 0x32148000
(II) RADEON(0): [agp] AGP texture map handle = 0x00302000
(II) RADEON(0): [agp] AGP Texture map mapped at 0x32348000
(II) RADEON(0): [drm] register handle = 0x90080000
(II) RADEON(0): [dri] Visual configs initialized
(II) RADEON(0): CP in BM mode
(II) RADEON(0): Using 8 MB AGP aperture
(II) RADEON(0): Using 1 MB for the ring buffer
(II) RADEON(0): Using 2 MB for vertex/indirect buffers
(II) RADEON(0): Using 5 MB for AGP textures
(II) RADEON(0): Memory manager initialized to (0,0) (1600,8191)
(II) RADEON(0): Reserved area from (0,1024) to (1600,1026)
(II) RADEON(0): Largest offscreen area available: 1600 x 7165
(II) RADEON(0): Will use back buffer at offset 0x9c0000
(II) RADEON(0): Will use depth buffer at offset 0xce0000
(II) RADEON(0): Will use 16384 kb for textures at offset 0x1000000
(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
	Dashed 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: 1600 x 7144
(**) Option "dpms"
(**) RADEON(0): DPMS enabled
(WW) RADEON(0): Option "DMAForXv" is not used
(WW) RADEON(0): Option "Display" is not used
(WW) RADEON(0): Option "PanelWidth" is not used
(WW) RADEON(0): Option "PanelHeight" is not used
(WW) RADEON(0): Option "ShadowFB" is not used
(II) RADEON(0): X context handle = 0x0000000d
(II) RADEON(0): [drm] installed DRM signal handler
(II) RADEON(0): [DRI] installation complete
(II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
(II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
(II) RADEON(0): [drm] dma control initialized, using IRQ 48
(II) RADEON(0): [drm] Initialized kernel agp heap manager, 5111808
(II) RADEON(0): Direct rendering enabled
Symbol xf86ForceHWCursor from module /usr/X11R6/lib/modules-dri-trunk/drivers/radeon_drv.o is unresolved!
Symbol xf86ForceHWCursor from module /usr/X11R6/lib/modules-dri-trunk/drivers/radeon_drv.o is unresolved!
Symbol xf86ForceHWCursor from module /usr/X11R6/lib/modules-dri-trunk/drivers/radeon_drv.o is unresolved!
Symbol xf86ForceHWCursor from module /usr/X11R6/lib/modules-dri-trunk/drivers/radeon_drv.o is unresolved!
Symbol xf86ForceHWCursor from module /usr/X11R6/lib/modules-dri-trunk/drivers/radeon_drv.o is unresolved!
Symbol xf86ForceHWCursor from module /usr/X11R6/lib/modules-dri-trunk/drivers/radeon_drv.o is unresolved!
Symbol xf86ForceHWCursor from module /usr/X11R6/lib/modules-dri-trunk/drivers/radeon_drv.o is unresolved!
(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
(EE) RADEON(0): FBIOPAN_DISPLAY: Invalid argument
(II) Keyboard "Generic Keyboard" handled by legacy driver
(**) Option "Protocol" "IMPS/2"
(**) Generic Mouse: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Generic Mouse: Core Pointer
(**) Option "Device" "/dev/mouse"
(**) Generic Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Generic Mouse: ZAxisMapping: buttons 4 and 5
(**) Generic Mouse: Buttons: 5
(II) XINPUT: Adding extended input device "Generic Mouse" (type: MOUSE)
succeeded
Warning: font renderer for ".pcf" registered more than once
Warning: font renderer for ".pcf.Z" registered more than once
Warning: font renderer for ".pcf.gz" registered more than once
Warning: font renderer for ".snf" registered more than once
Warning: font renderer for ".snf.Z" registered more than once
Warning: font renderer for ".snf.gz" registered more than once
Warning: font renderer for ".bdf" registered more than once
Warning: font renderer for ".bdf.Z" registered more than once
Warning: font renderer for ".bdf.gz" registered more than once
Warning: font renderer for ".pmf" registered more than once
Could not init font path element /usr/lib/X11/fonts/TrueType/larabie-straight, removing from list!
Could not init font path element /usr/lib/X11/fonts/TrueType/mscore, removing from list!
(II) 3rd Button detected: disabling emulate3Button

Attachment: pgp462fw0RZR6.pgp
Description: PGP signature


Reply to: