[xorg-bugzilla-noise] [Bug 876] New: reproducible kernel freeze using mga and 2 xserver

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jul 16 02:25:43 PDT 2004


<bug-876 at bugs.freedesktop.org>  
 
Please do not reply to this email: if you
want to comment on the bug, go to     
the URL shown below and enter your
comments there.  
  
http://freedesktop.org/bugzilla/show_bug.cgi?id=876   
   
           Summary: reproducible kernel freeze using mga and 2 xserver
           Product: xorg
           Version: 6.7.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Driver/mga
        AssignedTo: xorg-bugzilla-noise at freedesktop.org
        ReportedBy: josef at kangaroo.at


hi,

i found a reproducible bug that causes X and linux kernel to hang up:

start x server 1: startx
su - hans
start x server 2: startx -- :1 -xf86config xorg.conf.hans
switch to xserver 1
switch to xserver 2
switch to xserver 1
everything well but:
wait 24 hours
switch to xserver 2
-> immediate kernel freeze (e.g. no mouse movement, no ping response, ...)

xf86config, xf86config.hans, Xorg.0.log and `diff Xorg.0.log Xorg.1.log appended.

cu, josef

######################### xorg.config:

# XFree86 4 configuration created by pyxf86config

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

Section "Files"

# RgbPath is the location of the RGB database.  Note, this is the name of the 
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7100"
EndSection

Section "ServerFlags"
        Option      "Xinerama" "on"
EndSection

Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#       Option  "Xleds"         "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#       Option  "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#       Option  "XkbModel"      "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#       Option  "XkbModel"      "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#       Option  "XkbLayout"     "de"
# or:
#       Option  "XkbLayout"     "de"
#       Option  "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#       Option  "XkbOptions"    "ctrl:swapcaps"
# Or if you just want both to be control, use:
#       Option  "XkbOptions"    "ctrl:nocaps"
#
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "de"
        Option      "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Panasonic"
        ModelName    "PanaSync/Pro P110"
        HorizSync    30.0 - 115.0
        VertRefresh  50.0 - 160.0
        ModeLine     "1600x1200" 243.0 1600 1664 1856 2160 1200 1201 1204 1250
        Option      "DPMS"
EndSection
                                                                               
Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "Sony"
        ModelName    "Sony GMD-20H03 T"
        HorizSync    31.5 - 94.0
        VertRefresh  40.0 - 150.0
        Option      "DPMS"
EndSection

Section "Device"
        Identifier  "G450_0"
        Driver      "mga"
        BusID       "PCI:1:0:0"
EndSection

Section "Device"
        Identifier  "G450_1"
        Driver      "mga"
        BusID       "PCI:1:0:0"
        Screen      1
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "G450_0"
        Monitor    "Monitor0"
        DefaultDepth     16
        SubSection "Display"

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Panasonic"
        ModelName    "PanaSync/Pro P110"
        HorizSync    30.0 - 115.0
        VertRefresh  50.0 - 160.0
        ModeLine     "1600x1200" 243.0 1600 1664 1856 2160 1200 1201 1204 1250
        Option      "DPMS"
EndSection
                                                                               
Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "Sony"
        ModelName    "Sony GMD-20H03 T"
        HorizSync    31.5 - 94.0
        VertRefresh  40.0 - 150.0
        Option      "DPMS"
EndSection

Section "Device"
        Identifier  "G450_0"
        Driver      "mga"
        BusID       "PCI:1:0:0"
EndSection

Section "Device"
        Identifier  "G450_1"
        Driver      "mga"
        BusID       "PCI:1:0:0"
        Screen      1
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "G450_0"
        Monitor    "Monitor0"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes    "1600x1200" "1280x1024" "1024x768" "800x600"
        EndSubSection
EndSection

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

Section "DRI"
        Group        0
        Mode         0666
EndSection

########################## xorg.conf.hans

# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.  Note, this is the name of the 
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7100"
EndSection

Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#       Option  "Xleds"         "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#       Option  "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#       Option  "XkbModel"      "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#       Option  "XkbModel"      "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#       Option  "XkbLayout"     "de"
# or:
#       Option  "XkbLayout"     "de"
#       Option  "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#       Option  "XkbOptions"    "ctrl:swapcaps"
# Or if you just want both to be control, use:
#       Option  "XkbOptions"    "ctrl:nocaps"
#       Option  "XkbLayout"     "de"
# or:
#       Option  "XkbLayout"     "de"
#       Option  "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#       Option  "XkbOptions"    "ctrl:swapcaps"
# Or if you just want both to be control, use:
#       Option  "XkbOptions"    "ctrl:nocaps"
#
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "de"
        Option      "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Panasonic"
        ModelName    "PanaSync/Pro P110"
        HorizSync    30.0 - 115.0
        VertRefresh  50.0 - 160.0
        ModeLine     "1600x1200" 243.0 1600 1664 1856 2160 1200 1201 1204 1250
        Option      "DPMS"
EndSection
                                                                               
Section "Device"
        Identifier  "G450_0"
        Driver      "mga"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "G450_0"
        Monitor    "Monitor0"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes    "1280x1024" "1024x768" "800x600"
        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection

################ Xorg.0.log


Release Date: 18 December 2003
X Protocol Version 11, Revision 0, Release 6.7
Build Operating System: Linux 2.4.21-14.ELsmp i686 [ELF] 
Current Operating System: Linux josef.kangaroo.at 2.6.6-1.435.2.3 #1 Thu Jul 1
08:25:29 EDT 2004 i686
Build Date: 26 June 2004
Build Host: tweety.build.redhat.com
 
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.6-1.435.2.3 (bhcompile at tweety.build.redhat.com)
(gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)) #1 Thu Jul 1 08:25:29 EDT
2004 P
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/Xorg.0.log", Time: Wed Jul 14 10:50:22 2004
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "G450_0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "G450_1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "de"
(**) XKB: layout: "de"
(**) Option "XkbVariant" "nodeadkeys"
(**) XKB: variant: "nodeadkeys"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "unix/:7100"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "Xinerama" "on"
(**) Xinerama: enabled
(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.7
        X.Org XInput driver : 0.4
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 6.7.0, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 6.7.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10b9,1647 card 0000,0000 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 10b9,5247 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 10b9,5237 card 10b9,5237 rev 03 class 0c,03,10 hdr 00
(II) PCI: 00:04:0: chip 10b9,5229 card 1043,8053 rev c4 class 01,01,fa hdr 00
(II) PCI: 00:06:0: chip 10b9,5237 card 10b9,5237 rev 03 class 0c,03,10 hdr 00
(II) PCI: 00:07:0: chip 10b9,1533 card 10b9,1533 rev 00 class 06,01,00 hdr 00
(II) PCI: 00:09:0: chip 10b7,9200 card 10b7,1000 rev 74 class 02,00,00 hdr 00
(II) PCI: 00:0b:0: chip 9004,6178 card 0000,0000 rev 01 class 01,00,00 hdr 00
(II) PCI: 00:0c:0: chip 1073,0010 card 1073,0010 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:0d:0: chip 1131,7146 card 13c2,0003 rev 01 class 04,80,00 hdr 00
(II) PCI: 00:11:0: chip 10b9,7101 card 0000,0000 rev 00 class 06,80,00 hdr 00
(II) PCI: 01:00:0: chip 102b,0525 card 102b,0641 rev 82 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (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) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xec800000 - 0xeddfffff (0x1600000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xedf00000 - 0xefffffff (0x2100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) Matrox Graphics, Inc. MGA G400 AGP rev 130, Mem @
0xee000000/25, 0xed000000/14, 0xec800000/23, BIOS @ 0xedfe0000/17
(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) PCI Memory resource overlap reduced 0xf0000000 from 0xf7ffffff to 0xefffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xe9800000 - 0xe9800fff (0x1000) MX[B]
        [1] -1  0       0xea000000 - 0xea00007f (0x80) MX[B]
        [2] -1  0       0xeb000000 - 0xeb000fff (0x1000) MX[B]
        [3] -1  0       0xec000000 - 0xec000fff (0x1000) MX[B]
        [4] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [5] -1  0       0xedfe0000 - 0xedffffff (0x20000) MX[B](B)
        [6] -1  0       0xec800000 - 0xecffffff (0x800000) MX[B](B)
        [7] -1  0       0xed000000 - 0xed003fff (0x4000) MX[B](B)
        [8] -1  0       0xee000000 - 0xefffffff (0x2000000) MX[B](B)
        [9] -1  0       0x0000b400 - 0x0000b47f (0x80) IX[B]
        [10] -1 0       0x0000d400 - 0x0000d40f (0x10) IX[B]
(II) Inactive PCI resource ranges:
        [0] -1  0       0xe8800000 - 0xe88001ff (0x200) MX[B]
        [1] -1  0       0xe9000000 - 0xe9007fff (0x8000) MX[B]
        [2] -1  0       0x0000a400 - 0x0000a403 (0x4) IX[B]
        [3] -1  0       0x0000a800 - 0x0000a83f (0x40) IX[B]
        [4] -1  0       0x0000b000 - 0x0000b0ff (0x100) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xe9800000 - 0xe9800fff (0x1000) MX[B]
        [1] -1  0       0xea000000 - 0xea00007f (0x80) MX[B]
        [2] -1  0       0xeb000000 - 0xeb000fff (0x1000) MX[B]
        [3] -1  0       0xec000000 - 0xec000fff (0x1000) MX[B]
        [4] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [5] -1  0       0xedfe0000 - 0xedffffff (0x20000) MX[B](B)
        [6] -1  0       0xec800000 - 0xecffffff (0x800000) MX[B](B)
        [7] -1  0       0xed000000 - 0xed003fff (0x4000) MX[B](B)
        [8] -1  0       0xee000000 - 0xefffffff (0x2000000) MX[B](B)
        [9] -1  0       0x0000b400 - 0x0000b47f (0x80) IX[B]
        [10] -1 0       0x0000d400 - 0x0000d40f (0x10) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
        [0] -1  0       0xe8800000 - 0xe88001ff (0x200) MX[B]
        [1] -1  0       0xe9000000 - 0xe9007fff (0x8000) MX[B]
        [2] -1  0       0x0000a400 - 0x0000a403 (0x4) IX[B]
        [3] -1  0       0x0000a800 - 0x0000a83f (0x40) IX[B]
        [4] -1  0       0x0000b000 - 0x0000b0ff (0x100) 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       0xe9800000 - 0xe9800fff (0x1000) MX[B]
        [6] -1  0       0xea000000 - 0xea00007f (0x80) MX[B]
        [7] -1  0       0xeb000000 - 0xeb000fff (0x1000) MX[B]
        [8] -1  0       0xec000000 - 0xec000fff (0x1000) MX[B]
        [9] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [10] -1 0       0xedfe0000 - 0xedffffff (0x20000) MX[B](B)
        [11] -1 0       0xec800000 - 0xecffffff (0x800000) MX[B](B)
        [12] -1 0       0xed000000 - 0xed003fff (0x4000) MX[B](B)
        [13] -1 0       0xee000000 - 0xefffffff (0x2000000) MX[B](B)
        [14] -1 0       0xe8800000 - 0xe88001ff (0x200) MX[B]
        [15] -1 0       0xe9000000 - 0xe9007fff (0x8000) MX[B]
        [16] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1 0       0x0000b400 - 0x0000b47f (0x80) IX[B]
        [19] -1 0       0x0000d400 - 0x0000d40f (0x10) IX[B]
        [20] -1 0       0x0000a400 - 0x0000a403 (0x4) IX[B]
        [21] -1 0       0x0000a800 - 0x0000a83f (0x40) IX[B]
        [22] -1 0       0x0000b000 - 0x0000b0ff (0x100) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 6.7.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 6.7.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(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: "fbdevhw"
(II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a
(II) Module fbdevhw: vendor="X.Org Foundation"
        compiled for 6.7.0, module version = 0.0.2
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
        compiled for 6.7.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="X.Org Foundation"
        compiled for 6.7.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
        compiled for 6.7.0, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 6.7.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
        compiled for 6.7.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
        compiled for 6.7.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
        compiled for 6.7.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "mga"
(II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
(II) Module mga: vendor="X.Org Foundation"
        compiled for 6.7.0, module version = 1.1.1
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 6.7.0, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
        mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400,
        mgag550
(II) Primary Device is: PCI 01:00:0
(--) Chipset mgag400 found
(--) Chipset mgag400 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       0xe9800000 - 0xe9800fff (0x1000) MX[B]
        [6] -1  0       0xea000000 - 0xea00007f (0x80) MX[B]
        [7] -1  0       0xeb000000 - 0xeb000fff (0x1000) MX[B]
        [8] -1  0       0xec000000 - 0xec000fff (0x1000) MX[B]
        [9] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [10] -1 0       0xedfe0000 - 0xedffffff (0x20000) MX[B](B)
        [11] -1 0       0xec800000 - 0xecffffff (0x800000) MX[B](B)
        [12] -1 0       0xed000000 - 0xed003fff (0x4000) MX[B](B)
        [13] -1 0       0xee000000 - 0xefffffff (0x2000000) MX[B](B)
        [14] -1 0       0xe8800000 - 0xe88001ff (0x200) MX[B]
        [15] -1 0       0xe9000000 - 0xe9007fff (0x8000) MX[B]
        [16] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1 0       0x0000b400 - 0x0000b47f (0x80) IX[B]
        [19] -1 0       0x0000d400 - 0x0000d40f (0x10) IX[B]
        [20] -1 0       0x0000a400 - 0x0000a403 (0x4) IX[B]
        [21] -1 0       0x0000a800 - 0x0000a83f (0x40) IX[B]
        [22] -1 0       0x0000b000 - 0x0000b0ff (0x100) 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       0xe9800000 - 0xe9800fff (0x1000) MX[B]
        [6] -1  0       0xea000000 - 0xea00007f (0x80) MX[B]
        [7] -1  0       0xeb000000 - 0xeb000fff (0x1000) MX[B]
        [8] -1  0       0xec000000 - 0xec000fff (0x1000) MX[B]
        [9] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [10] -1 0       0xedfe0000 - 0xedffffff (0x20000) MX[B](B)
        [11] -1 0       0xec800000 - 0xecffffff (0x800000) MX[B](B)
        [12] -1 0       0xed000000 - 0xed003fff (0x4000) MX[B](B)
        [13] -1 0       0xee000000 - 0xefffffff (0x2000000) MX[B](B)
        [14] -1 0       0xe8800000 - 0xe88001ff (0x200) MX[B]
        [15] -1 0       0xe9000000 - 0xe9007fff (0x8000) MX[B]
        [16] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [17] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [18] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [19] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [20] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [21] -1 0       0x0000b400 - 0x0000b47f (0x80) IX[B]
        [22] -1 0       0x0000d400 - 0x0000d40f (0x10) IX[B]
        [23] -1 0       0x0000a400 - 0x0000a403 (0x4) IX[B]
        [24] -1 0       0x0000a800 - 0x0000a83f (0x40) IX[B]
        [25] -1 0       0x0000b000 - 0x0000b0ff (0x100) IX[B]
        [26] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [27] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 6.7.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.7
(--) MGA(0): Chipset: "mgag400" (G450)
(**) MGA(0): Depth 16, (--) framebuffer bpp 16
(==) MGA(0): RGB weight 565
(==) MGA(0): Using AGP 1x mode
(--) MGA(0): Linear framebuffer at 0xEE000000
(--) MGA(0): MMIO registers at 0xED000000
(--) MGA(0): Pseudo-DMA transfer window at 0xEC800000
(--) MGA(0): BIOS at 0xEDFE0000
(II) Truncating PCI BIOS Length to 34816
(--) MGA(0): Video BIOS info block at offset 0x07720
(WW) MGA(0): Video BIOS info block not detected!
(II) MGA(0): MGABios.RamdacType = 0x0
(==) MGA(0): Write-combining range (0xee000000,0x2000000)
(--) MGA(0): Crtc2 will use 8192K of VideoRam
(--) MGA(0): VideoRAM: 24576 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
        compiled for 6.7.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="X.Org Foundation"
        compiled for 6.7.0, module version = 1.2.0
        ABI class: X.Org Video Driver, version 0.7
(II) MGA(0): Splitting WC range: base: 0xee000000, size: 0x1800000
(==) MGA(0): Write-combining range (0xef000000,0x800000)
(==) MGA(0): Write-combining range (0xee000000,0x1800000)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) MGA(0): I2C bus "DDC" initialized.
(II) MGA(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) MGA(0): I2C device "DDC:ddc2" removed.
(II) MGA(0): I2C Monitor info: (nil)
(II) MGA(0): end of I2C Monitor info
(--) MGA(0): No DDC signal
(II) MGA(0): DDC Monitor info: (nil)
(II) MGA(0): end of DDC Monitor info
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 6.7.0, module version = 1.1.0
        ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
        compiled for 6.7.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(II) MGA(0): initializing int10
(II) MGA(0): Primary V_BIOS segment is: 0xc000
(II) MGA(0): VESA BIOS detected
(II) MGA(0): VESA VBE Version 3.0
(II) MGA(0): VESA VBE Total Mem: 32768 kB
(II) MGA(0): VESA VBE OEM: Matrox Graphics Inc.
(II) MGA(0): VESA VBE OEM Software Rev: 1.2
(II) MGA(0): VESA VBE OEM Vendor: Matrox
(II) MGA(0): VESA VBE OEM Product: Matrox G450
(II) MGA(0): VESA VBE OEM Product Rev: 00
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) MGA(0): VESA VBE DDC supported
(II) MGA(0): VESA VBE DDC Level none
(II) MGA(0): VESA VBE DDC transfer in appr. 0 sec.
(II) MGA(0): VESA VBE DDC read failed
(==) 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 360 MHz
(II) MGA(0): Monitor0: Using hsync range of 30.00-115.00 kHz
(II) MGA(0): Monitor0: Using vrefresh range of 50.00-160.00 Hz
(II) MGA(0): Clock range:  12.00 to 360.00 MHz
(II) MGA(0): Not using default mode "1920x1440" (hsync out of range)
(II) MGA(0): Not using default mode "960x720" (hsync out of range)
(II) MGA(0): Not using default mode "2048x1536" (hsync out of range)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(--) MGA(0): Has SDRAM
(--) MGA(0): Virtual size is 1600x1200 (pitch 1600)
(**) MGA(0): *Mode "1600x1200": 243.0 MHz, 112.5 kHz, 90.0 Hz
(II) MGA(0): Modeline "1600x1200"  243.00  1600 1664 1856 2160  1200 1201 1204 1
250
(**) MGA(0): *Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(II) MGA(0): Modeline "1280x1024"  157.50  1280 1344 1504 1728  1024 1025 1028
1072 +hsync +vsync
(**) MGA(0): *Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) MGA(0): Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772 808
+hsync +vsync
(**) MGA(0): *Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) MGA(0): Modeline "800x600"   56.30  800 832 896 1048  600 601 604 631
+hsync +vsync
(==) MGA(0): DPI set to (75, 75)
(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="X.Org Foundation"
        compiled for 6.7.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
        compiled for 6.7.0, module version = 1.1.0
        ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
        compiled for 6.7.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/X11R6/lib/modules/libvgahw.a
(--) MGA(1): Chipset: "mgag400" (G450)
(**) MGA(1): Depth 16, (--) framebuffer bpp 16
(==) MGA(1): RGB weight 565
(==) MGA(1): Using AGP 1x mode
(--) MGA(1): Linear framebuffer at 0xEE000000
(--) MGA(1): MMIO registers at 0xED000000
(--) MGA(1): Pseudo-DMA transfer window at 0xEC800000
(--) MGA(1): BIOS at 0xEDFE0000
(II) Truncating PCI BIOS Length to 34816
(--) MGA(1): Video BIOS info block at offset 0x07720
(WW) MGA(1): Video BIOS info block not detected!
(II) MGA(1): MGABios.RamdacType = 0x0
(==) MGA(1): Write-combining range (0xee000000,0x2000000)
(--) MGA(1): VideoRAM: 8192 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) Reloading /usr/X11R6/lib/modules/libi2c.a
(==) MGA(1): Write-combining range (0xef800000,0x800000)
(II) MGA(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) MGA(1): I2C bus "DDC" initialized.
(II) MGA(1): I2C device "DDC:ddc2" registered at address 0xA0.
(II) MGA(1): I2C device "DDC:ddc2" removed.
(II) MGA(1): I2C Monitor info: (nil)
(II) MGA(1): end of I2C Monitor info
(--) MGA(1): No DDC signal
(II) MGA(1): DDC Monitor info: (nil)
(II) MGA(1): end of DDC Monitor info
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/X11R6/lib/modules/libvbe.a
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) MGA(0): initializing int10
(II) MGA(0): Primary V_BIOS segment is: 0xc000
(II) MGA(0): VESA BIOS detected
(II) MGA(0): VESA VBE Version 3.0
(II) MGA(0): VESA VBE Total Mem: 32768 kB
(II) MGA(0): VESA VBE OEM: Matrox Graphics Inc.
(II) MGA(0): VESA VBE OEM Software Rev: 1.2
(II) MGA(0): VESA VBE OEM Vendor: Matrox
(II) MGA(0): VESA VBE OEM Product: Matrox G450
(II) MGA(0): VESA VBE OEM Product Rev: 00
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) MGA(0): VESA VBE DDC supported
(II) MGA(0): VESA VBE DDC Level none
(II) MGA(0): VESA VBE DDC transfer in appr. 0 sec.
(II) MGA(0): VESA VBE DDC read failed
(==) MGA(1): Using gamma correction (1.0, 1.0, 1.0)
(==) MGA(1): Min pixel clock is 12 MHz
(==) MGA(1): Max pixel clock is 234 MHz
(II) MGA(1): Monitor1: Using hsync range of 31.50-94.00 kHz
(II) MGA(1): Monitor1: Using vrefresh range of 40.00-150.00 Hz
(II) MGA(1): Clock range:  12.00 to 234.00 MHz
(II) MGA(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(1): Not using default mode "800x600" (hsync out of range)
(II) MGA(1): Not using default mode "1792x1344" (bad mode
clock/interlace/doublescan)
(II) MGA(1): Not using default mode "896x672" (hsync out of range)
(II) MGA(1): Not using default mode "1856x1392" (bad mode
clock/interlace/doublescan)
(II) MGA(1): Not using default mode "928x696" (hsync out of range)
(II) MGA(1): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) MGA(1): Not using default mode "960x720" (hsync out of range)
(II) MGA(1): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) MGA(1): Not using default mode "960x720" (hsync out of range)
(II) MGA(1): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1024x768" (hsync out of range)
(II) MGA(1): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1024x768" (hsync out of range)
(II) MGA(1): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1024x768" (hsync out of range)
(--) MGA(1): Has SDRAM
(--) MGA(1): Virtual size is 1280x1024 (pitch 1280)
(**) MGA(1): *Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(II) MGA(1): Modeline "1280x1024"  157.50  1280 1344 1504 1728  1024 1025 1028
1072 +hsync +vsync
(==) MGA(1): DPI set to (75, 75)
(II) MGA(1): YDstOrg is set to 0
(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) do I need RAC?  Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/X11R6/lib/modules/librac.a
(II) Module rac: vendor="X.Org Foundation"
        compiled for 6.7.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(II) resource ranges after preInit:
        [0] 0   0       0xec800000 - 0xecffffff (0x800000) MX[B]
        [1] 0   0       0xed000000 - 0xed003fff (0x4000) MX[B]
        [2] 0   0       0xee000000 - 0xefffffff (0x2000000) MX[B]
        [3] 0   0       0xec800000 - 0xecffffff (0x800000) MX[B]
        [4] 0   0       0xed000000 - 0xed003fff (0x4000) MX[B]
        [5] 0   0       0xee000000 - 0xefffffff (0x2000000) MX[B]
        [6] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [7] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [8] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [9] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [10] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [11] -1 0       0xe9800000 - 0xe9800fff (0x1000) MX[B]
        [12] -1 0       0xea000000 - 0xea00007f (0x80) MX[B]
        [13] -1 0       0xeb000000 - 0xeb000fff (0x1000) MX[B]
        [14] -1 0       0xec000000 - 0xec000fff (0x1000) MX[B]
        [15] -1 0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [16] -1 0       0xedfe0000 - 0xedffffff (0x20000) MX[B](B)
        [17] -1 0       0xec800000 - 0xecffffff (0x800000) MX[B](B)
        [18] -1 0       0xed000000 - 0xed003fff (0x4000) MX[B](B)
        [19] -1 0       0xee000000 - 0xefffffff (0x2000000) MX[B](B)
        [20] -1 0       0xe8800000 - 0xe88001ff (0x200) MX[B]
        [21] -1 0       0xe9000000 - 0xe9007fff (0x8000) MX[B]
        [22] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [23] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [24] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [25] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [26] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [27] -1 0       0x0000b400 - 0x0000b47f (0x80) IX[B]
        [28] -1 0       0x0000d400 - 0x0000d40f (0x10) IX[B]
        [29] -1 0       0x0000a400 - 0x0000a403 (0x4) IX[B]
        [30] -1 0       0x0000a800 - 0x0000a83f (0x40) IX[B]
        [31] -1 0       0x0000b000 - 0x0000b0ff (0x100) IX[B]
        [32] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [33] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) MGA(0): Splitting WC range: base: 0xee000000, size: 0x1800000
(==) MGA(0): Write-combining range (0xef000000,0x800000)
(==) MGA(0): Write-combining range (0xee000000,0x1800000)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(--) MGA(0): 16 DWORD fifo
(==) MGA(0): Default visual is TrueColor
(II) MGA(0): [drm] bpp: 16 depth: 16
(II) MGA(0): [drm] Sarea 2200+664: 2864
(WW) MGA(0): Direct rendering is not supported when Xinerama is enabled
(EE) MGA(0): [drm] DRIScreenInit failed.  Disabling DRI.
(II) MGA(0): Using 4042 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
        Setting up tile and stipple cache:
                32 128x128 slots
                29 256x256 slots
                14 512x512 slots
(==) MGA(0): Backing store disabled
(==) MGA(0): Silken mouse enabled
(**) Option "dpms"
(**) MGA(0): DPMS enabled
(II) MGA(0): Using overlay video
(==) MGA(0): Direct rendering disabled
(==) RandR enabled
(==) MGA(1): Write-combining range (0xef800000,0x800000)
(II) MGA(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(--) MGA(1): 16 DWORD fifo
(EE) MGA(1): Not initializing the DRI on the second head
(II) MGA(1): Using 2252 lines for offscreen memory.
(II) MGA(1): 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
        Setting up tile and stipple cache:
                32 128x128 slots
                14 256x256 slots
                5 512x512 slots
(==) MGA(1): Backing store disabled
(==) MGA(1): Silken mouse enabled
(**) Option "dpms"
(**) MGA(1): DPMS enabled
(==) MGA(1): Direct rendering disabled
(==) RandR enabled
(II) Entity 0 shares no resources
(II) Entity 1 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
(II) Initializing built-in extension RANDR
(**) Option "Protocol" "IMPS/2"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "yes"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 5
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Mouse0: ps2EnableDataReporting: succeeded
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Mouse0: ps2EnableDataReporting: succeeded
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Mouse0: ps2EnableDataReporting: succeeded
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(WW) Open APM failed (/dev/apm_bios) (No such device)
...
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Mouse0: ps2EnableDataReporting: succeeded
SetGrabKeysState - disabled
SetGrabKeysState - enabled
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Entity 0 shares no resources
...
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Mouse0: ps2EnableDataReporting: succeeded
SetGrabKeysState - disabled
SetGrabKeysState - enabled

############################################## diff Xorg.0.log Xorg.1.log

16,17c16,17
< (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul 14 10:50:22 2004
< (==) Using config file: "/etc/X11/xorg.conf"
---
> (==) Log file: "/var/log/Xorg.1.log", Time: Wed Jul 14 11:01:41 2004
> (++) Using config file: "/etc/X11/xorg.conf.andrea"
22,24d21
< (**) |-->Screen "Screen1" (1)
< (**) |   |-->Monitor "Monitor1"
< (**) |   |-->Device "G450_1"
37,38d33
< (**) Option "Xinerama" "on"
< (**) Xinerama: enabled
59c54
< (++) using VT number 7
---
> (--) using VT number 8
105,115c100,113
<       [0] -1  0       0xe9800000 - 0xe9800fff (0x1000) MX[B]
<       [1] -1  0       0xea000000 - 0xea00007f (0x80) MX[B]
<       [2] -1  0       0xeb000000 - 0xeb000fff (0x1000) MX[B]
<       [3] -1  0       0xec000000 - 0xec000fff (0x1000) MX[B]
<       [4] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O
<       [5] -1  0       0xedfe0000 - 0xedffffff (0x20000) MX[B](B)
<       [6] -1  0       0xec800000 - 0xecffffff (0x800000) MX[B](B)
<       [7] -1  0       0xed000000 - 0xed003fff (0x4000) MX[B](B)
<       [8] -1  0       0xee000000 - 0xefffffff (0x2000000) MX[B](B)
<       [9] -1  0       0x0000b400 - 0x0000b47f (0x80) IX[B]
<       [10] -1 0       0x0000d400 - 0x0000d40f (0x10) IX[B]
---
>       [0] -1  0       0xe9000000 - 0xe9007fff (0x8000) MX[B]
>       [1] -1  0       0xe9800000 - 0xe9800fff (0x1000) MX[B]
>       [2] -1  0       0xea000000 - 0xea00007f (0x80) MX[B]
>       [3] -1  0       0xeb000000 - 0xeb000fff (0x1000) MX[B]
>       [4] -1  0       0xec000000 - 0xec000fff (0x1000) MX[B]
>       [5] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O
>       [6] -1  0       0xedfe0000 - 0xedffffff (0x20000) MX[B](B)
>       [7] -1  0       0xec800000 - 0xecffffff (0x800000) MX[B](B)
>       [8] -1  0       0xed000000 - 0xed003fff (0x4000) MX[B](B)
>       [9] -1  0       0xee000000 - 0xefffffff (0x2000000) MX[B](B)
>       [10] -1 0       0x0000a400 - 0x0000a403 (0x4) IX[B]
>       [11] -1 0       0x0000a800 - 0x0000a83f (0x40) IX[B]
>       [12] -1 0       0x0000b400 - 0x0000b47f (0x80) IX[B]
>       [13] -1 0       0x0000d400 - 0x0000d40f (0x10) IX[B]
...
324d317
< (II) Setting vga for screen 1.
343,345c336,337
< (==) MGA(0): Write-combining range (0xee000000,0x2000000)
< (--) MGA(0): Crtc2 will use 8192K of VideoRam
< (--) MGA(0): VideoRAM: 24576 kByte
---
> (WW) MGA(0): Failed to set up write-combining range (0xee000000,0x2000000)
> (--) MGA(0): VideoRAM: 32768 kByte
358,360c350
< (II) MGA(0): Splitting WC range: base: 0xee000000, size: 0x1800000
< (==) MGA(0): Write-combining range (0xef000000,0x800000)
< (==) MGA(0): Write-combining range (0xee000000,0x1800000)
---
> (WW) MGA(0): Failed to set up write-combining range (0xee000000,0x2000000)
410a401,413
> (II) MGA(0): Not using default mode "2048x1536" (width too large for virtual size)
> (II) MGA(0): Not using default mode "1920x1440" (width too large for virtual size)
> (II) MGA(0): Not using default mode "1920x1440" (width too large for virtual size)
> (II) MGA(0): Not using default mode "1856x1392" (width too large for virtual size)
> (II) MGA(0): Not using default mode "1856x1392" (width too large for virtual size)
> (II) MGA(0): Not using default mode "1792x1344" (width too large for virtual size)
> (II) MGA(0): Not using default mode "1792x1344" (width too large for virtual size)
> (II) MGA(0): Not using default mode "1920x1200" (width too large for virtual size)
> (II) MGA(0): Not using mode "1600x1200" (width too large for virtual size)
> (II) MGA(0): Not using default mode "1400x1050" (width too large for virtual size)
> (II) MGA(0): Not using default mode "1400x1050" (width too large for virtual size)
> (II) MGA(0): Not using default mode "1400x1050" (width too large for virtual size)
> (II) MGA(0): Not using default mode "1400x1050" (width too large for virtual size)
412,414c415
< (--) MGA(0): Virtual size is 1600x1200 (pitch 1600)
< (**) MGA(0): *Mode "1600x1200": 243.0 MHz, 112.5 kHz, 90.0 Hz
< (II) MGA(0): Modeline "1600x1200"  243.00  1600 1664 1856 2160  1200 1201 1204
1250
---
> (--) MGA(0): Virtual size is 1280x1024 (pitch 1280)
420a422,553
> (**) MGA(0):  Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
> (II) MGA(0): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028
 1066 +hsync +vsync
...
441,538c574
< (II) Loading sub module "vgahw"
< (II) LoadModule: "vgahw"
< (II) Reloading /usr/X11R6/lib/modules/libvgahw.a
< (--) MGA(1): Chipset: "mgag400" (G450)
< (**) MGA(1): Depth 16, (--) framebuffer bpp 16
< (==) MGA(1): RGB weight 565
< (==) MGA(1): Using AGP 1x mode
< (--) MGA(1): Linear framebuffer at 0xEE000000
< (--) MGA(1): MMIO registers at 0xED000000
< (--) MGA(1): Pseudo-DMA transfer window at 0xEC800000
< (--) MGA(1): BIOS at 0xEDFE0000
< (II) Truncating PCI BIOS Length to 34816
< (--) MGA(1): Video BIOS info block at offset 0x07720
< (WW) MGA(1): Video BIOS info block not detected!
< (II) MGA(1): MGABios.RamdacType = 0x0
< (==) MGA(1): Write-combining range (0xee000000,0x2000000)
< (--) MGA(1): VideoRAM: 8192 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) Reloading /usr/X11R6/lib/modules/libi2c.a
< (==) MGA(1): Write-combining range (0xef800000,0x800000)
< (II) MGA(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
< (II) MGA(1): I2C bus "DDC" initialized.
< (II) MGA(1): I2C device "DDC:ddc2" registered at address 0xA0.
< (II) MGA(1): I2C device "DDC:ddc2" removed.
< (II) MGA(1): I2C Monitor info: (nil)
< (II) MGA(1): end of I2C Monitor info
< (--) MGA(1): No DDC signal
< (II) MGA(1): DDC Monitor info: (nil)
< (II) MGA(1): end of DDC Monitor info
< (II) Loading sub module "vbe"
< (II) LoadModule: "vbe"
< (II) Reloading /usr/X11R6/lib/modules/libvbe.a
< (II) Loading sub module "int10"
< (II) LoadModule: "int10"
< (II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
< (II) MGA(0): initializing int10
< (II) MGA(0): Primary V_BIOS segment is: 0xc000
< (II) MGA(0): VESA BIOS detected
< (II) MGA(0): VESA VBE Version 3.0
< (II) MGA(0): VESA VBE Total Mem: 32768 kB
< (II) MGA(0): VESA VBE OEM: Matrox Graphics Inc.
< (II) MGA(0): VESA VBE OEM Software Rev: 1.2
< (II) MGA(0): VESA VBE OEM Vendor: Matrox
< (II) MGA(0): VESA VBE OEM Product: Matrox G450
< (II) MGA(0): VESA VBE OEM Product Rev: 00
< (II) Loading sub module "ddc"
< (II) LoadModule: "ddc"
< (II) Reloading /usr/X11R6/lib/modules/libddc.a
< (II) MGA(0): VESA VBE DDC supported
< (II) MGA(0): VESA VBE DDC Level none
< (II) MGA(0): VESA VBE DDC transfer in appr. 0 sec.
< (II) MGA(0): VESA VBE DDC read failed
< (==) MGA(1): Using gamma correction (1.0, 1.0, 1.0)
< (==) MGA(1): Min pixel clock is 12 MHz
< (==) MGA(1): Max pixel clock is 234 MHz
< (II) MGA(1): Monitor1: Using hsync range of 31.50-94.00 kHz
< (II) MGA(1): Monitor1: Using vrefresh range of 40.00-150.00 Hz
< (II) MGA(1): Clock range:  12.00 to 234.00 MHz
< (II) MGA(1): Not using default mode "1024x768" (bad mode
clock/interlace/doublescan)
< (II) MGA(1): Not using default mode "512x384" (bad mode
clock/interlace/doublescan)
< (II) MGA(1): Not using default mode "1600x1200" (hsync out of range)
< (II) MGA(1): Not using default mode "800x600" (hsync out of range)
< (II) MGA(1): Not using default mode "1792x1344" (bad mode
clock/interlace/doublescan)
< (II) MGA(1): Not using default mode "896x672" (hsync out of range)
< (II) MGA(1): Not using default mode "1856x1392" (bad mode
clock/interlace/doublescan)
< (II) MGA(1): Not using default mode "928x696" (hsync out of range)
< (II) MGA(1): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
< (II) MGA(1): Not using default mode "960x720" (hsync out of range)
< (II) MGA(1): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
< (II) MGA(1): Not using default mode "960x720" (hsync out of range)
< (II) MGA(1): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
< (II) MGA(1): Not using default mode "1024x768" (hsync out of range)
< (II) MGA(1): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
< (II) MGA(1): Not using default mode "1024x768" (hsync out of range)
< (II) MGA(1): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
< (II) MGA(1): Not using default mode "1024x768" (hsync out of range)
< (--) MGA(1): Has SDRAM
< (--) MGA(1): Virtual size is 1280x1024 (pitch 1280)
< (**) MGA(1): *Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
< (II) MGA(1): Modeline "1280x1024"  157.50  1280 1344 1504 1728  1024 1025 1028
1072 +hsync +vsync
< (==) MGA(1): DPI set to (75, 75)
< (II) MGA(1): YDstOrg is set to 0
< (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) do I need RAC?  Yes, I do.
< (II) LoadModule: "rac"
< (II) Loading /usr/X11R6/lib/modules/librac.a
< (II) Module rac: vendor="X.Org Foundation"
<       compiled for 6.7.0, module version = 1.0.0
<       ABI class: X.Org Video Driver, version 0.7
---
> (II) do I need RAC?  No, I don't.
543,576c579,607
<       [3] 0   0       0xec800000 - 0xecffffff (0x800000) MX[B]
<       [4] 0   0       0xed000000 - 0xed003fff (0x4000) MX[B]
<       [5] 0   0       0xee000000 - 0xefffffff (0x2000000) MX[B]
<       [6] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
<       [7] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
<       [8] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
<       [9] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
<       [10] -1 0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
<       [11] -1 0       0xe9800000 - 0xe9800fff (0x1000) MX[B]
<       [12] -1 0       0xea000000 - 0xea00007f (0x80) MX[B]
<       [13] -1 0       0xeb000000 - 0xeb000fff (0x1000) MX[B]
<       [14] -1 0       0xec000000 - 0xec000fff (0x1000) MX[B]
<       [15] -1 0       0xf0000000 - 0xefffffff (0x0) MX[B]O
<       [16] -1 0       0xedfe0000 - 0xedffffff (0x20000) MX[B](B)
<       [17] -1 0       0xec800000 - 0xecffffff (0x800000) MX[B](B)
<       [18] -1 0       0xed000000 - 0xed003fff (0x4000) MX[B](B)
<       [19] -1 0       0xee000000 - 0xefffffff (0x2000000) MX[B](B)
<       [20] -1 0       0xe8800000 - 0xe88001ff (0x200) MX[B]
<       [21] -1 0       0xe9000000 - 0xe9007fff (0x8000) MX[B]
<       [22] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
<       [23] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
<       [24] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
<       [25] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
<       [26] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
<       [27] -1 0       0x0000b400 - 0x0000b47f (0x80) IX[B]
<       [28] -1 0       0x0000d400 - 0x0000d40f (0x10) IX[B]
<       [29] -1 0       0x0000a400 - 0x0000a403 (0x4) IX[B]
<       [30] -1 0       0x0000a800 - 0x0000a83f (0x40) IX[B]
<       [31] -1 0       0x0000b000 - 0x0000b0ff (0x100) IX[B]
<       [32] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
<       [33] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
< (II) MGA(0): Splitting WC range: base: 0xee000000, size: 0x1800000
< (==) MGA(0): Write-combining range (0xef000000,0x800000)
< (==) MGA(0): Write-combining range (0xee000000,0x1800000)
---
>       [3] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
>       [4] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>       [5] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
>       [6] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
>       [7] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
>       [8] -1  0       0xe9000000 - 0xe9007fff (0x8000) MX[B]
>       [9] -1  0       0xe9800000 - 0xe9800fff (0x1000) MX[B]
>       [10] -1 0       0xea000000 - 0xea00007f (0x80) MX[B]
>       [11] -1 0       0xeb000000 - 0xeb000fff (0x1000) MX[B]
>       [12] -1 0       0xec000000 - 0xec000fff (0x1000) MX[B]
>       [13] -1 0       0xf0000000 - 0xefffffff (0x0) MX[B]O
>       [14] -1 0       0xedfe0000 - 0xedffffff (0x20000) MX[B](B)
>       [15] -1 0       0xec800000 - 0xecffffff (0x800000) MX[B](B)
>       [16] -1 0       0xed000000 - 0xed003fff (0x4000) MX[B](B)
>       [17] -1 0       0xee000000 - 0xefffffff (0x2000000) MX[B](B)
>       [18] -1 0       0xe8800000 - 0xe88001ff (0x200) MX[B]
>       [19] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
>       [20] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
>       [21] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
>       [22] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
>       [23] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
>       [24] -1 0       0x0000a400 - 0x0000a403 (0x4) IX[B]
>       [25] -1 0       0x0000a800 - 0x0000a83f (0x40) IX[B]
>       [26] -1 0       0x0000b400 - 0x0000b47f (0x80) IX[B]
>       [27] -1 0       0x0000d400 - 0x0000d40f (0x10) IX[B]
>       [28] -1 0       0x0000b000 - 0x0000b0ff (0x100) IX[B]
>       [29] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
>       [30] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
> (WW) MGA(0): Failed to set up write-combining range (0xee000000,0x2000000)
582,584c613,653
< (WW) MGA(0): Direct rendering is not supported when Xinerama is enabled
< (EE) MGA(0): [drm] DRIScreenInit failed.  Disabling DRI.
< (II) MGA(0): Using 4042 lines for offscreen memory.
---
> drmOpenDevice: minor is 0
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is -1, (Unknown error 999)
> drmOpenDevice: open result is -1, (Unknown error 999)
> drmOpenDevice: Open failed
> drmOpenDevice: minor is 0
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is -1, (Unknown error 999)
> drmOpenDevice: open result is -1, (Unknown error 999)
> drmOpenDevice: Open failed
> [drm] failed to load kernel module "agpgart"
> drmOpenDevice: minor is 0
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 8, (OK)
> drmGetBusid returned ''
> (II) MGA(0): [drm] loaded kernel module for "mga" driver
> (II) MGA(0): [drm] created "mga" driver at busid "PCI:1:0:0"
> (II) MGA(0): [drm] added 8192 byte SAREA at 0x22a6a000
> (II) MGA(0): [drm] mapped SAREA 0x22a6a000 to 0xf4732000
> (II) MGA(0): [drm] framebuffer handle = 0xee000000
> (II) MGA(0): [drm] added 1 reserved context for kernel
> (II) MGA(0): [agp] Mode 0x1b000211 [AGP 0x10b9/0x1647; Card 0x102b/0x0525]
> (II) MGA(0): [agp] 12288 kB allocated with handle 0x00000001
> (II) MGA(0): [agp] WARP microcode handle = 0xf0000000
> (II) MGA(0): [agp] WARP microcode mapped at 0xf472a000
> (II) MGA(0): [agp] Primary DMA handle = 0xf0008000
> (II) MGA(0): [agp] Primary DMA mapped at 0xf462a000
> (II) MGA(0): [agp] DMA buffers handle = 0xf0108000
> (II) MGA(0): [agp] DMA buffers mapped at 0xf3e2a000
> (II) MGA(0): [drm] Added 128 65536 byte DMA buffers
> (II) MGA(0): [agp] agpTexture handle = 0xf0908000
> (II) MGA(0): [agp] agpTexture size: 2816 kb
> (II) MGA(0): [drm] Registers handle = 0xed000000
> (II) MGA(0): [drm] Status handle = 0x22abe000
> (II) MGA(0): [agp] Status page mapped at 0xf3e28000
> (II) MGA(0): [dri] visual configs initialized
> (II) MGA(0): Memory manager initialized to (0,0) (1280,3071)
> (II) MGA(0): Largest offscreen area available: 1280 x 2047
> (II) MGA(0): Reserved back buffer at offset 0x780000
> (II) MGA(0): Reserved depth buffer at offset 0xa00000
> (II) MGA(0): Reserved 19968 kb for textures at offset 0xc80000
599,600c668,669
<               29 256x256 slots
<               14 512x512 slots
---
>               13 256x256 slots
>               4 512x512 slots
606c675,680
< (==) MGA(0): Direct rendering disabled
---
> (II) MGA(0): X context handle = 0x00000001
> (II) MGA(0): [drm] installed DRM signal handler
> (II) MGA(0): [DRI] installation complete
> (II) MGA(0): [drm] Mapped 128 DMA buffers
> (II) MGA(0): [drm] dma control initialized, using IRQ 11
> (==) MGA(0): Direct rendering enabled
608,636d681
< (==) MGA(1): Write-combining range (0xef800000,0x800000)
< (II) MGA(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
< (--) MGA(1): 16 DWORD fifo
< (EE) MGA(1): Not initializing the DRI on the second head
< (II) MGA(1): Using 2252 lines for offscreen memory.
< (II) MGA(1): 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
<       Setting up tile and stipple cache:
<               32 128x128 slots
<               14 256x256 slots
<               5 512x512 slots
< (==) MGA(1): Backing store disabled
< (==) MGA(1): Silken mouse enabled
< (**) Option "dpms"
< (**) MGA(1): DPMS enabled
< (==) MGA(1): Direct rendering disabled
< (==) RandR enabled
< (II) Entity 0 shares no resources
< (II) Entity 1 shares no resources
662,683c707,709
< (II) Screen 0 shares mem & io resources
< (II) Screen 1 shares mem & io resources
< (WW) Open APM failed (/dev/apm_bios) (No such device)
< (II) Screen 0 shares mem & io resources
< (II) Screen 1 shares mem & io resources
< (II) Screen 0 shares mem & io resources
< (II) Screen 1 shares mem & io resources
< (II) Entity 0 shares no resources
< (II) Entity 1 shares no resources
< (II) Mouse0: ps2EnableDataReporting: succeeded
< (II) Screen 0 shares mem & io resources
< (II) Screen 1 shares mem & io resources
< (WW) Open APM failed (/dev/apm_bios) (No such device)
< (II) Screen 0 shares mem & io resources
< (II) Screen 1 shares mem & io resources
< (II) Screen 0 shares mem & io resources
< (II) Screen 1 shares mem & io resources
< (II) Entity 0 shares no resources
< (II) Entity 1 shares no resources
< (II) Mouse0: ps2EnableDataReporting: succeeded
< (II) Screen 0 shares mem & io resources
< (II) Screen 1 shares mem & io resources
---
> GetModeLine - scrn: 0 clock: 157500
> GetModeLine - hdsp: 1280 hbeg: 1344 hend: 1504 httl: 1728
>               vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1072 flags: 5
685,690d710
< (II) Screen 0 shares mem & io resources
< (II) Screen 1 shares mem & io resources
< (II) Screen 0 shares mem & io resources
< (II) Screen 1 shares mem & io resources
< (II) Entity 0 shares no resources
< (II) Entity 1 shares no resources
692,695c712,993
< SetGrabKeysState - disabled
< SetGrabKeysState - enabled
< (II) Screen 0 shares mem & io resources
< (II) Screen 1 shares mem & io resources
---
> GetModeLine - scrn: 0 clock: 157500
> GetModeLine - hdsp: 1280 hbeg: 1344 hend: 1504 httl: 1728
>               vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1072 flags: 5
> GetModeLine - scrn: 0 clock: 157500
> GetModeLine - hdsp: 1280 hbeg: 1344 hend: 1504 httl: 1728
>               vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1072 flags: 5
> GetModeLine - scrn: 0 clock: 157500
> GetModeLine - hdsp: 1280 hbeg: 1344 hend: 1504 httl: 1728
>               vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1072 flags: 5
> GetModeLine - scrn: 0 clock: 157500
> GetModeLine - hdsp: 1280 hbeg: 1344 hend: 1504 httl: 1728
>               vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1072 flags: 5
> GetModeLine - scrn: 0 clock: 157500
> GetModeLine - hdsp: 1280 hbeg: 1344 hend: 1504 httl: 1728
>               vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1072 flags: 5
...   
  

--    
Configure bugmail: http://freedesktop.org/bugzilla/userprefs.cgi?tab=email  

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the xorg-bugzilla-noise mailing list