[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#81478: marked as done (xserver-xfree86: [mga] drm fails to remove DRM signal handler when DRI cannot be initialized on MGA G200 AGP rev 1)



Your message dated Tue, 08 May 2007 17:35:52 +0200
with message-id <464098D8.4000103@ens-lyon.org>
and subject line Bug#101659: xserver-xfree86: [mga] VT switching leads to black  screen  and tight loop on MGA G200 AGP rev 1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: xserver-xfree86
Version: 4.0.2-1
Severity: normal

When I start X using a config file that attempts to activate DRI, with
a layout which does not leave enough mem for DRI to work, X says:

(II) MGA(0): [drm] bpp: 32 depth: 24
(II) MGA(0): [drm] Sarea 2196+632: 2828
(0): [drm] created "mga" driver at busid "PCI:1:0:0"
(0): [drm] added 4096 byte SAREA at 0xc2b52000
(0): [drm] mapped SAREA 0xc2b52000 to 0x4001c000
(0): [drm] framebuffer handle = 0xa8000000
(0): [drm] added 1 reserved context for kernel
(II) MGA(0): [drm] Registers = 0xd8000000
(II) MGA(0): [drm] Disabling AGP 2x pll encoding
[drm] drmAgpEnabled succeeded for AGP mode 1x
(II) MGA(0): WARP Microcode Loaded
(II) MGA(0): [drm] calced backoffset: 0x81d000
(EE) MGA(0): [drm] Insufficient memory for direct rendering
(0): [drm] failed to remove DRM signal handler
(0): [drm] removed 1 reserved context for kernel
DRIUnlock called when not locked
(0): [drm] unmapping 4096 bytes of SAREA 0xc2b52000 at 0x4001c000


It looks like DRM does not recover correctly from this problem.  This
is annoying, as I suspect this to be the cause of a second server
(with layout less mem-hungry, and with DRI working when the 1st server
is not running) not being able to start DRI.

Command lines:

/usr/bin/X11/X vt11 -deferglyphs 16 :1
/usr/bin/X11/X vt12 -deferglyphs 16 -layout 3DLayout :0

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux bylbo 2.2.18 #1 Wed Dec 20 23:25:48 CET 2000 i586

Versions of packages xserver-xfree86 depends on:
ii  debconf                       0.5.41     Debian configuration management sy
ii  libc6                         2.2-9      GNU C Library: Shared libraries an
ii  xserver-common                4.0.2-1    files and utilities common to all 
ii  zlib1g                        1:1.1.3-11 compression library - runtime     


===== XF86Config-4:
# File generated by xf86config.

#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# 
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of 
# this file.
# **********************************************************************

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

#    Load        "dbe"  	# Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "freetype"

# This loads the GLX module
    Load	"glx"
    Load	"dri"

    Load	"xf86Jstk.so"
EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# 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.

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

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# 
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
# 

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

# The module search path.  The default path is shown here.

#    ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is 
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#    Option "NoTrapSignals"

# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.

#    Option "DontZap"

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.

#    Option "Dont Zoom"

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#    Option "DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune client. 

#    Option "AllowNonLocalXvidtune"

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings. 

#    Option "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#    Option "AllowNonLocalModInDev"

	Option "BlankTime"	"10"
	Option "StandbyTime"	"15"
	Option "SuspendTime"	"0"
	Option "OffTime"	"20"
EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier	"Keyboard1"
    Driver	"Keyboard"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#    Option     "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option	"Xleds"      "1 2 3"

#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"

# 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"

# These are the default XKB settings for XFree86
#    Option "XkbRules"    "xfree86"
#    Option "XkbModel"    "pc101"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""

#    Option "XkbDisable"

    Option "XkbRules"	"xfree86"
    Option "XkbModel"	"pc102"
    Option "XkbLayout"	"fr"
    Option "XkbOptions" "ctrl:nocaps"
EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier	"Trackball"
    Driver	"mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/trackball"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol"	"Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate"	"9600"
#    Option "SampleRate"	"150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection


# **********************************************************************
# Other input device sections 
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the XF86Config man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice" 
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "1412"
#    Option     "MaxX"          "15184"
#    Option     "MinY"          "15372"
#    Option     "MaxY"          "1230"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "231"
#    Option     "MaxX"          "3868"
#    Option     "MinY"          "3858"
#    Option     "MaxY"          "272"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonThreshold"       "17"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "IIyama A901 HT"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync   30-115

#    HorizSync	30-64         # multisync
#    HorizSync	31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync	15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 50-160

# modes persos

# adapted with xvidtune from xtiming.sourceforge.net

# Limited to 250MHz dotclock because of the G200

####
Modeline "400x300@161" 29.04 400 432 536 568 300 304 312 316
Modeline "400x300@151" 26.83 400 432 528 560 300 304 312 316

##

Modeline "1024x768@142"   220.30   1024 1056 1888 1920   768 778 796 807
Modeline "1024x768@120a"  166.71   1024 1056 1688 1720   768 780 795 807
Modeline "1024x768@120"   166.71   1024 1119 1716 1720   768  772  787  807

#Modeline "1280x1024@101" 249.65   1280 1312 2256 2288   1024 1041 1058 1076
Modeline "1280x1024@90"   205.94   1280 1312 2088 2120   1024 1042 1057 1076
Modeline "1280x1024@85"   188.40   1280 1480 2052 2056   1024 1043 1057 1076
Modeline "1280x1024@80"   171.93   1280 1420 1988 1992   1024 1043 1056 1076

##

#Modeline "1600x1200@75"  249.77   1600 1632 2576 2608   1200 1223 1238 1261
Modeline "1600x1200@72"   230.66   1600 1708 2504 2536   1200 1223 1237 1261
Modeline "1600x1200@70a"  221.02   1600 1632 2464 2496   1200 1223 1237 1261
Modeline "1600x1200@70"   221.02   1600 1800 2464 2464   1200 1223 1237 1261

##

Modeline "1800x1350@62a"  250.00   1800 1832 2776 2808   1350 1377 1391 1418
Modeline "1800x1350@62"   250.00   1800 1922 2804 2808   1350 1377 1391 1418

##

#Modeline "1920x1440@56"  247.92   1920 1952 2888 2920   1440 1470 1483 1513
####

EndSection


#Section "Modes"
# I Should convert my modes...
#EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier	"Standard VGA"
    VendorName	"Unknown"
    BoardName	"Unknown"

# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.

#    Chipset	"generic"

# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

    Driver     "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# intalled.

#    BusID      "PCI:0:10:0"

#    VideoRam	256

#    Clocks	25.2 28.3

EndSection

# Device configured by xf86config:

Section "Device"
    Identifier  "G200"
    Driver      "mga"
#    VideoRam    8192
#	Option "OverclockMem"
#	Option "UseFBDev" "on"

#	Option "Overlay"
#	Option "VideoKey" "integer"
#	Option "TexturedVideo" "boolean"

EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen 1"
    Device      "G200"
    Monitor     "IIyama A901 HT"
    DefaultDepth 24
    DefaultFbBpp 32

    Subsection "Display"
        Depth       8
	Modes	"1800x1350@62" "1600x1200@70a" "1280x1024@80" "1024x768@120" "800x600" "640x480" "400x300@151"
#        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       15
	Modes	"1800x1350@62" "1600x1200@70a" "1280x1024@80" "1024x768@120" "800x600" "640x480" "400x300@151"
#        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
	Modes	"1800x1350@62" "1600x1200@70a" "1280x1024@80" "1024x768@120" "800x600" "640x480" "400x300@151"
#        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
	Modes	"1800x1350@62" "1600x1200@70a" "1280x1024@80" "1024x768@120" "800x600" "640x480" "400x300@151"
#        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "Screen"
    Identifier  "3D Screen"
    Device      "G200"
    Monitor     "IIyama A901 HT"
    DefaultDepth 24
    DefaultFbBpp 32

    Subsection "Display"
        Depth       15
	Modes	"800x600" "640x480" "400x300@151"
#        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
	Modes	"800x600" "640x480" "400x300@151"
#        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
	Modes	"800x600" "640x480" "400x300@151"
#        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "Screen"
    Identifier  "Screen test"
    Device      "G200"
    Monitor     "IIyama A901 HT"
    DefaultDepth 24
    DefaultFbBpp 32

    Subsection "Display"
        Depth       8
	Modes	"1800x1350@62" "1600x1200@70a" "1280x1024@80" "1024x768@120" "800x600" "640x480" "400x300@151"
#        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       15
	Modes	"1800x1350@62" "1600x1200@70a" "1280x1024@80" "1024x768@120" "800x600" "640x480" "400x300@151"
#        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
	Modes	"1800x1350@62" "1600x1200@70a" "1280x1024@80" "1024x768@120" "800x600" "640x480" "400x300@151"
#        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
	Modes	"1024x768@120" "800x600" "640x480" "400x300@151"
#	Modes	"1800x1350@62" "1600x1200@70a" "1280x1024@80" "1024x768@120" "800x600" "640x480" "400x300@151"
#        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.

    Screen "Screen 1"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

    InputDevice "Trackball" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

Section "ServerLayout"
    Identifier  "3DLayout"
    Screen "3D Screen"
    InputDevice "Trackball" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "ServerLayout"
    Identifier  "Test Layout"
    Screen "Screen test"
    InputDevice "Trackball" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "DRI"
	Mode 0666
EndSection
=====

* Run large layout first, then small layout

===== large layout

XFree86 Version 4.0.2 / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date: 18 December 2000
	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)
Operating System: Linux 2.2.18 i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.1.log", Time: Sun Jan  7 12:57:52 2001
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (??) unknown.
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "IIyama A901 HT"
(**) |   |-->Device "G200"
(**) |-->Input Device "Trackball"
(**) |-->Input Device "Keyboard1"
(**) XKB: rules: "xfree86"
(**) XKB: model: "pc102"
(**) XKB: layout: "fr"
(**) XKB: options: "ctrl:nocaps"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 11

(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 0.1.0
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 0.1.0
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(--) PCI:*(1:0:0) Matrox MGA G200 AGP rev 1, Mem @ 0xa8000000/24, 0xd8000000/14, 0xd9000000/23
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.1.8
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(WW) LoadModule: given non-canonical module name "xf86Jstk.so"
(II) Loading /usr/X11R6/lib/modules/xf86Jstk.so
(EE) LoadModule: Module xf86Jstk.so does not have a xf86JstkModuleData data object.
(II) Unloading /usr/X11R6/lib/modules/xf86Jstk.so
(EE) Failed to load module "xf86Jstk.so" (invalid module, 0)
(II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
(II) Module mga: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
	mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400
(--) Assigning device section with no busID to primary device
(--) Chipset mgag200 found
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 0.1.0
(**) MGA(0): Depth 24, (**) framebuffer bpp 32
(==) MGA(0): RGB weight 888
(WW) Warning, couldn't open module mga_hal
(EE) MGA: Failed to load module "mga_hal" (module does not exist, 0)
(--) MGA(0): Chipset: "mgag200"
(II) MGA(0): Offscreen memory usage will be limited to 128 lines if the DRI is enabled.
(==) MGA(0): Using AGP Mode 1x
(--) MGA(0): Linear framebuffer at 0xA8000000
(--) MGA(0): MMIO registers at 0xD8000000
(--) MGA(0): Pseudo-DMA transfer window at 0xD9000000
(==) MGA(0): BIOS at 0xC0000
(--) MGA(0): Video BIOS info block at offset 0x07A60
(--) MGA(0): Found and verified enhanced Video BIOS info block
(==) MGA(0): Write-combining range (0xa8000000,0x1000000)
(--) MGA(0): VideoRAM: 8192 kByte
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.2.0
(==) MGA(0): Write-combining range (0xa8000000,0x800000)
(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: 0x84e2d08
(II) MGA(0): Manufacturer: IVM  Model: 1901  Serial#: 0
(II) MGA(0): Year: 2000  Week: 20
(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  SyncOnGreen
(II) MGA(0): Max H-Image Size [cm]: horiz.: 36  vert.: 27
(II) MGA(0): Gamma: 2.10
(II) MGA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) MGA(0): redX: 0.625 redY: 0.340   greenX: 0.290 greenY: 0.605
(II) MGA(0): blueX: 0.149 blueY: 0.016   whiteX: 0.283 whiteY: 0.297
(II) MGA(0): Supported VESA Video Modes:
(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@60Hz
(II) MGA(0): 1024x768@70Hz
(II) MGA(0): 1024x768@75Hz
(II) MGA(0): 1280x1024@75Hz
(II) MGA(0): 1152x870@75Hz
(II) MGA(0): Manufacturer's mask: 7E
(II) MGA(0): Supported Future Video Modes:
(II) MGA(0): #0: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
(II) MGA(0): #1: hsize: 1600  vsize 1200  refresh: 70  vid: 19113
(II) MGA(0): #2: hsize: 1600  vsize 1200  refresh: 75  vid: 20393
(II) MGA(0): #3: hsize: 1600  vsize 1200  refresh: 85  vid: 22953
(II) MGA(0):  
(II) MGA(0):  
(II) MGA(0):  
(II) MGA(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 250 MHz
(II) MGA(0): IIyama A901 HT: Using hsync range of 30.00-115.00 kHz
(II) MGA(0): IIyama A901 HT: Using vrefresh range of 50.00-160.00 Hz
(II) MGA(0): Clock range:  12.00 to 250.00 MHz
(WW) MGA(0): Mode "400x300@161" deleted (vrefresh out of range)
(WW) MGA(0): Mode "1600x1200@70" deleted (illegal horizontal timings)
(WW) MGA(0): Mode "1800x1350@62a" deleted (insufficient memory for mode)
(WW) MGA(0): Mode "1800x1350@62" deleted (insufficient memory for mode)
(WW) MGA(0): Default mode "1792x1344" deleted (insufficient memory for mode)
(WW) MGA(0): Default mode "1792x1344" deleted (insufficient memory for mode)
(WW) MGA(0): Default mode "1856x1392" deleted (insufficient memory for mode)
(WW) MGA(0): Default mode "1856x1392" deleted (insufficient memory for mode)
(WW) MGA(0): Default mode "1920x1440" deleted (insufficient memory for mode)
(WW) MGA(0): Default mode "1920x1440" deleted (insufficient memory for mode)
(WW) MGA(0): Mode "1800x1350@62" deleted (no mode of this name)
(--) MGA(0): Has SDRAM
(--) MGA(0): Virtual size is 1600x1200 (pitch 1600)
(**) MGA(0): Mode "1600x1200@70a": 221.0 MHz, 88.5 kHz, 70.2 Hz
(**) MGA(0): Mode "1280x1024@80": 171.9 MHz, 86.3 kHz, 80.2 Hz
(**) MGA(0): Mode "1024x768@120": 166.7 MHz, 96.9 kHz, 120.1 Hz
(**) MGA(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) MGA(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(**) MGA(0): Mode "400x300@151": 26.8 MHz, 47.9 kHz, 151.6 Hz
(--) MGA(0): Display dimensions: (36, 27) cm
(--) MGA(0): DPI set to (112, 112)
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 0.1.0
(--) Depth 24 pixmap format is 32 bpp
(==) MGA(0): Write-combining range (0xa8000000,0x800000)
(--) MGA(0): 64 DWORD fifo
(==) MGA(0): Default visual is TrueColor
(II) MGA(0): [drm] bpp: 32 depth: 24
(II) MGA(0): [drm] Sarea 2196+632: 2828
(0): [drm] created "mga" driver at busid "PCI:1:0:0"
(0): [drm] added 4096 byte SAREA at 0xc09e7000
(0): [drm] mapped SAREA 0xc09e7000 to 0x4001c000
(0): [drm] framebuffer handle = 0xa8000000
(0): [drm] added 1 reserved context for kernel
(II) MGA(0): [drm] Registers = 0xd8000000
(II) MGA(0): [drm] Disabling AGP 2x pll encoding
[drm] drmAgpEnabled succeeded for AGP mode 1x
(II) MGA(0): WARP Microcode Loaded
(II) MGA(0): [drm] calced backoffset: 0x81d000
(EE) MGA(0): [drm] Insufficient memory for direct rendering
(0): [drm] failed to remove DRM signal handler
(0): [drm] removed 1 reserved context for kernel
DRIUnlock called when not locked
(0): [drm] unmapping 4096 bytes of SAREA 0xc09e7000 at 0x4001c000
(II) MGA(0): Using 110 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:
		13 64x110 slots
(==) MGA(0): Backing store disabled
(==) MGA(0): Silken mouse enabled
(II) MGA(0): Using overlay video
(II) MGA(0): direct rendering disabled
(**) Trackball: Protocol: "PS/2"
(**) Trackball: Core Pointer
(==) Trackball: Buttons: 3
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Trackball" (type: MOUSE)
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing from list!

===== small layout:

XFree86 Version 4.0.2 / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date: 18 December 2000
	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)
Operating System: Linux 2.2.18 i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Sun Jan  7 12:59:23 2001
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (??) unknown.
(++) ServerLayout "3DLayout"
(**) |-->Screen "3D Screen" (0)
(**) |   |-->Monitor "IIyama A901 HT"
(**) |   |-->Device "G200"
(**) |-->Input Device "Trackball"
(**) |-->Input Device "Keyboard1"
(**) XKB: rules: "xfree86"
(**) XKB: model: "pc102"
(**) XKB: layout: "fr"
(**) XKB: options: "ctrl:nocaps"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 12

(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 0.1.0
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 0.1.0
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(--) PCI:*(1:0:0) Matrox MGA G200 AGP rev 1, Mem @ 0xa8000000/24, 0xd8000000/14, 0xd9000000/23
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.1.8
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(WW) LoadModule: given non-canonical module name "xf86Jstk.so"
(II) Loading /usr/X11R6/lib/modules/xf86Jstk.so
(EE) LoadModule: Module xf86Jstk.so does not have a xf86JstkModuleData data object.
(II) Unloading /usr/X11R6/lib/modules/xf86Jstk.so
(EE) Failed to load module "xf86Jstk.so" (invalid module, 0)
(II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
(II) Module mga: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
	mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400
(--) Assigning device section with no busID to primary device
(--) Chipset mgag200 found
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 0.1.0
(**) MGA(0): Depth 24, (**) framebuffer bpp 32
(==) MGA(0): RGB weight 888
(WW) Warning, couldn't open module mga_hal
(EE) MGA: Failed to load module "mga_hal" (module does not exist, 0)
(--) MGA(0): Chipset: "mgag200"
(II) MGA(0): Offscreen memory usage will be limited to 128 lines if the DRI is enabled.
(==) MGA(0): Using AGP Mode 1x
(--) MGA(0): Linear framebuffer at 0xA8000000
(--) MGA(0): MMIO registers at 0xD8000000
(--) MGA(0): Pseudo-DMA transfer window at 0xD9000000
(==) MGA(0): BIOS at 0xC0000
(--) MGA(0): Video BIOS info block at offset 0x07A60
(--) MGA(0): Found and verified enhanced Video BIOS info block
(WW) MGA(0): Failed to set up write-combining range (0xa8000000,0x1000000)
(--) MGA(0): VideoRAM: 8192 kByte
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.2.0
(==) MGA(0): Write-combining range (0xa8000000,0x800000)
(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: 0x84e2c58
(II) MGA(0): Manufacturer: IVM  Model: 1901  Serial#: 0
(II) MGA(0): Year: 2000  Week: 20
(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  SyncOnGreen
(II) MGA(0): Max H-Image Size [cm]: horiz.: 36  vert.: 27
(II) MGA(0): Gamma: 2.10
(II) MGA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) MGA(0): redX: 0.625 redY: 0.340   greenX: 0.290 greenY: 0.605
(II) MGA(0): blueX: 0.149 blueY: 0.016   whiteX: 0.283 whiteY: 0.297
(II) MGA(0): Supported VESA Video Modes:
(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@60Hz
(II) MGA(0): 1024x768@70Hz
(II) MGA(0): 1024x768@75Hz
(II) MGA(0): 1280x1024@75Hz
(II) MGA(0): 1152x870@75Hz
(II) MGA(0): Manufacturer's mask: 7E
(II) MGA(0): Supported Future Video Modes:
(II) MGA(0): #0: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
(II) MGA(0): #1: hsize: 1600  vsize 1200  refresh: 70  vid: 19113
(II) MGA(0): #2: hsize: 1600  vsize 1200  refresh: 75  vid: 20393
(II) MGA(0): #3: hsize: 1600  vsize 1200  refresh: 85  vid: 22953
(II) MGA(0):  
(II) MGA(0):  
(II) MGA(0):  
(II) MGA(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 250 MHz
(II) MGA(0): IIyama A901 HT: Using hsync range of 30.00-115.00 kHz
(II) MGA(0): IIyama A901 HT: Using vrefresh range of 50.00-160.00 Hz
(II) MGA(0): Clock range:  12.00 to 250.00 MHz
(WW) MGA(0): Mode "400x300@161" deleted (vrefresh out of range)
(WW) MGA(0): Mode "1600x1200@70" deleted (illegal horizontal timings)
(WW) MGA(0): Mode "1800x1350@62a" deleted (insufficient memory for mode)
(WW) MGA(0): Mode "1800x1350@62" deleted (insufficient memory for mode)
(WW) MGA(0): Default mode "1792x1344" deleted (insufficient memory for mode)
(WW) MGA(0): Default mode "1792x1344" deleted (insufficient memory for mode)
(WW) MGA(0): Default mode "1856x1392" deleted (insufficient memory for mode)
(WW) MGA(0): Default mode "1856x1392" deleted (insufficient memory for mode)
(WW) MGA(0): Default mode "1920x1440" deleted (insufficient memory for mode)
(WW) MGA(0): Default mode "1920x1440" deleted (insufficient memory for mode)
(--) MGA(0): Has SDRAM
(--) MGA(0): Virtual size is 800x600 (pitch 800)
(**) MGA(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) MGA(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(**) MGA(0): Mode "400x300@151": 26.8 MHz, 47.9 kHz, 151.6 Hz
(--) MGA(0): Display dimensions: (36, 27) cm
(--) MGA(0): DPI set to (56, 56)
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 0.1.0
(--) Depth 24 pixmap format is 32 bpp
(==) MGA(0): Write-combining range (0xa8000000,0x800000)
(--) MGA(0): 64 DWORD fifo
(==) MGA(0): Default visual is TrueColor
(II) MGA(0): [drm] bpp: 32 depth: 24
(II) MGA(0): [drm] Sarea 2196+632: 2828
(0): [drm] drmSetBusid failed (6, PCI:1:0:0)
(EE) MGA(0): [drm] DRIScreenInit Failed
(II) MGA(0): Using 2021 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
		14 256x256 slots
(==) MGA(0): Backing store disabled
(==) MGA(0): Silken mouse enabled
(II) MGA(0): Using overlay video
(II) MGA(0): direct rendering disabled
(**) Trackball: Protocol: "PS/2"
(**) Trackball: Core Pointer
(==) Trackball: Buttons: 3
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Trackball" (type: MOUSE)
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing from list!

=====


* small first, then large

(note: seems to require some keystroke events before the second display comes up)

===== small layout:


XFree86 Version 4.0.2 / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date: 18 December 2000
	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)
Operating System: Linux 2.2.18 i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Sun Jan  7 13:02:33 2001
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (??) unknown.
(++) ServerLayout "3DLayout"
(**) |-->Screen "3D Screen" (0)
(**) |   |-->Monitor "IIyama A901 HT"
(**) |   |-->Device "G200"
(**) |-->Input Device "Trackball"
(**) |-->Input Device "Keyboard1"
(**) XKB: rules: "xfree86"
(**) XKB: model: "pc102"
(**) XKB: layout: "fr"
(**) XKB: options: "ctrl:nocaps"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 12

(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 0.1.0
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 0.1.0
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(--) PCI:*(1:0:0) Matrox MGA G200 AGP rev 1, Mem @ 0xa8000000/24, 0xd8000000/14, 0xd9000000/23
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.1.8
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(WW) LoadModule: given non-canonical module name "xf86Jstk.so"
(II) Loading /usr/X11R6/lib/modules/xf86Jstk.so
(EE) LoadModule: Module xf86Jstk.so does not have a xf86JstkModuleData data object.
(II) Unloading /usr/X11R6/lib/modules/xf86Jstk.so
(EE) Failed to load module "xf86Jstk.so" (invalid module, 0)
(II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
(II) Module mga: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
	mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400
(--) Assigning device section with no busID to primary device
(--) Chipset mgag200 found
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 0.1.0
(**) MGA(0): Depth 24, (**) framebuffer bpp 32
(==) MGA(0): RGB weight 888
(WW) Warning, couldn't open module mga_hal
(EE) MGA: Failed to load module "mga_hal" (module does not exist, 0)
(--) MGA(0): Chipset: "mgag200"
(II) MGA(0): Offscreen memory usage will be limited to 128 lines if the DRI is enabled.
(==) MGA(0): Using AGP Mode 1x
(--) MGA(0): Linear framebuffer at 0xA8000000
(--) MGA(0): MMIO registers at 0xD8000000
(--) MGA(0): Pseudo-DMA transfer window at 0xD9000000
(==) MGA(0): BIOS at 0xC0000
(--) MGA(0): Video BIOS info block at offset 0x07A60
(--) MGA(0): Found and verified enhanced Video BIOS info block
(==) MGA(0): Write-combining range (0xa8000000,0x1000000)
(--) MGA(0): VideoRAM: 8192 kByte
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.2.0
(==) MGA(0): Write-combining range (0xa8000000,0x800000)
(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: 0x84e2c58
(II) MGA(0): Manufacturer: IVM  Model: 1901  Serial#: 0
(II) MGA(0): Year: 2000  Week: 20
(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  SyncOnGreen
(II) MGA(0): Max H-Image Size [cm]: horiz.: 36  vert.: 27
(II) MGA(0): Gamma: 2.10
(II) MGA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) MGA(0): redX: 0.625 redY: 0.340   greenX: 0.290 greenY: 0.605
(II) MGA(0): blueX: 0.149 blueY: 0.016   whiteX: 0.283 whiteY: 0.297
(II) MGA(0): Supported VESA Video Modes:
(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@60Hz
(II) MGA(0): 1024x768@70Hz
(II) MGA(0): 1024x768@75Hz
(II) MGA(0): 1280x1024@75Hz
(II) MGA(0): 1152x870@75Hz
(II) MGA(0): Manufacturer's mask: 7E
(II) MGA(0): Supported Future Video Modes:
(II) MGA(0): #0: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
(II) MGA(0): #1: hsize: 1600  vsize 1200  refresh: 70  vid: 19113
(II) MGA(0): #2: hsize: 1600  vsize 1200  refresh: 75  vid: 20393
(II) MGA(0): #3: hsize: 1600  vsize 1200  refresh: 85  vid: 22953
(II) MGA(0):  
(II) MGA(0):  
(II) MGA(0):  
(II) MGA(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 250 MHz
(II) MGA(0): IIyama A901 HT: Using hsync range of 30.00-115.00 kHz
(II) MGA(0): IIyama A901 HT: Using vrefresh range of 50.00-160.00 Hz
(II) MGA(0): Clock range:  12.00 to 250.00 MHz
(WW) MGA(0): Mode "400x300@161" deleted (vrefresh out of range)
(WW) MGA(0): Mode "1600x1200@70" deleted (illegal horizontal timings)
(WW) MGA(0): Mode "1800x1350@62a" deleted (insufficient memory for mode)
(WW) MGA(0): Mode "1800x1350@62" deleted (insufficient memory for mode)
(WW) MGA(0): Default mode "1792x1344" deleted (insufficient memory for mode)
(WW) MGA(0): Default mode "1792x1344" deleted (insufficient memory for mode)
(WW) MGA(0): Default mode "1856x1392" deleted (insufficient memory for mode)
(WW) MGA(0): Default mode "1856x1392" deleted (insufficient memory for mode)
(WW) MGA(0): Default mode "1920x1440" deleted (insufficient memory for mode)
(WW) MGA(0): Default mode "1920x1440" deleted (insufficient memory for mode)
(--) MGA(0): Has SDRAM
(--) MGA(0): Virtual size is 800x600 (pitch 800)
(**) MGA(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) MGA(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(**) MGA(0): Mode "400x300@151": 26.8 MHz, 47.9 kHz, 151.6 Hz
(--) MGA(0): Display dimensions: (36, 27) cm
(--) MGA(0): DPI set to (56, 56)
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 0.1.0
(--) Depth 24 pixmap format is 32 bpp
(==) MGA(0): Write-combining range (0xa8000000,0x800000)
(--) MGA(0): 64 DWORD fifo
(==) MGA(0): Default visual is TrueColor
(II) MGA(0): [drm] bpp: 32 depth: 24
(II) MGA(0): [drm] Sarea 2196+632: 2828
(0): [drm] created "mga" driver at busid "PCI:1:0:0"
(0): [drm] added 4096 byte SAREA at 0xc1524000
(0): [drm] mapped SAREA 0xc1524000 to 0x4001c000
(0): [drm] framebuffer handle = 0xa8000000
(0): [drm] added 1 reserved context for kernel
(II) MGA(0): [drm] Registers = 0xd8000000
(II) MGA(0): [drm] Disabling AGP 2x pll encoding
[drm] drmAgpEnabled succeeded for AGP mode 1x
(II) MGA(0): WARP Microcode Loaded
(II) MGA(0): [drm] calced backoffset: 0x23a000
(II) MGA(0): [drm] added 31 65536 byte DMA buffers
(II) MGA(0): [drm] Mga Dma Initialization start
(II) MGA(0): [drm] Mga Dma Initialization done
(II) MGA(0): [drm] Initialized Dma Engine
(II) MGA(0): [drm] dma control initialized, using IRQ 11
(II) MGA(0): visual configs initialized
(II) MGA(0): Using 128 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:
		6 128x128 slots
(==) MGA(0): Backing store disabled
(==) MGA(0): Silken mouse enabled
(II) MGA(0): Using overlay video
(0): X context handle = 0x00000001
(0): [drm] installed DRM signal handler
(0): [DRI] installation complete
(II) MGA(0): direct rendering enabled
(**) Trackball: Protocol: "PS/2"
(**) Trackball: Core Pointer
(==) Trackball: Buttons: 3
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Trackball" (type: MOUSE)
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing from list!

===== big layout:

XFree86 Version 4.0.2 / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date: 18 December 2000
	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)
Operating System: Linux 2.2.18 i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.1.log", Time: Sun Jan  7 13:02:45 2001
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (??) unknown.
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "IIyama A901 HT"
(**) |   |-->Device "G200"
(**) |-->Input Device "Trackball"
(**) |-->Input Device "Keyboard1"
(**) XKB: rules: "xfree86"
(**) XKB: model: "pc102"
(**) XKB: layout: "fr"
(**) XKB: options: "ctrl:nocaps"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 11

(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 0.1.0
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 0.1.0
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(--) PCI:*(1:0:0) Matrox MGA G200 AGP rev 1, Mem @ 0xa8000000/24, 0xd8000000/14, 0xd9000000/23
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.1.8
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(WW) LoadModule: given non-canonical module name "xf86Jstk.so"
(II) Loading /usr/X11R6/lib/modules/xf86Jstk.so
(EE) LoadModule: Module xf86Jstk.so does not have a xf86JstkModuleData data object.
(II) Unloading /usr/X11R6/lib/modules/xf86Jstk.so
(EE) Failed to load module "xf86Jstk.so" (invalid module, 0)
(II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
(II) Module mga: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
	mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400
(--) Assigning device section with no busID to primary device
(--) Chipset mgag200 found
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 0.1.0
(**) MGA(0): Depth 24, (**) framebuffer bpp 32
(==) MGA(0): RGB weight 888
(WW) Warning, couldn't open module mga_hal
(EE) MGA: Failed to load module "mga_hal" (module does not exist, 0)
(--) MGA(0): Chipset: "mgag200"
(II) MGA(0): Offscreen memory usage will be limited to 128 lines if the DRI is enabled.
(==) MGA(0): Using AGP Mode 1x
(--) MGA(0): Linear framebuffer at 0xA8000000
(--) MGA(0): MMIO registers at 0xD8000000
(--) MGA(0): Pseudo-DMA transfer window at 0xD9000000
(==) MGA(0): BIOS at 0xC0000
(--) MGA(0): Video BIOS info block at offset 0x07A60
(--) MGA(0): Found and verified enhanced Video BIOS info block
(WW) MGA(0): Failed to set up write-combining range (0xa8000000,0x1000000)
(--) MGA(0): VideoRAM: 8192 kByte
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.2.0
(==) MGA(0): Write-combining range (0xa8000000,0x800000)
(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: 0x84e2d08
(II) MGA(0): Manufacturer: IVM  Model: 1901  Serial#: 0
(II) MGA(0): Year: 2000  Week: 20
(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  SyncOnGreen
(II) MGA(0): Max H-Image Size [cm]: horiz.: 36  vert.: 27
(II) MGA(0): Gamma: 2.10
(II) MGA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) MGA(0): redX: 0.625 redY: 0.340   greenX: 0.290 greenY: 0.605
(II) MGA(0): blueX: 0.149 blueY: 0.016   whiteX: 0.283 whiteY: 0.297
(II) MGA(0): Supported VESA Video Modes:
(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@60Hz
(II) MGA(0): 1024x768@70Hz
(II) MGA(0): 1024x768@75Hz
(II) MGA(0): 1280x1024@75Hz
(II) MGA(0): 1152x870@75Hz
(II) MGA(0): Manufacturer's mask: 7E
(II) MGA(0): Supported Future Video Modes:
(II) MGA(0): #0: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
(II) MGA(0): #1: hsize: 1600  vsize 1200  refresh: 70  vid: 19113
(II) MGA(0): #2: hsize: 1600  vsize 1200  refresh: 75  vid: 20393
(II) MGA(0): #3: hsize: 1600  vsize 1200  refresh: 85  vid: 22953
(II) MGA(0):  
(II) MGA(0):  
(II) MGA(0):  
(II) MGA(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 250 MHz
(II) MGA(0): IIyama A901 HT: Using hsync range of 30.00-115.00 kHz
(II) MGA(0): IIyama A901 HT: Using vrefresh range of 50.00-160.00 Hz
(II) MGA(0): Clock range:  12.00 to 250.00 MHz
(WW) MGA(0): Mode "400x300@161" deleted (vrefresh out of range)
(WW) MGA(0): Mode "1600x1200@70" deleted (illegal horizontal timings)
(WW) MGA(0): Mode "1800x1350@62a" deleted (insufficient memory for mode)
(WW) MGA(0): Mode "1800x1350@62" deleted (insufficient memory for mode)
(WW) MGA(0): Default mode "1792x1344" deleted (insufficient memory for mode)
(WW) MGA(0): Default mode "1792x1344" deleted (insufficient memory for mode)
(WW) MGA(0): Default mode "1856x1392" deleted (insufficient memory for mode)
(WW) MGA(0): Default mode "1856x1392" deleted (insufficient memory for mode)
(WW) MGA(0): Default mode "1920x1440" deleted (insufficient memory for mode)
(WW) MGA(0): Default mode "1920x1440" deleted (insufficient memory for mode)
(WW) MGA(0): Mode "1800x1350@62" deleted (no mode of this name)
(--) MGA(0): Has SDRAM
(--) MGA(0): Virtual size is 1600x1200 (pitch 1600)
(**) MGA(0): Mode "1600x1200@70a": 221.0 MHz, 88.5 kHz, 70.2 Hz
(**) MGA(0): Mode "1280x1024@80": 171.9 MHz, 86.3 kHz, 80.2 Hz
(**) MGA(0): Mode "1024x768@120": 166.7 MHz, 96.9 kHz, 120.1 Hz
(**) MGA(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) MGA(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(**) MGA(0): Mode "400x300@151": 26.8 MHz, 47.9 kHz, 151.6 Hz
(--) MGA(0): Display dimensions: (36, 27) cm
(--) MGA(0): DPI set to (112, 112)
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 0.1.0
(--) Depth 24 pixmap format is 32 bpp
(==) MGA(0): Write-combining range (0xa8000000,0x800000)
(--) MGA(0): 64 DWORD fifo
(==) MGA(0): Default visual is TrueColor
(II) MGA(0): [drm] bpp: 32 depth: 24
(II) MGA(0): [drm] Sarea 2196+632: 2828
(0): [drm] drmSetBusid failed (6, PCI:1:0:0)
(EE) MGA(0): [drm] DRIScreenInit Failed
(II) MGA(0): Using 110 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:
		13 64x110 slots
(==) MGA(0): Backing store disabled
(==) MGA(0): Silken mouse enabled
(II) MGA(0): Using overlay video
(II) MGA(0): direct rendering disabled
(**) Trackball: Protocol: "PS/2"
(**) Trackball: Core Pointer
(==) Trackball: Buttons: 3
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Trackball" (type: MOUSE)
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing from list!



--- End Message ---
--- Begin Message ---
Closing, as suggested by the submitter, since he won't be able to
test/debug/reproduce on this hardware anymore.
If anybody ever reproduces this problem, feel free to reopen.

Brice


--- End Message ---

Reply to: