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

Bug#522605: marked as done (xserver-xorg-video-mga: Fatal server error: xf86MapDomainMem(): mmap() failure)



Your message dated Sat, 11 Apr 2009 16:47:46 +0000
with message-id <E1LsgMs-0001ZN-GM@ries.debian.org>
and subject line Bug#488669: fixed in xorg-server 2:1.4.2-10.lenny1
has caused the Debian Bug report #488669,
regarding xserver-xorg-video-mga: Fatal server error: xf86MapDomainMem(): mmap() failure
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
488669: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488669
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-video-mga
Version: 1:1.4.9.dfsg-1
Severity: important

I've got a Sun Ultra 10 and am trying to throw up a second GDM login/X display via a Matrox Millennium (rev 1) PCI card I've inserted into a free PCI slot.

I've configured GDM to start a second X server (please see included gdm.conf file) and set debugging to be enabled (all via gdmsetup, just to be clean).

However, I cannot get the second X server to run, either on boot up, or /etc/init.d/gdm restart. The /var/log/Xorg.1.log (full file included below) craps out with (I have deliberately included the warning, as it seems pertinent):

...
(==) MGA(0): MMIO registers at 0x100000
(--) MGA(0): BIOS at 0x1000000
(II) Attempted to read BIOS 128KB from /sys/bus/pci/devices/0000:02:03.0/rom: got 0KB
(WW) MGA(0): Video BIOS info block not detected!

Fatal server error:
xf86MapDomainMem():  mmap() failure

--

At the sane time this occurs, I see the following error repeat on the console:

PCI: Cannot allocate resource (bogus alignment) 6 1ff01000000:1ff0100ffff] (flags 6200) of 0000:02:03.0
---

My understanding from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500358 is that X on sparc was basket-cased except for the builtin cards of various 64 bit sparc systems. However, I really hope that a case-by-case approach is taken to work through all these types of problems.


-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2008-10-21 11:06 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1740536 2009-02-20 20:30 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
01:02.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro 215GP (rev 5c) 02:03.0 VGA compatible controller: Matrox Graphics, Inc. MGA 2064W [Millennium] (rev 01)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1440 2009-04-05 00:39 /etc/X11/xorg.conf
-rw-r--r-- 1 root root 1460 2009-04-05 02:47 /etc/X11/xorg.second.conf
-rw-r--r-- 1 root root 3306 2009-04-05 00:41 /etc/gdm/gdm.conf

Contents of /etc/X11/xorg.second.conf:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
EndSection

# Section "Device"
# 	Identifier	"Configured Video Device[0]"
# 	Driver		"ati"
# 	Screen		0
# 	BusID		"PCI:01:02:0"
# EndSection

Section "Device"
	Identifier	"Configured Video Device[1]"
	Driver		"mga"
# 	Screen		1
	BusID		"PCI:2:3:0"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor[0]"
EndSection

# Section "Monitor"
# 	Identifier	"Configured Monitor[1]"
# EndSection

Section "Screen"
	Identifier	"Default Screen[0]"
	Monitor		"Configured Monitor[0]"
	DefaultDepth	16
EndSection

# Section "Screen"
# 	Identifier	"Default Screen[1]"
# 	Monitor		"Configured Monitor[1]"
# EndSection


Contents of /etc/gdm/gdm.conf:
# GDM Custom Configuration file.
#
# This file is the appropriate place for specifying your customizations to the
# GDM configuration.   If you run gdmsetup, it will automatically edit this
# file for you and will cause the daemon and any running GDM GUI programs to
# automatically update with the new configuration.  Not all configuration
# options are supported by gdmsetup, so to modify some values it may be
# necessary to modify this file directly by hand.
#
# This file overrides the default configuration settings.  These settings
# are stored in the GDM System Defaults configuration file, which is found
# at the following location.
#
# /usr/share/gdm/defaults.conf.
#
# This file contains comments about the meaning of each configuration option,
# so is also a useful reference.  Also refer to the documentation links at
# the end of this comment for further information.  In short, to hand-edit
# this file, simply add or modify the key=value combination in the
# appropriate section in the template below this comment section.
#
# For example, if you want to specify a different value for the Enable key
# in the "[debug]" section of your GDM System Defaults configuration file,
# then add "Enable=true" in the "[debug]" section of this file.  If the
# key already exists in this file, then simply modify it.
#
# Older versions of GDM used the "gdm.conf" file for configuration.  If your
# system has an old gdm.conf file on the system, it will be used instead of
# this file - so changes made to this file will not take effect.  Consider
# migrating your configuration to this file and removing the gdm.conf file.
#
# If you hand edit a GDM configuration file, you can run the following
# command and the GDM daemon will immediately reflect the change.  Any
# running GDM GUI programs will also be notified to update with the new
# configuration.
#
# gdmflexiserver --command="UPDATE_CONFIG <configuration key>"
#
# e.g, the "Enable" key in the "[debug]" section would be "debug/Enable".
#
# You can also run gdm-restart or gdm-safe-restart to cause GDM to restart and # re-read the new configuration settings. You can also restart GDM by sending # a HUP or USR1 signal to the daemon. HUP behaves like gdm-restart and causes # any user session started by GDM to exit immediately while USR1 behaves like # gdm-safe-restart and will wait until all users log out before restarting GDM.
#
# For full reference documentation see the gnome help browser under
# GNOME|System category.  You can also find the docs in HTML form on
# http://www.gnome.org/projects/gdm/
#
# NOTE: Lines that begin with "#" are considered comments.
#
# Have fun!

[daemon]

[security]

[xdmcp]

[gui]

[greeter]







[chooser]

[debug]

# Note that to disable servers defined in the GDM System Defaults
# configuration file (such as 0=Standard, you must put a line in this file
# that says 0=inactive, as described in the Configuration section of the GDM
# documentation.
#
[servers]

# Also note, that if you redefine a [server-foo] section, then GDM will
# use the definition in this file, not the GDM System Defaults configuration
# file.  It is currently not possible to disable a [server-foo] section
# defined in the GDM System Defaults configuration file.
#
1=Standard -xf86config /etc/X11/xorg.second.conf


Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
EndSection

Section "Device"
	Identifier	"Configured Video Device[0]"
	Driver		"ati"
	Screen		0
	BusID		"PCI:01:02:0"
EndSection

# Section "Device"
# 	Identifier	"Configured Video Device[1]"
# 	Driver		"s3"
# 	Screen		1
# 	BusID		"PCI:2:3:0"
# EndSection

Section "Monitor"
	Identifier	"Configured Monitor[0]"
EndSection

# Section "Monitor"
# 	Identifier	"Configured Monitor[1]"
# EndSection

Section "Screen"
	Identifier	"Default Screen[0]"
	Monitor		"Configured Monitor[0]"
EndSection

# Section "Screen"
# 	Identifier	"Default Screen[1]"
# 	Monitor		"Configured Monitor[1]"
# EndSection



Xorg X server log files on system:
-rw-r--r-- 1 root root 15031 2009-04-05 16:56 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 29546 2009-04-05 16:56 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.1.log:

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-11)
Current Operating System: Linux trad-debian 2.6.26-1-sparc64 #1 Fri Mar 13 17:42:29 UTC 2009 sparc64
Build Date: 20 February 2009  08:50:31AM

	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.1.log", Time: Sun Apr  5 16:56:03 2009
(++) Using config file: "/etc/X11/xorg.second.conf"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Default Screen[0]" (0)
(**) |   |-->Monitor "Configured Monitor[0]"
(==) No device specified for screen "Default Screen[0]".
	Using the first device section listed.
(**) |   |-->Device "Configured Video Device[1]"
(==) |-->Input Device "Configured Mouse"
(==) |-->Input Device "Generic Keyboard"
(==) The core pointer device wasn't specified explicitly in the layout.
	Using the first mouse device.
(==) The core keyboard device wasn't specified explicitly in the layout.
	Using the first keyboard device.
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
	Entry deleted from font path.
(==) FontPath set to:
	/usr/share/fonts/X11/misc
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x1c0c78
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 2.0
	X.Org XInput driver : 2.0
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(--) using VT number 3

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 108e,a000 card 0000,0000 rev 00 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 108e,5000 card 0000,0000 rev 13 class 06,04,00 hdr 81 (II) PCI: 00:01:1: chip 108e,5000 card 0000,0000 rev 13 class 06,04,00 hdr 81 (II) PCI: 01:01:0: chip 108e,1000 card 0000,0000 rev 01 class 06,80,00 hdr 80 (II) PCI: 01:01:1: chip 108e,1001 card 0000,0000 rev 01 class 02,00,00 hdr 80 (II) PCI: 01:02:0: chip 1002,4750 card 0000,0000 rev 5c class 03,00,00 hdr 00 (II) PCI: 01:03:0: chip 1095,0646 card 1095,0646 rev 03 class 01,01,8f hdr 00 (II) PCI: 02:03:0: chip 102b,0519 card 0000,0000 rev 01 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	1	0x00000000 - 0x00ffffff (0x1000000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	1	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	1	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:1:0), (0,2,255), BCTRL: 0x0023 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:1), (0,1,1), BCTRL: 0x0023 (VGA_EN is cleared)
(--) PCI:*(1:2:0) ATI Technologies Inc 3D Rage Pro 215GP rev 92, Mem @ 0xe1000000/24, 0xe2000000/12, BIOS @ 0xe1020000/0 (--) PCI: (2:3:0) Matrox Graphics, Inc. MGA 2064W [Millennium] rev 1, Mem @ 0x00004000/14, 0x00800000/23, BIOS @ 0x01000000/16
(II) Addressable bus resource ranges are
	[0] -1	1	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	1	0x00000000 - 0x00ffffff (0x1000000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	1	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	1	0x00ffffff - 0x00ffffff (0x1) IX[B]
	[5] -1	1	0x00000000 - 0x00000000 (0x1) IX[B]
(II) Active PCI resource ranges:
	[0] -1	1	0xe0000000 - 0xe000001f (0x20) MX[B]
	[1] -1	1	0xf1000000 - 0xf1000000 (0x1) MX[B]
	[2] -1	1	0xf0000000 - 0xf0000000 (0x1) MX[B]
	[3] -1	1	0xe1020000 - 0xe1020000 (0x1) MX[B](B)
	[4] -1	1	0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
	[5] -1	1	0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
	[6] -1	1	0x00c00020 - 0x00c0002f (0x10) IX[B]
	[7] -1	1	0x00c00018 - 0x00c0001b (0x4) IX[B]
	[8] -1	1	0x00c00010 - 0x00c00017 (0x8) IX[B]
	[9] -1	1	0x00c00008 - 0x00c0000b (0x4) IX[B]
	[10] -1	1	0x00c00000 - 0x00c00007 (0x8) IX[B]
(II) Inactive PCI resource ranges:
	[0] -1	1	0x01000000 - 0x0100ffff (0x10000) MX[B](B)
	[1] -1	1	0x00800000 - 0x00ffffff (0x800000) MX[B](B)
	[2] -1	1	0x00004000 - 0x00007fff (0x4000) MX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	1	0xe0000000 - 0xe000001f (0x20) MX[B]
	[1] -1	1	0xf1000000 - 0xf1000000 (0x1) MX[B]
	[2] -1	1	0xf0000000 - 0xf0000000 (0x1) MX[B]
	[3] -1	1	0xe1020000 - 0xe1020000 (0x1) MX[B](B)
	[4] -1	1	0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
	[5] -1	1	0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
	[6] -1	1	0x00c00020 - 0x00c0002f (0x10) IX[B]
	[7] -1	1	0x00c00018 - 0x00c0001b (0x4) IX[B]
	[8] -1	1	0x00c00010 - 0x00c00017 (0x8) IX[B]
	[9] -1	1	0x00c00008 - 0x00c0000b (0x4) IX[B]
	[10] -1	1	0x00c00000 - 0x00c00007 (0x8) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	1	0x01000000 - 0x0100ffff (0x10000) MX[B](B)
	[1] -1	1	0x00800000 - 0x00ffffff (0x800000) MX[B](B)
	[2] -1	1	0x00004000 - 0x00007fff (0x4000) MX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	1	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	1	0x00ffffff - 0x00ffffff (0x1) IX[B]
	[5] -1	1	0x00000000 - 0x00000000 (0x1) IX[B]
(II) All system resource ranges:
	[0] -1	1	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	1	0xe0000000 - 0xe000001f (0x20) MX[B]
	[5] -1	1	0xf1000000 - 0xf1000000 (0x1) MX[B]
	[6] -1	1	0xf0000000 - 0xf0000000 (0x1) MX[B]
	[7] -1	1	0xe1020000 - 0xe1020000 (0x1) MX[B](B)
	[8] -1	1	0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
	[9] -1	1	0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
	[10] -1	1	0x01000000 - 0x0100ffff (0x10000) MX[B](B)
	[11] -1	1	0x00800000 - 0x00ffffff (0x800000) MX[B](B)
	[12] -1	1	0x00004000 - 0x00007fff (0x4000) MX[B](B)
	[13] -1	1	0x00ffffff - 0x00ffffff (0x1) IX[B]
	[14] -1	1	0x00000000 - 0x00000000 (0x1) IX[B]
	[15] -1	1	0x00c00020 - 0x00c0002f (0x10) IX[B]
	[16] -1	1	0x00c00018 - 0x00c0001b (0x4) IX[B]
	[17] -1	1	0x00c00010 - 0x00c00017 (0x8) IX[B]
	[18] -1	1	0x00c00008 - 0x00c0000b (0x4) IX[B]
	[19] -1	1	0x00c00000 - 0x00c00007 (0x8) IX[B]
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(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 TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.4.2, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "mga"
(II) Loading /usr/lib/xorg/modules/drivers//mga_drv.so
(II) Module mga: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.4.9
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.3.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.3.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
	mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI,
	mgag200 SE A PCI, mgag200 SE B PCI, mgag200 Maxim, mgag200 Winbond,
	mgag400, mgag550
(II) Primary Device is: PCI 01:02:0
(--) Chipset mga2064w found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	1	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	1	0xe0000000 - 0xe000001f (0x20) MX[B]
	[5] -1	1	0xf1000000 - 0xf1000000 (0x1) MX[B]
	[6] -1	1	0xf0000000 - 0xf0000000 (0x1) MX[B]
	[7] -1	1	0xe1020000 - 0xe1020000 (0x1) MX[B](B)
	[8] -1	1	0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
	[9] -1	1	0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
	[10] -1	1	0x01000000 - 0x0100ffff (0x10000) MX[B](B)
	[11] -1	1	0x00800000 - 0x00ffffff (0x800000) MX[B](B)
	[12] -1	1	0x00004000 - 0x00007fff (0x4000) MX[B](B)
	[13] -1	1	0x00ffffff - 0x00ffffff (0x1) IX[B]
	[14] -1	1	0x00000000 - 0x00000000 (0x1) IX[B]
	[15] -1	1	0x00c00020 - 0x00c0002f (0x10) IX[B]
	[16] -1	1	0x00c00018 - 0x00c0001b (0x4) IX[B]
	[17] -1	1	0x00c00010 - 0x00c00017 (0x8) IX[B]
	[18] -1	1	0x00c00008 - 0x00c0000b (0x4) IX[B]
	[19] -1	1	0x00c00000 - 0x00c00007 (0x8) IX[B]
(WW) ****INVALID MEM ALLOCATION**** b: 0x4000 e: 0x7fff correcting
(II) NonSys
	[0] -1	1	0xe0000000 - 0xe000001f (0x20) MX[B]
	[1] -1	1	0xf1000000 - 0xf1000000 (0x1) MX[B]
	[2] -1	1	0xf0000000 - 0xf0000000 (0x1) MX[B]
	[3] -1	1	0xffffffff - 0xffffffff (0x1) MX[B]
	[4] -1	1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1	1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1	1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1	1	0x00c00020 - 0x00c0002f (0x10) IX[B]
	[8] -1	1	0x00c00018 - 0x00c0001b (0x4) IX[B]
	[9] -1	1	0x00c00010 - 0x00c00017 (0x8) IX[B]
	[10] -1	1	0x00c00008 - 0x00c0000b (0x4) IX[B]
	[11] -1	1	0x00c00000 - 0x00c00007 (0x8) IX[B]
	[12] -1	1	0x00ffffff - 0x00ffffff (0x1) IX[B]
	[13] -1	1	0x00000000 - 0x00000000 (0x1) IX[B]
(II) window:
	[0] -1	1	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	1	0x00000000 - 0x00ffffff (0x1000000) IX[B]
(II) resSize:
	[0] -1	1	0x00000000 - 0xffffffff (0x0) MX[B]
(II) window fixed:
	[0] -1	1	0x00000000 - 0xffffffff (0x0) MX[B]
(II) resource ranges after probing:
	[0] -1	1	0x00100000 - 0x00103fff (0x4000) MX[B](B)
	[1] -1	1	0xffffffff - 0xffffffff (0x1) MX[B]
	[2] -1	1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	1	0xe0000000 - 0xe000001f (0x20) MX[B]
	[6] -1	1	0xf1000000 - 0xf1000000 (0x1) MX[B]
	[7] -1	1	0xf0000000 - 0xf0000000 (0x1) MX[B]
	[8] -1	1	0xe1020000 - 0xe1020000 (0x1) MX[B](B)
	[9] -1	1	0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
	[10] -1	1	0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
	[11] -1	1	0x01000000 - 0x0100ffff (0x10000) MX[B](B)
	[12] -1	1	0x00800000 - 0x00ffffff (0x800000) MX[B](B)
	[13] 0	1	0x000a0000 - 0x000affff (0x10000) MS[B]
	[14] 0	1	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[15] 0	1	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[16] -1	1	0x00ffffff - 0x00ffffff (0x1) IX[B]
	[17] -1	1	0x00000000 - 0x00000000 (0x1) IX[B]
	[18] -1	1	0x00c00020 - 0x00c0002f (0x10) IX[B]
	[19] -1	1	0x00c00018 - 0x00c0001b (0x4) IX[B]
	[20] -1	1	0x00c00010 - 0x00c00017 (0x8) IX[B]
	[21] -1	1	0x00c00008 - 0x00c0000b (0x4) IX[B]
	[22] -1	1	0x00c00000 - 0x00c00007 (0x8) IX[B]
	[23] 0	1	0x000003b0 - 0x000003bb (0xc) IS[B]
	[24] 0	1	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 0.1.0
	ABI class: X.Org Video Driver, version 2.0
(--) MGA(0): Chipset: "mga2064w"
(II) MGA(0): Creating default Display subsection in Screen section
	"Default Screen[0]" for depth/fbbpp 16/16
(**) MGA(0): Depth 16, (--) framebuffer bpp 16
(==) MGA(0): RGB weight 565
(==) MGA(0): Using AGP 1x mode
(==) MGA(0): Using HW cursor
(==) MGA(0): Using XAA acceleration
(--) MGA(0): Linear framebuffer at 0x800000
(==) MGA(0): MMIO registers at 0x100000
(--) MGA(0): BIOS at 0x1000000
(II) Attempted to read BIOS 128KB from /sys/bus/pci/devices/0000:02:03.0/rom: got 0KB
(WW) MGA(0): Video BIOS info block not detected!

Fatal server error:
xf86MapDomainMem():  mmap() failure


/var/log/Xorg.0.log:

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-11)
Current Operating System: Linux trad-debian 2.6.26-1-sparc64 #1 Fri Mar 13 17:42:29 UTC 2009 sparc64
Build Date: 20 February 2009  08:50:31AM

	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Apr  5 16:55:44 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Default Screen[0]" (0)
(**) |   |-->Monitor "Configured Monitor[0]"
(==) No device specified for screen "Default Screen[0]".
	Using the first device section listed.
(**) |   |-->Device "Configured Video Device[0]"
(==) |-->Input Device "Configured Mouse"
(==) |-->Input Device "Generic Keyboard"
(==) The core pointer device wasn't specified explicitly in the layout.
	Using the first mouse device.
(==) The core keyboard device wasn't specified explicitly in the layout.
	Using the first keyboard device.
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
	Entry deleted from font path.
(==) FontPath set to:
	/usr/share/fonts/X11/misc
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x1c0c78
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 2.0
	X.Org XInput driver : 2.0
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(--) using VT number 2

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 108e,a000 card 0000,0000 rev 00 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 108e,5000 card 0000,0000 rev 13 class 06,04,00 hdr 81 (II) PCI: 00:01:1: chip 108e,5000 card 0000,0000 rev 13 class 06,04,00 hdr 81 (II) PCI: 01:01:0: chip 108e,1000 card 0000,0000 rev 01 class 06,80,00 hdr 80 (II) PCI: 01:01:1: chip 108e,1001 card 0000,0000 rev 01 class 02,00,00 hdr 80 (II) PCI: 01:02:0: chip 1002,4750 card 0000,0000 rev 5c class 03,00,00 hdr 00 (II) PCI: 01:03:0: chip 1095,0646 card 1095,0646 rev 03 class 01,01,8f hdr 00 (II) PCI: 02:03:0: chip 102b,0519 card 0000,0000 rev 01 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	1	0x00000000 - 0x00ffffff (0x1000000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	1	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	1	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:1:0), (0,2,255), BCTRL: 0x0023 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:1), (0,1,1), BCTRL: 0x0023 (VGA_EN is cleared)
(--) PCI:*(1:2:0) ATI Technologies Inc 3D Rage Pro 215GP rev 92, Mem @ 0xe1000000/24, 0xe2000000/12, BIOS @ 0xe1020000/0 (--) PCI: (2:3:0) Matrox Graphics, Inc. MGA 2064W [Millennium] rev 1, Mem @ 0x00004000/14, 0x00800000/23, BIOS @ 0x01000000/16
(II) Addressable bus resource ranges are
	[0] -1	1	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	1	0x00000000 - 0x00ffffff (0x1000000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	1	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	1	0x00ffffff - 0x00ffffff (0x1) IX[B]
	[5] -1	1	0x00000000 - 0x00000000 (0x1) IX[B]
(II) Active PCI resource ranges:
	[0] -1	1	0xe0000000 - 0xe000001f (0x20) MX[B]
	[1] -1	1	0xf1000000 - 0xf1000000 (0x1) MX[B]
	[2] -1	1	0xf0000000 - 0xf0000000 (0x1) MX[B]
	[3] -1	1	0xe1020000 - 0xe1020000 (0x1) MX[B](B)
	[4] -1	1	0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
	[5] -1	1	0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
	[6] -1	1	0x00c00020 - 0x00c0002f (0x10) IX[B]
	[7] -1	1	0x00c00018 - 0x00c0001b (0x4) IX[B]
	[8] -1	1	0x00c00010 - 0x00c00017 (0x8) IX[B]
	[9] -1	1	0x00c00008 - 0x00c0000b (0x4) IX[B]
	[10] -1	1	0x00c00000 - 0x00c00007 (0x8) IX[B]
(II) Inactive PCI resource ranges:
	[0] -1	1	0x01000000 - 0x0100ffff (0x10000) MX[B](B)
	[1] -1	1	0x00800000 - 0x00ffffff (0x800000) MX[B](B)
	[2] -1	1	0x00004000 - 0x00007fff (0x4000) MX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	1	0xe0000000 - 0xe000001f (0x20) MX[B]
	[1] -1	1	0xf1000000 - 0xf1000000 (0x1) MX[B]
	[2] -1	1	0xf0000000 - 0xf0000000 (0x1) MX[B]
	[3] -1	1	0xe1020000 - 0xe1020000 (0x1) MX[B](B)
	[4] -1	1	0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
	[5] -1	1	0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
	[6] -1	1	0x00c00020 - 0x00c0002f (0x10) IX[B]
	[7] -1	1	0x00c00018 - 0x00c0001b (0x4) IX[B]
	[8] -1	1	0x00c00010 - 0x00c00017 (0x8) IX[B]
	[9] -1	1	0x00c00008 - 0x00c0000b (0x4) IX[B]
	[10] -1	1	0x00c00000 - 0x00c00007 (0x8) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	1	0x01000000 - 0x0100ffff (0x10000) MX[B](B)
	[1] -1	1	0x00800000 - 0x00ffffff (0x800000) MX[B](B)
	[2] -1	1	0x00004000 - 0x00007fff (0x4000) MX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	1	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	1	0x00ffffff - 0x00ffffff (0x1) IX[B]
	[5] -1	1	0x00000000 - 0x00000000 (0x1) IX[B]
(II) All system resource ranges:
	[0] -1	1	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	1	0xe0000000 - 0xe000001f (0x20) MX[B]
	[5] -1	1	0xf1000000 - 0xf1000000 (0x1) MX[B]
	[6] -1	1	0xf0000000 - 0xf0000000 (0x1) MX[B]
	[7] -1	1	0xe1020000 - 0xe1020000 (0x1) MX[B](B)
	[8] -1	1	0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
	[9] -1	1	0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
	[10] -1	1	0x01000000 - 0x0100ffff (0x10000) MX[B](B)
	[11] -1	1	0x00800000 - 0x00ffffff (0x800000) MX[B](B)
	[12] -1	1	0x00004000 - 0x00007fff (0x4000) MX[B](B)
	[13] -1	1	0x00ffffff - 0x00ffffff (0x1) IX[B]
	[14] -1	1	0x00000000 - 0x00000000 (0x1) IX[B]
	[15] -1	1	0x00c00020 - 0x00c0002f (0x10) IX[B]
	[16] -1	1	0x00c00018 - 0x00c0001b (0x4) IX[B]
	[17] -1	1	0x00c00010 - 0x00c00017 (0x8) IX[B]
	[18] -1	1	0x00c00008 - 0x00c0000b (0x4) IX[B]
	[19] -1	1	0x00c00000 - 0x00c00007 (0x8) IX[B]
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(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 TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.4.2, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "ati"
(II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
(II) Module ati: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 6.9.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "mach64"
(II) Loading /usr/lib/xorg/modules/drivers//mach64_drv.so
(II) Module mach64: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 6.8.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.3.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.3.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) MACH64: Driver for ATI Mach64 chipsets
(II) Primary Device is: PCI 01:02:0
(--) Chipset ATI 3D Rage Pro found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	1	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	1	0xe0000000 - 0xe000001f (0x20) MX[B]
	[5] -1	1	0xf1000000 - 0xf1000000 (0x1) MX[B]
	[6] -1	1	0xf0000000 - 0xf0000000 (0x1) MX[B]
	[7] -1	1	0xe1020000 - 0xe1020000 (0x1) MX[B](B)
	[8] -1	1	0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
	[9] -1	1	0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
	[10] -1	1	0x01000000 - 0x0100ffff (0x10000) MX[B](B)
	[11] -1	1	0x00800000 - 0x00ffffff (0x800000) MX[B](B)
	[12] -1	1	0x00004000 - 0x00007fff (0x4000) MX[B](B)
	[13] -1	1	0x00ffffff - 0x00ffffff (0x1) IX[B]
	[14] -1	1	0x00000000 - 0x00000000 (0x1) IX[B]
	[15] -1	1	0x00c00020 - 0x00c0002f (0x10) IX[B]
	[16] -1	1	0x00c00018 - 0x00c0001b (0x4) IX[B]
	[17] -1	1	0x00c00010 - 0x00c00017 (0x8) IX[B]
	[18] -1	1	0x00c00008 - 0x00c0000b (0x4) IX[B]
	[19] -1	1	0x00c00000 - 0x00c00007 (0x8) IX[B]
(II) resource ranges after probing:
	[0] -1	1	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	1	0xe0000000 - 0xe000001f (0x20) MX[B]
	[5] -1	1	0xf1000000 - 0xf1000000 (0x1) MX[B]
	[6] -1	1	0xf0000000 - 0xf0000000 (0x1) MX[B]
	[7] -1	1	0xe1020000 - 0xe1020000 (0x1) MX[B](B)
	[8] -1	1	0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
	[9] -1	1	0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
	[10] -1	1	0x01000000 - 0x0100ffff (0x10000) MX[B](B)
	[11] -1	1	0x00800000 - 0x00ffffff (0x800000) MX[B](B)
	[12] -1	1	0x00004000 - 0x00007fff (0x4000) MX[B](B)
	[13] 0	1	0x000a0000 - 0x000affff (0x10000) MS[B]
	[14] 0	1	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[15] 0	1	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[16] -1	1	0x00ffffff - 0x00ffffff (0x1) IX[B]
	[17] -1	1	0x00000000 - 0x00000000 (0x1) IX[B]
	[18] -1	1	0x00c00020 - 0x00c0002f (0x10) IX[B]
	[19] -1	1	0x00c00018 - 0x00c0001b (0x4) IX[B]
	[20] -1	1	0x00c00010 - 0x00c00017 (0x8) IX[B]
	[21] -1	1	0x00c00008 - 0x00c0000b (0x4) IX[B]
	[22] -1	1	0x00c00000 - 0x00c00007 (0x8) IX[B]
	[23] 0	1	0x000003b0 - 0x000003bb (0xc) IS[B]
	[24] 0	1	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) MACH64(0): Creating default Display subsection in Screen section
	"Default Screen[0]" for depth/fbbpp 24/32
(==) MACH64(0): Depth 24, (--) framebuffer bpp 32
(==) MACH64(0): Using XAA acceleration architecture
(II) MACH64: Mach64 in slot 1:2:0 detected.
(II) MACH64(0): BIOS Data:  BIOSSize=0x0000, ROMTable=0x0000.
(II) MACH64(0): BIOS Data:  ClockTable=0x0000, FrequencyTable=0x0000.
(II) MACH64(0): BIOS Data:  LCDTable=0x0000.
(II) MACH64(0): BIOS Data:  VideoTable=0x0000, HardwareTable=0x0000.
(II) MACH64(0): BIOS Data: I2CType=0x00, Tuner=0x00, Decoder=0x00, Audio=0x0F.
(--) MACH64(0): ATI 3D Rage Pro graphics controller detected.
(--) MACH64(0): Chip type 4750 "GP", version 4, foundry UMC, class 0, revision 0x01.
(--) MACH64(0): PCI bus interface detected.
(--) MACH64(0): ATI Mach64 adapter detected.
(!!) MACH64(0): For information on using the multimedia capabilities
	of this adapter, please see http://gatos.sf.net.
(--) MACH64(0): Internal RAMDAC (subtype 1) detected.
(==) MACH64(0): RGB weight 888
(==) MACH64(0): Default visual is TrueColor
(==) MACH64(0): Using gamma correction (1.0, 1.0, 1.0)
(II) MACH64(0): Using Mach64 accelerator CRTC.
(II) MACH64(0): Storing hardware cursor image at 0xE13FFC00.
(II) MACH64(0): Using 8 MB linear aperture at 0xE1800000.
(!!) MACH64(0): Virtual resolutions will be limited to 4095 kB
due to linear aperture size and/or placement of hardware cursor image area.
(II) MACH64(0): Using Block 0 MMIO aperture at 0xE2000400.
(II) MACH64(0): Using Block 1 MMIO aperture at 0xE2000000.
(II) MACH64(0): MMIO write caching enabled.
(--) MACH64(0): 4096 kB of SGRAM (1:1) detected (using 4095 kB).
(WW) MACH64(0): Cannot shadow an accelerated frame buffer.
(II) MACH64(0): Engine XCLK 99.765 MHz;  Refresh rate code 7.
(--) MACH64(0): Internal programmable clock generator detected.
(--) MACH64(0): Reference clock 157.5/11 (14.318) MHz.
(II) MACH64(0): If modes do not work on Ultra 5/10 or Blade 100/150,
	set option "reference_clock" to "28.636 MHz" or "29.5 MHz"
(II) MACH64(0): Configured Monitor[0]: Using default hsync range of 31.50-37.90 kHz (II) MACH64(0): Configured Monitor[0]: Using default vrefresh range of 50.00-70.00 Hz
(WW) MACH64(0): Unable to estimate virtual size
(II) MACH64(0): Maximum clock: 199.00 MHz
(II) MACH64(0): Not using default mode "640x350" (vrefresh out of range)
(II) MACH64(0): Not using default mode "320x175" (vrefresh out of range)
(II) MACH64(0): Not using default mode "640x400" (vrefresh out of range)
(II) MACH64(0): Not using default mode "320x200" (vrefresh out of range)
(II) MACH64(0): Not using default mode "720x400" (vrefresh out of range)
(II) MACH64(0): Not using default mode "360x200" (vrefresh out of range)
(II) MACH64(0): Not using default mode "640x480" (vrefresh out of range)
(II) MACH64(0): Not using default mode "320x240" (vrefresh out of range)
(II) MACH64(0): Not using default mode "640x480" (vrefresh out of range)
(II) MACH64(0): Not using default mode "320x240" (vrefresh out of range)
(II) MACH64(0): Not using default mode "640x480" (hsync out of range)
(II) MACH64(0): Not using default mode "320x240" (hsync out of range)
(II) MACH64(0): Not using default mode "800x600" (hsync out of range)
(II) MACH64(0): Not using default mode "400x300" (hsync out of range)
(II) MACH64(0): Not using default mode "800x600" (hsync out of range)
(II) MACH64(0): Not using default mode "400x300" (hsync out of range)
(II) MACH64(0): Not using default mode "800x600" (hsync out of range)
(II) MACH64(0): Not using default mode "400x300" (hsync out of range)
(II) MACH64(0): Not using default mode "1024x768" (vrefresh out of range)
(II) MACH64(0): Not using default mode "512x384" (vrefresh out of range)
(II) MACH64(0): Not using default mode "1024x768" (hsync out of range)
(II) MACH64(0): Not using default mode "512x384" (hsync out of range)
(II) MACH64(0): Not using default mode "1024x768" (hsync out of range)
(II) MACH64(0): Not using default mode "512x384" (hsync out of range)
(II) MACH64(0): Not using default mode "1024x768" (hsync out of range)
(II) MACH64(0): Not using default mode "512x384" (hsync out of range)
(II) MACH64(0): Not using default mode "1024x768" (hsync out of range)
(II) MACH64(0): Not using default mode "512x384" (hsync out of range)
(II) MACH64(0): Not using default mode "1152x864" (hsync out of range)
(II) MACH64(0): Not using default mode "576x432" (hsync out of range)
(II) MACH64(0): Not using default mode "1280x960" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "640x480" (hsync out of range)
(II) MACH64(0): Not using default mode "1280x960" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "640x480" (hsync out of range)
(II) MACH64(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "640x512" (hsync out of range)
(II) MACH64(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "640x512" (hsync out of range)
(II) MACH64(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "640x512" (hsync out of range)
(II) MACH64(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "800x600" (hsync out of range)
(II) MACH64(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "800x600" (hsync out of range)
(II) MACH64(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "800x600" (hsync out of range)
(II) MACH64(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "800x600" (hsync out of range)
(II) MACH64(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "800x600" (hsync out of range)
(II) MACH64(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "896x672" (hsync out of range)
(II) MACH64(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "896x672" (hsync out of range)
(II) MACH64(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "928x696" (hsync out of range)
(II) MACH64(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "928x696" (hsync out of range)
(II) MACH64(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "960x720" (hsync out of range)
(II) MACH64(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "960x720" (hsync out of range)
(II) MACH64(0): Not using default mode "832x624" (hsync out of range)
(II) MACH64(0): Not using default mode "416x312" (hsync out of range)
(II) MACH64(0): Not using default mode "1280x768" (hsync out of range)
(II) MACH64(0): Not using default mode "640x384" (hsync out of range)
(II) MACH64(0): Not using default mode "1280x800" (hsync out of range)
(II) MACH64(0): Not using default mode "640x400" (hsync out of range)
(II) MACH64(0): Not using default mode "1152x768" (hsync out of range)
(II) MACH64(0): Not using default mode "576x384" (hsync out of range)
(II) MACH64(0): Not using default mode "1152x864" (hsync out of range)
(II) MACH64(0): Not using default mode "576x432" (hsync out of range)
(II) MACH64(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "700x525" (hsync out of range)
(II) MACH64(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "700x525" (hsync out of range)
(II) MACH64(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "700x525" (hsync out of range)
(II) MACH64(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "700x525" (hsync out of range)
(II) MACH64(0): Not using default mode "1440x900" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "720x450" (hsync out of range)
(II) MACH64(0): Not using default mode "1600x1024" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "800x512" (hsync out of range)
(II) MACH64(0): Not using default mode "1680x1050" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "840x525" (hsync out of range)
(II) MACH64(0): Not using default mode "1920x1200" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "960x600" (hsync out of range)
(II) MACH64(0): Not using default mode "1920x1200" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "960x600" (hsync out of range)
(II) MACH64(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "960x720" (hsync out of range)
(II) MACH64(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "1024x768" (hsync out of range)
(II) MACH64(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "1024x768" (hsync out of range)
(II) MACH64(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) MACH64(0): Not using default mode "1024x768" (hsync out of range)
(--) MACH64(0): Virtual size is 800x600 (pitch 800)
(**) MACH64(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) MACH64(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(**) MACH64(0): *Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) MACH64(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(**) MACH64(0): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
(II) MACH64(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(**) MACH64(0): *Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) MACH64(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz)
(**) MACH64(0): *Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) MACH64(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz)
(**) MACH64(0): *Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) MACH64(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz)
(==) MACH64(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.2.0
	ABI class: X.Org Video Driver, version 2.0
(!!) MACH64(0): Using composite sync to match input timing.
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) MACH64(0): I2C bus "Mach64" initialized.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	1	0xe2000000 - 0xe2000fff (0x1000) MS[B]
	[1] 0	1	0xe1000000 - 0xe1ffffff (0x1000000) MS[B]
	[2] -1	1	0xffffffff - 0xffffffff (0x1) MX[B]
	[3] -1	1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[4] -1	1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[5] -1	1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[6] -1	1	0xe0000000 - 0xe000001f (0x20) MX[B]
	[7] -1	1	0xf1000000 - 0xf1000000 (0x1) MX[B]
	[8] -1	1	0xf0000000 - 0xf0000000 (0x1) MX[B]
	[9] -1	1	0xe1020000 - 0xe1020000 (0x1) MX[B](B)
	[10] -1	1	0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
	[11] -1	1	0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
	[12] -1	1	0x01000000 - 0x0100ffff (0x10000) MX[B](B)
	[13] -1	1	0x00800000 - 0x00ffffff (0x800000) MX[B](B)
	[14] -1	1	0x00004000 - 0x00007fff (0x4000) MX[B](B)
	[15] 0	1	0x000a0000 - 0x000affff (0x10000) MS[B]
	[16] 0	1	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[17] 0	1	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[18] -1	1	0x00ffffff - 0x00ffffff (0x1) IX[B]
	[19] -1	1	0x00000000 - 0x00000000 (0x1) IX[B]
	[20] -1	1	0x00c00020 - 0x00c0002f (0x10) IX[B]
	[21] -1	1	0x00c00018 - 0x00c0001b (0x4) IX[B]
	[22] -1	1	0x00c00010 - 0x00c00017 (0x8) IX[B]
	[23] -1	1	0x00c00008 - 0x00c0000b (0x4) IX[B]
	[24] -1	1	0x00c00000 - 0x00c00007 (0x8) IX[B]
	[25] 0	1	0x000003b0 - 0x000003bb (0xc) IS[B]
	[26] 0	1	0x000003c0 - 0x000003df (0x20) IS[B]
(WW) MACH64(0): DRI static buffer allocation failed -- need at least 4687 kB video memory
(II) MACH64(0): Largest offscreen areas (with overlaps):
(II) MACH64(0): 	800 x 710 rectangle at 0,600
(II) MACH64(0): 	320 x 711 rectangle at 0,600
(II) MACH64(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Indirect CPU to Screen color expansion
	Solid Lines
	Setting up tile and stipple cache:
		30 128x128 slots
(==) MACH64(0): Backing store disabled
(==) MACH64(0): Silken mouse enabled
(II) MACH64(0): DPMS enabled
(II) MACH64(0): Direct rendering disabled
(==) RandR enabled
(II) Setting vga for screen 0.
(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 XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) AIGLX: Screen 0 is not DRI capable
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(WW) Configured Mouse: No Device specified, looking for one...
(II) Configured Mouse: Setting Device option to "/dev/input/mice"
(--) Configured Mouse: Device: "/dev/input/mice"
(==) Configured Mouse: Protocol: "Auto"
(**) Option "CorePointer"
(**) Configured Mouse: always reports core events
(==) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Configured Mouse: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Generic Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc104"
(**) Generic Keyboard: XkbModel: "pc104"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(II) evaluating device (Configured Mouse)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) evaluating device (Generic Keyboard)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(--) Configured Mouse: PnP-detected protocol: "ExplorerPS/2"
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) No APM support in BIOS or kernel
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) No APM support in BIOS or kernel
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) No APM support in BIOS or kernel
(II) Configured Mouse: ps2EnableDataReporting: succeeded


-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: sparc (sparc64)

Kernel: Linux 2.6.26-1-sparc64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-mga depends on:
ii  libc6                         2.7-18     GNU C Library: Shared libraries
ii  xserver-xorg-core             2:1.4.2-11 Xorg X server - core server

xserver-xorg-video-mga recommends no packages.

xserver-xorg-video-mga suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: xorg-server
Source-Version: 2:1.4.2-10.lenny1

We believe that the bug you reported is fixed in the latest version of
xorg-server, which is due to be installed in the Debian FTP archive:

xdmx-tools_1.4.2-10.lenny1_amd64.deb
  to pool/main/x/xorg-server/xdmx-tools_1.4.2-10.lenny1_amd64.deb
xdmx_1.4.2-10.lenny1_amd64.deb
  to pool/main/x/xorg-server/xdmx_1.4.2-10.lenny1_amd64.deb
xnest_1.4.2-10.lenny1_amd64.deb
  to pool/main/x/xorg-server/xnest_1.4.2-10.lenny1_amd64.deb
xorg-server_1.4.2-10.lenny1.diff.gz
  to pool/main/x/xorg-server/xorg-server_1.4.2-10.lenny1.diff.gz
xorg-server_1.4.2-10.lenny1.dsc
  to pool/main/x/xorg-server/xorg-server_1.4.2-10.lenny1.dsc
xprint-common_1.4.2-10.lenny1_all.deb
  to pool/main/x/xorg-server/xprint-common_1.4.2-10.lenny1_all.deb
xprint_1.4.2-10.lenny1_amd64.deb
  to pool/main/x/xorg-server/xprint_1.4.2-10.lenny1_amd64.deb
xserver-xephyr_1.4.2-10.lenny1_amd64.deb
  to pool/main/x/xorg-server/xserver-xephyr_1.4.2-10.lenny1_amd64.deb
xserver-xorg-core-dbg_1.4.2-10.lenny1_amd64.deb
  to pool/main/x/xorg-server/xserver-xorg-core-dbg_1.4.2-10.lenny1_amd64.deb
xserver-xorg-core_1.4.2-10.lenny1_amd64.deb
  to pool/main/x/xorg-server/xserver-xorg-core_1.4.2-10.lenny1_amd64.deb
xserver-xorg-dev_1.4.2-10.lenny1_amd64.deb
  to pool/main/x/xorg-server/xserver-xorg-dev_1.4.2-10.lenny1_amd64.deb
xvfb_1.4.2-10.lenny1_amd64.deb
  to pool/main/x/xorg-server/xvfb_1.4.2-10.lenny1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 488669@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau <jcristau@debian.org> (supplier of updated xorg-server package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 08 Mar 2009 22:25:46 +0100
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-dev xdmx xdmx-tools xnest xvfb xserver-xephyr xprint xprint-common xserver-xorg-core-dbg
Architecture: source all amd64
Version: 2:1.4.2-10.lenny1
Distribution: stable
Urgency: low
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Julien Cristau <jcristau@debian.org>
Description: 
 xdmx       - distributed multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest      - Nested X server
 xprint     - X11 print system (binary)
 xprint-common - Xprint - the X11 print system (configuration files)
 xserver-xephyr - nested X server
 xserver-xorg-core - Xorg X server - core server
 xserver-xorg-core-dbg - Xorg - the X.Org X server (debugging symbols)
 xserver-xorg-dev - Xorg X server - development files
 xvfb       - Virtual Framebuffer 'fake' X server
Closes: 488669
Changes: 
 xorg-server (2:1.4.2-10.lenny1) stable; urgency=low
 .
   * Work around a bug in the sparc PCI code by falling back to the fbdev
     driver (closes: #488669).
Checksums-Sha1: 
 9000649bcb2f64fe22b4cde0c7161ee4965803d1 2899 xorg-server_1.4.2-10.lenny1.dsc
 5837dfc35a449cd9376df53740eff3dda5692273 578849 xorg-server_1.4.2-10.lenny1.diff.gz
 f365219519323801d5ac0e2217aa2403fa39e123 666370 xprint-common_1.4.2-10.lenny1_all.deb
 b0c76334cf1c60d11bc5933a156164a46a91e42d 4486004 xserver-xorg-core_1.4.2-10.lenny1_amd64.deb
 06103d3d48ecc0ad8ff27cea4416c97d465d71a5 699632 xserver-xorg-dev_1.4.2-10.lenny1_amd64.deb
 9ffe1bd094562756814e31c217634cfeee16d792 1216924 xdmx_1.4.2-10.lenny1_amd64.deb
 dfb2a7ccac77079180a0adf3d0999806e923d4f5 476646 xdmx-tools_1.4.2-10.lenny1_amd64.deb
 de7bfa16a6aca825c25a1c8f19499f8ff5009dad 1888116 xnest_1.4.2-10.lenny1_amd64.deb
 0c392979af93d8bd80e33bebe68406b5d558a44c 2004828 xvfb_1.4.2-10.lenny1_amd64.deb
 7ab776bde4149cdf8f284bc32c22d6aab8668ca3 2051978 xserver-xephyr_1.4.2-10.lenny1_amd64.deb
 851ae9a168233511a4aede4894f0d29ea6335a94 1690386 xprint_1.4.2-10.lenny1_amd64.deb
 da08f5db7ffc289bebd7105e0cf42d003c74081f 13106610 xserver-xorg-core-dbg_1.4.2-10.lenny1_amd64.deb
Checksums-Sha256: 
 2d32d442df556785d69f9f15819a42b9c1d7efa3c1074ee08669a7ccf8d0dbea 2899 xorg-server_1.4.2-10.lenny1.dsc
 fc71f81d3cdbbb696ad27d12fcc22faafd7fbd1381d621eb694880a7817ddd14 578849 xorg-server_1.4.2-10.lenny1.diff.gz
 e1a4b20b0ed6cce98fcee120c338510f48422bd265f09c50c426556d236e067f 666370 xprint-common_1.4.2-10.lenny1_all.deb
 0185c4989b8a3d2b8550b3c21404849f903162773cb15a280c859802532116be 4486004 xserver-xorg-core_1.4.2-10.lenny1_amd64.deb
 3ec6549acd35c14591b976da3011d10dcdfd377535de18df9ee0376ddfd1e9e2 699632 xserver-xorg-dev_1.4.2-10.lenny1_amd64.deb
 7af655d51bd830d9c47aa5bfae204868c7e99af2f4c1f24ec01a41350d31e6ed 1216924 xdmx_1.4.2-10.lenny1_amd64.deb
 cd00244fb74f111211fa16e034f2cafe0807839a1870e671a484076c935dfd90 476646 xdmx-tools_1.4.2-10.lenny1_amd64.deb
 10d226e81e884bed5b070d10f3614370fa6d5e4e93159ac5835d8db08273e92a 1888116 xnest_1.4.2-10.lenny1_amd64.deb
 5b8ae3527249cdc2668ae0717e6581cbee2ec19c1a27835052c46c4c1cbc91f8 2004828 xvfb_1.4.2-10.lenny1_amd64.deb
 42722f4f96b22cfd5c6291258fc6615cd127f9e91073bc7c47b34b395005f6e6 2051978 xserver-xephyr_1.4.2-10.lenny1_amd64.deb
 f734bd8ecb4a63e223efb79d3a06ac6b0cd7d040bac3f8ebaf164c234985f625 1690386 xprint_1.4.2-10.lenny1_amd64.deb
 2cfd1dbf0d40491167ac7c064067ef13ed2b48cf58ea463965ab4ffe87c6e118 13106610 xserver-xorg-core-dbg_1.4.2-10.lenny1_amd64.deb
Files: 
 f262a49215d734c024537e55ec31c341 2899 x11 optional xorg-server_1.4.2-10.lenny1.dsc
 63e77e98f3a8e9de49463ac30757a88a 578849 x11 optional xorg-server_1.4.2-10.lenny1.diff.gz
 ff5c4821bd2eb88af3f395dc2b017dcb 666370 x11 optional xprint-common_1.4.2-10.lenny1_all.deb
 4efb881e65669a62fb3465c5b8f7a254 4486004 x11 optional xserver-xorg-core_1.4.2-10.lenny1_amd64.deb
 8c59ff74c64197e0a82044356ed4a128 699632 x11 optional xserver-xorg-dev_1.4.2-10.lenny1_amd64.deb
 6b6d1bed9d31da3f467dd636d60f4c8d 1216924 x11 optional xdmx_1.4.2-10.lenny1_amd64.deb
 5f8f2b37c7c335bfb16c2d1fd5791f1c 476646 x11 optional xdmx-tools_1.4.2-10.lenny1_amd64.deb
 b0acb5977ae9f66bfd166ae8c8f0d7a5 1888116 x11 optional xnest_1.4.2-10.lenny1_amd64.deb
 9aaa655ff7d4e06a25ff28d5c47698ed 2004828 x11 optional xvfb_1.4.2-10.lenny1_amd64.deb
 b4b8a9973a1e03aed710e5f11d55d022 2051978 x11 optional xserver-xephyr_1.4.2-10.lenny1_amd64.deb
 6e45ed11f05c1429c6945c8729420d35 1690386 x11 optional xprint_1.4.2-10.lenny1_amd64.deb
 4fe2e0f1399b878ac5481a8289d91d96 13106610 x11 extra xserver-xorg-core-dbg_1.4.2-10.lenny1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkm07CgACgkQmEvTgKxfcAzy/wCgvJRYaK7OMT3xWoBBlNo02tp3
rngAnAgldnbV0hoNs/sWIOcKDTME5Bdw
=EHKI
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: