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

Bug#195646: marked as done (upgrade clobbers my XF86Config-4 w/ incorrect display modes)



Your message dated Sat, 6 Sep 2003 04:12:26 -0500
with message-id <20030906091226.GU3147@deadbeast.net>
and subject line Bug#195646: upgrade clobbers my XF86Config-4 w/ incorrect display modes
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; 1 Jun 2003 07:42:02 +0000
>From dilinger@voxel.net Sun Jun 01 02:42:00 2003
Return-path: <dilinger@voxel.net>
Received: from hq.voxel.net (nrop) [66.109.37.2] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19MNTb-0006iQ-00; Sun, 01 Jun 2003 02:41:59 -0500
Received: by nrop (Postfix, from userid 1000)
	id 42D1BBFBCB; Sun,  1 Jun 2003 03:41:58 -0400 (EDT)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Andres Salomon <dilinger@voxel.net>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: upgrade clobbers my XF86Config-4 w/ incorrect display modes
X-Mailer: reportbug 2.10.1
Date: Sun, 01 Jun 2003 03:41:57 -0400
Message-Id: <20030601074158.42D1BBFBCB@nrop>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-5.4 required=4.0
	tests=BAYES_20,HAS_PACKAGE,MAILTO_TO_SPAM_ADDR
	version=2.53-bugs.debian.org_2003_05_24
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_05_24 (1.174.2.15-2003-03-30-exp)

Package: xserver-xfree86
Version: 4.2.1-7
Severity: normal
Tags: sid

When I upgraded from -6 to -7, my XF86Config-4 was replaced.  This isn't
usually a problem, but it changed the display mode to incorrect values,
cutting off 2 inches from the right side of my display (I have an
odd-shaped lcd monitor).  I realize that I have dexconf set to manage my
XF86Config-4, but shouldn't it be smart enough to know that something's
incorrect, since its stored values are completely different from what's
in the config file (and the "### BEGIN DEBCONF SECTION" isn't even the
file)?  The postinst bailing out ("Error: your /etc/X11/XF86Config-4 is
incorrectly formatted, yet you have this package configured to manage
it; please run dpkg-reconfigure xserver-xfree86 to fix this") would've
been preferable, I think.

More than anything else, not having my screen mode (1152x768) as an
option in dexconf is a nuisance.  An even better solution (imo) would
be the option to manually type in your mode if it's not in the list.


This is my previous, correct XF86Config-4:

----------
Section "Files"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/TrueType"
	FontPath	"/usr/lib/X11/fonts/75dpi"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"

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

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

#	Load	"pex5"
EndSection

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

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"IMPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"TiBook Internal Video"
	Driver		"r128"
	BusID		"PCI:0:16:0"
	Option		"UseFBDev"
	#"true"
EndSection

Section "Monitor"
	Identifier	"TiBook Panel"
	HorizSync	30-100
	VertRefresh	55-160
	Option		"DPMS"
	Modeline	"1152x768" 78.741 1152 1173 1269 1440 768 769 772 800 +HSync +VSync
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"TiBook Internal Video"
	Monitor		"TiBook Panel"
	DefaultDepth	16
	SubSection "Display"
		Depth		24
		Modes		"1152x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1152x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1152x768"
	EndSubSection
EndSection

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

Section "DRI"
	Group	"dri"
	Mode	0666
EndSection

---------

And, here's the one the -7 packages replaced it w/:

---------

### 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 "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"	"macintosh"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "Device"
	Identifier	"Generic Video Card"
	Driver		"ati"
	BusID		"PCI:0:16:0"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	30-60
	VertRefresh	50-75
	Option		"DPMS"
EndSection

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

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

### END DEBCONF SECTION
----------











-- Package-specific info:
00:10.0 VGA compatible controller: ATI Technologies Inc Rage Mobility M3 AGP 2x (rev 02)
00:10.0 Class 0300: 1002:4c46 (rev 02)

Section "Files"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/TrueType"
	FontPath	"/usr/lib/X11/fonts/75dpi"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"

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

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

#	Load	"pex5"
EndSection

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

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"IMPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"TiBook Internal Video"
	Driver		"r128"
	BusID		"PCI:0:16:0"
	Option		"UseFBDev"
	#"true"
EndSection

Section "Monitor"
	Identifier	"TiBook Panel"
	HorizSync	30-100
	VertRefresh	55-160
	Option		"DPMS"
	Modeline	"1152x768" 78.741 1152 1173 1269 1440 768 769 772 800 +HSync +VSync
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"TiBook Internal Video"
	Monitor		"TiBook Panel"
	DefaultDepth	16
	SubSection "Display"
		Depth		24
		Modes		"1152x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1152x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1152x768"
	EndSubSection
EndSection

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

Section "DRI"
	Group	"dri"
	Mode	0666
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-7 20030529172227 branden@deadbeast.net) / 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.19-powerpc ppc [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: Sun Jun  1 03:20:19 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "TiBook Panel"
(**) |   |-->Device "TiBook Internal Video"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "macintosh"
(**) XKB: model: "macintosh"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/lib/X11/fonts/TrueType" 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/lib/X11/fonts/misc,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7

(II) Open APM successful
(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: PCI scan (all values are in hex)
(II) PCI: 00:0b:0: chip 106b,0020 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:10:0: chip 1002,4c46 card 1002,4c46 rev 02 class 03,00,00 hdr 00
(II) PCI: 10:0b:0: chip 106b,001f card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 10:17:0: chip 106b,0022 card 0000,0000 rev 03 class ff,00,00 hdr 00
(II) PCI: 10:18:0: chip 106b,0019 card 0000,0000 rev 00 class 0c,03,10 hdr 00
(II) PCI: 10:19:0: chip 106b,0019 card 0000,0000 rev 00 class 0c,03,10 hdr 00
(II) PCI: 10:1a:0: chip 104c,ac1e card 1000,0000 rev 00 class 06,07,00 hdr 02
(II) PCI: 24:0b:0: chip 106b,001e card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 24:0f:0: chip 106b,0021 card 0000,0000 rev 01 class 02,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) Host-to-PCI bridge:
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:11: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 16: bridge is at (16:11:0), (-1,16,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 16 I/O range:
	[0] -1 0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 16 non-prefetchable memory range:
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 16 prefetchable memory range:
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 36: bridge is at (36:11:0), (-1,36,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 36 I/O range:
	[0] -1 0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 36 non-prefetchable memory range:
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 36 prefetchable memory range:
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
(--) PCI:*(0:16:0) ATI Rage 128 Mobility LF rev 2, Mem @ 0xb4000000/26, 0xb0000000/14, I/O @ 0x0400/8, BIOS @ 0xb0020000/17
(II) Addressable bus resource ranges are
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1 0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1 0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1 0	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[3] -1 0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) Active PCI resource ranges:
	[0] -1 0	0xf5200000 - 0xf53fffff (0x200000) MX[B]
	[1] -1 0	0x80000000 - 0x8007ffff (0x80000) MX[B]
	[2] -1 0	0xb0020000 - 0xb003ffff (0x20000) MX[B](B)
	[3] -1 0	0xb0000000 - 0xb0003fff (0x4000) MX[B](B)
	[4] -1 0	0xb4000000 - 0xb7ffffff (0x4000000) MX[B](B)
	[5] -1 0	0x00000400 - 0x000004ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
	[0] -1 0	0xa0001000 - 0xa0001fff (0x1000) MX[B]
	[1] -1 0	0xa0002000 - 0xa0002fff (0x1000) MX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1 0	0xf5200000 - 0xf53fffff (0x200000) MX[B]
	[1] -1 0	0x80000000 - 0x8007ffff (0x80000) MX[B]
	[2] -1 0	0xb0020000 - 0xb003ffff (0x20000) MX[B](B)
	[3] -1 0	0xb0000000 - 0xb0003fff (0x4000) MX[B](B)
	[4] -1 0	0xb4000000 - 0xb7ffffff (0x4000000) MX[B](B)
	[5] -1 0	0x00000400 - 0x000004ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1 0	0xa0001000 - 0xa0001fff (0x1000) MX[B]
	[1] -1 0	0xa0002000 - 0xa0002fff (0x1000) MX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1 0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1 0	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[3] -1 0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) All system resource ranges:
	[0] -1 0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1 0	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1 0	0xf5200000 - 0xf53fffff (0x200000) MX[B]
	[3] -1 0	0x80000000 - 0x8007ffff (0x80000) MX[B]
	[4] -1 0	0xb0020000 - 0xb003ffff (0x20000) MX[B](B)
	[5] -1 0	0xb0000000 - 0xb0003fff (0x4000) MX[B](B)
	[6] -1 0	0xb4000000 - 0xb7ffffff (0x4000000) MX[B](B)
	[7] -1 0	0xa0001000 - 0xa0001fff (0x1000) MX[B]
	[8] -1 0	0xa0002000 - 0xa0002fff (0x1000) MX[B]
	[9] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[10] -1 0	0x00000000 - 0x00000000 (0x1) IX[B]
	[11] -1 0	0x00000400 - 0x000004ff (0x100) IX[B](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/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: "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) 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: "r128"
(II) Loading /usr/X11R6/lib/modules/drivers/r128_drv.o
(II) Module r128: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 4.0.1
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 6.4.16
	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) ATI: ATI driver (version 6.4.16) for chipset: ati
(II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI),
	ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI),
	ATI Rage 128 RL (AGP), ATI Rage 128 SM (AGP),
	ATI Rage 128 Pro PD (PCI), ATI Rage 128 Pro PF (AGP),
	ATI Rage 128 Pro PP (PCI), ATI Rage 128 Pro PR (PCI),
	ATI Rage 128 Pro ULTRA TF (AGP), ATI Rage 128 Pro ULTRA TL (AGP),
	ATI Rage 128 Pro ULTRA TR (AGP), ATI Rage 128 Mobility LE (PCI),
	ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP),
	ATI Rage 128 Mobility ML (AGP)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI Radeon VE QY (AGP), ATI Radeon VE QZ (AGP),
	ATI Radeon Mobility LW (AGP), ATI Radeon Mobility LX (AGP),
	ATI Radeon Mobility LY (AGP), ATI Radeon Mobility LZ (AGP),
	ATI Radeon 8500 QL (AGP), ATI Radeon 8500 QM (AGP),
	ATI Radeon 8500 QN (AGP), ATI Radeon 8500 QO (AGP),
	ATI Radeon 8500 Ql (AGP), ATI Radeon 8500 BB (AGP),
	ATI Radeon 7500 QW (AGP), ATI Radeon 9000 If (AGP)
(II) Primary Device is: PCI 00:10:0
(--) Chipset ATI Rage 128 Mobility LF (AGP) found
(II) Loading sub module "r128"
(II) LoadModule: "r128"
(II) Reloading /usr/X11R6/lib/modules/drivers/r128_drv.o
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1 0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1 0	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1 0	0xf5200000 - 0xf53fffff (0x200000) MX[B]
	[3] -1 0	0x80000000 - 0x8007ffff (0x80000) MX[B]
	[4] -1 0	0xb0020000 - 0xb003ffff (0x20000) MX[B](B)
	[5] -1 0	0xb0000000 - 0xb0003fff (0x4000) MX[B](B)
	[6] -1 0	0xb4000000 - 0xb7ffffff (0x4000000) MX[B](B)
	[7] -1 0	0xa0001000 - 0xa0001fff (0x1000) MX[B]
	[8] -1 0	0xa0002000 - 0xa0002fff (0x1000) MX[B]
	[9] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[10] -1 0	0x00000000 - 0x00000000 (0x1) IX[B]
	[11] -1 0	0x00000400 - 0x000004ff (0x100) IX[B](B)
(II) resource ranges after probing:
	[0] -1 0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1 0	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1 0	0xf5200000 - 0xf53fffff (0x200000) MX[B]
	[3] -1 0	0x80000000 - 0x8007ffff (0x80000) MX[B]
	[4] -1 0	0xb0020000 - 0xb003ffff (0x20000) MX[B](B)
	[5] -1 0	0xb0000000 - 0xb0003fff (0x4000) MX[B](B)
	[6] -1 0	0xb4000000 - 0xb7ffffff (0x4000000) MX[B](B)
	[7] -1 0	0xa0001000 - 0xa0001fff (0x1000) MX[B]
	[8] -1 0	0xa0002000 - 0xa0002fff (0x1000) MX[B]
	[9] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[10] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[11] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[12] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[13] -1 0	0x00000000 - 0x00000000 (0x1) IX[B]
	[14] -1 0	0x00000400 - 0x000004ff (0x100) IX[B](B)
	[15] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[16] 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
(II) R128(0): PCI bus 0 card 16 func 0
(**) R128(0): Depth 16, (--) framebuffer bpp 16
(II) R128(0): Pixel depth = 16 bits stored in 2 bytes (16 bpp pixmaps)
(==) R128(0): Default visual is TrueColor
(**) R128(0): Option "UseFBDev"
(==) R128(0): RGB weight 565
(II) R128(0): Using 6 bits per RGB (8 bit DAC)
(**) R128(0): Using framebuffer device
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a
(II) Module fbdevhw: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.0.2
	ABI class: XFree86 Video Driver, version 0.5
(--) R128(0): Chipset: "ATI Rage 128 Mobility LF (AGP)" (ChipID = 0x4c46)
(--) R128(0): Linear framebuffer at 0xb4000000
(--) R128(0): MMIO registers at 0xb0000000
(--) R128(0): BIOS at 0xb0020000
(II) R128(0): Option "Display" ignored (framebuffer device determines display type)
(--) R128(0): VideoRAM: 8192 kByte (128-bit SDR SGRAM 1:1)
(WW) R128(0): Video BIOS not detected in PCI space!
(WW) R128(0): Attempting to read Video BIOS from legacy ISA space!
(WW) R128(0): Video BIOS not found!
(WW) R128(0): Can't determine panel dimensions, and none specified.
	Disabling programming of FP registers.
(II) R128(0): PLL parameters: rf=2950 rd=59 min=12500 max=25000; xclk=10500
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(==) R128(0): Using gamma correction (1.0, 1.0, 1.0)
(II) R128(0): TiBook Panel: Using hsync range of 30.00-100.00 kHz
(II) R128(0): TiBook Panel: Using vrefresh range of 55.00-160.00 Hz
(II) R128(0): Clock range:  12.50 to 250.00 MHz
(II) R128(0): Not using default mode "1600x1200" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "896x672" (hsync out of range)
(II) R128(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "928x696" (hsync out of range)
(II) R128(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "960x720" (hsync out of range)
(II) R128(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "960x720" (hsync out of range)
(II) R128(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(II) R128(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(--) R128(0): Virtual size is 1152x768 (pitch 1152)
(**) R128(0): Mode "1152x768": 78.7 MHz, 54.7 kHz, 68.4 Hz
(II) R128(0): Modeline "1152x768"   78.74  1152 1173 1269 1440  768 769 772 800 +hsync +vsync
(++) R128(0): DPI set to (100, 100)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/X11R6/lib/modules/libfb.a
(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) 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
(!!) R128(0): For information on using the multimedia capabilities
	of this adapter, please see http://gatos.sf.net.
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0 0	0xb0000000 - 0xb0003fff (0x4000) MS[B]
	[1] 0 0	0xb4000000 - 0xb7ffffff (0x4000000) MS[B]
	[2] -1 0	0xffffffff - 0xffffffff (0x1) MX[B]
	[3] -1 0	0x00000000 - 0x00000000 (0x1) MX[B]
	[4] -1 0	0xf5200000 - 0xf53fffff (0x200000) MX[B]
	[5] -1 0	0x80000000 - 0x8007ffff (0x80000) MX[B]
	[6] -1 0	0xb0020000 - 0xb003ffff (0x20000) MX[B](B)
	[7] -1 0	0xb0000000 - 0xb0003fff (0x4000) MX[B](B)
	[8] -1 0	0xb4000000 - 0xb7ffffff (0x4000000) MX[B](B)
	[9] -1 0	0xa0001000 - 0xa0001fff (0x1000) MX[B]
	[10] -1 0	0xa0002000 - 0xa0002fff (0x1000) MX[B]
	[11] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[12] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[13] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[14] 0 0	0x00000400 - 0x000004ff (0x100) IS[B]
	[15] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1 0	0x00000000 - 0x00000000 (0x1) IX[B]
	[17] -1 0	0x00000400 - 0x000004ff (0x100) IX[B](B)
	[18] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[19] 0 0	0x000003c0 - 0x000003df (0x20) IS[B]
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmGetBusid returned ''
(II) R128(0): [drm] created "r128" driver at busid "PCI:0:16:0"
(II) R128(0): [drm] added 8192 byte SAREA at 0xf1818000
(II) R128(0): [drm] mapped SAREA 0xf1818000 to 0x30018000
(II) R128(0): [drm] framebuffer handle = 0xb4000000
(II) R128(0): [drm] added 1 reserved context for kernel
(WW) R128(0): [agp] AGP not available
(WW) R128(0): [agp] AGP failed to initialize -- falling back to PCI mode.
(WW) R128(0): [agp] Make sure you have the agpgart kernel module loaded.
(II) R128(0): [pci] 8192 kB allocated with handle 0xf24f6000
(II) R128(0): [pci] ring handle = 0xf24f6000
(II) R128(0): [pci] Ring mapped at 0x30847000
(II) R128(0): [pci] Ring contents 0x00000000
(II) R128(0): [pci] ring read ptr handle = 0xf25f7000
(II) R128(0): [pci] Ring read ptr mapped at 0x3001a000
(II) R128(0): [pci] Ring read ptr contents 0x00000000
(II) R128(0): [pci] vertex/indirect buffers handle = 0xf25f8000
(II) R128(0): [pci] Vertex/indirect buffers mapped at 0x30948000
(II) R128(0): [pci] Vertex/indirect buffers contents 0x00000000
(II) R128(0): [drm] register handle = 0xb0000000
(II) R128(0): [dri] Visual configs initialized
(II) R128(0): CCE in BM mode
(II) R128(0): Using 8 MB AGP aperture
(II) R128(0): Using 1 MB for the ring buffer
(II) R128(0): Using 2 MB for vertex/indirect buffers
(II) R128(0): Using 5 MB for AGP textures
(II) R128(0): Memory manager initialized to (0,0) (1152,3072)
(II) R128(0): Reserved area from (0,768) to (1152,770)
(II) R128(0): Largest offscreen area available: 1152 x 2302
(II) R128(0): Reserved back buffer from (0,770) to (1152,1538)
(II) R128(0): Reserved depth buffer from (0,1538) to (1152,2307)
(II) R128(0): Reserved depth span from (0,2306) offset 0x511200
(II) R128(0): Reserved 1280 kb for textures at offset 0x6c0000
(==) R128(0): Backing store disabled
(==) R128(0): Silken mouse enabled
(II) R128(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Solid Lines
	Dashed Lines
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		25 128x128 slots
		5 256x256 slots
(II) R128(0): Acceleration enabled
(II) R128(0): Using hardware cursor (scanline 4614)
(II) R128(0): Largest offscreen area available: 1152 x 763
(**) Option "dpms"
(**) R128(0): DPMS enabled
(II) R128(0): X context handle = 0x00000001
(II) R128(0): [drm] installed DRM signal handler
(II) R128(0): [DRI] installation complete
(II) R128(0): [drm] Added 128 16384 byte vertex/indirect buffers
(II) R128(0): [drm] Mapped 128 vertex/indirect buffers
(II) R128(0): Direct rendering 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 LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Keyboard "Generic Keyboard" handled by legacy driver
(**) Option "Protocol" "IMPS/2"
(**) Configured Mouse: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 5
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
GetModeLine - scrn: 0 clock: 78741
GetModeLine - hdsp: 1152 hbeg: 1173 hend: 1269 httl: 1440
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5

-rw-r--r--    1 root     root        24294 Jun  1 03:20 /var/log/XFree86.0.log

-- System Information:
Debian Release: testing/unstable
Architecture: powerpc
Kernel: Linux nrop 2.4.20-ben7 #15 Sat Mar 1 15:37:39 EST 2003 ppc
Locale: LANG=C, LC_CTYPE=C

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

-- debconf information:
* xserver-xfree86/config/device/identifier: Generic Video Card
  xserver-xfree86/config/monitor/screen-size: 17 inches (430 mm)
* xserver-xfree86/config/device/use_fbdev: false
* xserver-xfree86/config/monitor/selection-method: Medium
  xserver-xfree86/config/doublequote_in_string_error: 
  shared/default-x-server: xserver-xfree86
* xserver-xfree86/config/inputdevice/mouse/emulate3buttons: true
* xserver-xfree86/config/device/bus_id: PCI:0:16:0
* xserver-xfree86/config/inputdevice/keyboard/layout: us
  xserver-xfree86/config/monitor/horiz-sync: 30-60
* xserver-xfree86/config/monitor/identifier: Generic Monitor
  shared/no_known_x-server: 
  xserver-xfree86/autodetect_mouse: true
* xserver-xfree86/config/device/video_ram: 
* xserver-xfree86/config/monitor/mode-list: 1024x768 @ 75Hz
* xserver-xfree86/config/monitor/lcd: true
  xserver-xfree86/config/inputdevice/keyboard/internal: 
* xserver-xfree86/config/inputdevice/keyboard/rules: xfree86
  xserver-xfree86/multiple_possible_x-drivers: 
* xserver-xfree86/config/inputdevice/keyboard/model: macintosh
* xserver-xfree86/config/write_dri_section: false
* xserver-xfree86/config/device/driver: ati
  xserver-xfree86/config/monitor/vert-refresh: 50-75
* xserver-xfree86/config/display/default_depth: 24
* xserver-xfree86/config/inputdevice/mouse/zaxismapping: false
* xserver-xfree86/config/display/modes: 1600x1200, 1280x1024, 1280x960, 1152x864, 1024x768, 800x600, 640x480
  shared/clobber_x-server_symlink: false
  xserver-xfree86/config/device/bus_id_error: 
* xserver-xfree86/config/modules: GLcore, bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, record, speedo, type1, vbe
* xserver-xfree86/config/inputdevice/keyboard/options: 
  xserver-xfree86/move_existing_nondebconf_config: false
  xserver-xfree86/config/nonnumeric_string_error: 
* xserver-xfree86/config/inputdevice/mouse/protocol: ImPS/2
  shared/multiple_possible_x-servers: 
  xserver-xfree86/config/null_string_error: 
* xserver-xfree86/manage_config_with_debconf: true
  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/input/mice
* xserver-xfree86/config/write_files_section: false
  xserver-xfree86/autodetect_monitor: true


---------------------------------------
Received: (at 195646-done) by bugs.debian.org; 6 Sep 2003 09:12:44 +0000
>From branden@deadbeast.net Sat Sep 06 04:12:29 2003
Return-path: <branden@deadbeast.net>
Received: from dhcp065-026-182-085.indy.rr.com (redwald.deadbeast.net) [65.26.182.85] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19vZ7L-0006pF-00; Sat, 06 Sep 2003 04:12:27 -0500
Received: by redwald.deadbeast.net (Postfix, from userid 1000)
	id C6D5A64120; Sat,  6 Sep 2003 04:12:26 -0500 (EST)
Date: Sat, 6 Sep 2003 04:12:26 -0500
From: Branden Robinson <branden@debian.org>
To: 195646-done@bugs.debian.org
Subject: Re: Bug#195646: upgrade clobbers my XF86Config-4 w/ incorrect display modes
Message-ID: <20030906091226.GU3147@deadbeast.net>
References: <20030601074158.42D1BBFBCB@nrop>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="QXliVHAuIB9eJ4yJ"
Content-Disposition: inline
In-Reply-To: <20030601074158.42D1BBFBCB@nrop>
User-Agent: Mutt/1.5.4i
Delivered-To: 195646-done@bugs.debian.org
X-Spam-Status: No, hits=-21.8 required=4.0
	tests=BAYES_30,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2,
	      QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES,
	      USER_AGENT_MUTT
	autolearn=ham version=2.53-bugs.debian.org_2003_8_27
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_8_27 (1.174.2.15-2003-03-30-exp)


--QXliVHAuIB9eJ4yJ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sun, Jun 01, 2003 at 03:41:57AM -0400, Andres Salomon wrote:
> When I upgraded from -6 to -7, my XF86Config-4 was replaced.  This isn't
> usually a problem, but it changed the display mode to incorrect values,
> cutting off 2 inches from the right side of my display (I have an
> odd-shaped lcd monitor).  I realize that I have dexconf set to manage my
> XF86Config-4, but shouldn't it be smart enough to know that something's
> incorrect, since its stored values are completely different from what's
> in the config file (and the "### BEGIN DEBCONF SECTION" isn't even the
> file)?  The postinst bailing out ("Error: your /etc/X11/XF86Config-4 is
> incorrectly formatted, yet you have this package configured to manage
> it; please run dpkg-reconfigure xserver-xfree86 to fix this") would've
> been preferable, I think.

This is no longer a problem in recent versions of the xfree86 packages.

xfree86 (4.2.1-11) unstable; urgency=3Dmedium

  * The following configuration files use a new, MD5-checksum-based method =
of
    management:
    - /etc/X11/X
    - /etc/X11/XF86Config-4
    - /etc/X11/Xwrapper.config

    This new method attempts to detect changes to these files, and if they =
are
    modified by the user, the files will be ignored by the packaging system
    henceforth.  The debconf region markers (e.g. "### BEGIN DEBCONF SECTIO=
N")
    formerly used in Xwrapper.config and XF86Config-4 are no longer used, a=
re
    disregarded if present, and will not be newly written.

    The debconf templates in the xserver-common, xserver-xfree86, and
    xserver-xfree86-dbg packages (the latter shares all of its templates wi=
th
    xserver-xfree86) having to do with whether or not files on the disk sho=
uld
    be overwritten have been removed, and are unregistered in the new
    packages' pre-installation scripts.

    In the event that you have customized these configuration files, and ha=
ve
    neglected both to correct debconf's notion of whether it should manage
    those files, and (in the case of Xwrapper.config and XF86Config-4) have
    not removed the "debconf region markers" before upgrading to xfree86
    4.2.1-10 or later, backups are made and stored in the same directory, w=
ith
    the suffix ".dpkg-old".

    See the Debian X FAQ at <http://people.debian.org/~branden/xsf/FAQ> or =
in
    the file /usr/share/doc/xfree86-common/FAQ.gz after this upgrade is
    complete for more information on the Debian XFree86 packages' new method
    of handling these configuration files.

 -- Branden Robinson <branden@debian.org>  Sun, 24 Aug 2003 15:07:11 -0500

Closing this report.

--=20
G. Branden Robinson                |    It may be difficult to to determine
Debian GNU/Linux                   |    where religious beliefs end and
branden@debian.org                 |    mental illness begins.
http://people.debian.org/~branden/ |    -- Elaine Cassel

--QXliVHAuIB9eJ4yJ
Content-Type: application/pgp-signature
Content-Disposition: inline

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

iEYEARECAAYFAj9ZpPoACgkQ6kxmHytGonxdpACeIeEKfj/0wjnc08zeUvRpXrZu
ClUAn0z5OFB1kl+CHu2XP30c5bc+5r9N
=glUl
-----END PGP SIGNATURE-----

--QXliVHAuIB9eJ4yJ--



Reply to: