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

Bug#243575: marked as done (xserver-xfree86: [ati/radeon] screen blank every 2nd time starting X server on DVI display connected to Radeon 9200 (0x5961))



Your message dated Wed, 28 Apr 2004 22:39:05 +0200 (CEST)
with message-id <Pine.LNX.4.58.0404282227350.32146@trider-g7.ext.fabbione.net>
and subject line Closing bugs after 4.3.0.dfsg.1-1 upload
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; 13 Apr 2004 20:11:04 +0000
>From julien23@free.fr Tue Apr 13 13:11:04 2004
Return-path: <julien23@free.fr>
Received: from fidel.freesurf.fr [212.43.206.16] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BDUFL-000834-00; Tue, 13 Apr 2004 13:11:03 -0700
Received: from phacoch (du-212-118.nat.adsl.freesurf.fr [212.43.212.118])
	by fidel.freesurf.fr (Postfix) with ESMTP id AC6A52A48CA;
	Tue, 13 Apr 2004 22:10:23 +0200 (CEST)
Received: from julien23 by phacoch with local (Exim 3.36 #1 (Debian))
	id 1BDUEi-0000mn-00; Tue, 13 Apr 2004 22:10:24 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: julien23 <julien23@free.fr>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: xserver-xfree86: Radeon 9200 DVI output is only enabled every 2nd X session
X-Mailer: reportbug 2.56
Date: Tue, 13 Apr 2004 22:10:24 +0200
Message-Id: <[🔎] E1BDUEi-0000mn-00@phacoch>
Sender: <julien23@free.fr>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-4.8 required=4.0 tests=BAYES_00,DATING,
	FROM_ENDS_IN_NUMS,HAS_PACKAGE autolearn=no 
	version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1

Package: xserver-xfree86
Version: 4.3.0-7
Severity: important
Tags: patch

The screen stays blank every second X session when using the DVI output
of the Radeon 9200.

This bug has been fixed in XFree CVS (very simple patch) and could be
applied in your tree.

See http://bugs.xfree86.org/show_bug.cgi?id=673 for more details.

Regards,

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

X server symlink status:
lrwxrwxrwx    1 root     root           20 2003-06-12 02:50 /etc/X11/X -> /usr/bin/X11/XFree86
-rwxr-xr-x    1 root     root      1742316 2004-03-18 06:42 /usr/bin/X11/XFree86
/etc/X11/X target unchanged from checksum in /var/lib/xfree86/X.md5sum.

Contents of /var/lib/xfree86/XF86Config-4.roster:
xserver-xfree86

VGA-compatible devices on PCI bus:
0000:01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200] (rev 01)
0000:01:00.0 Class 0300: 1002:5961 (rev 01)

XFree86 X server configuration file status:
-rw-r--r--    1 root     root         3107 2004-04-13 19:05 /etc/X11/XF86Config-4

Contents of /etc/X11/XF86Config-4:
# XF86Config-4 (XFree86 X 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.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

#################
# Input Devices #
#################

Section "InputDevice"
	Identifier	"Logitech PS/2 Cordless Wheel Mouse"
	Driver		"mouse"
 
	Option		"Protocol"	"IMPS/2"
	Option		"Device"	"/dev/psaux"
	Option		"Resolution"	"100"
	Option		"Buttons"	"5"
	Option		"ZAxisMapping"	"4 5"
EndSection
 
Section "InputDevice"
	Identifier	"Logitech PS/2 Cordless Keyboard"
	Driver		"keyboard"
 
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
#	Option		"AutoRepeat"	"250 30"
EndSection


###########
# Devices #
###########
 
Section "Device"
	Identifier	"ATI Radeon 9200"
	Driver		"radeon"
	VendorName	"ATI"
	BoardName	"ATI Radeon 9200 (128 Mo + TV-out + DVI)"

#	BusID		"PCI:01:00:00"
#	ChipId		0x514D
#	Option		"NoAccel"		"yes"
#	Option		"no_dri"		"yes"
	Option		"EnablePageFlip"	"on"
EndSection


############
# Monitors #
############

Section "Monitor"
	Identifier	"ACER AL1721 TFT"
	VendorName	"ACER"
	ModelName	"AL1721"
	HorizSync	30-83
	VertRefresh	55-75
 
	Option		"DPMS"
EndSection


###########
# Screens #
###########
 
Section "Screen"
	Identifier	"Main Screen"
	Device		"ATI Radeon 9200"
	Monitor		"ACER AL1721 TFT"
 
	DefaultDepth	24
 
	SubSection "Display"
		Depth	24
		Modes	"1280x1024" "1152x870" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection
 

#########
# Files #
#########

Section "Files"
	RgbPath		"/usr/X11R6/lib/X11/rgb"
	ModulePath	"/usr/X11R6/lib/modules"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc/"
	FontPath	"/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath	"/usr/X11R6/lib/X11/fonts/CID/"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection


########### 
# Modules #
########### 

Section "Module"
	Load	"dbe"
	Load	"dri"
	Load	"extmod"
	Load	"record"
	Load	"xtrap"
	Load	"glx"
	Load	"speedo"
	Load	"type1"
EndSection

Section "DRI"
	 Mode	0666
EndSection


################
# Server Flags #
################

Section "ServerFlags"
	Option	"BlankTime"	"10"
	Option	"StandbyTime"	"15"
	Option	"SuspendTime"	"20"
	Option	"OffTime"	"25"
EndSection
 

##################
# Server Layouts #
##################

Section "ServerLayout"
	Identifier	"Main Layout"
	Screen		"Main Screen"
	InputDevice	"Logitech PS/2 Cordless Wheel Mouse"	"CorePointer"
	InputDevice	"Logitech PS/2 Cordless Keyboard"	"CoreKeyboard"
EndSection

/etc/X11/XF86Config-4 does not match checksum in /var/lib/xfree86/XF86Config-4.md5sum.

Contents of most recent XFree86 X server log file
/var/log/XFree86.0.log:

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.3.0.1 (Debian 4.3.0-7 20040318043201 root@cyberhq.internal.cyberhqz.com)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.4 i686 [ELF] 
Build Date: 18 March 2004
	Before reporting problems, check http://www.XFree86.Org/
	to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.4 (julien23@phacoch) (version gcc 3.3.3 20040214 (prerelease) (Debian)) #2 Sun Mar 14 14:29:15 CET 2004 
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: Tue Apr 13 21:39:44 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Main Layout"
(**) |-->Screen "Main Screen" (0)
(**) |   |-->Monitor "ACER AL1721 TFT"
(**) |   |-->Device "ATI Radeon 9200"
(**) |-->Input Device "Logitech PS/2 Cordless Wheel Mouse"
(**) |-->Input Device "Logitech PS/2 Cordless Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "fr"
(**) XKB: layout: "fr"
(==) Keyboard: CustomKeycode disabled
(WW) The directory "/usr/X11R6/lib/X11/fonts/CID/" does not exist.
	Entry deleted from font path.
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "BlankTime" "10"
(**) Option "StandbyTime" "15"
(**) Option "SuspendTime" "20"
(**) Option "OffTime" "25"
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.2
	XFree86 Video Driver: 0.6
	XFree86 XInput driver : 0.4
	XFree86 Server Extension : 0.2
	XFree86 Font Renderer : 0.4
(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.3.0.1, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(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.3.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3099 card 1043,807f rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b099 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:05:0: chip 13f6,0111 card 1043,80e2 rev 10 class 04,01,00 hdr 00
(II) PCI: 00:09:0: chip 1106,3038 card 1043,8080 rev 50 class 0c,03,00 hdr 80
(II) PCI: 00:09:1: chip 1106,3038 card 1043,8080 rev 50 class 0c,03,00 hdr 80
(II) PCI: 00:09:2: chip 1106,3104 card 1043,8080 rev 51 class 0c,03,20 hdr 80
(II) PCI: 00:0d:0: chip 109e,036e card 0070,13eb rev 02 class 04,00,00 hdr 80
(II) PCI: 00:0d:1: chip 109e,0878 card 0070,13eb rev 02 class 04,80,00 hdr 80
(II) PCI: 00:0f:0: chip 1106,3044 card 1106,3044 rev 46 class 0c,00,10 hdr 00
(II) PCI: 00:10:0: chip 10b7,9055 card 10b7,9055 rev 24 class 02,00,00 hdr 00
(II) PCI: 00:11:0: chip 1106,3147 card 1043,808c rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1043,808c rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:2: chip 1106,3038 card 1043,808c rev 23 class 0c,03,00 hdr 00
(II) PCI: 00:11:3: chip 1106,3038 card 1043,808c rev 23 class 0c,03,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5961 card 1787,2002 rev 01 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,5941 card 1787,2003 rev 01 class 03,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (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) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xd5800000 - 0xd6efffff (0x1700000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xd8000000 - 0xefffffff (0x18000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI: (0:13:0) Brooktree Corporation Bt878 Video Capture rev 2, Mem @ 0xd7800000/12
(--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x5961) rev 1, Mem @ 0xe8000000/27, 0xd6000000/16, I/O @ 0xd800/8, BIOS @ 0xe7fe0000/17
(--) PCI: (1:0:1) ATI Technologies Inc unknown chipset (0x5941) rev 1, Mem @ 0xd8000000/27, 0xd5800000/16
(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) PCI Memory resource overlap reduced 0xf0000000 from 0xf7ffffff to 0xefffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xd4000000 - 0xd400007f (0x80) MX[B]
	[1] -1	0	0xd5000000 - 0xd50000ff (0x100) MX[B]
	[2] -1	0	0xf0000000 - 0xefffffff (0x0) MX[B]O
	[3] -1	0	0xe7fe0000 - 0xe7ffffff (0x20000) MX[B](B)
	[4] -1	0	0xd6000000 - 0xd600ffff (0x10000) MX[B](B)
	[5] -1	0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[6] -1	0	0xd7800000 - 0xd7800fff (0x1000) MX[B](B)
	[7] -1	0	0x00009400 - 0x0000941f (0x20) IX[B]
	[8] -1	0	0x00009800 - 0x0000981f (0x20) IX[B]
	[9] -1	0	0x0000a000 - 0x0000a00f (0x10) IX[B]
	[10] -1	0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[11] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
	[12] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
	[13] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[14] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
	[0] -1	0	0xd4800000 - 0xd48007ff (0x800) MX[B]
	[1] -1	0	0xd7000000 - 0xd7000fff (0x1000) MX[B]
	[2] -1	0	0xd5800000 - 0xd580ffff (0x10000) MX[B](B)
	[3] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[4] -1	0	0x0000a800 - 0x0000a87f (0x80) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xd4000000 - 0xd400007f (0x80) MX[B]
	[1] -1	0	0xd5000000 - 0xd50000ff (0x100) MX[B]
	[2] -1	0	0xf0000000 - 0xefffffff (0x0) MX[B]O
	[3] -1	0	0xe7fe0000 - 0xe7ffffff (0x20000) MX[B](B)
	[4] -1	0	0xd6000000 - 0xd600ffff (0x10000) MX[B](B)
	[5] -1	0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[6] -1	0	0xd7800000 - 0xd7800fff (0x1000) MX[B](B)
	[7] -1	0	0x00009400 - 0x0000941f (0x20) IX[B]
	[8] -1	0	0x00009800 - 0x0000981f (0x20) IX[B]
	[9] -1	0	0x0000a000 - 0x0000a00f (0x10) IX[B]
	[10] -1	0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[11] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
	[12] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
	[13] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[14] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0	0xd4800000 - 0xd48007ff (0x800) MX[B]
	[1] -1	0	0xd7000000 - 0xd7000fff (0x1000) MX[B]
	[2] -1	0	0xd5800000 - 0xd580ffff (0x10000) MX[B](B)
	[3] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[4] -1	0	0x0000a800 - 0x0000a87f (0x80) 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	0xd4000000 - 0xd400007f (0x80) MX[B]
	[6] -1	0	0xd5000000 - 0xd50000ff (0x100) MX[B]
	[7] -1	0	0xf0000000 - 0xefffffff (0x0) MX[B]O
	[8] -1	0	0xe7fe0000 - 0xe7ffffff (0x20000) MX[B](B)
	[9] -1	0	0xd6000000 - 0xd600ffff (0x10000) MX[B](B)
	[10] -1	0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[11] -1	0	0xd7800000 - 0xd7800fff (0x1000) MX[B](B)
	[12] -1	0	0xd4800000 - 0xd48007ff (0x800) MX[B]
	[13] -1	0	0xd7000000 - 0xd7000fff (0x1000) MX[B]
	[14] -1	0	0xd5800000 - 0xd580ffff (0x10000) MX[B](B)
	[15] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x00009400 - 0x0000941f (0x20) IX[B]
	[19] -1	0	0x00009800 - 0x0000981f (0x20) IX[B]
	[20] -1	0	0x0000a000 - 0x0000a00f (0x10) IX[B]
	[21] -1	0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[22] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
	[23] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
	[24] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[25] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
	[26] -1	0	0x0000a800 - 0x0000a87f (0x80) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(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.3.0.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(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.3.0.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(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) Loading extension X-Resource
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_vertex.o":  No symbols found
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension GLX
(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.3.0.1, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(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.3.0.1, module version = 1.0.2
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="The XFree86 Project"
	compiled for 4.3.99.903, module version = 4.0.1
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.7
(WW) module ABI minor version (7) is newer than the server's version (6)
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 6.4.18
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.4
(II) ATI: ATI driver (version 6.4.18) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
	ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
	ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
	ATI Rage 128 Pro GL PA (AGP?), ATI Rage 128 Pro GL PB (AGP?),
	ATI Rage 128 Pro GL PC (AGP?), ATI Rage 128 Pro GL PD (PCI),
	ATI Rage 128 Pro GL PE (AGP?), ATI Rage 128 Pro GL PF (AGP),
	ATI Rage 128 Pro VR PG (AGP?), ATI Rage 128 Pro VR PH (AGP?),
	ATI Rage 128 Pro VR PI (AGP?), ATI Rage 128 Pro VR PJ (AGP?),
	ATI Rage 128 Pro VR PK (AGP?), ATI Rage 128 Pro VR PL (AGP?),
	ATI Rage 128 Pro VR PM (AGP?), ATI Rage 128 Pro VR PN (AGP?),
	ATI Rage 128 Pro VR PO (AGP?), ATI Rage 128 Pro VR PP (PCI),
	ATI Rage 128 Pro VR PQ (AGP?), ATI Rage 128 Pro VR PR (PCI),
	ATI Rage 128 Pro VR PS (AGP?), ATI Rage 128 Pro VR PT (AGP?),
	ATI Rage 128 Pro VR PU (AGP?), ATI Rage 128 Pro VR PV (AGP?),
	ATI Rage 128 Pro VR PW (AGP?), ATI Rage 128 Pro VR PX (AGP?),
	ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
	ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
	ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (AGP?),
	ATI Rage 128 4X SF (AGP?), ATI Rage 128 4X SG (AGP?),
	ATI Rage 128 4X SH (AGP?), ATI Rage 128 4X SK (AGP?),
	ATI Rage 128 4X SL (AGP?), ATI Rage 128 4X SM (AGP),
	ATI Rage 128 4X SN (AGP?), ATI Rage 128 Pro ULTRA TF (AGP),
	ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
	ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
	ATI Rage 128 Pro ULTRA TU (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/7000 QY (AGP), ATI Radeon VE/7000 QZ (AGP),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
	ATI Radeon IGP330/340/350 (A4) 4137,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QI (AGP),
	ATI Radeon 8500 QJ (AGP), ATI Radeon 8500 QK (AGP),
	ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP),
	ATI Radeon 8500 QN (AGP), ATI Radeon 8500 QO (AGP),
	ATI Radeon 8500 Qh (AGP), ATI Radeon 8500 Qi (AGP),
	ATI Radeon 8500 Qj (AGP), ATI Radeon 8500 Qk (AGP),
	ATI Radeon 8500 Ql (AGP), ATI Radeon 8500 BB (AGP),
	ATI Radeon 7500 QW (AGP), ATI Radeon 7500 QX (AGP),
	ATI Radeon 9000 Id (AGP), ATI Radeon 9000 Ie (AGP),
	ATI Radeon 9000 If (AGP), ATI Radeon 9000 Ig (AGP),
	ATI Radeon Mobility M9 Ld (AGP), ATI Radeon Mobility M9 Le (AGP),
	ATI Radeon Mobility M9 Lf (AGP), ATI Radeon Mobility M9 Lg (AGP),
	ATI Radeon 9200 5960 (AGP), ATI Radeon 9200 5961 (AGP),
	ATI Radeon 9200 5962 (AGP), ATI Radeon 9200 5963 (AGP),
	ATI Radeon 9200 5964 (AGP), ATI Radeon M9+ 5968 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon M9+ 5969 (AGP),
	ATI Radeon M9+ 596A (AGP), ATI Radeon M9+ 596B (AGP),
	ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP),
	ATI Radeon 9500 AF (AGP), ATI FireGL Z1/X1 AG (AGP),
	ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
	ATI Radeon 9700 NF (AGP), ATI FireGL X1 NG (AGP)
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
(--) Chipset ATI Radeon 9200 5961 (AGP) 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	0xd4000000 - 0xd400007f (0x80) MX[B]
	[6] -1	0	0xd5000000 - 0xd50000ff (0x100) MX[B]
	[7] -1	0	0xf0000000 - 0xefffffff (0x0) MX[B]O
	[8] -1	0	0xe7fe0000 - 0xe7ffffff (0x20000) MX[B](B)
	[9] -1	0	0xd6000000 - 0xd600ffff (0x10000) MX[B](B)
	[10] -1	0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[11] -1	0	0xd7800000 - 0xd7800fff (0x1000) MX[B](B)
	[12] -1	0	0xd4800000 - 0xd48007ff (0x800) MX[B]
	[13] -1	0	0xd7000000 - 0xd7000fff (0x1000) MX[B]
	[14] -1	0	0xd5800000 - 0xd580ffff (0x10000) MX[B](B)
	[15] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x00009400 - 0x0000941f (0x20) IX[B]
	[19] -1	0	0x00009800 - 0x0000981f (0x20) IX[B]
	[20] -1	0	0x0000a000 - 0x0000a00f (0x10) IX[B]
	[21] -1	0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[22] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
	[23] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
	[24] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[25] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
	[26] -1	0	0x0000a800 - 0x0000a87f (0x80) IX[B]
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(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	0xd4000000 - 0xd400007f (0x80) MX[B]
	[6] -1	0	0xd5000000 - 0xd50000ff (0x100) MX[B]
	[7] -1	0	0xf0000000 - 0xefffffff (0x0) MX[B]O
	[8] -1	0	0xe7fe0000 - 0xe7ffffff (0x20000) MX[B](B)
	[9] -1	0	0xd6000000 - 0xd600ffff (0x10000) MX[B](B)
	[10] -1	0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[11] -1	0	0xd7800000 - 0xd7800fff (0x1000) MX[B](B)
	[12] -1	0	0xd4800000 - 0xd48007ff (0x800) MX[B]
	[13] -1	0	0xd7000000 - 0xd7000fff (0x1000) MX[B]
	[14] -1	0	0xd5800000 - 0xd580ffff (0x10000) MX[B](B)
	[15] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[16] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[17] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[18] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1	0	0x00009400 - 0x0000941f (0x20) IX[B]
	[22] -1	0	0x00009800 - 0x0000981f (0x20) IX[B]
	[23] -1	0	0x0000a000 - 0x0000a00f (0x10) IX[B]
	[24] -1	0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[25] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
	[26] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
	[27] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[28] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
	[29] -1	0	0x0000a800 - 0x0000a87f (0x80) IX[B]
	[30] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[31] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) RADEON(0): MMIO registers at 0xd6000000
(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.3.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.6
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) RADEON(0): PCI bus 1 card 0 func 0
(**) RADEON(0): Depth 24, (--) framebuffer bpp 32
(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(**) RADEON(0): Option "EnablePageFlip" "on"
(==) RADEON(0): RGB weight 888
(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon 9200 5961 (AGP)" (ChipID = 0x5961)
(--) RADEON(0): Linear framebuffer at 0xe8000000
(--) RADEON(0): BIOS at 0xe7fe0000
(--) RADEON(0): VideoRAM: 131072 kByte (128 bit DDR SDRAM)
(II) RADEON(0): AGP card detected
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(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.3.0.1, module version = 1.2.0
	ABI class: XFree86 Video Driver, version 0.6
(II) RADEON(0): I2C bus "DDC" initialized.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 2, Detected Type: 3
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 3, Detected Type: 0
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 4, Detected Type: 0
(II) RADEON(0): Displays Detected: Monitor1--Type 3, Monitor2--Type 0

(II) RADEON(0): Monitor1 EDID data ---------------------------
(II) RADEON(0): Manufacturer: ACR  Model: ad04  Serial#: 1
(II) RADEON(0): Year: 2003  Week: 42
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 34  vert.: 27
(II) RADEON(0): Gamma: 2.07
(II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.640 redY: 0.340   greenX: 0.289 greenY: 0.609
(II) RADEON(0): blueX: 0.140 blueY: 0.069   whiteX: 0.310 whiteY: 0.329
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@70Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 1280  vsize 1024  refresh: 75  vid: 36737
(II) RADEON(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEON(0): #2: hsize: 1024  vsize 768  refresh: 75  vid: 20321
(II) RADEON(0): #3: hsize: 1024  vsize 768  refresh: 60  vid: 16481
(II) RADEON(0): #4: hsize: 800  vsize 600  refresh: 75  vid: 20293
(II) RADEON(0): #5: hsize: 800  vsize 600  refresh: 60  vid: 16453
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 108.0 MHz   Image Size:  340 x 270 mm
(II) RADEON(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) RADEON(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) RADEON(0): Serial No: 342008F5PK00
(II) RADEON(0): Ranges: V min: 55  V max: 75 Hz, H min: 30  H max: 83 kHz, PixClock max 140 MHz
(II) RADEON(0): Monitor name: Acer AL1721
(II) RADEON(0): End of Monitor1 EDID data --------------------
(II) RADEON(0): 
(II) RADEON(0): Primary Display == Type 3
(II) RADEON(0): DFP table revision: 4
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head ---------
(II) RADEON(0): Panel size found from DDC: 1280x1024
(II) RADEON(0): Valid Mode from Detailed timing table: 1280x1024
(II) RADEON(0): Valid Mode from standard timing table: 1280x1024
(II) RADEON(0): Valid Mode from standard timing table: 1280x1024
(II) RADEON(0): Valid Mode from standard timing table: 1024x768
(II) RADEON(0): Valid Mode from standard timing table: 1024x768
(II) RADEON(0): Valid Mode from standard timing table: 800x600
(II) RADEON(0): Valid Mode from standard timing table: 800x600
(II) RADEON(0): Valid Mode from established timing table: 1280x1024
(II) RADEON(0): Valid Mode from established timing table: 1024x768
(II) RADEON(0): Valid Mode from established timing table: 1024x768
(II) RADEON(0): Valid Mode from established timing table: 1024x768
(II) RADEON(0): Valid Mode from established timing table: 800x600
(II) RADEON(0): Valid Mode from established timing table: 800x600
(II) RADEON(0): Valid Mode from established timing table: 640x480
(II) RADEON(0): Valid Mode from established timing table: 640x480
(II) RADEON(0): Total of 15 mode(s) found.
(II) RADEON(0): Total number of valid DDC mode(s) found: 15
(II) RADEON(0): Valid mode using on-chip RMX: 1280x1024
(II) RADEON(0): Valid mode using on-chip RMX: 1152x870
(II) RADEON(0): Valid mode using on-chip RMX: 1024x768
(II) RADEON(0): Valid mode using on-chip RMX: 800x600
(II) RADEON(0): Valid mode using on-chip RMX: 640x480
(II) RADEON(0): Total number of valid FP mode(s) found: 5
(--) RADEON(0): Virtual size is 1280x1024 (pitch 1280)
(**) RADEON(0): *Mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066
(**) RADEON(0): *Mode "1152x870": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1152x870"  108.00  1152 1328 1440 1688  870 1025 1028 1066
(**) RADEON(0): *Mode "1024x768": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1024x768"  108.00  1024 1328 1440 1688  768 1025 1028 1066
(**) RADEON(0): *Mode "800x600": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "800x600"  108.00  800 1328 1440 1688  600 1025 1028 1066
(**) RADEON(0): *Mode "640x480": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x480"  108.00  640 1328 1440 1688  480 1025 1028 1066
(**) RADEON(0):  Default mode "640x350": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x350"  108.00  640 1328 1440 1688  350 1025 1028 1066
(**) RADEON(0):  Default mode "640x400": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x400"  108.00  640 1328 1440 1688  400 1025 1028 1066
(**) RADEON(0):  Default mode "720x400": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "720x400"  108.00  720 1328 1440 1688  400 1025 1028 1066
(**) RADEON(0):  Default mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1152x864"  108.00  1152 1328 1440 1688  864 1025 1028 1066
(**) RADEON(0):  Default mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1280x960"  108.00  1280 1328 1440 1688  960 1025 1028 1066
(**) RADEON(0):  Default mode "832x624": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "832x624"  108.00  832 1328 1440 1688  624 1025 1028 1066
(**) RADEON(0):  Default mode "1152x768": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1152x768"  108.00  1152 1328 1440 1688  768 1025 1028 1066
(--) RADEON(0): Display dimensions: (340, 270) mm
(--) RADEON(0): DPI set to (95, 96)
(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.3.0.1, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.2
(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.3.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.6
(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.3.0.1, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.6
(II) RADEON(0): AGP Fast Write disabled by default
(II) RADEON(0): Depth moves disabled by default
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Loading /usr/X11R6/lib/modules/libshadowfb.a
(II) Module shadowfb: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.2
(II) RADEON(0): Page flipping enabled
(!!) RADEON(0): For information on using the multimedia capabilities
 of this adapter, please see http://gatos.sf.net.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xd6000000 - 0xd600ffff (0x10000) MX[B]
	[1] 0	0	0xe8000000 - 0xefffffff (0x8000000) MX[B]
	[2] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1	0	0xd4000000 - 0xd400007f (0x80) MX[B]
	[8] -1	0	0xd5000000 - 0xd50000ff (0x100) MX[B]
	[9] -1	0	0xf0000000 - 0xefffffff (0x0) MX[B]O
	[10] -1	0	0xe7fe0000 - 0xe7ffffff (0x20000) MX[B](B)
	[11] -1	0	0xd6000000 - 0xd600ffff (0x10000) MX[B](B)
	[12] -1	0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[13] -1	0	0xd7800000 - 0xd7800fff (0x1000) MX[B](B)
	[14] -1	0	0xd4800000 - 0xd48007ff (0x800) MX[B]
	[15] -1	0	0xd7000000 - 0xd7000fff (0x1000) MX[B]
	[16] -1	0	0xd5800000 - 0xd580ffff (0x10000) MX[B](B)
	[17] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[18] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[19] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[20] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[21] 0	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[22] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[23] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[24] -1	0	0x00009400 - 0x0000941f (0x20) IX[B]
	[25] -1	0	0x00009800 - 0x0000981f (0x20) IX[B]
	[26] -1	0	0x0000a000 - 0x0000a00f (0x10) IX[B]
	[27] -1	0	0x0000a400 - 0x0000a47f (0x80) IX[B]
	[28] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
	[29] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
	[30] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[31] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
	[32] -1	0	0x0000a800 - 0x0000a87f (0x80) IX[B]
	[33] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[34] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(WW) RADEON(0): Failed to set up write-combining range (0xe8000000,0x8000000)
(II) RADEON(0): Wrote: rd=12, fd=96, pd=1
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) RADEON(0): [drm] created "radeon" driver at busid "PCI:1:0:0"
(II) RADEON(0): [drm] added 8192 byte SAREA at 0xd1a41000
(II) RADEON(0): [drm] mapped SAREA 0xd1a41000 to 0x4827a000
(II) RADEON(0): [drm] framebuffer handle = 0xe8000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(WW) RADEON(0): [agp] AGP not available
(II) RADEON(0): [drm] removed 1 reserved context for kernel
(II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xd1a41000 at 0x4827a000
(II) RADEON(0): Memory manager initialized to (0,0) (1280,8191)
(II) RADEON(0): Reserved area from (0,1024) to (1280,1026)
(II) RADEON(0): Largest offscreen area available: 1280 x 7165
(II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Indirect CPU to Screen color expansion
	Solid Lines
	Scanline Image Writes
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		32 256x256 slots
		16 512x512 slots
(II) RADEON(0): Acceleration enabled
(==) RADEON(0): Backing store disabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor (scanline 1026)
(II) RADEON(0): Largest offscreen area available: 1280 x 7161
(**) Option "dpms"
(**) RADEON(0): DPMS enabled
(II) RADEON(0): Direct rendering disabled
(==) RandR enabled
Symbol miRegionEqual from module /usr/X11R6/lib/modules/drivers/radeon_drv.o is unresolved!
(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) Initializing built-in extension RANDR
(**) Option "Protocol" "IMPS/2"
(**) Logitech PS/2 Cordless Wheel Mouse: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Logitech PS/2 Cordless Wheel Mouse: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Buttons" "5"
(**) Logitech PS/2 Cordless Wheel Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Logitech PS/2 Cordless Wheel Mouse: ZAxisMapping: buttons 4 and 5
(**) Logitech PS/2 Cordless Wheel Mouse: Buttons: 5
(**) Option "Resolution" "100"
(**) Logitech PS/2 Cordless Wheel Mouse: Resolution: 100
(II) Keyboard "Logitech PS/2 Cordless Keyboard" handled by legacy driver
(II) XINPUT: Adding extended input device "Logitech PS/2 Cordless Wheel Mouse" (type: MOUSE)
(II) Logitech PS/2 Cordless Wheel Mouse: ps2EnableDataReporting: succeeded
AUDIT: Tue Apr 13 21:39:48 2004: 2916 X: client 2 rejected from local host
AUDIT: Tue Apr 13 21:39:48 2004: 2916 X: client 4 rejected from local host
AUDIT: Tue Apr 13 21:39:48 2004: 2916 X: client 3 rejected from local host
AUDIT: Tue Apr 13 21:39:48 2004: 2916 X: client 5 rejected from local host
(II) RADEON(0): Wrote: rd=2, fd=32, pd=2

XFree86 X server log files on system:
-rw-r--r--    1 root     root        36778 2004-04-13 21:42 /var/log/XFree86.0.log


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.4
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (ignored: LC_ALL set to fr_FR@euro)

Versions of packages xserver-xfree86 depends on:
ii  debconf [debconf-2.0]       1.4.21       Debian configuration management sy
ii  libc6                       2.3.2.ds1-11 GNU C Library: Shared libraries an
ii  xserver-common              4.3.0-7      files and utilities common to all 
ii  zlib1g                      1:1.2.1-5    compression library - runtime

-- debconf information:
* xserver-xfree86/config/device/identifier: ATI Radeon 9200 (128Mo, TVout, DVI)
* xserver-xfree86/config/monitor/screen-size: 17 inches (430 mm)
* xserver-xfree86/config/device/use_fbdev: false
* xserver-xfree86/config/monitor/selection-method: Advanced
  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: 
* xserver-xfree86/config/inputdevice/keyboard/layout: fr
* xserver-xfree86/config/monitor/horiz-sync: 30-83
* xserver-xfree86/config/monitor/identifier: ACER AL1721 TFT
  shared/no_known_x-server: 
  xserver-xfree86/autodetect_mouse: true
* xserver-xfree86/config/device/video_ram: 
* xserver-xfree86/config/monitor/mode-list: 1280x960 @ 60Hz
* 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: pc105
* xserver-xfree86/config/write_dri_section: true
* xserver-xfree86/config/device/driver: ati
* xserver-xfree86/config/monitor/vert-refresh: 55-75
* xserver-xfree86/config/display/default_depth: 24
* xserver-xfree86/config/inputdevice/mouse/zaxismapping: true
* xserver-xfree86/config/display/modes: 1280x1024, 1024x768, 800x600, 640x480
  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/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/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

---------------------------------------
Received: (at 243575-done) by bugs.debian.org; 28 Apr 2004 20:39:14 +0000
>From fabbione@fabbione.net Wed Apr 28 13:39:13 2004
Return-path: <fabbione@fabbione.net>
Received: from port5.ds1-sby.adsl.cybercity.dk (trider-g7.fabbione.net) [212.242.169.198] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BIvpo-0003MQ-00; Wed, 28 Apr 2004 13:39:12 -0700
Received: from trider-g7.ext.fabbione.net (port5.ds1-sby.adsl.cybercity.dk [212.242.169.198])
	by trider-g7.fabbione.net (Postfix) with ESMTP
	id 2A91629; Wed, 28 Apr 2004 22:39:09 +0200 (CEST)
Date: Wed, 28 Apr 2004 22:39:05 +0200 (CEST)
From: Fabio Massimo Di Nitto <fabbione@fabbione.net>
Sender: fabbione@fabbione.net
To: 207543-done@bugs.debian.org, 216806-done@bugs.debian.org,
	219311-done@bugs.debian.org, 222804-done@bugs.debian.org,
	224909-done@bugs.debian.org, 231589-done@bugs.debian.org,
	233818-done@bugs.debian.org, 233933-done@bugs.debian.org,
	234081-done@bugs.debian.org, 234575-done@bugs.debian.org,
	236604-done@bugs.debian.org, 237046-done@bugs.debian.org,
	238276-done@bugs.debian.org, 238340-done@bugs.debian.org,
	238407-done@bugs.debian.org, 238555-done@bugs.debian.org,
	238638-done@bugs.debian.org, 238797-done@bugs.debian.org,
	239341-done@bugs.debian.org, 239988-done@bugs.debian.org,
	239991-done@bugs.debian.org, 241127-done@bugs.debian.org,
	241286-done@bugs.debian.org, 241331-done@bugs.debian.org,
	241539-done@bugs.debian.org, 242209-done@bugs.debian.org,
	242830-done@bugs.debian.org, 242865-done@bugs.debian.org,
	242987-done@bugs.debian.org, 243000-done@bugs.debian.org,
	243575-done@bugs.debian.org
Subject: Closing bugs after 4.3.0.dfsg.1-1 upload
Message-ID: <Pine.LNX.4.58.0404282227350.32146@trider-g7.ext.fabbione.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=iso-8859-1
Content-Transfer-Encoding: QUOTED-PRINTABLE
Delivered-To: 243575-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-1.0 required=4.0 tests=BAYES_00,SORTED_RECIPS 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 31

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


Due to an unfortunate error the upload has been registered as NMU.

Full changelog here:

Format: 1.7
Date: Wed, 28 Apr 2004 18:55:17 +0200
Source: xfree86
Binary: libx11-6-dbg libxtst6-dbg xserver-common xlibs-static-dev libxp6-db=
g xbase-clients xlibmesa3-dbg libxtrap6-dbg xfonts-75dpi libxt6 libice6-dbg=
 xmh libxaw6-dbg x-dev libxv1 libxext6-dbg xlibmesa-dev libxpm4 libxtst6 xl=
ibmesa-gl-dev xfonts-cyrillic libx11-6 libsm6-dbg xlibs-pic xlibs-data x-wi=
ndow-system xfree86-common xlibmesa-dri xlibmesa3 libxv1-dbg libxrandr2 xli=
bmesa-glu libxaw7-dev xnest libxaw6 xterm libxp6 xlibmesa-dri-dbg libxrandr=
2-dbg libxmu6 xlibmesa-glu-dbg libx11-dev xlibs-static-pic libxpm4-dbg libx=
aw7-dbg libxmu6-dbg xlibmesa-glu-dev libxmuu-dev pm-dev libxext6 libxft1-db=
g libxtst-dev libxv-dev libxp-dev twm x-window-system-dev libsm-dev xfonts-=
scalable libdps1-dbg libxmuu1-dbg xfwp libice6 libxmu-dev xlibs libdps-dev =
xserver-xfree86-dbg libxrandr-dev libsm6 xserver-xfree86 libdps1 proxymngr =
xfonts-base-transcoded libxaw6-dev lbxproxy x-window-system-core xutils xsp=
ecs libxtrap6 libice-dev libxt-dev xfs libxmuu1 libxi6-dbg xfonts-base xlib=
s-dbg libxpm-dev xlibmesa-gl xfonts-100dpi-transcoded libxtrap-dev xfonts-1=
00dpi libxext-dev xfonts-75dpi-transcoded xlibosmesa4-dbg libxft1 xprt libx=
i-dev xlibosmesa-dev xlibosmesa4 xvfb libxaw7 xlibmesa-gl-dbg xdm xlibs-dev=
 libxi6 libxt6-dbg
Architecture: source i386 all
Version: 4.3.0.dfsg.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Fabio M. Di Nitto <fabbione@fabbione.net>
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)
 libice-dev - Inter-Client Exchange library development files
 libice6    - Inter-Client Exchange library
 libice6-dbg - Inter-Client Exchange library (unstripped)
 libsm-dev  - X Window System Session Management library development files
 libsm6     - X Window System Session Management library
 libsm6-dbg - X Window System Session Management library (unstripped)
 libx11-6   - X Window System protocol client library
 libx11-6-dbg - X Window System protocol client library (unstripped)
 libx11-dev - X Window System protocol client library development files
 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
 libxext-dev - X Window System miscellaneous extension library development =
files
 libxext6   - X Window System miscellaneous extension library
 libxext6-dbg - X Window System miscellaneous extension library (unstripped=
)
 libxft1    - FreeType-based font drawing library for X (version 1)
 libxft1-dbg - FreeType-based font drawing library for X (version 1, unstri=
pped)
 libxi-dev  - X Window System Input extension library development files
 libxi6     - X Window System Input extension library
 libxi6-dbg - X Window System Input extension library (unstripped)
 libxmu-dev - X Window System miscellaneous utility library development fil=
es
 libxmu6    - X Window System miscellaneous utility library
 libxmu6-dbg - X Window System miscellaneous utility library (unstripped)
 libxmuu-dev - lightweight X Window System miscellaneous utility library de=
velop
 libxmuu1   - lightweight X Window System miscellaneous utility library
 libxmuu1-dbg - lightweight X Window System miscellaneous utility library (=
unstri
 libxp-dev  - X Window System printing extension library development files
 libxp6     - X Window System printing extension library
 libxp6-dbg - X Window System printing extension library (unstripped)
 libxpm-dev - X pixmap library development files
 libxpm4    - X pixmap library
 libxpm4-dbg - X pixmap library (unstripped)
 libxrandr-dev - X Window System Resize, Rotate and Reflection extension li=
brary d
 libxrandr2 - X Window System Resize, Rotate and Reflection extension libra=
ry
 libxrandr2-dbg - X Window System Resize, Rotate and Reflection extension l=
ibrary (
 libxt-dev  - X Toolkit Intrinsics development files
 libxt6     - X Toolkit Intrinsics
 libxt6-dbg - X Toolkit Intrinsics (unstripped)
 libxtrap-dev - X Window System protocol-trapping extension library develop=
ment f
 libxtrap6  - X Window System protocol-trapping extension library
 libxtrap6-dbg - X Window System protocol-trapping extension library (unstr=
ipped)
 libxtst-dev - X Window System event recording and testing extension librar=
y dev
 libxtst6   - X Window System event recording and testing extension library
 libxtst6-dbg - X Window System event recording and testing extension libra=
ry (un
 libxv-dev  - X Window System video extension library development files
 libxv1     - X Window System video extension library
 libxv1-dbg - X Window System video extension library (unstripped)
 pm-dev     - proxy management protocol development files
 proxymngr  - X proxy services manager
 twm        - Tab window manager
 x-dev      - X protocol development files
 x-window-system - X Window System
 x-window-system-core - X Window System core components
 x-window-system-dev - X Window System development 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-dri - Mesa 3D graphics library modules [XFree86]
 xlibmesa-dri-dbg - Mesa 3D graphics library modules (unstripped) [XFree86]
 xlibmesa-gl - Mesa 3D graphics library [XFree86]
 xlibmesa-gl-dbg - Mesa 3D graphics library (unstripped) [XFree86]
 xlibmesa-gl-dev - Mesa 3D graphics library development files [XFree86]
 xlibmesa-glu - Mesa OpenGL utility library [XFree86]
 xlibmesa-glu-dbg - Mesa OpenGL utility library (unstripped) [XFree86]
 xlibmesa-glu-dev - Mesa OpenGL utility library development files [XFree86]
 xlibmesa3  - XFree86 Mesa libraries pseudopackage
 xlibmesa3-dbg - XFree86 Mesa unstripped libraries pseudopackage
 xlibosmesa-dev - Mesa off-screen rendering library development files [XFre=
e86]
 xlibosmesa4 - Mesa off-screen rendering library [XFree86]
 xlibosmesa4-dbg - Mesa off-screen rendering library (unstripped) [XFree86]
 xlibs      - X Window System client libraries metapackage and XKB data
 xlibs-data - X Window System client data
 xlibs-dbg  - X Window System unstripped client libraries pseudopackage
 xlibs-dev  - X Window System client library development files pseudopackag=
e
 xlibs-pic  - XFree86 static PIC libraries pseudopackage
 xlibs-static-dev - X Window System client library development files
 xlibs-static-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: 207543 216806 219311 222804 224909 231589 233818 233933 234081 2345=
75 236604 237046 238276 238340 238407 238555 238638 238797 239341 239988 23=
9991 241127 241286 241331 241539 242209 242830 242865 242987 243000 243575
Changes:
 xfree86 (4.3.0.dfsg.1-1) unstable; urgency=3Dlow
 .
   Changes by Branden Robinson and Fabio Massimo di Nitto:
 .
   * Re-generate .orig tar archive to eliminate files containing object cod=
e
     with no corresponding source (none of which are actually needed or use=
d by
     XFree86 at run time).  Add these files to the prune-non-free script.
     Update patch #025 to stop patching one of the affected files and add p=
atch
     #913 to remove all references to the affected files inside the code
     required to build.  Update MANIFEST and xserver-xfree86.install files =
for
     alpha, hurd-i386, i386, ia64 and sparc accordingly. Thanks to Nathanae=
l
     Nerode for his assistance with this issue.  (Closes: #242865)
 .
   * Fix SEGV when attempting to use GLX extension on SPARC due to failure =
of
     extension to initialize a Mesa context; patch by Ferris McCormick,
     backported from XFree86 CVS 2003-12-08 by Christian Guggenberger,
     and updated to build on non-SPARC architectures by Fabio M. Di Nitto.
     (Closes: #241331)
 .
   Changes by Fabio Massimo di Nitto:
 .
   * Quote menu items in Debian menu files (quiets Lintian warning).
 .
   Changes by Branden Robinson:
 .
   * The tar achive within the .orig tar archive (stored this way due to th=
e
     requirements of dbs) has been re-packed using gzip instead of bzip2.  =
This
     increases the size of the .orig tar archive by 10MB (a 21% increase), =
but
     speeds unpacking of the stored tar achive from 2m49s to 39s on a 400MH=
z
     PowerPC 750 (G3) processor with 512MB of RAM.
 .
   * Add FAQ entry about the <LSGT> key problem.  Edit news item about the
     <LSGT> problem to tidy up the wording a little and direct people to th=
e
     FAQ for more information.
 .
   * Make xev flush standard output after processing each event, since its
     exit(0) is unreachable code (thanks, Bill Currie).  (Closes: #238638)
 .
   * Fix compilation of a.out object loader on uClibc (and possibly other
     non-GNU-libc systems) in XFree86 X server by including correct header =
file
     for ntohl() prototype (thanks, Erik Andersen).  (Closes: #216806)
 .
   * Restore original xdm behavior of interpreting an XDMCP request port of
     zero (the default) as an instruction not to open a port at all.
     Equivalent code was apparently accidentally deleted in upstream CVS
     (thanks, Jeff King).  (Closes: #239341)
 .
   * Fix cosmetic formatting error in dexconf manpage.
 .
   * Improve logging of xdm's script handling in session.c.
     + Make execution of the session program an informational log message (=
with
       LogInfo()), not a Debug() message.
     + Ensure that source()d scripts (Xreset, Xsetup, Xstartup) can be
       fopen()ed before invoking runAndWait() on them.  If they can, LogInf=
o()
       the fact.  If they cannot, LogInfo() that, too, and use _SysErrorMsg=
()
       to report why fopen() failed.  (Closes: #219311)
     + Make source() complain using Debug() when it is given a null pointer=
 in
       its file argument.
     + For clarity, make source() return from only one location.
 .
   * Clean up debian/rules's "not building" logic.
     + Rename NOT_BUILDING_XF86_SERVER to NOT_BUILDING_XFREE86_X_SERVER.
     + Use NOT_BUILDING_XFREE86_X_SERVER, not NOT_BUILDING_X_SERVER, to con=
trol
       whether build-tree/xc-xserver-xfree86-dbg is populated and built.  T=
his
       should speed up builds on the s390 architecture.
     + Drop now-unused NOT_BUILDING_X_SERVER variable entirely.
 .
   * Stop shipping the generated files encodings.dir, fonts.cache-1, fonts.=
dir,
     and fonts.scale in the xfonts-scalable package.  (Closes: #238555)
 .
   * If defoma-app and fontconfig's defoma script are available, invoke
     "defoma-app update fontconfig" on package configuration and removal;
     otherwise, use fc-cache as before.  (Closes: #238797)
 .
   * Stop setting the debconf-configured default amount of video RAM to 8MB=
 for
     users of the i810 driver; in XFree86 4.3.0, the i810 driver defaults t=
o
     8MB internally, and the i830 driver defaults to 32MB if DRI is enabled=
,
     and 8MB otherwise.  (Closes: #238340)
 .
   * If using Discover 1.x to scan for hardware in the XFree86 X server
     packages' config scripts, pass the discover command the
     "--disable=3Dserial,parallel" option to avoid long delays on some syst=
ems.
     We're certain to not find a VGA device on those buses anyway.  Also,
     discard standard error output from discover 1.x.  (Closes: #237046)
 .
   * If using Discover 2.x to scan for hardware in the XFree86 X server
     packages' config scripts, invoke the discover command such that an
     abnormal exit on its part does not crash the script.
 .
   * Grab fixes to the X server's DIX events processing from XFree86 CVS
     (none later than 2004-01-23).
     + Fix a potential hang in Xinerama caused by an uninitialized
       sprite.hotShape. [Mark Vojkovich]
     + Build fix for when XKB is disabled but XINPUT isn't.  Reported by Pa=
ul
       Jarc. [Marc Aurele La France]
     + Fix a crash when xkb is disabled. [Matthieu Herrb] (Closes: #238407)
 .
   * Apply patch by Emmanuel Thom=C3=A9 and Ole Rohne to enable resume from=
 suspend
     level S3 on Dell D600 and D800 laptops; when the VT is re-entered, the
     Radeon chipset's memory size is queried, and if zero is returned, the
     chipset is re-POSTed via the int10 interface.  (Closes: #234575)
 .
   * Implement IsolateDevice and SingleCard layout options for XF86Config, =
and
     -isolateDevice command-line flag for XFree86 X server.  Useful for
     multi-card setups where different X servers run on each card (thanks,
     Andreas Schuldei).  (Closes: #207543)
 .
   * Correct the package description of libx11-6-dbg to accurately identify=
 the
     location of Xlib's loadable modules (thanks, Chung-chieh Shan).
     (Closes: #239988)
 .
   * Fix the latin(type3) PC keyboard map to override the AB10 key definiti=
on
     inherited from the basic layout, mapping the key to "minus, underscore=
"
     rather than "slash, question".  This enables the al (Albanian), hr
     (Croatian), pl2 (Polish QWERTZ), si (Slovenian), and yu (Yugoslavian)
     layouts to inherit this key mapping (though al overrides it).  Thanks =
to
     Josip Rodin for reporting this bug and testing the fix.  (Closes: #236=
604)
 .
   * Update libxmuu-dev's package description to explain why it does not sh=
ip
     header files.
 .
   * German keyboards using the "nodeadkeys" variant should produce an
     apostrophe, not an acute accent, when <AE12> is pressed.  This change =
is
     also consistent with the existing xc/programs/xkbcomp/symbols/de file
     (thanks, Andreas Metzler).  (Closes: #241127)
 .
   * Demote x-window-system-dev's priority to "extra" since it depends on
     library -dbg packages, which are themselves of extra priority (see Deb=
ian
     Policy section 2.5).
 .
   * Add Fabio Massimo Di Nitto to list of package uploaders.
 .
   * Fix update-fonts-scale to not attempt to manipulate temporary files th=
at
     do not exist.  (Closes: #243000)
 .
   * Enhance update-fonts-scale in several small ways:
     + Improve comments.
     + Update copyright notice.
     + On startup, query the terminal with stty if $COLUMNS is not set.
     + Send all diagnostic messages to standard error output in message()
       function.
     + Add observe() function for debugging diagnostics.
     + Rename error() to die() and update invocations of it accordingly.
     + Quote shell variables more religiously when expanding them.
     + Use consistent syntax style.
     + Update Vim modeline.
 .
   * Improve update-fonts-scale(8) manual page:
     + Update copyright notice.
     + Fix minor wording issues.
     + Add "ENVIRONMENT" section documenting effects of $COLUMNS and $DEBUG=
=2E
     + Add a preface to the "DIAGNOSTICS" section.
     + Document the new "index references nonexistent font file" diagnostic=
=2E
 .
   * Update xdm.options(5) and xfs.options(5) manual pages to instruct the =
user
     to use the invoke-rc.d command instead of invoking packages' init scri=
pts
     directly.
 .
   * Improve xfs package's maintainer scripts:
     + Always start the daemon on package install (as opposed to upgrade).
       (Closes: #241539)
     + Replace xfs "upgrade" flag file with two distinct ones, "install" an=
d
       "daemon-not-stopped".  Create install flag file when preinst script =
is
       invoked with "install" argument; remove in postinst, and in postrm w=
hen
       invoked with "abort-install" or "abort-upgrade" argument.  Create
       "daemon-not-stopped" flag file in prerm script if the daemon is not
       stopped with invoke-rc.d; remove in postinst, and in postrm when inv=
oked
       with "abort-upgrade" argument.
     + Duplicate the postinst's daemon logic in the postrm when invoked wit=
h
       the "abort-upgrade" argument; this way the daemon is restarted if it=
 was
       stopped for upgrade, but the upgrade failed.
     + Pass package name literally to update-rc.d and invoke-rc.d; quiets
       lintian warning.
     + Call db_stop before update-rc.d; if the latter spews to stdout, it c=
an
       confuse debconf.
     + Use shell's && and || operators instead of test(1)'s -a and -o
       operators, since the former is POSIX-compliant and the latter is not=
=2E
 .
   * Disable RandR extension support in siliconmotion driver when the drive=
r's
     "Rotate" option is used (thanks, Jim Paris).  (Closes: #241286)
 .
   * Implement XkbOption "grp:sclk_toggle" (pressing Scroll Lock toggles th=
e
     key group), courtesy of Michal Kaspar.  (Closes: #242209)
 .
   * Provide instructions on how to read the FAQ in every README.Debian fil=
e.
 .
   * Add dependency of libxtst-dev on libxi-dev; XTest.h #includes XInput.h=
 for
     a structure definition, though objects that link against libXtst don't
     necessarily link against libXi (thanks, Glenn Maynard).  (Closes: #242=
830)
 .
   * Update list of available video drivers on each architecture in
     xserver-xfree86's config script.
 .
   * Migrate users of the GPM repeater (/dev/gpmdata) to the IntelliMouse
     protocol and make this the only protocol supported in debconf for that
     mouse port.  Document and justify migration in NEWS file.
     (Closes: #233933)
 .
   * Tidy up relationships with now-vanished xlib6g and xlib6g-dev packages=
=2E
     This enables people to keep the versions of these packages that were
     harmless pseudopackages on the system.
     + Version xfree86-common's and xutils's replacement of xlib6g-dev at <=
<
       4.0 (xlib6g-dev shipped no files after that).
     + Version xlibs's conflict with and replacement of xlib6g and xlib6g-d=
ev
       at << 4.0.  (Closes: #233818)
     + Version xlibs-static-dev's conflict with and replacement of xlib6g-d=
ev
       at << 4.0.
 .
   * Re-order diagnostic output of xserver-xfree86 bug script to be skimmab=
le
     more quickly (in Branden's opinion, anyway).
 .
   * Fix dexconf to not write an empty line to the end of generated
     XF86Config{,-4} files.
 .
   * Rename shell-lib.sh's safe_debconf() function to run(); there's no rea=
son
     to imply it's useful only for debconf commands.  Update all script
     invocations of safe_debconf() to run().
 .
   * Source the debconf confmodule *before* setting variables local to
     maintainer scripts; the way confmodule works causes the values of any
     unexported variables already set to be lost (continuation of incomplet=
e or
     regressed fix from 4.2.1-10).
 .
   * Fix up xfree86-common postinst and postrm scripts in minor ways.
     + Pass package name literally to update-rc.d and invoke-rc.d; quiets
       lintian warning.
     + Use shell's && and || operators instead of test(1)'s -a and -o
       operators, since the former is POSIX-compliant and the latter is not=
=2E
 .
   * Improve xdm package's maintainer scripts:
     + Add capability to start the daemon on package install, controlled by=
 the
       "start-on-install" flag in /etc/X11/xdm/xdm.options (which defaults
       off).  Update xdm.options(5) manpage to document this option and exp=
lain
       why it defaults off.
     + Replace "upgrade" flag file with two distinct ones, "install" and
       "daemon-not-stopped".  Create install flag file when preinst script =
is
       invoked with "install" argument; remove in postinst, and in postrm w=
hen
       invoked with "abort-install" or "abort-upgrade" argument.  Create
       "daemon-not-stopped" flag file in prerm script if the daemon is not
       stopped with invoke-rc.d; remove in postinst, and in postrm when inv=
oked
       with "abort-upgrade" argument.
     + Make the logic deciding whether or not to start the daemon more
       sophisticated.  After determining the user's intentions via the
       xdm.options file, check to see if the daemon is already running, and
       record its pid.  If it isn't, check xdm's Xservers file to see if we
       would be starting an X server on the current display.  If either of
       these is the case, refuse to start the daemon and issue a warning
       message explaining why.
     + Duplicate relevant logic from the postinst script logic in the postr=
m
       when invoked with the "abort-upgrade" argument; this way the daemon =
is
       restarted if it was stopped for upgrade, but the upgrade failed.
     + Pass package name literally to update-rc.d and invoke-rc.d; quiets
       lintian warning.
     + Call db_stop before update-rc.d; if the latter spews to stdout, it c=
an
       confuse debconf.
     + Use shell's && and || operators instead of test(1)'s -a and -o
       operators, since the former is POSIX-compliant and the latter is not=
=2E
 .
   * Migrate xdm's PAM configuration to the New World Order.  (Closes: #231=
589)
     + Use @include common-{auth,account,session,password} to load pam_unix=
=2Eso
       instead of doing so directly.
     + Load pam_nologin.so as a requisite auth module.
     + Load pam_limits.so as a required session module.
     + Make xdm depend on libpam-modules and libpam-runtime (>=3D 0.76-13.1=
).
 .
   * Fix problem with DVI displays connected to ATI Radeon 9200 cards not
     initializing properly every other time the X server is started (patch =
by
     Hui Yu of ATI, from XFree86 Bugzilla #673).  (Closes: #243575)
 .
   * Fix problem with shift key misbehaving when caps lock active on PC
     keyboards using the Dvorak layout: don't define such keyboards as
     four-level (patch by Ivan Pascal, from XFree86 CVS 2003-04-19 via Deni=
s
     Barbier).  (Closes: #242987)
 .
   * Apply backport by David Mosberger of PCI support in XFree86 CVS (no co=
de
     more recent than 2003-10-30) for the ZX1 IA-64 chipset.  (Closes: #238=
276)
 .
   * Fix typo in sun rules file for XKB: provide separate "type6" and
     "type6_euro" model definitions, instead of defining "type6" twice (tha=
nks,
     Denis Barbier).
 .
   * Rewrite prune-non-free script, and move it to debian/scripts directory=
=2E
 .
   * Fix typo in example XKB option in Danish translation of
     xserver-xfree86/config/inputdevice/keyboard/options template (thanks,
     Denis Barbier).
 .
   * Fix _XimProtoCreateIC() to call _XimUnregisterFilter() on errors creat=
ing
     the input context.  Prevents a SEGV in the ximcp Xlib module (thanks,
     Chung-chieh Shan).  (Closes: #239991)
 .
   * Add XKB support for Compaq Evo laptop multimedia keys (patch by Egbert
     Eich, from XFree86 CVS 2003-09-08).  (Closes: #222804)
 .
   * Fix the altwin:meta_win and altwin:left_meta_win XKB options to not
     override current definitions of Alt keys or the Mod1 modifier map (tha=
nks,
     Denis Barbier).  (Closes: #234081)
 .
   * Fix AT keyboard rate I/O controls by operating on the actual console f=
ile
     descriptor, not on file descriptor zero (thanks, Keith Packard).
     Suppresses warning messages from Linux 2.6.  (Closes: #224909)
Files:
 f9fdb8124e341953fa162d7882fbf255 2659 x11 optional xfree86_4.3.0.dfsg.1-1.=
dsc
 8e6990288c8f1a1d1e03f7c36d7185ee 59123696 x11 optional xfree86_4.3.0.dfsg.=
1.orig.tar.gz
 ba19d267008314f16faa252cddaaa36a 2212185 x11 optional xfree86_4.3.0.dfsg.1=
-1.diff.gz
 8caa6504671cbf84bcae73e0f0913126 214316 x11 optional lbxproxy_4.3.0.dfsg.1=
-1_i386.deb
 de4e47f1f9603ea511427daba0cf6243 251170 libs optional libdps1_4.3.0.dfsg.1=
-1_i386.deb
 0aa1f50f7e194a66c157f2a7274819e6 749564 libdevel extra libdps1-dbg_4.3.0.d=
fsg.1-1_i386.deb
 7d6a94f91a0c446949787eed371b05b3 308704 libdevel optional libdps-dev_4.3.0=
=2Edfsg.1-1_i386.deb
 817cc146c16f4bebb995c693ec03aa3d 168536 libs optional libice6_4.3.0.dfsg.1=
-1_i386.deb
 b13a5ca9d8713e9bdf7c87c17f028eb3 252868 libdevel extra libice6-dbg_4.3.0.d=
fsg.1-1_i386.deb
 e46c8c14065744482510e4e706c41aaf 171846 libdevel optional libice-dev_4.3.0=
=2Edfsg.1-1_i386.deb
 2c20abcc72fd3373d0a4c670eb5fe6cd 146282 libs optional libsm6_4.3.0.dfsg.1-=
1_i386.deb
 4646a5a34d1a5f5dd6f6b2639b02f2b5 171932 libdevel extra libsm6-dbg_4.3.0.df=
sg.1-1_i386.deb
 e36b1a3d9c976a75c00f2fdcba5ec608 143216 libdevel optional libsm-dev_4.3.0.=
dfsg.1-1_i386.deb
 615ea0708ded122b250d7f9f98a93df7 678764 libs optional libx11-6_4.3.0.dfsg.=
1-1_i386.deb
 245b5f4cab55d97e420b5dddc7830444 9574188 libdevel extra libx11-6-dbg_4.3.0=
=2Edfsg.1-1_i386.deb
 0deeeb3a2b74fe3dd05aafd1c30013cc 1329100 libdevel optional libx11-dev_4.3.=
0.dfsg.1-1_i386.deb
 d2414ca6af421ee92a5a1e6fd592a70b 250324 libs optional libxaw6_4.3.0.dfsg.1=
-1_i386.deb
 37656b0cd11b315eed2f2458e7d6395f 856588 libdevel extra libxaw6-dbg_4.3.0.d=
fsg.1-1_i386.deb
 445f5e00bab1f70789569803b87bdcad 380624 libdevel extra libxaw6-dev_4.3.0.d=
fsg.1-1_i386.deb
 ca9b1fc69ea99ec83fff1ff0bbb7132e 303454 libs optional libxaw7_4.3.0.dfsg.1=
-1_i386.deb
 04101cd59b2d6abf87a7cdfba17be957 991802 libdevel extra libxaw7-dbg_4.3.0.d=
fsg.1-1_i386.deb
 b89c5acbb354c94fc2c636592b1ce167 380516 libdevel optional libxaw7-dev_4.3.=
0.dfsg.1-1_i386.deb
 e4eeedaaf366bafda7f51890682c1abe 153366 libs optional libxext6_4.3.0.dfsg.=
1-1_i386.deb
 36d74f382a0f22d39bb08804d40d72d2 474196 libdevel extra libxext6-dbg_4.3.0.=
dfsg.1-1_i386.deb
 60c404f9870e567b434307e81e6858e4 213370 libdevel optional libxext-dev_4.3.=
0.dfsg.1-1_i386.deb
 f7b37d3ccee76abf720df5bfce11d2a8 155714 libs optional libxft1_4.3.0.dfsg.1=
-1_i386.deb
 19412845697bff206a58a385204c98ad 436118 libdevel extra libxft1-dbg_4.3.0.d=
fsg.1-1_i386.deb
 c789ace8c41744fc63f070479145f4fe 144652 libs optional libxi6_4.3.0.dfsg.1-=
1_i386.deb
 cad68cee6a9fd3aa0658baf00503299d 1131846 libdevel extra libxi6-dbg_4.3.0.d=
fsg.1-1_i386.deb
 8163c8cc5e3e26f9df942eb1de3912c6 198054 libdevel optional libxi-dev_4.3.0.=
dfsg.1-1_i386.deb
 e84b789d2500e3ffb9df87efd7372640 174852 libs optional libxmu6_4.3.0.dfsg.1=
-1_i386.deb
 be57e50b90a1d17a17803744fe439ef3 626636 libdevel extra libxmu6-dbg_4.3.0.d=
fsg.1-1_i386.deb
 4a2fa5edbc99907246f799baa2b7b870 184812 libdevel optional libxmu-dev_4.3.0=
=2Edfsg.1-1_i386.deb
 be990ff8f6607c976fa6476a7ed74c83 136678 libs optional libxmuu1_4.3.0.dfsg.=
1-1_i386.deb
 8f432636f3cc81a2057092106b7cc42d 175028 libdevel extra libxmuu1-dbg_4.3.0.=
dfsg.1-1_i386.deb
 0e0457844a23d26e565d4b76bba89b5e 129546 libdevel optional libxmuu-dev_4.3.=
0.dfsg.1-1_i386.deb
 bbd6017c1802c5e11de71409e5dd3d43 143798 libs optional libxp6_4.3.0.dfsg.1-=
1_i386.deb
 b408c5afef59dba84f4cc4b09fcddb75 531734 libdevel extra libxp6-dbg_4.3.0.df=
sg.1-1_i386.deb
 255b9c318e10923a196a957aa1f3ac93 145526 libdevel optional libxp-dev_4.3.0.=
dfsg.1-1_i386.deb
 4489861f03b478ecb2f6384a759be808 159498 libs optional libxpm4_4.3.0.dfsg.1=
-1_i386.deb
 a3b60ab44679b17f77e480255ec11f9e 204872 libdevel extra libxpm4-dbg_4.3.0.d=
fsg.1-1_i386.deb
 e9b0ecc31456c2235e340096069b743b 158574 libdevel optional libxpm-dev_4.3.0=
=2Edfsg.1-1_i386.deb
 17f537c58bf80e4d38de156419cb996a 136452 libs optional libxrandr2_4.3.0.dfs=
g.1-1_i386.deb
 09c6e8ae9288caefa10f66b0d09339fc 167012 libdevel extra libxrandr2-dbg_4.3.=
0.dfsg.1-1_i386.deb
 2d536b7f0f51f53cc9cc7c32be09caca 137296 libdevel optional libxrandr-dev_4.=
3.0.dfsg.1-1_i386.deb
 6ad831973c46309740a480ee896cdf2a 282808 libs optional libxt6_4.3.0.dfsg.1-=
1_i386.deb
 96c18e1ee2fdb91c40a2d22c35dd0463 1497106 libdevel extra libxt6-dbg_4.3.0.d=
fsg.1-1_i386.deb
 4614c62412de141b841e42d140e11486 583110 libdevel optional libxt-dev_4.3.0.=
dfsg.1-1_i386.deb
 5ed150ee7bf89ce779ee626490599eb0 145576 libs optional libxtrap6_4.3.0.dfsg=
=2E1-1_i386.deb
 9b4fd9c329b7117029653219eeff21a1 376882 libdevel extra libxtrap6-dbg_4.3.0=
=2Edfsg.1-1_i386.deb
 0d30e48c009f8bdc3d8d3e9242e0b9e7 151346 libdevel optional libxtrap-dev_4.3=
=2E0.dfsg.1-1_i386.deb
 01012103fcced9a17b7b97674d3414b0 139446 libs optional libxtst6_4.3.0.dfsg.=
1-1_i386.deb
 bda1ab9cf5d396529acf697f53497545 203066 libdevel extra libxtst6-dbg_4.3.0.=
dfsg.1-1_i386.deb
 34504c1d5d7ceb9b1d2dbd16874bf7bf 137034 libdevel optional libxtst-dev_4.3.=
0.dfsg.1-1_i386.deb
 d50d7753b12a48a96586114728b524e4 137572 libs optional libxv1_4.3.0.dfsg.1-=
1_i386.deb
 5a99f49850ad06269ed6293a928a92fc 169708 libdevel extra libxv1-dbg_4.3.0.df=
sg.1-1_i386.deb
 10df432f507bc8c2383ea6df0eda2534 157228 libdevel optional libxv-dev_4.3.0.=
dfsg.1-1_i386.deb
 623a2c7744045439e9d54d3da35eb9d4 147760 x11 optional proxymngr_4.3.0.dfsg.=
1-1_i386.deb
 b88702e2bc46208e49bb4fe57129eeea 230266 x11 optional twm_4.3.0.dfsg.1-1_i3=
86.deb
 6d1158155b01abfbb505a4e96e981a18 1909674 x11 optional xbase-clients_4.3.0.=
dfsg.1-1_i386.deb
 e21e077f62675005393b7e8cdf4df464 264758 x11 optional xdm_4.3.0.dfsg.1-1_i3=
86.deb
 1d71f232ba6f526560933c1940e14970 459840 x11 optional xfs_4.3.0.dfsg.1-1_i3=
86.deb
 0ce8ffad6882ec8c980c730526bf6902 147188 x11 optional xfwp_4.3.0.dfsg.1-1_i=
386.deb
 a8ec579fb3b2576a2e4ca1570e88d428 4968140 x11 optional xlibmesa-dri_4.3.0.d=
fsg.1-1_i386.deb
 d3bea195caa943d311d09c9fca707fbc 49438296 x11 optional xlibmesa-dri-dbg_4.=
3.0.dfsg.1-1_i386.deb
 2036e25ff97bbaa84a931bd0fcdc582a 248440 libs optional xlibmesa-gl_4.3.0.df=
sg.1-1_i386.deb
 ded108937b4c48a26b7e257d6d51f61b 1195636 libdevel extra xlibmesa-gl-dbg_4.=
3.0.dfsg.1-1_i386.deb
 2193a15ecfeb35f604a4e6621a8f9e92 671696 libdevel optional xlibmesa-gl-dev_=
4.3.0.dfsg.1-1_i386.deb
 adad50a30b174630e857bff222df56a5 330876 libs optional xlibmesa-glu_4.3.0.d=
fsg.1-1_i386.deb
 962a56f6db1cf2718c46040df27b91b0 1077736 libdevel extra xlibmesa-glu-dbg_4=
=2E3.0.dfsg.1-1_i386.deb
 7ed0636d9278e901321e8023709781da 401432 libdevel optional xlibmesa-glu-dev=
_4.3.0.dfsg.1-1_i386.deb
 5040611b54803f54d86aa44314ab850e 626544 libs optional xlibosmesa4_4.3.0.df=
sg.1-1_i386.deb
 0dee7a7a3f8c1d438ad5c4718a02d78e 4547118 libdevel extra xlibosmesa4-dbg_4.=
3.0.dfsg.1-1_i386.deb
 48e224d6db8a4badbe02a1eb80c5df0c 756306 libdevel optional xlibosmesa-dev_4=
=2E3.0.dfsg.1-1_i386.deb
 134ead8e96dc17ec9e02967422631e4a 819838 libdevel optional xlibs-static-dev=
_4.3.0.dfsg.1-1_i386.deb
 fc5bf92bc927b5764b35e03f89fe529a 351884 libdevel extra xlibs-static-pic_4.=
3.0.dfsg.1-1_i386.deb
 a9a10c422938b23e4fd6256daef412d0 193878 mail extra xmh_4.3.0.dfsg.1-1_i386=
=2Edeb
 4aaf3b87dea177d0e434d6cb188644a9 1432514 x11 optional xnest_4.3.0.dfsg.1-1=
_i386.deb
 f938be55361480bfd3a3b19377d3ee95 1093210 x11 optional xprt_4.3.0.dfsg.1-1_=
i386.deb
 4be7534961832defec4c011cf4e97938 299370 x11 optional xserver-common_4.3.0.=
dfsg.1-1_i386.deb
 c4c57347089dbf367309fef17ac84963 5449362 x11 optional xserver-xfree86_4.3.=
0.dfsg.1-1_i386.deb
 4532f48a3583641869ecdbcb1aa9602f 52318942 x11 extra xserver-xfree86-dbg_4.=
3.0.dfsg.1-1_i386.deb
 74b979ee5c53e22ea1b7a51bd07de225 598940 x11 optional xterm_4.3.0.dfsg.1-1_=
i386.deb
 9419187109e240d7a04460a064a0b728 855518 x11 optional xutils_4.3.0.dfsg.1-1=
_i386.deb
 b33f06cdafb10a25e4240c38684d7311 1567104 x11 optional xvfb_4.3.0.dfsg.1-1_=
i386.deb
 257f8fa739fdb319ea3517f3c9ccd30b 125304 x11 optional x-window-system-core_=
4.3.0.dfsg.1-1_i386.deb
 dc6319bbc3f36f0bbe0c972f427098d7 125356 x11 extra x-window-system-dev_4.3.=
0.dfsg.1-1_i386.deb
 7c9fc40605de193163419c86495974e1 125102 oldlibs optional xlibmesa3_4.3.0.d=
fsg.1-1_i386.deb
 4485933aee05dd56c460b6d7adc8d7c9 125938 libdevel optional pm-dev_4.3.0.dfs=
g.1-1_all.deb
 b00a81d346e7ab54639949f1802c7c0a 182880 libdevel optional x-dev_4.3.0.dfsg=
=2E1-1_all.deb
 23b2a7a33fe0c6729db218cd86513489 4327950 x11 optional xfonts-100dpi_4.3.0.=
dfsg.1-1_all.deb
 d41c671f054da1954e52edd2b1722992 8160782 x11 optional xfonts-100dpi-transc=
oded_4.3.0.dfsg.1-1_all.deb
 a4f5fe1f2da48539a9f8450f43a22288 3805712 x11 optional xfonts-75dpi_4.3.0.d=
fsg.1-1_all.deb
 d2371142eb4198548f5a9ba428b6ab53 7037472 x11 optional xfonts-75dpi-transco=
ded_4.3.0.dfsg.1-1_all.deb
 594b7a37d2b209adbf88dd016ca047f1 5471870 x11 optional xfonts-base_4.3.0.df=
sg.1-1_all.deb
 c961101482c9172aa53c0218162a6efd 1168712 x11 optional xfonts-base-transcod=
ed_4.3.0.dfsg.1-1_all.deb
 4a7b5db6366f77c4abcccb603f1252da 506068 x11 optional xfonts-cyrillic_4.3.0=
=2Edfsg.1-1_all.deb
 305a216feaf2658bd7cf9fc2e037e380 865884 x11 optional xfonts-scalable_4.3.0=
=2Edfsg.1-1_all.deb
 916958d717889565367fae2b42be1705 690734 x11 optional xfree86-common_4.3.0.=
dfsg.1-1_all.deb
 b4bb97e478e36ccf09d3ec293bc3a499 373724 libs optional xlibs_4.3.0.dfsg.1-1=
_all.deb
 30c687fb53285afdf37d43ac7a696e24 862828 libs optional xlibs-data_4.3.0.dfs=
g.1-1_all.deb
 d13517cb6c97d984775041fa6602125f 5802502 x11 optional xspecs_4.3.0.dfsg.1-=
1_all.deb
 8206fe1b8e4ac91b06b58073d25514b7 125230 x11 optional x-window-system_4.3.0=
=2Edfsg.1-1_all.deb
 0c174b643b38f9e8cf6c59672daa0bbd 125090 oldlibs extra xlibmesa3-dbg_4.3.0.=
dfsg.1-1_all.deb
 5e83377096e7ec4d95ba1d67f65acddd 125076 oldlibs optional xlibmesa-dev_4.3.=
0.dfsg.1-1_all.deb
 6124f688b268c5be63db6220a9b6ed1e 125138 oldlibs extra xlibs-dbg_4.3.0.dfsg=
=2E1-1_all.deb
 18fbc95d7724db6e65e58f356f19b660 125136 oldlibs extra xlibs-dev_4.3.0.dfsg=
=2E1-1_all.deb
 5b2282f8a67a982a931c6f968b8204d5 125044 oldlibs extra xlibs-pic_4.3.0.dfsg=
=2E1-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAkBZshCzbekR3nhgRAqLeAJ0WpDH+ceNhZZWzLwjvAXzD+Sf6VACfQXeO
ERdJ1mxFkLIyYDnTdRpIeng=3D
=3DRBIb
-----END PGP SIGNATURE-----



Reply to: