xserver cannot start on iMac G3

dimoni_at_dimoni.demon.nl
Date: 11/01/04

  • Next message: Ernest Johanson: "Re: NIS Problems"
    Date: Mon, 1 Nov 2004 19:39:38 +0100
    To: debian-user@lists.debian.org
    
    

    Hi there,

    I have installed Debian Sarge on an iMac G3 (PowerPC 750, 350MHz) and
    everything works fine but xserver, which cannot start.
    The error message I get is the following:

    <snip>
    (EE) R128(0): Cannot read V_BIOS (5)
    (EE) R128(0): No DFP detected

    Fatal server error:
    Caught signal 7. Server aborting

    <snip>

    I am fairly new to linux so I am not sure what the problem is. I guess
    it is a miss-configuration on the Device section of the XF86Config-4
    file.
    The funny thing is that my first linux installation was Debian Woody
    and got no problems at all. After a few weeks, I decided to upgrade to
    Sarge, doing so by installing from scratch (instead of upgrading).
    I am using an ATI Rage 128 PR/PRO AGP and I have specified both "ati"
    and "r128" drivers which give the same errors.
    BusID is "PCI:0:16:0" which I get from lspci output.
    I have also tried to enable and disable "UseFBDev" but no changes. And
    specifying CrtScreen, PanelSize... et cetera.
    Also tried dpkg-reconfigure xserver-xfree86, but the same errors are
    shown.
    By searching in the internet one realises that many "ati-r128-users"
    have encountered similar problems, but after days of googling and not
    getting anywhere I have decided to give up my search and ask for help
    to this list. I hope someone can help or point me to another direction
    if I am sending to the wrong list.

    Thanks,

    Eduard

    Below you'll find relevant information: lspci output, XF86Config-4,
    XFree86.0.log and the kernel boot messages.

    *************************************************************
    *********************** lspci output **********************
    *************************************************************
    0000:00:0b.0 Host bridge: Apple Computer Inc. UniNorth AGP
    0000:00:10.0 Display controller: ATI Technologies Inc Rage 128 PR/PRO
    AGP 4x TMDS
    0001:01:0b.0 Host bridge: Apple Computer Inc. UniNorth PCI
    0001:01:17.0 ff00: Apple Computer Inc. KeyLargo Mac I/O (rev 03)
    0001:01:18.0 USB Controller: Apple Computer Inc. KeyLargo USB
    0001:01:19.0 USB Controller: Apple Computer Inc. KeyLargo USB
    0002:02:0b.0 Host bridge: Apple Computer Inc. UniNorth Internal PCI
    0002:02:0f.0 Ethernet controller: Apple Computer Inc. UniNorth GMAC
    (Sun GEM) (rev 01)

    *************************************************************
    *********************** XF86Config-4 *******************
    *************************************************************

    # XF86Config-4 (XFree86 X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool,
    using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the XF86Config-4 manual page.
    # (Type "man XF86Config-4" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xfree86 package
    upgrades *only*
    # if it has not been modified since the last upgrade of the
    xserver-xfree86
    # package.
    #
    # If you have edited this file but would like it to be automatically
    updated
    # again, run the following commands as root:
    #
    # cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
    # md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
    # dpkg-reconfigure xserver-xfree86

    Section "Files"

            FontPath "unix/:7110" # local font server
            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/CID"
            FontPath "/usr/lib/X11/fonts/Speedo"
            FontPath "/usr/lib/X11/fonts/100dpi"
            FontPath "/usr/lib/X11/fonts/75dpi"
            ModulePath "/usr/X11R6/lib/modules"
            ModulePath "/usr/X11R6/lib/modules/dri"
    EndSection

    Section "Module"
            Load "GLcore"
            Load "bitmap"
            Load "dbe"
            Load "ddc"
            Load "dri"
            Load "extmod"
            Load "freetype"
            Load "glx"
            Load "int10"
            Load "record"
            Load "speedo"
            Load "type1"
            Load "vbe"
    EndSection

    Section "InputDevice"
            Identifier "Generic Keyboard"
            Driver "keyboard"
            Option "CoreKeyboard"
            Option "XkbRules" "xfree86"
            Option "XkbModel" "macintosh"
            Option "XkbLayout" "us"
    EndSection

    Section "InputDevice"
            Identifier "Configured Mouse"
            Driver "mouse"
            Option "CorePointer"
            Option "Device" "/dev/input/mice"
            Option "Protocol" "ImPS/2"
            Option "Emulate3Buttons" "true"
            Option "ZAxisMapping" "4 5"
    EndSection

    Section "Device"
            Identifier "Generic Video Card"
            Driver "ati" #"r128"
            BusID "PCI:0:16:0"
            Option "CrtScreen"
    #Option "UseFBDev" "true"
            Option "PanelSize" "640x480"
            Option "CrtcNummer" "1"
    EndSection

    Section "Monitor"
            Identifier "Generic Monitor"
            HorizSync 30-60
            VertRefresh 50-75
            Option "DPMS"
    EndSection

    Section "Screen"
            Identifier "Default Screen"
            Device "Generic Video Card"
            Monitor "Generic Monitor"
            DefaultDepth 24
            SubSection "Display"
                    Depth 1
                    Modes "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth 4
                    Modes "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth 8
                    Modes "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth 15
                    Modes "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth 16
                    Modes "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth 24
                    Modes "800x600" "640x480"
            EndSubSection
    EndSection

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

    Section "DRI"
            Mode 0666
    EndSection

    *************************************************************
    *********************** XFree86.0.log *******************
    *************************************************************

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

    XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-8 20040930073400
    root@redwald.deadbeast.net)
    Release Date: 15 August 2003
    X Protocol Version 11, Revision 0, Release 6.6
    Build Operating System: Linux 2.4.25-powerpc-smp ppc [ELF]
    Build Date: 30 September 2004
            Before reporting problems, check http://www.XFree86.Org/
            to make sure that you have the latest version.
    Module Loader present
    OS Kernel: Linux version 2.6.8-powerpc (jens@yorick) (gcc version 3.3.4
    (Debian 1:3.3.4-11)) #1 Tue Sep 14 00:15:52 CEST 2004
    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: Mon Nov 1 18:26:43 2004
    (==) 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 "XkbRules" "xfree86"
    (**) XKB: rules: "xfree86"
    (**) Option "XkbModel" "macintosh"
    (**) XKB: model: "macintosh"
    (**) Option "XkbLayout" "us"
    (**) XKB: layout: "us"
    (==) Keyboard: CustomKeycode disabled
    (**) |-->Input Device "Configured Mouse"
    (WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
            Entry deleted from font path.
    (WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
            Entry deleted from font path.
    (**) FontPath set to
    "unix/:7110,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/100dpi,/usr/lib/X11/
    fonts/75dpi"
    (==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
    (**) ModulePath set to
    "/usr/X11R6/lib/modules,/usr/X11R6/lib/modules/dri"
    (--) using VT number 7

    (WW) Open APM failed (/dev/apm_bios) (No such device)
    (II) Module ABI versions:
            XFree86 ANSI C Emulation: 0.2
            XFree86 Video Driver: 0.6
            XFree86 XInput driver : 0.4
            XFree86 Server Extension : 0.2
            XFree86 Font Renderer : 0.4
    (II) Loader running on linux
    (II) LoadModule: "bitmap"
    (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
    (II) Module bitmap: vendor="The XFree86 Project"
            compiled for 4.3.0.1, module version = 1.0.0
            Module class: XFree86 Font Renderer
            ABI class: XFree86 Font Renderer, version 0.4
    (II) Loading font Bitmap
    (II) LoadModule: "pcidata"
    (II) Loading /usr/X11R6/lib/modules/libpcidata.a
    (II) Module pcidata: vendor="The XFree86 Project"
            compiled for 4.3.0.1, 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,5052 card 1002,5052 rev 00 class 03,80,00
    hdr 00
    (II) PCI: 01:0b:0: chip 106b,001f card 0000,0000 rev 00 class 06,00,00
    hdr 00
    (II) PCI: 01:17:0: chip 106b,0022 card 0000,0000 rev 03 class ff,00,00
    hdr 00
    (II) PCI: 01:18:0: chip 106b,0019 card 0000,0000 rev 00 class 0c,03,10
    hdr 00
    (II) PCI: 01:19:0: chip 106b,0019 card 0000,0000 rev 00 class 0c,03,10
    hdr 00
    (II) PCI: 02:0b:0: chip 106b,001e card 0000,0000 rev 00 class 06,00,00
    hdr 00
    (II) PCI: 02: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,2), 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 1: bridge is at (1:11:0), (1,1,2), BCTRL: 0x0008 (VGA_EN is
    set)
    (II) Bus 1 I/O range:
            [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) Bus 1 non-prefetchable memory range:
            [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (II) Bus 1 prefetchable memory range:
            [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (II) Host-to-PCI bridge:
    (II) Bus 2: bridge is at (2:11:0), (2,2,2), BCTRL: 0x0008 (VGA_EN is
    set)
    (II) Bus 2 I/O range:
            [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) Bus 2 non-prefetchable memory range:
            [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (II) Bus 2 prefetchable memory range:
            [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (--) PCI:*(0:16:0) ATI Technologies Inc Rage 128 PR/PRO AGP 4x TMDS rev
    0, Mem @ 0x94000000/26, 0x90000000/14, I/O @ 0x0400/8
    (II) Addressable bus resource ranges are
            [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
            [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) OS-reported resource ranges:
            [0] -1 0 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 0x80080000 - 0x80080fff (0x1000) MX[B]
            [2] -1 0 0x80081000 - 0x80081fff (0x1000) MX[B]
            [3] -1 0 0x80000000 - 0x8007ffff (0x80000) MX[B]
            [4] -1 0 0x90000000 - 0x90003fff (0x4000) MX[B](B)
            [5] -1 0 0x94000000 - 0x97ffffff (0x4000000) MX[B](B)
            [6] -1 0 0x00000400 - 0x000004ff (0x100) IX[B](B)
    (II) Active PCI resource ranges after removing overlaps:
            [0] -1 0 0xf5200000 - 0xf53fffff (0x200000) MX[B]
            [1] -1 0 0x80080000 - 0x80080fff (0x1000) MX[B]
            [2] -1 0 0x80081000 - 0x80081fff (0x1000) MX[B]
            [3] -1 0 0x80000000 - 0x8007ffff (0x80000) MX[B]
            [4] -1 0 0x90000000 - 0x90003fff (0x4000) MX[B](B)
            [5] -1 0 0x94000000 - 0x97ffffff (0x4000000) MX[B](B)
            [6] -1 0 0x00000400 - 0x000004ff (0x100) IX[B](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 0x80080000 - 0x80080fff (0x1000) MX[B]
            [4] -1 0 0x80081000 - 0x80081fff (0x1000) MX[B]
            [5] -1 0 0x80000000 - 0x8007ffff (0x80000) MX[B]
            [6] -1 0 0x90000000 - 0x90003fff (0x4000) MX[B](B)
            [7] -1 0 0x94000000 - 0x97ffffff (0x4000000) MX[B](B)
            [8] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
            [9] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
            [10] -1 0 0x00000400 - 0x000004ff (0x100) IX[B](B)
    (II) LoadModule: "GLcore"
    (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
    Skipping
    "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o": No
    symbols found
    Skipping
    "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o": No
    symbols found
    Skipping
    "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o": No
    symbols found
    Skipping
    "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_vertex.o": No
    symbols found
    (II) Module GLcore: vendor="The XFree86 Project"
            compiled for 4.3.0.1, module version = 1.0.0
            ABI class: XFree86 Server Extension, version 0.2
    (II) LoadModule: "bitmap"
    (II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
    (II) Loading font Bitmap
    (II) LoadModule: "dbe"
    (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
    (II) Module dbe: vendor="The XFree86 Project"
            compiled for 4.3.0.1, module version = 1.0.0
            Module class: XFree86 Server Extension
            ABI class: XFree86 Server Extension, version 0.2
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "ddc"
    (II) Loading /usr/X11R6/lib/modules/libddc.a
    (II) Module ddc: vendor="The XFree86 Project"
            compiled for 4.3.0.1, module version = 1.0.0
            ABI class: XFree86 Video Driver, version 0.6
    (II) LoadModule: "dri"
    (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
    (II) Module dri: vendor="The XFree86 Project"
            compiled for 4.3.0.1, module version = 1.0.0
            ABI class: XFree86 Server Extension, version 0.2
    (II) Loading sub module "drm"
    (II) LoadModule: "drm"
    (II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
    (II) Module drm: vendor="The XFree86 Project"
            compiled for 4.3.0.1, module version = 1.0.0
            ABI class: XFree86 Server Extension, version 0.2
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "extmod"
    (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
    (II) Module extmod: vendor="The XFree86 Project"
            compiled for 4.3.0.1, module version = 1.0.0
            Module class: XFree86 Server Extension
            ABI class: XFree86 Server Extension, version 0.2
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension FontCache
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "freetype"
    (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
    (II) Module freetype: vendor="The XFree86 Project"
            compiled for 4.3.0.1, module version = 2.0.2
            Module class: XFree86 Font Renderer
            ABI class: XFree86 Font Renderer, version 0.4
    (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.3.0.1, module version = 1.0.0
            ABI class: XFree86 Server Extension, version 0.2
    (II) Loading sub module "GLcore"
    (II) LoadModule: "GLcore"
    (II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
    (II) Loading extension GLX
    (II) LoadModule: "int10"
    (II) Loading /usr/X11R6/lib/modules/libint10.a
    (II) Module int10: vendor="The XFree86 Project"
            compiled for 4.3.0.1, module version = 1.0.0
            ABI class: XFree86 Video Driver, version 0.6
    (II) LoadModule: "record"
    (II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
    (II) Module record: vendor="The XFree86 Project"
            compiled for 4.3.0.1, module version = 1.13.0
            Module class: XFree86 Server Extension
            ABI class: XFree86 Server Extension, version 0.2
    (II) Loading extension RECORD
    (II) LoadModule: "speedo"
    (II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
    Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o": No
    symbols found
    (II) Module speedo: vendor="The XFree86 Project"
            compiled for 4.3.0.1, module version = 1.0.1
            Module class: XFree86 Font Renderer
            ABI class: XFree86 Font Renderer, version 0.4
    (II) Loading font Speedo
    (II) LoadModule: "type1"
    (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
    (II) Module type1: vendor="The XFree86 Project"
            compiled for 4.3.0.1, module version = 1.0.2
            Module class: XFree86 Font Renderer
            ABI class: XFree86 Font Renderer, version 0.4
    (II) Loading font Type1
    (II) Loading font CID
    (II) LoadModule: "vbe"
    (II) Loading /usr/X11R6/lib/modules/libvbe.a
    (II) Module vbe: vendor="The XFree86 Project"
            compiled for 4.3.0.1, module version = 1.1.0
            ABI class: XFree86 Video Driver, version 0.6
    (II) LoadModule: "ati"
    (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
    (II) Module ati: vendor="The XFree86 Project"
            compiled for 4.3.0.1, module version = 6.5.5
            Module class: XFree86 Video Driver
            ABI class: XFree86 Video Driver, version 0.6
    (II) LoadModule: "mouse"
    (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
    (II) Module mouse: vendor="The XFree86 Project"
            compiled for 4.3.0.1, module version = 1.0.0
            Module class: XFree86 XInput Driver
            ABI class: XFree86 XInput driver, version 0.4
    (II) ATI: ATI driver (version 6.5.5) for chipset: ati
    (II) R128: Driver for ATI Rage 128 chipsets:
            ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
            ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
            ATI Rage 128 Pro GL PA (AGP?), ATI Rage 128 Pro GL PB (AGP?),
            ATI Rage 128 Pro GL PC (AGP?), ATI Rage 128 Pro GL PD (PCI),
            ATI Rage 128 Pro GL PE (AGP?), ATI Rage 128 Pro GL PF (AGP),
            ATI Rage 128 Pro VR PG (AGP?), ATI Rage 128 Pro VR PH (AGP?),
            ATI Rage 128 Pro VR PI (AGP?), ATI Rage 128 Pro VR PJ (AGP?),
            ATI Rage 128 Pro VR PK (AGP?), ATI Rage 128 Pro VR PL (AGP?),
            ATI Rage 128 Pro VR PM (AGP?), ATI Rage 128 Pro VR PN (AGP?),
            ATI Rage 128 Pro VR PO (AGP?), ATI Rage 128 Pro VR PP (PCI),
            ATI Rage 128 Pro VR PQ (AGP?), ATI Rage 128 Pro VR PR (PCI),
            ATI Rage 128 Pro VR PS (AGP?), ATI Rage 128 Pro VR PT (AGP?),
            ATI Rage 128 Pro VR PU (AGP?), ATI Rage 128 Pro VR PV (AGP?),
            ATI Rage 128 Pro VR PW (AGP?), ATI Rage 128 Pro VR PX (AGP?),
            ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
            ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
            ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (AGP?),
            ATI Rage 128 4X SF (AGP?), ATI Rage 128 4X SG (AGP?),
            ATI Rage 128 4X SH (AGP?), ATI Rage 128 4X SK (AGP?),
            ATI Rage 128 4X SL (AGP?), ATI Rage 128 4X SM (AGP),
            ATI Rage 128 4X SN (AGP?), ATI Rage 128 Pro ULTRA TF (AGP),
            ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
            ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
            ATI Rage 128 Pro ULTRA TU (AGP?)
    (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
            ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
            ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
            ATI Radeon Mobility M7 LW (AGP),
            ATI Mobility FireGL 7800 M7 LX (AGP),
            ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
            ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
            ATI Radeon IGP330/340/350 (A4) 4137,
            ATI Radeon IGP330M/340M/350M (U2) 4337,
            ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
            ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
            ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
            ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
            ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
            ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
            ATI Radeon Mobility 9000 (M9) Lf (AGP),
            ATI Radeon Mobility 9000 (M9) Lg (AGP),
            ATI Radeon 9100 IGP (A5) 5834,
            ATI Radeon Mobility 9100 IGP (U3) 5835,
            ATI Radeon 9200PRO 5960 (AGP), ATI Radeon 9200 5961 (AGP),
            ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP),
            ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
            ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
            ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
            ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
            ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9700 NF (AGP),
            ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
            ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
            ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
            ATI FireGL RV360 AV (AGP), ATI Radeon Mobility 9600 (M10) NP (AGP),
            ATI Radeon Mobility 9600 (M10) NQ (AGP),
            ATI Radeon Mobility 9600 (M11) NR (AGP),
            ATI Radeon Mobility 9600 (M10) NS (AGP),
            ATI FireGL Mobility T2 (M10) NT (AGP),
            ATI FireGL Mobility T2 (M11) NV (AGP), ATI Radeon 9800SE AH (AGP),
            ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
            ATI FireGL X2 AK (AGP), ATI Radeon 9800PRO NH (AGP),
            ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
            ATI Radeon 9800XT NJ (AGP)
    (II) Primary Device is: PCI 00:10:0
    (II) ATI: Candidate "Device" section "Generic Video Card".
    (--) Chipset ATI Rage 128 Pro VR PR (PCI) found
    (II) Loading sub module "r128"
    (II) LoadModule: "r128"
    (II) Loading /usr/X11R6/lib/modules/drivers/r128_drv.o
    (II) Module r128: vendor="The XFree86 Project"
            compiled for 4.3.0.1, module version = 4.0.1
            Module class: XFree86 Video Driver
            ABI class: XFree86 Video Driver, version 0.6
    (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 0x80080000 - 0x80080fff (0x1000) MX[B]
            [4] -1 0 0x80081000 - 0x80081fff (0x1000) MX[B]
            [5] -1 0 0x80000000 - 0x8007ffff (0x80000) MX[B]
            [6] -1 0 0x90000000 - 0x90003fff (0x4000) MX[B](B)
            [7] -1 0 0x94000000 - 0x97ffffff (0x4000000) MX[B](B)
            [8] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
            [9] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
            [10] -1 0 0x00000400 - 0x000004ff (0x100) IX[B](B)
    (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 0x80080000 - 0x80080fff (0x1000) MX[B]
            [4] -1 0 0x80081000 - 0x80081fff (0x1000) MX[B]
            [5] -1 0 0x80000000 - 0x8007ffff (0x80000) MX[B]
            [6] -1 0 0x90000000 - 0x90003fff (0x4000) MX[B](B)
            [7] -1 0 0x94000000 - 0x97ffffff (0x4000000) MX[B](B)
            [8] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
            [9] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
            [10] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[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)
            [14] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
            [15] 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/libvgahw.a
    (II) Module vgahw: vendor="The XFree86 Project"
            compiled for 4.3.0.1, module version = 0.1.0
            ABI class: XFree86 Video Driver, version 0.6
    (II) R128(0): PCI bus 0 card 16 func 0
    (**) R128(0): Depth 24, (--) framebuffer bpp 32
    (II) R128(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) R128(0): Default visual is TrueColor
    (==) R128(0): RGB weight 888
    (II) R128(0): Using 8 bits per RGB (8 bit DAC)
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/X11R6/lib/modules/libint10.a
    (II) R128(0): initializing int10
    (II) R128(0): No legacy BIOS found -- trying PCI
    (EE) R128(0): Cannot read V_BIOS (5)
    (--) R128(0): Chipset: "ATI Rage 128 Pro VR PR (PCI)" (ChipID = 0x5052)
    (--) R128(0): Linear framebuffer at 0x94000000
    (--) R128(0): MMIO registers at 0x90000000
    (--) R128(0): VideoRAM: 8192 kByte (64-bit SDR SGRAM 2:1)
    (**) R128(0): Using external CRT for display
    (WW) R128(0): Video BIOS not detected in PCI space!
    (WW) R128(0): Attempting to read Video BIOS from legacy ISA space!
    (WW) R128(0): Video BIOS not found!
    (WW) R128(0): Can't determine panel dimensions, and none specified.
            Disabling programming of FP registers.
    (II) R128(0): PLL parameters: rf=2950 rd=56 min=12500 max=25000;
    xclk=7150
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Reloading /usr/X11R6/lib/modules/libddc.a
    (==) R128(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Loading /usr/X11R6/lib/modules/libi2c.a
    (II) Module i2c: vendor="The XFree86 Project"
            compiled for 4.3.0.1, module version = 1.2.0
            ABI class: XFree86 Video Driver, version 0.6
    (II) R128(0): I2C bus "DDC" initialized.
    (II) R128(0): I2C device "DDC:ddc2" registered at address 0xA0.
    (II) R128(0): I2C device "DDC:ddc2" removed.
    (EE) R128(0): No DFP detected
    (II) R128(0): Generic Monitor: Using hsync range of 30.00-60.00 kHz
    (II) R128(0): Generic Monitor: Using vrefresh range of 50.00-75.00 Hz
    (II) R128(0): Clock range: 12.50 to 250.00 MHz
    (II) R128(0): Not using default mode "640x350" (vrefresh out of range)
    (II) R128(0): Not using default mode "320x175" (vrefresh out of range)
    (II) R128(0): Not using default mode "640x400" (vrefresh out of range)
    (II) R128(0): Not using default mode "320x200" (vrefresh out of range)
    (II) R128(0): Not using default mode "720x400" (vrefresh out of range)
    (II) R128(0): Not using default mode "360x200" (vrefresh out of range)
    (II) R128(0): Not using default mode "640x480" (vrefresh out of range)
    (II) R128(0): Not using default mode "320x240" (vrefresh out of range)
    (II) R128(0): Not using default mode "800x600" (vrefresh out of range)
    (II) R128(0): Not using default mode "400x300" (vrefresh out of range)
    (II) R128(0): Not using default mode "1024x768" (vrefresh out of range)
    (II) R128(0): Not using default mode "512x384" (vrefresh out of range)
    (II) R128(0): Not using default mode "1024x768" (hsync out of range)
    (II) R128(0): Not using default mode "512x384" (hsync out of range)
    (II) R128(0): Not using default mode "1152x864" (hsync out of range)
    (II) R128(0): Not using default mode "576x432" (hsync out of range)
    (II) R128(0): Not using default mode "1280x960" (hsync out of range)
    (II) R128(0): Not using default mode "640x480" (hsync out of range)
    (II) R128(0): Not using default mode "1280x1024" (hsync out of range)
    (II) R128(0): Not using default mode "640x512" (hsync out of range)
    (II) R128(0): Not using default mode "1280x1024" (hsync out of range)
    (II) R128(0): Not using default mode "640x512" (hsync out of range)
    (II) R128(0): Not using default mode "1280x1024" (hsync out of range)
    (II) R128(0): Not using default mode "640x512" (hsync out of range)
    (II) R128(0): Not using default mode "1600x1200" (hsync out of range)
    (II) R128(0): Not using default mode "800x600" (hsync out of range)
    (II) R128(0): Not using default mode "1600x1200" (hsync out of range)
    (II) R128(0): Not using default mode "800x600" (hsync out of range)
    (II) R128(0): Not using default mode "1600x1200" (hsync out of range)
    (II) R128(0): Not using default mode "800x600" (hsync out of range)
    (II) R128(0): Not using default mode "1600x1200" (hsync out of range)
    (II) R128(0): Not using default mode "800x600" (hsync out of range)
    (II) R128(0): Not using default mode "1600x1200" (hsync out of range)
    (II) R128(0): Not using default mode "800x600" (hsync out of range)
    (II) R128(0): Not using default mode "1792x1344" (insufficient memory
    for mode)
    (II) R128(0): Not using default mode "896x672" (hsync out of range)
    (II) R128(0): Not using default mode "1792x1344" (insufficient memory
    for mode)
    (II) R128(0): Not using default mode "896x672" (hsync out of range)
    (II) R128(0): Not using default mode "1856x1392" (insufficient memory
    for mode)
    (II) R128(0): Not using default mode "928x696" (hsync out of range)
    (II) R128(0): Not using default mode "1856x1392" (insufficient memory
    for mode)
    (II) R128(0): Not using default mode "928x696" (hsync out of range)
    (II) R128(0): Not using default mode "1920x1440" (insufficient memory
    for mode)
    (II) R128(0): Not using default mode "960x720" (hsync out of range)
    (II) R128(0): Not using default mode "1920x1440" (insufficient memory
    for mode)
    (II) R128(0): Not using default mode "960x720" (hsync out of range)
    (II) R128(0): Not using default mode "1400x1050" (hsync out of range)
    (II) R128(0): Not using default mode "700x525" (hsync out of range)
    (II) R128(0): Not using default mode "1400x1050" (hsync out of range)
    (II) R128(0): Not using default mode "700x525" (hsync out of range)
    (II) R128(0): Not using default mode "1600x1024" (hsync out of range)
    (II) R128(0): Not using default mode "800x512" (hsync out of range)
    (II) R128(0): Not using default mode "1920x1440" (insufficient memory
    for mode)
    (II) R128(0): Not using default mode "960x720" (hsync out of range)
    (II) R128(0): Not using default mode "2048x1536" (insufficient memory
    for mode)
    (II) R128(0): Not using default mode "1024x768" (hsync out of range)
    (II) R128(0): Not using default mode "2048x1536" (insufficient memory
    for mode)
    (II) R128(0): Not using default mode "1024x768" (hsync out of range)
    (II) R128(0): Not using default mode "2048x1536" (insufficient memory
    for mode)
    (II) R128(0): Not using default mode "1024x768" (hsync out of range)
    (II) R128(0): Not using default mode "1280x960" (width too large for
    virtual size)
    (II) R128(0): Not using default mode "1152x768" (width too large for
    virtual size)
    (II) R128(0): Not using default mode "1024x768" (width too large for
    virtual size)
    (II) R128(0): Not using default mode "1024x768" (width too large for
    virtual size)
    (II) R128(0): Not using default mode "1024x768" (width too large for
    virtual size)
    (II) R128(0): Not using default mode "832x624" (width too large for
    virtual size)
    (--) R128(0): Virtual size is 800x600 (pitch 800)
    (**) R128(0): *Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
    (II) R128(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604
    625 +hsync +vsync
    (**) R128(0): *Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
    (II) R128(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484
    500 -hsync -vsync
    (**) R128(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
    (II) R128(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643
    666 +hsync +vsync
    (**) R128(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
    (II) R128(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605
    628 +hsync +vsync
    (**) R128(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
    (II) R128(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603
    625 +hsync +vsync
    (**) R128(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
    (II) R128(0): Modeline "640x480" 31.50 640 664 704 832 480 489 491
    520 -hsync -vsync
    (**) R128(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
    (II) R128(0): Modeline "640x480" 25.20 640 656 752 800 480 490 492
    525 -hsync -vsync
    (**) R128(0): Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
    (II) R128(0): Modeline "640x480" 54.00 640 688 744 900 480 480 482
    500 doublescan +hsync +vsync
    (**) R128(0): Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz (D)
    (II) R128(0): Modeline "576x384" 32.50 576 589 657 736 384 385 388
    403 doublescan +hsync +vsync
    (**) R128(0): Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
    (II) R128(0): Modeline "512x384" 39.40 512 520 568 656 384 384 386
    400 doublescan +hsync +vsync
    (**) R128(0): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
    (II) R128(0): Modeline "512x384" 37.50 512 524 592 664 384 385 388
    403 doublescan -hsync -vsync
    (**) R128(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
    (II) R128(0): Modeline "512x384" 32.50 512 524 592 672 384 385 388
    403 doublescan -hsync -vsync
    (**) R128(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
    (II) R128(0): Modeline "416x312" 28.64 416 432 464 576 312 312 314
    333 doublescan -hsync -vsync
    (**) R128(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
    (II) R128(0): Modeline "400x300" 24.75 400 408 448 528 300 300 302
    312 doublescan +hsync +vsync
    (**) R128(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
    (II) R128(0): Modeline "400x300" 25.00 400 428 488 520 300 318 321
    333 doublescan +hsync +vsync
    (**) R128(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
    (II) R128(0): Modeline "400x300" 20.00 400 420 484 528 300 300 302
    314 doublescan +hsync +vsync
    (**) R128(0): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
    (II) R128(0): Modeline "400x300" 18.00 400 412 448 512 300 300 301
    312 doublescan +hsync +vsync
    (**) R128(0): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
    (II) R128(0): Modeline "320x240" 15.75 320 328 360 420 240 240 242
    250 doublescan -hsync -vsync
    (**) R128(0): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
    (II) R128(0): Modeline "320x240" 15.75 320 332 352 416 240 244 245
    260 doublescan -hsync -vsync
    (**) R128(0): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
    (II) R128(0): Modeline "320x240" 12.60 320 328 376 400 240 245 246
    262 doublescan -hsync -vsync
    (++) R128(0): DPI set to (100, 100)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/X11R6/lib/modules/libfb.a
    (II) Module fb: vendor="The XFree86 Project"
            compiled for 4.3.0.1, module version = 1.0.0
            ABI class: XFree86 ANSI C Emulation, version 0.2
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Loading /usr/X11R6/lib/modules/libramdac.a
    (II) Module ramdac: vendor="The XFree86 Project"
            compiled for 4.3.0.1, 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/libxaa.a
    (II) Module xaa: vendor="The XFree86 Project"
            compiled for 4.3.0.1, module version = 1.1.0
            ABI class: XFree86 Video Driver, version 0.6
    (II) Loading sub module "shadowfb"
    (II) LoadModule: "shadowfb"
    (II) Loading /usr/X11R6/lib/modules/libshadowfb.a
    (II) Module shadowfb: vendor="The XFree86 Project"
            compiled for 4.3.0.1, module version = 1.0.0
            ABI class: XFree86 ANSI C Emulation, version 0.2
    (II) R128(0): Page flipping disabled
    (!!) R128(0): For information on using the multimedia capabilities
            of this adapter, please see http://gatos.sf.net.
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
            [0] 0 0 0x90000000 - 0x90003fff (0x4000) MS[B]
            [1] 0 0 0x94000000 - 0x97ffffff (0x4000000) MS[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 0x80080000 - 0x80080fff (0x1000) MX[B]
            [6] -1 0 0x80081000 - 0x80081fff (0x1000) MX[B]
            [7] -1 0 0x80000000 - 0x8007ffff (0x80000) MX[B]
            [8] -1 0 0x90000000 - 0x90003fff (0x4000) MX[B](B)
            [9] -1 0 0x94000000 - 0x97ffffff (0x4000000) MX[B](B)
            [10] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
            [11] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
            [12] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
            [13] 0 0 0x00000400 - 0x000004ff (0x100) IS[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](OprU)
            [18] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)

        *** If unresolved symbols were reported above, they might not
        *** be the reason for the server aborting.

    Fatal server error:
    Caught signal 7. 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 submit@bugs.debian.org.

    *************************************************************
    *********************** boot messages ******************
    *************************************************************

    Total memory = 320MB; using 1024kB for hash table (at c0300000)
    Linux version 2.6.8-powerpc (jens@yorick) (gcc version 3.3.4 (Debian
    1:3.3.4-11)) #1 Tue Sep 14 00:15:52 CEST 2004
    Found UniNorth memory controller & host bridge, revision: 8
    Mapped at 0xfdf00000
    Found a Keylargo mac-io controller, rev: 3, mapped at 0xfde80000
    Processor NAP mode on idle enabled.
    PowerMac motherboard: iMac FireWire
    Found UniNorth PCI host bridge at 0xf0000000. Firmware bus number: 0->0
    Found UniNorth PCI host bridge at 0xf2000000. Firmware bus number: 0->0
    Found UniNorth PCI host bridge at 0xf4000000. Firmware bus number: 0->0
    via-pmu: Server Mode is disabled
    PMU driver 2 initialized for Core99, firmware: 0c
    nvram: Checking bank 0...
    nvram: gen0=700, gen1=701
    nvram: Active bank is: 1
    nvram: OF partition at 0x210
    nvram: XP partition at 0x1220
    nvram: NR partition at 0x1320
    On node 0 totalpages: 81920
       DMA zone: 81920 pages, LIFO batch:16
       Normal zone: 0 pages, LIFO batch:1
       HighMem zone: 0 pages, LIFO batch:1
    Built 1 zonelists
    Kernel command line: root=/dev/hda3 ro
    PowerMac using OpenPIC irq controller at 0x80040000
    OpenPIC Version 1.2 (4 CPUs and 64 IRQ sources) at fc62f000
    OpenPIC timer frequency is 4.166666 MHz
    PID hash table entries: 2048 (order 11: 16384 bytes)
    GMT Delta read from XPRAM: 120 minutes, DST: on
    time_init: decrementer frequency = 24.967326 MHz
    Console: colour dummy device 80x25
    serial8250_console_init: nothing to do on PowerMac
    pmac_zilog: i2c-modem detected, id: 1
    Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    Memory: 315520k available (1724k kernel code, 1096k data, 164k init, 0k
    highmem)
    AGP special page: 0xd3fff000
    Calibrating delay loop... 696.32 BogoMIPS
    Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
    checking if image is initramfs...it isn't (ungzip failed); looks like
    an initrd
    Freeing initrd memory: 4688k freed
    NET: Registered protocol family 16
    PCI: Probing PCI hardware
    Registering openpic with sysfs...
    PCI: Enabling device 0000:00:10.0 (0086 -> 0087)
    aty128fb: Invalid ROM signature 8181 should be 0xaa55
    aty128fb: BIOS not located, guessing timings.
    aty128fb: Rage128 PR PRO PCI [chip rev 0x1] 8M 64-bit SDR SGRAM (2:1)
    fb0: ATY Rage128 frame buffer device on Rage128 PR PRO PCI
    Thermal assist unit using timers, shrink_timer: 2000 jiffies
    audit: initializing netlink socket (disabled)
    audit(1099324779.169:0): initialized
    devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
    devfs: boot_options: 0x0
    Initializing Cryptographic API
    Console: switching to colour frame buffer device 128x48
    Generic RTC Driver v1.07
    Macintosh non-volatile memory driver v1.1
    serial8250_init: nothing to do on PowerMac
    pmac_zilog: 0.6 (Benjamin Herrenschmidt <benh@kernel.crashing.org>)
    ttyS0 at MMIO 0x80013020 (irq = 22) is a Z85c30 ESCC - Internal modem
    ttyS1 at MMIO 0x80013000 (irq = 50) is a Z85c30 ESCC - Serial port
    RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
    divert: not allocating divert_blk for non-ethernet device lo
    MacIO PCI driver attached to Keylargo chipset
    Can't request resource 0 for MacIO device 0.80000000:mac-io
    input: Macintosh mouse button emulation
    Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
    ide: Assuming 33MHz system bus speed for PIO modes; override with
    idebus=xx
    adb: starting probe task...
    adb: finished probe task...
    ide0: Found Apple KeyLargo ATA-4 controller, bus ID 2, irq 19
    Probing IDE interface ide0...
    hda: ST37510A, ATA DISK drive
    hdb: MATSHITA CR-1760, ATAPI CD/DVD-ROM drive
    ide_pmac: Set UDMA timing for mode 2, reg: 0x1090038c
    hda: Enabling Ultra DMA 2
    ide_pmac: Set UDMA timing for mode 2, reg: 0x1090038c
    hdb: Enabling Ultra DMA 2
    Using anticipatory io scheduler
    ide0 at 0xd58d4000-0xd58d4007,0xd58d4160 on irq 19
    ide1: Found Apple KeyLargo ATA-3 controller, bus ID 0, irq 20
    Probing IDE interface ide1...
    ide1: Bus empty, interface released.
    ide1: Found Apple KeyLargo ATA-3 controller, bus ID 1, irq 21
    Probing IDE interface ide1...
    ide1: Bus empty, interface released.
    mice: PS/2 mouse device common for all mice
    Found KeyWest i2c on "uni-n", 2 channels, stepping: 4 bits
    Found KeyWest i2c on "mac-io", 1 channel, stepping: 4 bits
    NET: Registered protocol family 2
    IP: routing cache hash table of 4096 buckets, 32Kbytes
    TCP: Hash tables configured (established 32768 bind 65536)
    RAMDISK: cramfs filesystem found at block 0
    RAMDISK: Loading 4688 blocks [1 disk] into ram disk...
    |/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-
    \|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/
    -\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-
    \|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/
    -\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-
    \|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/
    -\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-
    \|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/
    -\|/-\|/-\|/-\|/-\|done.
    VFS: Mounted root (cramfs filesystem) readonly.
    Freeing unused kernel memory: 164k init 4k chrp 32k prep
    NET: Registered protocol family 1
    hda: max request size: 128KiB
    hda: 14668416 sectors (7510 MB) w/512KiB Cache, CHS=14552/16/63,
    UDMA(33)
      /dev/ide/host0/bus0/target0/lun0: [mac] p1 p2 p3 p4 p5 p6 p7 p8
    kjournald starting. Commit interval 5 seconds
    EXT3-fs: mounted filesystem with ordered data mode.
    Adding 391592k swap on /dev/hda6. Priority:-1 extents:1
    EXT3 FS on hda3, internal journal
    hdb: ATAPI 24X CD-ROM drive, 128kB Cache, UDMA(33)
    Uniform CD-ROM driver Revision: 3.20
    kjournald starting. Commit interval 5 seconds
    EXT3 FS on hda8, internal journal
    EXT3-fs: mounted filesystem with ordered data mode.
    kjournald starting. Commit interval 5 seconds
    EXT3 FS on hda7, internal journal
    EXT3-fs: mounted filesystem with ordered data mode.
    kjournald starting. Commit interval 5 seconds
    EXT3 FS on hda4, internal journal
    EXT3-fs: mounted filesystem with ordered data mode.
    kjournald starting. Commit interval 5 seconds
    EXT3 FS on hda5, internal journal
    EXT3-fs: mounted filesystem with ordered data mode.
    sungem.c:v0.98 8/24/03 David S. Miller (davem@redhat.com)
    divert: allocating divert_blk for eth0
    eth0: Sun GEM (PCI) 10/100/1000BaseT Ethernet 00:30:65:e6:43:1c
    PHY ID: 406212, addr: 0
    eth0: Found BCM5201 PHY
    ts: Compaq touchscreen protocol output
    Linux agpgart interface v0.100 (c) Dave Jones
    agpgart: Detected Apple UniNorth chipset
    agpgart: Maximum main memory to use for agp memory: 263M
    agpgart: configuring for size idx: 4
    agpgart: AGP aperture is 16M @ 0x0
    usbcore: registered new driver usbfs
    usbcore: registered new driver hub
    ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
    ohci_hcd: block sizes: ed 64 td 64
    PCI: Enabling device 0001:01:18.0 (0000 -> 0002)
    ohci_hcd 0001:01:18.0: Apple Computer Inc. KeyLargo USB
    ohci_hcd 0001:01:18.0: irq 27, pci mem d594e000
    ohci_hcd 0001:01:18.0: new USB bus registered, assigned bus number 1
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 2 ports detected
    PCI: Enabling device 0001:01:19.0 (0000 -> 0002)
    ohci_hcd 0001:01:19.0: Apple Computer Inc. KeyLargo USB (#2)
    ohci_hcd 0001:01:19.0: irq 28, pci mem d59c9000
    ohci_hcd 0001:01:19.0: new USB bus registered, assigned bus number 2
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    usb 1-1: new full speed USB device using address 2
    usb 2-1: new full speed USB device using address 2
    hub 2-1:1.0: USB hub found
    hub 2-1:1.0: 4 ports detected
    usb 2-1.1: new low speed USB device using address 3
    usb 2-1.2: new low speed USB device using address 4
    drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 2 if 0
    alt 0 proto 2 vid 0x03F0 pid 0x7304
    usbcore: registered new driver usblp
    drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
    usbcore: registered new driver hiddev
    input: USB HID v1.00 Keyboard [Alps Electric M2452] on
    usb-0001:01:19.0-1.1
    input: USB HID v1.00 Mouse [Logitech M4848] on usb-0001:01:19.0-1.2
    usbcore: registered new driver usbhid
    drivers/usb/input/hid-core.c: v2.0:USB HID core driver
    PHY ID: 406212, addr: 0
    eth0: Link is up at 100 Mbps, full-duplex.
    eth0: Pause is disabled
    NET: Registered protocol family 5
    NET: Registered protocol family 10
    Disabled Privacy Extensions on device c0236384(lo)
    IPv6 over IPv4 tunneling driver
    divert: not allocating divert_blk for non-ethernet device sit0
    eth0: no IPv6 routers present


  • Next message: Ernest Johanson: "Re: NIS Problems"