This is how I got my Mandrake 8.0 system running the X server on my ASUS
A7M266 / ATI RADEON A.I.W. system.
As I'm sure your'e tired of hearing, the standard configuration using
the Accelerated driver locks up without log output so theres nothing to
go on.
With all I've read in the lists the last few days, I w.a.g. ed that the
NoAccel mode might at least get me a screen up.  It did, so I'm passing
along how I did it for anyone who falls into the same hole I did.
See the attached RadeonFix.txt
Only a couple of lines changed from the XFdrake configuration but it
makes X go.

I have a couple of questions too.
There are some warnings and errors in my attached log file.  I tried to
look up APM (see the first one) in the man pages but found nothing. 
What does it do?

The system seems to be stable at the moment as I'm writing this with
Mozilla.
Finally I've heard I'll need to update my system to Kernel 2.4.10 to get
the fix for the 761 chip set and to XFree86 4.1.0 to get the most stable
accelerated server.
Your recommendation on the best sources for these (sourcefourge?) would
also be appreciated, as well as any pointers you might have.  I don't
want much do I?

I feel much better about all of this now that I have my precious GUI
back thanks in large part to all of you who contribute to the list. 
Keep up the good work.!

Thanks again
    John Seabrook
p.s. I hope attachments work for this list cause I haven't quite figured
out how to copy a KWrite buffer to Mozilla yet.


# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **********************************************************************

Section "Files"

    RgbPath     "/usr/X11R6/lib/X11/rgb"

# 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

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

    # Uncomment this to cause a core dump at the spot where a signal is
    # received.  This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    #NoTrapSignals

    # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    #DontZap

    # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
    # sequences.  This allows clients to receive these key events.
    #DontZoom

    # This  allows  the  server  to start up even if the
    # mouse device can't be opened/initialised.
    AllowMouseOpenFail

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Keyboard section
# **********************************************************************

Section "InputDevice"

    Identifier "Keyboard1"
    Driver      "Keyboard"
    Option "AutoRepeat"  "250 30"

    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"

EndSection

# **********************************************************************
# Pointer section
# **********************************************************************

Section "InputDevice"

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "Microsoft"
    Option "Device"      "/dev/ttyS1"
#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection



Section "Module"

# This loads the DBE extension module.

    Load        "dbe"


# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.

    SubSection  "extmod"
        #Option "omit xfree86-dga"
    EndSubSection

# This loads the Type1 and FreeType font modules

    Load        "type1"
    Load        "freetype"
EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"
    Identifier "Generic|Generic Monitor that can do 1280x1024 @ 74 Hz"
    VendorName "Generic"
    ModelName  "Unknown"


# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync  30-95


# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50-160


EndSection



# **********************************************************************
# Graphics device section
# **********************************************************************

Section "Device"
    Identifier "Generic VGA"
    Driver     "vga"
EndSection

Section "Device"
    Identifier  "ATI Radeon"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver      "radeon"
    VideoRam    32768
    # Clock lines


    # Uncomment following option if you see a big white block        
    # instead of the cursor!                                          
    #    Option      "sw_cursor"
    Option      "NoAccel"

#    Option      "DPMS"
EndSection



# **********************************************************************
# Screen sections
# **********************************************************************


Section "Screen"
    Identifier "screen1"
    Device      "ATI Radeon"
    Monitor     "Generic|Generic Monitor that can do 1280x1024 @ 74 Hz"
    DefaultColorDepth 24
    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x400"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       15
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection


Section "ServerLayout"
    Identifier "layout1"
    Screen     "screen1"

    InputDevice "Mouse1" "CorePointer"

    InputDevice "Keyboard1" "CoreKeyboard"
EndSection


XFree86 Version 4.0.3 / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date: 16 March 2001
        If the server is older than 6-12 months, or if your card is
        newer than the above date, look for a newer version before
        reporting problems.  (See http://www.XFree86.Org/FAQ)
Operating System: Linux 2.4.1-20mdksmp i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Fri Oct 19 09:34:27 2001
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (??) unknown.
(==) ServerLayout "layout1"
(**) |-->Screen "screen1" (0)
(**) |   |-->Monitor "Generic|Generic Monitor that can do 1280x1024 @ 74 Hz"
(**) |   |-->Device "ATI Radeon"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "250 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(**) FontPath set to "unix/:-1"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(--) using VT number 7

(WW) Open APM failed
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.1
        XFree86 Video Driver: 0.3
        XFree86 XInput driver : 0.1
        XFree86 Server Extension : 0.1
        XFree86 Font Renderer : 0.2
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.3
(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 1022,700e card 0000,0000 rev 13 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1022,700f card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:04:0: chip 1106,0686 card 1043,8040 rev 40 class 06,01,00 hdr 80
(II) PCI: 00:04:1: chip 1106,0571 card 0000,0000 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:04:2: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:04:3: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:04:4: chip 1106,3057 card 1043,8040 rev 40 class 00,00,00 hdr 00
(II) PCI: 00:05:0: chip 13f6,0111 card 1043,80e2 rev 10 class 04,01,00 hdr 00
(II) PCI: 01:05:0: chip 1002,5144 card 1002,02aa rev 00 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.3
(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) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x00 (VGA_EN is cleared)
(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: 0x08 (VGA_EN is set)
(II) Bus 1 I/O range:
        [0] -1  0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0xef000000 - 0xefefffff (0xf00000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0xeff00000 - 0xfb7fffff (0xb900000) MX[B]
(II) Bus -1: bridge is at (0:4:0), (0,-1,0), BCTRL: 0x00 (VGA_EN is cleared)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(1:5:0) ATI Radeon QD rev 0, Mem @ 0xf0000000/27, 0xef000000/19, I/O @ 
0xd800/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  0x00000000 - 0x000001ff (0x200) IX[B]E
(II) Active PCI resource ranges:
        [0] -1  0xfb800000 - 0xfb800fff (0x1000) MX[B]
        [1] -1  0xfc000000 - 0xfdffffff (0x2000000) MX[B]
        [2] -1  0xeffe0000 - 0xefffffff (0x20000) MX[B](B)
        [3] -1  0xef000000 - 0xef07ffff (0x80000) MX[B](B)
        [4] -1  0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [5] -1  0x00009400 - 0x000094ff (0x100) IX[B]
        [6] -1  0x0000b000 - 0x0000b01f (0x20) IX[B]
        [7] -1  0x0000b400 - 0x0000b41f (0x20) IX[B]
        [8] -1  0x0000b800 - 0x0000b80f (0x10) IX[B]
        [9] -1  0x0000e000 - 0x0000e003 (0x4) IX[B]
        [10] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0xfb800000 - 0xfb800fff (0x1000) MX[B]
        [1] -1  0xfc000000 - 0xfdffffff (0x2000000) MX[B]
        [2] -1  0xeffe0000 - 0xefffffff (0x20000) MX[B](B)
        [3] -1  0xef000000 - 0xef07ffff (0x80000) MX[B](B)
        [4] -1  0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [5] -1  0x00009400 - 0x000094ff (0x100) IX[B]
        [6] -1  0x0000b000 - 0x0000b01f (0x20) IX[B]
        [7] -1  0x0000b400 - 0x0000b41f (0x20) IX[B]
        [8] -1  0x0000b800 - 0x0000b80f (0x10) IX[B]
        [9] -1  0x0000e000 - 0x0000e003 (0x4) IX[B]
        [10] -1 0x0000d800 - 0x0000d8ff (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 - 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  0x00000000 - 0x000001ff (0x200) IX[B]E
(II) All system 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  0xfb800000 - 0xfb800fff (0x1000) MX[B]
        [6] -1  0xfc000000 - 0xfdffffff (0x2000000) MX[B]
        [7] -1  0xeffe0000 - 0xefffffff (0x20000) MX[B](B)
        [8] -1  0xef000000 - 0xef07ffff (0x80000) MX[B](B)
        [9] -1  0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [10] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
        [11] -1 0x00009400 - 0x000094ff (0x100) IX[B]
        [12] -1 0x0000b000 - 0x0000b01f (0x20) IX[B]
        [13] -1 0x0000b400 - 0x0000b41f (0x20) IX[B]
        [14] -1 0x0000b800 - 0x0000b80f (0x10) IX[B]
        [15] -1 0x0000e000 - 0x0000e003 (0x4) IX[B]
        [16] -1 0x0000d800 - 0x0000d8ff (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.0.3, 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: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.0.3, 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) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.2
(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.0.3, module version = 1.1.9
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font FreeType
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 4.0.1
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.3
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 6.2.3
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.3
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.1
(II) ATI: ATI driver (version 6.2.3) 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 Pro PD (AGP),
        ATI Rage 128 Pro PF (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)
(II) Primary Device is: PCI 01:05:0
(--) Assigning device section with no busID to primary device
(--) Chipset ATI Radeon QD (AGP) found
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) resource ranges after xf86ClaimFixedResources() call:
        [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  0xfb800000 - 0xfb800fff (0x1000) MX[B]
        [6] -1  0xfc000000 - 0xfdffffff (0x2000000) MX[B]
        [7] -1  0xeffe0000 - 0xefffffff (0x20000) MX[B](B)
        [8] -1  0xef000000 - 0xef07ffff (0x80000) MX[B](B)
        [9] -1  0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [10] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
        [11] -1 0x00009400 - 0x000094ff (0x100) IX[B]
        [12] -1 0x0000b000 - 0x0000b01f (0x20) IX[B]
        [13] -1 0x0000b400 - 0x0000b41f (0x20) IX[B]
        [14] -1 0x0000b800 - 0x0000b80f (0x10) IX[B]
        [15] -1 0x0000e000 - 0x0000e003 (0x4) IX[B]
        [16] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) resource ranges after probing:
        [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  0xfb800000 - 0xfb800fff (0x1000) MX[B]
        [6] -1  0xfc000000 - 0xfdffffff (0x2000000) MX[B]
        [7] -1  0xeffe0000 - 0xefffffff (0x20000) MX[B](B)
        [8] -1  0xef000000 - 0xef07ffff (0x80000) MX[B](B)
        [9] -1  0xf0000000 - 0xf7ffffff (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 0x00000000 - 0x000001ff (0x200) IX[B]E
        [14] -1 0x00009400 - 0x000094ff (0x100) IX[B]
        [15] -1 0x0000b000 - 0x0000b01f (0x20) IX[B]
        [16] -1 0x0000b400 - 0x0000b41f (0x20) IX[B]
        [17] -1 0x0000b800 - 0x0000b80f (0x10) IX[B]
        [18] -1 0x0000e000 - 0x0000e003 (0x4) IX[B]
        [19] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
        [20] 0  0x000003b0 - 0x000003bb (0xc) IS[B]
        [21] 0  0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.3
(II) RADEON(0): PCI bus 1 card 5 func 0
(**) RADEON(0): Depth 24, (--) framebuffer bpp 32
(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(**) RADEON(0): Option "NoAccel"
(==) RADEON(0): RGB weight 888
(II) RADEON(0): Using 8 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.0.3, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.3
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon QD (AGP)" (ChipID = 0x5144)
(--) RADEON(0): Linear framebuffer at 0xf0000000
(--) RADEON(0): MMIO registers at 0xef000000
(--) RADEON(0): BIOS at 0xeffe0000
(II) RADEON(0): Video RAM override, using 32768 kB instead of 32768 kB
(**) RADEON(0): VideoRAM: 32768 kByte (64-bit DDR SDRAM)
(WW) RADEON(0): Video BIOS not detected in PCI space!
(WW) RADEON(0): Attempting to read Video BIOS from legacy ISA space!
(II) RADEON(0): PLL parameters: rf=2700 rd=60 min=12000 max=35000; xclk=16600
(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.0.3, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.3
(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.0.3, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.3
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(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 RADEON
(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: RG6 
(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 2
(II) RADEON(0): VESA VBE DDC transfer in appr. 2 sec.
(II) RADEON(0): VESA VBE DDC read successfully
(II) RADEON(0): Manufacturer: KDS  Model: 1983  Serial#: 792013500
(II) RADEON(0): Year: 1999  Week: 51
(II) RADEON(0): EDID Version: 1.1
(II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) RADEON(0): Sync:  Separate  Composite
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 35  vert.: 27
(II) RADEON(0): Gamma: 2.80
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) RADEON(0): redX: 0.625 redY: 0.342   greenX: 0.280 greenY: 0.595
(II) RADEON(0): blueX: 0.155 blueY: 0.070   whiteX: 0.283 whiteY: 0.298
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 832x624@75Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) RADEON(0): #1: hsize: 1600  vsize 1200  refresh: 75  vid: 20393
(II) RADEON(0): #2: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) RADEON(0): #3: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) RADEON(0): #4: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) RADEON(0): #5: hsize: 1280  vsize 1024  refresh: 85  vid: 39297
(II) RADEON(0): Monitor name: Visual Sensat
(II) RADEON(0): Monitor name: ion VS-195e
(II) RADEON(0): Ranges: V min: 50  V max: 160 Hz, H min: 30  H max: 95 kHz, PixClock 
max 200 kHz
(II) RADEON(0): Serial No: 1292080419
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Generic|Generic Monitor that can do 1280x1024 @ 74 Hz: Using hsync 
range of 30.00-95.00 kHz
(II) RADEON(0): Generic|Generic Monitor that can do 1280x1024 @ 74 Hz: Using vrefresh 
range of 50.00-160.00 Hz
(II) RADEON(0): Clock range:  12.00 to 350.00 MHz
(WW) RADEON(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) RADEON(0): Default mode "1792x1344" deleted (hsync out of range)
(WW) RADEON(0): Default mode "1856x1392" deleted (hsync out of range)
(WW) RADEON(0): Default mode "1920x1440" deleted (hsync out of range)
(--) RADEON(0): Virtual size is 1280x1024 (pitch 1280)
(**) RADEON(0): Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(**) RADEON(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(**) RADEON(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) RADEON(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(--) RADEON(0): Display dimensions: (35, 27) cm
(--) RADEON(0): DPI set to (92, 96)
(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.0.3, 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.0.3, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.3
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0xef000000 - 0xef07ffff (0x80000) MS[B]
        [1] 0   0xf0000000 - 0xf7ffffff (0x8000000) MS[B]
        [2] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [3] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [4] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [5] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [6] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [7] -1  0xfb800000 - 0xfb800fff (0x1000) MX[B]
        [8] -1  0xfc000000 - 0xfdffffff (0x2000000) MX[B]
        [9] -1  0xeffe0000 - 0xefffffff (0x20000) MX[B](B)
        [10] -1 0xef000000 - 0xef07ffff (0x80000) MX[B](B)
        [11] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [12] 0  0x000a0000 - 0x000affff (0x10000) MS[B]
        [13] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [14] 0  0x000b8000 - 0x000bffff (0x8000) MS[B]
        [15] 0  0x0000d800 - 0x0000d8ff (0x100) IS[B]
        [16] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
        [17] -1 0x00009400 - 0x000094ff (0x100) IX[B]
        [18] -1 0x0000b000 - 0x0000b01f (0x20) IX[B]
        [19] -1 0x0000b400 - 0x0000b41f (0x20) IX[B]
        [20] -1 0x0000b800 - 0x0000b80f (0x10) IX[B]
        [21] -1 0x0000e000 - 0x0000e003 (0x4) IX[B]
        [22] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
        [23] 0  0x000003b0 - 0x000003bb (0xc) IS[B]
        [24] 0  0x000003c0 - 0x000003df (0x20) IS[B]
(==) RADEON(0): Write-combining range (0xf0000000,0x2000000)
(WW) RADEON(0): Cannot read colourmap from VGA.  Will restore with default
(II) RADEON(0): Memory manager initialized to (0,0) (1280,6553)
(II) RADEON(0): Reserved area from (0,1024) to (1280,1026)
(II) RADEON(0): Largest offscreen area available: 1280 x 5527
(==) RADEON(0): Backing store disabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Acceleration disabled
(II) RADEON(0): Using hardware cursor (scanline 4104)
(II) RADEON(0): Largest offscreen area available: 1280 x 5525
(II) Setting vga for screen 0.
(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
(**) Option "Protocol" "Microsoft"
(**) Mouse1: Protocol: "Microsoft"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/ttyS1"
(**) Option "BaudRate" "1200"
(**) Option "StopBits" "1"
(**) Option "DataBits" "7"
(**) Option "Parity" "None"
(**) Option "Vmin" "1"
(**) Option "Vtime" "0"
(**) Option "FlowControl" "None"
(==) Mouse1: Buttons: 3
(**) Mouse1: BaudRate: 1200
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(**) Option "BaudRate" "1200"

ASUS A7M266
ATI RADEON All-In-Wonder
Mandrake 8.0
XFree86 version 4.0.3
If you have this combination of hardware and software you already know
about the video server lock-ups.
This will at least get a screen up you can use the GUI tools for
upgrading your system.
The latest I've seen is you need:
 kernel 2.4.8 or later,
 XFree86 4.1.0 or later.
I haven't done that part on my system yet, but I thought I'd pass along
this work-around to help anyone else out of the "hole" I fell intol

On my Mandrake 8.0 system, the procedure is like this:
I ran "XFdrake" andgot into video board selection by selecting [Cancel]
 when faced with the resolution selection.
I then selected;
  the ATI Radeon,
  my monitor,
  an appropriate resolution.
I then Quit without testing.
I then edited the /etc/X11/XF86Config-4 file
In the "Device" Section (for the RADEON board):
 I ucommented the VideoRam line.
 I added a line: Option "NoAccel"
 I also commented out the line: Option "DPMS"
This last one may not have been completely necessary
but my server is putting" "(WW) OpentAPM failed"
in the /tmp/log/XFree86.0.log.
(It looks suspiciously like power management).
The end result is that now X runs. - even if there's no 3D accelleration.

Reply via email to