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

Bug#271910: xserver-xfree86: [mga] various glitches, locks and otherwise painful problems on alpha pws433au.



Package: xserver-xfree86
Version: 4.1.0-16woody3
Severity: normal


Well, don't know wether I'm unlucky or else, but I'm banging into every
single bug possible with that computer ; I've experienced various bugs
already reported such as X locks computer completely, etc., so I won't
add another layer of complaints on the subject. I managed to almost get
rid of those deadlocks by commenting out the Load "dri" line although
dri wasn't in use, and it seems to ease things (that means I had no
deadlocks for more than 3 hours, which is a pretty good score
considering that I had one every hour or so before I did that).

Now, there's one thing I've never read in bug reports so far which
annoys me a bit, because it used to happen just before deadlocks, and it
keeps showing randomly although I'm able now to switch to a VT and forth
to X, clearing things with no further damages : sometimes, when I drag
the cursor down the screen, it stops in the middle and gets "crippled".
It then looks as if it was compressed in half it's usual vertical size,
width unchanged. When that happens, I can read the following in dmesg :

XFree86(1230): unaligned trap at 00000001208d786c: 00000001216e6454 23 16
XFree86(1230): unaligned trap at 00000001208d7874: 00000001216e647c 23 21
XFree86(1230): unaligned trap at 00000001208d7878: 00000001216e645c 23 17
XFree86(1230): unaligned trap at 00000001208d787c: 00000001216e6464 23 18

As I said, switching back and forth to a VT restores the cursor, which
is "mysteriously" pulled at the very bottom of the screen (where it
should have been, really, before the switch).

I know my X is not pretty young, but I already tried a 4.3 version, and
ran into the "sync out of range bug" seen somewhere else in the reports,
so upgrading is of no help in that case.

Thanks for any help,

-- 
Manuel Viet * mailto:manuel@m-viet.net

### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
#   dpkg-reconfigure xserver-xfree86
# as root.  Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

Section "Files"
        FontPath        "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
#       FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
        Load    "GLcore"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
#       Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "pex5"
        Load    "record"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
        Load    "xie"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "fr"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "Generic Video Card"
        Driver          "mga"
#       VideoRam        8192
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        HorizSync       30-100
        VertRefresh     50-160
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        DefaultDepth    16
        SubSection "Display"
                Depth           1
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Generic Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection

### END DEBCONF SECTION




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

XFree86 Version 4.1.0.1 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 21 December 2001
	If the server is older than 6-12 months, or if your card is
	newer than the above date, look for a newer version before
	reporting problems.  (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.23 alpha [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Thu Sep 16 01:14:37 2004
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Generic Video Card"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "fr"
(**) XKB: layout: "fr"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Mouse"
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 7

(WW) Cannot open APM
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.4
	XFree86 XInput driver : 0.2
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.2
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
Not loading .debug_line
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.4
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:03:0: chip 1011,0019 card 0000,0000 rev 30 class 02,00,00 hdr 00
(II) PCI: 00:04:0: chip 1095,0646 card 0000,0000 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:07:0: chip 8086,0484 card 0000,0000 rev 43 class 00,00,00 hdr 00
(II) PCI: 00:14:0: chip 1011,0021 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 01:08:0: chip 109e,0350 card 0000,0000 rev 11 class 04,00,00 hdr 00
(II) PCI: 01:0a:0: chip 102b,051b card 102b,0100 rev 00 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
Not loading .debug_line
(II) Module scanpci: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.4
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) PCI-to-ISA bridge:
(II) Host-to-PCI bridge:
(II) PCI-to-PCI bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(II) Bus 1: bridge is at (0:20:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1 0	0x00009000 - 0x000090ff (0x100) IX[B]
	[1] -1 0	0x00009400 - 0x000094ff (0x100) IX[B]
	[2] -1 0	0x00009800 - 0x000098ff (0x100) IX[B]
	[3] -1 0	0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1 0	0x09100000 - 0x0affffff (0x1f00000) MX[B]
(II) Bus 1 prefetchable memory range:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x00 (VGA_EN is cleared)
(II) Bus 0 I/O range:
	[0] -1 0	0x00000000 - 0xffffffff (0x0) 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]
(--) PCI: (1:8:0) BrookTree 848 rev 17, Mem @ 0x09114000/12
(--) PCI:*(1:10:0) Matrox MGA 2164W rev 0, Mem @ 0x0a000000/24, 0x09110000/14, 0x09800000/23, BIOS @ 0x09100000/16
(II) Addressable bus resource ranges are
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1 0	0x00000000 - 0xffffffff (0x0) IX[B]
(II) OS-reported resource ranges:
	[0] -1 0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1 0	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1 0	0xffffffff - 0xffffffff (0x1) IX[B]
	[4] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1 0	0x09040000 - 0x0904007f (0x80) MX[B]
	[1] -1 0	0x09100000 - 0x0910ffff (0x10000) MX[B](B)
	[2] -1 0	0x09800000 - 0x09ffffff (0x800000) MX[B](B)
	[3] -1 0	0x09110000 - 0x09113fff (0x4000) MX[B](B)
	[4] -1 0	0x0a000000 - 0x0affffff (0x1000000) MX[B](B)
	[5] -1 0	0x09114000 - 0x09114fff (0x1000) MX[B](B)
	[6] -1 0	0x00008080 - 0x0000808f (0x10) IX[B]
	[7] -1 0	0x00008000 - 0x0000807f (0x80) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1 0	0x09040000 - 0x0904007f (0x80) MX[B]
	[1] -1 0	0x09100000 - 0x0910ffff (0x10000) MX[B](B)
	[2] -1 0	0x09800000 - 0x09ffffff (0x800000) MX[B](B)
	[3] -1 0	0x09110000 - 0x09113fff (0x4000) MX[B](B)
	[4] -1 0	0x0a000000 - 0x0affffff (0x1000000) MX[B](B)
	[5] -1 0	0x09114000 - 0x09114fff (0x1000) MX[B](B)
	[6] -1 0	0x00008080 - 0x0000808f (0x10) IX[B]
	[7] -1 0	0x00008000 - 0x0000807f (0x80) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1 0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1 0	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1 0	0xffffffff - 0xffffffff (0x1) IX[B]
	[4] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1 0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1 0	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1 0	0x09040000 - 0x0904007f (0x80) MX[B]
	[4] -1 0	0x09100000 - 0x0910ffff (0x10000) MX[B](B)
	[5] -1 0	0x09800000 - 0x09ffffff (0x800000) MX[B](B)
	[6] -1 0	0x09110000 - 0x09113fff (0x4000) MX[B](B)
	[7] -1 0	0x0a000000 - 0x0affffff (0x1000000) MX[B](B)
	[8] -1 0	0x09114000 - 0x09114fff (0x1000) MX[B](B)
	[9] -1 0	0xffffffff - 0xffffffff (0x1) IX[B]
	[10] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[11] -1 0	0x00008080 - 0x0000808f (0x10) IX[B]
	[12] -1 0	0x00008000 - 0x0000807f (0x80) IX[B]
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
(II) Module freetype: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.1.9
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.a
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "pex5"
(WW) Warning, couldn't open module pex5
(II) UnloadModule: "pex5"
(EE) Failed to load module "pex5" (module does not exist, 0)
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
Not loading .debug_line
Not loading .debug_line
(II) Module vbe: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "xie"
(II) Loading /usr/X11R6/lib/modules/extensions/libxie.a
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
(II) Module xie: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XIE
(II) LoadModule: "mga"
(II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
Not loading .debug_line
(II) Module mga: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.1
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
Not loading .debug_line
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.2
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
	mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400
(II) Primary Device is: PCI 01:0a:0
(--) Assigning device section with no busID to primary device
(--) Chipset mga2164w found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1 0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1 0	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1 0	0x09040000 - 0x0904007f (0x80) MX[B]
	[4] -1 0	0x09100000 - 0x0910ffff (0x10000) MX[B](B)
	[5] -1 0	0x09800000 - 0x09ffffff (0x800000) MX[B](B)
	[6] -1 0	0x09110000 - 0x09113fff (0x4000) MX[B](B)
	[7] -1 0	0x0a000000 - 0x0affffff (0x1000000) MX[B](B)
	[8] -1 0	0x09114000 - 0x09114fff (0x1000) MX[B](B)
	[9] -1 0	0xffffffff - 0xffffffff (0x1) IX[B]
	[10] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[11] -1 0	0x00008080 - 0x0000808f (0x10) IX[B]
	[12] -1 0	0x00008000 - 0x0000807f (0x80) IX[B]
(II) resource ranges after probing:
	[0] -1 0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1 0	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1 0	0x09040000 - 0x0904007f (0x80) MX[B]
	[4] -1 0	0x09100000 - 0x0910ffff (0x10000) MX[B](B)
	[5] -1 0	0x09800000 - 0x09ffffff (0x800000) MX[B](B)
	[6] -1 0	0x09110000 - 0x09113fff (0x4000) MX[B](B)
	[7] -1 0	0x0a000000 - 0x0affffff (0x1000000) MX[B](B)
	[8] -1 0	0x09114000 - 0x09114fff (0x1000) MX[B](B)
	[9] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[10] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[11] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[12] -1 0	0xffffffff - 0xffffffff (0x1) IX[B]
	[13] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[14] -1 0	0x00008080 - 0x0000808f (0x10) IX[B]
	[15] -1 0	0x00008000 - 0x0000807f (0x80) IX[B]
	[16] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[17] 0 0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
Not loading .debug_line
Not loading .debug_line
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.4
(**) MGA(0): Depth 16, (--) framebuffer bpp 16
(==) MGA(0): RGB weight 565
(II) MGA(0): Matrox HAL module not found - using builtin mode setup instead
(--) MGA(0): Chipset: "mga2164w"
(==) MGA(0): Using AGP 1x mode
(--) MGA(0): Linear framebuffer at 0xA000000
(--) MGA(0): MMIO registers at 0x9110000
(--) MGA(0): Pseudo-DMA transfer window at 0x9800000
(--) MGA(0): BIOS at 0x9100000
(--) MGA(0): Video BIOS info block at offset 0x07DC0
(--) MGA(0): Found and verified enhanced Video BIOS info block
(II) MGA(0): MGABios.RamdacType = 0x0
(WW) MGA(0): Unable to probe memory amount due to hardware bug.  Assuming 4096 KB
(--) MGA(0): VideoRAM: 4096 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
Not loading .debug_line
Not loading .debug_line
(II) Module i2c: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.2.0
	ABI class: XFree86 Video Driver, version 0.4
(II) Machine type has 8/16 bit access
(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: 0x120acc970
(II) MGA(0): Manufacturer: LTN  Model: 1908  Serial#: 16843009
(II) MGA(0): Year: 2003  Week: 39
(II) MGA(0): EDID Version: 1.3
(II) MGA(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) MGA(0): Sync:  Separate
(II) MGA(0): Max H-Image Size [cm]: horiz.: 36  vert.: 27
(II) MGA(0): Gamma: 2.85
(II) MGA(0): DPMS capabilities: Off; RGB/Color Display
(II) MGA(0): First detailed timing is preferred mode
(II) MGA(0): redX: 0.631 redY: 0.329   greenX: 0.276 greenY: 0.600
(II) MGA(0): blueX: 0.143 blueY: 0.057   whiteX: 0.283 whiteY: 0.297
(II) MGA(0): Supported VESA Video Modes:
(II) MGA(0): 640x480@60Hz
(II) MGA(0): 832x624@75Hz
(II) MGA(0): 1152x870@75Hz
(II) MGA(0): Manufacturer's mask: 0
(II) MGA(0): Supported Future Video Modes:
(II) MGA(0): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) MGA(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) MGA(0): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) MGA(0): #3: hsize: 1280  vsize 1024  refresh: 85  vid: 39297
(II) MGA(0): #4: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
(II) MGA(0): #5: hsize: 1600  vsize 1200  refresh: 75  vid: 20393
(II) MGA(0): Supported additional Video Mode:
(II) MGA(0): clock: 157.5 MHz   Image Size:  350 x 262 mm
(II) MGA(0): h_active: 1280  h_sync: 1344  h_sync_end 1504 h_blank_end 1728 h_border: 0
(II) MGA(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1072 v_border: 0
(II) MGA(0): Ranges: V min: 50  V max: 160 Hz, H min: 30  H max: 96 kHz, PixClock max 210 MHz
(II) MGA(0): Serial No: 339560729
(II) MGA(0): Monitor name: e1996PNST/NSL
(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
(--) MGA(0): MCLK used is 66.0 MHz
(II) MGA(0): Generic Monitor: Using hsync range of 30.00-100.00 kHz
(II) MGA(0): Generic Monitor: Using vrefresh range of 50.00-160.00 Hz
(II) MGA(0): Clock range:  12.00 to 250.00 MHz
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(0): Not using default mode "1920x1440" (insufficient memory for mode)
(--) MGA(0): Virtual size is 1280x1024 (pitch 1280)
(**) 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): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) MGA(0): Modeline "640x480"   36.00  640 696 752 832  480 481 484 509 -hsync -vsync
(++) MGA(0): DPI set to (100, 100)
(II) MGA(0): YDstOrg is set to 0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
Not loading .debug_line
(II) Module ramdac: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.4
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0 0	0x09800000 - 0x09ffffff (0x800000) MX[B]
	[1] 0 0	0x09110000 - 0x09113fff (0x4000) MX[B]
	[2] 0 0	0x0a000000 - 0x0affffff (0x1000000) MX[B]
	[3] -1 0	0xffffffff - 0xffffffff (0x1) MX[B]
	[4] -1 0	0x00000000 - 0x00000000 (0x1) MX[B]
	[5] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1 0	0x09040000 - 0x0904007f (0x80) MX[B]
	[7] -1 0	0x09100000 - 0x0910ffff (0x10000) MX[B](B)
	[8] -1 0	0x09800000 - 0x09ffffff (0x800000) MX[B](B)
	[9] -1 0	0x09110000 - 0x09113fff (0x4000) MX[B](B)
	[10] -1 0	0x0a000000 - 0x0affffff (0x1000000) MX[B](B)
	[11] -1 0	0x09114000 - 0x09114fff (0x1000) MX[B](B)
	[12] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[13] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[14] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[15] -1 0	0xffffffff - 0xffffffff (0x1) IX[B]
	[16] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1 0	0x00008080 - 0x0000808f (0x10) IX[B]
	[18] -1 0	0x00008000 - 0x0000807f (0x80) IX[B]
	[19] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[20] 0 0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(--) MGA(0): 64 DWORD fifo
(==) MGA(0): Default visual is TrueColor
(EE) MGA(0): Static buffer allocation failed, not initializing the DRI
(EE) MGA(0): Need at least 7680 kB video memory at this resolution, bit depth
(II) MGA(0): Using 614 lines for offscreen memory.
(II) MGA(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	Solid filled trapezoids
	8x8 mono pattern filled rectangles
	8x8 mono pattern filled trapezoids
	Indirect CPU to Screen color expansion
	Screen to Screen color expansion
	Solid Lines
	Dashed Lines
	Scanline Image Writes
	Offscreen Pixmaps
	Driver provided FillCacheBltRects replacement
	Setting up tile and stipple cache:
		20 128x128 slots
		5 256x256 slots
(==) MGA(0): Backing store disabled
(==) MGA(0): Silken mouse enabled
(**) Option "dpms"
(**) MGA(0): DPMS enabled
(--) MGA(0): Direct rendering disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Keyboard "Generic Keyboard" handled by legacy driver
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/psaux"
(==) Configured Mouse: Buttons: 3
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Option "Protocol" "ImPS/2"
(**) Generic Mouse: Protocol: "ImPS/2"
(**) Option "SendCoreEvents" "true"
(**) Generic Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(EE) xf86OpenSerial: Cannot open device /dev/input/mice
	No such device.
(EE) Generic Mouse: cannot open input device
(EE) PreInit failed for input device "Generic Mouse"
(II) UnloadModule: "mouse"
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(WW) Cannot open APM
(WW) Cannot open APM
(WW) Cannot open APM
(WW) Cannot open APM

Reply to: