Hi,

I'm trying to get a GeForce2 MX/MX 400 PCI working as a
second head under Solaris 8 running on a Tyan Thunder K7 dual-Athlon
motherboard.

I'm using an XFree86 snapshot from CVS taken on 011128.  I had to
make the following changes to the Module section to get it to load
without encountering unresolved symbols:

  -        Load  "xtrap"
  +#       Load  "xtrap"
  +        Load  "i2c"
  +        Load  "ddc"


The primary head is an ATI Radeon 7500 that is working beautifully
while connected to a ViewSonic VP201mb 1600x1200 digital LCD display.
I want to get the Nvidia PCI card working so that I can have a second
digital head at 1280x1024.  The onboard ATI is unused.

The GeForce2 soft-boots when I run XFree86 -configure.  The lines

   (II) NV(2): VESA BIOS detected
   (II) NV(2): VESA VBE DDC supported

appear flashing at the bottom of the second head.

When I try to add the relevant configuration to /etc/X11/XF86Config,
the Xserver catches a Signal 11 after printing the message

   (II) NV(1): Initializing int10

   Fatal server error:
   Caught signal 11.  Server aborting

   ...

on the second head.

I've attached the following files to this mail:

    (1) The XF86Config.new generated by XFree86 -configure
    (2) XFree86.0.log.configure from the configure run
    (3) My /etc/X11/XF86Config
    (4) XFree86.0.log.bad from the normal startup

Any insight would be appreciated.  I'm off to rebuild with full debugging ...

Regards,

  Bill Rugolsky
Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        Screen      2  "Screen2" RightOf "Screen1"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "extmod"
        Load  "glx"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "speedo"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/mouse"
EndSection

Section "Monitor"
        #DisplaySize      410   310     # mm
        Identifier   "Monitor0"
        VendorName   "VSC"
        ModelName    "VP201mb"
        Option      "DPMS"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Monitor"
        Identifier   "Monitor2"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "Dac8Bit"                   # [<bool>]
        #Option     "crt_screen"                # [<bool>]
        #Option     "PanelSize"                 # [<str>]
        #Option     "UseFBDev"                  # [<bool>]
        Identifier  "Card0"
        Driver      "ati"
        VendorName  "ATI"
        BoardName   "Radeon 7500 QW"
        BusID       "PCI:1:5:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoKey"                  # <i>
        #Option     "FlatPanel"                 # [<bool>]
        Identifier  "Card1"
        Driver      "nv"
        VendorName  "NVidia"
        BoardName   "GeForce2 MX/MX 400"
        BusID       "PCI:0:9:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "accel"                     # [<bool>]
        #Option     "crt_screen"                # [<bool>]
        #Option     "composite_sync"            # [<bool>]
        #Option     "hw_cursor"                 # [<bool>]
        #Option     "linear"                    # [<bool>]
        #Option     "mmio_cache"                # [<bool>]
        #Option     "probe_clocks"              # [<bool>]
        #Option     "reference_clock"           # <freq>
        #Option     "shadow_fb"                 # [<bool>]
        #Option     "sw_cursor"                 # [<bool>]
        Identifier  "Card2"
        Driver      "ati"
        VendorName  "ATI"
        BoardName   "Mach64 GR"
        ChipSet     "ati"
        ChipId      0x4752
        ChipRev     0x27
        BusID       "PCI:0:14:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Depth     1
        EndSubSection
        SubSection "Display"
                Depth     4
        EndSubSection
        SubSection "Display"
                Depth     8
        EndSubSection
        SubSection "Display"
                Depth     15
        EndSubSection
        SubSection "Display"
                Depth     16
        EndSubSection
        SubSection "Display"
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Card1"
        Monitor    "Monitor1"
        SubSection "Display"
                Depth     1
        EndSubSection
        SubSection "Display"
                Depth     4
        EndSubSection
        SubSection "Display"
                Depth     8
        EndSubSection
        SubSection "Display"
                Depth     15
        EndSubSection
        SubSection "Display"
                Depth     16
        EndSubSection
        SubSection "Display"
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen2"
        Device     "Card2"
        Monitor    "Monitor2"
        SubSection "Display"
                Depth     1
        EndSubSection
        SubSection "Display"
                Depth     4
        EndSubSection
        SubSection "Display"
                Depth     8
        EndSubSection
        SubSection "Display"
                Depth     15
        EndSubSection
        SubSection "Display"
                Depth     16
        EndSubSection
        SubSection "Display"
                Depth     24
        EndSubSection
EndSection


This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
to [EMAIL PROTECTED]  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.1.99.1 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: xx November 2001
        If the server is older than 6-12 months, or if your card is
        newer than the above date, look for a newer version before
        reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: SunOS 5.8 Generic_108529-12 i86pc 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Mon Dec  3 12:23:06 2001
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.1
        XFree86 Video Driver: 0.5
        XFree86 XInput driver : 0.3
        XFree86 Server Extension : 0.1
        XFree86 Font Renderer : 0.3
(II) Loader running on solaris
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1022,700c card 0000,0000 rev 11 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1022,700d card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1022,7410 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1022,7411 card 0000,0000 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:07:3: chip 1022,7413 card 0000,0000 rev 01 class 06,80,00 hdr 00
(II) PCI: 00:09:0: chip 10de,0110 card 0000,0000 rev b2 class 03,00,00 hdr 00
(II) PCI: 00:0b:0: chip 8086,1229 card 8086,0040 rev 0c class 02,00,00 hdr 00
(II) PCI: 00:0d:0: chip 9005,00cf card 10f1,2462 rev 01 class 01,00,00 hdr 80
(II) PCI: 00:0d:1: chip 9005,00cf card 10f1,2462 rev 01 class 01,00,00 hdr 80
(II) PCI: 00:0e:0: chip 1002,4752 card 0000,0000 rev 27 class 03,00,00 hdr 00
(II) PCI: 00:0f:0: chip 10b7,9805 card 10f1,2462 rev 78 class 02,00,00 hdr 00
(II) PCI: 00:10:0: chip 10b7,9805 card 10f1,2462 rev 78 class 02,00,00 hdr 00
(II) PCI: 01:05:0: chip 1002,5157 card 1002,013a rev 00 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
        [0] -1  0x00003000 - 0x000030ff (0x100) IX[B]
        [1] -1  0x00003400 - 0x000034ff (0x100) IX[B]
        [2] -1  0x00003800 - 0x000038ff (0x100) IX[B]
        [3] -1  0x00003c00 - 0x00003cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0xe3000000 - 0xe30fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI: (0:9:0) NVidia GeForce2 MX/MX 400 rev 178, Mem @ 0xe1000000/24, 0xe8000000/27
(--) PCI: (0:14:0) ATI Mach64 GR rev 39, Mem @ 0xe2000000/24, 0xe0024000/12, I/O @ 
0x2000/8
(--) PCI:*(1:5:0) ATI Radeon 7500 QW rev 0, Mem @ 0xf0000000/27, 0xe3000000/16, I/O @ 
0x3000/8
List of video drivers:
        atimisc
        r128
        radeon
        mga
        glint
        nv
        tga
        s3
        s3virge
        sis
        rendition
        neomagic
        i740
        tdfx
        savage
        cirrus
        vmware
        tseng
        trident
        chips
        apm
        fbdev
        i128
        ati
        i810
        imstt
        ark
        cyrix
        siliconmotion
        vesa
        vga
(II) LoadModule: "atimisc"
(II) Loading /usr/X11R6/lib/modules/drivers/atimisc_drv.o
(II) Module atimisc: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 6.4.7
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "r128"
(II) Loading /usr/X11R6/lib/modules/drivers/r128_drv.o
(II) Module r128: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 4.0.1
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 4.0.1
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "mga"
(II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
(II) Module mga: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.1.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "glint"
(II) Loading /usr/X11R6/lib/modules/drivers/glint_drv.o
(II) Module glint: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "nv"
(II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o
(II) Module nv: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.1
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "tga"
(II) Loading /usr/X11R6/lib/modules/drivers/tga_drv.o
(II) Module tga: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "s3"
(II) Loading /usr/X11R6/lib/modules/drivers/s3_drv.o
(II) Module s3: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 0.3.5
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "s3virge"
(II) Loading /usr/X11R6/lib/modules/drivers/s3virge_drv.o
(II) Module s3virge: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.8.1
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "sis"
(II) Loading /usr/X11R6/lib/modules/drivers/sis_drv.o
(II) Module sis: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 0.6.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "rendition"
(II) Loading /usr/X11R6/lib/modules/drivers/rendition_drv.o
(II) Module rendition: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 4.0.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "neomagic"
(II) Loading /usr/X11R6/lib/modules/drivers/neomagic_drv.o
(II) Module neomagic: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "i740"
(II) Loading /usr/X11R6/lib/modules/drivers/i740_drv.o
(II) Module i740: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "tdfx"
(II) Loading /usr/X11R6/lib/modules/drivers/tdfx_drv.o
(II) Module tdfx: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "savage"
(II) Loading /usr/X11R6/lib/modules/drivers/savage_drv.o
(II) Module savage: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.1.20
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "cirrus"
(II) Loading /usr/X11R6/lib/modules/drivers/cirrus_drv.o
(II) Module cirrus: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "vmware"
(II) Loading /usr/X11R6/lib/modules/drivers/vmware_drv.o
(II) Module vmware: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 10.7.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "tseng"
(II) Loading /usr/X11R6/lib/modules/drivers/tseng_drv.o
(II) Module tseng: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "trident"
(II) Loading /usr/X11R6/lib/modules/drivers/trident_drv.o
(II) Module trident: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "chips"
(II) Loading /usr/X11R6/lib/modules/drivers/chips_drv.o
(II) Module chips: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "apm"
(II) Loading /usr/X11R6/lib/modules/drivers/apm_drv.o
(II) Module apm: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "fbdev"
(II) Loading /usr/X11R6/lib/modules/drivers/fbdev_drv.o
(II) Module fbdev: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "i128"
(II) Loading /usr/X11R6/lib/modules/drivers/i128_drv.o
(II) Module i128: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 6.4.7
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "i810"
(II) Loading /usr/X11R6/lib/modules/drivers/i810_drv.o
(II) Module i810: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.1.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "imstt"
(II) Loading /usr/X11R6/lib/modules/drivers/imstt_drv.o
(II) Module imstt: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "ark"
(II) Loading /usr/X11R6/lib/modules/drivers/ark_drv.o
(II) Module ark: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 0.5.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "cyrix"
(II) Loading /usr/X11R6/lib/modules/drivers/cyrix_drv.o
(II) Module cyrix: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "siliconmotion"
(II) Loading /usr/X11R6/lib/modules/drivers/siliconmotion_drv.o
(II) Module siliconmotion: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.2.2
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "vesa"
(II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.o
(II) Module vesa: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "vga"
(II) Loading /usr/X11R6/lib/modules/drivers/vga_drv.o
(II) Module vga: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 4.0.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) Addressable bus resource ranges are
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
        [0] -1  0xe0023400 - 0xe00237ff (0x400) MX[B]E
        [1] -1  0xe0023000 - 0xe0023fff (0x1000) MX[B]E
        [2] -1  0xe0000000 - 0xe1ffffff (0x2000000) MX[B]E
        [3] -1  0xe0020000 - 0xe003ffff (0x20000) MX[B]E
        [4] -1  0xe0025000 - 0xe0025fff (0x1000) MX[B]E
        [5] -1  0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E
        [6] -1  0xe3000000 - 0xe300ffff (0x10000) MX[B](B)
        [7] -1  0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [8] -1  0x00001880 - 0x000018ff (0x80) IX[B]E
        [9] -1  0x00001800 - 0x000018ff (0x100) IX[B]E
        [10] -1 0x00001400 - 0x000014ff (0x100) IX[B]E
        [11] -1 0x00001000 - 0x000010ff (0x100) IX[B]E
        [12] -1 0x00001c00 - 0x00001cff (0x100) IX[B]E
        [13] -1 0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [14] -1 0x00001c50 - 0x00001c5f (0x10) IX[B]E
        [15] -1 0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
        [0] -1  0xe0024000 - 0xe0024fff (0x1000) MX[B](B)
        [1] -1  0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
        [2] -1  0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [3] -1  0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
        [4] -1  0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) PCI Memory resource overlap reduced 0xe0023000 from 0xe0023fff to 0xe00233ff
(II) PCI I/O resource overlap reduced 0x00001800 from 0x000018ff to 0x0000187f
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe1ffffff to 0xe001ffff
(II) PCI I/O resource overlap reduced 0x00001c00 from 0x00001cff to 0x00001c3f
(II) PCI Memory resource overlap reduced 0xe0020000 from 0xe003ffff to 0xe0021fff
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0xe0023400 - 0xe00237ff (0x400) MX[B]E
        [1] -1  0xe0023000 - 0xe00233ff (0x400) MX[B]E
        [2] -1  0xe0000000 - 0xe001ffff (0x20000) MX[B]E
        [3] -1  0xe0020000 - 0xe0021fff (0x2000) MX[B]E
        [4] -1  0xe0025000 - 0xe0025fff (0x1000) MX[B]E
        [5] -1  0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E
        [6] -1  0xe3000000 - 0xe300ffff (0x10000) MX[B](B)
        [7] -1  0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [8] -1  0x00001880 - 0x000018ff (0x80) IX[B]E
        [9] -1  0x00001800 - 0x0000187f (0x80) IX[B]E
        [10] -1 0x00001400 - 0x000014ff (0x100) IX[B]E
        [11] -1 0x00001000 - 0x000010ff (0x100) IX[B]E
        [12] -1 0x00001c00 - 0x00001c3f (0x40) IX[B]E
        [13] -1 0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [14] -1 0x00001c50 - 0x00001c5f (0x10) IX[B]E
        [15] -1 0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
        [0] -1  0xe0024000 - 0xe0024fff (0x1000) MX[B](B)
        [1] -1  0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
        [2] -1  0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [3] -1  0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
        [4] -1  0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 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  0xe0023400 - 0xe00237ff (0x400) MX[B]E
        [6] -1  0xe0023000 - 0xe00233ff (0x400) MX[B]E
        [7] -1  0xe0000000 - 0xe001ffff (0x20000) MX[B]E
        [8] -1  0xe0020000 - 0xe0021fff (0x2000) MX[B]E
        [9] -1  0xe0025000 - 0xe0025fff (0x1000) MX[B]E
        [10] -1 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E
        [11] -1 0xe3000000 - 0xe300ffff (0x10000) MX[B](B)
        [12] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [13] -1 0xe0024000 - 0xe0024fff (0x1000) MX[B](B)
        [14] -1 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
        [15] -1 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [16] -1 0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
        [17] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0x00001880 - 0x000018ff (0x80) IX[B]E
        [20] -1 0x00001800 - 0x0000187f (0x80) IX[B]E
        [21] -1 0x00001400 - 0x000014ff (0x100) IX[B]E
        [22] -1 0x00001000 - 0x000010ff (0x100) IX[B]E
        [23] -1 0x00001c00 - 0x00001c3f (0x40) IX[B]E
        [24] -1 0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [25] -1 0x00001c50 - 0x00001c5f (0x10) IX[B]E
        [26] -1 0x00003000 - 0x000030ff (0x100) IX[B](B)
        [27] -1 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) Primary Device is: PCI 01:05:0
(II) NV: driver for NVIDIA chipsets: RIVA128, RIVA TNT, RIVA TNT2,
        RIVA TNT2 Ultra, Vanta, RIVA TNT2 M64, Aladdin TNT2, GeForce 256,
        GeForce DDR, Quadro, GeForce2 GTS/Pro, GeForce2 Ti, GeForce2 Ultra,
        Quadro2 Pro, GeForce2 MX/MX 400, GeForce2 MX 100/200, 0x0170, 0x0171,
        0x0172, 0x0173, 0x0174, 0x0175, 0x0178, 0x017A, 0x017B, 0x017C,
        GeForce2 Integrated, Quadro2 MXR, GeForce2 Go, GeForce3,
        GeForce3 Ti 200, GeForce3 Ti 500, Quadro DDC, 0x0250, 0x0258
(II) Loading sub module "cirrus_laguna"
(II) LoadModule: "cirrus_laguna"
(II) Loading /usr/X11R6/lib/modules/drivers/cirrus_laguna.o
(II) Module cirrus_laguna: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "cirrus_alpine"
(II) LoadModule: "cirrus_alpine"
(II) Loading /usr/X11R6/lib/modules/drivers/cirrus_alpine.o
(II) Module cirrus_alpine: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(II) ATI:  Shared PCI/AGP Mach64 in slot 0:14:0 detected.
(II) ATI: ATI driver (version 6.4.7) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI),
        ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI),
        ATI Rage 128 RL (AGP), ATI Rage 128 SM (AGP),
        ATI Rage 128 Pro PD (PCI), ATI Rage 128 Pro PF (AGP),
        ATI Rage 128 Pro PP (PCI), ATI Rage 128 Pro PR (PCI),
        ATI Rage 128 Pro ULTRA TF (AGP), ATI Rage 128 Pro ULTRA TL (AGP),
        ATI Rage 128 Pro ULTRA TR (AGP), ATI Rage 128 Mobility LE (PCI),
        ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP),
        ATI Rage 128 Mobility ML (AGP)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
        ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
        ATI Radeon VE QY (AGP), ATI Radeon VE QZ (AGP),
        ATI Radeon Mobility LW (AGP), ATI Radeon Mobility LY (AGP),
        ATI Radeon Mobility LZ (AGP), ATI Radeon 8500 QL (AGP),
        ATI Radeon 7500 QW (AGP)
CYRIX: Device Sections found: 1
(II) VESA: driver for VESA chipsets: vesa
(II) VGA: Generic VGA driver (version 4.0) for chipsets: generic
(++) Using config file: "//XF86Config.new"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Card1"
(**) |-->Screen "Screen2" (2)
(**) |   |-->Monitor "Monitor2"
(**) |   |-->Device "Card2"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to 
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(II) ATI:  Candidate "Device" section "Card0".
(II) ATI:  Candidate "Device" section "Card2".
(II) ATI:  Shared PCI/AGP Mach64 in slot 0:14:0 detected.
(II) ATI:  Shared PCI/AGP Mach64 in slot 0:14:0 assigned to active "Device" section 
"Card2".
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xe0023400 - 0xe00237ff (0x400) MX[B]E
        [6] -1  0xe0023000 - 0xe00233ff (0x400) MX[B]E
        [7] -1  0xe0000000 - 0xe001ffff (0x20000) MX[B]E
        [8] -1  0xe0020000 - 0xe0021fff (0x2000) MX[B]E
        [9] -1  0xe0025000 - 0xe0025fff (0x1000) MX[B]E
        [10] -1 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E
        [11] -1 0xe3000000 - 0xe300ffff (0x10000) MX[B](B)
        [12] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [13] -1 0xe0024000 - 0xe0024fff (0x1000) MX[B](B)
        [14] -1 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
        [15] -1 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [16] -1 0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
        [17] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0x00001880 - 0x000018ff (0x80) IX[B]E
        [20] -1 0x00001800 - 0x0000187f (0x80) IX[B]E
        [21] -1 0x00001400 - 0x000014ff (0x100) IX[B]E
        [22] -1 0x00001000 - 0x000010ff (0x100) IX[B]E
        [23] -1 0x00001c00 - 0x00001c3f (0x40) IX[B]E
        [24] -1 0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [25] -1 0x00001c50 - 0x00001c5f (0x10) IX[B]E
        [26] -1 0x00003000 - 0x000030ff (0x100) IX[B](B)
        [27] -1 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) Loading sub module "atimisc"
(II) LoadModule: "atimisc"
(II) Reloading /usr/X11R6/lib/modules/drivers/atimisc_drv.o
(WW) RADEON: No matching Device section for instance (BusID PCI:0:14:0) found
(--) Chipset ATI Radeon 7500 QW (AGP) found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xe0023400 - 0xe00237ff (0x400) MX[B]E
        [6] -1  0xe0023000 - 0xe00233ff (0x400) MX[B]E
        [7] -1  0xe0000000 - 0xe001ffff (0x20000) MX[B]E
        [8] -1  0xe0020000 - 0xe0021fff (0x2000) MX[B]E
        [9] -1  0xe0025000 - 0xe0025fff (0x1000) MX[B]E
        [10] -1 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E
        [11] -1 0xe3000000 - 0xe300ffff (0x10000) MX[B](B)
        [12] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [13] -1 0xe0024000 - 0xe0024fff (0x1000) MX[B](B)
        [14] -1 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
        [15] -1 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [16] -1 0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
        [17] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0x00001880 - 0x000018ff (0x80) IX[B]E
        [20] -1 0x00001800 - 0x0000187f (0x80) IX[B]E
        [21] -1 0x00001400 - 0x000014ff (0x100) IX[B]E
        [22] -1 0x00001000 - 0x000010ff (0x100) IX[B]E
        [23] -1 0x00001c00 - 0x00001c3f (0x40) IX[B]E
        [24] -1 0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [25] -1 0x00001c50 - 0x00001c5f (0x10) IX[B]E
        [26] -1 0x00003000 - 0x000030ff (0x100) IX[B](B)
        [27] -1 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(--) Chipset GeForce2 MX/MX 400 found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xe0023400 - 0xe00237ff (0x400) MX[B]E
        [6] -1  0xe0023000 - 0xe00233ff (0x400) MX[B]E
        [7] -1  0xe0000000 - 0xe001ffff (0x20000) MX[B]E
        [8] -1  0xe0020000 - 0xe0021fff (0x2000) MX[B]E
        [9] -1  0xe0025000 - 0xe0025fff (0x1000) MX[B]E
        [10] -1 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E
        [11] -1 0xe3000000 - 0xe300ffff (0x10000) MX[B](B)
        [12] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [13] -1 0xe0024000 - 0xe0024fff (0x1000) MX[B](B)
        [14] -1 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
        [15] -1 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [16] -1 0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
        [17] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0x00001880 - 0x000018ff (0x80) IX[B]E
        [20] -1 0x00001800 - 0x0000187f (0x80) IX[B]E
        [21] -1 0x00001400 - 0x000014ff (0x100) IX[B]E
        [22] -1 0x00001000 - 0x000010ff (0x100) IX[B]E
        [23] -1 0x00001c00 - 0x00001c3f (0x40) IX[B]E
        [24] -1 0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [25] -1 0x00001c50 - 0x00001c5f (0x10) IX[B]E
        [26] -1 0x00003000 - 0x000030ff (0x100) IX[B](B)
        [27] -1 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) resource ranges after probing:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xe0023400 - 0xe00237ff (0x400) MX[B]E
        [6] -1  0xe0023000 - 0xe00233ff (0x400) MX[B]E
        [7] -1  0xe0000000 - 0xe001ffff (0x20000) MX[B]E
        [8] -1  0xe0020000 - 0xe0021fff (0x2000) MX[B]E
        [9] -1  0xe0025000 - 0xe0025fff (0x1000) MX[B]E
        [10] -1 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E
        [11] -1 0xe3000000 - 0xe300ffff (0x10000) MX[B](B)
        [12] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [13] -1 0xe0024000 - 0xe0024fff (0x1000) MX[B](B)
        [14] -1 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
        [15] -1 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [16] -1 0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
        [17] 0  0x000a0000 - 0x000affff (0x10000) MS[B]
        [18] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [19] 0  0x000b8000 - 0x000bffff (0x8000) MS[B]
        [20] 1  0x000a0000 - 0x000affff (0x10000) MS[B]
        [21] 1  0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [22] 1  0x000b8000 - 0x000bffff (0x8000) MS[B]
        [23] 2  0x000a0000 - 0x000affff (0x10000) MS[B]
        [24] 2  0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [25] 2  0x000b8000 - 0x000bffff (0x8000) MS[B]
        [26] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [27] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [28] -1 0x00001880 - 0x000018ff (0x80) IX[B]E
        [29] -1 0x00001800 - 0x0000187f (0x80) IX[B]E
        [30] -1 0x00001400 - 0x000014ff (0x100) IX[B]E
        [31] -1 0x00001000 - 0x000010ff (0x100) IX[B]E
        [32] -1 0x00001c00 - 0x00001c3f (0x40) IX[B]E
        [33] -1 0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [34] -1 0x00001c50 - 0x00001c5f (0x10) IX[B]E
        [35] -1 0x00003000 - 0x000030ff (0x100) IX[B](B)
        [36] -1 0x00002000 - 0x000020ff (0x100) IX[B](B)
        [37] 0  0x000003b0 - 0x000003bb (0xc) IS[B]
        [38] 0  0x000003c0 - 0x000003df (0x20) IS[B]
        [39] 1  0x000003b0 - 0x000003bb (0xc) IS[B]
        [40] 1  0x000003c0 - 0x000003df (0x20) IS[B]
        [41] 2  0x000003b0 - 0x000003bb (0xc) IS[B]
        [42] 2  0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) Setting vga for screen 2.
(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.1.99.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.a
(II) Module int10: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(II) RADEON(1): initializing int10
(II) RADEON(1): Primary V_BIOS segment is: 0xc000
(II) RADEON(1): VESA BIOS detected
(II) RADEON(1): VESA VBE Version 2.0
(II) RADEON(1): VESA VBE Total Mem: 65536 kB
(II) RADEON(1): VESA VBE OEM: ATI RV200
(II) RADEON(1): VESA VBE OEM Software Rev: 1.0
(II) RADEON(1): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) RADEON(1): VESA VBE OEM Product: V200
(II) RADEON(1): VESA VBE OEM Product Rev: 01.00
(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.1.99.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(II) RADEON(1): VESA VBE DDC supported
(II) RADEON(1): VESA VBE DDC Level 2
(II) RADEON(1): VESA VBE DDC transfer in appr. 2 sec.
(II) RADEON(1): VESA VBE DDC read successfully
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/X11R6/lib/modules/libvbe.a
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/libint10.a
(II) NV(2): initializing int10
(II) Truncating PCI BIOS Length to 47104
(II) NV(2): VESA BIOS detected
(II) NV(2): VESA VBE Version 3.0
(II) NV(2): VESA VBE Total Mem: 32768 kB
(II) NV(2): VESA VBE OEM: NVidia
(II) NV(2): VESA VBE OEM Software Rev: 3.17
(II) NV(2): VESA VBE OEM Vendor: NVidia Corporation
(II) NV(2): VESA VBE OEM Product: NV10 Reference Board
(II) NV(2): VESA VBE OEM Product Rev: Chip Rev A1
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) NV(2): VESA VBE DDC supported
(II) NV(2): VESA VBE DDC Level none
(II) NV(2): VESA VBE DDC transfer in appr. 0 sec.
(II) NV(2): VESA VBE DDC read failed
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/libint10.a
(EE) ATI(0): Cannot read V_BIOS (3)
(WW) ATI(0): Unable to initialise int10 interface.


XFree86 detected your mouse at device /dev/mouse.
Please check your config if the mouse is still not
operational, as by default XFree86 tries to autodetect
the protocol.

XFree86 has configured a multihead system, please check your config.

Your XF86Config file is //XF86Config.new

To test the server, run 'XFree86 -xf86config //XF86Config.new'

Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "extmod"
        Load  "glx"
        Load  "dbe"
        Load  "record"
#       Load  "xtrap"
        Load  "i2c"
        Load  "ddc"
        Load  "freetype"
        Load  "speedo"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbOptions" "ctrl:swapcaps"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "VUID"
        Option      "Device" "/dev/kdmouse"
        Option      "Emulate3Buttons" "yes"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "Dac8Bit"                   # [<bool>]
        #Option     "crt_screen"                # [<bool>]
        #Option     "PanelSize"                 # [<str>]
        #Option     "UseFBDev"                  # [<bool>]
        Identifier  "Card0"
        Driver      "ati"
        VendorName  "ATI"
        BoardName   "Radeon 7500 QW"
        BusID       "PCI:1:5:0"
        Screen 0
EndSection

Section "Monitor"
        DisplaySize       410   310     # mm
        Identifier   "Monitor0"
        VendorName   "VSC"
        ModelName    "VP201mb"
        Option      "DPMS"
EndSection


Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth    24
        SubSection "Display"
                Depth     16
                Modes "1600x1200"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes "1600x1200"
        EndSubSection
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoKey"                  # <i>
        #Option     "FlatPanel"                 # [<bool>]
        Option      "FlatPanel" "on"
        Identifier  "Card1"
        Driver      "nv"
        VendorName  "NVidia"
        BoardName   "GeForce2 MX/MX 400"
        BusID       "PCI:0:9:0"
        Screen      0
EndSection

Section "Monitor"
        #DisplaySize      410   310     # mm
        Identifier   "Monitor1"
        VendorName   "VSC"
        ModelName    "VG171"
        Option      "DPMS"
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Card1"
        Monitor    "Monitor1"
        DefaultDepth    24
        SubSection "Display"
                Depth     8
                Modes "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes "1280x1024"
        EndSubSection
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "accel"                     # [<bool>]
        #Option     "crt_screen"                # [<bool>]
        #Option     "composite_sync"            # [<bool>]
        #Option     "hw_cursor"                 # [<bool>]
        #Option     "linear"                    # [<bool>]
        #Option     "mmio_cache"                # [<bool>]
        #Option     "probe_clocks"              # [<bool>]
        #Option     "reference_clock"           # <freq>
        #Option     "shadow_fb"                 # [<bool>]
        #Option     "sw_cursor"                 # [<bool>]
        Identifier  "Card1"
        Driver      "ati"
        VendorName  "ATI"
        BoardName   "Mach64 GR"
        ChipSet     "ati"
        ChipId      0x4752
        ChipRev     0x27
        BusID       "PCI:0:14:0"
EndSection


This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
to [EMAIL PROTECTED]  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.1.99.1 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: xx November 2001
        If the server is older than 6-12 months, or if your card is
        newer than the above date, look for a newer version before
        reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: SunOS 5.8 Generic_108529-12 i86pc 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Mon Dec  3 12:22:40 2001
(==) Using config file: "/etc/X11/XF86Config"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Card1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbOptions" "ctrl:swapcaps"
(**) XKB: options: "ctrl:swapcaps"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to 
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.1
        XFree86 Video Driver: 0.5
        XFree86 XInput driver : 0.3
        XFree86 Server Extension : 0.1
        XFree86 Font Renderer : 0.3
(II) Loader running on solaris
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1022,700c card 0000,0000 rev 11 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1022,700d card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1022,7410 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1022,7411 card 0000,0000 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:07:3: chip 1022,7413 card 0000,0000 rev 01 class 06,80,00 hdr 00
(II) PCI: 00:09:0: chip 10de,0110 card 0000,0000 rev b2 class 03,00,00 hdr 00
(II) PCI: 00:0b:0: chip 8086,1229 card 8086,0040 rev 0c class 02,00,00 hdr 00
(II) PCI: 00:0d:0: chip 9005,00cf card 10f1,2462 rev 01 class 01,00,00 hdr 80
(II) PCI: 00:0d:1: chip 9005,00cf card 10f1,2462 rev 01 class 01,00,00 hdr 80
(II) PCI: 00:0e:0: chip 1002,4752 card 0000,0000 rev 27 class 03,00,00 hdr 00
(II) PCI: 00:0f:0: chip 10b7,9805 card 10f1,2462 rev 78 class 02,00,00 hdr 00
(II) PCI: 00:10:0: chip 10b7,9805 card 10f1,2462 rev 78 class 02,00,00 hdr 00
(II) PCI: 01:05:0: chip 1002,5157 card 1002,013a rev 00 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
        [0] -1  0x00003000 - 0x000030ff (0x100) IX[B]
        [1] -1  0x00003400 - 0x000034ff (0x100) IX[B]
        [2] -1  0x00003800 - 0x000038ff (0x100) IX[B]
        [3] -1  0x00003c00 - 0x00003cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0xe3000000 - 0xe30fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI: (0:9:0) NVidia GeForce2 MX/MX 400 rev 178, Mem @ 0xe1000000/24, 0xe8000000/27
(--) PCI: (0:14:0) ATI Mach64 GR rev 39, Mem @ 0xe2000000/24, 0xe0024000/12, I/O @ 
0x2000/8
(--) PCI:*(1:5:0) ATI Radeon 7500 QW rev 0, Mem @ 0xf0000000/27, 0xe3000000/16, I/O @ 
0x3000/8
(II) Addressable bus resource ranges are
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
        [0] -1  0xe0023400 - 0xe00237ff (0x400) MX[B]E
        [1] -1  0xe0023000 - 0xe0023fff (0x1000) MX[B]E
        [2] -1  0xe0000000 - 0xe1ffffff (0x2000000) MX[B]E
        [3] -1  0xe0020000 - 0xe003ffff (0x20000) MX[B]E
        [4] -1  0xe0025000 - 0xe0025fff (0x1000) MX[B]E
        [5] -1  0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E
        [6] -1  0xe3000000 - 0xe300ffff (0x10000) MX[B](B)
        [7] -1  0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [8] -1  0x00001880 - 0x000018ff (0x80) IX[B]E
        [9] -1  0x00001800 - 0x000018ff (0x100) IX[B]E
        [10] -1 0x00001400 - 0x000014ff (0x100) IX[B]E
        [11] -1 0x00001000 - 0x000010ff (0x100) IX[B]E
        [12] -1 0x00001c00 - 0x00001cff (0x100) IX[B]E
        [13] -1 0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [14] -1 0x00001c50 - 0x00001c5f (0x10) IX[B]E
        [15] -1 0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
        [0] -1  0xe0024000 - 0xe0024fff (0x1000) MX[B](B)
        [1] -1  0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
        [2] -1  0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [3] -1  0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
        [4] -1  0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) PCI Memory resource overlap reduced 0xe0023000 from 0xe0023fff to 0xe00233ff
(II) PCI I/O resource overlap reduced 0x00001800 from 0x000018ff to 0x0000187f
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe1ffffff to 0xe001ffff
(II) PCI I/O resource overlap reduced 0x00001c00 from 0x00001cff to 0x00001c3f
(II) PCI Memory resource overlap reduced 0xe0020000 from 0xe003ffff to 0xe0021fff
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0xe0023400 - 0xe00237ff (0x400) MX[B]E
        [1] -1  0xe0023000 - 0xe00233ff (0x400) MX[B]E
        [2] -1  0xe0000000 - 0xe001ffff (0x20000) MX[B]E
        [3] -1  0xe0020000 - 0xe0021fff (0x2000) MX[B]E
        [4] -1  0xe0025000 - 0xe0025fff (0x1000) MX[B]E
        [5] -1  0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E
        [6] -1  0xe3000000 - 0xe300ffff (0x10000) MX[B](B)
        [7] -1  0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [8] -1  0x00001880 - 0x000018ff (0x80) IX[B]E
        [9] -1  0x00001800 - 0x0000187f (0x80) IX[B]E
        [10] -1 0x00001400 - 0x000014ff (0x100) IX[B]E
        [11] -1 0x00001000 - 0x000010ff (0x100) IX[B]E
        [12] -1 0x00001c00 - 0x00001c3f (0x40) IX[B]E
        [13] -1 0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [14] -1 0x00001c50 - 0x00001c5f (0x10) IX[B]E
        [15] -1 0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
        [0] -1  0xe0024000 - 0xe0024fff (0x1000) MX[B](B)
        [1] -1  0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
        [2] -1  0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [3] -1  0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
        [4] -1  0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 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  0xe0023400 - 0xe00237ff (0x400) MX[B]E
        [6] -1  0xe0023000 - 0xe00233ff (0x400) MX[B]E
        [7] -1  0xe0000000 - 0xe001ffff (0x20000) MX[B]E
        [8] -1  0xe0020000 - 0xe0021fff (0x2000) MX[B]E
        [9] -1  0xe0025000 - 0xe0025fff (0x1000) MX[B]E
        [10] -1 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E
        [11] -1 0xe3000000 - 0xe300ffff (0x10000) MX[B](B)
        [12] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [13] -1 0xe0024000 - 0xe0024fff (0x1000) MX[B](B)
        [14] -1 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
        [15] -1 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [16] -1 0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
        [17] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0x00001880 - 0x000018ff (0x80) IX[B]E
        [20] -1 0x00001800 - 0x0000187f (0x80) IX[B]E
        [21] -1 0x00001400 - 0x000014ff (0x100) IX[B]E
        [22] -1 0x00001000 - 0x000010ff (0x100) IX[B]E
        [23] -1 0x00001c00 - 0x00001c3f (0x40) IX[B]E
        [24] -1 0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [25] -1 0x00001c50 - 0x00001c5f (0x10) IX[B]E
        [26] -1 0x00003000 - 0x000030ff (0x100) IX[B](B)
        [27] -1 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.13.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.2.0
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.1.10
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font FreeType
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.1
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(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.1.99.1, module version = 1.0.1
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 6.4.7
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "nv"
(II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o
(II) Module nv: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.1
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.3
(II) ATI: ATI driver (version 6.4.7) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI),
        ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI),
        ATI Rage 128 RL (AGP), ATI Rage 128 SM (AGP),
        ATI Rage 128 Pro PD (PCI), ATI Rage 128 Pro PF (AGP),
        ATI Rage 128 Pro PP (PCI), ATI Rage 128 Pro PR (PCI),
        ATI Rage 128 Pro ULTRA TF (AGP), ATI Rage 128 Pro ULTRA TL (AGP),
        ATI Rage 128 Pro ULTRA TR (AGP), ATI Rage 128 Mobility LE (PCI),
        ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP),
        ATI Rage 128 Mobility ML (AGP)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
        ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
        ATI Radeon VE QY (AGP), ATI Radeon VE QZ (AGP),
        ATI Radeon Mobility LW (AGP), ATI Radeon Mobility LY (AGP),
        ATI Radeon Mobility LZ (AGP), ATI Radeon 8500 QL (AGP),
        ATI Radeon 7500 QW (AGP)
(II) NV: driver for NVIDIA chipsets: RIVA128, RIVA TNT, RIVA TNT2,
        RIVA TNT2 Ultra, Vanta, RIVA TNT2 M64, Aladdin TNT2, GeForce 256,
        GeForce DDR, Quadro, GeForce2 GTS/Pro, GeForce2 Ti, GeForce2 Ultra,
        Quadro2 Pro, GeForce2 MX/MX 400, GeForce2 MX 100/200, 0x0170, 0x0171,
        0x0172, 0x0173, 0x0174, 0x0175, 0x0178, 0x017A, 0x017B, 0x017C,
        GeForce2 Integrated, Quadro2 MXR, GeForce2 Go, GeForce3,
        GeForce3 Ti 200, GeForce3 Ti 500, Quadro DDC, 0x0250, 0x0258
(II) Primary Device is: PCI 01:05:0
(II) ATI:  Candidate "Device" section "Card0".
(II) ATI:  Shared PCI/AGP Mach64 in slot 0:14:0 detected.
(WW) RADEON: No matching Device section for instance (BusID PCI:0:14:0) found
(--) Chipset ATI Radeon 7500 QW (AGP) found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xe0023400 - 0xe00237ff (0x400) MX[B]E
        [6] -1  0xe0023000 - 0xe00233ff (0x400) MX[B]E
        [7] -1  0xe0000000 - 0xe001ffff (0x20000) MX[B]E
        [8] -1  0xe0020000 - 0xe0021fff (0x2000) MX[B]E
        [9] -1  0xe0025000 - 0xe0025fff (0x1000) MX[B]E
        [10] -1 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E
        [11] -1 0xe3000000 - 0xe300ffff (0x10000) MX[B](B)
        [12] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [13] -1 0xe0024000 - 0xe0024fff (0x1000) MX[B](B)
        [14] -1 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
        [15] -1 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [16] -1 0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
        [17] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0x00001880 - 0x000018ff (0x80) IX[B]E
        [20] -1 0x00001800 - 0x0000187f (0x80) IX[B]E
        [21] -1 0x00001400 - 0x000014ff (0x100) IX[B]E
        [22] -1 0x00001000 - 0x000010ff (0x100) IX[B]E
        [23] -1 0x00001c00 - 0x00001c3f (0x40) IX[B]E
        [24] -1 0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [25] -1 0x00001c50 - 0x00001c5f (0x10) IX[B]E
        [26] -1 0x00003000 - 0x000030ff (0x100) IX[B](B)
        [27] -1 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 4.0.1
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(--) Chipset GeForce2 MX/MX 400 found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xe0023400 - 0xe00237ff (0x400) MX[B]E
        [6] -1  0xe0023000 - 0xe00233ff (0x400) MX[B]E
        [7] -1  0xe0000000 - 0xe001ffff (0x20000) MX[B]E
        [8] -1  0xe0020000 - 0xe0021fff (0x2000) MX[B]E
        [9] -1  0xe0025000 - 0xe0025fff (0x1000) MX[B]E
        [10] -1 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E
        [11] -1 0xe3000000 - 0xe300ffff (0x10000) MX[B](B)
        [12] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [13] -1 0xe0024000 - 0xe0024fff (0x1000) MX[B](B)
        [14] -1 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
        [15] -1 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [16] -1 0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
        [17] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0x00001880 - 0x000018ff (0x80) IX[B]E
        [20] -1 0x00001800 - 0x0000187f (0x80) IX[B]E
        [21] -1 0x00001400 - 0x000014ff (0x100) IX[B]E
        [22] -1 0x00001000 - 0x000010ff (0x100) IX[B]E
        [23] -1 0x00001c00 - 0x00001c3f (0x40) IX[B]E
        [24] -1 0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [25] -1 0x00001c50 - 0x00001c5f (0x10) IX[B]E
        [26] -1 0x00003000 - 0x000030ff (0x100) IX[B](B)
        [27] -1 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) resource ranges after probing:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xe0023400 - 0xe00237ff (0x400) MX[B]E
        [6] -1  0xe0023000 - 0xe00233ff (0x400) MX[B]E
        [7] -1  0xe0000000 - 0xe001ffff (0x20000) MX[B]E
        [8] -1  0xe0020000 - 0xe0021fff (0x2000) MX[B]E
        [9] -1  0xe0025000 - 0xe0025fff (0x1000) MX[B]E
        [10] -1 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E
        [11] -1 0xe3000000 - 0xe300ffff (0x10000) MX[B](B)
        [12] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [13] -1 0xe0024000 - 0xe0024fff (0x1000) MX[B](B)
        [14] -1 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
        [15] -1 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [16] -1 0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
        [17] 1  0x000a0000 - 0x000affff (0x10000) MS[B]
        [18] 1  0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [19] 1  0x000b8000 - 0x000bffff (0x8000) MS[B]
        [20] 2  0x000a0000 - 0x000affff (0x10000) MS[B]
        [21] 2  0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [22] 2  0x000b8000 - 0x000bffff (0x8000) MS[B]
        [23] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [24] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [25] -1 0x00001880 - 0x000018ff (0x80) IX[B]E
        [26] -1 0x00001800 - 0x0000187f (0x80) IX[B]E
        [27] -1 0x00001400 - 0x000014ff (0x100) IX[B]E
        [28] -1 0x00001000 - 0x000010ff (0x100) IX[B]E
        [29] -1 0x00001c00 - 0x00001c3f (0x40) IX[B]E
        [30] -1 0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [31] -1 0x00001c50 - 0x00001c5f (0x10) IX[B]E
        [32] -1 0x00003000 - 0x000030ff (0x100) IX[B](B)
        [33] -1 0x00002000 - 0x000020ff (0x100) IX[B](B)
        [34] 1  0x000003b0 - 0x000003bb (0xc) IS[B]
        [35] 1  0x000003c0 - 0x000003df (0x20) IS[B]
        [36] 2  0x000003b0 - 0x000003bb (0xc) IS[B]
        [37] 2  0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) RADEON(0): PCI bus 1 card 5 func 0
(**) RADEON(0): Depth 24, (--) framebuffer bpp 32
(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(==) RADEON(0): RGB weight 888
(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.a
(II) Module int10: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon 7500 QW (AGP)" (ChipID = 0x5157)
(--) RADEON(0): Linear framebuffer at 0xf0000000
(--) RADEON(0): MMIO registers at 0xe3000000
(--) RADEON(0): VideoRAM: 65536 kByte (64-bit DDR SDRAM)
(II) RADEON(0): Primary Display == Type 3
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Reloading /usr/X11R6/lib/modules/libi2c.a
(II) RADEON(0): I2C bus "DDC" initialized.
(II) RADEON(0): I2C device "DDC:ddc2" registered.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C EDID Info:
(II) RADEON(0): Manufacturer: VSC  Model: eb04  Serial#: 16843009
(II) RADEON(0): Year: 2001  Week: 43
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 41  vert.: 31
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
(II) RADEON(0): redX: 0.630 redY: 0.340   greenX: 0.300 greenY: 0.590
(II) RADEON(0): blueX: 0.150 blueY: 0.110   whiteX: 0.313 whiteY: 0.329
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 720x400@88Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@67Hz
(II) RADEON(0): 640x480@72Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@56Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@72Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 832x624@75Hz
(II) RADEON(0): 1024x768@87Hz (interlaced)
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@70Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): 1152x870@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
(II) RADEON(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEON(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) RADEON(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) RADEON(0): #4: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) RADEON(0): #5: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) RADEON(0): #6: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 162.0 MHz   Image Size:  408 x 306 mm
(II) RADEON(0): h_active: 1600  h_sync: 1664  h_sync_end 1856 h_blank_end 2160 
h_border: 0
(II) RADEON(0): v_active: 1200  v_sync: 1201  v_sync_end 1204 v_blanking: 1250 
v_border: 0
(II) RADEON(0): Serial No: A0F014310103
(II) RADEON(0): Ranges: V min: 50  V max: 85 Hz, H min: 30  H max: 82 kHz, PixClock 
max 180 MHz
(II) RADEON(0): Monitor name: VP201mb
(II) RADEON(0): End of DDC Monitor info

(II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000 max=35000; xclk=23000
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(--) RADEON(0): Virtual size is 1600x1200 (pitch 1616)
(**) RADEON(0): Mode "1600x1200"
(**) RADEON(0): Display dimensions: (410, 310) mm
(**) RADEON(0): DPI set to (99, 98)
(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.1.99.1, module version = 1.0.0
        ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
        compiled for 4.1.99.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(!!) RADEON(0): For more information on using the multimedia capabilities of this 
adapter,
 please see http://www.linuxvideo.org/gatos.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/libint10.a
(II) NV(1): Initializing int10

Fatal server error:
Caught signal 11.  Server aborting


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

Reply via email to