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

Bug#233780: marked as done (xlibmesa-dri: DRI-based hardware 3D acceleration broken due to missing sse_test_dummy symbol)



Your message dated Mon, 01 Mar 2004 02:47:44 -0500
with message-id <E1Axi9Q-0006uI-00@newraff.debian.org>
and subject line Bug#229984: fixed in xfree86 4.3.0-3
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; 19 Feb 2004 22:34:42 +0000
>From jason@luggage.neep.wisc.edu Thu Feb 19 14:34:42 2004
Return-path: <jason@luggage.neep.wisc.edu>
Received: from luggage.neep.wisc.edu (localhost) [128.104.184.205] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Atwkk-0004JY-00; Thu, 19 Feb 2004 14:34:42 -0800
Received: from jason by localhost with local (Exim 4.30)
	id 1AtwkD-0000Fp-94; Thu, 19 Feb 2004 16:34:09 -0600
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
From: Jason Kraftcheck <kraftche@cae.wisc.edu>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: xserver-xfree86: DRI for Radeon Mobility M6 LY hangs
X-Mailer: reportbug 2.39
Date: Thu, 19 Feb 2004 16:34:09 -0600
Message-Id: <E1AtwkD-0000Fp-94@localhost>
Sender: Jason Kraftcheck <jason@luggage.neep.wisc.edu>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_02_18 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.5 required=4.0 tests=DATING,HAS_PACKAGE,
	MAILTO_TO_SPAM_ADDR autolearn=no 
	version=2.60-bugs.debian.org_2004_02_18
X-Spam-Level: 

Package: xserver-xfree86
Version: 4.3.0-2
Severity: normal


X hangs when glxgears (and any other GL app I've tried) is run.  Started 
occurring with upgrade to xserver-xfree86-4.3.0-2 from 4.2.1-12.1.  Hangs 
with both 2.4.24 and 2.6.2 kernels.  No problems if DRI is disabled.



-- Package-specific info:
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M6 LY
01:00.0 Class 0300: 1002:4c59

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

Section "ServerFlags"
	# Disable ctrl-alt-{+|-}
#	Option	"DontZoom"
	Option	"DPMS"	"True"
EndSection

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

# internal keyboard
Section "InputDevice"
	Identifier	"Main Keyboard"
	Driver		"keyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc101"
	Option		"XkbLayout"	"us"
EndSection

# All mice for 2.6 kernel, USB mice for 2.4 kernel
Section "InputDevice"
       Identifier      "Mice"
       Driver	       "mouse"
       Option	       "Device" 	       "/dev/input/mice"
       Option	       "Protocol"	       "IMPS/2"
       Option	       "Emulate3Buttons"       "false"
       Option	       "ZAxisMapping"	       "4 5"
EndSection

# Need this also for 2.4 kernel.  NULL device node in 2.6 knerel.
Section "InputDevice"
       Identifier      "PSAux"
       Driver	       "mouse"
       Option	       "Device" 	       "/dev/psaux"
       Option	       "Protocol"	       "IMPS/2"
       Option	       "Emulate3Buttons"       "true"
       Option	       "ZAxisMapping"	       "4 5"
EndSection


# CRT only -- deactivate LCD
Section "Device"
	Identifier	"Radeon Mobility CRT Only"
	Driver		"ati"
	BusID		"PCI:1:0:0"
	Option		"CloneDisplay"		"true"
	Option		"PanelOff"		"true"
	Option		"CloneMode"		"1280x1024"
	Option		"CloneHSync"		"30-95"
	Option		"CloneVRefresh"		"50-180"
EndSection

# external CRT
Section "Monitor"
	Identifier	"CRT"
	HorizSync	30-95
	VertRefresh	50-180
	Option		"DPMS"	"True"
EndSection

# CRT for use without LCD
Section "Screen"
	Identifier	"CRT Screen"
	Device		"Radeon Mobility CRT Only"
	Monitor		"CRT"
	DefaultDepth	24
	SubSection "Display"
		Depth 24
	EndSubSection
EndSection

# CRT only
Section "ServerLayout"
	Identifier	"External"
	Screen		"CRT Screen"
	InputDevice	"Main Keyboard"	"CoreKeyboard"
	InputDevice	"Mice"		"CorePointer"
	InputDevice	"PSAux"		"SendCoreEvents"
EndSection


Section "DRI"
	Mode	0666
EndSection

# end of XF86Config


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-2 20040218145349 root@butters.hq.amellus.com)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.23-1-k7 i686 [ELF] 
Build Date: 18 February 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.4.24-1-686 (herbert@gondolin) (gcc version 3.3.2 (Debian)) #1 Wed Feb 4 20:22:14 EST 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: Thu Feb 19 15:28:08 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "External"
(**) |-->Screen "CRT Screen" (0)
(**) |   |-->Monitor "CRT"
(**) |   |-->Device "Radeon Mobility CRT Only"
(**) |-->Input Device "Main Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc101"
(**) XKB: model: "pc101"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mice"
(**) |-->Input Device "PSAux"
(**) FontPath set to "/usr/local/share/fonts/tt,/usr/lib/X11/fonts/misc:unscaled,/usr/lib/X11/fonts/100dpi:unscaled,/usr/lib/X11/fonts/75dpi:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7

(II) Open APM successful
(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 = 0x8000eac0, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,3575 card 0000,0000 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,3576 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,2482 card 8086,4541 rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2484 card 8086,4541 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,2487 card 8086,4541 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 41 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,248c card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,248a card 8086,4541 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:5: chip 8086,2485 card 1013,5959 rev 01 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,2486 card 134d,4c21 rev 01 class 07,03,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4c59 card 1028,00e4 rev 00 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 10b7,9200 card 1028,00e3 rev 78 class 02,00,00 hdr 00
(II) PCI: 02:01:0: chip 104c,ac51 card 0000,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 02:01:1: chip 104c,ac51 card 0000,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 02:03:0: chip 168c,0013 card 1737,0018 rev 01 class 02,00,00 hdr 00
(II) PCI: 02:08:0: chip 10b7,9200 card 1028,00ae rev 78 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,7), 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: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[1] -1	0	0x0000c400 - 0x0000c4ff (0x100) IX[B]
	[2] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[B]
	[3] -1	0	0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xfc000000 - 0xfdffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,16), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[1] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[2] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[3] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]
	[4] -1	0	0x0000f000 - 0x0000f0ff (0x100) IX[B]
	[5] -1	0	0x0000f400 - 0x0000f4ff (0x100) IX[B]
	[6] -1	0	0x0000f800 - 0x0000f8ff (0x100) IX[B]
	[7] -1	0	0x0000fc00 - 0x0000fcff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xf4000000 - 0xfbffffff (0x8000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:1:0), (2,3,6), BCTRL: 0x07c0 (VGA_EN is cleared)
(II) PCI-to-CardBus bridge:
(II) Bus 7: bridge is at (2:1:1), (2,7,10), BCTRL: 0x07c0 (VGA_EN is cleared)
(--) PCI:*(1:0:0) ATI Technologies Inc Radeon Mobility M6 LY rev 0, Mem @ 0xe0000000/27, 0xfcff0000/16, I/O @ 0xc000/8
(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 0xd0000000 from 0xdfffffff to 0xcfffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xf8fff800 - 0xf8fff87f (0x80) MX[B]
	[1] -1	0	0xf8fe0000 - 0xf8feffff (0x10000) MX[B]
	[2] -1	0	0xf8fffc00 - 0xf8fffc7f (0x80) MX[B]
	[3] -1	0	0x20000000 - 0x200003ff (0x400) MX[B]
	[4] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[5] -1	0	0xfcff0000 - 0xfcffffff (0x10000) MX[B](B)
	[6] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[7] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[8] -1	0	0x0000ec80 - 0x0000ecff (0x80) IX[B]
	[9] -1	0	0x0000d080 - 0x0000d0ff (0x80) IX[B]
	[10] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[11] -1	0	0x0000dc40 - 0x0000dc7f (0x40) IX[B]
	[12] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[13] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[14] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[15] -1	0	0x00000170 - 0x00000170 (0x1) IX[B]
	[16] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[17] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[18] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[19] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[20] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
	[21] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xf8fff800 - 0xf8fff87f (0x80) MX[B]
	[1] -1	0	0xf8fe0000 - 0xf8feffff (0x10000) MX[B]
	[2] -1	0	0xf8fffc00 - 0xf8fffc7f (0x80) MX[B]
	[3] -1	0	0x20000000 - 0x200003ff (0x400) MX[B]
	[4] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[5] -1	0	0xfcff0000 - 0xfcffffff (0x10000) MX[B](B)
	[6] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[7] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[8] -1	0	0x0000ec80 - 0x0000ecff (0x80) IX[B]
	[9] -1	0	0x0000d080 - 0x0000d0ff (0x80) IX[B]
	[10] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[11] -1	0	0x0000dc40 - 0x0000dc7f (0x40) IX[B]
	[12] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[13] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[14] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[15] -1	0	0x00000170 - 0x00000170 (0x1) IX[B]
	[16] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[17] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[18] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[19] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[20] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
	[21] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x1fffffff (0x1ff00000) 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 - 0x1fffffff (0x1ff00000) 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	0xf8fff800 - 0xf8fff87f (0x80) MX[B]
	[6] -1	0	0xf8fe0000 - 0xf8feffff (0x10000) MX[B]
	[7] -1	0	0xf8fffc00 - 0xf8fffc7f (0x80) MX[B]
	[8] -1	0	0x20000000 - 0x200003ff (0x400) MX[B]
	[9] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[10] -1	0	0xfcff0000 - 0xfcffffff (0x10000) MX[B](B)
	[11] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[12] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[13] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[14] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[15] -1	0	0x0000ec80 - 0x0000ecff (0x80) IX[B]
	[16] -1	0	0x0000d080 - 0x0000d0ff (0x80) IX[B]
	[17] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[18] -1	0	0x0000dc40 - 0x0000dc7f (0x40) IX[B]
	[19] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[20] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[21] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[22] -1	0	0x00000170 - 0x00000170 (0x1) IX[B]
	[23] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[24] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[25] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[26] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[27] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
	[28] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(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) 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) 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: "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) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Loading extension GLX
(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: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 2.0.2
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(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: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.6
(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) 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
(II) ATI:  Candidate "Device" section "Radeon Mobility CRT Only".
(--) Chipset ATI Radeon Mobility M6 LY (AGP) found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x1fffffff (0x1ff00000) 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	0xf8fff800 - 0xf8fff87f (0x80) MX[B]
	[6] -1	0	0xf8fe0000 - 0xf8feffff (0x10000) MX[B]
	[7] -1	0	0xf8fffc00 - 0xf8fffc7f (0x80) MX[B]
	[8] -1	0	0x20000000 - 0x200003ff (0x400) MX[B]
	[9] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[10] -1	0	0xfcff0000 - 0xfcffffff (0x10000) MX[B](B)
	[11] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[12] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[13] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[14] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[15] -1	0	0x0000ec80 - 0x0000ecff (0x80) IX[B]
	[16] -1	0	0x0000d080 - 0x0000d0ff (0x80) IX[B]
	[17] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[18] -1	0	0x0000dc40 - 0x0000dc7f (0x40) IX[B]
	[19] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[20] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[21] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[22] -1	0	0x00000170 - 0x00000170 (0x1) IX[B]
	[23] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[24] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[25] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[26] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[27] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
	[28] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 4.0.1
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.6
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x1fffffff (0x1ff00000) 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	0xf8fff800 - 0xf8fff87f (0x80) MX[B]
	[6] -1	0	0xf8fe0000 - 0xf8feffff (0x10000) MX[B]
	[7] -1	0	0xf8fffc00 - 0xf8fffc7f (0x80) MX[B]
	[8] -1	0	0x20000000 - 0x200003ff (0x400) MX[B]
	[9] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[10] -1	0	0xfcff0000 - 0xfcffffff (0x10000) MX[B](B)
	[11] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[12] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[13] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[14] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[18] -1	0	0x0000ec80 - 0x0000ecff (0x80) IX[B]
	[19] -1	0	0x0000d080 - 0x0000d0ff (0x80) IX[B]
	[20] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[21] -1	0	0x0000dc40 - 0x0000dc7f (0x40) IX[B]
	[22] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[23] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[24] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[25] -1	0	0x00000170 - 0x00000170 (0x1) IX[B]
	[26] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[27] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[28] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[29] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[30] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
	[31] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
	[32] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[33] 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.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 "PanelOff" "true"
(**) RADEON(0): Option "CloneMode" "1280x1024"
(**) RADEON(0): Option "CloneHSync" "30-95"
(**) RADEON(0): Option "CloneVRefresh" "50-180"
(==) 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) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon Mobility M6 LY (AGP)" (ChipID = 0x4c59)
(--) RADEON(0): Linear framebuffer at 0xe0000000
(--) RADEON(0): MMIO registers at 0xfcff0000
(--) RADEON(0): VideoRAM: 16384 kByte (64-bit DDR SDRAM)
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
	compiled for 4.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): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 2, 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): 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: 1
(II) RADEON(0): Displays Detected: Monitor1--Type 2, Monitor2--Type 1

(II) RADEON(0): Monitor2 EDID data ---------------------------
(II) RADEON(0): Manufacturer: DEL  Model: 5002  Serial#: 875579959
(II) RADEON(0): Year: 2002  Week: 43
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) RADEON(0): Sync:  Separate  Composite  SyncOnGreen
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 36  vert.: 27
(II) RADEON(0): Gamma: 2.50
(II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): GTF timings supported
(II) RADEON(0): redX: 0.625 redY: 0.340   greenX: 0.280 greenY: 0.605
(II) RADEON(0): blueX: 0.155 blueY: 0.070   whiteX: 0.283 whiteY: 0.298
(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@75Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): 1152x870@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 1280  vsize 1024  refresh: 85  vid: 39297
(II) RADEON(0): #1: hsize: 1600  vsize 1200  refresh: 75  vid: 20393
(II) RADEON(0): #2: hsize: 1600  vsize 1200  refresh: 85  vid: 22953
(II) RADEON(0): #3: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) RADEON(0): #4: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 94.5 MHz   Image Size:  352 x 264 mm
(II) RADEON(0): h_active: 1024  h_sync: 1072  h_sync_end 1168 h_blank_end 1376 h_border: 0
(II) RADEON(0): v_active: 768  v_sync: 769  v_sync_end 772 v_blanking: 808 v_border: 0
(II) RADEON(0): Ranges: V min: 48  V max: 170 Hz, H min: 30  H max: 107 kHz, PixClock max 240 MHz
(II) RADEON(0): Monitor name: DELL P992
(II) RADEON(0): Serial No: 8D4662AL40J7
(II) RADEON(0): End of Monitor2 EDID data --------------------
(II) RADEON(0): 
(II) RADEON(0): Primary Display == Type 2
(II) RADEON(0): Clone Display == Type 1
(II) RADEON(0): Panel ID string: 1024x768                
(II) RADEON(0): Panel Size from BIOS: 1024x768
(II) RADEON(0): BIOS provided dividers will be used.(II) RADEON(0): PLL parameters: rf=2700 rd=60 min=12000 max=35000; xclk=16600
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Clone modes validation ------------ 
(II) RADEON(0): Clone mode øø in config file is used
(II) RADEON(0): HSync for CloneMode from config file: 30-95
(II) RADEON(0): VRefresh for CloneMode from config file: 50-180
(WW) RADEON(0): config file vrefresh range 50-180Hz not within DDC vrefresh range 48-170Hz
(II) RADEON(0): CRT: Using hsync range of 30.00-95.00 kHz
(II) RADEON(0): CRT: Using vrefresh range of 50.00-180.00 Hz
(II) RADEON(0): Clock range:  12.00 to 350.00 MHz
(II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1792x1344" (width too large for virtual size)
(II) RADEON(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1792x1344" (width too large for virtual size)
(II) RADEON(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1856x1392" (width too large for virtual size)
(II) RADEON(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1856x1392" (width too large for virtual size)
(II) RADEON(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1920x1440" (width too large for virtual size)
(II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1920x1440" (width too large for virtual size)
(II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1600x1024" (width too large for virtual size)
(II) RADEON(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1920x1440" (width too large for virtual size)
(II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(**) RADEON(0): Virtual size is 1280x1024 (pitch 1280)
(**) RADEON(0): *Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(II) RADEON(0): Modeline "1280x1024"  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync
(**) RADEON(0):  Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(II) RADEON(0): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) RADEON(0):  Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) RADEON(0):  Default mode "1280x960": 148.5 MHz, 85.9 kHz, 85.0 Hz
(II) RADEON(0): Modeline "1280x960"  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync
(**) RADEON(0):  Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1280x960"  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync
(**) RADEON(0):  Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(II) RADEON(0): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync
(**) RADEON(0):  Default mode "1152x768": 65.0 MHz, 44.2 kHz, 54.8 Hz
(II) RADEON(0): Modeline "1152x768"   65.00  1152 1178 1314 1472  768 771 777 806 +hsync +vsync
(**) RADEON(0):  Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) RADEON(0): Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync
(**) RADEON(0):  Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) RADEON(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(**) RADEON(0):  Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) RADEON(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
(**) RADEON(0):  Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) RADEON(0):  Default mode "1024x768": 44.9 MHz, 35.5 kHz, 87.1 Hz (I)
(II) RADEON(0): Modeline "1024x768"   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync
(**) RADEON(0):  Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) RADEON(0): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync
(**) RADEON(0):  Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) RADEON(0): Modeline "800x600"   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync
(**) RADEON(0):  Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) RADEON(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(**) RADEON(0):  Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) RADEON(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
(**) RADEON(0):  Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) RADEON(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) RADEON(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) RADEON(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) RADEON(0):  Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) RADEON(0): Modeline "640x480"   36.00  640 696 752 832  480 481 484 509 -hsync -vsync
(**) RADEON(0):  Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) RADEON(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(**) RADEON(0):  Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) RADEON(0): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync -vsync
(**) RADEON(0):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(**) RADEON(0):  Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(II) RADEON(0): Modeline "720x400"   35.50  720 756 828 936  400 401 404 446 -hsync +vsync
(**) RADEON(0):  Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) RADEON(0): Modeline "640x400"   31.50  640 672 736 832  400 401 404 445 -hsync +vsync
(**) RADEON(0):  Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) RADEON(0): Modeline "640x350"   31.50  640 672 736 832  350 382 385 445 +hsync -vsync
(**) RADEON(0):  Default mode "512x384": 22.4 MHz, 35.5 kHz, 87.1 Hz (D)
(II) RADEON(0): Modeline "512x384"   22.45  512 516 604 632  384 384 388 409 interlace doublescan +hsync +vsync
(**) RADEON(0):  Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) RADEON(0): Modeline "416x312"   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync
(**) RADEON(0):  Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(II) RADEON(0): Modeline "400x300"   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync
(**) RADEON(0):  Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) RADEON(0): Modeline "400x300"   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync
(**) RADEON(0):  Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) RADEON(0): Modeline "400x300"   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync
(**) RADEON(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) RADEON(0): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync
(**) RADEON(0):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) RADEON(0): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync
(**) RADEON(0):  Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
(II) RADEON(0): Modeline "320x240"   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync
(**) RADEON(0):  Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(II) RADEON(0): Modeline "320x240"   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync
(**) RADEON(0):  Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(II) RADEON(0): Modeline "320x240"   15.75  320 332 352 416  240 244 245 260 doublescan -hsync -vsync
(**) RADEON(0):  Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) RADEON(0): Modeline "320x240"   12.60  320 328 376 400  240 245 246 262 doublescan -hsync -vsync
(**) RADEON(0):  Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D)
(II) RADEON(0): Modeline "360x200"   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync
(**) RADEON(0):  Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) RADEON(0): Modeline "320x200"   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync
(**) RADEON(0):  Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) RADEON(0): Modeline "320x175"   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync
(II) RADEON(0): Total of 39 clone modes found ------------ 

(II) RADEON(0): Validating modes on Primary head ---------
(II) RADEON(0): Total number of valid DDC mode(s) found: 0
(II) RADEON(0): No valid mode specified, force to native mdoe
(II) RADEON(0): Total number of valid FP mode(s) found: 1
(**) RADEON(0): Virtual size is 1280x1024 (pitch 1280)
(**) RADEON(0): *Mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1024x768"   65.00  1024 1040 1176 1344  768 770 776 806
(**) RADEON(0):  Default mode "640x350": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x350"   65.00  640 1040 1176 1344  350 770 776 806
(**) RADEON(0):  Default mode "640x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x400"   65.00  640 1040 1176 1344  400 770 776 806
(**) RADEON(0):  Default mode "720x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "720x400"   65.00  720 1040 1176 1344  400 770 776 806
(**) RADEON(0):  Default mode "640x480": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x480"   65.00  640 1040 1176 1344  480 770 776 806
(**) RADEON(0):  Default mode "800x600": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "800x600"   65.00  800 1040 1176 1344  600 770 776 806
(**) RADEON(0):  Default mode "832x624": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "832x624"   65.00  832 1040 1176 1344  624 770 776 806
(++) RADEON(0): DPI set to (100, 100)
(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 disabled
(!!) 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	0xfcff0000 - 0xfcffffff (0x10000) MX[B]
	[1] 0	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
	[2] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[3] -1	0	0x00100000 - 0x1fffffff (0x1ff00000) 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	0xf8fff800 - 0xf8fff87f (0x80) MX[B]
	[8] -1	0	0xf8fe0000 - 0xf8feffff (0x10000) MX[B]
	[9] -1	0	0xf8fffc00 - 0xf8fffc7f (0x80) MX[B]
	[10] -1	0	0x20000000 - 0x200003ff (0x400) MX[B]
	[11] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[12] -1	0	0xfcff0000 - 0xfcffffff (0x10000) MX[B](B)
	[13] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[14] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[15] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[16] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[17] 0	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[20] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[21] -1	0	0x0000ec80 - 0x0000ecff (0x80) IX[B]
	[22] -1	0	0x0000d080 - 0x0000d0ff (0x80) IX[B]
	[23] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[24] -1	0	0x0000dc40 - 0x0000dc7f (0x40) IX[B]
	[25] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[26] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[27] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[28] -1	0	0x00000170 - 0x00000170 (0x1) IX[B]
	[29] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[30] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[31] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[32] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[33] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
	[34] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
	[35] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[36] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) RADEON(0): Write-combining range (0xe0000000,0x1000000)
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 0xe0994000
(II) RADEON(0): [drm] mapped SAREA 0xe0994000 to 0x40018000
(II) RADEON(0): [drm] framebuffer handle = 0xe0000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(II) RADEON(0): [agp] Mode 0x1f000201 [AGP 0x8086/0x3575; Card 0x1002/0x4c59]
(II) RADEON(0): [agp] 8192 kB allocated with handle 0xe1998000
(II) RADEON(0): [agp] ring handle = 0xd0000000
(II) RADEON(0): [agp] Ring mapped at 0x41401000
(II) RADEON(0): [agp] ring read ptr handle = 0xd0101000
(II) RADEON(0): [agp] Ring read ptr mapped at 0x4001a000
(II) RADEON(0): [agp] vertex/indirect buffers handle = 0xd0102000
(II) RADEON(0): [agp] Vertex/indirect buffers mapped at 0x41502000
(II) RADEON(0): [agp] AGP texture map handle = 0xd0302000
(II) RADEON(0): [agp] AGP Texture map mapped at 0x41702000
(II) RADEON(0): [drm] register handle = 0xfcff0000
(II) RADEON(0): [dri] Visual configs initialized
(II) RADEON(0): CP in BM mode
(II) RADEON(0): Using 8 MB AGP aperture
(II) RADEON(0): Using 1 MB for the ring buffer
(II) RADEON(0): Using 2 MB for vertex/indirect buffers
(II) RADEON(0): Using 5 MB for AGP textures
(II) RADEON(0): Memory manager initialized to (0,0) (1280,3276)
(II) RADEON(0): Reserved area from (0,1024) to (1280,1026)
(II) RADEON(0): Largest offscreen area available: 1280 x 2250
(II) RADEON(0): Will use back buffer at offset 0x510000
(II) RADEON(0): Will use depth buffer at offset 0xa10000
(II) RADEON(0): Will use 960 kb for textures at offset 0xf10000
(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
	Dashed Lines
	Scanline Image Writes
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		14 256x256 slots
		5 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 2246
(**) Option "dpms" "True"
(**) RADEON(0): DPMS enabled
(WW) RADEON(0): Option "CloneDisplay" is not used
(II) RADEON(0): X context handle = 0x00000001
(II) RADEON(0): [drm] installed DRM signal handler
(II) RADEON(0): [DRI] installation complete
(II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
(II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
(II) RADEON(0): [drm] dma control initialized, using IRQ 11
(II) RADEON(0): [drm] Initialized kernel agp heap manager, 5111808
(II) RADEON(0): Direct rendering enabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Keyboard "Main Keyboard" handled by legacy driver
(**) Option "Protocol" "IMPS/2"
(**) Mice: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mice: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "false"
(**) Option "ZAxisMapping" "4 5"
(**) Mice: ZAxisMapping: buttons 4 and 5
(**) Mice: Buttons: 5
(**) Option "Protocol" "IMPS/2"
(**) PSAux: Protocol: "IMPS/2"
(**) Option "SendCoreEvents"
(**) PSAux: always reports core events
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "true"
(**) PSAux: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) PSAux: ZAxisMapping: buttons 4 and 5
(**) PSAux: Buttons: 5
(II) XINPUT: Adding extended input device "PSAux" (type: MOUSE)
(II) XINPUT: Adding extended input device "Mice" (type: MOUSE)
(II) Mice: ps2EnableDataReporting: succeeded
(II) PSAux: ps2EnableDataReporting: succeeded
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0

-rw-r--r--    1 root     root        48986 Feb 19 15:28 /var/log/XFree86.0.log
-rw-r--r--    1 root     root        26628 Jan 28  2003 /var/log/XFree86.1.log
-rw-r--r--    1 root     root        41278 Dec 11  2002 /var/log/XFree86.2.log
-rw-r--r--    1 root     root        18791 Dec 17  2001 /var/log/XFree86.8.log

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux luggage 2.4.24-1-686 #1 Wed Feb 4 20:22:14 EST 2004 i686
Locale: LANG=C, LC_CTYPE=C (ignored: LC_ALL set to C)

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

-- debconf information:
  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: 
* xserver-xfree86/config/device/bus_id: 
* xserver-xfree86/config/device/video_ram: 
* xserver-xfree86/config/monitor/lcd: true
  xserver-xfree86/config/inputdevice/keyboard/internal: 
* xserver-xfree86/config/device/driver: ati
* xserver-xfree86/config/monitor/vert-refresh: 43-72
* xserver-xfree86/config/display/default_depth: 24
* xserver-xfree86/config/display/modes: 1024x768
* xserver-xfree86/config/modules: GLcore, bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, record, speedo, type1, vbe
  xserver-xfree86/config/monitor/range_input_error: 
  xserver-xfree86/autodetect_video_card: true
* xserver-xfree86/config/inputdevice/keyboard/variant: 
* xserver-xfree86/config/inputdevice/mouse/port: /dev/psaux
* xserver-xfree86/config/write_files_section: true
  xserver-xfree86/autodetect_monitor: true
* xserver-xfree86/config/device/identifier: ATI Radeon M6
  shared/default-x-server: xserver-xfree86
* xserver-xfree86/config/inputdevice/mouse/emulate3buttons: true
* xserver-xfree86/config/inputdevice/keyboard/layout: us
* xserver-xfree86/config/monitor/horiz-sync: 28-49
* xserver-xfree86/config/monitor/identifier: lcd
  shared/no_known_x-server: 
  xserver-xfree86/autodetect_mouse: true
* xserver-xfree86/config/monitor/mode-list: 1024x768 @ 60Hz
  xserver-xfree86/clobber_XF86Config-4: 
* xserver-xfree86/config/inputdevice/keyboard/rules: xfree86
* xserver-xfree86/aware_XF86Config-4: 
  xserver-xfree86/multiple_possible_x-drivers: 
* xserver-xfree86/config/inputdevice/keyboard/model: pc104
* xserver-xfree86/config/write_dri_section: true
* xserver-xfree86/config/inputdevice/mouse/zaxismapping: true
  xserver-xfree86/config/inputdevice/mouse/retry_detection: 
  xserver-xfree86/config/device/bus_id_error: 
* xserver-xfree86/config/inputdevice/keyboard/options: ctrl:nocaps
  xserver-xfree86/config/nonnumeric_string_error: 
* xserver-xfree86/config/inputdevice/mouse/protocol: PS/2
  shared/multiple_possible_x-servers: 
* xserver-xfree86/config/null_string_error: 


---------------------------------------
Received: (at 229984-close) by bugs.debian.org; 1 Mar 2004 07:53:12 +0000
>From katie@ftp-master.debian.org Sun Feb 29 23:53:12 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AxiEh-0006qz-00; Sun, 29 Feb 2004 23:53:11 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1Axi9Q-0006uI-00; Mon, 01 Mar 2004 02:47:44 -0500
From: Branden Robinson <branden@debian.org>
To: 229984-close@bugs.debian.org
X-Katie: $Revision: 1.44 $
Subject: Bug#229984: fixed in xfree86 4.3.0-3
Message-Id: <E1Axi9Q-0006uI-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Mon, 01 Mar 2004 02:47:44 -0500
Delivered-To: 229984-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_02_27 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=HAS_BUG_NUMBER autolearn=no 
	version=2.60-bugs.debian.org_2004_02_27
X-Spam-Level: 

Source: xfree86
Source-Version: 4.3.0-3

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

lbxproxy_4.3.0-3_i386.deb
  to pool/main/x/xfree86/lbxproxy_4.3.0-3_i386.deb
libdps-dev_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libdps-dev_4.3.0-3_i386.deb
libdps1-dbg_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libdps1-dbg_4.3.0-3_i386.deb
libdps1_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libdps1_4.3.0-3_i386.deb
libice-dev_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libice-dev_4.3.0-3_i386.deb
libice6-dbg_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libice6-dbg_4.3.0-3_i386.deb
libice6_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libice6_4.3.0-3_i386.deb
libsm-dev_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libsm-dev_4.3.0-3_i386.deb
libsm6-dbg_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libsm6-dbg_4.3.0-3_i386.deb
libsm6_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libsm6_4.3.0-3_i386.deb
libx11-6-dbg_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libx11-6-dbg_4.3.0-3_i386.deb
libx11-6_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libx11-6_4.3.0-3_i386.deb
libx11-dev_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libx11-dev_4.3.0-3_i386.deb
libxaw6-dbg_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxaw6-dbg_4.3.0-3_i386.deb
libxaw6-dev_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxaw6-dev_4.3.0-3_i386.deb
libxaw6_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxaw6_4.3.0-3_i386.deb
libxaw7-dbg_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxaw7-dbg_4.3.0-3_i386.deb
libxaw7-dev_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxaw7-dev_4.3.0-3_i386.deb
libxaw7_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxaw7_4.3.0-3_i386.deb
libxext-dev_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxext-dev_4.3.0-3_i386.deb
libxext6-dbg_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxext6-dbg_4.3.0-3_i386.deb
libxext6_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxext6_4.3.0-3_i386.deb
libxft1-dbg_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxft1-dbg_4.3.0-3_i386.deb
libxft1_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxft1_4.3.0-3_i386.deb
libxi-dev_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxi-dev_4.3.0-3_i386.deb
libxi6-dbg_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxi6-dbg_4.3.0-3_i386.deb
libxi6_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxi6_4.3.0-3_i386.deb
libxmu-dev_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxmu-dev_4.3.0-3_i386.deb
libxmu6-dbg_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxmu6-dbg_4.3.0-3_i386.deb
libxmu6_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxmu6_4.3.0-3_i386.deb
libxmuu-dev_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxmuu-dev_4.3.0-3_i386.deb
libxmuu1-dbg_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxmuu1-dbg_4.3.0-3_i386.deb
libxmuu1_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxmuu1_4.3.0-3_i386.deb
libxp-dev_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxp-dev_4.3.0-3_i386.deb
libxp6-dbg_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxp6-dbg_4.3.0-3_i386.deb
libxp6_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxp6_4.3.0-3_i386.deb
libxpm-dev_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxpm-dev_4.3.0-3_i386.deb
libxpm4-dbg_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxpm4-dbg_4.3.0-3_i386.deb
libxpm4_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxpm4_4.3.0-3_i386.deb
libxrandr-dev_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxrandr-dev_4.3.0-3_i386.deb
libxrandr2-dbg_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxrandr2-dbg_4.3.0-3_i386.deb
libxrandr2_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxrandr2_4.3.0-3_i386.deb
libxt-dev_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxt-dev_4.3.0-3_i386.deb
libxt6-dbg_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxt6-dbg_4.3.0-3_i386.deb
libxt6_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxt6_4.3.0-3_i386.deb
libxtrap-dev_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxtrap-dev_4.3.0-3_i386.deb
libxtrap6-dbg_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxtrap6-dbg_4.3.0-3_i386.deb
libxtrap6_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxtrap6_4.3.0-3_i386.deb
libxtst-dev_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxtst-dev_4.3.0-3_i386.deb
libxtst6-dbg_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxtst6-dbg_4.3.0-3_i386.deb
libxtst6_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxtst6_4.3.0-3_i386.deb
libxv-dev_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxv-dev_4.3.0-3_i386.deb
libxv1-dbg_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxv1-dbg_4.3.0-3_i386.deb
libxv1_4.3.0-3_i386.deb
  to pool/main/x/xfree86/libxv1_4.3.0-3_i386.deb
pm-dev_4.3.0-3_all.deb
  to pool/main/x/xfree86/pm-dev_4.3.0-3_all.deb
proxymngr_4.3.0-3_i386.deb
  to pool/main/x/xfree86/proxymngr_4.3.0-3_i386.deb
twm_4.3.0-3_i386.deb
  to pool/main/x/xfree86/twm_4.3.0-3_i386.deb
x-dev_4.3.0-3_all.deb
  to pool/main/x/xfree86/x-dev_4.3.0-3_all.deb
x-window-system-core_4.3.0-3_i386.deb
  to pool/main/x/xfree86/x-window-system-core_4.3.0-3_i386.deb
x-window-system-dev_4.3.0-3_i386.deb
  to pool/main/x/xfree86/x-window-system-dev_4.3.0-3_i386.deb
x-window-system_4.3.0-3_all.deb
  to pool/main/x/xfree86/x-window-system_4.3.0-3_all.deb
xbase-clients_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xbase-clients_4.3.0-3_i386.deb
xdm_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xdm_4.3.0-3_i386.deb
xfonts-100dpi-transcoded_4.3.0-3_all.deb
  to pool/main/x/xfree86/xfonts-100dpi-transcoded_4.3.0-3_all.deb
xfonts-100dpi_4.3.0-3_all.deb
  to pool/main/x/xfree86/xfonts-100dpi_4.3.0-3_all.deb
xfonts-75dpi-transcoded_4.3.0-3_all.deb
  to pool/main/x/xfree86/xfonts-75dpi-transcoded_4.3.0-3_all.deb
xfonts-75dpi_4.3.0-3_all.deb
  to pool/main/x/xfree86/xfonts-75dpi_4.3.0-3_all.deb
xfonts-base-transcoded_4.3.0-3_all.deb
  to pool/main/x/xfree86/xfonts-base-transcoded_4.3.0-3_all.deb
xfonts-base_4.3.0-3_all.deb
  to pool/main/x/xfree86/xfonts-base_4.3.0-3_all.deb
xfonts-cyrillic_4.3.0-3_all.deb
  to pool/main/x/xfree86/xfonts-cyrillic_4.3.0-3_all.deb
xfonts-scalable_4.3.0-3_all.deb
  to pool/main/x/xfree86/xfonts-scalable_4.3.0-3_all.deb
xfree86-common_4.3.0-3_all.deb
  to pool/main/x/xfree86/xfree86-common_4.3.0-3_all.deb
xfree86_4.3.0-3.diff.gz
  to pool/main/x/xfree86/xfree86_4.3.0-3.diff.gz
xfree86_4.3.0-3.dsc
  to pool/main/x/xfree86/xfree86_4.3.0-3.dsc
xfs_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xfs_4.3.0-3_i386.deb
xfwp_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xfwp_4.3.0-3_i386.deb
xlibmesa-dev_4.3.0-3_all.deb
  to pool/main/x/xfree86/xlibmesa-dev_4.3.0-3_all.deb
xlibmesa-dri-dbg_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xlibmesa-dri-dbg_4.3.0-3_i386.deb
xlibmesa-dri_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xlibmesa-dri_4.3.0-3_i386.deb
xlibmesa-gl-dbg_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xlibmesa-gl-dbg_4.3.0-3_i386.deb
xlibmesa-gl-dev_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xlibmesa-gl-dev_4.3.0-3_i386.deb
xlibmesa-gl_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xlibmesa-gl_4.3.0-3_i386.deb
xlibmesa-glu-dbg_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xlibmesa-glu-dbg_4.3.0-3_i386.deb
xlibmesa-glu-dev_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xlibmesa-glu-dev_4.3.0-3_i386.deb
xlibmesa-glu_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xlibmesa-glu_4.3.0-3_i386.deb
xlibmesa3-dbg_4.3.0-3_all.deb
  to pool/main/x/xfree86/xlibmesa3-dbg_4.3.0-3_all.deb
xlibmesa3_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xlibmesa3_4.3.0-3_i386.deb
xlibosmesa-dev_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xlibosmesa-dev_4.3.0-3_i386.deb
xlibosmesa4-dbg_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xlibosmesa4-dbg_4.3.0-3_i386.deb
xlibosmesa4_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xlibosmesa4_4.3.0-3_i386.deb
xlibs-data_4.3.0-3_all.deb
  to pool/main/x/xfree86/xlibs-data_4.3.0-3_all.deb
xlibs-dbg_4.3.0-3_all.deb
  to pool/main/x/xfree86/xlibs-dbg_4.3.0-3_all.deb
xlibs-dev_4.3.0-3_all.deb
  to pool/main/x/xfree86/xlibs-dev_4.3.0-3_all.deb
xlibs-pic_4.3.0-3_all.deb
  to pool/main/x/xfree86/xlibs-pic_4.3.0-3_all.deb
xlibs-static-dev_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xlibs-static-dev_4.3.0-3_i386.deb
xlibs-static-pic_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xlibs-static-pic_4.3.0-3_i386.deb
xlibs_4.3.0-3_all.deb
  to pool/main/x/xfree86/xlibs_4.3.0-3_all.deb
xmh_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xmh_4.3.0-3_i386.deb
xnest_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xnest_4.3.0-3_i386.deb
xprt_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xprt_4.3.0-3_i386.deb
xserver-common_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xserver-common_4.3.0-3_i386.deb
xserver-xfree86-dbg_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xserver-xfree86-dbg_4.3.0-3_i386.deb
xserver-xfree86_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xserver-xfree86_4.3.0-3_i386.deb
xspecs_4.3.0-3_all.deb
  to pool/main/x/xfree86/xspecs_4.3.0-3_all.deb
xterm_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xterm_4.3.0-3_i386.deb
xutils_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xutils_4.3.0-3_i386.deb
xvfb_4.3.0-3_i386.deb
  to pool/main/x/xfree86/xvfb_4.3.0-3_i386.deb



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

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

Debian distribution maintenance software
pp.
Branden Robinson <branden@debian.org> (supplier of updated xfree86 package)

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


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

Format: 1.7
Date: Fri, 27 Feb 2004 15:07:25 -0500
Source: xfree86
Binary: libx11-6-dbg libxtst6-dbg xserver-common xlibs-static-dev libxp6-dbg xbase-clients xlibmesa3-dbg libxtrap6-dbg xfonts-75dpi libxt6 libice6-dbg xmh libxaw6-dbg x-dev libxv1 libxext6-dbg xlibmesa-dev libxpm4 libxtst6 xlibmesa-gl-dev xfonts-cyrillic libx11-6 libsm6-dbg xlibs-pic xlibs-data x-window-system xfree86-common xlibmesa-dri xlibmesa3 libxv1-dbg libxrandr2 xlibmesa-glu libxaw7-dev xnest libxaw6 xterm libxp6 xlibmesa-dri-dbg libxrandr2-dbg libxmu6 xlibmesa-glu-dbg libx11-dev xlibs-static-pic libxpm4-dbg libxaw7-dbg libxmu6-dbg xlibmesa-glu-dev libxmuu-dev pm-dev libxext6 libxft1-dbg 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 xspecs libxtrap6 libice-dev libxt-dev xfs libxmuu1 libxi6-dbg xfonts-base xlibs-dbg libxpm-de
 v xlibmesa-gl xfonts-100dpi-transcoded libxtrap-dev xfonts-100dpi libxext-dev xfonts-75dpi-transcoded xlibosmesa4-dbg libxft1 xprt libxi-dev xlibosmesa-dev xlibosmesa4 xvfb libxaw7 xlibmesa-gl-dbg xdm xlibs-dev libxi6 libxt6-dbg
Architecture: source i386 all
Version: 4.3.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Branden Robinson <branden@debian.org>
Description: 
 lbxproxy   - Low Bandwidth X (LBX) proxy server
 libdps-dev - Display PostScript (DPS) client library development files
 libdps1    - Display PostScript (DPS) client library
 libdps1-dbg - Display PostScript (DPS) client library (unstripped)
 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, unstripped)
 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 files
 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 develop
 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 library d
 libxrandr2 - X Window System Resize, Rotate and Reflection extension library
 libxrandr2-dbg - X Window System Resize, Rotate and Reflection extension library (
 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 development f
 libxtrap6  - X Window System protocol-trapping extension library
 libxtrap6-dbg - X Window System protocol-trapping extension library (unstripped)
 libxtst-dev - X Window System event recording and testing extension library dev
 libxtst6   - X Window System event recording and testing extension library
 libxtst6-dbg - X Window System event recording and testing extension library (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 [XFree86]
 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 pseudopackage
 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: 215793 229984 233621 233645 233674 233734 233948 234049 234060 234903
Changes: 
 xfree86 (4.3.0-3) unstable; urgency=medium
 .
   * Urgency due to fix for serious bug which frustrates removal of library
     packages.
 .
   * Fix missing line-continuation character.  (Closes: #233674)
     - debian/xdm.config.in
 .
   * Fix typos.
     - debian/NEWS
 .
   * Grab from upstream CVS HEAD a patch to define the <LSGT> key on Belgian
     keyboard maps (per request from Wouter Verhelst).  (Closes: #233734)
     - debian/patches/000_stolen_from_HEAD.diff
 .
   * Fix missing-word typo in xserver-xfree86/config/modules description.
     Re-ran debconf-updatepo.  Translators: this will mark your translations as
     fuzzy, but should be a false positive, as the literal meaning of the
     template description has not changed.
     - debian/xserver-xfree86.templates, debian/po/{ca.po,cs.po,da.po,de.po,
       el.po,es.po,fr.po,gl.po,it.po,ja.po,nl.po,pl.po,pt_BR.po,ru.po,sv.po,
       templates.pot}
 .
   * Fix typo in libxmuu-dev's dependencies (thanks, Petr Salinger).
     - debian/control
 .
   * Fix missing second argument to fgrep in deregister_x_lib_dir_with_ld_so(),
     which can cause it to block, attempting to read from standard input; also
     drop -q from fgrep's option list, since we actually want to do something
     with its output; finally, rework the file replacement logic so that we are
     indifferent to whether or not there are any lines in /etc/ld.so.conf that
     do not match /usr/X11R6/lib, and we do not replace the file if we're not
     actually changing it (thanks, Filip Van Raemdonck and Andreas Metzler).
     (Closes: #233645)
     - debian/shell-lib.sh
 .
   * Guard against potentially empty second argument to fgrep in
     find_culprits().  Reimplement the long error message that accompanies the
     discovery of obsolete or Policy-violating packages with file overlaps as a
     here document (since it is a pain to reflow the message every time the
     indentation level is changed).  Use warn() instead of die() in
     check_symlinks_and_bomb() when problems are found, so that multiple
     problems can be identified at the same time, and find_culprits() can be
     run (find_culprits() was previously unreachable).  Call die() after
     find_culprits() returns.
     - debian/shell-lib.sh
 .
   * Add script to help package maintainers identify available patch numbers.
     - debian/scripts/find-avail-patch-number
 .
   * Define <KPPT> keycode in abnt2 section of XKB xfree86 keycodes file;
     enables numeric keypad period key for Brazilian ABNT2 keyboards (thanks,
     Michael Loos!).  (Closes: #233621)
 .
   * Apply patch by David S. Miller to implement support for RGB->BGR
     colorspace conversion in the X server's fb layer.
     - debian/patches/072_Xserver_fb_convert_RGB_to_BGR.diff
 .
   * Apply patch by David S. Miller to implement XAA and Render support in the
     sunffb driver.
     - debian/patches/073_sunffb_xaa_render_fb_support.diff
 .
   * Fix bug in x86 CPU detection code from Mesa 5.1 that prevented DRI 3D
     hardware acceleration from working (patch from Mesa CVS, courtesy of
     Aurelien Jarno).  (Closes: #229984)
     - debian/patches/000_stolen_from_Mesa_CVS.diff
 .
   * Update xserver-xfree86/config/inputdevice/keyboard/model template
     description to include discussion of the distinction between 101/104-key
     PC keyboards, and their 102/105-key counterparts, and warn of the
     consequences if 102/105-key keyboards are misconfigured as 101/104-key
     models.  Re-run debconf-updatepo.  Add news entry with a similar warning.
     - debian/NEWS
     - debian/po/ca.po
     - debian/po/cs.po
     - debian/po/da.po
     - debian/po/de.po
     - debian/po/el.po
     - debian/po/es.po
     - debian/po/fr.po
     - debian/po/gl.po
     - debian/po/it.po
     - debian/po/ja.po
     - debian/po/nl.po
     - debian/po/pl.po
     - debian/po/pt_BR.po
     - debian/po/ru.po
     - debian/po/sv.po
     - debian/po/templates.pot
     - debian/xserver-xfree86.templates
 .
   * Make build rule idempotent by having ln and gzip overwrite their
     destinations (based on a patch by Eduard Bloch).  (Closes: #215793)
     - debian/rules
 .
   * Fix underlining of TrueType fonts with patch from the After X-TT Project
     (thanks to Sean Neakums for the pointer).  (Closes: #233948)
     - debian/patches/074_freetype_fix_underlining.diff
 .
   * Update Japanese debconf template translations (thanks, Kenshi Muto).
     Re-run debconf-updatepo.  (Closes: #234049)
     - debian/po/ja.po
 .
   * Update Brazilian Portuguese translations (thanks, André Luís Lopes).
     Re-run debconf-updatepo.  (Closes: #234060)
     - debian/po/pt_BR.po
 .
   * Correct minor factual error about DEC VT terminal keyboards (thanks, James
     Cameron!).
     - debian/local/FAQ
 .
   * Enhance bug-reporting assistance script for XFree86 X server packages.
       + Report on state of X server symlink and XF86Config-4 file with respect
         to corresponding roster and checksum files.
       + Report failure of various tests (for existence of XF86Config-4 file,
         for availability of lspci command, and so forth); this makes it easier
         to distinguish these diagnostics from a report whose submitter elided
         the information.
       + Show most recently modified XFree86 X server log file instead of
         hard-coding "XFree86.0.log".
       + Add Id keyword and set svn:keywords property to "Id".
       + Add Vim modeline.
     - debian/xserver-xfree86.bug
 .
   * Add bug-reporting assistance script for xlibs package; since xlibs now
     contains nothing except for XKB configuration data, all bugs properly
     filed against this package will be keyboard configuration problems, so
     gather and report corresponding keyboard data from XFree86 X server
     logfiles on the system if any.
     - debian/xlibs.bug: new file
     - debian/rules: ship bug script as part of xlibs package
 .
   * Add support for R_ALPHA_SREL32 relocations in XFree86 X server's ELF
     object loader; fixes "Elf_RelocateEntry() Unsupported relocation type 10"
     warnings on Alpha; see #234073 (thanks, Falk Hueffner!).
     - debian/patches/202_alpha_elfloader_support_R_ALPHA_SREL32.diff: new file
     - debian/patches/303_arm_cache_flush.diff: resynced
 .
   * Update French translations (thanks, Christian Perrier and
     debian-l10n-french!).   Re-run debconf-updatepo.  (Closes: #234903)
     - debian/po/fr.po
 .
   * Remove extraneous #undef from lnx_io.c and lnx_kbd.c.
     - debian/patches/050_fix_lnx_io_kbd_rate_fix.diff
     - debian/patches/055_lnx_evdev_keyboard.diff: resync
Files: 
 6b206845f14c92bbb68fdb0e7045cac4 2598 x11 optional xfree86_4.3.0-3.dsc
 e1ccfdcf5e077faf4f430b48c48764a9 2169741 x11 optional xfree86_4.3.0-3.diff.gz
 8d10e5ad4ab63c51e89667bdbc901cee 204990 x11 optional lbxproxy_4.3.0-3_i386.deb
 0ed04babbc47a2b8a351c352fbace9b1 242792 libs optional libdps1_4.3.0-3_i386.deb
 e2197f9d1770ec836f839896ad892838 740466 libdevel extra libdps1-dbg_4.3.0-3_i386.deb
 7a9f38528e9ae61254e8129aacd33ebe 300526 libdevel optional libdps-dev_4.3.0-3_i386.deb
 11c3da62fbe548928daf39b252bf942d 159892 libs optional libice6_4.3.0-3_i386.deb
 4c3319c8706c8e6f3f187d59efcfc914 244126 libdevel extra libice6-dbg_4.3.0-3_i386.deb
 8d9e64e4fd54f9009add722e8e520554 163578 libdevel optional libice-dev_4.3.0-3_i386.deb
 c1f93ab08ee2aa3a78f7055d157906c7 137970 libs optional libsm6_4.3.0-3_i386.deb
 e500823deb27f3325a7c2dc470e7c8f0 163546 libdevel extra libsm6-dbg_4.3.0-3_i386.deb
 f9dc3310ed128918be11b135f36c7ebf 134942 libdevel optional libsm-dev_4.3.0-3_i386.deb
 826b11bbe6d2bf3a6154bf41ef1ea6d9 670320 libs optional libx11-6_4.3.0-3_i386.deb
 68ff22416998e31bdd9e21fff41b1bb7 9565340 libdevel extra libx11-6-dbg_4.3.0-3_i386.deb
 a69fd459b7309c96d20052c8b3d43f78 1320496 libdevel optional libx11-dev_4.3.0-3_i386.deb
 e91c657eb8373052f5e62dfd4fdc8982 241914 libs optional libxaw6_4.3.0-3_i386.deb
 3a169711848399bfd95b84f92e327342 847980 libdevel extra libxaw6-dbg_4.3.0-3_i386.deb
 e81ffca4897939482c59f0f8d22f6a14 372416 libdevel extra libxaw6-dev_4.3.0-3_i386.deb
 e38a5176aae160d0cd1c6bc0a45bb170 295100 libs optional libxaw7_4.3.0-3_i386.deb
 afab1446629975320b60e3eceed7e2f7 982650 libdevel extra libxaw7-dbg_4.3.0-3_i386.deb
 91834263386360c98f8ec3b39df2a510 372312 libdevel optional libxaw7-dev_4.3.0-3_i386.deb
 51ed96e6f85f39483a797b8bbe8db290 145154 libs optional libxext6_4.3.0-3_i386.deb
 70e10153f1bc735180792332c932690e 465974 libdevel extra libxext6-dbg_4.3.0-3_i386.deb
 1ef58d302ebc59cc696a658ef1a11c27 205060 libdevel optional libxext-dev_4.3.0-3_i386.deb
 98eaebab2aa8ea1820f33f9f4c0ed539 147412 libs optional libxft1_4.3.0-3_i386.deb
 2013f706f8313ed8211a860bebf463bb 428430 libdevel extra libxft1-dbg_4.3.0-3_i386.deb
 6634fe6f27637918a9d50b30cc54fcfd 136336 libs optional libxi6_4.3.0-3_i386.deb
 a2a6256e677bab287844f0561d8e616d 1124440 libdevel extra libxi6-dbg_4.3.0-3_i386.deb
 ee02dbfdf46844f7c7d490d047576d54 189762 libdevel optional libxi-dev_4.3.0-3_i386.deb
 b967abfbb2fb3a9758d55bd0e9dbd89a 166506 libs optional libxmu6_4.3.0-3_i386.deb
 808ea23d7a824abb96b66bf1fb2cd40f 617324 libdevel extra libxmu6-dbg_4.3.0-3_i386.deb
 18fedf3ea4838d0a8f7fd1bc086673cc 176498 libdevel optional libxmu-dev_4.3.0-3_i386.deb
 92ecd6d1a5a2a7fc822be9fe7624cdad 128372 libs optional libxmuu1_4.3.0-3_i386.deb
 18567f22d071b8f1c918122a8396d268 166656 libdevel extra libxmuu1-dbg_4.3.0-3_i386.deb
 04b3d5eb21a9b482526ecf5be3a6b1cb 121224 libdevel optional libxmuu-dev_4.3.0-3_i386.deb
 a533f12071e2645782ca28d8c3a0ac3a 135460 libs optional libxp6_4.3.0-3_i386.deb
 e227231b69cccc82a85a91610134f62d 523156 libdevel extra libxp6-dbg_4.3.0-3_i386.deb
 e724d3e75bc2445fbc588d67aab45f9f 137234 libdevel optional libxp-dev_4.3.0-3_i386.deb
 e10cdd28837bec02a5311f0c01c5cd35 151160 libs optional libxpm4_4.3.0-3_i386.deb
 6c7fcdda619314a805e22f728187128b 196440 libdevel extra libxpm4-dbg_4.3.0-3_i386.deb
 d637cd0d88d74b07d9c6c56e052ec596 150242 libdevel optional libxpm-dev_4.3.0-3_i386.deb
 1ef20d8baa81e3de033b41fbd6080f91 128126 libs optional libxrandr2_4.3.0-3_i386.deb
 5f32980684288d8b8f922dbd3f7a5f17 158696 libdevel extra libxrandr2-dbg_4.3.0-3_i386.deb
 12801a044edeefc9bd3626b01b579b16 129010 libdevel optional libxrandr-dev_4.3.0-3_i386.deb
 0664a7aaa31394dc2a18aa5bef9e7c62 274416 libs optional libxt6_4.3.0-3_i386.deb
 c198f9cf8e65b7ced0f2d5ba23dbc758 1484260 libdevel extra libxt6-dbg_4.3.0-3_i386.deb
 8a95255ce13c31618abcd32f1e9a2187 574712 libdevel optional libxt-dev_4.3.0-3_i386.deb
 b7af315c0af553f077d3412eb937aa76 137244 libs optional libxtrap6_4.3.0-3_i386.deb
 30bb6507f62224bb8c778b1f6e873a0b 368164 libdevel extra libxtrap6-dbg_4.3.0-3_i386.deb
 ca32a31dc86fc364b3186a7351f62363 143030 libdevel optional libxtrap-dev_4.3.0-3_i386.deb
 4131a2fea088fdba12c90f7aec3a0e7c 131118 libs optional libxtst6_4.3.0-3_i386.deb
 9471525fcaddbb039e389d3bdbbfed6c 194694 libdevel extra libxtst6-dbg_4.3.0-3_i386.deb
 5a8696697804436f18cedc0bc50a8416 128770 libdevel optional libxtst-dev_4.3.0-3_i386.deb
 dda1d57015ac83cf6153eaac8d0ab1cc 129254 libs optional libxv1_4.3.0-3_i386.deb
 c223bbb9098619b4aa1b4ced20cc28d1 161404 libdevel extra libxv1-dbg_4.3.0-3_i386.deb
 f96b0d682537856480e87e5f4cd5b529 148938 libdevel optional libxv-dev_4.3.0-3_i386.deb
 fb9fb1cac77f395198b0a7ccb6ddbc24 139244 x11 optional proxymngr_4.3.0-3_i386.deb
 faea89c0fdde6a9f97a32f23228c68dd 221784 x11 optional twm_4.3.0-3_i386.deb
 00bed531c161ce2b05f6ce7b5126dfd6 1900466 x11 optional xbase-clients_4.3.0-3_i386.deb
 fd48a3d1c6afa557ba09879b7b04c6d0 254776 x11 optional xdm_4.3.0-3_i386.deb
 0b021438133c740aa877f604bab66ac8 450442 x11 optional xfs_4.3.0-3_i386.deb
 42b601e5bcdbf92a7fe61722e84861e5 138900 x11 optional xfwp_4.3.0-3_i386.deb
 841fa1abb983454aced4e6cca6fae87a 4967764 x11 optional xlibmesa-dri_4.3.0-3_i386.deb
 118c510433436dfb473b8cfe533633aa 49445954 x11 optional xlibmesa-dri-dbg_4.3.0-3_i386.deb
 68eff849c428364e009238b0721eb5e0 240398 libs optional xlibmesa-gl_4.3.0-3_i386.deb
 bacd4fc65cfe886200db62dada529933 1187362 libdevel extra xlibmesa-gl-dbg_4.3.0-3_i386.deb
 8070cd88b0ab53fb3a801c40e339a856 663716 libdevel optional xlibmesa-gl-dev_4.3.0-3_i386.deb
 4874811f99512b3a1859a179044a840f 322108 libs optional xlibmesa-glu_4.3.0-3_i386.deb
 8f0bfeb3f6591e83b1c6a020c7aa2281 1068642 libdevel extra xlibmesa-glu-dbg_4.3.0-3_i386.deb
 e338c8627089cab70ca822ccf543e652 392952 libdevel optional xlibmesa-glu-dev_4.3.0-3_i386.deb
 139be819f2cbc7d4692c056d9555085b 618806 libs optional xlibosmesa4_4.3.0-3_i386.deb
 235ba8f5c4b51d3a61f93a0717fa3154 4540092 libdevel extra xlibosmesa4-dbg_4.3.0-3_i386.deb
 ce84685e1c87806643a67e6f6f2d59e0 749442 libdevel optional xlibosmesa-dev_4.3.0-3_i386.deb
 ab71eb338c1090190f44975e28895049 811872 libdevel optional xlibs-static-dev_4.3.0-3_i386.deb
 d5912e8fbb98183d4ab5592fd64e1371 343604 libdevel extra xlibs-static-pic_4.3.0-3_i386.deb
 6041e892e1c2f4feda860055aa04c673 185596 mail extra xmh_4.3.0-3_i386.deb
 a584109c82ea086f5a451152e1b88310 1427188 x11 optional xnest_4.3.0-3_i386.deb
 68fd514234e0d85cdbf15288269d07d7 1084532 x11 optional xprt_4.3.0-3_i386.deb
 a145fb859a11c18fe52205294ee8697e 290964 x11 optional xserver-common_4.3.0-3_i386.deb
 312a9552edb787f901c6e94ee42964a5 5461194 x11 optional xserver-xfree86_4.3.0-3_i386.deb
 7e455735b0a6f0eec76d6012547f363f 45634202 x11 extra xserver-xfree86-dbg_4.3.0-3_i386.deb
 f3d8f3c868c048f29ff32ef8c216a377 589768 x11 optional xterm_4.3.0-3_i386.deb
 5515cada4f1b2c2a9097d36e53923eca 845448 x11 optional xutils_4.3.0-3_i386.deb
 d142ddb60f4659105a353df2dece4146 1561122 x11 optional xvfb_4.3.0-3_i386.deb
 8d33d7cbc5a466c5b0afac7d41dfff43 117016 x11 optional x-window-system-core_4.3.0-3_i386.deb
 f9ca7708970420dd7adb219af8cac940 117070 x11 optional x-window-system-dev_4.3.0-3_i386.deb
 ff888ec6bf46a9b79437090e2e0d8e70 116810 oldlibs optional xlibmesa3_4.3.0-3_i386.deb
 632bfdd5940aca543e35149b05cf72ad 117652 libdevel optional pm-dev_4.3.0-3_all.deb
 31f9aa78e4b933849e5eaa62949033ab 174594 libdevel optional x-dev_4.3.0-3_all.deb
 fbd5d979bd7a73ca570cf151242cb261 4319670 x11 optional xfonts-100dpi_4.3.0-3_all.deb
 0b2a707f037b9b269772226a04bc3b93 8152166 x11 optional xfonts-100dpi-transcoded_4.3.0-3_all.deb
 f50ed43cc6a41b978b031ec4b4a18b56 3797410 x11 optional xfonts-75dpi_4.3.0-3_all.deb
 3bd8e085b76de4878330a54b26b9dbed 7029410 x11 optional xfonts-75dpi-transcoded_4.3.0-3_all.deb
 7457992443bf1a75861a8464933de049 5463678 x11 optional xfonts-base_4.3.0-3_all.deb
 4e7333bbab5d959df8ff3fe9b45bfd37 1160366 x11 optional xfonts-base-transcoded_4.3.0-3_all.deb
 2c6b1da6cbd3041c91913f32d898e0ee 497718 x11 optional xfonts-cyrillic_4.3.0-3_all.deb
 32f9926ceea11a13dfa92b02bebe7730 858934 x11 optional xfonts-scalable_4.3.0-3_all.deb
 939365be6921513a8a71ca1e9a46c897 680020 x11 optional xfree86-common_4.3.0-3_all.deb
 d186823f152d541b64a90405e86e2ccd 365966 libs optional xlibs_4.3.0-3_all.deb
 84e98567a7797915ad53ae01e1d07fee 854008 libs optional xlibs-data_4.3.0-3_all.deb
 e6a22c217364102aa73236dbc4a21738 5793468 x11 optional xspecs_4.3.0-3_all.deb
 21e6360df82229037197cd2dce5d5433 116934 x11 optional x-window-system_4.3.0-3_all.deb
 061689ce21a73b3edcc3bc7ce900e8f8 116788 oldlibs extra xlibmesa3-dbg_4.3.0-3_all.deb
 802648e8d0c033afa8cee5ce1443c16e 116780 oldlibs optional xlibmesa-dev_4.3.0-3_all.deb
 9c85941f3baf952cc95f1f97f8687ac5 116846 oldlibs extra xlibs-dbg_4.3.0-3_all.deb
 a65f0fdec62c581e0314ff9edbae82a2 116844 oldlibs extra xlibs-dev_4.3.0-3_all.deb
 94de9dba53914a44932012261a7975be 116748 oldlibs extra xlibs-pic_4.3.0-3_all.deb

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

iEYEARECAAYFAkBC29kACgkQ6kxmHytGonzzlACfY0OYN7mL+IeI+0q5zBgYUXvR
OwsAn1ovG4Ucfb8GhyElsaZJVNwuty4f
=Vw0m
-----END PGP SIGNATURE-----



Reply to: