Still no luck.  Now when I run "startx -- -layout external-21in" the 
server dies with signal 11.  The default layout works fine.  I'm 
attaching my XF86Config-4 and also the server log output.  For those 
who came late to the party, I'm trying to get dual-head working on a 
Dell Inspiron 4150 laptop, ATI Radeon M7 LW (Mobility 7500), XFree86 
4.2.1 from Mandrake 9.0 RPM.  

I've tried playing with enabling/disabling:
        * Direct rendering (it's automatically disabled if you try to enable it 
-- it can't handle dual-head)
        * SWcursor
        * Different resolutions on the external monitor
        * Different color depths
        * Specifying/not specifying BusID in the Device sections

One possibly irrelevant fact:  Mirroring works fine using the CRT/LCD 
button on the laptop (Fn+F8).  The 60Hz refresh rate is unpleasant, 
though.

Any other suggestions?

By the way, Stefan, I haven't tried booting with the monitor attached 
yet.  I'll let you know the result when I do.

-- 
>>>-- Nathaniel Gray -- Caltech Computer Science ------>
>>>-- Mojave Project -- http://mojave.cs.caltech.edu -->

(Search for ===== to find divisions between files)

[n8gray@golux2 n8gray]$ lspci | grep VGA
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility 
M7 LW

================ Begin  XF86Config-4 ================

Section "Files"
    # Multiple FontPath entries are allowed (they are concatenated 
together)
    # By default, Mandrake 6.0 and later now use a font server 
independent of
    # the X server to render fonts.
    FontPath "unix/:-1"
EndSection

Section "ServerFlags"
    #DontZap # disable <Crtl><Alt><BS> (server abort)
    AllowMouseOpenFail # allows the server to start up even if the mouse 
doesn't work
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    Load "dri" # direct rendering
EndSection

Section "DRI"
    Mode 0666
EndSection

####################### Input Devices ############################

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "Keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us+ctrl(swapcaps)"
    # Option "XkbOptions" ""
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "GlidePointPS/2"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons"  "True"
    Option "Emulate3Timeout"  "100"
    Option "Buttons" "5"
    Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier  "USB Mouse"
    Driver      "mouse"
    Option "Protocol"     "IMPS/2"
    Option "Device"       "/dev/input/mice"
    Option "Buttons"      "5"
    # I use 3 button emulation on this mouse just for the hell of it
    Option "Emulate3Buttons"  "True"
    Option "Emulate3Timeout"  "100"
    Option "ZAxisMapping" "4 5"
EndSection

####################### Display Adapters ############################

Section "Device"
    Identifier "radeon-lcd"
    VendorName "ATI"
    BoardName "ATI Radeon"
    Driver "ati"
    Screen 0
    BusID  "PCI:1:0:0"
    # Option "AGPMode" "2"
    # Option "SWcursor" "on"
EndSection

Section "Device"
    Identifier "radeon-external"
    VendorName "ATI"
    BoardName "ATI Radeon"
    Driver "ati"
    Screen 1
    BusID  "PCI:1:0:0"
    # Option "AGPMode" "2"
    # Option "SWcursor" "on"
EndSection

####################### Monitors ############################

Section "Monitor"
    Identifier "lcd"
    VendorName "Generic"
    ModelName "Flat Panel 1400x1050"
    # HorizSync 31.5-90
    # VertRefresh 59-75

    # Display size in mm to find correct DPI
    # This might solve font problems (or cause new ones :-)
    DisplaySize 285 214
    
    # Sony Vaio C1(X,XS,VE,VN)?
    # 1024x480 @ 85.6 Hz, 48 kHz hsync
    # ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  
563 -hsync -vsync
    
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    # ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  
630
    
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    # ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  
616
EndSection

Section "Monitor"
    Identifier "external-21in"
    # HorizSync 31.5-120
    # VertRefresh 60-85
    Option "DPMS"
EndSection

####################### Screens ############################

Section "Screen"
    Identifier "lcd-screen"
    Device "radeon-lcd"
    Monitor "lcd"
    DefaultDepth 16
    
    Subsection "Display"
        Depth 8
        Modes "1400x1050" "1280x1024" "1152x864" "1024x768" "800x600" 
"640x480"
    EndSubsection
    
    Subsection "Display"
        Depth 15
        Modes "1400x1050" "1280x1024" "1152x864" "1024x768" "800x600" 
"640x480"
    EndSubsection
    
    Subsection "Display"
        Depth 16
        Modes "1400x1050" "1280x1024" "1152x864" "1024x768" "800x600" 
"640x480"
    EndSubsection
    
    Subsection "Display"
        Depth 24
        Modes "1400x1050" "1280x1024" "1152x864" "1024x768" "800x600" 
"640x480"
    EndSubsection
EndSection

Section "Screen"
    Identifier "external-21in-screen"
    Device "radeon-external"
    Monitor "external-21in"
    DefaultDepth 16
    
    Subsection "Display"
        Depth 16
        Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" 
"640x480"
    EndSubsection
    
    Subsection "Display"
        Depth 24
        Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" 
"640x480"
    EndSubsection
EndSection

####################### ServerLayouts ############################

Section "ServerLayout"
    Identifier "default"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "USB Mouse" "SendCoreEvents"
    Screen "lcd-screen"
EndSection

Section "ServerLayout
    Identifier "external-21in"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "USB Mouse" "SendCoreEvents"
    Screen "lcd-screen"
    Screen "external-21in-screen" RightOf "lcd-screen"
EndSection

================ End XF86Config-4 ================

================ Begin XFree86.0.log ================

