I've recently been trying to get 4.2.99.1 up and running on my Ultra 10.
I normally have a 3-head config with two PGX32s and a Creator3D.  My
two problems (yes I know this is unsupported):

1.  The Creator3D never shows up in the configuration.  I tried adding a
device section for it per ML archives:

Section "Device"
        Identifier "Card3"
        Driver "sunffb"
EndSection

but the device is simply loaded and unloaded without ever being
attached.  Not sure what BusID I should use, if any, to get this thing
working.

2.  The PGX32s seem to have some kind of colormap corruption; gray bars
turn yellow.  I tried them both inside and outside of a layout with the
Ultra 10's onboard Mach64, with the same results.  (Incidentally, the
Mach64 works great, but has really piddly video RAM.)

Any ideas would be very much appreciated.  I really hate Solaris' Xsun...

I'm attaching XF86Config and XFree86.0.log from my 2x PGX32 + onboard
Mach64 configuration.


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  "pex5"
        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"
        Identifier   "Monitor0"
        VendorName   "ViewSonic"
        ModelName    "E790"
        #HorizSync    30 - 95
        #VertRefresh  50 - 200
        HorizSync     67.5
        VertRefresh   75
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "ViewSonic"
        ModelName    "E790"
        #HorizSync    30 - 95
        #VertRefresh  50 - 200
        HorizSync     67.5
        VertRefresh   75
EndSection

Section "Monitor"
        Identifier   "Monitor2"
        VendorName   "ViewSonic"
        ModelName    "E790"
        #HorizSync    30 - 95
        #VertRefresh  50 - 200
        HorizSync     67.5
        VertRefresh   75
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     "RGBbits"                   # <i>
        #Option     "NoAccel"                   # [<bool>]
        #Option     "BlockWrite"                # [<bool>]
        #Option     "FireGL3000"                # [<bool>]
        #Option     "Overlay"                   # [<str>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "UseFlatPanel"              # [<bool>]
        #Option     "VideoKey"                  # [<bool>]
        Identifier  "Card0"
        Driver      "glint"
        VendorName  "Texas Instruments"
        BoardName   "Permedia 2"
        BusID       "PCI:2@1:1: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     "RGBbits"                   # <i>
        #Option     "NoAccel"                   # [<bool>]
        #Option     "BlockWrite"                # [<bool>]
        #Option     "FireGL3000"                # [<bool>]
        #Option     "Overlay"                   # [<str>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "UseFlatPanel"              # [<bool>]
        #Option     "VideoKey"                  # [<bool>]
        Identifier  "Card1"
        Driver      "glint"
        VendorName  "Texas Instruments"
        BoardName   "Permedia 2"
        BusID       "PCI:2@1:2: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_display"               # [<bool>]
        #Option     "composite_sync"            # [<bool>]
        #Option     "hw_cursor"                 # [<bool>]
        #Option     "mmio_cache"                # [<bool>]
        #Option     "panel_display"             # [<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 GP"
        ChipSet     "ati"
        ChipId      0x4750
        ChipRev     0x5c
        BusID       "PCI:1@1:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
        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"
        DefaultDepth 24
        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"
        DefaultDepth 24
        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.2.99.1 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 7 June 2002
        If the server is older than 6-12 months, or if your card is
        newer than the above date, look for a newer version before
        reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: SunOS 5.9 Generic sun4u 
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Mon Jul 22 12:04:46 2002
(==) Using config file: "/etc/X11/XF86Config"
(==) 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"
(++) Xinerama: enabled
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.1
        XFree86 Video Driver: 0.6
        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.2.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.2.99.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.6
(II) Sabre or Hummingbird PCI host bridge found ("SUNW,sabre")
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 100:00:0: chip 108e,a000 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 100:01:0: chip 108e,5000 card 0000,0000 rev 13 class 06,04,00 hdr 81
(II) PCI: 100:01:1: chip 108e,5000 card 0000,0000 rev 13 class 06,04,00 hdr 81
(II) PCI: 101:01:0: chip 108e,1000 card 0000,0000 rev 01 class 06,80,00 hdr 80
(II) PCI: 101:01:1: chip 108e,1001 card 0000,0000 rev 01 class 02,00,00 hdr 80
(II) PCI: 101:02:0: chip 1002,4750 card 0000,0000 rev 5c class 03,00,00 hdr 00
(II) PCI: 101:03:0: chip 1095,0646 card 1095,0646 rev 03 class 01,01,8f hdr 00
(II) PCI: 102:01:0: chip 104c,3d07 card 1227,0008 rev 11 class 03,80,00 hdr 00
(II) PCI: 102:02:0: chip 104c,3d07 card 1227,0008 rev 11 class 03,80,00 hdr 00
(II) PCI: 102:04:0: chip 1011,0046 card 108e,7063 rev 01 class 06,80,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.2.99.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.6
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) Bus 0@1: bridge is at (0@1:0:0), (-1,0@1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0@1 I/O range:
        [0] -1  1       0x00000000 - 0x00ffffff (0x1000000) IX[B]
(II) Bus 0@1 non-prefetchable memory range:
        [0] -1  1       0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0@1 prefetchable memory range:
        [0] -1  1       0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2@1: bridge is at (0@1:1:0), (0@1,2@1,255@1), BCTRL: 0x23 (VGA_EN is cleared)
(II) Bus 2@1 I/O range:
        [0] -1  1       0x00000000 - 0x001fffff (0x200000) IX[B]
        [1] -1  1       0x00200000 - 0x003fffff (0x200000) IX[B]
        [2] -1  1       0x00400000 - 0x005fffff (0x200000) IX[B]
        [3] -1  1       0x00600000 - 0x007fffff (0x200000) IX[B]
        [4] -1  1       0x00800000 - 0x009fffff (0x200000) IX[B]
        [5] -1  1       0x00a00000 - 0x00bfffff (0x200000) IX[B]
(II) Bus 2@1 non-prefetchable memory range:
        [0] -1  1       0x00000000 - 0x1fffffff (0x20000000) MX[B]
        [1] -1  1       0x20000000 - 0x3fffffff (0x20000000) MX[B]
        [2] -1  1       0x40000000 - 0x5fffffff (0x20000000) MX[B]
        [3] -1  1       0x60000000 - 0x7fffffff (0x20000000) MX[B]
        [4] -1  1       0x80000000 - 0x9fffffff (0x20000000) MX[B]
        [5] -1  1       0xa0000000 - 0xbfffffff (0x20000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1@1: bridge is at (0@1:1:1), (0@1,1@1,1@1), BCTRL: 0x23 (VGA_EN is cleared)
(II) Bus 1@1 I/O range:
        [0] -1  1       0x00c00000 - 0x00dfffff (0x200000) IX[B]
        [1] -1  1       0x00e00000 - 0x00ffffff (0x200000) IX[B]
(II) Bus 1@1 non-prefetchable memory range:
        [0] -1  1       0xe0000000 - 0xffffffff (0x20000000) MX[B]
(!!) More than one possible primary device found
(--) PCI: (1@1:2:0) ATI Mach64 GP rev 92, Mem @ 0xe1000000/24, 0xe2000000/12, BIOS @ 
0xe1020000/17
(--) PCI: (2@1:1:0) Texas Instruments Permedia 2 rev 17, Mem @ 0x00020000/17, 
0x00800000/23, 0x01000000/23, BIOS @ 0x01800000/16
(--) PCI: (2@1:2:0) Texas Instruments Permedia 2 rev 17, Mem @ 0x01800000/17, 
0x02000000/23, 0x02800000/23, BIOS @ 0x01800000/16
(II) Addressable bus resource ranges are
        [0] -1  1       0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  1       0x00000000 - 0x00ffffff (0x1000000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  1       0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  1       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  1       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  1       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  1       0x00ffffff - 0x00ffffff (0x1) IX[B]
        [5] -1  1       0x00000000 - 0x00000000 (0x1) IX[B]
(II) Active PCI resource ranges:
        [0] -1  1       0x03080000 - 0x030fffff (0x80000) MX[B]E
        [1] -1  1       0x03000000 - 0x03ffffff (0x1000000) MX[B]E
        [2] -1  1       0xe0000000 - 0xffffffff (0x20000000) MX[B]E
        [3] -1  1       0xf1000000 - 0xf1ffffff (0x1000000) MX[B]E
        [4] -1  1       0xf0000000 - 0xffffffff (0x10000000) MX[B]E
        [5] -1  1       0x01800000 - 0x0180ffff (0x10000) MX[B](B)
        [6] -1  1       0x02800000 - 0x02ffffff (0x800000) MX[B](B)
        [7] -1  1       0x02000000 - 0x027fffff (0x800000) MX[B](B)
        [8] -1  1       0x01800000 - 0x0181ffff (0x20000) MX[B](B)
        [9] -1  1       0x01800000 - 0x0180ffff (0x10000) MX[B](B)
        [10] -1 1       0x01000000 - 0x017fffff (0x800000) MX[B](B)
        [11] -1 1       0x00800000 - 0x00ffffff (0x800000) MX[B](B)
        [12] -1 1       0x00020000 - 0x0003ffff (0x20000) MX[B](B)
        [13] -1 1       0xe1020000 - 0xe103ffff (0x20000) MX[B](B)
        [14] -1 1       0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
        [15] -1 1       0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
        [16] -1 1       0x00000400 - 0x000004ff (0x100) IX[B]E
        [17] -1 1       0x00c00020 - 0x00c0003f (0x20) IX[B]E
        [18] -1 1       0x00c00018 - 0x00c0001f (0x8) IX[B]E
        [19] -1 1       0x00c00010 - 0x00c0001f (0x10) IX[B]E
        [20] -1 1       0x00c00008 - 0x00c0000f (0x8) IX[B]E
        [21] -1 1       0x00c00000 - 0x00c000ff (0x100) IX[B]E
(II) PCI Memory resource overlap reduced 0x03000000 from 0x03ffffff to 0x0307ffff
(II) PCI I/O resource overlap reduced 0x00c00010 from 0x00c0001f to 0x00c00017
(II) PCI I/O resource overlap reduced 0x00c00000 from 0x00c000ff to 0x00c00007
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xffffffff to 0xe0ffffff
(II) PCI Memory resource overlap reduced 0xf0000000 from 0xffffffff to 0xf0ffffff
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  1       0x03080000 - 0x030fffff (0x80000) MX[B]E
        [1] -1  1       0x03000000 - 0x0307ffff (0x80000) MX[B]E
        [2] -1  1       0xe0000000 - 0xe0ffffff (0x1000000) MX[B]E
        [3] -1  1       0xf1000000 - 0xf1ffffff (0x1000000) MX[B]E
        [4] -1  1       0xf0000000 - 0xf0ffffff (0x1000000) MX[B]E
        [5] -1  1       0x01800000 - 0x0180ffff (0x10000) MX[B](B)
        [6] -1  1       0x02800000 - 0x02ffffff (0x800000) MX[B](B)
        [7] -1  1       0x02000000 - 0x027fffff (0x800000) MX[B](B)
        [8] -1  1       0x01800000 - 0x0181ffff (0x20000) MX[B](B)
        [9] -1  1       0x01800000 - 0x0180ffff (0x10000) MX[B](B)
        [10] -1 1       0x01000000 - 0x017fffff (0x800000) MX[B](B)
        [11] -1 1       0x00800000 - 0x00ffffff (0x800000) MX[B](B)
        [12] -1 1       0x00020000 - 0x0003ffff (0x20000) MX[B](B)
        [13] -1 1       0xe1020000 - 0xe103ffff (0x20000) MX[B](B)
        [14] -1 1       0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
        [15] -1 1       0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
        [16] -1 1       0x00000400 - 0x000004ff (0x100) IX[B]E
        [17] -1 1       0x00c00020 - 0x00c0003f (0x20) IX[B]E
        [18] -1 1       0x00c00018 - 0x00c0001f (0x8) IX[B]E
        [19] -1 1       0x00c00010 - 0x00c00017 (0x8) IX[B]E
        [20] -1 1       0x00c00008 - 0x00c0000f (0x8) IX[B]E
        [21] -1 1       0x00c00000 - 0x00c00007 (0x8) IX[B]E
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  1       0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  1       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  1       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  1       0x00000000 - 0x0001ffff (0x20000) MX[B]
        [4] -1  1       0x00ffffff - 0x00ffffff (0x1) IX[B]
        [5] -1  1       0x00000000 - 0x00000000 (0x1) IX[B]
(II) All system resource ranges:
        [0] -1  1       0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  1       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  1       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  1       0x00000000 - 0x0001ffff (0x20000) MX[B]
        [4] -1  1       0x03080000 - 0x030fffff (0x80000) MX[B]E
        [5] -1  1       0x03000000 - 0x0307ffff (0x80000) MX[B]E
        [6] -1  1       0xe0000000 - 0xe0ffffff (0x1000000) MX[B]E
        [7] -1  1       0xf1000000 - 0xf1ffffff (0x1000000) MX[B]E
        [8] -1  1       0xf0000000 - 0xf0ffffff (0x1000000) MX[B]E
        [9] -1  1       0x01800000 - 0x0180ffff (0x10000) MX[B](B)
        [10] -1 1       0x02800000 - 0x02ffffff (0x800000) MX[B](B)
        [11] -1 1       0x02000000 - 0x027fffff (0x800000) MX[B](B)
        [12] -1 1       0x01800000 - 0x0181ffff (0x20000) MX[B](B)
        [13] -1 1       0x01800000 - 0x0180ffff (0x10000) MX[B](B)
        [14] -1 1       0x01000000 - 0x017fffff (0x800000) MX[B](B)
        [15] -1 1       0x00800000 - 0x00ffffff (0x800000) MX[B](B)
        [16] -1 1       0x00020000 - 0x0003ffff (0x20000) MX[B](B)
        [17] -1 1       0xe1020000 - 0xe103ffff (0x20000) MX[B](B)
        [18] -1 1       0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
        [19] -1 1       0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
        [20] -1 1       0x00ffffff - 0x00ffffff (0x1) IX[B]
        [21] -1 1       0x00000000 - 0x00000000 (0x1) IX[B]
        [22] -1 1       0x00000400 - 0x000004ff (0x100) IX[B]E
        [23] -1 1       0x00c00020 - 0x00c0003f (0x20) IX[B]E
        [24] -1 1       0x00c00018 - 0x00c0001f (0x8) IX[B]E
        [25] -1 1       0x00c00010 - 0x00c00017 (0x8) IX[B]E
        [26] -1 1       0x00c00008 - 0x00c0000f (0x8) IX[B]E
        [27] -1 1       0x00c00000 - 0x00c00007 (0x8) IX[B]E
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.2.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) Loading extension X-Resource
(II) LoadModule: "pex5"
(II) Loading /usr/X11R6/lib/modules/extensions/libpex5.a
(II) Module pex5: vendor="The XFree86 Project"
        compiled for 4.2.99.1, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension X3D-PEX
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
        compiled for 4.2.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.2.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.2.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.2.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: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="The XFree86 Project"
        compiled for 4.2.99.1, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DEC-XTRAP
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
        compiled for 4.2.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.2.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: "glint"
(II) Loading /usr/X11R6/lib/modules/drivers/glint_drv.o
(II) Module glint: vendor="The XFree86 Project"
        compiled for 4.2.99.1, module version = 1.0.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
        compiled for 4.2.99.1, module version = 6.4.13
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.2.99.1, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.3
(II) GLINT: driver for 3Dlabs chipsets: gamma, gamma2, ti_pm2, ti_pm, r4,
        pm4, pm3, pm2v, pm2, pm, 300sx, 500tx, mx, delta
(II) ATI: ATI driver (version 6.4.13) for chipsets: ati
(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 8500 QN (AGP), ATI Radeon 8500 QO (AGP),
        ATI Radeon 8500 Ql (AGP), ATI Radeon 8500 BB (AGP),
        ATI Radeon 7500 QW (AGP)
(II) Primary Device is: 
(--) Chipset ti_pm2 found
(--) Chipset ti_pm2 found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  1       0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  1       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  1       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  1       0x00000000 - 0x0001ffff (0x20000) MX[B]
        [4] -1  1       0x03080000 - 0x030fffff (0x80000) MX[B]E
        [5] -1  1       0x03000000 - 0x0307ffff (0x80000) MX[B]E
        [6] -1  1       0xe0000000 - 0xe0ffffff (0x1000000) MX[B]E
        [7] -1  1       0xf1000000 - 0xf1ffffff (0x1000000) MX[B]E
        [8] -1  1       0xf0000000 - 0xf0ffffff (0x1000000) MX[B]E
        [9] -1  1       0x01800000 - 0x0180ffff (0x10000) MX[B](B)
        [10] -1 1       0x02800000 - 0x02ffffff (0x800000) MX[B](B)
        [11] -1 1       0x02000000 - 0x027fffff (0x800000) MX[B](B)
        [12] -1 1       0x01800000 - 0x0181ffff (0x20000) MX[B](B)
        [13] -1 1       0x01800000 - 0x0180ffff (0x10000) MX[B](B)
        [14] -1 1       0x01000000 - 0x017fffff (0x800000) MX[B](B)
        [15] -1 1       0x00800000 - 0x00ffffff (0x800000) MX[B](B)
        [16] -1 1       0x00020000 - 0x0003ffff (0x20000) MX[B](B)
        [17] -1 1       0xe1020000 - 0xe103ffff (0x20000) MX[B](B)
        [18] -1 1       0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
        [19] -1 1       0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
        [20] -1 1       0x00ffffff - 0x00ffffff (0x1) IX[B]
        [21] -1 1       0x00000000 - 0x00000000 (0x1) IX[B]
        [22] -1 1       0x00000400 - 0x000004ff (0x100) IX[B]E
        [23] -1 1       0x00c00020 - 0x00c0003f (0x20) IX[B]E
        [24] -1 1       0x00c00018 - 0x00c0001f (0x8) IX[B]E
        [25] -1 1       0x00c00010 - 0x00c00017 (0x8) IX[B]E
        [26] -1 1       0x00c00008 - 0x00c0000f (0x8) IX[B]E
        [27] -1 1       0x00c00000 - 0x00c00007 (0x8) IX[B]E
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  1       0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  1       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  1       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  1       0x00000000 - 0x0001ffff (0x20000) MX[B]
        [4] -1  1       0x03080000 - 0x030fffff (0x80000) MX[B]E
        [5] -1  1       0x03000000 - 0x0307ffff (0x80000) MX[B]E
        [6] -1  1       0xe0000000 - 0xe0ffffff (0x1000000) MX[B]E
        [7] -1  1       0xf1000000 - 0xf1ffffff (0x1000000) MX[B]E
        [8] -1  1       0xf0000000 - 0xf0ffffff (0x1000000) MX[B]E
        [9] -1  1       0x01800000 - 0x0180ffff (0x10000) MX[B](B)
        [10] -1 1       0x02800000 - 0x02ffffff (0x800000) MX[B](B)
        [11] -1 1       0x02000000 - 0x027fffff (0x800000) MX[B](B)
        [12] -1 1       0x01800000 - 0x0181ffff (0x20000) MX[B](B)
        [13] -1 1       0x01800000 - 0x0180ffff (0x10000) MX[B](B)
        [14] -1 1       0x01000000 - 0x017fffff (0x800000) MX[B](B)
        [15] -1 1       0x00800000 - 0x00ffffff (0x800000) MX[B](B)
        [16] -1 1       0x00020000 - 0x0003ffff (0x20000) MX[B](B)
        [17] -1 1       0xe1020000 - 0xe103ffff (0x20000) MX[B](B)
        [18] -1 1       0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
        [19] -1 1       0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
        [20] -1 1       0x00ffffff - 0x00ffffff (0x1) IX[B]
        [21] -1 1       0x00000000 - 0x00000000 (0x1) IX[B]
        [22] -1 1       0x00000400 - 0x000004ff (0x100) IX[B]E
        [23] -1 1       0x00c00020 - 0x00c0003f (0x20) IX[B]E
        [24] -1 1       0x00c00018 - 0x00c0001f (0x8) IX[B]E
        [25] -1 1       0x00c00010 - 0x00c00017 (0x8) IX[B]E
        [26] -1 1       0x00c00008 - 0x00c0000f (0x8) IX[B]E
        [27] -1 1       0x00c00000 - 0x00c00007 (0x8) IX[B]E
(II) ATI:  Candidate "Device" section "Card2".
(II) ATI:  Shared PCI/AGP Mach64 in slot 257:2:0 detected.
(II) ATI:  Shared PCI/AGP Mach64 in slot 257:2:0 assigned to active "Device" section 
"Card2".
(II) Loading sub module "atimisc"
(II) LoadModule: "atimisc"
(II) Loading /usr/X11R6/lib/modules/drivers/atimisc_drv.o
(II) Module atimisc: vendor="The XFree86 Project"
        compiled for 4.2.99.1, module version = 6.4.13
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.6
(WW) ****INVALID IO ALLOCATION**** b: 0xffffff00 e: 0xffffffff correcting
(II) window:
        [0] -1  1       0x00c00000 - 0x00dfffff (0x200000) IX[B]
        [1] -1  1       0x00e00000 - 0x00ffffff (0x200000) IX[B]
(II) resSize:
        [0] -1  1       0x00000000 - 0xffffffff (0x0) IX[B]
(II) window fixed:
        [0] -1  1       0x00c00000 - 0x00dfffff (0x200000) IX[B]
        [1] -1  1       0x00e00000 - 0x00ffffff (0x200000) IX[B]
(II) resource ranges after probing:
        [0] -1  1       0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  1       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  1       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  1       0x00000000 - 0x0001ffff (0x20000) MX[B]
        [4] -1  1       0x03080000 - 0x030fffff (0x80000) MX[B]E
        [5] -1  1       0x03000000 - 0x0307ffff (0x80000) MX[B]E
        [6] -1  1       0xe0000000 - 0xe0ffffff (0x1000000) MX[B]E
        [7] -1  1       0xf1000000 - 0xf1ffffff (0x1000000) MX[B]E
        [8] -1  1       0xf0000000 - 0xf0ffffff (0x1000000) MX[B]E
        [9] -1  1       0x01800000 - 0x0180ffff (0x10000) MX[B](B)
        [10] -1 1       0x02800000 - 0x02ffffff (0x800000) MX[B](B)
        [11] -1 1       0x02000000 - 0x027fffff (0x800000) MX[B](B)
        [12] -1 1       0x01800000 - 0x0181ffff (0x20000) MX[B](B)
        [13] -1 1       0x01800000 - 0x0180ffff (0x10000) MX[B](B)
        [14] -1 1       0x01000000 - 0x017fffff (0x800000) MX[B](B)
        [15] -1 1       0x00800000 - 0x00ffffff (0x800000) MX[B](B)
        [16] -1 1       0x00020000 - 0x0003ffff (0x20000) MX[B](B)
        [17] -1 1       0xe1020000 - 0xe103ffff (0x20000) MX[B](B)
        [18] -1 1       0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
        [19] -1 1       0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
        [20] 0  1       0x000a0000 - 0x000affff (0x10000) MS[B]
        [21] 0  1       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [22] 0  1       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [23] 1  1       0x000a0000 - 0x000affff (0x10000) MS[B]
        [24] 1  1       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [25] 1  1       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [26] -1 1       0x00c00400 - 0x00c004ff (0x100) IX[B](B)
        [27] -1 1       0x00ffffff - 0x00ffffff (0x1) IX[B]
        [28] -1 1       0x00000000 - 0x00000000 (0x1) IX[B]
        [29] -1 1       0x00000400 - 0x000004ff (0x100) IX[B]E
        [30] -1 1       0x00c00020 - 0x00c0003f (0x20) IX[B]E
        [31] -1 1       0x00c00018 - 0x00c0001f (0x8) IX[B]E
        [32] -1 1       0x00c00010 - 0x00c00017 (0x8) IX[B]E
        [33] -1 1       0x00c00008 - 0x00c0000f (0x8) IX[B]E
        [34] -1 1       0x00c00000 - 0x00c00007 (0x8) IX[B]E
        [35] 0  1       0x000003b0 - 0x000003bb (0xc) IS[B]
        [36] 0  1       0x000003c0 - 0x000003df (0x20) IS[B]
        [37] 1  1       0x000003b0 - 0x000003bb (0xc) IS[B]
        [38] 1  1       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(**) GLINT(0): Depth 24, (--) framebuffer bpp 32
(==) GLINT(0): RGB weight 888
(==) GLINT(0): Default visual is TrueColor
(==) GLINT(0): Using gamma correction (1.0, 1.0, 1.0)
(==) GLINT(0): Using HW cursor
(--) GLINT(0): Not using Linux framebuffer device
(--) GLINT(0): Chipset: "ti_pm2"
(--) GLINT(0): Linear framebuffer at 0x1000000
(--) GLINT(0): MMIO registers at 0x30000
(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.2.99.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.6
(II) GLINT(0): Initializing int10
(EE) GLINT(0): Cannot read V_BIOS (5)
(--) GLINT(0): VideoRAM: 8192 kByte
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
        compiled for 4.2.99.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.6
(--) GLINT(0): FIFO Size is 256 DWORDS
(==) GLINT(0): Min pixel clock is 16 MHz
(--) GLINT(0): Max pixel clock is 110 MHz
(II) GLINT(0): Monitor0: Using hsync value of 67.50 kHz
(II) GLINT(0): Monitor0: Using vrefresh value of 75.00 Hz
(II) GLINT(0): Clock range:  16.25 to 110.00 MHz
(II) GLINT(0): Not using default mode "640x350" (hsync out of range)
(II) GLINT(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "640x400" (hsync out of range)
(II) GLINT(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "720x400" (hsync out of range)
(II) GLINT(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "640x480" (hsync out of range)
(II) GLINT(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "640x480" (hsync out of range)
(II) GLINT(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "640x480" (hsync out of range)
(II) GLINT(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "640x480" (hsync out of range)
(II) GLINT(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "800x600" (hsync out of range)
(II) GLINT(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "800x600" (hsync out of range)
(II) GLINT(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "800x600" (hsync out of range)
(II) GLINT(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "800x600" (hsync out of range)
(II) GLINT(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "800x600" (hsync out of range)
(II) GLINT(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1024x768" (hsync out of range)
(II) GLINT(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1024x768" (hsync out of range)
(II) GLINT(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1024x768" (hsync out of range)
(II) GLINT(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1024x768" (hsync out of range)
(II) GLINT(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1280x960" (hsync out of range)
(II) GLINT(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1280x960" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1280x1024" (hsync out of range)
(II) GLINT(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) GLINT(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) GLINT(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) GLINT(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) GLINT(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) GLINT(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) GLINT(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "832x624" (hsync out of range)
(II) GLINT(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1152x768" (hsync out of range)
(II) GLINT(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1600x1024" (hsync out of range)
(II) GLINT(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(--) GLINT(0): Virtual size is 1152x864 (pitch 1152)
(**) GLINT(0): Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(II) GLINT(0): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900 
+hsync +vsync
(==) GLINT(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
        compiled for 4.2.99.1, module version = 1.0.0
        ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
        compiled for 4.2.99.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
        compiled for 4.2.99.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
        compiled for 4.2.99.1, module version = 1.2.0
        ABI class: XFree86 Video Driver, version 0.6
(II) GLINT(0): I2C bus "DDC" initialized.
(II) GLINT(0): I2C bus "Video" initialized.
(**) GLINT(1): Depth 24, (--) framebuffer bpp 32
(==) GLINT(1): RGB weight 888
(==) GLINT(1): Default visual is TrueColor
(==) GLINT(1): Using gamma correction (1.0, 1.0, 1.0)
(==) GLINT(1): Using HW cursor
(--) GLINT(1): Not using Linux framebuffer device
(--) GLINT(1): Chipset: "ti_pm2"
(--) GLINT(1): Linear framebuffer at 0x2800000
(--) GLINT(1): MMIO registers at 0x1810000
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/libint10.a
(II) GLINT(1): Initializing int10
(EE) GLINT(1): Cannot read V_BIOS (5)
(--) GLINT(1): VideoRAM: 8192 kByte
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Reloading /usr/X11R6/lib/modules/libramdac.a
(--) GLINT(1): FIFO Size is 256 DWORDS
(==) GLINT(1): Min pixel clock is 16 MHz
(--) GLINT(1): Max pixel clock is 110 MHz
(II) GLINT(1): Monitor1: Using hsync value of 67.50 kHz
(II) GLINT(1): Monitor1: Using vrefresh value of 75.00 Hz
(II) GLINT(1): Clock range:  16.25 to 110.00 MHz
(II) GLINT(1): Not using default mode "640x350" (hsync out of range)
(II) GLINT(1): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "640x400" (hsync out of range)
(II) GLINT(1): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "720x400" (hsync out of range)
(II) GLINT(1): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "640x480" (hsync out of range)
(II) GLINT(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "640x480" (hsync out of range)
(II) GLINT(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "640x480" (hsync out of range)
(II) GLINT(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "640x480" (hsync out of range)
(II) GLINT(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "800x600" (hsync out of range)
(II) GLINT(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "800x600" (hsync out of range)
(II) GLINT(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "800x600" (hsync out of range)
(II) GLINT(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "800x600" (hsync out of range)
(II) GLINT(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "800x600" (hsync out of range)
(II) GLINT(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1024x768" (hsync out of range)
(II) GLINT(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1024x768" (hsync out of range)
(II) GLINT(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1024x768" (hsync out of range)
(II) GLINT(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1024x768" (hsync out of range)
(II) GLINT(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1280x960" (hsync out of range)
(II) GLINT(1): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1280x960" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1280x1024" (hsync out of range)
(II) GLINT(1): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1792x1344" (insufficient memory for mode)
(II) GLINT(1): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1792x1344" (insufficient memory for mode)
(II) GLINT(1): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1856x1392" (insufficient memory for mode)
(II) GLINT(1): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1856x1392" (insufficient memory for mode)
(II) GLINT(1): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) GLINT(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) GLINT(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "832x624" (hsync out of range)
(II) GLINT(1): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1152x768" (hsync out of range)
(II) GLINT(1): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1600x1024" (hsync out of range)
(II) GLINT(1): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(--) GLINT(1): Virtual size is 1152x864 (pitch 1152)
(**) GLINT(1): Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(II) GLINT(1): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900 
+hsync +vsync
(==) GLINT(1): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/X11R6/lib/modules/libfb.a
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/X11R6/lib/modules/libxaa.a
(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) GLINT(1): I2C bus "DDC" initialized.
(II) GLINT(1): I2C bus "Video" initialized.
(==) ATI(2): Chipset:  "ati".
(**) ATI(2): Depth 24, (--) framebuffer bpp 32
(--) ATI(2): ATI 3D Rage Pro graphics controller detected.
(--) ATI(2): Chip type 4750 "GP", version 4, foundry UMC, class 0, revision 0x01.
(--) ATI(2): PCI bus interface detected;  block I/O base is 0xC00400.
(--) ATI(2): ATI Mach64 adapter detected.
(!!) ATI(2): For information on using the multimedia capabilities
 of this adapter, please see http://gatos.sf.net.
(--) ATI(2): Internal RAMDAC (subtype 1) detected.
(==) ATI(2): RGB weight 888
(==) ATI(2): Default visual is TrueColor
(==) ATI(2): Using gamma correction (1.0, 1.0, 1.0)
(II) ATI(2): Using Mach64 accelerator CRTC.
(II) ATI(2): Storing hardware cursor image at 0xE13FFC00.
(II) ATI(2): Using 8 MB linear aperture at 0xE1800000.
(!!) ATI(2): Virtual resolutions will be limited to 4095 kB
 due to linear aperture size and/or placement of hardware cursor image area.
(II) ATI(2): Using Block 0 MMIO aperture at 0xE2000400.
(II) ATI(2): Using Block 1 MMIO aperture at 0xE2000000.
(II) ATI(2): MMIO write caching enabled.
(--) ATI(2): 4096 kB of SGRAM (1:1) detected (using 4095 kB).
(WW) ATI(2): Cannot shadow an accelerated frame buffer.
(II) ATI(2): Engine XCLK 98.926 MHz;  Refresh rate code 6.
(--) ATI(2): Internal programmable clock generator detected.
(--) ATI(2): Reference clock 157.5/11 (14.318) MHz.
(II) ATI(2): Monitor2: Using hsync value of 67.50 kHz
(II) ATI(2): Monitor2: Using vrefresh value of 75.00 Hz
(II) ATI(2): Maximum clock: 197.00 MHz
(II) ATI(2): Not using default mode "640x350" (hsync out of range)
(II) ATI(2): Not using default mode "320x175" (hsync out of range)
(II) ATI(2): Not using default mode "640x400" (hsync out of range)
(II) ATI(2): Not using default mode "320x200" (hsync out of range)
(II) ATI(2): Not using default mode "720x400" (hsync out of range)
(II) ATI(2): Not using default mode "360x200" (hsync out of range)
(II) ATI(2): Not using default mode "640x480" (hsync out of range)
(II) ATI(2): Not using default mode "320x240" (hsync out of range)
(II) ATI(2): Not using default mode "640x480" (hsync out of range)
(II) ATI(2): Not using default mode "320x240" (hsync out of range)
(II) ATI(2): Not using default mode "640x480" (hsync out of range)
(II) ATI(2): Not using default mode "320x240" (hsync out of range)
(II) ATI(2): Not using default mode "640x480" (hsync out of range)
(II) ATI(2): Not using default mode "320x240" (hsync out of range)
(II) ATI(2): Not using default mode "800x600" (hsync out of range)
(II) ATI(2): Not using default mode "400x300" (hsync out of range)
(II) ATI(2): Not using default mode "800x600" (hsync out of range)
(II) ATI(2): Not using default mode "400x300" (hsync out of range)
(II) ATI(2): Not using default mode "800x600" (hsync out of range)
(II) ATI(2): Not using default mode "400x300" (hsync out of range)
(II) ATI(2): Not using default mode "800x600" (hsync out of range)
(II) ATI(2): Not using default mode "400x300" (hsync out of range)
(II) ATI(2): Not using default mode "800x600" (hsync out of range)
(II) ATI(2): Not using default mode "400x300" (hsync out of range)
(II) ATI(2): Not using default mode "1024x768" (hsync out of range)
(II) ATI(2): Not using default mode "512x384" (hsync out of range)
(II) ATI(2): Not using default mode "1024x768" (hsync out of range)
(II) ATI(2): Not using default mode "512x384" (hsync out of range)
(II) ATI(2): Not using default mode "1024x768" (hsync out of range)
(II) ATI(2): Not using default mode "512x384" (hsync out of range)
(II) ATI(2): Not using default mode "1024x768" (hsync out of range)
(II) ATI(2): Not using default mode "512x384" (hsync out of range)
(II) ATI(2): Not using default mode "1024x768" (hsync out of range)
(II) ATI(2): Not using default mode "512x384" (hsync out of range)
(II) ATI(2): Not using default mode "1280x960" (insufficient memory for mode)
(II) ATI(2): Not using default mode "640x480" (hsync out of range)
(II) ATI(2): Not using default mode "1280x960" (insufficient memory for mode)
(II) ATI(2): Not using default mode "640x480" (hsync out of range)
(II) ATI(2): Not using default mode "1280x1024" (insufficient memory for mode)
(II) ATI(2): Not using default mode "640x512" (hsync out of range)
(II) ATI(2): Not using default mode "1280x1024" (insufficient memory for mode)
(II) ATI(2): Not using default mode "640x512" (hsync out of range)
(II) ATI(2): Not using default mode "1280x1024" (insufficient memory for mode)
(II) ATI(2): Not using default mode "640x512" (hsync out of range)
(II) ATI(2): Not using default mode "1600x1200" (insufficient memory for mode)
(II) ATI(2): Not using default mode "800x600" (hsync out of range)
(II) ATI(2): Not using default mode "1600x1200" (insufficient memory for mode)
(II) ATI(2): Not using default mode "800x600" (hsync out of range)
(II) ATI(2): Not using default mode "1600x1200" (insufficient memory for mode)
(II) ATI(2): Not using default mode "800x600" (hsync out of range)
(II) ATI(2): Not using default mode "1600x1200" (insufficient memory for mode)
(II) ATI(2): Not using default mode "800x600" (hsync out of range)
(II) ATI(2): Not using default mode "1600x1200" (insufficient memory for mode)
(II) ATI(2): Not using default mode "800x600" (hsync out of range)
(II) ATI(2): Not using default mode "1792x1344" (insufficient memory for mode)
(II) ATI(2): Not using default mode "896x672" (hsync out of range)
(II) ATI(2): Not using default mode "1792x1344" (insufficient memory for mode)
(II) ATI(2): Not using default mode "896x672" (hsync out of range)
(II) ATI(2): Not using default mode "1856x1392" (insufficient memory for mode)
(II) ATI(2): Not using default mode "928x696" (hsync out of range)
(II) ATI(2): Not using default mode "1856x1392" (insufficient memory for mode)
(II) ATI(2): Not using default mode "928x696" (hsync out of range)
(II) ATI(2): Not using default mode "1920x1440" (insufficient memory for mode)
(II) ATI(2): Not using default mode "960x720" (hsync out of range)
(II) ATI(2): Not using default mode "1920x1440" (insufficient memory for mode)
(II) ATI(2): Not using default mode "960x720" (hsync out of range)
(II) ATI(2): Not using default mode "832x624" (hsync out of range)
(II) ATI(2): Not using default mode "416x312" (hsync out of range)
(II) ATI(2): Not using default mode "1152x768" (hsync out of range)
(II) ATI(2): Not using default mode "576x384" (hsync out of range)
(II) ATI(2): Not using default mode "1400x1050" (insufficient memory for mode)
(II) ATI(2): Not using default mode "700x525" (hsync out of range)
(II) ATI(2): Not using default mode "1400x1050" (insufficient memory for mode)
(II) ATI(2): Not using default mode "700x525" (hsync out of range)
(II) ATI(2): Not using default mode "1600x1024" (insufficient memory for mode)
(II) ATI(2): Not using default mode "800x512" (hsync out of range)
(--) ATI(2): Virtual size is 1152x864 (pitch 1152)
(**) ATI(2): Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(II) ATI(2): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900 +hsync 
+vsync
(**) ATI(2): Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(II) ATI(2): Modeline "576x432"   54.00  576 608 672 800  432 432 434 450 doublescan 
+hsync +vsync
(==) ATI(2): DPI set to (75, 75)
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/X11R6/lib/modules/libxaa.a
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Reloading /usr/X11R6/lib/modules/libramdac.a
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/X11R6/lib/modules/libfb.a
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/X11R6/lib/modules/librac.a
(II) Module rac: vendor="The XFree86 Project"
        compiled for 4.2.99.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.6
(II) resource ranges after preInit:
        [0] 2   1       0xe2000000 - 0xe2000fff (0x1000) MS[B]
        [1] 2   1       0xe1000000 - 0xe1ffffff (0x1000000) MS[B]
        [2] 1   1       0x02800000 - 0x02ffffff (0x800000) MX[B]
        [3] 1   1       0x02000000 - 0x027fffff (0x800000) MX[B]
        [4] 1   1       0x01800000 - 0x0181ffff (0x20000) MX[B]
        [5] 0   1       0x01000000 - 0x017fffff (0x800000) MX[B]
        [6] 0   1       0x00800000 - 0x00ffffff (0x800000) MX[B]
        [7] 0   1       0x00020000 - 0x0003ffff (0x20000) MX[B]
        [8] -1  1       0xffffffff - 0xffffffff (0x1) MX[B]
        [9] -1  1       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [10] -1 1       0x000c0000 - 0x000effff (0x30000) MX[B]
        [11] -1 1       0x00000000 - 0x0001ffff (0x20000) MX[B]
        [12] -1 1       0x03080000 - 0x030fffff (0x80000) MX[B]E
        [13] -1 1       0x03000000 - 0x0307ffff (0x80000) MX[B]E
        [14] -1 1       0xe0000000 - 0xe0ffffff (0x1000000) MX[B]E
        [15] -1 1       0xf1000000 - 0xf1ffffff (0x1000000) MX[B]E
        [16] -1 1       0xf0000000 - 0xf0ffffff (0x1000000) MX[B]E
        [17] -1 1       0x01800000 - 0x0180ffff (0x10000) MX[B](B)
        [18] -1 1       0x02800000 - 0x02ffffff (0x800000) MX[B](B)
        [19] -1 1       0x02000000 - 0x027fffff (0x800000) MX[B](B)
        [20] -1 1       0x01800000 - 0x0181ffff (0x20000) MX[B](B)
        [21] -1 1       0x01800000 - 0x0180ffff (0x10000) MX[B](B)
        [22] -1 1       0x01000000 - 0x017fffff (0x800000) MX[B](B)
        [23] -1 1       0x00800000 - 0x00ffffff (0x800000) MX[B](B)
        [24] -1 1       0x00020000 - 0x0003ffff (0x20000) MX[B](B)
        [25] -1 1       0xe1020000 - 0xe103ffff (0x20000) MX[B](B)
        [26] -1 1       0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
        [27] -1 1       0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
        [28] 0  1       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [29] 0  1       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [30] 0  1       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [31] 1  1       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [32] 1  1       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [33] 1  1       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [34] 2  1       0x00c00400 - 0x00c004ff (0x100) IS[B]
        [35] -1 1       0x00c00400 - 0x00c004ff (0x100) IX[B](B)
        [36] -1 1       0x00ffffff - 0x00ffffff (0x1) IX[B]
        [37] -1 1       0x00000000 - 0x00000000 (0x1) IX[B]
        [38] -1 1       0x00000400 - 0x000004ff (0x100) IX[B]E
        [39] -1 1       0x00c00020 - 0x00c0003f (0x20) IX[B]E
        [40] -1 1       0x00c00018 - 0x00c0001f (0x8) IX[B]E
        [41] -1 1       0x00c00010 - 0x00c00017 (0x8) IX[B]E
        [42] -1 1       0x00c00008 - 0x00c0000f (0x8) IX[B]E
        [43] -1 1       0x00c00000 - 0x00c00007 (0x8) IX[B]E
        [44] 0  1       0x000003b0 - 0x000003bb (0xc) IS[B](OprD)
        [45] 0  1       0x000003c0 - 0x000003df (0x20) IS[B](OprD)
        [46] 1  1       0x000003b0 - 0x000003bb (0xc) IS[B](OprD)
        [47] 1  1       0x000003c0 - 0x000003df (0x20) IS[B](OprD)
(II) GLINT(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) GLINT(0): I2C device "DDC:ddc2" removed.
(II) GLINT(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        Indirect CPU to Screen color expansion
        Solid Lines
        Offscreen Pixmaps
        Driver provided WriteBitmap replacement
        Driver provided WritePixmap replacement
        Setting up tile and stipple cache:
                32 128x128 slots
                7 256x256 slots
(==) GLINT(0): Backing store disabled
(==) GLINT(0): Silken mouse disabled
(II) GLINT(0): Initializing Xv driver rev. 4
(II) GLINT(0): Xv frontend scaler enabled
(II) GLINT(1): I2C device "DDC:ddc2" registered at address 0xA0.
(II) GLINT(1): I2C device "DDC:ddc2" removed.
(II) GLINT(1): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        Indirect CPU to Screen color expansion
        Solid Lines
        Offscreen Pixmaps
        Driver provided WriteBitmap replacement
        Driver provided WritePixmap replacement
        Setting up tile and stipple cache:
                32 128x128 slots
                7 256x256 slots
(==) GLINT(1): Backing store disabled
(==) GLINT(1): Silken mouse disabled
(II) GLINT(1): Initializing Xv driver rev. 4
(II) GLINT(1): Xv frontend scaler enabled
(II) ATI(2): Largest offscreen areas (with overlaps):
(II) ATI(2):    1152 x 46 rectangle at 0,864
(II) ATI(2): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        Indirect CPU to Screen color expansion
        Solid Lines
        Offscreen Pixmaps
        Setting up tile and stipple cache:
                9 128x46 slots
(==) ATI(2): Backing store disabled
(==) ATI(2): Silken mouse disabled
Symbol __mul64 from module /usr/X11R6/lib/modules/libfb.a is unresolved!
Symbol __div64 from module /usr/X11R6/lib/modules/libfb.a is unresolved!
Symbol __mul64 from module /usr/X11R6/lib/modules/libfb.a is unresolved!
Symbol __div64 from module /usr/X11R6/lib/modules/libfb.a is unresolved!
Symbol __div64 from module /usr/X11R6/lib/modules/libfb.a is unresolved!
Symbol __div64 from module /usr/X11R6/lib/modules/libfb.a is unresolved!
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Entity 2 shares no resources
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(**) Option "Protocol" "auto"
(**) Mouse0: Protocol: VUID
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/mouse"
(==) Mouse0: Buttons: 3
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Screen 2 shares mem & io resources
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Screen 2 shares mem & io resources
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Screen 2 shares mem & io resources
(WW) xf86CloseConsole():  unable to retrieve framebuffer attributes (Inappropriate 
ioctl for device)

Reply via email to