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

Bug#182704: marked as done (xserver-xfree86: config script should treat an empty /proc/fb the same as a nonexistent one)



Your message dated Fri, 30 May 2003 02:48:31 -0400
with message-id <E19Ldgl-0000LE-00@auric.debian.org>
and subject line Bug#182704: fixed in xfree86 4.2.1-7
has caused the attached Bug report to be marked as done.

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

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

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

--------------------------------------
Received: (at submit) by bugs.debian.org; 27 Feb 2003 12:26:53 +0000
>From d.burrows4@verizon.net Thu Feb 27 06:26:51 2003
Return-path: <d.burrows4@verizon.net>
Received: from out004pub.verizon.net (out004.verizon.net) [206.46.170.142] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18oN7i-0001Mt-00; Thu, 27 Feb 2003 06:26:50 -0600
Received: from cerebus ([209.158.25.171]) by out004.verizon.net
          (InterMail vM.5.01.05.27 201-253-122-126-127-20021220) with ESMTP
          id <20030227122617.BGXY7930.out004.verizon.net@cerebus>;
          Thu, 27 Feb 2003 06:26:17 -0600
Received: from [192.168.1.15] (helo=torrent)
	by cerebus with esmtp (Exim 3.35 #1 (Debian))
	id 18oN7B-0003ab-00; Thu, 27 Feb 2003 07:26:17 -0500
Received: from daniel by torrent with local (Exim 3.36 #1 (Debian))
	id 18oN7A-000270-00; Thu, 27 Feb 2003 07:26:16 -0500
Date: Thu, 27 Feb 2003 07:26:16 -0500
From: Daniel Burrows <dnb114@psu.edu>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: Debconf configuration sets use_fbdev without asking, making X unstartable
Message-ID: <20030227122616.GA8047@torrent>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 2.10
User-Agent: Mutt/1.5.3i
Sender: Daniel Burrows <daniel@torrent>
X-Authentication-Info: Submitted using SMTP AUTH at out004.verizon.net from [209.158.25.171] at Thu, 27 Feb 2003 06:26:17 -0600
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-1.3 required=4.0
	tests=BALANCE_FOR_LONG_20K,FROM_ENDS_IN_NUMS,HAS_PACKAGE,
	      MAILTO_TO_SPAM_ADDR,SIGNATURE_SHORT_DENSE,
	      SPAM_PHRASE_00_01,SUPERLONG_LINE,USER_AGENT,USER_AGENT_MUTT
	version=2.44
X-Spam-Level: 

Package: xserver-xfree86
Version: 4.2.1-6
Severity: normal

  This one has been annoying me for some time now.  For whatever reason,
using the framebuffer device interface doesn't work on my system (this is
the use_fbdev debconf option).  However, the config script SKIPS this
question every time I run itm, unconditionally resetting my XF86Config-4
to a broken state.  Currently I just fix it by hand every time X is
upgraded, but it's getting a bit old.

  It seems like this happens because /proc/fb exists, and
[ -n "$(cat /proc/fb)" ] fails.  On my computer, /proc/fb is a zero-byte
file, which is probably why the test fails:

torrent.burrows.local:~> wc -c /proc/fb
      0 /proc/fb

  Daniel  

-- Package-specific info:
01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400 AGP (rev 04)
01:00.0 Class 0300: 102b:0525 (rev 04)

### 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/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	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	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"MouseManPlusPS/2"
	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		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"Matrox Millennium G400"
	Driver		"mga"
	Option		"UseFBDev"		"false"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	30-120
	VertRefresh	50-145
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Matrox Millennium G400"
	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

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/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/75dpi"
	FontPath	"/usr/lib/X11/fonts/100dpi"

#	FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
#	FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection



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.2.1.1 (Debian 4.2.1-6 20030225230350 branden@progeny.com) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 October 2002
	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/)
Build Operating System: Linux 2.4.20-586tsc i686 [ELF] 
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/XFree86.0.log", Time: Thu Feb 27 06:50:39 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Matrox Millennium G400"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Mouse"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/75dpi,/usr/lib/X11/fonts/100dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.5
	XFree86 XInput driver : 0.3
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x80000080, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0305 card 147b,a401 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8305 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0686 card 147b,0000 rev 40 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 1106,3057 rev 40 class 06,80,00 hdr 00
(II) PCI: 00:0f:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:11:0: chip 125d,1969 card 125d,8888 rev 01 class 04,01,00 hdr 00
(II) PCI: 00:13:0: chip 1103,0004 card 1103,0001 rev 04 class 01,80,00 hdr 00
(II) PCI: 01:00:0: chip 102b,0525 card 102b,2179 rev 04 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1 0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
	[0] -1 0	0xe6000000 - 0xe8ffffff (0x3000000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1 0	0xe4000000 - 0xe5ffffff (0x2000000) MX[B]
(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:
(--) PCI:*(1:0:0) Matrox MGA G400 AGP rev 4, Mem @ 0xe4000000/25, 0xe6000000/14, 0xe7000000/23
(II) Addressable bus resource ranges are
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1 0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1 0	0xea000000 - 0xea0000ff (0x100) MX[B]
	[1] -1 0	0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
	[2] -1 0	0xe7000000 - 0xe77fffff (0x800000) MX[B](B)
	[3] -1 0	0xe6000000 - 0xe6003fff (0x4000) MX[B](B)
	[4] -1 0	0xe4000000 - 0xe5ffffff (0x2000000) MX[B](B)
	[5] -1 0	0x0000c400 - 0x0000c4ff (0x100) IX[B]
	[6] -1 0	0x0000c000 - 0x0000c003 (0x4) IX[B]
	[7] -1 0	0x0000bc00 - 0x0000bc07 (0x8) IX[B]
	[8] -1 0	0x0000b800 - 0x0000b803 (0x4) IX[B]
	[9] -1 0	0x0000b400 - 0x0000b407 (0x8) IX[B]
	[10] -1 0	0x0000b000 - 0x0000b003 (0x4) IX[B]
	[11] -1 0	0x0000ac00 - 0x0000ac03 (0x4) IX[B]
	[12] -1 0	0x0000a800 - 0x0000a80f (0x10) IX[B]
	[13] -1 0	0x0000a400 - 0x0000a40f (0x10) IX[B]
	[14] -1 0	0x0000a000 - 0x0000a03f (0x40) IX[B]
	[15] -1 0	0x00009c00 - 0x00009cff (0x100) IX[B]
	[16] -1 0	0x00009800 - 0x0000981f (0x20) IX[B]
	[17] -1 0	0x00009400 - 0x0000941f (0x20) IX[B]
	[18] -1 0	0x00009000 - 0x0000900f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1 0	0xea000000 - 0xea0000ff (0x100) MX[B]
	[1] -1 0	0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
	[2] -1 0	0xe7000000 - 0xe77fffff (0x800000) MX[B](B)
	[3] -1 0	0xe6000000 - 0xe6003fff (0x4000) MX[B](B)
	[4] -1 0	0xe4000000 - 0xe5ffffff (0x2000000) MX[B](B)
	[5] -1 0	0x0000c400 - 0x0000c4ff (0x100) IX[B]
	[6] -1 0	0x0000c000 - 0x0000c003 (0x4) IX[B]
	[7] -1 0	0x0000bc00 - 0x0000bc07 (0x8) IX[B]
	[8] -1 0	0x0000b800 - 0x0000b803 (0x4) IX[B]
	[9] -1 0	0x0000b400 - 0x0000b407 (0x8) IX[B]
	[10] -1 0	0x0000b000 - 0x0000b003 (0x4) IX[B]
	[11] -1 0	0x0000ac00 - 0x0000ac03 (0x4) IX[B]
	[12] -1 0	0x0000a800 - 0x0000a80f (0x10) IX[B]
	[13] -1 0	0x0000a400 - 0x0000a40f (0x10) IX[B]
	[14] -1 0	0x0000a000 - 0x0000a03f (0x40) IX[B]
	[15] -1 0	0x00009c00 - 0x00009cff (0x100) IX[B]
	[16] -1 0	0x00009800 - 0x0000981f (0x20) IX[B]
	[17] -1 0	0x00009400 - 0x0000941f (0x20) IX[B]
	[18] -1 0	0x00009000 - 0x0000900f (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xea000000 - 0xea0000ff (0x100) MX[B]
	[6] -1 0	0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
	[7] -1 0	0xe7000000 - 0xe77fffff (0x800000) MX[B](B)
	[8] -1 0	0xe6000000 - 0xe6003fff (0x4000) MX[B](B)
	[9] -1 0	0xe4000000 - 0xe5ffffff (0x2000000) MX[B](B)
	[10] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[11] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[12] -1 0	0x0000c400 - 0x0000c4ff (0x100) IX[B]
	[13] -1 0	0x0000c000 - 0x0000c003 (0x4) IX[B]
	[14] -1 0	0x0000bc00 - 0x0000bc07 (0x8) IX[B]
	[15] -1 0	0x0000b800 - 0x0000b803 (0x4) IX[B]
	[16] -1 0	0x0000b400 - 0x0000b407 (0x8) IX[B]
	[17] -1 0	0x0000b000 - 0x0000b003 (0x4) IX[B]
	[18] -1 0	0x0000ac00 - 0x0000ac03 (0x4) IX[B]
	[19] -1 0	0x0000a800 - 0x0000a80f (0x10) IX[B]
	[20] -1 0	0x0000a400 - 0x0000a40f (0x10) IX[B]
	[21] -1 0	0x0000a000 - 0x0000a03f (0x40) IX[B]
	[22] -1 0	0x00009c00 - 0x00009cff (0x100) IX[B]
	[23] -1 0	0x00009800 - 0x0000981f (0x20) IX[B]
	[24] -1 0	0x00009400 - 0x0000941f (0x20) IX[B]
	[25] -1 0	0x00009000 - 0x0000900f (0x10) IX[B]
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:debug_xform.o":  No symbols found
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.2.1.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
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.2.1.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
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.2.1.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
(II) Module freetype: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.1.10
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.2.1.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/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.2.1.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
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols found
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "mga"
(II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
(II) Module mga: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.1.0
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.3
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
	mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400,
	mgag550
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset mgag400 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xea000000 - 0xea0000ff (0x100) MX[B]
	[6] -1 0	0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
	[7] -1 0	0xe7000000 - 0xe77fffff (0x800000) MX[B](B)
	[8] -1 0	0xe6000000 - 0xe6003fff (0x4000) MX[B](B)
	[9] -1 0	0xe4000000 - 0xe5ffffff (0x2000000) MX[B](B)
	[10] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[11] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[12] -1 0	0x0000c400 - 0x0000c4ff (0x100) IX[B]
	[13] -1 0	0x0000c000 - 0x0000c003 (0x4) IX[B]
	[14] -1 0	0x0000bc00 - 0x0000bc07 (0x8) IX[B]
	[15] -1 0	0x0000b800 - 0x0000b803 (0x4) IX[B]
	[16] -1 0	0x0000b400 - 0x0000b407 (0x8) IX[B]
	[17] -1 0	0x0000b000 - 0x0000b003 (0x4) IX[B]
	[18] -1 0	0x0000ac00 - 0x0000ac03 (0x4) IX[B]
	[19] -1 0	0x0000a800 - 0x0000a80f (0x10) IX[B]
	[20] -1 0	0x0000a400 - 0x0000a40f (0x10) IX[B]
	[21] -1 0	0x0000a000 - 0x0000a03f (0x40) IX[B]
	[22] -1 0	0x00009c00 - 0x00009cff (0x100) IX[B]
	[23] -1 0	0x00009800 - 0x0000981f (0x20) IX[B]
	[24] -1 0	0x00009400 - 0x0000941f (0x20) IX[B]
	[25] -1 0	0x00009000 - 0x0000900f (0x10) IX[B]
(II) resource ranges after probing:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xea000000 - 0xea0000ff (0x100) MX[B]
	[6] -1 0	0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
	[7] -1 0	0xe7000000 - 0xe77fffff (0x800000) MX[B](B)
	[8] -1 0	0xe6000000 - 0xe6003fff (0x4000) MX[B](B)
	[9] -1 0	0xe4000000 - 0xe5ffffff (0x2000000) MX[B](B)
	[10] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[11] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[12] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[13] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1 0	0x0000c400 - 0x0000c4ff (0x100) IX[B]
	[16] -1 0	0x0000c000 - 0x0000c003 (0x4) IX[B]
	[17] -1 0	0x0000bc00 - 0x0000bc07 (0x8) IX[B]
	[18] -1 0	0x0000b800 - 0x0000b803 (0x4) IX[B]
	[19] -1 0	0x0000b400 - 0x0000b407 (0x8) IX[B]
	[20] -1 0	0x0000b000 - 0x0000b003 (0x4) IX[B]
	[21] -1 0	0x0000ac00 - 0x0000ac03 (0x4) IX[B]
	[22] -1 0	0x0000a800 - 0x0000a80f (0x10) IX[B]
	[23] -1 0	0x0000a400 - 0x0000a40f (0x10) IX[B]
	[24] -1 0	0x0000a000 - 0x0000a03f (0x40) IX[B]
	[25] -1 0	0x00009c00 - 0x00009cff (0x100) IX[B]
	[26] -1 0	0x00009800 - 0x0000981f (0x20) IX[B]
	[27] -1 0	0x00009400 - 0x0000941f (0x20) IX[B]
	[28] -1 0	0x00009000 - 0x0000900f (0x10) IX[B]
	[29] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[30] 0 0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(**) MGA(0): Depth 16, (--) framebuffer bpp 16
(==) MGA(0): RGB weight 565
(**) MGA(0): Option "UseFBDev" "false"
(II) Loading sub module "mga_hal"
(II) LoadModule: "mga_hal"
(WW) Warning, couldn't open module mga_hal
(II) UnloadModule: "mga_hal"
(EE) MGA: Failed to load module "mga_hal" (module does not exist, 0)
(II) MGA(0): Matrox HAL module not loaded - using builtin mode setup instead
(--) MGA(0): Chipset: "mgag400" (G400)
(==) MGA(0): Using AGP 1x mode
(--) MGA(0): Linear framebuffer at 0xE4000000
(--) MGA(0): MMIO registers at 0xE6000000
(--) MGA(0): Pseudo-DMA transfer window at 0xE7000000
(==) MGA(0): BIOS at 0xC0000
(--) MGA(0): Video BIOS info block at offset 0x07A80
(WW) MGA(0): Video BIOS info block not detected!
(II) MGA(0): MGABios.RamdacType = 0x0
(==) MGA(0): Write-combining range (0xe4000000,0x2000000)
(--) MGA(0): VideoRAM: 32768 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.2.0
	ABI class: XFree86 Video Driver, version 0.5
(==) MGA(0): Write-combining range (0xe4000000,0x2000000)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) MGA(0): I2C bus "DDC" initialized.
(II) MGA(0): I2C device "DDC:ddc2" registered.
(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: 0x8501e80
(II) MGA(0): Manufacturer: DEL  Model: 708a  Serial#: 1295005253
(II) MGA(0): Year: 2000  Week: 6
(II) MGA(0): EDID Version: 1.2
(II) MGA(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) MGA(0): Sync:  Separate
(II) MGA(0): Max H-Image Size [cm]: horiz.: 36  vert.: 27
(II) MGA(0): Gamma: 2.80
(II) MGA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) MGA(0): redX: 0.635 redY: 0.333   greenX: 0.285 greenY: 0.605
(II) MGA(0): blueX: 0.152 blueY: 0.068   whiteX: 0.281 whiteY: 0.311
(II) MGA(0): Supported VESA Video Modes:
(II) MGA(0): 720x400@70Hz
(II) MGA(0): 640x480@60Hz
(II) MGA(0): 640x480@75Hz
(II) MGA(0): 800x600@75Hz
(II) MGA(0): 1024x768@75Hz
(II) MGA(0): 1280x1024@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: 75  vid: 20393
(II) MGA(0): Supported additional Video Mode:
(II) MGA(0): clock: 157.5 MHz   Image Size:  355 x 265 mm
(II) MGA(0): h_active: 1280  h_sync: 1344  h_sync_end 1504 h_blank_end 1736 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): Serial No: 4512RM06E02A
(II) MGA(0): Monitor name: DELL M990
(II) MGA(0): Ranges: V min: 50  V max: 160 Hz, H min: 30  H max: 96 kHz, PixClock max 2550 MHz
(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 300 MHz
(WW) MGA(0): config file hsync range 30-120kHz not within DDC hsync range 30-96kHz
(II) MGA(0): Generic Monitor: Using hsync range of 30.00-120.00 kHz
(II) MGA(0): Generic Monitor: Using vrefresh range of 50.00-145.00 Hz
(II) MGA(0): Clock range:  12.00 to 300.00 MHz
(II) MGA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "960x720" (hsync out of range)
(II) MGA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(--) MGA(0): 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": 74.2 MHz, 85.9 kHz, 85.1 Hz (D)
(II) MGA(0): Modeline "640x480"   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync
(--) MGA(0): Display dimensions: (360, 270) mm
(--) MGA(0): DPI set to (90, 96)
(II) MGA(0): YDstOrg is set to 0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0 0	0xe7000000 - 0xe77fffff (0x800000) MX[B]
	[1] 0 0	0xe6000000 - 0xe6003fff (0x4000) MX[B]
	[2] 0 0	0xe4000000 - 0xe5ffffff (0x2000000) MX[B]
	[3] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[4] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[5] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1 0	0xea000000 - 0xea0000ff (0x100) MX[B]
	[9] -1 0	0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
	[10] -1 0	0xe7000000 - 0xe77fffff (0x800000) MX[B](B)
	[11] -1 0	0xe6000000 - 0xe6003fff (0x4000) MX[B](B)
	[12] -1 0	0xe4000000 - 0xe5ffffff (0x2000000) MX[B](B)
	[13] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[14] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[15] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[16] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1 0	0x0000c400 - 0x0000c4ff (0x100) IX[B]
	[19] -1 0	0x0000c000 - 0x0000c003 (0x4) IX[B]
	[20] -1 0	0x0000bc00 - 0x0000bc07 (0x8) IX[B]
	[21] -1 0	0x0000b800 - 0x0000b803 (0x4) IX[B]
	[22] -1 0	0x0000b400 - 0x0000b407 (0x8) IX[B]
	[23] -1 0	0x0000b000 - 0x0000b003 (0x4) IX[B]
	[24] -1 0	0x0000ac00 - 0x0000ac03 (0x4) IX[B]
	[25] -1 0	0x0000a800 - 0x0000a80f (0x10) IX[B]
	[26] -1 0	0x0000a400 - 0x0000a40f (0x10) IX[B]
	[27] -1 0	0x0000a000 - 0x0000a03f (0x40) IX[B]
	[28] -1 0	0x00009c00 - 0x00009cff (0x100) IX[B]
	[29] -1 0	0x00009800 - 0x0000981f (0x20) IX[B]
	[30] -1 0	0x00009400 - 0x0000941f (0x20) IX[B]
	[31] -1 0	0x00009000 - 0x0000900f (0x10) IX[B]
	[32] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[33] 0 0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) MGA(0): Write-combining range (0xe4000000,0x2000000)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(--) MGA(0): 16 DWORD fifo
(==) MGA(0): Default visual is TrueColor
(II) MGA(0): [drm] bpp: 16 depth: 16
(II) MGA(0): [drm] Sarea 2200+664: 2864
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmGetBusid returned ''
(II) MGA(0): [drm] created "mga" driver at busid "PCI:1:0:0"
(II) MGA(0): [drm] added 8192 byte SAREA at 0xd8a57000
(II) MGA(0): [drm] mapped SAREA 0xd8a57000 to 0x40016000
(II) MGA(0): [drm] framebuffer handle = 0xe4000000
(II) MGA(0): [drm] added 1 reserved context for kernel
(II) MGA(0): [agp] Mode 0x1f000201 [AGP 0x1106/0x0305; Card 0x102b/0x0525]
(II) MGA(0): [agp] 12288 kB allocated with handle 0xdaa5b000
(II) MGA(0): [agp] WARP microcode handle = 0xe0000000
(II) MGA(0): [agp] WARP microcode mapped at 0x40018000
(II) MGA(0): [agp] Primary DMA handle = 0xe0008000
(II) MGA(0): [agp] Primary DMA mapped at 0x42996000
(II) MGA(0): [agp] DMA buffers handle = 0xe0108000
(II) MGA(0): [agp] DMA buffers mapped at 0x42a96000
(II) MGA(0): [drm] Added 128 65536 byte DMA buffers
(II) MGA(0): [drm] Registers handle = 0xe6000000
(II) MGA(0): [drm] Status handle = 0xdaa64000
(II) MGA(0): [agp] Status page mapped at 0x40020000
(II) MGA(0): [dri] visual configs initialized
(II) MGA(0): Memory manager initialized to (0,0) (1280,3071)
(II) MGA(0): Largest offscreen area available: 1280 x 2047
(II) MGA(0): Reserved back buffer at offset 0x780000
(II) MGA(0): Reserved depth buffer at offset 0xa00000
(II) MGA(0): Reserved 19968 kb for textures at offset 0xc80000
(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 FillMono8x8PatternRects replacement
	Setting up tile and stipple cache:
		32 128x128 slots
		13 256x256 slots
		4 512x512 slots
(==) MGA(0): Backing store disabled
(==) MGA(0): Silken mouse enabled
(**) Option "dpms"
(**) MGA(0): DPMS enabled
(II) MGA(0): Using overlay video
(II) MGA(0): X context handle = 0x00000001
(II) MGA(0): [drm] installed DRM signal handler
(II) MGA(0): [DRI] installation complete
(II) MGA(0): [drm] Mapped 128 DMA buffers
(==) MGA(0): Direct rendering enabled
(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" "MouseManPlusPS/2"
(**) Configured Mouse: Protocol: "MouseManPlusPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 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)
Could not init font path element unix/:7100, removing from list!
GetModeLine - scrn: 0 clock: 157500
GetModeLine - hdsp: 1280 hbeg: 1344 hend: 1504 httl: 1728
              vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1072 flags: 5
(WW) Open APM failed (/dev/apm_bios) (No such device)
(WW) Open APM failed (/dev/apm_bios) (No such device)

-rw-r--r--    1 root     root        29221 2003-02-27 06:55 /var/log/XFree86.0.log
-rw-r--r--    1 root     root        29999 2003-01-28 08:09 /var/log/XFree86.1.log
-rw-r--r--    1 root     root        30431 2003-02-19 09:47 /var/log/XFree86.20.log
-rw-r--r--    1 root     root        30054 2003-02-07 20:28 /var/log/XFree86.21.log
-rw-rw-r--    1 root     root        28746 2002-07-14 20:52 /var/log/XFree86.2.log
-rw-rw-r--    1 root     root        25042 2002-05-12 10:33 /var/log/XFree86.3.log
-rw-r--r--    1 root     root        24088 2003-02-27 06:46 /var/log/XFree86.8.log
-rw-r--r--    1 root     root        29406 2002-09-07 12:57 /var/log/XFree86.!.log

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux torrent.burrows.local 2.4.20 #4 Wed Feb 26 19:55:42 EST 2003 i686
Locale: LANG=en_US, LC_CTYPE=en_US (ignored: LC_ALL set)

Versions of packages xserver-xfree86 depends on:
ii  debconf                       1.2.29     Debian configuration management sy
ii  libc6                         2.3.1-14   GNU C Library: Shared libraries an
ii  xserver-common                4.2.1-6    files and utilities common to all 
ii  zlib1g                        1:1.1.4-10 compression library - runtime

-- debconf information:
* xserver-xfree86/config/monitor/screen-size: 17 inches (430 mm)
* xserver-xfree86/config/device/use_fbdev: true
* xserver-xfree86/config/monitor/selection-method: Advanced
  xserver-xfree86/config/doublequote_in_string_error: 
* xserver-xfree86/config/device/bus_id: 
* xserver-xfree86/config/device/video_ram: 
* xserver-xfree86/config/monitor/lcd: false
  xserver-xfree86/config/inputdevice/keyboard/internal: 
* xserver-xfree86/config/device/driver: mga
* xserver-xfree86/config/monitor/vert-refresh: 50-145
* xserver-xfree86/config/display/default_depth: 16
* xserver-xfree86/config/display/modes: 1280x1024, 1024x768, 800x600, 640x480
* xserver-xfree86/config/modules: GLcore, bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, record, speedo, type1, vbe
* xserver-xfree86/existing_XF86Config-4: No
  xserver-xfree86/move_existing_nondebconf_config: false
  xserver-xfree86/config/monitor/range_input_error: 
  xserver-xfree86/autodetect_video_card: true
* xserver-xfree86/config/inputdevice/keyboard/variant: 
* xserver-xfree86/config/inputdevice/mouse/port: /dev/psaux
* xserver-xfree86/config/write_files_section: true
  xserver-xfree86/autodetect_monitor: true
* xserver-xfree86/config/device/identifier: Matrox Millennium G400
* shared/default-x-server: xserver-xfree86
* xserver-xfree86/config/inputdevice/mouse/emulate3buttons: false
* xserver-xfree86/config/inputdevice/keyboard/layout: us
* xserver-xfree86/config/monitor/horiz-sync: 30-120
* xserver-xfree86/config/monitor/identifier: Generic Monitor
  shared/no_known_x-server: 
  xserver-xfree86/autodetect_mouse: true
  xserver-xfree86/config/monitor/mode-list: 1280x960 @ 60Hz
* xserver-xfree86/clobber_XF86Config-4: false
* xserver-xfree86/config/inputdevice/keyboard/rules: xfree86
* xserver-xfree86/aware_XF86Config-4: 
  xserver-xfree86/multiple_possible_x-drivers: 
* xserver-xfree86/config/inputdevice/keyboard/model: pc104
* xserver-xfree86/config/write_dri_section: true
* xserver-xfree86/config/inputdevice/mouse/zaxismapping: true
  shared/clobber_x-server_symlink: false
* xserver-xfree86/config/inputdevice/mouse/retry_detection: true
  xserver-xfree86/config/device/bus_id_error: 
* xserver-xfree86/config/inputdevice/keyboard/options: 
  xserver-xfree86/config/nonnumeric_string_error: 
* xserver-xfree86/config/inputdevice/mouse/protocol: MouseManPlusPS/2
  shared/multiple_possible_x-servers: 
  xserver-xfree86/config/null_string_error: 
* xserver-xfree86/manage_config_with_debconf: true


-- 
/-------------------- Daniel Burrows <dburrows@debian.org> -------------------\
|            "If you want a picture of the future, imagine a boot             |
|             stamping on a human face -- forever." -- 1984                   |
\------- Listener-supported public radio -- NPR -- http://www.npr.org --------/

---------------------------------------
Received: (at 182704-close) by bugs.debian.org; 30 May 2003 06:58:15 +0000
>From katie@auric.debian.org Fri May 30 01:58:14 2003
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19LdqA-00053g-00; Fri, 30 May 2003 01:58:14 -0500
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 19Ldgl-0000LE-00; Fri, 30 May 2003 02:48:31 -0400
From: Branden Robinson <branden@debian.org>
To: 182704-close@bugs.debian.org
X-Katie: $Revision: 1.34 $
Subject: Bug#182704: fixed in xfree86 4.2.1-7
Message-Id: <E19Ldgl-0000LE-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Fri, 30 May 2003 02:48:31 -0400
Delivered-To: 182704-close@bugs.debian.org

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

lbxproxy_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/lbxproxy_4.2.1-7_powerpc.deb
libdps-dev_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/libdps-dev_4.2.1-7_powerpc.deb
libdps1-dbg_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/libdps1-dbg_4.2.1-7_powerpc.deb
libdps1_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/libdps1_4.2.1-7_powerpc.deb
libxaw6-dbg_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/libxaw6-dbg_4.2.1-7_powerpc.deb
libxaw6-dev_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/libxaw6-dev_4.2.1-7_powerpc.deb
libxaw6_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/libxaw6_4.2.1-7_powerpc.deb
libxaw7-dbg_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/libxaw7-dbg_4.2.1-7_powerpc.deb
libxaw7-dev_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/libxaw7-dev_4.2.1-7_powerpc.deb
libxaw7_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/libxaw7_4.2.1-7_powerpc.deb
proxymngr_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/proxymngr_4.2.1-7_powerpc.deb
twm_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/twm_4.2.1-7_powerpc.deb
x-window-system-core_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/x-window-system-core_4.2.1-7_powerpc.deb
x-window-system_4.2.1-7_all.deb
  to pool/main/x/xfree86/x-window-system_4.2.1-7_all.deb
xbase-clients_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xbase-clients_4.2.1-7_powerpc.deb
xdm_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xdm_4.2.1-7_powerpc.deb
xfonts-100dpi-transcoded_4.2.1-7_all.deb
  to pool/main/x/xfree86/xfonts-100dpi-transcoded_4.2.1-7_all.deb
xfonts-100dpi_4.2.1-7_all.deb
  to pool/main/x/xfree86/xfonts-100dpi_4.2.1-7_all.deb
xfonts-75dpi-transcoded_4.2.1-7_all.deb
  to pool/main/x/xfree86/xfonts-75dpi-transcoded_4.2.1-7_all.deb
xfonts-75dpi_4.2.1-7_all.deb
  to pool/main/x/xfree86/xfonts-75dpi_4.2.1-7_all.deb
xfonts-base-transcoded_4.2.1-7_all.deb
  to pool/main/x/xfree86/xfonts-base-transcoded_4.2.1-7_all.deb
xfonts-base_4.2.1-7_all.deb
  to pool/main/x/xfree86/xfonts-base_4.2.1-7_all.deb
xfonts-cyrillic_4.2.1-7_all.deb
  to pool/main/x/xfree86/xfonts-cyrillic_4.2.1-7_all.deb
xfonts-scalable_4.2.1-7_all.deb
  to pool/main/x/xfree86/xfonts-scalable_4.2.1-7_all.deb
xfree86-common_4.2.1-7_all.deb
  to pool/main/x/xfree86/xfree86-common_4.2.1-7_all.deb
xfree86_4.2.1-7.diff.gz
  to pool/main/x/xfree86/xfree86_4.2.1-7.diff.gz
xfree86_4.2.1-7.dsc
  to pool/main/x/xfree86/xfree86_4.2.1-7.dsc
xfs_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xfs_4.2.1-7_powerpc.deb
xfwp_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xfwp_4.2.1-7_powerpc.deb
xlibmesa-dev_4.2.1-7_all.deb
  to pool/main/x/xfree86/xlibmesa-dev_4.2.1-7_all.deb
xlibmesa-gl-dev_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xlibmesa-gl-dev_4.2.1-7_powerpc.deb
xlibmesa-glu-dev_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xlibmesa-glu-dev_4.2.1-7_powerpc.deb
xlibmesa3-dbg_4.2.1-7_all.deb
  to pool/main/x/xfree86/xlibmesa3-dbg_4.2.1-7_all.deb
xlibmesa3-gl-dbg_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xlibmesa3-gl-dbg_4.2.1-7_powerpc.deb
xlibmesa3-gl_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xlibmesa3-gl_4.2.1-7_powerpc.deb
xlibmesa3-glu-dbg_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xlibmesa3-glu-dbg_4.2.1-7_powerpc.deb
xlibmesa3-glu_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xlibmesa3-glu_4.2.1-7_powerpc.deb
xlibmesa3_4.2.1-7_all.deb
  to pool/main/x/xfree86/xlibmesa3_4.2.1-7_all.deb
xlibosmesa-dev_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xlibosmesa-dev_4.2.1-7_powerpc.deb
xlibosmesa3-dbg_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xlibosmesa3-dbg_4.2.1-7_powerpc.deb
xlibosmesa3_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xlibosmesa3_4.2.1-7_powerpc.deb
xlibs-dbg_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xlibs-dbg_4.2.1-7_powerpc.deb
xlibs-dev_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xlibs-dev_4.2.1-7_powerpc.deb
xlibs-pic_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xlibs-pic_4.2.1-7_powerpc.deb
xlibs_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xlibs_4.2.1-7_powerpc.deb
xmh_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xmh_4.2.1-7_powerpc.deb
xnest_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xnest_4.2.1-7_powerpc.deb
xprt_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xprt_4.2.1-7_powerpc.deb
xserver-common_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xserver-common_4.2.1-7_powerpc.deb
xserver-xfree86-dbg_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xserver-xfree86-dbg_4.2.1-7_powerpc.deb
xserver-xfree86_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xserver-xfree86_4.2.1-7_powerpc.deb
xspecs_4.2.1-7_all.deb
  to pool/main/x/xfree86/xspecs_4.2.1-7_all.deb
xterm_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xterm_4.2.1-7_powerpc.deb
xutils_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xutils_4.2.1-7_powerpc.deb
xvfb_4.2.1-7_powerpc.deb
  to pool/main/x/xfree86/xvfb_4.2.1-7_powerpc.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 182704@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Branden Robinson <branden@debian.org> (supplier of updated xfree86 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.7
Date: Thu, 29 May 2003 11:24:29 -0500
Source: xfree86
Binary: xlibmesa3-gl xserver-common libxaw7-dbg xlibmesa-glu-dev xbase-clients twm xlibmesa3-dbg xfonts-scalable xfonts-75dpi libdps1-dbg xmh libxaw6-dbg xfwp xlibs xlibosmesa3-dbg xlibmesa3-glu libdps-dev xserver-xfree86-dbg xlibmesa-dev xserver-xfree86 libdps1 proxymngr xlibmesa3-glu-dbg xfonts-base-transcoded xlibmesa-gl-dev libxaw6-dev lbxproxy xfonts-cyrillic xlibmesa3-gl-dbg x-window-system-core xutils xspecs xlibs-pic x-window-system xfree86-common xfs xlibmesa3 xfonts-base xlibs-dbg libxaw7-dev xnest xfonts-100dpi-transcoded libxaw6 xfonts-100dpi xterm xfonts-75dpi-transcoded xprt xlibosmesa-dev xvfb libxaw7 xlibosmesa3 xdm xlibs-dev
Architecture: source powerpc all
Version: 4.2.1-7
Distribution: unstable
Urgency: medium
Maintainer: Branden Robinson <branden@debian.org>
Changed-By: Branden Robinson <branden@debian.org>
Description: 
 lbxproxy   - Low Bandwidth X (LBX) proxy server
 libdps-dev - Display PostScript (DPS) client library development files
 libdps1    - Display PostScript (DPS) client library
 libdps1-dbg - Display PostScript (DPS) client library (unstripped)
 libxaw6    - X Athena widget set library (version 6)
 libxaw6-dbg - X Athena widget set library (version 6) (unstripped)
 libxaw6-dev - X Athena widget set library development files (version 6)
 libxaw7    - X Athena widget set library
 libxaw7-dbg - X Athena widget set library (unstripped)
 libxaw7-dev - X Athena widget set library development files
 proxymngr  - X proxy services manager
 twm        - Tab window manager
 x-window-system - X Window System
 x-window-system-core - X Window System core components
 xbase-clients - miscellaneous X clients
 xdm        - X display manager
 xfonts-100dpi - 100 dpi fonts for X
 xfonts-100dpi-transcoded - 100 dpi fonts for X (transcoded from ISO 10646-1)
 xfonts-75dpi - 75 dpi fonts for X
 xfonts-75dpi-transcoded - 75 dpi fonts for X (transcoded from ISO 10646-1)
 xfonts-base - standard fonts for X
 xfonts-base-transcoded - standard fonts for X (transcoded from ISO 10646-1)
 xfonts-cyrillic - Cyrillic fonts for X
 xfonts-scalable - scalable fonts for X
 xfree86-common - X Window System (XFree86) infrastructure
 xfs        - X font server
 xfwp       - X firewall proxy server
 xlibmesa-dev - XFree86 Mesa development libraries pseudopackage
 xlibmesa-gl-dev - Mesa 3D graphics library development files [XFree86]
 xlibmesa-glu-dev - Mesa OpenGL utility library development files [XFree86]
 xlibmesa3  - XFree86 Mesa libraries pseudopackage
 xlibmesa3-dbg - XFree86 Mesa unstripped libraries pseudopackage
 xlibmesa3-gl - Mesa 3D graphics library [XFree86]
 xlibmesa3-gl-dbg - Mesa 3D graphics library (unstripped) [XFree86]
 xlibmesa3-glu - Mesa OpenGL utility library [XFree86]
 xlibmesa3-glu-dbg - Mesa OpenGL utility library (unstripped) [XFree86]
 xlibosmesa-dev - Mesa off-screen rendering library development files [XFree86]
 xlibosmesa3 - Mesa off-screen rendering library [XFree86]
 xlibosmesa3-dbg - Mesa off-screen rendering library (unstripped) [XFree86]
 xlibs      - X Window System client libraries
 xlibs-dbg  - X Window System client libraries (unstripped)
 xlibs-dev  - X Window System client library development files
 xlibs-pic  - X Window System client extension library PIC archives
 xmh        - X interface to the MH mail system
 xnest      - nested X server
 xprt       - X print server (XFree86 version)
 xserver-common - files and utilities common to all X servers
 xserver-xfree86 - the XFree86 X server
 xserver-xfree86-dbg - the XFree86 X server (static version with debugging symbols)
 xspecs     - X protocol, extension, and library technical specifications
 xterm      - X terminal emulator
 xutils     - X Window System utility programs
 xvfb       - virtual framebuffer X server
Closes: 39964 145740 168469 170591 181815 182505 182687 182701 182704 182727 182788 182835 183317 183322 184817 185057 185708 186147 186321 191669 193185
Changes: 
 xfree86 (4.2.1-7) unstable; urgency=medium
 .
   * The "plans change" release; recently it had not been my intention to
     release another revision of 4.2.1 at all, but LaMont Jones persuaded me to
     due to problems building KDE on some architectures due to the absence of a
     libxkbfile_pic.a file.  This release also fixes several outstanding
     issues, of course.
 .
   * RELEASE NOTE: I expect this release to continue to have Int10 problems on
     the IA-64 architecture, and for the Radeon 3D acceleration to continue to
     be broken due to GCC 3.2 issues.  XFree86 4.3.0 should resolve these
     issues, and packaging of XFree86 4.3.0 is underway; please see
     <http://lists.debian.org/debian-x/> for more information.
 .
   * patch #000_stolen_from_HEAD:
     (xc/lib/Xrender/{Glyph.c,Xrenderint.h}):
       + Render uses int for 32 bits; Xlib uses long. This matters on Alpha.
         (Keith Packard)
     (xc/lib/Xrender/Glyph.c):
       + XRenderFreeGlyphs wasn't sending the glyphset. (Keith Packard)
       + CompositeGlyphs functions were re-using overwritten data and trashing
         the output buffer. (Keith Packard)
       + CompositeText{8,16,32} weren't switching glyphsets at the right time.
         (Keith Packard) (Closes: #181815)
       + Was miscomputing request length for String16 and String32.  (Keith
         Packard)
     (xc/lib/Xrender/Xrender.c):
       + Skip unexpected data in QueryFormats.  Deal with broken X servers a bit
         better. (Keith Packard)
     (xc/programs/Xserver/hw/xfree86/drivers/i810/i830_driver.c):
       Workaround for BIOSes which force 1MB stolen memory, and agpgart related
       fix (#5300, Abraham vd Merwe). (Closes: #168469)
 .
   * patch #000_stolen_from_HEAD_ati_driver:
     (xc/programs/Xserver/hw/xfree86/drivers/ati/r128_dri.c): Second stage of
       mesa-4 merge.  (Not a very useful commit message; fixes hardware scissor
       handling when VT switching with DRI enabled.) (Closes: #185057)
 .
   * patch #000_stolen_from_HEAD_savage_driver:
     + (savage_video): Remove whitespace in front of pre-processor directives
       (Marc La France)
     + (savage_cursor.c,savage_dga.c,savage_driver.c,savage_driver.h):
       - Fixed VBE EDID read: due to a missing register setting read ended in
         endless loop on certain systems (Egbert Eich).
       - Savage driver: disable HW cursor on stretched LCD displays, let
         SaveScreen and DGA test if HW cursor is on before disabling/reenabling
         it (Egbert Eich).
     + (savage_driver.c):
        - Initializing clock ranges in several drivers to get rid of the
          annoying 'scaled from 0.0 MHz' message in xf86PrintModes() (Egbert
          Eich).
        - fixed typo in savage driver (Egbert Eich)
        - Reinstate the VBEInit() call in the savage driver's PreInit().  This
          appears to fix a problem on some Savage MX platforms (#5649, Mike
          Harris). (Closes: #182788)
 .
   * patch #000_stolen_from_HEAD_xman:
     + (buttons.c, handler.c):
         * Initialize structure field man_globals->search_widget to NULL in xman
           code, the help message states that pressing Ctrl+S in the help window
           has no effect, but in some cases it would crash xman.  (Paulo César
           Pereira de Andrade)
     + (man.c):
         * Fix compiler warning. (Torrey T. Lyons)
 .
   * patch #000_stolen_from_HEAD_xtt:
     + (xttfuncs.c): removed extraneous hunk of patch that grabbed change to
       font renderer registration, for which the support code hasn't been
       backported (Closes: #182687)
     + (xttcconv.c): Fix an "xtt" font backend module crash that shows up on
       Linux/PPC, related to an invalid code converter module being loaded
       because of a broken string comparison in xttconv.c (#A.1647, Chisato
       Yamauchi, Daisuke MASATSUNA). (Closes: #182835)
 .
   * patch #001a: #define CppCmd as "cpp-3.2" in gnu.cf; same for linux.cf when
     using a Debian system
   * patch #024,451: resynced with #000_stolen_from_HEAD_ati_driver
   * patch #032: uh, actually define a ComplexCplusplusProgramTargetNoMan()
     rule, instead of redefining ComplexCplusplusProgramTarget() (thanks, Colin
     Watson) (Closes: #186321)
   * patch #046: updated to create static PIC version of libxkbfile.a as well;
     fixes FTBFS of certain KDE packages (thanks, LaMont Jones)
   * patch #049: new; remove duplicate XShmGetEventBase() prototype from XShm.h
     (Closes: #182727)
   * patch #052: new; have Xinerama header file #include Xlib header file,
     since it references the Display structure (thanks, Xavier Bestel)
     (Closes: #145740)
   * patch #053: new; patch from Lobos Lunak via Adrian Bunk to fix memory leak
     in Xlib's _XTextPropertyToTextList() function (Closes: #184817)
   * patch #078: new; apply part of an xterm patch that was applied and
     reverted long ago: set window size from xterm instead of child process to
     avoid race condition with resize. (Keith Packard) (Closes: #39964)
   * patch #084: new; fix typo in patch to XF86Config.man
   * patch #910: new; change X server's "can't find default font" and "can't
     find cursor font" error messages to whack users with a big fat clue
 .
   * debian/MANIFEST.*: updated to reflect new libxkbfile_pic.a object
   * debian/*.conffiles: deleted; generation of these files is now handled
     automatically by dh_installdeb when DH_COMPAT >= 4
   * debian/*.debugfiles: renamed to *.install
   * debian/{local/update-fonts-{dir,scale}},rules,xserver-common.postinst.in,
     xserver-xfree86.config.in}: invoke head, tail, and diff commands in a
     POSIXly correct fashion (thanks, Paul Eggert) (Closes: #191669)
   * debian/compat: new file, implementing debhelper recommended best practice
     for setting compatibility level; compat-level bumped from 2 to 4: this
     means that, among other things, dh_installdeb creates DEBIAN/conffiles
     files for me, ensuring they stay in sync with what is shipped
     (Closes: #182505)
   * debian/control:
     - bump Standards-Version from 3.5.7 to 3.5.10 (no changes required)
     - Build-Depend on flex-old instead of flex, since flex recently broke
       backwards compatibility (fixes FTBFS on any box with a recent flex)
     - Build-Depend on cpp-3.2; xbase-clients and xdm now Depend on cpp-3.2
       instead of just cpp, since cpp-3.3 doesn't produce correct output (as
       far as XFree86 is concerned) when the "-traditional" flag is used
       ("-traditional-cpp" doesn't work, either).
     - minor tweak to xserver-xfree86's extended description
   * debian/local/FAQ:
     - removed reference to XFree86 FAQ; in the words of upstream
       <URL:http://www.xfree86.org/FAQ/>, "The old XFree86 FAQ has been removed
       because it is too out of date to be useful."
     - added new question: "I just upgraded the X server and it doesn't work;
       also, I'm using Matrox's proprietary "mga_hal" driver module or NVidia's
       proprietary "nvidia" driver module; what's going on?"
     - added new question: "I'm using a Macintosh, and while the keyboard works
       correctly on a virtual terminal, in X it's all messed up.  What's the
       matter?"
     - added new question, courtesy of Matthew Arnison: "Why do some programs
       give authorization errors even when they are running as the same user
       and on the same machine as the X server?"
   * debian/local/XFree86-FAQ.html: deleted; see above
   * debian/local/update-fonts-scale: only write fonts to the .scale file that
     actually exist, so that removed-but-not-purged scalable font packages do
     not register nonexistent fonts; this has the desirable side effect that
     the count at the top of the file is also omitted (based on a patch by
     Roland Rosenfeld) (Closes: #193185)
   * debian/local/xterm.faq.html: updated from revision 1.75 to 1.77
   * debian/po/ca.po: updated Catalan debconf template translations (thanks,
     Ivan Vilata i Balaguer) (Closes: #183317,#183322)
   * debian/po/{da,de,gl,it,ja,nl,pl,sv}.po: updated debconf template
     translations for several languages courtesy of Denis Barbier, after a
     buggy version of po-debconf eviscerated them (Closes: #170591)
   * debian/po/es.po: updated Spanish debconf template translations (thanks,
     Javier Fernandez-Sanguino Peña) (Closes: #186147)
   * debian/po/fr.po: updated French debconf template translations (thanks,
     Christian Perrier) (Closes: #185708)
   * debian/po/ru.po: updated Russian debconf template translations (thanks,
     Serge Winitzki) (Closes: #182701)
   * debian/rules:
     - removed DH_COMPAT per debhelper recommended best practice (see above)
     - remove calls to dh_undocumented
     - add calls to dh_install --sourcedir=debian/tmp
     - comment out hand-rolled "idempotency" code, since dh_install and dh_link
       behave idempotently when DH_COMPAT=4 (thanks, Joey Hess)
     - restructure, clean up, and add comments to section that defines
       variables for use in controlling the upstream build environment
       + use dpkg-parsechangelog to get the version number of the source
         package
       + fix (and rewrite) the logic that determines whether this is an
         official package build
       + only define the BuilderEMailAddr Imake variable if we're doing an
         official package build
       + GCC 3.3 appears to produce bad code for PowerPC at the optimization
         level required by Debian Policy (the X server cannot validate
         XDM-AUTHORIZATION-1 keys); when building on PowerPC, set
         DefaultGcc2OptimizeOpt to -O instead of -O2
     - expand @OFFICIAL_BUILD@ from $(OFFICIAL_BUILD) in maintainer scripts, as
       we do with @SOURCE_VERSION@ from $(SOURCE_VERSION)
     - stop generating and shipping the XFree86 FAQ (see above)
     - remove (commented-out) invocations of dh_suidregister and
       dh_installmanpages per debhelper recommended best practice
   * debian/shell-lib.sh:
     - internal_errormsg(): expand the message that is spewed, but only utter
       it if the package was part of an official build
     - check_symlinks_and_bomb(): given the past year's worth of reports to
       debian-x, it appears that this function only ever generates errors when
       someone is installing very old or non-policy-compliant packages on the
       system at the same time XFree86 is being upgraded.  Simplified the error
       messages and called new function find_culprits() when this happens.
     - find_culprits(): new function that finds Policy-violating overlaps with
       the XFree86 packages' symlinks, and reports these to the user
   * debian/xfree86-common.config.in:
     - change test for official package version to just use the new
       $OFFICIAL_BUILD variable
   * debian/xfree86-common.doc-base.xfree86-faq: deleted; see above
   * debian/xfree86-common.docs: update to stop installing XFree86 FAQ (see
     above)
   * debian/xserver-common.README.Debian: updated to remove mention of XFree86
     FAQ (see above)
   * debian/xserver-xfree86.config.in:
     - updates to handling of the use_fbdev question:
       + treat an empty /proc/fb the same as a nonexistent one, and clarify the
         corresponding debugging message (Closes: #182704)
       + parse the contents of /proc/fb (first reported framebuffer device
         only) so as to treat "VESA" and "OFfb" framebuffer types the same as
         no kernel framebuffer at all, since these (and possibly some other)
         framebuffer types do not work with the "UseFBDev" option (chipset
         specific drivers require facilities of a framebuffer device which the
         generic ones don't provide); also, clarify the corresponding debug
         message (thanks, Michel Dänzer)
     - remove "atimisc", "r128", and "radeon" sub-modules from autogenerated
       list of video driver modules
     - migrate existing debconf settings of
       xserver-xfree86/config/device/driver from "atimisc", "r128", or "radeon"
       to "ati"
Files: 
 3ef86bf50e78acabdecf73145fdad493 1654 x11 optional xfree86_4.2.1-7.dsc
 64bd5c38fca4412e54647424c5a5693b 1579229 x11 optional xfree86_4.2.1-7.diff.gz
 44fe2f0a6e4e34c8721445477260f9bd 149286 x11 optional lbxproxy_4.2.1-7_powerpc.deb
 3bde47d68b3899fd987b59e606e8147e 195342 libs optional libdps1_4.2.1-7_powerpc.deb
 d2249be3d6078d1eb27e03fcee9c8ca4 701572 devel extra libdps1-dbg_4.2.1-7_powerpc.deb
 ea6f5637d483974b46dfa85344fb1a68 264946 devel optional libdps-dev_4.2.1-7_powerpc.deb
 8b67a78b0eeee524f5b4cc672336ab98 183060 libs optional libxaw6_4.2.1-7_powerpc.deb
 62de63ea34c55d443c08d5c3e98a9c27 799290 devel extra libxaw6-dbg_4.2.1-7_powerpc.deb
 f401dd625b463cd6f967d7b859f4de69 333422 devel extra libxaw6-dev_4.2.1-7_powerpc.deb
 5b4fb40c037d480d3cb1b2eaa259ed04 231828 libs optional libxaw7_4.2.1-7_powerpc.deb
 2b5037f82e72c914654e42ff306f114a 927920 devel extra libxaw7-dbg_4.2.1-7_powerpc.deb
 0a099fe50d6f1a1a334af46c254ab4a9 333312 devel optional libxaw7-dev_4.2.1-7_powerpc.deb
 56cd684502a789b630d0ae6c320944da 92206 x11 optional proxymngr_4.2.1-7_powerpc.deb
 68d7fe319991c74988b34e0f248f857c 170150 x11 optional twm_4.2.1-7_powerpc.deb
 fc8b407932d5ac0ccdbf16c859b5fdcb 1611006 x11 optional xbase-clients_4.2.1-7_powerpc.deb
 72cd4c9cfaa4aaee70f5f3aca53f6b35 189584 x11 optional xdm_4.2.1-7_powerpc.deb
 5eebf73a094f5fb7fbb74df8a37f660b 297800 x11 optional xfs_4.2.1-7_powerpc.deb
 babf35f465f29665ad2375d7ead300d5 96096 x11 optional xfwp_4.2.1-7_powerpc.deb
 cdff1ea9e34da2a2c8913a8fbed6d5f3 1875964 libs optional xlibmesa3-gl_4.2.1-7_powerpc.deb
 a4e9aea5a399d1cf1a5609ea9c5edaa5 1023510 devel extra xlibmesa3-gl-dbg_4.2.1-7_powerpc.deb
 dfacb8a7812d95a09e80e85d74453913 580368 devel optional xlibmesa-gl-dev_4.2.1-7_powerpc.deb
 cd8f89e1839d020f59fe750a8a472dcb 256662 libs optional xlibmesa3-glu_4.2.1-7_powerpc.deb
 6d71e1fadd89ddfc8c1b74db89a3198c 905022 devel extra xlibmesa3-glu-dbg_4.2.1-7_powerpc.deb
 601c8f95206336512c5959725d224df5 358836 devel optional xlibmesa-glu-dev_4.2.1-7_powerpc.deb
 575425131e1cb0e36211eafe08fe2b9b 472578 libs optional xlibosmesa3_4.2.1-7_powerpc.deb
 d53d187852ee6cd0b38617e5c306e8ca 2645476 devel extra xlibosmesa3-dbg_4.2.1-7_powerpc.deb
 00f7217b3c81f8b1d1528dc88c035448 577238 devel optional xlibosmesa-dev_4.2.1-7_powerpc.deb
 1d15a1fca04ed577aa74013f6e41de47 1254130 libs optional xlibs_4.2.1-7_powerpc.deb
 bb97eb91045cf1684be4662dec9d40c3 14914528 devel extra xlibs-dbg_4.2.1-7_powerpc.deb
 cf47f586d251cd045e7a50a6941b5476 2800690 devel optional xlibs-dev_4.2.1-7_powerpc.deb
 89ca14cf9d8bab60dd9a92a8b9e70756 116162 devel optional xlibs-pic_4.2.1-7_powerpc.deb
 94e2c8eabed513c60dc15a80db1ade87 140732 mail extra xmh_4.2.1-7_powerpc.deb
 a13604546b0315dd93ed23e7964662a6 1108276 x11 optional xnest_4.2.1-7_powerpc.deb
 1d12f7c3491e59f0a0395e19cff85532 858700 x11 optional xprt_4.2.1-7_powerpc.deb
 5d3d84471142f9eef8e464c33ba48417 239684 x11 optional xserver-common_4.2.1-7_powerpc.deb
 b2f089cf10b105be65b62e4ce2cbf4c5 3928286 x11 optional xserver-xfree86_4.2.1-7_powerpc.deb
 1a3b421e133073dfe2e9d1bf35647bbe 36136544 x11 optional xserver-xfree86-dbg_4.2.1-7_powerpc.deb
 5d33f43c5d6522a9b57ca43436c2e8d3 513848 x11 optional xterm_4.2.1-7_powerpc.deb
 ad776de6bfde47d0ce0e8feadfbcd3c1 641380 x11 optional xutils_4.2.1-7_powerpc.deb
 e6e00f7c17b8d97a022b9206ce0488b7 1219854 x11 optional xvfb_4.2.1-7_powerpc.deb
 83f0e5a2721c2de1a44dc81eab3215fd 73300 x11 optional x-window-system-core_4.2.1-7_powerpc.deb
 c5ff5625aa64b861d2680501fde38142 4456248 x11 optional xfonts-100dpi_4.2.1-7_all.deb
 0263d4564afd50ebadbbc83ff70a2dab 8352454 x11 optional xfonts-100dpi-transcoded_4.2.1-7_all.deb
 f78dfc9e4baa3ff250c533140f8147ce 3945450 x11 optional xfonts-75dpi_4.2.1-7_all.deb
 58f9cd73f0a7072b72960c843c11ebfc 7244888 x11 optional xfonts-75dpi-transcoded_4.2.1-7_all.deb
 eb1aef8cbe85415c43a7091869a46792 5075140 x11 optional xfonts-base_4.2.1-7_all.deb
 fb1de017e7e6b9fc0959637b9dfd46fc 1119506 x11 optional xfonts-base-transcoded_4.2.1-7_all.deb
 fbcf2b05625c3036ae2688f90187a0c3 452136 x11 optional xfonts-cyrillic_4.2.1-7_all.deb
 fcc68832bc873fe66d9fa994ca9ea6a4 810122 x11 optional xfonts-scalable_4.2.1-7_all.deb
 cca6348febfcb0a7a19d6489b462f9c6 576572 x11 optional xfree86-common_4.2.1-7_all.deb
 e419ad7dab855d13a1dc2047b46cff50 4285270 x11 optional xspecs_4.2.1-7_all.deb
 b39b003c0cbb62a90431c7358c3eb9ff 73114 x11 optional x-window-system_4.2.1-7_all.deb
 fa810178b4ebc6450b2193fab6517ebc 73048 libs optional xlibmesa3_4.2.1-7_all.deb
 7e33f83e96335daaca83da914d72e571 73084 devel extra xlibmesa3-dbg_4.2.1-7_all.deb
 0fc1153d1621a5851476d3a8d273718e 73068 devel optional xlibmesa-dev_4.2.1-7_all.deb

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

iEYEARECAAYFAj7W81AACgkQ6kxmHytGonwrggCgpKP2yjOp/9CX63UDn/AErUiQ
os0AnRwOSSLleJWb/vgMzxJLgF/vkMPT
=Rkkp
-----END PGP SIGNATURE-----




Reply to: