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

Bug#251157: marked as done (xserver-xfree86: Capslock shifts keyboard layout)



Your message dated Fri, 28 May 2004 16:02:45 -0400
with message-id <E1BTnYz-0006D8-00@newraff.debian.org>
and subject line Bug#251119: fixed in xfree86 4.3.0.dfsg.1-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; 27 May 2004 07:13:49 +0000
>From jbevren@yahoo.com Thu May 27 00:13:49 2004
Return-path: <jbevren@yahoo.com>
Received: from inter.burst.net [66.96.192.200] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BTF5I-0005Om-00; Thu, 27 May 2004 00:13:48 -0700
Received: from [66.197.191.126] (helo=[127.0.0.1])
	by inter.burst.net with esmtp (Exim 4.24)
	id 1BTF5G-0007oD-En; Thu, 27 May 2004 03:13:46 -0400
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: David Wood <jbevren@yahoo.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: xserver-xfree86: Capslock shifts keyboard layout
Bcc: David Wood <jbevren@yahoo.com>
X-Mailer: reportbug 2.60
Date: Thu, 27 May 2004 03:13:57 -0400
Message-Id: <[🔎] E1BTF5G-0007oD-En@inter.burst.net>
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - inter.burst.net
X-AntiAbuse: Original Domain - bugs.debian.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - yahoo.com
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=-2.8 required=4.0 tests=BAYES_00,FORGED_YAHOO_RCVD,
	HAS_PACKAGE,HTML_MESSAGE autolearn=no 
	version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: xserver-xfree86
Version: 4.3.0.dfsg.1-2
Severity: important

Keyboard layout changes by one column when capslock is active, as
demonstrated below.

normal: qwerty asdfgh zxcvbn
shift:  QWERTY ASDFGH ZXCVBN
caps:   WERTYU SDFGHJ XCVBNM

I suspect it's an xkblayout issue (a missing bit in the package?).

This happened immediately after an XF86 package update on
debian/unstable.

Thanks for your attention :)

-David

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

/etc/X11/X target does not match checksum in /var/lib/xfree86/X.md5sum.

X server symlink status:
lrwxrwxrwx    1 root     root           20 Oct 24  2003 /etc/X11/X -> /usr/bin/X11/XFree86
-rwxr-xr-x    1 root     root      1745132 May 25 17:30 /usr/bin/X11/XFree86

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

VGA-compatible devices on PCI bus:
0000:01:00.0 VGA compatible controller: nVidia Corporation NV11GL [Quadro2 MXR/EX] (rev b2)
0000:01:00.0 Class 0300: 10de:0113 (rev b2)

/var/lib/xfree86/XF86Config-4.md5sum does not exist.

XFree86 X server configuration file status:
-rw-r--r--    1 jbevren  jbevren      4525 May 13 02:42 /etc/X11/XF86Config-4

Contents of /etc/X11/XF86Config-4:
Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

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

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "imps/2"
	Option	    "Device" "/dev/mouse"
	Option	"Buttons" "5"
	Option 	"Zaxismapping" "4 5"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	VertRefresh	70-90
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "DigitalVibrance"    	# <i>
        #Option     "NoFlip"             	# [<bool>]
        #Option     "Dac8Bit"            	# [<bool>]
        #Option     "NoLogo"             	# [<bool>]
        #Option     "UBB"                	# [<bool>]
        #Option     "Stereo"             	# <i>
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "NvAGP"              	# <i>
        #Option     "IgnoreEDID"         	# [<bool>]
        #Option     "NoDDC"              	# [<bool>]
        #Option     "ConnectedMonitor"   	# <str>
        #Option     "ConnectedMonitors"  	# <str>
        #Option     "TVStandard"         	# <str>
        #Option     "TVOutFormat"        	# <str>
        Option     "RenderAccel"        	# [<bool>]
        Option     "CursorShadow"       	# [<bool>]
        #Option     "CursorShadowAlpha"  	# <i>
        #Option     "CursorShadowXOffset" 	# <i>
        #Option     "CursorShadowYOffset" 	# <i>
        #Option     "UseEdidFreqs"       	# [<bool>]
        #Option     "FlatPanelProperties" 	# <str>
        #Option     "TwinView"           	# [<bool>]
        #Option     "TwinViewOrientation" 	# <str>
        #Option     "SecondMonitorHorizSync" 	# <str>
        #Option     "SecondMonitorVertRefresh" 	# <str>
        #Option     "MetaModes"          	# <str>
        #Option     "UseInt10Module"     	# [<bool>]
        #Option     "NoTwinViewXineramaInfo" 	# [<bool>]
        #Option     "NoRenderExtension"  	# [<bool>]
        #Option     "Overlay"            	# [<bool>]
        #Option     "CIOverlay"          	# [<bool>]
        #Option     "ForceEmulatedOverlay" 	# [<bool>]
        #Option     "TransparentIndex"   	# <i>
        #Option     "OverlayDefaultVisual" 	# [<bool>]
        #Option     "NvEmulate"          	# <i>
        #Option     "NoBandWidthTest"    	# [<bool>]
        #Option     "CustomEDID-CRT-0"   	# <str>
        #Option     "CustomEDID-CRT-1"   	# <str>
        #Option     "CustomEDID-DFP-0"   	# <str>
        #Option     "CustomEDID-DFP-1"   	# <str>
        #Option     "CustomEDID-TV-0"    	# <str>
        #Option     "CustomEDID-TV-1"    	# <str>
        #Option     "TVOverScan"         	# <f>
        #Option     "IgnoreDisplayDevices" 	# <str>
        #Option     "MultisampleCompatibility" 	# [<bool>]
        #Option     "RegistryDwords"     	# <str>
        #Option     "NoPowerConnectorCheck" 	# [<bool>]
        #Option     "AllowDFPStereo"     	# [<bool>]
	Identifier  "Card0"
	Driver      "nvidia"
	VendorName  "nVidia Corporation"
	BoardName   "NV11GL [Quadro2 MXR/EX]"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth	24
	DefaultFbBpp	32
	SubSection "Display"
		Depth     1
	EndSubSection
	SubSection "Display"
		Depth     4
	EndSubSection
	SubSection "Display"
		Depth     8
	EndSubSection
	SubSection "Display"
		Depth     15
	EndSubSection
	SubSection "Display"
		Depth     16
	EndSubSection
	SubSection "Display"
		Depth     24
	EndSubSection
EndSection



XFree86 X server log files on system:
-rw-r--r--    1 root     root        41314 Oct 26  2003 /var/log/XFree86.2.log
-rw-r--r--    1 root     log         39505 Dec  3 11:41 /var/log/XFree86.1.log
-rw-r--r--    1 root     root        25283 May 27 02:46 /var/log/XFree86.0.log

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.dfsg.1-2 20040525201850 fabbione@fabbione.net)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.23 i686 [ELF] 
Build Date: 25 May 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 (jbevren@box) (gcc version 3.3.3 (Debian 20040417)) #2 SMP Fri May 21 01:05:26 EDT 2004 T
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 May 27 02:45:31 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) 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"
(--) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(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,0691 card 0000,0000 rev c4 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8598 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0686 card 1106,0000 rev 40 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 0000,0000 rev 40 class 06,80,00 hdr 00
(II) PCI: 00:09:0: chip 1106,3044 card 1106,3044 rev 43 class 0c,00,10 hdr 00
(II) PCI: 00:0a:0: chip 1274,1371 card 1274,1371 rev 08 class 04,01,00 hdr 00
(II) PCI: 00:0b:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0113 card 10de,0070 rev b2 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,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: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xdc000000 - 0xddffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV11GL [Quadro2 MXR/EX] rev 178, Mem @ 0xdc000000/24, 0xd0000000/27
(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 0xd8000000 from 0xdbffffff to 0xd7ffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xdf000000 - 0xdf0000ff (0x100) MX[B]
	[1] -1	0	0xdf001000 - 0xdf0017ff (0x800) MX[B]
	[2] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[3] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[4] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[5] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[6] -1	0	0x0000e000 - 0x0000e03f (0x40) IX[B]
	[7] -1	0	0x0000dc00 - 0x0000dc7f (0x80) IX[B]
	[8] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
	[9] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[10] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xdf000000 - 0xdf0000ff (0x100) MX[B]
	[1] -1	0	0xdf001000 - 0xdf0017ff (0x800) MX[B]
	[2] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[3] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[4] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[5] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[6] -1	0	0x0000e000 - 0x0000e03f (0x40) IX[B]
	[7] -1	0	0x0000dc00 - 0x0000dc7f (0x80) IX[B]
	[8] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
	[9] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[10] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xdf000000 - 0xdf0000ff (0x100) MX[B]
	[6] -1	0	0xdf001000 - 0xdf0017ff (0x800) MX[B]
	[7] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[8] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[9] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[10] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[11] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[12] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[13] -1	0	0x0000e000 - 0x0000e03f (0x40) IX[B]
	[14] -1	0	0x0000dc00 - 0x0000dc7f (0x80) IX[B]
	[15] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
	[16] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[17] -1	0	0x0000d000 - 0x0000d00f (0x10) 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.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.5336
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(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: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.5336
	Module class: XFree86 Video Driver
(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) NVIDIA XFree86 Driver  1.0-5336  Wed Jan 14 18:30:46 PST 2004
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU 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	0xdf000000 - 0xdf0000ff (0x100) MX[B]
	[6] -1	0	0xdf001000 - 0xdf0017ff (0x800) MX[B]
	[7] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[8] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[9] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[10] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[11] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[12] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[13] -1	0	0x0000e000 - 0x0000e03f (0x40) IX[B]
	[14] -1	0	0x0000dc00 - 0x0000dc7f (0x80) IX[B]
	[15] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
	[16] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[17] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xdf000000 - 0xdf0000ff (0x100) MX[B]
	[6] -1	0	0xdf001000 - 0xdf0017ff (0x800) MX[B]
	[7] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[8] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[9] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[10] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[11] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[12] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[16] -1	0	0x0000e000 - 0x0000e03f (0x40) IX[B]
	[17] -1	0	0x0000dc00 - 0x0000dc7f (0x80) IX[B]
	[18] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
	[19] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[20] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[B]
	[21] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[22] 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
(**) NVIDIA(0): Depth 24, (**) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "RenderAccel"
(**) NVIDIA(0): Option "CursorShadow"
(**) NVIDIA(0): Enabling experimental RENDER acceleration
(**) NVIDIA(0): Enabling cursor shadow
(--) NVIDIA(0): Linear framebuffer at 0xD0000000
(--) NVIDIA(0): MMIO registers at 0xDC000000
(II) NVIDIA(0): NVIDIA GPU detected as: Quadro2 MXR/EX/Go
(--) NVIDIA(0): VideoBIOS: 03.11.01.26.14
(--) NVIDIA(0): VideoRAM: 32768 kBytes
(II) NVIDIA(0): Connected display device(s): CRT-0
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at  8 bpp: 350 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 16 bpp: 350 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 32 bpp: 300 MHz
(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
(WW) NVIDIA(0): Monitor0: Using default hsync range of 31.00-70.00kHz
(II) NVIDIA(0): Monitor0: Using vrefresh range of 70.00-90.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 300.00 MHz
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1280x960" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x512" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1152x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "576x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "700x525" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1024" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x512" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(WW) NVIDIA(0): Not using mode "360x200":
(WW) NVIDIA(0):   horizontal sync start (378) not a multiple of 8
(**) NVIDIA(0): Validated modes for display device CRT-0:
(**) NVIDIA(0):      Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(**) NVIDIA(0):      Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(**) NVIDIA(0):      Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(**) NVIDIA(0):      Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(**) NVIDIA(0):      Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(**) NVIDIA(0):      Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(**) NVIDIA(0):      Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(**) NVIDIA(0):      Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1152 x 864
(--) NVIDIA(0): Display dimensions: (330, 240) mm
(--) NVIDIA(0): DPI set to (88, 91)
(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
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
	[1] 0	0	0xdc000000 - 0xdcffffff (0x1000000) 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	0xdf000000 - 0xdf0000ff (0x100) MX[B]
	[8] -1	0	0xdf001000 - 0xdf0017ff (0x800) MX[B]
	[9] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[10] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[11] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[12] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[13] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[14] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[18] -1	0	0x0000e000 - 0x0000e03f (0x40) IX[B]
	[19] -1	0	0x0000dc00 - 0x0000dc7f (0x80) IX[B]
	[20] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
	[21] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[22] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[B]
	[23] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[24] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): AGP 2X successfully initialized
(II) NVIDIA(0): Setting mode "1152x864"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
Symbol __glXActiveScreens from module /usr/X11R6/lib/modules/extensions/libdri.a is unresolved!
Symbol __glXActiveScreens from module /usr/X11R6/lib/modules/extensions/libdri.a 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
(II) Initializing extension GLX
(**) Option "Protocol" "imps/2"
(**) Mouse0: Protocol: "imps/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/mouse"
(**) Option "Buttons" "5"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 5
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(II) Mouse0: ps2EnableDataReporting: succeeded
(II) 3rd Button detected: disabling emulate3Button


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.4
Locale: LANG=C, LC_CTYPE=C

Versions of packages xserver-xfree86 depends on:
ii  debconf [debconf-2.0]     1.4.25         Debian configuration management sy
ii  libc6                     2.3.2.ds1-12   GNU C Library: Shared libraries an
ii  xserver-common            4.3.0.dfsg.1-2 files and utilities common to all 
ii  zlib1g                    1:1.2.1.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: Advanced
  xserver-xfree86/config/doublequote_in_string_error: 
  xserver-xfree86/config/device/bus_id: 
  xserver-xfree86/config/device/video_ram: 
* xserver-xfree86/config/monitor/lcd: true
  xserver-xfree86/config/inputdevice/keyboard/internal: 
* xserver-xfree86/config/device/driver: i128
* xserver-xfree86/config/monitor/vert-refresh: 43-75
* xserver-xfree86/config/display/default_depth: 24
* xserver-xfree86/config/display/modes: 1920x1440, 800x600, 640x480
  xserver-xfree86/config/modules: GLcore, bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, record, speedo, type1, vbe, xtt
  xserver-xfree86/config/monitor/range_input_error: 
  xserver-xfree86/autodetect_video_card: true
  xserver-xfree86/config/inputdevice/keyboard/variant: 
* xserver-xfree86/config/inputdevice/mouse/port: /dev/input/mice
  xserver-xfree86/config/write_files_section: true
  xserver-xfree86/autodetect_monitor: true
  xserver-xfree86/config/device/identifier: Generic Video Card
  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-50
  xserver-xfree86/config/monitor/identifier: Generic Monitor
  shared/no_known_x-server: 
  xserver-xfree86/autodetect_mouse: true
  xserver-xfree86/config/monitor/mode-list: 1280x960 @ 60Hz
  xserver-xfree86/clobber_XF86Config-4: 
* xserver-xfree86/config/inputdevice/keyboard/rules: xfree86
  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: 
  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: 

---------------------------------------
Received: (at 251119-close) by bugs.debian.org; 28 May 2004 20:08:07 +0000
>From katie@ftp-master.debian.org Fri May 28 13:08:07 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 1BTneB-0000p8-00; Fri, 28 May 2004 13:08:07 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BTnYz-0006D8-00; Fri, 28 May 2004 16:02:45 -0400
From: fabbione@fabbione.net (Fabio M. Di Nitto)
To: 251119-close@bugs.debian.org
X-Katie: $Revision: 1.49 $
Subject: Bug#251119: fixed in xfree86 4.3.0.dfsg.1-3
Message-Id: <E1BTnYz-0006D8-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Fri, 28 May 2004 16:02:45 -0400
Delivered-To: 251119-close@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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 4

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

Debian distribution maintenance software
pp.
Fabio M. Di Nitto <fabbione@fabbione.net> (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, 28 May 2004 19:41:04 +0200
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.dfsg.1-3
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, 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: 226193 233839 249614 251119
Changes: 
 xfree86 (4.3.0.dfsg.1-3) unstable; urgency=low
 .
   Changes by Branden Robinson:
 .
   * Fix breakage of NumLock under XKB, caused by crack-addled patch that
     warped the XKB types/basic file 7 years backwards in time.
     (Closes: #251119)
 .
   * Rework xserver-xfree86/config/device/driver debconf logic.
     + Attempt to populate driver choices by scanning filesystem first.
     + observe() if we do not find any.
     + Set default driver on an architecture-specific basis.  Use vga for
       alpha; vesa for amd64, hurd-i386, and i386; and fbdev for everyone else,
       except mips and mipsel boxen that report themselves as "SGI Ind*"
       machines via /proc/cpuinfo, for which we default to newport.
       (Closes: #226193, #249614)
 .
   * Update xserver-xfree86/config/device/bus_id logic.
     + Add comments describing why we don't default to a blank answer all the
       time.
     + Use "1" as the default answer on systems that identify themselves as
       "SGI Indigo2" machines via /proc/cpuinfo.
     + Update template description to tell SGI Indigo2 XL users to specify "1"
       for the BusID.
 .
   * Move XDeviceTimeCoord(3x) manpage from libx11-dev to libxi-dev, where it
     belongs.  Make libxi-dev conflict/replace libx11-dev (<< 4.3.0.dfsg.1-3)
     so that upgrades proceed smoothly.  Thanks to Stephen Kitt for identifying
     this problem.  (Closes: #233839)
Files: 
 1904aecf684bccc801070b66cbc353d9 2660 x11 optional xfree86_4.3.0.dfsg.1-3.dsc
 83208ec8275f46355e7cf5de21c304aa 3057802 x11 optional xfree86_4.3.0.dfsg.1-3.diff.gz
 d1f5b3b3c819ddc3ec83e26e25872fcb 219638 x11 optional lbxproxy_4.3.0.dfsg.1-3_i386.deb
 b7f2ff3b157d05cadd9783544a896c33 255670 libs optional libdps1_4.3.0.dfsg.1-3_i386.deb
 d7a2038df2a4cf8efb243ead8a5b721b 754030 libdevel extra libdps1-dbg_4.3.0.dfsg.1-3_i386.deb
 63ddcc43eeb9acd109b2d1ef24220c99 313264 libdevel optional libdps-dev_4.3.0.dfsg.1-3_i386.deb
 ece0c94a9ff7fc314c2eff2d0184541d 173038 libs optional libice6_4.3.0.dfsg.1-3_i386.deb
 04fde8924ebe9c0da370fab194d2626f 257250 libdevel extra libice6-dbg_4.3.0.dfsg.1-3_i386.deb
 d42b5db04d0a5d7e107d808dbd132e87 176352 libdevel optional libice-dev_4.3.0.dfsg.1-3_i386.deb
 a62b9598afc70927c265d21c59ce0ae1 150764 libs optional libsm6_4.3.0.dfsg.1-3_i386.deb
 71f4de73bf19118c13cf0d8aabee757c 176374 libdevel extra libsm6-dbg_4.3.0.dfsg.1-3_i386.deb
 549fb4bcb80b9d7dcb9298958b2ad6fa 147714 libdevel optional libsm-dev_4.3.0.dfsg.1-3_i386.deb
 ed79010c231d742443094e95bf7a6813 683204 libs optional libx11-6_4.3.0.dfsg.1-3_i386.deb
 87c69896a5fcb0d31cce25daac48d31c 9578916 libdevel extra libx11-6-dbg_4.3.0.dfsg.1-3_i386.deb
 0c69500f32312e33bfaf4917c667a25b 1333730 libdevel optional libx11-dev_4.3.0.dfsg.1-3_i386.deb
 9c8e5da541efa07f293191021f4bd804 254858 libs optional libxaw6_4.3.0.dfsg.1-3_i386.deb
 9058a5686c84c184c86acd717b9874ee 861486 libdevel extra libxaw6-dbg_4.3.0.dfsg.1-3_i386.deb
 0672ddede0409afa90834be4bb709490 385138 libdevel extra libxaw6-dev_4.3.0.dfsg.1-3_i386.deb
 a536bd6e5d0b09fb49d57524a81a874d 307946 libs optional libxaw7_4.3.0.dfsg.1-3_i386.deb
 99a7fde268ed098273bef655cbc878c3 996522 libdevel extra libxaw7-dbg_4.3.0.dfsg.1-3_i386.deb
 0521a8f4549026c5d66beac9c24c4aa0 385030 libdevel optional libxaw7-dev_4.3.0.dfsg.1-3_i386.deb
 8d19f131fec5152d3d39f262a31480b0 157910 libs optional libxext6_4.3.0.dfsg.1-3_i386.deb
 7e9fb357f119100a97c3462836626058 478734 libdevel extra libxext6-dbg_4.3.0.dfsg.1-3_i386.deb
 417e4ced7cfe33ce8269f67283c2030f 217794 libdevel optional libxext-dev_4.3.0.dfsg.1-3_i386.deb
 532e870897109bb1fdcb57059542c0ae 160218 libs optional libxft1_4.3.0.dfsg.1-3_i386.deb
 dc74fd15103d8ec5069d7ffe297e9e28 440720 libdevel extra libxft1-dbg_4.3.0.dfsg.1-3_i386.deb
 244a0fadb7950c6a2c1eed7c3a8f3673 149100 libs optional libxi6_4.3.0.dfsg.1-3_i386.deb
 0007ba7796b60d6386da433d84d8bd1f 1136778 libdevel extra libxi6-dbg_4.3.0.dfsg.1-3_i386.deb
 9f4a025f02473c20cb33a3c0e1cc00a1 202674 libdevel optional libxi-dev_4.3.0.dfsg.1-3_i386.deb
 c46c741a058aaeadf420fc8be8729cd6 179312 libs optional libxmu6_4.3.0.dfsg.1-3_i386.deb
 d2dc45172aa3bafad89f504f9f49c9d5 631108 libdevel extra libxmu6-dbg_4.3.0.dfsg.1-3_i386.deb
 9a347712d2ca3715a129ea8d927e9ea5 189310 libdevel optional libxmu-dev_4.3.0.dfsg.1-3_i386.deb
 f605f463c25e7be980bdd2918ed3a5c4 141172 libs optional libxmuu1_4.3.0.dfsg.1-3_i386.deb
 6e27ce54231c351f213c9e954493caa1 179532 libdevel extra libxmuu1-dbg_4.3.0.dfsg.1-3_i386.deb
 83b2507fd39549aa59cf241dc58568f0 134038 libdevel optional libxmuu-dev_4.3.0.dfsg.1-3_i386.deb
 4f727ba4cc3dec04a055dd7a8d5d77e5 148244 libs optional libxp6_4.3.0.dfsg.1-3_i386.deb
 c56054491394be68a70185dae19623c4 536254 libdevel extra libxp6-dbg_4.3.0.dfsg.1-3_i386.deb
 a0c5bdd92e59d00a6d6389ecb505a6de 150016 libdevel optional libxp-dev_4.3.0.dfsg.1-3_i386.deb
 afdf1162641556580b3687a5bbf389b5 163950 libs optional libxpm4_4.3.0.dfsg.1-3_i386.deb
 e811d4a7bf788d67b2de1bd243782318 209392 libdevel extra libxpm4-dbg_4.3.0.dfsg.1-3_i386.deb
 6e8f6bf7c40f4ba6df5e28e408ee3a3c 163028 libdevel optional libxpm-dev_4.3.0.dfsg.1-3_i386.deb
 be08f3e76e4147ab3475d430a602cfca 140920 libs optional libxrandr2_4.3.0.dfsg.1-3_i386.deb
 f279f6a92e948ba1d9d63ad539d18d1a 171408 libdevel extra libxrandr2-dbg_4.3.0.dfsg.1-3_i386.deb
 abe1b94cc0fc5a7dc35e0125a02d8945 141800 libdevel optional libxrandr-dev_4.3.0.dfsg.1-3_i386.deb
 abc382d8026155f6f77a6a7ce5e368e6 287306 libs optional libxt6_4.3.0.dfsg.1-3_i386.deb
 e011bef8feabb892a697c0fdcd62f80b 1501382 libdevel extra libxt6-dbg_4.3.0.dfsg.1-3_i386.deb
 91163ea7cb06b9b2bb9f387d7be93683 587502 libdevel optional libxt-dev_4.3.0.dfsg.1-3_i386.deb
 59750649b47bb61654de927355566f2f 150028 libs optional libxtrap6_4.3.0.dfsg.1-3_i386.deb
 aab591dc9da610c40eb90cae517e6674 381350 libdevel extra libxtrap6-dbg_4.3.0.dfsg.1-3_i386.deb
 fc1dcc240ea04419070ca001b97406f5 155844 libdevel optional libxtrap-dev_4.3.0.dfsg.1-3_i386.deb
 4098566caa3c8e3a9f3ff7caae5dfdb4 143902 libs optional libxtst6_4.3.0.dfsg.1-3_i386.deb
 a52764779de8c7906e9fc858e78f62ef 207564 libdevel extra libxtst6-dbg_4.3.0.dfsg.1-3_i386.deb
 bcce3da2d8b7f073738d8a04479382c7 141520 libdevel optional libxtst-dev_4.3.0.dfsg.1-3_i386.deb
 23242750b062a0074ebebdda58fa086d 142022 libs optional libxv1_4.3.0.dfsg.1-3_i386.deb
 23ddd3591b6ae41e754832a0d64cc103 174200 libdevel extra libxv1-dbg_4.3.0.dfsg.1-3_i386.deb
 1c7667c8ef9f6b9ea4f0d9040365b158 161658 libdevel optional libxv-dev_4.3.0.dfsg.1-3_i386.deb
 7fb71660ee60f0d6a312f3a10d87ee16 152252 x11 optional proxymngr_4.3.0.dfsg.1-3_i386.deb
 6f63f7d4db11b2d7a9a6a2e72c8cd324 234714 x11 optional twm_4.3.0.dfsg.1-3_i386.deb
 5b3859d9019d50ba5172b229af3b019a 1913586 x11 optional xbase-clients_4.3.0.dfsg.1-3_i386.deb
 c26365fc728916dc9c314351c496a701 269810 x11 optional xdm_4.3.0.dfsg.1-3_i386.deb
 97a0199ed318d6df4c7ac8e4fcde0ae3 464300 x11 optional xfs_4.3.0.dfsg.1-3_i386.deb
 9e980a9a3cdefbf020612201bfb1b313 151636 x11 optional xfwp_4.3.0.dfsg.1-3_i386.deb
 024b5a68731bdfe80f1ee0c136b8790a 4972668 x11 optional xlibmesa-dri_4.3.0.dfsg.1-3_i386.deb
 fc20e6df5250a6b5c848832b942dd51d 49450778 x11 optional xlibmesa-dri-dbg_4.3.0.dfsg.1-3_i386.deb
 4aded5212e9dcc51346d00766885ef63 252934 libs optional xlibmesa-gl_4.3.0.dfsg.1-3_i386.deb
 0ff6fe9d32632dc187eba6e591461c24 1200694 libdevel extra xlibmesa-gl-dbg_4.3.0.dfsg.1-3_i386.deb
 9b046654e7636111c9e75d3f7f581b89 676148 libdevel optional xlibmesa-gl-dev_4.3.0.dfsg.1-3_i386.deb
 dec5eafec438270b1480fd490c06a6b4 335344 libs optional xlibmesa-glu_4.3.0.dfsg.1-3_i386.deb
 d64c6692b09133c232c6a70f44897dd9 1082250 libdevel extra xlibmesa-glu-dbg_4.3.0.dfsg.1-3_i386.deb
 dfb90117b452c487e450f886b7904b21 405946 libdevel optional xlibmesa-glu-dev_4.3.0.dfsg.1-3_i386.deb
 266f8d9fb1b2604f5e23a282d2197f65 631028 libs optional xlibosmesa4_4.3.0.dfsg.1-3_i386.deb
 72f607323c864a02edcde364abcd2097 4554062 libdevel extra xlibosmesa4-dbg_4.3.0.dfsg.1-3_i386.deb
 5431f5b707c8136002b0203b55c3013e 760782 libdevel optional xlibosmesa-dev_4.3.0.dfsg.1-3_i386.deb
 d8f827f2593fc56b738dfe75a1767e2d 824332 libdevel optional xlibs-static-dev_4.3.0.dfsg.1-3_i386.deb
 32128ea20e43baffe3c0ed2da4b77f0a 356380 libdevel extra xlibs-static-pic_4.3.0.dfsg.1-3_i386.deb
 8a1099f33e84f32289158dabfbf807d7 198340 mail extra xmh_4.3.0.dfsg.1-3_i386.deb
 7153fb6d6c9c8eb997c653a0072b2ad8 1436982 x11 optional xnest_4.3.0.dfsg.1-3_i386.deb
 4db68a751ca6219d648d72e31ef377dc 1097656 x11 optional xprt_4.3.0.dfsg.1-3_i386.deb
 277a1f83265f17bcd3371bd95f36cb28 304800 x11 optional xserver-common_4.3.0.dfsg.1-3_i386.deb
 0c52af2e686c4c1a9c63aca1b7334129 5625658 x11 optional xserver-xfree86_4.3.0.dfsg.1-3_i386.deb
 f734aeda0beb4eaf77826518739382fe 53888134 x11 extra xserver-xfree86-dbg_4.3.0.dfsg.1-3_i386.deb
 215d48eac5df028f5e87c1be157ccc1f 644534 x11 optional xterm_4.3.0.dfsg.1-3_i386.deb
 ca3c45e6b0799f0067943d2808393785 863902 x11 optional xutils_4.3.0.dfsg.1-3_i386.deb
 5e693ff069595ddc41538dbc1d019b29 1571574 x11 optional xvfb_4.3.0.dfsg.1-3_i386.deb
 5d62210ac15f8cd8ddaf51f13b85571e 129756 x11 optional x-window-system-core_4.3.0.dfsg.1-3_i386.deb
 dab739dd38a9d3f443caa0b87e615ecf 129806 x11 extra x-window-system-dev_4.3.0.dfsg.1-3_i386.deb
 47965411b7db00e98a5d4a7fb16f235c 129554 oldlibs optional xlibmesa3_4.3.0.dfsg.1-3_i386.deb
 aac052071509619702d0b412a5519a32 130390 libdevel optional pm-dev_4.3.0.dfsg.1-3_all.deb
 8faa6037a866f286432791aa76e7cc84 187378 libdevel optional x-dev_4.3.0.dfsg.1-3_all.deb
 d3205eece6a0e4664cef193d93ae7d06 4332428 x11 optional xfonts-100dpi_4.3.0.dfsg.1-3_all.deb
 afb74aa72f4c31da4805aad8d2d7a94d 8165784 x11 optional xfonts-100dpi-transcoded_4.3.0.dfsg.1-3_all.deb
 9b200bdc57b03f98b97869513c39aeca 3810160 x11 optional xfonts-75dpi_4.3.0.dfsg.1-3_all.deb
 bc26846c3f15ee6407ab3dba5e699644 7041802 x11 optional xfonts-75dpi-transcoded_4.3.0.dfsg.1-3_all.deb
 6219d16e6ae68e32167660043faeb9dc 5476430 x11 optional xfonts-base_4.3.0.dfsg.1-3_all.deb
 f91ecd2dd589eeaee002fc2aa7ebc882 1173110 x11 optional xfonts-base-transcoded_4.3.0.dfsg.1-3_all.deb
 fda2601889f070854b94262e0f4a9b57 510592 x11 optional xfonts-cyrillic_4.3.0.dfsg.1-3_all.deb
 331ee6043e00646c1b1423e721bfc3b7 870320 x11 optional xfonts-scalable_4.3.0.dfsg.1-3_all.deb
 fa50d2c0770bbce10af5d24ca4d44ba7 695540 x11 optional xfree86-common_4.3.0.dfsg.1-3_all.deb
 103411989aa6c81c977d0d91790707ba 382242 libs optional xlibs_4.3.0.dfsg.1-3_all.deb
 9fdb29d48a28910c238343b66364d4ae 867300 libs optional xlibs-data_4.3.0.dfsg.1-3_all.deb
 096f24d8eee144f2bf3d28762e6464e2 5626190 x11 optional xspecs_4.3.0.dfsg.1-3_all.deb
 d700c8d2a253974fe04bbaec293ced12 129678 x11 optional x-window-system_4.3.0.dfsg.1-3_all.deb
 025c649fb2211214438eaf0f28b53e8c 129538 oldlibs extra xlibmesa3-dbg_4.3.0.dfsg.1-3_all.deb
 88dc56a8ba19349b415210b4e30cbcb4 129526 oldlibs optional xlibmesa-dev_4.3.0.dfsg.1-3_all.deb
 ff00afb375b9e74e5dab2c5a5f9defa9 129590 oldlibs extra xlibs-dbg_4.3.0.dfsg.1-3_all.deb
 d55d088e3fae51dc2d6db852fbda700d 129586 oldlibs extra xlibs-dev_4.3.0.dfsg.1-3_all.deb
 e2d6dfc7a497f296320027c5db9b18fc 129494 oldlibs extra xlibs-pic_4.3.0.dfsg.1-3_all.deb

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

iD8DBQFAt4cWhCzbekR3nhgRAqFCAJ0fIwfr9KT8Sq1bMxZt+zT9WRnJiwCfWGj6
ZbdfmhANsFtjsujYsvbJPwY=
=YjWI
-----END PGP SIGNATURE-----



Reply to: