Hi,

I'm experiencing problems since upgrading to 4.1 in the 'testing'
debian distribution (woody).  I've used multiheaded Xfree86 since
the 4.0-pre releases, and it's always worked quite well using 
three Matrox Millenium I's.  

When I upgraded from 4.02 to 4.1.0-7 I cannot start in multiheaded
mode.  I can use a server layout that uses one monitor only, 
and only the one connected to the primary card.  

nate [2:49pm][~/]-->uname -a
Linux aidos 2.4.12-ac3 #3 Sun Oct 21 14:07:15 EST 2001 i686 unknown

Is my current kernel, though it's exhibited the same behavior under
2.2.19 also.

When I run startx with a multihead server layout it just locks up,
I can't access it from the network, and have to reboot.  When it does that
it also fails to leave a log behind.  Attached are my config and 
an example of a 'successful' log, with only a single head being used.

Anyone else have similar problems?  Fixes?  

Nate Smith

Section "ServerLayout"
        Identifier     "Multisync"
        Screen         "Screen 8" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "ServerLayout"
        Identifier     "TripleHeadedMonster"
        Screen         "Screen 8" 0 0
        Screen         "Screen 3" LeftOf "Screen 8"
        Screen         "Screen 4" LeftOf "Screen 3"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "unix/:7100"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc: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/TrueType"
EndSection

Section "Module"
        Load    "ddc"
        Load    "GLcore"
        Load    "dbe"
        Load    "dri"
        Load    "extmod"
        Load    "glx"
        Load    "pex5"
        Load    "record"
        Load    "xie"
        Load    "bitmap"
        Load    "freetype"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
        Load    "int10"
        Load  "truetype"  #<-- incidentally, it moans about finding this
#       Load  "v4l"
EndSection

Section "InputDevice"
        Identifier  "Keyboard1"
        Driver      "Keyboard"
        Option      "AutoRepeat" "250 30"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "pc101"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "GDM-1952"
        HorizSync    48.8 - 48.8
        VertRefresh  60 - 75
        ModeLine     "1280x1024" 119.8 1280 1312 1472 1696 1024 1027 1030 1064 +hsync 
-vsync
EndSection

Section "Monitor"
        Identifier   "GDM-1950"
        HorizSync    64 - 65
        VertRefresh  55 - 65
        ModeLine     "1280x1024" 110.0 1280 1328 1512 1712 1024 1025 1028 1054 -hsync 
-vsync
EndSection

Section "Monitor"
        Identifier   "HP1097A"
        HorizSync    78.1 - 78.1
        VertRefresh  72.0 - 72.0
        ModeLine     "1024x768" 76.7 1024 1040 1216 1328 768 768 776 802
        ModeLine     "1280x1024" 135.0 1280 1344 1536 1728 1024 1027 1030 1085
        ModeLine     "1280x1024" 135.0 1280 1344 1536 1728 1024 1027 1030 1085 -hsync 
-vsync
        ModeLine     "1280x1024" 110.0 1280 1292 1446 1682 1024 1025 1028 1058
        ModeLine     "1280x1024" 110.0 1280 1328 1512 1712 1024 1025 1028 1054
        ModeLine     "1280x1024" 108.2 1280 1324 1508 1708 1024 1027 1030 1056
        ModeLine     "1280x1024" 126.1 1536 1608 1968 2000 1102 1107 1114 1122 -hsync 
-vsync
        ModeLine     "1280x1024" 119.8 1280 1312 1472 1696 1024 1027 1030 1064 +hsync 
-vsync
EndSection

Section "Monitor"
        Identifier   "HP98754A"
        HorizSync    63.3 - 63.3
        VertRefresh  60.0 - 60.0
        ModeLine     "1280x1024" 108.2 1280 1324 1508 1708 1024 1027 1030 1056
EndSection

Section "Monitor"
        Identifier "Sun"
        HorizSync 31.5 - 57.0
        VertRefresh 50-100
        Option "DPMS"
Modeline "1280x1024"   108   1280 1328 1440 1688   1024 1025 1028 1066  +hsync +vsync
EndSection


Section "Device"
        Identifier  "MGA I"
        Driver      "mga"
        VideoRam    4096
#       Option      "Sync_on_Green"
        Option      "PCI Retry"
        BusID       "PCI:0:13:0"
EndSection

Section "Device"
        Identifier  "MGA II"
        Driver      "mga"
        VideoRam    4096
        Option      "Sync_on_Green"
        Option      "PCI Retry"
        BusID       "PCI:0:11:0"
EndSection

Section "Device"
        Identifier  "MGA III"
        Driver      "mga"
        VideoRam    4096
        Option      "Sync_on_Green"
        Option      "PCI Retry"
        BusID       "PCI:0:15:0"
EndSection


Section "Screen"
        Identifier "Screen 1"
        Device     "MGA I"
        Monitor    "HP1097A"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes "1024x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen 2"
        Device     "MGA I"
        Monitor    "GW1572"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes "800x600"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen 3"
        Device     "MGA III"
        Monitor    "HP98754A"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes "1280x1024"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen 4"
        Device     "MGA II"
        Monitor    "GDM-1952"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes "1280x1024"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen 5"
        Device     "MGA III"
        Monitor    "GDM-1950"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes "1024x768 1152x768 1280x1024"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen 6"
        Device     "MGA III"
        Monitor    "GDM-1662B"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes "1280x1024"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen 7"
        Device     "SiS 6326"
        Monitor    "GW1572"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes "800x600"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen 8"
        Device     "MGA I"
        Monitor    "Sun"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes "1152x864"
        EndSubSection
EndSection




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

XFree86 Version 4.1.0.1 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: xx August 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.7 i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Sun Oct 21 14:24:03 2001
(==) Using config file: "/etc/X11/XF86Config"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "Multisync"
(**) |-->Screen "Screen 8" (0)
(**) |   |-->Monitor "Sun"
(**) |   |-->Device "MGA I"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "250 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc101"
(**) XKB: model: "pc101"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(WW) The directory "/usr/X11R6/lib/X11/fonts/TrueType" does not exist.
        Entry deleted from font path.
(**) FontPath set to 
"unix/:7100,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/Speedo"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7

(WW) Cannot open APM
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.1
        XFree86 Video Driver: 0.4
        XFree86 XInput driver : 0.2
        XFree86 Server Extension : 0.1
        XFree86 Font Renderer : 0.2
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.4
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8000402c, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0305 card 147b,a401 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8305 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0686 card 1106,0000 rev 40 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 0000,0000 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 0000,0000 rev 40 class 06,00,00 hdr 00
(II) PCI: 00:08:0: chip 1102,0002 card 1102,8027 rev 08 class 04,01,00 hdr 80
(II) PCI: 00:08:1: chip 1102,7002 card 1102,0020 rev 08 class 09,80,00 hdr 80
(II) PCI: 00:09:0: chip 8086,1229 card 8086,0040 rev 0c class 02,00,00 hdr 00
(II) PCI: 00:0b:0: chip 102b,0519 card 0000,0000 rev 01 class 03,80,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:0f:0: chip 102b,0519 card 0000,0000 rev 01 class 03,80,00 hdr 00
(II) PCI: 00:11:0: chip 105a,4d38 card 105a,4d33 rev 01 class 01,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.1.0.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.4
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) Host-to-PCI bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1 0        0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1 0        0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1 0        0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x04 (VGA_EN is cleared)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
(II) Bus 1 prefetchable memory range:
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(II) Bus -1: bridge is at (0:0:0), (-1,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
        [0] -1 0        0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
        [0] -1 0        0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
        [0] -1 0        0x00000000 - 0xffffffff (0x0) MX[B]
(--) PCI: (0:11:0) Matrox MGA 2064W rev 1, Mem @ 0xd1000000/14, 0xd2000000/23
(--) PCI:*(0:13:0) Matrox MGA 2064W rev 1, Mem @ 0xd3000000/14, 0xd4000000/23
(--) PCI: (0:15:0) Matrox MGA 2064W rev 1, Mem @ 0xd5000000/14, 0xd6000000/23
(II) Addressable bus resource ranges are
        [0] -1 0        0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1 0        0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1 0        0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1 0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1 0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1 0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1 0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1 0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1 0        0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
        [0] -1 0        0xd7420000 - 0xd743ffff (0x20000) MX[B]
        [1] -1 0        0xd7400000 - 0xd741ffff (0x20000) MX[B]
        [2] -1 0        0xd7440000 - 0xd7440fff (0x1000) MX[B]
        [3] -1 0        0xd7000000 - 0xd73fffff (0x400000) MX[B]
        [4] -1 0        0xd6000000 - 0xd67fffff (0x800000) MX[B](B)
        [5] -1 0        0xd5000000 - 0xd5003fff (0x4000) MX[B](B)
        [6] -1 0        0xd4000000 - 0xd47fffff (0x800000) MX[B](B)
        [7] -1 0        0xd3000000 - 0xd3003fff (0x4000) MX[B](B)
        [8] -1 0        0xd2000000 - 0xd27fffff (0x800000) MX[B](B)
        [9] -1 0        0xd1000000 - 0xd1003fff (0x4000) MX[B](B)
        [10] -1 0       0x0000e800 - 0x0000e83f (0x40) IX[B]
        [11] -1 0       0x0000e400 - 0x0000e403 (0x4) IX[B]
        [12] -1 0       0x0000e000 - 0x0000e007 (0x8) IX[B]
        [13] -1 0       0x0000dc00 - 0x0000dc03 (0x4) IX[B]
        [14] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [15] -1 0       0x0000d400 - 0x0000d43f (0x40) IX[B]
        [16] -1 0       0x0000d000 - 0x0000d007 (0x8) IX[B]
        [17] -1 0       0x0000cc00 - 0x0000cc1f (0x20) IX[B]
        [18] -1 0       0x0000c800 - 0x0000c81f (0x20) IX[B]
        [19] -1 0       0x0000c400 - 0x0000c41f (0x20) IX[B]
        [20] -1 0       0x0000c000 - 0x0000c00f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1 0        0xd7420000 - 0xd743ffff (0x20000) MX[B]
        [1] -1 0        0xd7400000 - 0xd741ffff (0x20000) MX[B]
        [2] -1 0        0xd7440000 - 0xd7440fff (0x1000) MX[B]
        [3] -1 0        0xd7000000 - 0xd73fffff (0x400000) MX[B]
        [4] -1 0        0xd6000000 - 0xd67fffff (0x800000) MX[B](B)
        [5] -1 0        0xd5000000 - 0xd5003fff (0x4000) MX[B](B)
        [6] -1 0        0xd4000000 - 0xd47fffff (0x800000) MX[B](B)
        [7] -1 0        0xd3000000 - 0xd3003fff (0x4000) MX[B](B)
        [8] -1 0        0xd2000000 - 0xd27fffff (0x800000) MX[B](B)
        [9] -1 0        0xd1000000 - 0xd1003fff (0x4000) MX[B](B)
        [10] -1 0       0x0000e800 - 0x0000e83f (0x40) IX[B]
        [11] -1 0       0x0000e400 - 0x0000e403 (0x4) IX[B]
        [12] -1 0       0x0000e000 - 0x0000e007 (0x8) IX[B]
        [13] -1 0       0x0000dc00 - 0x0000dc03 (0x4) IX[B]
        [14] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [15] -1 0       0x0000d400 - 0x0000d43f (0x40) IX[B]
        [16] -1 0       0x0000d000 - 0x0000d007 (0x8) IX[B]
        [17] -1 0       0x0000cc00 - 0x0000cc1f (0x20) IX[B]
        [18] -1 0       0x0000c800 - 0x0000c81f (0x20) IX[B]
        [19] -1 0       0x0000c400 - 0x0000c41f (0x20) IX[B]
        [20] -1 0       0x0000c000 - 0x0000c00f (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1 0        0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1 0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1 0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1 0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1 0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1 0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1 0        0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1 0        0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1 0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1 0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1 0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1 0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1 0        0xd7420000 - 0xd743ffff (0x20000) MX[B]
        [6] -1 0        0xd7400000 - 0xd741ffff (0x20000) MX[B]
        [7] -1 0        0xd7440000 - 0xd7440fff (0x1000) MX[B]
        [8] -1 0        0xd7000000 - 0xd73fffff (0x400000) MX[B]
        [9] -1 0        0xd6000000 - 0xd67fffff (0x800000) MX[B](B)
        [10] -1 0       0xd5000000 - 0xd5003fff (0x4000) MX[B](B)
        [11] -1 0       0xd4000000 - 0xd47fffff (0x800000) MX[B](B)
        [12] -1 0       0xd3000000 - 0xd3003fff (0x4000) MX[B](B)
        [13] -1 0       0xd2000000 - 0xd27fffff (0x800000) MX[B](B)
        [14] -1 0       0xd1000000 - 0xd1003fff (0x4000) MX[B](B)
        [15] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0       0x0000e800 - 0x0000e83f (0x40) IX[B]
        [18] -1 0       0x0000e400 - 0x0000e403 (0x4) IX[B]
        [19] -1 0       0x0000e000 - 0x0000e007 (0x8) IX[B]
        [20] -1 0       0x0000dc00 - 0x0000dc03 (0x4) IX[B]
        [21] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [22] -1 0       0x0000d400 - 0x0000d43f (0x40) IX[B]
        [23] -1 0       0x0000d000 - 0x0000d007 (0x8) IX[B]
        [24] -1 0       0x0000cc00 - 0x0000cc1f (0x20) IX[B]
        [25] -1 0       0x0000c800 - 0x0000c81f (0x20) IX[B]
        [26] -1 0       0x0000c400 - 0x0000c41f (0x20) IX[B]
        [27] -1 0       0x0000c000 - 0x0000c00f (0x10) IX[B]
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.1.0.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: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Loading extension GLX
(II) LoadModule: "pex5"
(II) Loading /usr/X11R6/lib/modules/extensions/libpex5.a
(II) Module pex5: vendor="The XFree86 Project"
        compiled for 4.1.0.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: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
        compiled for 4.1.0.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: "xie"
(II) Loading /usr/X11R6/lib/modules/extensions/libxie.a
(II) Module xie: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XIE
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.1.9
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font FreeType
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "truetype"
(WW) Warning, couldn't open module truetype
(II) UnloadModule: "truetype"
(EE) Failed to load module "truetype" (module does not exist, 0)
(II) LoadModule: "mga"
(II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
(II) Module mga: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.1
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.2
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
        mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400
(II) Primary Device is: PCI 00:0d:0
(WW) MGA: No matching Device section for instance (BusID PCI:0:11:0) found
(WW) MGA: No matching Device section for instance (BusID PCI:0:15:0) found
(--) Chipset mga2064w found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1 0        0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1 0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1 0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1 0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1 0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1 0        0xd7420000 - 0xd743ffff (0x20000) MX[B]
        [6] -1 0        0xd7400000 - 0xd741ffff (0x20000) MX[B]
        [7] -1 0        0xd7440000 - 0xd7440fff (0x1000) MX[B]
        [8] -1 0        0xd7000000 - 0xd73fffff (0x400000) MX[B]
        [9] -1 0        0xd6000000 - 0xd67fffff (0x800000) MX[B](B)
        [10] -1 0       0xd5000000 - 0xd5003fff (0x4000) MX[B](B)
        [11] -1 0       0xd4000000 - 0xd47fffff (0x800000) MX[B](B)
        [12] -1 0       0xd3000000 - 0xd3003fff (0x4000) MX[B](B)
        [13] -1 0       0xd2000000 - 0xd27fffff (0x800000) MX[B](B)
        [14] -1 0       0xd1000000 - 0xd1003fff (0x4000) MX[B](B)
        [15] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0       0x0000e800 - 0x0000e83f (0x40) IX[B]
        [18] -1 0       0x0000e400 - 0x0000e403 (0x4) IX[B]
        [19] -1 0       0x0000e000 - 0x0000e007 (0x8) IX[B]
        [20] -1 0       0x0000dc00 - 0x0000dc03 (0x4) IX[B]
        [21] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [22] -1 0       0x0000d400 - 0x0000d43f (0x40) IX[B]
        [23] -1 0       0x0000d000 - 0x0000d007 (0x8) IX[B]
        [24] -1 0       0x0000cc00 - 0x0000cc1f (0x20) IX[B]
        [25] -1 0       0x0000c800 - 0x0000c81f (0x20) IX[B]
        [26] -1 0       0x0000c400 - 0x0000c41f (0x20) IX[B]
        [27] -1 0       0x0000c000 - 0x0000c00f (0x10) IX[B]
(II) resource ranges after probing:
        [0] -1 0        0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1 0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1 0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1 0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1 0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1 0        0xd7420000 - 0xd743ffff (0x20000) MX[B]
        [6] -1 0        0xd7400000 - 0xd741ffff (0x20000) MX[B]
        [7] -1 0        0xd7440000 - 0xd7440fff (0x1000) MX[B]
        [8] -1 0        0xd7000000 - 0xd73fffff (0x400000) MX[B]
        [9] -1 0        0xd6000000 - 0xd67fffff (0x800000) MX[B](B)
        [10] -1 0       0xd5000000 - 0xd5003fff (0x4000) MX[B](B)
        [11] -1 0       0xd4000000 - 0xd47fffff (0x800000) MX[B](B)
        [12] -1 0       0xd3000000 - 0xd3003fff (0x4000) MX[B](B)
        [13] -1 0       0xd2000000 - 0xd27fffff (0x800000) MX[B](B)
        [14] -1 0       0xd1000000 - 0xd1003fff (0x4000) MX[B](B)
        [15] 0 0        0x000a0000 - 0x000affff (0x10000) MS[B]
        [16] 0 0        0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [17] 0 0        0x000b8000 - 0x000bffff (0x8000) MS[B]
        [18] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [19] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [20] -1 0       0x0000e800 - 0x0000e83f (0x40) IX[B]
        [21] -1 0       0x0000e400 - 0x0000e403 (0x4) IX[B]
        [22] -1 0       0x0000e000 - 0x0000e007 (0x8) IX[B]
        [23] -1 0       0x0000dc00 - 0x0000dc03 (0x4) IX[B]
        [24] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [25] -1 0       0x0000d400 - 0x0000d43f (0x40) IX[B]
        [26] -1 0       0x0000d000 - 0x0000d007 (0x8) IX[B]
        [27] -1 0       0x0000cc00 - 0x0000cc1f (0x20) IX[B]
        [28] -1 0       0x0000c800 - 0x0000c81f (0x20) IX[B]
        [29] -1 0       0x0000c400 - 0x0000c41f (0x20) IX[B]
        [30] -1 0       0x0000c000 - 0x0000c00f (0x10) IX[B]
        [31] 0 0        0x000003b0 - 0x000003bb (0xc) IS[B]
        [32] 0 0        0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.4
(**) MGA(0): Depth 16, (--) framebuffer bpp 16
(==) MGA(0): RGB weight 565
(**) MGA(0): Option "PciRetry"
(II) MGA(0): Matrox HAL module not found - using builtin mode setup instead
(--) MGA(0): Chipset: "mga2064w"
(==) MGA(0): Using AGP 1x mode
(**) MGA(0): PCI retry enabled
(--) MGA(0): Linear framebuffer at 0xD4000000
(--) MGA(0): MMIO registers at 0xD3000000
(==) MGA(0): BIOS at 0xC0000
(--) MGA(0): Video BIOS info block at offset 0x07D00
(II) MGA(0): MGABios.RamdacType = 0x1
(**) MGA(0): VideoRAM: 4096 kByte
(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) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.2.0
        ABI class: XFree86 Video Driver, version 0.4
(==) MGA(0): Write-combining range (0xd4000000,0x400000)
(II) MGA(0): I2C bus "DDC" initialized.
(II) MGA(0): I2C device "DDC:ddc2" registered.
(II) MGA(0): I2C device "DDC:ddc2" removed.
(II) MGA(0): I2C device "DDC:ddc2" registered.
(II) MGA(0): I2C device "DDC:ddc2" removed.
(II) MGA(0): I2C Monitor info: 0x86c58e0
(II) MGA(0): Manufacturer: SUN  Model: 574  Serial#: 241719115
(II) MGA(0): Year: 1999  Week: 17
(II) MGA(0): EDID Version: 1.1
(II) MGA(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) MGA(0): Sync:  Separate  Composite
(II) MGA(0): Max H-Image Size [cm]: horiz.: 30  vert.: 23
(II) MGA(0): Gamma: 1.79
(II) MGA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) MGA(0): redX: 0.640 redY: 0.323   greenX: 0.295 greenY: 0.594
(II) MGA(0): blueX: 0.142 blueY: 0.066   whiteX: 0.283 whiteY: 0.298
(II) MGA(0): Supported VESA Video Modes:
(II) MGA(0): 720x400@70Hz
(II) MGA(0): 720x400@88Hz
(II) MGA(0): 640x480@60Hz
(II) MGA(0): 640x480@67Hz
(II) MGA(0): 640x480@72Hz
(II) MGA(0): 640x480@75Hz
(II) MGA(0): 800x600@56Hz
(II) MGA(0): 800x600@60Hz
(II) MGA(0): 800x600@72Hz
(II) MGA(0): 800x600@75Hz
(II) MGA(0): 832x624@75Hz
(II) MGA(0): 1024x768@87Hz (interlaced)
(II) MGA(0): 1024x768@60Hz
(II) MGA(0): 1024x768@70Hz
(II) MGA(0): 1024x768@75Hz
(II) MGA(0): 1152x870@75Hz
(II) MGA(0): Manufacturer's mask: 0
(II) MGA(0): Supported Future Video Modes:
(II) MGA(0): #0: hsize: 1152  vsize 921  refresh: 76  vid: 36977
(II) MGA(0): #1: hsize: 1024  vsize 768  refresh: 77  vid: 20833
(II) MGA(0): #2: hsize: 1024  vsize 768  refresh: 75  vid: 20321
(II) MGA(0): #3: hsize: 1152  vsize 921  refresh: 66  vid: 34417
(II) MGA(0): #4: hsize: 800  vsize 600  refresh: 75  vid: 20293
(II) MGA(0): #5: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) MGA(0): Supported additional Video Mode:
(II) MGA(0): clock: 108.0 MHz   Image Size:  300 x 225 mm
(II) MGA(0): h_active: 1152  h_sync: 1184  h_sync_end 1312 h_blank_end 1504 h_border: 0
(II) MGA(0): v_active: 900  v_sync: 902  v_sync_end 910 v_blanking: 943 v_border: 0
(II) MGA(0): Supported additional Video Mode:
(II) MGA(0): clock: 84.4 MHz   Image Size:  300 x 225 mm
(II) MGA(0): h_active: 1024  h_sync: 1056  h_sync_end 1120 h_blank_end 1360 h_border: 0
(II) MGA(0): v_active: 768  v_sync: 770  v_sync_end 774 v_blanking: 805 v_border: 0
(II) MGA(0): Supported additional Video Mode:
(II) MGA(0): clock: 78.8 MHz   Image Size:  300 x 225 mm
(II) MGA(0): h_active: 1024  h_sync: 1040  h_sync_end 1136 h_blank_end 1312 h_border: 0
(II) MGA(0): v_active: 768  v_sync: 769  v_sync_end 772 v_blanking: 800 v_border: 0
(II) MGA(0): Supported additional Video Mode:
(II) MGA(0): clock: 94.5 MHz   Image Size:  300 x 225 mm
(II) MGA(0): h_active: 1152  h_sync: 1192  h_sync_end 1320 h_blank_end 1528 h_border: 0
(II) MGA(0): v_active: 900  v_sync: 902  v_sync_end 906 v_blanking: 937 v_border: 0
(II) MGA(0): end of I2C Monitor info

(==) 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 220 MHz
(--) MGA(0): MCLK used is 60.0 MHz
(II) MGA(0): Sun: Using hsync range of 31.50-57.00 kHz
(II) MGA(0): Sun: Using vrefresh range of 50.00-100.00 Hz
(II) MGA(0): Clock range:  12.00 to 220.00 MHz
(II) MGA(0): Not using mode "1280x1024" (hsync out of range)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "1152x864" (hsync out of range)
(II) MGA(0): Not using default mode "1280x960" (hsync out of range)
(II) MGA(0): Not using default mode "1280x960" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1400x1050" (hsync out of range)
(II) MGA(0): Not using default mode "1400x1050" (hsync out of range)
(II) MGA(0): Not using mode "1152x864" (no mode of this name)
(--) MGA(0): Virtual size is 1024x768 (pitch 1024)
(**) MGA(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) MGA(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync 
-vsync
(++) MGA(0): DPI set to (100, 100)
(II) MGA(0): YDstOrg is set to 0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
        compiled for 4.1.0.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.1.0.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.4
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0 0 0xd4000000 - 0xd47fffff (0x800000) MX[B]
        [1] 0 0 0xd3000000 - 0xd3003fff (0x4000) MX[B]
        [2] -1 0        0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [3] -1 0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [4] -1 0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [5] -1 0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [6] -1 0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [7] -1 0        0xd7420000 - 0xd743ffff (0x20000) MX[B]
        [8] -1 0        0xd7400000 - 0xd741ffff (0x20000) MX[B]
        [9] -1 0        0xd7440000 - 0xd7440fff (0x1000) MX[B]
        [10] -1 0       0xd7000000 - 0xd73fffff (0x400000) MX[B]
        [11] -1 0       0xd6000000 - 0xd67fffff (0x800000) MX[B](B)
        [12] -1 0       0xd5000000 - 0xd5003fff (0x4000) MX[B](B)
        [13] -1 0       0xd4000000 - 0xd47fffff (0x800000) MX[B](B)
        [14] -1 0       0xd3000000 - 0xd3003fff (0x4000) MX[B](B)
        [15] -1 0       0xd2000000 - 0xd27fffff (0x800000) MX[B](B)
        [16] -1 0       0xd1000000 - 0xd1003fff (0x4000) MX[B](B)
        [17] 0 0        0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [18] 0 0        0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [19] 0 0        0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [20] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [21] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [22] -1 0       0x0000e800 - 0x0000e83f (0x40) IX[B]
        [23] -1 0       0x0000e400 - 0x0000e403 (0x4) IX[B]
        [24] -1 0       0x0000e000 - 0x0000e007 (0x8) IX[B]
        [25] -1 0       0x0000dc00 - 0x0000dc03 (0x4) IX[B]
        [26] -1 0       0x0000d800 - 0x0000d807 (0x8) IX[B]
        [27] -1 0       0x0000d400 - 0x0000d43f (0x40) IX[B]
        [28] -1 0       0x0000d000 - 0x0000d007 (0x8) IX[B]
        [29] -1 0       0x0000cc00 - 0x0000cc1f (0x20) IX[B]
        [30] -1 0       0x0000c800 - 0x0000c81f (0x20) IX[B]
        [31] -1 0       0x0000c400 - 0x0000c41f (0x20) IX[B]
        [32] -1 0       0x0000c000 - 0x0000c00f (0x10) IX[B]
        [33] 0 0        0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [34] 0 0        0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) MGA(0): Write-combining range (0xd4000000,0x400000)
(--) 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 4608 kB video memory at this resolution, bit depth
(II) MGA(0): Using 1280 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
        Dashed Lines
        Scanline Image Writes
        Offscreen Pixmaps
        Driver provided FillCacheBltRects replacement
        Setting up tile and stipple cache:
                32 128x128 slots
                12 256x256 slots
(==) MGA(0): Backing store disabled
(==) MGA(0): Silken mouse enabled
(**) Option "dpms"
(**) MGA(0): DPMS enabled
(--) MGA(0): Direct rendering disabled
(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" "IMPS/2"
(**) Mouse0: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/psaux"
(==) Mouse0: Buttons: 3
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)

Reply via email to