Hello,

I'm still trying to get my Matrox Millenium to correctly
dual-head with my 3Dlabs Permedia3 on my PowerMac.
With the latest CVS, the server segfault in the MGA
driver.

Note that single-head works fine with the patch to 
matrofb Ani Joshi send me (as long as useFBDev is off).
I can even launch 2 copies of XFree86, one on the
Mil1 (vt7), one on the pm3 (vt8), and switch between
the two. I just can't get proper dual-head.

I rebuilded a static/debug XFree86 and here's what
I get _without_ NoAccel and _without_ PciRetry:

#####
Program received signal SIGSEGV, Segmentation fault.
0x10081b98 in Mga32SetupForMono8x8PatternFill (pScrn=0x10b49ad0, patx=2011020270, 
paty=2011020270, fg=0, 
    bg=16777215, rop=3, planemask=4294967295) at mga_storm32.c:1574
1574            WAITFIFO(6);
(gdb) bt
#0  0x10081b98 in Mga32SetupForMono8x8PatternFill (pScrn=0x10b49ad0, patx=2011020270, 
paty=2011020270, fg=0, 
    bg=16777215, rop=3, planemask=4294967295) at mga_storm32.c:1574
#1  0x102152b8 in XAAFillMono8x8PatternRectsScreenOrigin (pScrn=0x10b49ad0, fg=0, 
bg=16777215, rop=3, 
    planemask=4294967295, nBox=1, pBox=0x7ffff968, pattern0=2011020270, 
pattern1=2011020270, xorigin=0, yorigin=0)
    at xaaFillRect.c:438
#2  0x10228ed8 in XAAPaintWindow (pWin=0x10b9b6c8, prgn=0x7ffff968, what=0) at 
xaaPaintWin.c:139
#3  0x105dc2cc in miSpritePaintWindowBackground (pWin=0x10b9b6c8, pRegion=0x7ffff968, 
what=0) at misprite.c:840
#4  0x105b2994 in miWindowExposures (pWin=0x10b9b6c8, prgn=0x7ffff968, 
other_exposed=0x0) at miexpose.c:532
#5  0x1037aca0 in xf86XVWindowExposures (pWin=0x10b9b6c8, reg1=0x7ffff968, reg2=0x0) 
at xf86xv.c:1027
#6  0x10434c0c in MapWindow (pWin=0x10b9b6c8, client=0x10b3bf40) at window.c:2865
#7  0x1042f110 in InitRootWindow (pWin=0x10b9b6c8) at window.c:518
#8  0x1041bd4c in main (argc=3, argv=0x7ffffa94, envp=0x7ffffaa4) at main.c:435
#####

The same _with_ NoAccel, _without_  PciRetry ; I get a SegFault in
the same place and the same calling sequence with only PciRetry.

#####
Program received signal SIGSEGV, Segmentation fault.
0x10066240 in xf86ReadMmio8 (base=0x30015000, offset=15370)
    at ../../../../../../programs/Xserver/hw/xfree86/common/compiler.h:880
880             __asm__ __volatile__(
(gdb) bt
#0  0x10066240 in xf86ReadMmio8 (base=0x30015000, offset=15370)
    at ../../../../../../programs/Xserver/hw/xfree86/common/compiler.h:880
#1  0x10064d80 in MGA3026HideCursor (pScrn=0x10b49af8) at mga_dac3026.c:918
#2  0x101f6720 in xf86SetCursor (pScreen=0x10b4e028, pCurs=0x10c675a8, x=505, y=377) 
at xf86HWCurs.c:133
#3  0x101f615c in xf86CursorSetCursor (pScreen=0x10b4e028, pCurs=0x10c675a8, x=512, 
y=384) at xf86Cursor.c:335
#4  0x105cbd84 in miPointerUpdate () at mipointer.c:352
#5  0x105cb6bc in miPointerDisplayCursor (pScreen=0x10b4e028, pCursor=0x10c675a8) at 
mipointer.c:175
#6  0x1040ea58 in DefineInitialRootWindow (win=0x10b87a28) at events.c:2124
#7  0x1041bd6c in main (argc=3, argv=0x7ffffa94, envp=0x7ffffaa4) at main.c:436
#####

I've also attached the XF86COnfig-4 and XFree86.0.log for
the first trace.

Thanks for any help/advices/comments,

-- 
DOLBEAU Romain               | The Gods made Heavy Metal                  
ENS Cachan / Ker Lann        |     and it's never gonna die               
Thesard IRISA / CAPS         |           -- Manowar,                      
[EMAIL PROTECTED]    |    'The Gods made Heavy Metal'
# START : 'mandatory' stuff
Section "Module"
    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
        Option    "omit xfree86-dga" # don't initialise the DGA extens
    EndSubSection
    Load        "type1"
    Load        "freetype"
#    Load        "glx" # GL is not accelerated yet
    Load        "v4l"
EndSection

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

    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

    FontPath   "unix/:-1"
EndSection

Section "ServerFlags"
EndSection

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver  "Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xfree86"
#    Option "XkbModel"   "macintosh_old"
#    Option "XkbLayout"  "fr"
#    Option "CustomKeycodes" "true" # newer XFree86 & older kernel
    Option "XkbModel"   "macintosh"
    Option "XkbLayout"  "fr_new"
EndSection

Section "InputDevice"
    Identifier  "Mouse1"
    Driver  "mouse"
# for regular ADB
#    Option "Protocol"    "Busmouse"
#    Option "Device"      "/dev/adbmouse"
# for New Input Layer
    Option "Protocol" "PS/2"
    Option "Device" "/dev/input/mice"
    Option "Emulate3Buttons" "false"
EndSection

# MONITOR
# The regular, old Apple 15" (overclocked ;-)
Section "Monitor"
    Identifier  "Apple 15 Multisync"
    HorizSync   31.5 - 70.0
    VertRefresh 50-75
    Mode "1024x768@74"
        DotClock 78.752
        HTimings 1024 1056 1152 1328
        VTimings 768 769 772 806
        Flags "+VSync" "+HSync"
    EndMode
EndSection

# Iiyam A702HT
Section "Monitor"
    Identifier "Iiyama A702HT"
    HorizSync 30-96
    VertRefresh 50-160
    Mode "1280x960-96"
        DotClock 161.918
        HTimings 1280 1312 1472 1712
        VTimings 960 961 964 998
        Flags "+hsync" "+vsync"
    EndMode
EndSection


# CARDS
# The ProFormance III (PMac, permedia3 based)
Section "Device"
    Identifier  "Formac ProFormance III"
    Driver      "glint"
    BusID "PCI:0:14:0"
    Option "NoInt10" "true"
#    VideoRam  16384
#    Option "HWCursor" "false"
#    Option "NoAccel" "true"
#    Option "PciRetry" "true"
#    Option "Overlay" "24,8"
#    Option "UseFBDev" "true"
#    Option "fbdev" "/dev/fb0"
EndSection

# Control
Section "Device"
    Identifier "/chaos/control"
    BusID "PCI:1:11:0"
    Driver "fbdev"
#    Option "fbdev" "/dev/fb1"
    Option "fbdev" "/dev/fb2"
EndSection

Section "Device"
    Identifier "Matrox Millenium"
    Driver "mga"
    BusID "PCI:0:13:0"
    Option "NoInt10" "true"
#    VideoRam  4096
#    Option "HWCursor" "false"
#    Option "NoAccel" "true"
#    Option "PciRetry" "true"
#    Option "Overlay"
#    Option "UseFBDev" "true"
#    Option "fbdev" "/dev/fb1"
EndSection

# SCREENS
Section "Screen"
    Identifier  "Screen 1"
    Device      "Formac ProFormance III"
    Monitor     "Iiyama A702HT"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x960-96" "1024x768" "640x480" "800x600"
        ViewPort    0 0
        Virtual     1280 960
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x960-96" "1024x768" "640x480" "800x600"
        ViewPort    0 0
        Virtual     1280 960
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x960-96" "1024x768" "640x480" "800x600"
        ViewPort    0 0
        Virtual     1280 960
    EndSubsection
EndSection

Section "Screen"
    Identifier  "Screen 1Bis"
    Device      "Formac ProFormance III"
    Monitor     "Iiyama A702HT"
    DefaultDepth 16

    Subsection "Display"
        Depth       16
        Modes       "1280x960-96" "1024x768" "640x480" "800x600"
        ViewPort    0 0
        Virtual     1280 960
    EndSubsection
EndSection

Section "Screen"
    Identifier "Screen 2"
    Device "/chaos/control"
    Monitor "Apple 15 Multisync"
    DefaultDepth 24
    
    Subsection "Display"
        Depth 8
        Modes "1024x768@74"
        ViewPort 0 0
        Virtual  1024 768
    EndSubsection
    Subsection "Display"
        Depth 16
        Modes "1024x768@74"
        ViewPort 0 0
        Virtual  1024 768
    EndSubsection
    Subsection "Display"
        Depth 24
        Modes "1024x768@74"
        ViewPort 0 0
        Virtual  1024 768
    EndSubsection
EndSection

Section "Screen"
    Identifier "Screen 3"
    Device "Matrox Millenium"
    Monitor "Apple 15 Multisync"
    DefaultDepth 24

    Subsection "Display"
        Depth 24
        Modes "1024x768"
        ViewPort 0 0
        Virtual  1024 768
    EndSubsection
    Subsection "Display"
        Depth 16
        Modes "1024x768"
        ViewPort 0 0
        Virtual  1024 768
    EndSubsection
    Subsection "Display"
        Depth 8
        Modes "1024x768"
        ViewPort 0 0
        Virtual  1024 768
    EndSubsection
EndSection

# LAYOUTS
# Regular layout, everyday use
Section "ServerLayout"
    Identifier "DualLayout"
    Screen "Screen 1"
    Screen "Screen 2" leftof "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    Option "Xinerama" "true"
EndSection

Section "ServerLayout"
    Identifier "DualLayoutMGA"
    Screen "Screen 3"
    Screen "Screen 1" rightof "Screen 3"
#    Screen "Screen 1"
#    Screen "Screen 3" leftof "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "ServerLayout"
    Identifier "SingleLayout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "ServerLayout"
    Identifier "SingleLayoutBis"
    Screen "Screen 1Bis"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "ServerLayout"
    Identifier "SingleLayoutMGA"
    Screen "Screen 3"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "ServerLayout"
    Identifier "SingleLayoutControl"
    Screen "Screen 2"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
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 September 2001
        If the server is older than 6-12 months, or if your card is
        newer than the above date, look for a newer version before
        reporting problems.  (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.13-pre3-ben0pm7500.1 ppc [ELF] 
(==) Log file: "/var/log/XFree86.0.log", Time: Tue Oct 30 17:13:42 2001
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(++) ServerLayout "DualLayoutMGA"
(**) |-->Screen "Screen 3" (0)
(**) |   |-->Monitor "Apple 15 Multisync"
(**) |   |-->Device "Matrox Millenium"
(**) |-->Screen "Screen 1" (1)
(**) |   |-->Monitor "Iiyama A702HT"
(**) |   |-->Device "Formac ProFormance III"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "macintosh"
(**) XKB: model: "macintosh"
(**) Option "XkbLayout" "fr_new"
(**) XKB: layout: "fr_new"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to 
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,unix/:-1"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(--) using VT number 7

(WW) Cannot open APM
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:0b:0: chip 106b,0001 card 0000,0000 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:0d:0: chip 102b,0519 card 0000,0000 rev 01 class 03,00,00 hdr 00
(II) PCI: 00:0e:0: chip 3d3d,000a card 3d3d,000a rev 01 class 03,80,00 hdr 00
(II) PCI: 00:10:0: chip 106b,0002 card 0000,0000 rev 02 class ff,00,00 hdr 00
(II) PCI: 01:0b:0: chip 106b,0003 card 0000,0000 rev 00 class 00,00,00 hdr 00
(II) PCI: 01:0d:0: chip 106b,0004 card 0000,0000 rev 01 class ff,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:11: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:0:0), (-1,1,0), BCTRL: 0x00 (VGA_EN is cleared)
(II) Bus 1 I/O range:
        [0] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(--) PCI: (0:13:0) Matrox MGA 2064W rev 1, Mem @ 0x80800000/14, 0x81000000/23
(--) PCI: (0:14:0) 3Dlabs GLINT Permedia 3 rev 1, Mem @ 0x80840000/17, 0x84000000/26, 
0x90000000/26, I/O @ 0x0400/4, BIOS @ 0x80820000/16
(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  0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  0x00000000 - 0x00000000 (0x1) MX[B]
        [2] -1  0x0000ffff - 0x0000ffff (0x1) IX[B]
        [3] -1  0x00000000 - 0x00000000 (0x1) IX[B]
(II) Active PCI resource ranges:
        [0] -1  0xf1000000 - 0xf10003ff (0x400) MX[B]
        [1] -1  0xf3000000 - 0xf301ffff (0x20000) MX[B]
        [2] -1  0x80820000 - 0x8082ffff (0x10000) MX[B](B)
        [3] -1  0x90000000 - 0x93ffffff (0x4000000) MX[B](B)
        [4] -1  0x84000000 - 0x87ffffff (0x4000000) MX[B](B)
        [5] -1  0x80840000 - 0x8085ffff (0x20000) MX[B](B)
        [6] -1  0x81000000 - 0x817fffff (0x800000) MX[B](B)
        [7] -1  0x80800000 - 0x80803fff (0x4000) MX[B](B)
        [8] -1  0x00000400 - 0x0000040f (0x10) IX[B](B)
(II) Inactive PCI resource ranges:
        [0] -1  0xa4000000 - 0xa7ffffff (0x4000000) MX[B]
        [1] -1  0xa0000000 - 0xa000ffff (0x10000) MX[B]
        [2] -1  0xfffffffc - 0xfffffffc (0x1) IX[B]
        [3] -1  0xfffffffc - 0xfffffffc (0x1) IX[B]
        [4] -1  0xfffffffc - 0xfffffffc (0x1) IX[B]
        [5] -1  0xfffffffc - 0xfffffffc (0x1) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0xf1000000 - 0xf10003ff (0x400) MX[B]
        [1] -1  0xf3000000 - 0xf301ffff (0x20000) MX[B]
        [2] -1  0x80820000 - 0x8082ffff (0x10000) MX[B](B)
        [3] -1  0x90000000 - 0x93ffffff (0x4000000) MX[B](B)
        [4] -1  0x84000000 - 0x87ffffff (0x4000000) MX[B](B)
        [5] -1  0x80840000 - 0x8085ffff (0x20000) MX[B](B)
        [6] -1  0x81000000 - 0x817fffff (0x800000) MX[B](B)
        [7] -1  0x80800000 - 0x80803fff (0x4000) MX[B](B)
        [8] -1  0x00000400 - 0x0000040f (0x10) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
        [0] -1  0xa4000000 - 0xa7ffffff (0x4000000) MX[B]
        [1] -1  0xa0000000 - 0xa000ffff (0x10000) MX[B]
        [2] -1  0xfffffffc - 0xfffffffc (0x1) IX[B]
        [3] -1  0xfffffffc - 0xfffffffc (0x1) IX[B]
        [4] -1  0xfffffffc - 0xfffffffc (0x1) IX[B]
        [5] -1  0xfffffffc - 0xfffffffc (0x1) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  0x00000000 - 0x00000000 (0x1) MX[B]
        [2] -1  0x0000ffff - 0x0000ffff (0x1) IX[B]
        [3] -1  0x00000000 - 0x00000000 (0x1) IX[B]
(II) All system resource ranges:
        [0] -1  0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  0x00000000 - 0x00000000 (0x1) MX[B]
        [2] -1  0xf1000000 - 0xf10003ff (0x400) MX[B]
        [3] -1  0xf3000000 - 0xf301ffff (0x20000) MX[B]
        [4] -1  0x80820000 - 0x8082ffff (0x10000) MX[B](B)
        [5] -1  0x90000000 - 0x93ffffff (0x4000000) MX[B](B)
        [6] -1  0x84000000 - 0x87ffffff (0x4000000) MX[B](B)
        [7] -1  0x80840000 - 0x8085ffff (0x20000) MX[B](B)
        [8] -1  0x81000000 - 0x817fffff (0x800000) MX[B](B)
        [9] -1  0x80800000 - 0x80803fff (0x4000) MX[B](B)
        [10] -1 0xa4000000 - 0xa7ffffff (0x4000000) MX[B]
        [11] -1 0xa0000000 - 0xa000ffff (0x10000) MX[B]
        [12] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [13] -1 0x00000000 - 0x00000000 (0x1) IX[B]
        [14] -1 0x00000400 - 0x0000040f (0x10) IX[B](B)
        [15] -1 0xfffffffc - 0xfffffffc (0x1) IX[B]
        [16] -1 0xfffffffc - 0xfffffffc (0x1) IX[B]
        [17] -1 0xfffffffc - 0xfffffffc (0x1) IX[B]
        [18] -1 0xfffffffc - 0xfffffffc (0x1) IX[B]
(II) ATI: ATI driver (version 6.4.6) 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 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) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
        mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400,
        mgag550
(II) GLINT: driver for 3Dlabs chipsets: gamma, ti_pm2, ti_pm, pm4, pm3,
        pm2v, pm2, pm, 300sx, 500tx, mx, delta
(II) S3: driver (version 0.3.5 for S3 chipset: 964-0, 964-1, 968,
        Trio32/64, Aurora64V+
(II) S3VIRGE: driver (version 1.6.0) for S3 ViRGE chipsets: virge, 86C325,
        virge vx, 86C988, virge dx, virge gx, 86C375, 86C385, virge gx2,
        86C357, virge mx, 86C260, virge mx+, 86C280, trio 3d, 86C365,
        trio 3d/2x, 86C362, 86C368
(II) SIS: driver for SiS chipsets: SIS5597, SIS5598, SIS530, SIS6326,
        SIS300, SIS630, SIS540
(II) SAVAGE: driver (version 1.1.19) for S3 Savage chipsets: Savage4,
        Savage3D, Savage3D-MV, Savage2000, Savage/MX-MV, Savage/MX,
        Savage/IX-MV, Savage/IX, ProSavage PM133, ProSavage KM133, Twister,
        TwisterK
(II) TRIDENT: driver for Trident chipsets: tvga9000, tvga9000i, tvga8900c,
        tvga8900d, tvga9200cxr, tgui9400cxi, cyber9320, cyber9388, cyber9397,
        cyber9397dvd, cyber9520, cyber9525dvd, cyberblade/e4, tgui9420dgi,
        tgui9440agi, tgui9660, tgui9680, providia9682, providia9685,
        cyber9382, cyber9385, 3dimage975, 3dimage985, blade3d, cyberbladei7,
        cyberbladei7d, cyberbladei1, cyberbladei1d, cyberbladeAi1,
        cyberbladeAi1d, cyberbladeXPm/8, cyberbladeXPm/16
(II) CHIPS: Driver for Chips and Technologies chipsets: ct65520, ct65525,
        ct65530, ct65535, ct65540, ct65545, ct65546, ct65548, ct65550,
        ct65554, ct65555, ct68554, ct69000, ct69030, ct64200, ct64300
(II) TDFX: Driver for 3dfx Banshee/Voodoo3 chipsets: 3dfx Banshee,
        3dfx Voodoo3, 3dfx Voodoo5
(II) FBDEV: driver for framebuffer: fbdev, afb
(II) imstt: driver (version 1.0.0 for IMS TwinTurbo chipsets : imstt128,
        imstt3d
(II) VGA: Generic VGA driver (version 4.0) for chipsets: generic
(II) v4l driver for Video4Linux
(--) Chipset mga2064w found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  0x00000000 - 0x00000000 (0x1) MX[B]
        [2] -1  0xf1000000 - 0xf10003ff (0x400) MX[B]
        [3] -1  0xf3000000 - 0xf301ffff (0x20000) MX[B]
        [4] -1  0x80820000 - 0x8082ffff (0x10000) MX[B](B)
        [5] -1  0x90000000 - 0x93ffffff (0x4000000) MX[B](B)
        [6] -1  0x84000000 - 0x87ffffff (0x4000000) MX[B](B)
        [7] -1  0x80840000 - 0x8085ffff (0x20000) MX[B](B)
        [8] -1  0x81000000 - 0x817fffff (0x800000) MX[B](B)
        [9] -1  0x80800000 - 0x80803fff (0x4000) MX[B](B)
        [10] -1 0xa4000000 - 0xa7ffffff (0x4000000) MX[B]
        [11] -1 0xa0000000 - 0xa000ffff (0x10000) MX[B]
        [12] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [13] -1 0x00000000 - 0x00000000 (0x1) IX[B]
        [14] -1 0x00000400 - 0x0000040f (0x10) IX[B](B)
        [15] -1 0xfffffffc - 0xfffffffc (0x1) IX[B]
        [16] -1 0xfffffffc - 0xfffffffc (0x1) IX[B]
        [17] -1 0xfffffffc - 0xfffffffc (0x1) IX[B]
        [18] -1 0xfffffffc - 0xfffffffc (0x1) IX[B]
(--) Chipset pm3 found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  0x00000000 - 0x00000000 (0x1) MX[B]
        [2] -1  0xf1000000 - 0xf10003ff (0x400) MX[B]
        [3] -1  0xf3000000 - 0xf301ffff (0x20000) MX[B]
        [4] -1  0x80820000 - 0x8082ffff (0x10000) MX[B](B)
        [5] -1  0x90000000 - 0x93ffffff (0x4000000) MX[B](B)
        [6] -1  0x84000000 - 0x87ffffff (0x4000000) MX[B](B)
        [7] -1  0x80840000 - 0x8085ffff (0x20000) MX[B](B)
        [8] -1  0x81000000 - 0x817fffff (0x800000) MX[B](B)
        [9] -1  0x80800000 - 0x80803fff (0x4000) MX[B](B)
        [10] -1 0xa4000000 - 0xa7ffffff (0x4000000) MX[B]
        [11] -1 0xa0000000 - 0xa000ffff (0x10000) MX[B]
        [12] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [13] -1 0x00000000 - 0x00000000 (0x1) IX[B]
        [14] -1 0x00000400 - 0x0000040f (0x10) IX[B](B)
        [15] -1 0xfffffffc - 0xfffffffc (0x1) IX[B]
        [16] -1 0xfffffffc - 0xfffffffc (0x1) IX[B]
        [17] -1 0xfffffffc - 0xfffffffc (0x1) IX[B]
        [18] -1 0xfffffffc - 0xfffffffc (0x1) IX[B]
(II) resource ranges after probing:
        [0] -1  0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  0x00000000 - 0x00000000 (0x1) MX[B]
        [2] -1  0xf1000000 - 0xf10003ff (0x400) MX[B]
        [3] -1  0xf3000000 - 0xf301ffff (0x20000) MX[B]
        [4] -1  0x80820000 - 0x8082ffff (0x10000) MX[B](B)
        [5] -1  0x90000000 - 0x93ffffff (0x4000000) MX[B](B)
        [6] -1  0x84000000 - 0x87ffffff (0x4000000) MX[B](B)
        [7] -1  0x80840000 - 0x8085ffff (0x20000) MX[B](B)
        [8] -1  0x81000000 - 0x817fffff (0x800000) MX[B](B)
        [9] -1  0x80800000 - 0x80803fff (0x4000) MX[B](B)
        [10] -1 0xa4000000 - 0xa7ffffff (0x4000000) MX[B]
        [11] -1 0xa0000000 - 0xa000ffff (0x10000) MX[B]
        [12] 0  0x000a0000 - 0x000affff (0x10000) MS[B]
        [13] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [14] 0  0x000b8000 - 0x000bffff (0x8000) MS[B]
        [15] 1  0x000a0000 - 0x000affff (0x10000) MS[B]
        [16] 1  0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [17] 1  0x000b8000 - 0x000bffff (0x8000) MS[B]
        [18] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [19] -1 0x00000000 - 0x00000000 (0x1) IX[B]
        [20] -1 0x00000400 - 0x0000040f (0x10) IX[B](B)
        [21] -1 0xfffffffc - 0xfffffffc (0x1) IX[B]
        [22] -1 0xfffffffc - 0xfffffffc (0x1) IX[B]
        [23] -1 0xfffffffc - 0xfffffffc (0x1) IX[B]
        [24] -1 0xfffffffc - 0xfffffffc (0x1) IX[B]
        [25] 0  0x000003b0 - 0x000003bb (0xc) IS[B]
        [26] 0  0x000003c0 - 0x000003df (0x20) IS[B]
        [27] 1  0x000003b0 - 0x000003bb (0xc) IS[B]
        [28] 1  0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(**) MGA(0): Depth 24, (--) framebuffer bpp 32
(==) MGA(0): RGB weight 888
(**) MGA(0): Option "NoInt10" "true"
(--) MGA(0): Chipset: "mga2064w"
(==) MGA(0): Using AGP 1x mode
(--) MGA(0): Linear framebuffer at 0x81000000
(--) MGA(0): MMIO registers at 0x80800000
(--) MGA(0): VideoRAM: 4096 kByte
(==) MGA(0): Using gamma correction (1.0, 1.0, 1.0)
(==) MGA(0): Min pixel clock is 12 MHz
(==) MGA(0): Max pixel clock is 175 MHz
(--) MGA(0): MCLK used is 50.0 MHz
(II) MGA(0): Apple 15 Multisync: Using hsync range of 31.50-70.00 kHz
(II) MGA(0): Apple 15 Multisync: Using vrefresh range of 50.00-75.00 Hz
(II) MGA(0): Clock range:  12.00 to 175.00 MHz
(II) MGA(0): Not using default mode "640x350" (vrefresh out of range)
(II) MGA(0): Not using default mode "320x175" (vrefresh out of range)
(II) MGA(0): Not using default mode "640x400" (vrefresh out of range)
(II) MGA(0): Not using default mode "320x200" (vrefresh out of range)
(II) MGA(0): Not using default mode "720x400" (vrefresh out of range)
(II) MGA(0): Not using default mode "360x200" (vrefresh out of range)
(II) MGA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) MGA(0): Not using default mode "512x384" (vrefresh out of range)
(II) MGA(0): Not using default mode "1152x864" (width too large for virtual size)
(II) MGA(0): Not using default mode "1280x960" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MGA(0): Not using default mode "896x672" (hsync out of range)
(II) MGA(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MGA(0): Not using default mode "928x696" (hsync out of range)
(II) MGA(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(0): Not using default mode "960x720" (hsync out of range)
(II) MGA(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1600x1024" (insufficient memory for mode)
(II) MGA(0): Not using mode "1024x768" (no mode of this name)
(**) MGA(0): Virtual size is 1024x768 (pitch 1024)
(**) MGA(0): Mode "1024x768@74": 78.8 MHz, 59.3 kHz, 73.6 Hz
(II) MGA(0): Modeline "1024x768@74"   78.75  1024 1056 1152 1328  768 769 772 806 
+hsync +vsync
(==) MGA(0): DPI set to (75, 75)
(II) MGA(0): YDstOrg is set to 0
(**) 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: "pm3"
(--) GLINT(1): Linear framebuffer at 0x90000000
(--) GLINT(1): MMIO registers at 0x80850000
(--) GLINT(1): VideoRAM: 16384 kByte
(--) GLINT(1): FIFO Size is 120 DWORDS
(II) GLINT(1): Initializing int10
(**) GLINT(1): Option "NoINT10" "true"
(==) GLINT(1): Min pixel clock is 16 MHz
(--) GLINT(1): Max pixel clock is 300 MHz
(II) GLINT(1): Iiyama A702HT: Using hsync range of 30.00-96.00 kHz
(II) GLINT(1): Iiyama A702HT: Using vrefresh range of 50.00-160.00 Hz
(II) GLINT(1): Clock range:  16.25 to 300.00 MHz
(II) GLINT(1): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(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 "576x432" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1280x1024" (height too large for virtual size)
(II) GLINT(1): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1600x1200" (width too large for virtual size)
(II) GLINT(1): Not using default mode "1792x1344" (width too large for virtual size)
(II) GLINT(1): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1856x1392" (width too large for virtual size)
(II) GLINT(1): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1920x1440" (width too large for virtual size)
(II) GLINT(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1400x1050" (width too large for virtual size)
(II) GLINT(1): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1600x1024" (width too large for virtual size)
(II) GLINT(1): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using mode "1024x768" (no mode of this name)
(**) GLINT(1): Virtual size is 1280x960 (pitch 1280)
(**) GLINT(1): Mode "1280x960-96": 161.9 MHz, 94.6 kHz, 94.8 Hz
(II) GLINT(1): Modeline "1280x960-96"  161.92  1280 1312 1472 1712  960 961 964 998 
+hsync +vsync
(**) GLINT(1): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) GLINT(1): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync 
-vsync
(**) GLINT(1): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) GLINT(1): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync 
+vsync
(==) GLINT(1): DPI set to (75, 75)
(II) GLINT(1): I2C bus "DDC" initialized.
(II) GLINT(1): I2C bus "Video" initialized.
(--) Depth 24 pixmap format is 32 bpp
(II) resource ranges after preInit:
        [0] 1   0x90000000 - 0x93ffffff (0x4000000) MX[B]
        [1] 1   0x84000000 - 0x87ffffff (0x4000000) MX[B]
        [2] 1   0x80840000 - 0x8085ffff (0x20000) MX[B]
        [3] -1  0xffffffff - 0xffffffff (0x1) MX[B]
        [4] -1  0x00000000 - 0x00000000 (0x1) MX[B]
        [5] -1  0xf1000000 - 0xf10003ff (0x400) MX[B]
        [6] -1  0xf3000000 - 0xf301ffff (0x20000) MX[B]
        [7] -1  0x80820000 - 0x8082ffff (0x10000) MX[B](B)
        [8] -1  0x90000000 - 0x93ffffff (0x4000000) MX[B](B)
        [9] -1  0x84000000 - 0x87ffffff (0x4000000) MX[B](B)
        [10] -1 0x80840000 - 0x8085ffff (0x20000) MX[B](B)
        [11] -1 0x81000000 - 0x817fffff (0x800000) MX[B](B)
        [12] -1 0x80800000 - 0x80803fff (0x4000) MX[B](B)
        [13] -1 0xa4000000 - 0xa7ffffff (0x4000000) MX[B]
        [14] -1 0xa0000000 - 0xa000ffff (0x10000) MX[B]
        [15] 0  0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [16] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [17] 0  0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [18] 1  0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [19] 1  0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [20] 1  0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [21] 1  0x00000400 - 0x0000040f (0x10) IX[B]
        [22] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [23] -1 0x00000000 - 0x00000000 (0x1) IX[B]
        [24] -1 0x00000400 - 0x0000040f (0x10) IX[B](B)
        [25] -1 0xfffffffc - 0xfffffffc (0x1) IX[B]
        [26] -1 0xfffffffc - 0xfffffffc (0x1) IX[B]
        [27] -1 0xfffffffc - 0xfffffffc (0x1) IX[B]
        [28] -1 0xfffffffc - 0xfffffffc (0x1) IX[B]
        [29] 0  0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [30] 0  0x000003c0 - 0x000003df (0x20) IS[B](OprU)
        [31] 1  0x000003b0 - 0x000003bb (0xc) IS[B](OprD)
        [32] 1  0x000003c0 - 0x000003df (0x20) IS[B](OprD)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(--) MGA(0): 32 DWORD fifo
(==) MGA(0): Default visual is TrueColor
(EE) MGA(0): Static buffer allocation failed, not initializing the DRI
(EE) MGA(0): Need at least 9216 kB video memory at this resolution, bit depth
(II) MGA(0): Using 256 lines for offscreen memory.
(II) MGA(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        Solid filled trapezoids
        8x8 mono pattern filled rectangles
        8x8 mono pattern filled trapezoids
        Indirect CPU to Screen color expansion
        Screen to Screen color expansion
        Solid Lines
        Scanline Image Writes
        Offscreen Pixmaps
        Driver provided FillCacheBltRects replacement
        Setting up tile and stipple cache:
                16 128x128 slots
(==) MGA(0): Backing store disabled
(==) MGA(0): Silken mouse enabled
(--) MGA(0): Direct rendering disabled
(II) GLINT(1): I2C device "DDC:ddc2" registered.
(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 Horizontal and Vertical Lines
        Scanline Image Writes
        Offscreen Pixmaps
        Driver provided WriteBitmap replacement
        Driver provided WritePixmap replacement
        Setting up tile and stipple cache:
                32 128x128 slots
                17 256x256 slots
                5 512x512 slots
(==) GLINT(1): Backing store disabled
(==) GLINT(1): Silken mouse enabled
(II) GLINT(1): direct rendering disabled
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(**) Option "Protocol" "PS/2"
(**) Mouse1: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "false"
(==) Mouse1: Buttons: 3
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
Could not init font path element unix/:-1, removing from list!

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]

(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources

Reply via email to