Your message dated Mon, 27 Aug 2007 11:43:43 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#76291: xserver-xfree86: [ati/atimisc] support for color 
depths greater than 8 bits desired on Mach64 GX rev 3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: xserver-xfree86
Version: 4.0.2-1
Severity: normal

ATI Mach64 PCI card with 2MB RAM (OEM version) does not run 
X-4 on my system, while X-3 was running smoothly on it. (My other
box with Voodoo3000 runs X-4 no problem.)

If DefaultDepth 16 is used, it can not start X at all.
Concered entry in log is following:
(WW) Registering the following despite conflicts with estimated resources:
        [0] 0   0x000001ce - 0x0000f3fe  IS[S]

If DefaultDepth 1 is used, it can start x but scrambled color is 
overlayed.  This looks like some other process is overwriting color
table of color table is reading from wrong address.

Configuration file for DefaultDepth 16 is attached.
Configuration file for DefaultDepth 1 is same except for this entry.
    (Many modules are disabled for simplicity.)

Logs for each attached.

/proc/pci is also attached as reference proc_pci. As you can see
this system is loaded with PCI devices. (2 NICs, Sound, Video, ...)

---------------------
Side notes:

I use debian default 2.2.18 kernel as is, so no FB support for 
ATI is compiled-in.  Also VGA, and VESA FB is absent while Matrox 
seems to have module in kernel. (I do not know why??? strange.)

When I compiled ATI/VGA/VESA into kernel, kernel started with 
scrambled graphic penguin boot logo.  Looks like this is a 
similar problem to X-4. I could telnet into this system to shutdown.

||/ Name           Version        Description
+++-==============-==============-============================================
ii  xserver-xfree8 4.0.2-1        the XFree86 X server
 
-- 
+  Osamu Aoki <[EMAIL PROTECTED]>, GnuPG-key: 1024D/D5DE453D  +
+   Fingerprint: 814E BD64 3288 40E7 E88E  3D92 C3F8 EA94 D5DE 453D   +
+   === http://www.aokiconsulting.com ======= Cupertino, CA USA ===   +

# XF86Config-4 (XFree86 server configuration file) generated by Dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)

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

Section "ServerFlags"
EndSection

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

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

Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/gpmdata"
        Option          "Protocol"              "IntelliMouse"
EndSection

Section "Device"
        Identifier      "ATI Mach64"
        Driver          "ati"
EndSection

Section "Monitor"
        Identifier      "Nanao FlexScan F550i"
        HorizSync   31.5 - 57.0

#    HorizSync  30-64         # multisync
#    HorizSync  31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync  15-25, 30-50  # multiple ranges of sync frequencies

# 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-100
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Mach64"
        Monitor         "Nanao FlexScan F550i"
        DefaultDepth    16
        SubSection "Display"
                Depth           1
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

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

Section "DRI"
        Mode    0666
EndSection

# end of XF86Config
XFree86 Version 4.0.2 / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date: 18 December 2000
        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.2.18 i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Sat Feb 17 23:46:22 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 "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Nanao FlexScan F550i"
(**) |   |-->Device "ATI Mach64"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(**) |-->Input Device "Generic Mouse"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
        Entry deleted from font path.
(**) FontPath set to 
"unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 9

(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.2, 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.2, 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 8086,7100 card 0000,0000 rev 01 class 06,00,00 hdr 00
(II) PCI: 00:07:0: chip 8086,7110 card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card 0000,0000 rev 01 class 06,80,00 hdr 00
(II) PCI: 00:08:0: chip 11ad,c115 card 11ad,c001 rev 25 class 02,00,00 hdr 00
(II) PCI: 00:09:0: chip 11ad,0002 card 2646,f002 rev 20 class 02,00,00 hdr 00
(II) PCI: 00:0a:0: chip 1274,5880 card 1274,2003 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:0b:0: chip 1002,4758 card 0000,0000 rev 03 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.2, 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) 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:7: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:*(0:11:0) ATI Mach64 GX rev 3, Mem @ 0xfe000000/24
(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  0xffe40000 - 0xffe7ffff (0x40000) MX[B]E
        [1] -1  0xffeef000 - 0xffeeffff (0x1000) MX[B]E
        [2] -1  0xffe80000 - 0xffefffff (0x80000) MX[B]E
        [3] -1  0xffeef800 - 0xffeeffff (0x800) MX[B]E
        [4] -1  0xffef0000 - 0xffefffff (0x10000) MX[B](B)
        [5] -1  0xfe000000 - 0xfeffffff (0x1000000) MX[B](B)
        [6] -1  0x0000c000 - 0x0000c0ff (0x100) IX[B]E
        [7] -1  0x0000c800 - 0x0000c8ff (0x100) IX[B]E
        [8] -1  0x0000d000 - 0x0000d0ff (0x100) IX[B]E
        [9] -1  0x00005800 - 0x000058ff (0x100) IX[B]E
        [10] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
(II) PCI Memory resource overlap reduced 0xffeef000 from 0xffeeffff to 
0xffeef7ff
(II) PCI Memory resource overlap reduced 0xffe80000 from 0xffefffff to 
0xffebffff
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0xffe40000 - 0xffe7ffff (0x40000) MX[B]E
        [1] -1  0xffeef000 - 0xffeef7ff (0x800) MX[B]E
        [2] -1  0xffe80000 - 0xffebffff (0x40000) MX[B]E
        [3] -1  0xffeef800 - 0xffeeffff (0x800) MX[B]E
        [4] -1  0xffef0000 - 0xffefffff (0x10000) MX[B](B)
        [5] -1  0xfe000000 - 0xfeffffff (0x1000000) MX[B](B)
        [6] -1  0x0000c000 - 0x0000c0ff (0x100) IX[B]E
        [7] -1  0x0000c800 - 0x0000c8ff (0x100) IX[B]E
        [8] -1  0x0000d000 - 0x0000d0ff (0x100) IX[B]E
        [9] -1  0x00005800 - 0x000058ff (0x100) IX[B]E
        [10] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0xffe00000 - 0xffdfffff (0x0) 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 - 0xffdfffff (0x0) 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  0xffe40000 - 0xffe7ffff (0x40000) MX[B]E
        [6] -1  0xffeef000 - 0xffeef7ff (0x800) MX[B]E
        [7] -1  0xffe80000 - 0xffebffff (0x40000) MX[B]E
        [8] -1  0xffeef800 - 0xffeeffff (0x800) MX[B]E
        [9] -1  0xffef0000 - 0xffefffff (0x10000) MX[B](B)
        [10] -1 0xfe000000 - 0xfeffffff (0x1000000) MX[B](B)
        [11] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
        [12] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]E
        [13] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B]E
        [14] -1 0x0000d000 - 0x0000d0ff (0x100) IX[B]E
        [15] -1 0x00005800 - 0x000058ff (0x100) IX[B]E
        [16] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.0.2, 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: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
        compiled for 4.0.2, 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.2, 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 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 00:0b:0
(II) ATI:  Candidate "Device" section "ATI Mach64".
(II) ATI:  Shared PCI Mach64 in slot 0:11:0 with sparse PIO base 0x02EC 
detected.
(II) ATI:  VGA Wonder at I/O port 0x01CE detected.
(II) ATI:  Shared PCI Mach64 in slot 0:11:0 assigned to active "Device" section 
"ATI Mach64".
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0xffe00000 - 0xffdfffff (0x0) 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  0xffe40000 - 0xffe7ffff (0x40000) MX[B]E
        [6] -1  0xffeef000 - 0xffeef7ff (0x800) MX[B]E
        [7] -1  0xffe80000 - 0xffebffff (0x40000) MX[B]E
        [8] -1  0xffeef800 - 0xffeeffff (0x800) MX[B]E
        [9] -1  0xffef0000 - 0xffefffff (0x10000) MX[B](B)
        [10] -1 0xfe000000 - 0xfeffffff (0x1000000) MX[B](B)
        [11] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
        [12] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]E
        [13] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B]E
        [14] -1 0x0000d000 - 0x0000d0ff (0x100) IX[B]E
        [15] -1 0x00005800 - 0x000058ff (0x100) IX[B]E
        [16] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0xffe00000 - 0xffdfffff (0x0) 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  0xffe40000 - 0xffe7ffff (0x40000) MX[B]E
        [6] -1  0xffeef000 - 0xffeef7ff (0x800) MX[B]E
        [7] -1  0xffe80000 - 0xffebffff (0x40000) MX[B]E
        [8] -1  0xffeef800 - 0xffeeffff (0x800) MX[B]E
        [9] -1  0xffef0000 - 0xffefffff (0x10000) MX[B](B)
        [10] -1 0xfe000000 - 0xfeffffff (0x1000000) MX[B](B)
        [11] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
        [12] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]E
        [13] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B]E
        [14] -1 0x0000d000 - 0x0000d0ff (0x100) IX[B]E
        [15] -1 0x00005800 - 0x000058ff (0x100) IX[B]E
        [16] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0xffe00000 - 0xffdfffff (0x0) 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  0xffe40000 - 0xffe7ffff (0x40000) MX[B]E
        [6] -1  0xffeef000 - 0xffeef7ff (0x800) MX[B]E
        [7] -1  0xffe80000 - 0xffebffff (0x40000) MX[B]E
        [8] -1  0xffeef800 - 0xffeeffff (0x800) MX[B]E
        [9] -1  0xffef0000 - 0xffefffff (0x10000) MX[B](B)
        [10] -1 0xfe000000 - 0xfeffffff (0x1000000) MX[B](B)
        [11] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
        [12] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]E
        [13] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B]E
        [14] -1 0x0000d000 - 0x0000d0ff (0x100) IX[B]E
        [15] -1 0x00005800 - 0x000058ff (0x100) IX[B]E
        [16] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
(II) Loading sub module "atimisc"
(II) LoadModule: "atimisc"
(II) Loading /usr/X11R6/lib/modules/drivers/atimisc_drv.o
(II) Module ati: vendor="The XFree86 Project"
        compiled for 4.0.2, module version = 6.2.3
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.3
(WW) Registering the following despite conflicts with estimated resources:
        [0] 0   0x000001ce - 0x0000f3fe  IS[S]
(II) resource ranges after probing:
        [0] -1  0xffe00000 - 0xffdfffff (0x0) 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  0xffe40000 - 0xffe7ffff (0x40000) MX[B]E
        [6] -1  0xffeef000 - 0xffeef7ff (0x800) MX[B]E
        [7] -1  0xffe80000 - 0xffebffff (0x40000) MX[B]E
        [8] -1  0xffeef800 - 0xffeeffff (0x800) MX[B]E
        [9] -1  0xffef0000 - 0xffefffff (0x10000) MX[B](B)
        [10] -1 0xfe000000 - 0xfeffffff (0x1000000) MX[B](B)
        [11] 0  0x000a0000 - 0x000affff (0x10000) MS[B]
        [12] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [13] 0  0x000b8000 - 0x000bffff (0x8000) MS[B]
        [14] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
        [15] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]E
        [16] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B]E
        [17] -1 0x0000d000 - 0x0000d0ff (0x100) IX[B]E
        [18] -1 0x00005800 - 0x000058ff (0x100) IX[B]E
        [19] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
        [20] 0  0x000002ec - 0x000003fc  IS[S]
        [21] 0  0x000003b0 - 0x000003bb (0xc) IS[B]
        [22] 0  0x000003c0 - 0x000003df (0x20) IS[B]
        [23] 0  0x000001ce - 0x0000f3fe  IS[S]
(II) Setting vga for screen 0.
(==) ATI(0): Chipset:  "ati".
(**) ATI(0): Depth 16, (--) framebuffer bpp 16
(EE) ATI(0): Depth 16 is not supported through this adapter.
(II) UnloadModule: "ati"
(II) UnloadModule: "atimisc"
(II) Unloading /usr/X11R6/lib/modules/drivers/atimisc_drv.o
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

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]

XFree86 Version 4.0.2 / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date: 18 December 2000
        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.2.18 i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Sat Feb 17 23:55:46 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 "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Nanao FlexScan F550i"
(**) |   |-->Device "ATI Mach64"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(**) |-->Input Device "Generic Mouse"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
        Entry deleted from font path.
(**) FontPath set to 
"unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 9

(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.2, 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.2, 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 8086,7100 card 0000,0000 rev 01 class 06,00,00 hdr 00
(II) PCI: 00:07:0: chip 8086,7110 card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card 0000,0000 rev 01 class 06,80,00 hdr 00
(II) PCI: 00:08:0: chip 11ad,c115 card 11ad,c001 rev 25 class 02,00,00 hdr 00
(II) PCI: 00:09:0: chip 11ad,0002 card 2646,f002 rev 20 class 02,00,00 hdr 00
(II) PCI: 00:0a:0: chip 1274,5880 card 1274,2003 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:0b:0: chip 1002,4758 card 0000,0000 rev 03 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.2, 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) 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:7: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:*(0:11:0) ATI Mach64 GX rev 3, Mem @ 0xfe000000/24
(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  0xffe40000 - 0xffe7ffff (0x40000) MX[B]E
        [1] -1  0xffeef000 - 0xffeeffff (0x1000) MX[B]E
        [2] -1  0xffe80000 - 0xffefffff (0x80000) MX[B]E
        [3] -1  0xffeef800 - 0xffeeffff (0x800) MX[B]E
        [4] -1  0xffef0000 - 0xffefffff (0x10000) MX[B](B)
        [5] -1  0xfe000000 - 0xfeffffff (0x1000000) MX[B](B)
        [6] -1  0x0000c000 - 0x0000c0ff (0x100) IX[B]E
        [7] -1  0x0000c800 - 0x0000c8ff (0x100) IX[B]E
        [8] -1  0x0000d000 - 0x0000d0ff (0x100) IX[B]E
        [9] -1  0x00005800 - 0x000058ff (0x100) IX[B]E
        [10] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
(II) PCI Memory resource overlap reduced 0xffeef000 from 0xffeeffff to 
0xffeef7ff
(II) PCI Memory resource overlap reduced 0xffe80000 from 0xffefffff to 
0xffebffff
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0xffe40000 - 0xffe7ffff (0x40000) MX[B]E
        [1] -1  0xffeef000 - 0xffeef7ff (0x800) MX[B]E
        [2] -1  0xffe80000 - 0xffebffff (0x40000) MX[B]E
        [3] -1  0xffeef800 - 0xffeeffff (0x800) MX[B]E
        [4] -1  0xffef0000 - 0xffefffff (0x10000) MX[B](B)
        [5] -1  0xfe000000 - 0xfeffffff (0x1000000) MX[B](B)
        [6] -1  0x0000c000 - 0x0000c0ff (0x100) IX[B]E
        [7] -1  0x0000c800 - 0x0000c8ff (0x100) IX[B]E
        [8] -1  0x0000d000 - 0x0000d0ff (0x100) IX[B]E
        [9] -1  0x00005800 - 0x000058ff (0x100) IX[B]E
        [10] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0xffe00000 - 0xffdfffff (0x0) 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 - 0xffdfffff (0x0) 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  0xffe40000 - 0xffe7ffff (0x40000) MX[B]E
        [6] -1  0xffeef000 - 0xffeef7ff (0x800) MX[B]E
        [7] -1  0xffe80000 - 0xffebffff (0x40000) MX[B]E
        [8] -1  0xffeef800 - 0xffeeffff (0x800) MX[B]E
        [9] -1  0xffef0000 - 0xffefffff (0x10000) MX[B](B)
        [10] -1 0xfe000000 - 0xfeffffff (0x1000000) MX[B](B)
        [11] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
        [12] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]E
        [13] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B]E
        [14] -1 0x0000d000 - 0x0000d0ff (0x100) IX[B]E
        [15] -1 0x00005800 - 0x000058ff (0x100) IX[B]E
        [16] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.0.2, 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: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
        compiled for 4.0.2, 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.2, 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 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 00:0b:0
(II) ATI:  Candidate "Device" section "ATI Mach64".
(II) ATI:  Shared PCI Mach64 in slot 0:11:0 with sparse PIO base 0x02EC 
detected.
(II) ATI:  VGA Wonder at I/O port 0x01CE detected.
(II) ATI:  Shared PCI Mach64 in slot 0:11:0 assigned to active "Device" section 
"ATI Mach64".
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0xffe00000 - 0xffdfffff (0x0) 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  0xffe40000 - 0xffe7ffff (0x40000) MX[B]E
        [6] -1  0xffeef000 - 0xffeef7ff (0x800) MX[B]E
        [7] -1  0xffe80000 - 0xffebffff (0x40000) MX[B]E
        [8] -1  0xffeef800 - 0xffeeffff (0x800) MX[B]E
        [9] -1  0xffef0000 - 0xffefffff (0x10000) MX[B](B)
        [10] -1 0xfe000000 - 0xfeffffff (0x1000000) MX[B](B)
        [11] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
        [12] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]E
        [13] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B]E
        [14] -1 0x0000d000 - 0x0000d0ff (0x100) IX[B]E
        [15] -1 0x00005800 - 0x000058ff (0x100) IX[B]E
        [16] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0xffe00000 - 0xffdfffff (0x0) 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  0xffe40000 - 0xffe7ffff (0x40000) MX[B]E
        [6] -1  0xffeef000 - 0xffeef7ff (0x800) MX[B]E
        [7] -1  0xffe80000 - 0xffebffff (0x40000) MX[B]E
        [8] -1  0xffeef800 - 0xffeeffff (0x800) MX[B]E
        [9] -1  0xffef0000 - 0xffefffff (0x10000) MX[B](B)
        [10] -1 0xfe000000 - 0xfeffffff (0x1000000) MX[B](B)
        [11] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
        [12] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]E
        [13] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B]E
        [14] -1 0x0000d000 - 0x0000d0ff (0x100) IX[B]E
        [15] -1 0x00005800 - 0x000058ff (0x100) IX[B]E
        [16] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0xffe00000 - 0xffdfffff (0x0) 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  0xffe40000 - 0xffe7ffff (0x40000) MX[B]E
        [6] -1  0xffeef000 - 0xffeef7ff (0x800) MX[B]E
        [7] -1  0xffe80000 - 0xffebffff (0x40000) MX[B]E
        [8] -1  0xffeef800 - 0xffeeffff (0x800) MX[B]E
        [9] -1  0xffef0000 - 0xffefffff (0x10000) MX[B](B)
        [10] -1 0xfe000000 - 0xfeffffff (0x1000000) MX[B](B)
        [11] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
        [12] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]E
        [13] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B]E
        [14] -1 0x0000d000 - 0x0000d0ff (0x100) IX[B]E
        [15] -1 0x00005800 - 0x000058ff (0x100) IX[B]E
        [16] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
(II) Loading sub module "atimisc"
(II) LoadModule: "atimisc"
(II) Loading /usr/X11R6/lib/modules/drivers/atimisc_drv.o
(II) Module ati: vendor="The XFree86 Project"
        compiled for 4.0.2, module version = 6.2.3
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.3
(WW) Registering the following despite conflicts with estimated resources:
        [0] 0   0x000001ce - 0x0000f3fe  IS[S]
(II) resource ranges after probing:
        [0] -1  0xffe00000 - 0xffdfffff (0x0) 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  0xffe40000 - 0xffe7ffff (0x40000) MX[B]E
        [6] -1  0xffeef000 - 0xffeef7ff (0x800) MX[B]E
        [7] -1  0xffe80000 - 0xffebffff (0x40000) MX[B]E
        [8] -1  0xffeef800 - 0xffeeffff (0x800) MX[B]E
        [9] -1  0xffef0000 - 0xffefffff (0x10000) MX[B](B)
        [10] -1 0xfe000000 - 0xfeffffff (0x1000000) MX[B](B)
        [11] 0  0x000a0000 - 0x000affff (0x10000) MS[B]
        [12] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [13] 0  0x000b8000 - 0x000bffff (0x8000) MS[B]
        [14] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
        [15] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]E
        [16] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B]E
        [17] -1 0x0000d000 - 0x0000d0ff (0x100) IX[B]E
        [18] -1 0x00005800 - 0x000058ff (0x100) IX[B]E
        [19] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
        [20] 0  0x000002ec - 0x000003fc  IS[S]
        [21] 0  0x000003b0 - 0x000003bb (0xc) IS[B]
        [22] 0  0x000003c0 - 0x000003df (0x20) IS[B]
        [23] 0  0x000001ce - 0x0000f3fe  IS[S]
(II) Setting vga for screen 0.
(==) ATI(0): Chipset:  "ati".
(**) ATI(0): Depth 1, (--) framebuffer bpp 1
(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.2, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.3
(II) ATI(0): Primary V_BIOS segment is: 0xc000
(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.2, 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.2, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.3
(II) ATI(0): VESA BIOS detected
(II) ATI(0): VESA VBE Version 1.2
(II) ATI(0): VESA VBE Total Mem: 2048 kB
(II) ATI(0): VESA VBE OEM: ATI MACH64
(WW) System lacks support for changing MTRRs
(--) ATI(0): ATI 88800GX-F graphics controller detected.
(--) ATI(0): Chip type 4758 "GX", class 0, revision 0x03.
(--) ATI(0): PCI bus interface detected;  sparse I/O base is 0x02EC.
(--) ATI(0): VGA Wonder registers at I/O port 0x01CE.
(--) ATI(0): ATI Mach64 adapter detected.
(--) ATI(0): IBM RGB 514 or similar RAMDAC detected.
(==) ATI(0): RGB weight 666
(==) ATI(0): Default visual is StaticGray
(II) ATI(0): Using VGA CRTC.
(!!) ATI(0): VideoRAM reduced to 1024 kB due to hardware limitations.
(WW) ATI(0): Linear aperture not supported in this configuration.
(WW) ATI(0): Acceleration not supported in this configuration.
(--) ATI(0): 2048 kB of Enhanced VRAM (256Kx16 with short shift register) 
detected (using 256 kB).
(WW) ATI(0): Cannot shadow a banked frame buffer.
(--) ATI(0): ATI 18818 or ICS 2595 or similar programmable clock generator 
detected.
(--) ATI(0): Reference clock 157.5/11 (14.318) MHz.
(II) ATI(0): Nanao FlexScan F550i: Using hsync range of 31.50-57.00 kHz
(II) ATI(0): Nanao FlexScan F550i: Using vrefresh range of 50.00-100.00 Hz
(II) ATI(0): Clock range:   9.00 to  80.00 MHz
(WW) ATI(0): Default mode "1024x768" deleted (hsync out of range)
(WW) ATI(0): Default mode "1024x768" deleted (bad mode 
clock/interlace/doublescan)
(WW) ATI(0): Default mode "1152x864" deleted (bad mode 
clock/interlace/doublescan)
(WW) ATI(0): Default mode "1280x960" deleted (bad mode 
clock/interlace/doublescan)
(WW) ATI(0): Default mode "1280x960" deleted (bad mode 
clock/interlace/doublescan)
(WW) ATI(0): Default mode "1280x1024" deleted (bad mode 
clock/interlace/doublescan)
(WW) ATI(0): Default mode "1280x1024" deleted (bad mode 
clock/interlace/doublescan)
(WW) ATI(0): Default mode "1280x1024" deleted (bad mode 
clock/interlace/doublescan)
(WW) ATI(0): Default mode "1600x1200" deleted (horizontal timing out of range)
(WW) ATI(0): Default mode "1600x1200" deleted (horizontal timing out of range)
(WW) ATI(0): Default mode "1600x1200" deleted (horizontal timing out of range)
(WW) ATI(0): Default mode "1600x1200" deleted (horizontal timing out of range)
(WW) ATI(0): Default mode "1600x1200" deleted (horizontal timing out of range)
(WW) ATI(0): Default mode "1792x1344" deleted (insufficient memory for mode)
(WW) ATI(0): Default mode "1792x1344" deleted (insufficient memory for mode)
(WW) ATI(0): Default mode "1856x1392" deleted (insufficient memory for mode)
(WW) ATI(0): Default mode "1856x1392" deleted (insufficient memory for mode)
(WW) ATI(0): Default mode "1920x1440" deleted (insufficient memory for mode)
(WW) ATI(0): Default mode "1920x1440" deleted (insufficient memory for mode)
(--) ATI(0): Virtual size is 1024x768 (pitch 1024)
(**) ATI(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(**) ATI(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) ATI(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(++) ATI(0): DPI set to (100, 100)
(II) Loading sub module "xf1bpp"
(II) LoadModule: "xf1bpp"
(II) Loading /usr/X11R6/lib/modules/libxf1bpp.a
(II) Module xf1bpp: vendor="The XFree86 Project"
        compiled for 4.0.2, module version = 1.0.0
        ABI class: XFree86 ANSI C Emulation, version 0.1
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0xfe000000 - 0xfeffffff (0x1000000) MS[B]
        [1] -1  0xffe00000 - 0xffdfffff (0x0) MX[B](B)
        [2] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [3] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [4] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [5] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [6] -1  0xffe40000 - 0xffe7ffff (0x40000) MX[B]E
        [7] -1  0xffeef000 - 0xffeef7ff (0x800) MX[B]E
        [8] -1  0xffe80000 - 0xffebffff (0x40000) MX[B]E
        [9] -1  0xffeef800 - 0xffeeffff (0x800) MX[B]E
        [10] -1 0xffef0000 - 0xffefffff (0x10000) MX[B](B)
        [11] -1 0xfe000000 - 0xfeffffff (0x1000000) 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] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
        [16] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]E
        [17] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B]E
        [18] -1 0x0000d000 - 0x0000d0ff (0x100) IX[B]E
        [19] -1 0x00005800 - 0x000058ff (0x100) IX[B]E
        [20] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
        [21] 0  0x000002ec - 0x000003fc  IS[S]
        [22] 0  0x000003b0 - 0x000003bb (0xc) IS[B]
        [23] 0  0x000003c0 - 0x000003df (0x20) IS[B]
        [24] 0  0x000001ce - 0x0000f3fe  IS[S]
(==) ATI(0): Backing store disabled
(**) Option "dpms"
(**) ATI(0): DPMS enabled
(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
(II) Keyboard "Generic Keyboard" handled by legacy driver
(**) Option "Protocol" "IntelliMouse"
(**) Generic Mouse: Protocol: "IntelliMouse"
(**) Generic Mouse: Core Pointer
(**) Option "Device" "/dev/gpmdata"
(==) Generic Mouse: Buttons: 3
(**) Option "BaudRate" "1200"
(**) Generic Mouse: BaudRate: 1200
(II) XINPUT: Adding extended input device "Generic Mouse" (type: MOUSE)
Could not init font path element /usr/lib/X11/fonts/Speedo, removing from list!
PCI devices found:
  Bus  0, device   0, function  0:
    Host bridge: Intel 82439TX (rev 1).
      Medium devsel.  Master Capable.  Latency=32.  
  Bus  0, device   7, function  0:
    ISA bridge: Intel 82371AB PIIX4 ISA (rev 1).
      Medium devsel.  Fast back-to-back capable.  Master Capable.  No bursts.  
  Bus  0, device   7, function  1:
    IDE interface: Intel 82371AB PIIX4 IDE (rev 1).
      Medium devsel.  Fast back-to-back capable.  Master Capable.  Latency=32.  
      I/O at 0xffa0 [0xffa1].
  Bus  0, device   7, function  2:
    USB Controller: Intel 82371AB PIIX4 USB (rev 1).
      Medium devsel.  Fast back-to-back capable.  Master Capable.  Latency=64.  
      I/O at 0x5800 [0x5801].
  Bus  0, device   7, function  3:
    Bridge: Intel 82371AB PIIX4 ACPI (rev 1).
      Medium devsel.  Fast back-to-back capable.  
  Bus  0, device   8, function  0:
    Ethernet controller: LiteOn Unknown device (rev 37).
      Vendor id=11ad. Device id=c115.
      Medium devsel.  Fast back-to-back capable.  IRQ 10.  Master Capable.  
Latency=64.  Min Gnt=8.Max Lat=56.
      I/O at 0xd000 [0xd001].
      Non-prefetchable 32 bit memory at 0xffeef800 [0xffeef800].
  Bus  0, device   9, function  0:
    Ethernet controller: LiteOn LNE100TX (rev 32).
      Medium devsel.  Fast back-to-back capable.  IRQ 9.  Master Capable.  
Latency=64.  
      I/O at 0xc800 [0xc801].
      Non-prefetchable 32 bit memory at 0xffeef000 [0xffeef000].
  Bus  0, device  10, function  0:
    Multimedia audio controller: Ensoniq Unknown device (rev 2).
      Vendor id=1274. Device id=5880.
      Slow devsel.  IRQ 5.  Master Capable.  Latency=64.  Min Gnt=12.Max 
Lat=128.
      I/O at 0xc000 [0xc001].
  Bus  0, device  11, function  0:
    VGA compatible controller: ATI 210888GX (rev 3).
      Medium devsel.  
      Non-prefetchable 32 bit memory at 0xfe000000 [0xfe000000].

--- End Message ---
--- Begin Message ---
Closing since people don't have this board anymore or didn't reply. If
anybody still thinks that the support for mach64 boards is bad, feel
free to reopen.

Brice


--- End Message ---

Reply via email to