XFree86 Version 4.2.1 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 3 September 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.18-23mdkenterprise i686 [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: Thu Jan 23 13:06:18 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(++) ServerLayout "external-21in"
(**) |-->Screen "lcd-screen" (0)
(**) |   |-->Monitor "lcd"
(**) |   |-->Device "radeon-lcd"
(**) |-->Screen "external-21in-screen" (1)
(**) |   |-->Monitor "external-21in"
(**) |   |-->Device "radeon-external"
(**) |-->Input Device "Keyboard1"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us+ctrl(swapcaps)"
(**) XKB: layout: "us+ctrl(swapcaps)"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "USB Mouse"
(**) FontPath set to "unix/:-1"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
Using vt 7
(--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.1
        XFree86 Video Driver: 0.5
        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/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
        compiled for 4.2.1, 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/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(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,1a30 card 0000,0000 rev 04 class 06,00,00 
hdr 00
(II) PCI: 00:01:0: chip 8086,1a31 card 0000,0000 rev 04 class 06,04,00 
hdr 01
(II) PCI: 00:1d:0: chip 8086,2482 card 8086,4541 rev 02 class 0c,03,00 
hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 42 class 06,04,00 
hdr 01
(II) PCI: 00:1f:0: chip 8086,248c card 0000,0000 rev 02 class 06,01,00 
hdr 80
(II) PCI: 00:1f:1: chip 8086,248a card 8086,4541 rev 02 class 01,01,8a 
hdr 00
(II) PCI: 00:1f:5: chip 8086,2485 card 1013,5959 rev 02 class 04,01,00 
hdr 00
(II) PCI: 00:1f:6: chip 8086,2486 card 14f1,5421 rev 02 class 07,03,00 
hdr 00
(II) PCI: 01:00:0: chip 1002,4c57 card 1028,012b rev 00 class 03,00,00 
hdr 00
(II) PCI: 02:00:0: chip 10b7,9200 card 1028,012a rev 78 class 02,00,00 
hdr 00
(II) PCI: 02:01:0: chip 104c,ac51 card e000,0000 rev 00 class 06,07,00 
hdr 82
(II) PCI: 02:01:1: chip 104c,ac51 card e800,0000 rev 00 class 06,07,00 
hdr 82
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0e (VGA_EN is set)
(II) Bus 1 I/O range:
        [0] -1  0x0000c000 - 0x0000c0ff (0x100) IX[B]
        [1] -1  0x0000c400 - 0x0000c4ff (0x100) IX[B]
        [2] -1  0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [3] -1  0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0xfc000000 - 0xfdffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
(II) Bus 2: bridge is at (0:30:0), (0,2,16), BCTRL: 0x06 (VGA_EN is 
cleared)
(II) Bus 2 I/O range:
        [0] -1  0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [1] -1  0x0000e400 - 0x0000e4ff (0x100) IX[B]
        [2] -1  0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [3] -1  0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [4] -1  0x0000f000 - 0x0000f0ff (0x100) IX[B]
        [5] -1  0x0000f400 - 0x0000f4ff (0x100) IX[B]
        [6] -1  0x0000f800 - 0x0000f8ff (0x100) IX[B]
        [7] -1  0x0000fc00 - 0x0000fcff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0xf4000000 - 0xfbffffff (0x8000000) MX[B]
(II) Bus 2 prefetchable memory range:
(II) Bus -1: bridge is at (0:31:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is 
set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(1:0:0) ATI Radeon Mobility M7 LW rev 0, Mem @ 0xe0000000/27, 
0xfcff0000/16, I/O @ 0xc000/8
(II) Addressable bus resource ranges are
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
        [0] -1  0xf8fffc00 - 0xf8fffc7f (0x80) MX[B]
        [1] -1  0x20000000 - 0x200003ff (0x400) MX[B]
        [2] -1  0xe8000000 - 0xebffffff (0x4000000) MX[B]
        [3] -1  0xfcff0000 - 0xfcffffff (0x10000) MX[B](B)
        [4] -1  0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
        [5] -1  0x0000ec80 - 0x0000ecff (0x80) IX[B]
        [6] -1  0x0000dc00 - 0x0000dc7f (0x80) IX[B]
        [7] -1  0x0000d400 - 0x0000d4ff (0x100) IX[B]
        [8] -1  0x0000dc80 - 0x0000dcbf (0x40) IX[B]
        [9] -1  0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [10] -1 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
        [11] -1 0x00000374 - 0x00000374 (0x1) IX[B]
        [12] -1 0x00000170 - 0x00000177 (0x8) IX[B]
        [13] -1 0x000003f4 - 0x000003f4 (0x1) IX[B]
        [14] -1 0x000001f0 - 0x000001f7 (0x8) IX[B]
        [15] -1 0x0000bf80 - 0x0000bf9f (0x20) IX[B]
        [16] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0xf8fffc00 - 0xf8fffc7f (0x80) MX[B]
        [1] -1  0x20000000 - 0x200003ff (0x400) MX[B]
        [2] -1  0xe8000000 - 0xebffffff (0x4000000) MX[B]
        [3] -1  0xfcff0000 - 0xfcffffff (0x10000) MX[B](B)
        [4] -1  0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
        [5] -1  0x0000ec80 - 0x0000ecff (0x80) IX[B]
        [6] -1  0x0000dc00 - 0x0000dc7f (0x80) IX[B]
        [7] -1  0x0000d400 - 0x0000d4ff (0x100) IX[B]
        [8] -1  0x0000dc80 - 0x0000dcbf (0x40) IX[B]
        [9] -1  0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [10] -1 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
        [11] -1 0x00000374 - 0x00000374 (0x1) IX[B]
        [12] -1 0x00000170 - 0x00000177 (0x8) IX[B]
        [13] -1 0x000003f4 - 0x000003f4 (0x1) IX[B]
        [14] -1 0x000001f0 - 0x000001f7 (0x8) IX[B]
        [15] -1 0x0000bf80 - 0x0000bf9f (0x20) IX[B]
        [16] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xf8fffc00 - 0xf8fffc7f (0x80) MX[B]
        [6] -1  0x20000000 - 0x200003ff (0x400) MX[B]
        [7] -1  0xe8000000 - 0xebffffff (0x4000000) MX[B]
        [8] -1  0xfcff0000 - 0xfcffffff (0x10000) MX[B](B)
        [9] -1  0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
        [10] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [11] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [12] -1 0x0000ec80 - 0x0000ecff (0x80) IX[B]
        [13] -1 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
        [14] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]
        [15] -1 0x0000dc80 - 0x0000dcbf (0x40) IX[B]
        [16] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [17] -1 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
        [18] -1 0x00000374 - 0x00000374 (0x1) IX[B]
        [19] -1 0x00000170 - 0x00000177 (0x8) IX[B]
        [20] -1 0x000003f4 - 0x000003f4 (0x1) IX[B]
        [21] -1 0x000001f0 - 0x000001f7 (0x8) IX[B]
        [22] -1 0x0000bf80 - 0x0000bf9f (0x20) IX[B]
        [23] -1 0x0000c000 - 0x0000c0ff (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.2.1, 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: "v4l"
(II) Loading /usr/X11R6/lib/modules/drivers/linux/v4l_drv.o
(II) Module v4l: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 0.0.1
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.2.1, 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) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.2.1, 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: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 1.1.10
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(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.2.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
        compiled for 4.2.1, 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/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 6.4.7
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.3
(II) v4l driver for Video4Linux
(II) ATI: ATI driver (version 6.4.7) for chipsets: ati, ativga
(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 LW (AGP), ATI Radeon Mobility LX (AGP),
        ATI Radeon Mobility LY (AGP), ATI Radeon Mobility LZ (AGP),
        ATI Radeon 8500 QL (AGP), ATI Radeon 8500 BB (AGP),
        ATI Radeon 7500 QW (AGP)
(II) Primary Device is: PCI 01:00:0
(II) ATI:  Candidate "Device" section "radeon-lcd".
(II) ATI:  Candidate "Device" section "radeon-external".
(--) Chipset ATI Radeon Mobility LW (AGP) found
(--) Chipset ATI Radeon Mobility LW (AGP) found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xf8fffc00 - 0xf8fffc7f (0x80) MX[B]
        [6] -1  0x20000000 - 0x200003ff (0x400) MX[B]
        [7] -1  0xe8000000 - 0xebffffff (0x4000000) MX[B]
        [8] -1  0xfcff0000 - 0xfcffffff (0x10000) MX[B](B)
        [9] -1  0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
        [10] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [11] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [12] -1 0x0000ec80 - 0x0000ecff (0x80) IX[B]
        [13] -1 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
        [14] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]
        [15] -1 0x0000dc80 - 0x0000dcbf (0x40) IX[B]
        [16] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [17] -1 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
        [18] -1 0x00000374 - 0x00000374 (0x1) IX[B]
        [19] -1 0x00000170 - 0x00000177 (0x8) IX[B]
        [20] -1 0x000003f4 - 0x000003f4 (0x1) IX[B]
        [21] -1 0x000001f0 - 0x000001f7 (0x8) IX[B]
        [22] -1 0x0000bf80 - 0x0000bf9f (0x20) IX[B]
        [23] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 4.0.1
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(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  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xf8fffc00 - 0xf8fffc7f (0x80) MX[B]
        [6] -1  0x20000000 - 0x200003ff (0x400) MX[B]
        [7] -1  0xe8000000 - 0xebffffff (0x4000000) MX[B]
        [8] -1  0xfcff0000 - 0xfcffffff (0x10000) MX[B](B)
        [9] -1  0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
        [10] 0  0x000a0000 - 0x000affff (0x10000) MS[B]
        [11] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [12] 0  0x000b8000 - 0x000bffff (0x8000) MS[B]
        [13] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [14] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [15] -1 0x0000ec80 - 0x0000ecff (0x80) IX[B]
        [16] -1 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
        [17] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]
        [18] -1 0x0000dc80 - 0x0000dcbf (0x40) IX[B]
        [19] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [20] -1 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
        [21] -1 0x00000374 - 0x00000374 (0x1) IX[B]
        [22] -1 0x00000170 - 0x00000177 (0x8) IX[B]
        [23] -1 0x000003f4 - 0x000003f4 (0x1) IX[B]
        [24] -1 0x000001f0 - 0x000001f7 (0x8) IX[B]
        [25] -1 0x0000bf80 - 0x0000bf9f (0x20) IX[B]
        [26] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
        [27] 0  0x000003b0 - 0x000003bb (0xc) IS[B]
        [28] 0  0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(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.2.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(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/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon Mobility LW (AGP)" (ChipID = 
0x4c57)
(--) RADEON(0): Linear framebuffer at 0xe0000000
(--) RADEON(0): MMIO registers at 0xfcff0000
(--) RADEON(0): VideoRAM: 32768 kByte (64-bit DDR SDRAM)
(II) RADEON(0): Primary Display == Type 2
(II) RADEON(0): Panel ID string: Samsung LTN150P1-L02    
(II) RADEON(0): Panel Size from BIOS: 1400x1050
(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.2.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(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.2.1, module version = 1.2.0
        ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(II) RADEON(0): VESA BIOS detected
(II) RADEON(0): VESA VBE Version 2.0
(II) RADEON(0): VESA VBE Total Mem: 32768 kB
(II) RADEON(0): VESA VBE OEM: ATI MOBILITY RADEON 7500
(II) RADEON(0): VESA VBE OEM Software Rev: 1.0
(II) RADEON(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) RADEON(0): VESA VBE OEM Product: P7  
(II) RADEON(0): VESA VBE OEM Product Rev: 01.00
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) RADEON(0): VESA VBE DDC supported
(II) RADEON(0): VESA VBE DDC Level none
(II) RADEON(0): VESA VBE DDC transfer in appr. 2 sec.
(II) RADEON(0): VESA VBE DDC read failed
(==) RADEON(0): Write-combining range (0xe0000000,0x2000000)
(II) RADEON(0): PLL parameters: rf=2700 rd=12 min=12000 max=35000; 
xclk=16600
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(--) RADEON(0): Virtual size is 1400x1050 (pitch 1408)
(**) RADEON(0): Mode "1400x1050"
(**) RADEON(0): Mode "1280x1024"
(**) RADEON(0): Mode "1152x864"
(**) RADEON(0): Mode "1024x768"
(**) RADEON(0): Mode "800x600"
(**) RADEON(0): Mode "640x480"
(**) RADEON(0): Display dimensions: (285, 214) mm
(**) RADEON(0): DPI set to (124, 124)
(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.2.1, 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/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(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.2.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(II) RADEON(0): Depth moves disabled by default
(!!) RADEON(0): For information on using the multimedia capabilities
 of this adapter, please see http://gatos.sf.net.
(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): 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/linux/libint10.a
(II) RADEON(1): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(1): Chipset: "ATI Radeon Mobility LW (AGP)" (ChipID = 
0x4c57)
(--) RADEON(1): Linear framebuffer at 0xe0000000
(--) RADEON(1): MMIO registers at 0xfcff0000
(--) RADEON(1): VideoRAM: 16384 kByte (64-bit DDR SDRAM)
(II) RADEON(1): Secondary Display == Type 1
(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): I2C device "DDC:ddc2" registered.
(II) RADEON(1): I2C device "DDC:ddc2" removed.
(II) RADEON(1): I2C device "DDC:ddc2" registered.
(II) RADEON(1): I2C device "DDC:ddc2" removed.
(II) RADEON(1): I2C EDID Info:
(II) RADEON(1): Manufacturer: DEL  Model: 5178  Serial#: 892356430
(II) RADEON(1): Year: 2000  Week: 18
(II) RADEON(1): EDID Version: 1.2
(II) RADEON(1): Analog Display Input,  Input Voltage Level: 0.700/0.300 
V
(II) RADEON(1): Sync:  Separate  Composite  SyncOnGreen
(II) RADEON(1): Max H-Image Size [cm]: horiz.: 37  vert.: 27
(II) RADEON(1): Gamma: 2.50
(II) RADEON(1): DPMS capabilities: StandBy Suspend Off; RGB/Color 
Display
(II) RADEON(1): First detailed timing is preferred mode
(II) RADEON(1): GTF timings supported
(II) RADEON(1): redX: 0.625 redY: 0.340   greenX: 0.280 greenY: 0.605
(II) RADEON(1): blueX: 0.155 blueY: 0.070   whiteX: 0.283 whiteY: 0.298
(II) RADEON(1): Supported VESA Video Modes:
(II) RADEON(1): 720x400@70Hz
(II) RADEON(1): 640x480@60Hz
(II) RADEON(1): 640x480@75Hz
(II) RADEON(1): 800x600@60Hz
(II) RADEON(1): 800x600@75Hz
(II) RADEON(1): 1024x768@60Hz
(II) RADEON(1): 1024x768@75Hz
(II) RADEON(1): 1280x1024@75Hz
(II) RADEON(1): Manufacturer's mask: 0
(II) RADEON(1): Supported Future Video Modes:
(II) RADEON(1): #0: hsize: 1280  vsize 1024  refresh: 85  vid: 39297
(II) RADEON(1): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) RADEON(1): #2: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) RADEON(1): #3: hsize: 1600  vsize 1200  refresh: 75  vid: 20393
(II) RADEON(1): #4: hsize: 1600  vsize 1200  refresh: 85  vid: 22953
(II) RADEON(1): Supported additional Video Mode:
(II) RADEON(1): clock: 94.5 MHz   Image Size:  352 x 264 mm
(II) RADEON(1): h_active: 1024  h_sync: 1072  h_sync_end 1168 
h_blank_end 1376 h_border: 0
(II) RADEON(1): v_active: 768  v_sync: 769  v_sync_end 772 v_blanking: 
808 v_border: 0
(II) RADEON(1): Serial No: 8376T04R50GN
(II) RADEON(1): Monitor name: DELL P991
(II) RADEON(1): Ranges: V min: 48  V max: 120 Hz, H min: 30  H max: 107 
kHz, PixClock max 230 MHz
(II) RADEON(1): End of DDC Monitor info

(II) RADEON(1): PLL parameters: rf=2700 rd=12 min=12000 max=35000; 
xclk=16600
(==) RADEON(1): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(1): external-21in: Using hsync range of 30.00-107.00 kHz
(II) RADEON(1): external-21in: Using vrefresh range of 48.00-120.00 Hz
(II) RADEON(1): Clock range:  12.00 to 350.00 MHz
(WW) (1792x1344,external-21in) mode clock 261MHz exceeds DDC maximum 
230MHz
(II) RADEON(1): Not using default mode "1856x1392" (hsync out of range)
(II) RADEON(1): Not using default mode "928x696" (hsync out of range)
(WW) (1920x1440,external-21in) mode clock 234MHz exceeds DDC maximum 
230MHz
(II) RADEON(1): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(1): Not using default mode "960x720" (hsync out of range)
(--) RADEON(1): Virtual size is 1600x1200 (pitch 1600)
(**) RADEON(1): Default mode "1600x1200": 229.5 MHz, 106.2 kHz, 85.0 Hz
(II) RADEON(1): Modeline "1600x1200"  229.50  1600 1664 1856 2160  1200 
1201 1204 1250 +hsync +vsync
(**) RADEON(1): Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(II) RADEON(1): Modeline "1280x1024"  157.50  1280 1344 1504 1728  1024 
1025 1028 1072 +hsync +vsync
(**) RADEON(1): Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(II) RADEON(1): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 
865 868 900 +hsync +vsync
(**) RADEON(1): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) RADEON(1): Modeline "1024x768"   94.50  1024 1072 1168 1376  768 
769 772 808 +hsync +vsync
(**) RADEON(1): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) RADEON(1): Modeline "800x600"   56.30  800 832 896 1048  600 601 
604 631 +hsync +vsync
(**) RADEON(1): Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D)
(II) RADEON(1): Modeline "640x480"   74.25  640 672 752 864  480 480 482 
505 doublescan +hsync +vsync
(--) RADEON(1): Display dimensions: (370, 270) mm
(--) RADEON(1): DPI set to (109, 112)
(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
(II) RADEON(1): Depth moves disabled by default
(!!) 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.2.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(II) resource ranges after preInit:
        [0] 0   0xfcff0000 - 0xfcffffff (0x10000) MX[B]
        [1] 0   0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
        [2] 0   0xfcff0000 - 0xfcffffff (0x10000) MX[B]
        [3] 0   0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
        [4] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [5] -1  0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
        [6] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [7] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [8] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [9] -1  0xf8fffc00 - 0xf8fffc7f (0x80) MX[B]
        [10] -1 0x20000000 - 0x200003ff (0x400) MX[B]
        [11] -1 0xe8000000 - 0xebffffff (0x4000000) MX[B]
        [12] -1 0xfcff0000 - 0xfcffffff (0x10000) MX[B](B)
        [13] -1 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
        [14] 0  0x000a0000 - 0x000affff (0x10000) MS[B]
        [15] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [16] 0  0x000b8000 - 0x000bffff (0x8000) MS[B]
        [17] 0  0x0000c000 - 0x0000c0ff (0x100) IX[B]
        [18] 0  0x0000c000 - 0x0000c0ff (0x100) IX[B]
        [19] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [20] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [21] -1 0x0000ec80 - 0x0000ecff (0x80) IX[B]
        [22] -1 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
        [23] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]
        [24] -1 0x0000dc80 - 0x0000dcbf (0x40) IX[B]
        [25] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [26] -1 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
        [27] -1 0x00000374 - 0x00000374 (0x1) IX[B]
        [28] -1 0x00000170 - 0x00000177 (0x8) IX[B]
        [29] -1 0x000003f4 - 0x000003f4 (0x1) IX[B]
        [30] -1 0x000001f0 - 0x000001f7 (0x8) IX[B]
        [31] -1 0x0000bf80 - 0x0000bf9f (0x20) IX[B]
        [32] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
        [33] 0  0x000003b0 - 0x000003bb (0xc) IS[B]
        [34] 0  0x000003c0 - 0x000003df (0x20) IS[B]
(==) RADEON(0): Write-combining range (0xe0000000,0x1000000)
(WW) RADEON(0): Cannot read colourmap from VGA.  Will restore with 
default
(II) RADEON(0): Starting up Xvideo subsystems
(II) RADEON(0): membase=0xe0000000 memsize=0x04000000 agpSize=0x00000008
(WW) RADEON(0): Direct Rendering Disabled -- Dual-head configuration is 
not working with DRI at present.
Please use only one Device/Screen section in your XFConfig file.
(II) RADEON(0): Memory manager initialized to (0,0) (1408,5957)
(II) RADEON(0): Reserved area from (0,1050) to (1408,1052)
(II) RADEON(0): Largest offscreen area available: 1408 x 4905
(==) RADEON(0): Backing store disabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using MMIO based acceleration
(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
                15 512x512 slots
(II) RADEON(0): Acceleration enabled
(II) RADEON(0): Using hardware cursor (scanline 2104)
(II) RADEON(0): Largest offscreen area available: 1408 x 4903

Fatal server error:
Caught signal 11.  Server aborting


When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to [EMAIL PROTECTED]

(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) RADEON(0): Shutting down Xvideo subsystems
(II) RADEON(0): membase=0xe0000000 memsize=0x04000000 agpSize=0x00000008

_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to