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

Bug#513384: marked as done (xserver-xorg-core: server crash in CopyKeyClass when pressing special keys)



Your message dated Sat, 31 Jan 2009 19:47:19 +0000
with message-id <E1LTLoF-0006kM-Ks@ries.debian.org>
and subject line Bug#513384: fixed in xorg-server 2:1.5.99.902-1
has caused the Debian Bug report #513384,
regarding xserver-xorg-core: server crash in CopyKeyClass when pressing special keys
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
513384: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513384
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-core
Version: 2:1.5.99.901-2
Severity: serious

The X server crashed with the following trace:

Backtrace:
0: /usr/bin/X(xorg_backtrace+0x26) [0x4ee016]
1: /usr/bin/X(xf86SigHandler+0x39) [0x483109]
2: /lib/libc.so.6 [0x7fc244364f60]
3: /usr/bin/X(CopyKeyClass+0x75) [0x53ac05]
4: /usr/bin/X(mieqProcessInputEvents+0x2e3) [0x4ceaf3]
5: /usr/bin/X(ProcessInputEvents+0x9) [0x483c59]
6: /usr/bin/X(Dispatch+0x71) [0x44cc81]
7: /usr/bin/X(main+0x3bd) [0x432d9d]
8: /lib/libc.so.6(__libc_start_main+0xe6) [0x7fc2443511a6]
9: /usr/bin/X [0x432229]

I'm not sure just what I did to trigger it, if anything, but based on
upstream bug reports I think it happens when pressing some keys on a
USB keyboard, which is what I'm using.

Upstream report:
  https://bugs.freedesktop.org/show_bug.cgi?id=19574

Ubuntu report:
  https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/311254

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

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 28 apr  2008 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1872240 27 jan 09.10 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 2587 14 dec 20.00 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Extensions"
	Option "Composite" "enable"
EndSection

# Section "InputDevice"
# 	Identifier	"Generic Keyboard"
# 	Driver		"kbd"
# 	Option		"CoreKeyboard"
# 	Option		"XkbRules"	"xorg"
# 	Option		"XkbModel"	"pc105"
# 	Option		"XkbLayout"	"se"
# EndSection

# Section "InputDevice"
# 	Identifier	"Synaptics Touchpad"
# 	Driver		"synaptics"
# 	Option		"SendCoreEvents"	"true"
# 	Option		"Device"		"/dev/psaux"
# 	Option		"Protocol"		"auto-dev"
# 	Option		"SHMConfig"			"true"
# 	Option		"HorizEdgeScroll"	"true"
# 	Option		"VertTwoFingerScroll"	"true"
# 	Option		"HorizTwoFingerScroll"	"true"
# 	Option		"MinSpeed"			"0.1"
# 	Option		"MaxSpeed"			"0.4"
# 	Option		"AccelFactor"		"0.002"
# EndSection

# Section "InputDevice"
# 	Identifier	"Mouse"
# 	Driver		"mouse"
# 	Option		"Device"		"/dev/input/mice"
# 	Option		"Protocol"		"Auto"
# 	Option		"Emulate3Buttons"	"On"
# 	Option		"XAxisMapping"		"6 7"
# 	Option		"YAxisMapping"		"4 5"
# 	Option		"ZAxisMapping"		"4 5"
# 	Option		"EmulateWheel"		"On"
# 	Option		"EmulateWheelButton"	"2"
# 	Option		"EmulateWheelTimeout"	"200"
# EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Option		"Monitor-LVDS"	  "Internal Panel"
	Option		"Monitor-VGA"	  "VGA Monitor"
EndSection

Section "Monitor"
	Identifier	"Internal Panel"
	Modeline 	"1280x800" 71.11  1280 1328 1360 1440  800 803 809 823 -hsync -vsync
	Option		"PreferredMode" "1280x800"
EndSection

Section "Monitor"
	Identifier	"VGA Monitor"
	Option		"RightOf"		"Internal Panel"
	Modeline	"1280x1024_60.0"  108.88  1280 1360 1496 1712  1024 1025 1028 1060 -hsync +vsync
	Option		"PreferredMode" "1280x1024_60.0"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Configured Video Device"
	SubSection "Display"
		Virtual 2560 1024
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
#	InputDevice	"Generic Keyboard"
#	InputDevice	"Synaptics Touchpad"
#	InputDevice	"Mouse"
EndSection


Xorg X server log files on system:
-rw-rw-r-- 1 root root 39862  1 maj  2008 /var/log/Xorg.1.log
-rw-rw-r-- 1 root root 29074 28 jan 15.32 /var/log/Xorg.0.log

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

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.5.99.901 (1.6.0 RC 1)
Release Date: (unreleased)
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.17.7 x86_64 Debian
Current Operating System: Linux better 2.6.28.1-melech #1 SMP PREEMPT Fri Jan 23 08:10:22 UTC 2009 x86_64
Build Date: 27 January 2009  08:02:28AM
xorg-server 2:1.5.99.901-2 (buildd@xenophanes) 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
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/Xorg.0.log", Time: Wed Jan 28 15:23:35 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Configured Video Device"
(==) No monitor specified for screen "Default Screen".
	Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
	If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(II) Loader magic: 0xd20
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 5.0
	X.Org XInput driver : 4.0
	X.Org Server Extension : 2.0
(II) Loader running on linux
(++) using VT number 8

(--) PCI:*(0@0:2:0) Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller rev 12, Mem @ 0xf8100000/1048576, 0xe0000000/268435456, I/O @ 0x00001800/8
(--) PCI: (0@0:2:1) Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller rev 12, Mem @ 0xf8200000/1048576
(II) Open ACPI successful (/var/run/acpid.socket)
(II) System resource ranges:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.5.99.901, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.5.99.901, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.5.99.901, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(==) Exporting typical set of GLX visuals
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.5.99.901, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.5.99.901, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.5.99.901, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) Scanning /usr/share/xserver-xorg/pci directory for additional PCI ID's supported by the drivers
(II) Matched intel from file name intel.ids
(==) Matched intel for the autoconfigured driver
(==) Assigned the driver to the xf86ConfigLayout
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
	compiled for 1.5.99.901, module version = 2.6.1
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 5.0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
	965GM, 965GME/GLE, G33, Q35, Q33,
	Mobile Intel® GM45 Express Chipset,
	Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41
(II) Primary Device is: PCI 00@00:02:0
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[5] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[6] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[7] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[8] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[9] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[10] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.5.99.901, module version = 0.1.0
	ABI class: X.Org Video Driver, version 5.0
(==) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) 965GM
(--) intel(0): Chipset: "965GM"
(--) intel(0): Linear framebuffer at 0xE0000000
(--) intel(0): IO registers at addr 0xF8100000
(WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
(==) intel(0): Using EXA for acceleration
(II) intel(0): 2 display pipes available.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) intel(0): Output VGA using monitor section VGA Monitor
(**) intel(0): Option "PreferredMode" "1280x1024_60.0"
(**) intel(0): Option "RightOf" "Internal Panel"
(II) intel(0): Output LVDS using monitor section Internal Panel
(**) intel(0): Option "PreferredMode" "1280x800"
(II) intel(0): I2C bus "LVDSDDC_C" initialized.
(II) intel(0): Attempting to determine panel fixed mode.
(II) intel(0): I2C device "LVDSDDC_C:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): EDID vendor "LEN", prod id 16464
(II) intel(0): found backlight control method /sys/class/backlight/acpi_video0
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
(II) intel(0): I2C bus "SDVOB DDC Bus" initialized.
(II) intel(0): Output TMDS-1 has no monitor section
(II) intel(0): SDVOB: device VID/DID: 02:3C.06, clock range 25.0MHz - 200.0MHz
(II) intel(0): SDVOB: 1 input channel
(II) intel(0): SDVOB: TMDS0 output reported
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
(II) intel(0): No SDVO device found on SDVOC
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
(II) intel(0): Current clock rate multiplier: 1
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "GSM", prod id 19155
(II) intel(0): Using EDID range info for horizontal sync
(II) intel(0): Using EDID range info for vertical refresh
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): EDID vendor "GSM", prod id 19155
(II) intel(0): EDID vendor "LEN", prod id 16464
(II) intel(0): Output VGA connected
(II) intel(0): Output LVDS connected
(II) intel(0): Output TMDS-1 disconnected
(II) intel(0): Using user preference for initial modes
(II) intel(0): Output VGA using initial mode 1280x1024_60.0
(II) intel(0): Output LVDS using initial mode 1280x800
(II) intel(0): detected 512 kB GTT.
(II) intel(0): detected 7676 kB stolen memory.
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): Will not try to enable page flipping
(==) intel(0): Triple buffering disabled
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(**) intel(0): Display dimensions: (380, 300) mm
(**) intel(0): DPI set to (171, 86)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.5.99.901, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "exa"
(II) LoadModule: "exa"
(II) Loading /usr/lib/xorg/modules//libexa.so
(II) Module exa: vendor="X.Org Foundation"
	compiled for 1.5.99.901, module version = 2.4.0
	ABI class: X.Org Video Driver, version 5.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) intel(0): Comparing regs from server start up to After PreInit
(WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd0000009
(WW) intel(0): PP_STATUS before: on, ready, sequencing idle
(WW) intel(0): PP_STATUS after: on, ready, sequencing on
(WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x00000206 to 0x00000246
(WW) intel(0): PIPEBSTAT before: status: VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS
(WW) intel(0): PIPEBSTAT after: status: VSYNC_INT_STATUS LBLC_EVENT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[5] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[6] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[7] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[8] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[9] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[10] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) intel(0): Kernel reported 1248000 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 4991996 kB available
(WW) intel(0): DRI2 requires UXA
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: drmOpenMinor returns 11
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
(II) intel(0): [drm] framebuffer mapped by ddx driver
(II) intel(0): [drm] added 1 reserved context for kernel
(II) intel(0): X context handle = 0x1
(II) intel(0): [drm] installed DRM signal handler
(**) intel(0): Framebuffer compression disabled
(**) intel(0): Tiling enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) intel(0): [drm] Registers = 0xf8100000
(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
(II) intel(0): [dri] visual configs initialized
(II) intel(0): Page Flipping disabled
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) EXA(0): Offscreen pixmap area of 31457280 bytes
(II) EXA(0): Driver registered support for the following operations:
(II)         Solid
(II)         Copy
(II)         Composite (RENDER acceleration)
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): [DRI] installation complete
(II) intel(0): Current clock rate multiplier: 1
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x0c200000 (pgoffset 49664)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x0e000000 (pgoffset 57344)
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x00000fff: power context (4 kB)
(II) intel(0): 0x0077f000:            end of stolen memory
(II) intel(0): 0x0077f000-0x0c1fffff: DRI memory manager (190980 kB)
(II) intel(0): 0x0c200000-0x0dffffff: exa offscreen (30720 kB)
(II) intel(0): 0x0e000000-0x0fffffff: classic textures (32768 kB)
(II) intel(0): 0x10000000:            end of aperture
(II) intel(0): BO memory allocation layout:
(II) intel(0): 0x0077f000:            start of memory manager
(II) intel(0): 0x0079f000-0x0119efff: depth buffer (10240 kB) Y tiled
(II) intel(0): 0x0179f000-0x0219efff: back buffer (10240 kB) X tiled
(II) intel(0): 0x02800000-0x040fffff: front buffer (25600 kB) X tiled
(II) intel(0): 0x0279f000-0x0279ffff: overlay registers (4 kB)
(II) intel(0): 0x027a0000-0x027aefff: exa G965 state buffer (60 kB)
(II) intel(0): 0x027b0000-0x027b7fff: logical 3D context (32 kB)
(II) intel(0): 0x027b8000-0x027c1fff: HW cursors (40 kB)
(II) intel(0): 0x0c200000:            end of memory manager
(WW) intel(0): ESR is 0x00000001
(WW) intel(0): Existing errors found in hardware state.
(II) intel(0): using SSC reference clock of 100 MHz
(II) intel(0): Selecting standard 18 bit TMDS pixel format.
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is on
(II) intel(0):   Display plane A is now enabled and connected to pipe A.
(II) intel(0):   Pipe B is on
(II) intel(0):   Display plane B is now enabled and connected to pipe B.
(II) intel(0):   Output VGA is connected to pipe A
(II) intel(0):   Output LVDS is connected to pipe B
(II) intel(0):   Output TMDS-1 is connected to pipe none
(II) intel(0): [drm] mapped front buffer at 0xe2800000, handle = 0xe2800000
(II) intel(0): [drm] mapped back buffer at 0xe179f000, handle = 0xe179f000
(II) intel(0): [drm] mapped depth buffer at 0xe079f000, handle = 0xe079f000
(II) intel(0): [drm] mapped classic textures at 0xee000000, handle = 0xee000000
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(II) intel(0): DPMS enabled
(==) intel(0): Intel XvMC decoder disabled
(II) intel(0): Set up textured video
(II) intel(0): Set up overlay video
(II) intel(0): direct rendering: XF86DRI Enabled
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) AIGLX: Screen 0 is not DRI2 capable
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 12, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 12, (OK)
drmOpenByBusid: drmOpenMinor returns 12
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) AIGLX: enabled GLX_SGI_make_current_read
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: enabled GLX_texture_from_pixmap with driver support
(II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) intel(0): Setting screen physical size to 662 x 264
(II) config/hal: Adding input device ThinkPad Extra Buttons
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.5.99.901, module version = 2.1.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 4.0
(**) ThinkPad Extra Buttons: always reports core events
(**) ThinkPad Extra Buttons: Device: "/dev/input/event9"
(II) ThinkPad Extra Buttons: Found keys
(II) ThinkPad Extra Buttons: Configuring as keyboard
(II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) ThinkPad Extra Buttons: xkb_rules: "evdev"
(**) Option "xkb_model" "evdev"
(**) ThinkPad Extra Buttons: xkb_model: "evdev"
(**) Option "xkb_layout" "se"
(**) ThinkPad Extra Buttons: xkb_layout: "se"
(II) config/hal: Adding input device ThinkPad HDAPS accelerometer data
(**) ThinkPad HDAPS accelerometer data: always reports core events
(**) ThinkPad HDAPS accelerometer data: Device: "/dev/input/event11"
(II) ThinkPad HDAPS accelerometer data: Found x and y absolute axes
(WW) ThinkPad HDAPS accelerometer data: Don't know how to use device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for "ThinkPad HDAPS accelerometer data"
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device ThinkPad HDAPS joystick emulation
(**) ThinkPad HDAPS joystick emulation: always reports core events
(**) ThinkPad HDAPS joystick emulation: Device: "/dev/input/event10"
(II) ThinkPad HDAPS joystick emulation: Found x and y absolute axes
(WW) ThinkPad HDAPS joystick emulation: Don't know how to use device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for "ThinkPad HDAPS joystick emulation"
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device TPPS/2 IBM TrackPoint
(**) TPPS/2 IBM TrackPoint: always reports core events
(**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event12"
(II) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
(II) TPPS/2 IBM TrackPoint: Found x and y relative axes
(II) TPPS/2 IBM TrackPoint: Configuring as mouse
(**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
(**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
(**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
(**) TPPS/2 IBM TrackPoint: (accel) filter chain progression: 2.00
(**) TPPS/2 IBM TrackPoint: (accel) filter stage 0: 20.00 ms
(**) TPPS/2 IBM TrackPoint: (accel) set acceleration profile 0
(II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
	compiled for 1.5.99.901, module version = 0.99.3
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 4.0
(II) Synaptics touchpad driver version 0.99.3
(**) Option "Device" "/dev/input/event8"
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
(II) SynPS/2 Synaptics TouchPad: buttons: left right middle double triple
(**) Option "SHMConfig" "true"
(**) Option "HorizEdgeScroll" "true"
(**) Option "VertTwoFingerScroll" "true"
(**) Option "HorizTwoFingerScroll" "true"
(--) SynPS/2 Synaptics TouchPad touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
(**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
(**) SynPS/2 Synaptics TouchPad: (accel) filter chain progression: 2.00
(**) SynPS/2 Synaptics TouchPad: (accel) filter stage 0: 20.00 ms
(**) SynPS/2 Synaptics TouchPad: (accel) set acceleration profile 0
(--) SynPS/2 Synaptics TouchPad touchpad found
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) AT Translated Set 2 keyboard: xkb_rules: "evdev"
(**) Option "xkb_model" "evdev"
(**) AT Translated Set 2 keyboard: xkb_model: "evdev"
(**) Option "xkb_layout" "se"
(**) AT Translated Set 2 keyboard: xkb_layout: "se"
(II) config/hal: Adding input device Logitech USB Receiver
(**) Logitech USB Receiver: always reports core events
(**) Logitech USB Receiver: Device: "/dev/input/event6"
(II) Logitech USB Receiver: Found 32 mouse buttons
(II) Logitech USB Receiver: Found x and y relative axes
(II) Logitech USB Receiver: Found keys
(II) Logitech USB Receiver: Configuring as mouse
(II) Logitech USB Receiver: Configuring as keyboard
(**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
(**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Logitech USB Receiver: xkb_rules: "evdev"
(**) Option "xkb_model" "evdev"
(**) Logitech USB Receiver: xkb_model: "evdev"
(**) Option "xkb_layout" "se"
(**) Logitech USB Receiver: xkb_layout: "se"
(**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
(**) Logitech USB Receiver: (accel) filter chain progression: 2.00
(**) Logitech USB Receiver: (accel) filter stage 0: 20.00 ms
(**) Logitech USB Receiver: (accel) set acceleration profile 0
(II) config/hal: Adding input device Logitech USB Receiver
(**) Logitech USB Receiver: always reports core events
(**) Logitech USB Receiver: Device: "/dev/input/event5"
(II) Logitech USB Receiver: Found keys
(II) Logitech USB Receiver: Configuring as keyboard
(II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Logitech USB Receiver: xkb_rules: "evdev"
(**) Option "xkb_model" "evdev"
(**) Logitech USB Receiver: xkb_model: "evdev"
(**) Option "xkb_layout" "se"
(**) Logitech USB Receiver: xkb_layout: "se"
(II) config/hal: Adding input device Video Bus
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event4"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Video Bus: xkb_rules: "evdev"
(**) Option "xkb_model" "evdev"
(**) Video Bus: xkb_model: "evdev"
(**) Option "xkb_layout" "se"
(**) Video Bus: xkb_layout: "se"
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "GSM", prod id 19155
(II) intel(0): EDID vendor "LEN", prod id 16464
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.11  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.4 kHz)
(II) intel(0): Modeline "1280x800"x0.0   59.26  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (41.2 kHz)
(II) intel(0): EDID vendor "LEN", prod id 16464
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "GSM", prod id 19155
(II) intel(0): EDID vendor "LEN", prod id 16464
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.11  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.4 kHz)
(II) intel(0): Modeline "1280x800"x0.0   59.26  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (41.2 kHz)
(II) intel(0): EDID vendor "LEN", prod id 16464
exaCopyDirty: Pending damage region empty!
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "GSM", prod id 19155
(II) intel(0): EDID vendor "LEN", prod id 16464
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.11  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.4 kHz)
(II) intel(0): Modeline "1280x800"x0.0   59.26  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (41.2 kHz)
(II) intel(0): EDID vendor "LEN", prod id 16464


-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28.1-melech (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-core depends on:
ii  libc6       2.7-18                       GNU C Library: Shared libraries
ii  libdbus-1-3 1.2.1-5                      simple interprocess messaging syst
ii  libdrm2     2.4.3+git+20090105+a8c5480-1 Userspace interface to kernel rend
ii  libfontenc1 1:1.0.4-3                    X11 font encoding library
ii  libhal1     0.5.11-8                     Hardware Abstraction Layer - share
ii  libpciacces 0.10.3-1                     Generic PCI access library for X
ii  libpixman-1 0.13.2-1                     pixel-manipulation library for X a
ii  libssl0.9.8 0.9.8g-15                    SSL shared libraries
ii  libxau6     1:1.0.4-1                    X11 authorisation library
ii  libxdmcp6   1:1.0.2-3                    X11 Display Manager Control Protoc
ii  libxfont1   1:1.3.4-1                    X11 font rasterisation library
ii  xserver-com 2:1.5.99.901-2               common files used by various X ser
ii  xserver-xor 1:7.4~5                      the X.Org X server

Versions of packages xserver-xorg-core recommends:
ii  libgl1-mesa-dri               7.3~rc3-1  A free implementation of the OpenG
ii  xfonts-base                   1:1.0.0-5  standard fonts for X
ii  xkb-data                      1.5-1      X Keyboard Extension (XKB) configu

Versions of packages xserver-xorg-core suggests:
ii  xfonts-100dpi                 1:1.0.0-4  100 dpi fonts for X
ii  xfonts-75dpi                  1:1.0.0-4  75 dpi fonts for X
ii  xfonts-scalable               1:1.0.0-6  scalable fonts for X

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: xorg-server
Source-Version: 2:1.5.99.902-1

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

xdmx-tools_1.5.99.902-1_amd64.deb
  to pool/main/x/xorg-server/xdmx-tools_1.5.99.902-1_amd64.deb
xdmx_1.5.99.902-1_amd64.deb
  to pool/main/x/xorg-server/xdmx_1.5.99.902-1_amd64.deb
xnest_1.5.99.902-1_amd64.deb
  to pool/main/x/xorg-server/xnest_1.5.99.902-1_amd64.deb
xorg-server_1.5.99.902-1.diff.gz
  to pool/main/x/xorg-server/xorg-server_1.5.99.902-1.diff.gz
xorg-server_1.5.99.902-1.dsc
  to pool/main/x/xorg-server/xorg-server_1.5.99.902-1.dsc
xorg-server_1.5.99.902.orig.tar.gz
  to pool/main/x/xorg-server/xorg-server_1.5.99.902.orig.tar.gz
xserver-common_1.5.99.902-1_all.deb
  to pool/main/x/xorg-server/xserver-common_1.5.99.902-1_all.deb
xserver-xephyr_1.5.99.902-1_amd64.deb
  to pool/main/x/xorg-server/xserver-xephyr_1.5.99.902-1_amd64.deb
xserver-xfbdev_1.5.99.902-1_amd64.deb
  to pool/main/x/xorg-server/xserver-xfbdev_1.5.99.902-1_amd64.deb
xserver-xorg-core-dbg_1.5.99.902-1_amd64.deb
  to pool/main/x/xorg-server/xserver-xorg-core-dbg_1.5.99.902-1_amd64.deb
xserver-xorg-core_1.5.99.902-1_amd64.deb
  to pool/main/x/xorg-server/xserver-xorg-core_1.5.99.902-1_amd64.deb
xserver-xorg-dev_1.5.99.902-1_amd64.deb
  to pool/main/x/xorg-server/xserver-xorg-dev_1.5.99.902-1_amd64.deb
xvfb_1.5.99.902-1_amd64.deb
  to pool/main/x/xorg-server/xvfb_1.5.99.902-1_amd64.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 513384@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau <jcristau@debian.org> (supplier of updated xorg-server 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.8
Date: Sat, 31 Jan 2009 19:32:31 +0100
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-dev xdmx xdmx-tools xnest xvfb xserver-xephyr xserver-xfbdev xserver-xorg-core-dbg xserver-common
Architecture: source all amd64
Version: 2:1.5.99.902-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Julien Cristau <jcristau@debian.org>
Description: 
 xdmx       - distributed multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest      - Nested X server
 xserver-common - common files used by various X servers
 xserver-xephyr - nested X server
 xserver-xfbdev - Linux framebuffer device tiny X server
 xserver-xorg-core - Xorg X server - core server
 xserver-xorg-core-dbg - Xorg - the X.Org X server (debugging symbols)
 xserver-xorg-dev - Xorg X server - development files
 xvfb       - Virtual Framebuffer 'fake' X server
Closes: 513384
Changes: 
 xorg-server (2:1.5.99.902-1) experimental; urgency=low
 .
   * New upstream release candidate.
   * xserver-xorg-core.install: there are no more font modules.
   * 0001-mi-force-the-paired-kbd-device-before-CopyKeyClass.patch: new patch,
     fixes a crash with some multimedia keyboards (closes: #513384).
Checksums-Sha1: 
 e0d01a76728ac2ee64c7c2704598dcf97ddfac8c 3069 xorg-server_1.5.99.902-1.dsc
 7d61222127c42b8c60e0e2a4bab23798b28d14b4 6270192 xorg-server_1.5.99.902.orig.tar.gz
 28ebf9b4b7cb644625a3e7e62baf258e7964a044 75178 xorg-server_1.5.99.902-1.diff.gz
 716dd1f95afa4994f8b7160adc160257412df230 48854 xserver-common_1.5.99.902-1_all.deb
 909e6c4467165da5cbed778a75b52b520b24753e 2289348 xserver-xorg-core_1.5.99.902-1_amd64.deb
 1b0a7a638f203704cfc624ceff1d819c96eba827 971140 xserver-xorg-dev_1.5.99.902-1_amd64.deb
 c28739574f2f8b4d7d7616527f3887a0dd3943e6 1515614 xdmx_1.5.99.902-1_amd64.deb
 47d8c07f8f31987b73fc787c130cf8840d3c372e 794988 xdmx-tools_1.5.99.902-1_amd64.deb
 625920ab4d2f84eab2efd9b83e1c796bd71f9c2f 1425676 xnest_1.5.99.902-1_amd64.deb
 147065af70f87bef258e77f03dcbf50d11a503ee 1536476 xvfb_1.5.99.902-1_amd64.deb
 4f03d792fa5e0fbf7c1b0c27daf705b4f42f7fcc 1623992 xserver-xephyr_1.5.99.902-1_amd64.deb
 2088a04dbdf061d49049004bb7ca05a13cab9044 1566572 xserver-xfbdev_1.5.99.902-1_amd64.deb
 1f74560b610d8a7b132d4ac7985ad8ec57d1179c 6315874 xserver-xorg-core-dbg_1.5.99.902-1_amd64.deb
Checksums-Sha256: 
 321230a70b8e665dcf71b35a3c29a32b2a638902e424c6251c3503d8aa6d39a9 3069 xorg-server_1.5.99.902-1.dsc
 ba9423177d2c745cc58868ce2941fc54d59ef414aa386732e9a7adf07aa6ac31 6270192 xorg-server_1.5.99.902.orig.tar.gz
 9982c73839fcc64e79a7fafb13751171d3b064dbd90764e58e69b8ce2b39acdb 75178 xorg-server_1.5.99.902-1.diff.gz
 00af3e486047e183d61697828f60544e0d3a85663417515ff57fa799ceeda1dd 48854 xserver-common_1.5.99.902-1_all.deb
 b132cf389cd33b057e75d6741677deed690dad39bd4263796f60e1430bf05cb7 2289348 xserver-xorg-core_1.5.99.902-1_amd64.deb
 1c7c8cb2f0a38fed97dcad716f8a8f5ba2887e67839b0246b55af78864401a4b 971140 xserver-xorg-dev_1.5.99.902-1_amd64.deb
 a1f4ed3330a331d7d9c9b312778b396c1c316bacb0a0c7878e6ab79101137b93 1515614 xdmx_1.5.99.902-1_amd64.deb
 75406e9de17cc8521710eeac8e6854268ed48964a902c119990db93057546645 794988 xdmx-tools_1.5.99.902-1_amd64.deb
 12c0c48d7848d37d5ea4769c04f7c7aa8cf602f9884ee1a657108c6c97c2bbe0 1425676 xnest_1.5.99.902-1_amd64.deb
 46c8cbe8a9b4a65f5cf361ade21ff660ade37f1aa0450d132c6c10293040ef11 1536476 xvfb_1.5.99.902-1_amd64.deb
 c915ecad815b1ef9f20e51d992eee61b7cf5d47418124b74b513f5b17bc33761 1623992 xserver-xephyr_1.5.99.902-1_amd64.deb
 3d88f1d9eef60520f332f8bab9444fad2a53645ebd603dc909df1946ddfcb56d 1566572 xserver-xfbdev_1.5.99.902-1_amd64.deb
 2c27570b119a036f7610d0370845bfab4f0b482d2a3ebcd92d7b28fcd230e1ef 6315874 xserver-xorg-core-dbg_1.5.99.902-1_amd64.deb
Files: 
 7e6b9907cf1db80669fd16daf9222729 3069 x11 optional xorg-server_1.5.99.902-1.dsc
 dddcb9b4e7790b44d300bbc4e66efe91 6270192 x11 optional xorg-server_1.5.99.902.orig.tar.gz
 171665285134371ecf20991d9750840e 75178 x11 optional xorg-server_1.5.99.902-1.diff.gz
 905ccf5efbd608b783ac843658d9eb12 48854 x11 optional xserver-common_1.5.99.902-1_all.deb
 ab51f15f15ff0e2b8e219f607cd28b3d 2289348 x11 optional xserver-xorg-core_1.5.99.902-1_amd64.deb
 a60bb1c8c153313f941c859e7b6505ff 971140 x11 optional xserver-xorg-dev_1.5.99.902-1_amd64.deb
 1559c5a3fd4c97940e092ddf20e23083 1515614 x11 optional xdmx_1.5.99.902-1_amd64.deb
 7563fa2cb4f0e4403a4bb1927f522a79 794988 x11 optional xdmx-tools_1.5.99.902-1_amd64.deb
 29ae111f46e58d3c5964d1b732919e98 1425676 x11 optional xnest_1.5.99.902-1_amd64.deb
 31503f450de4bd340cae42f442b82ce7 1536476 x11 optional xvfb_1.5.99.902-1_amd64.deb
 b6c29fff98f0ea2ca75ae48d987335d7 1623992 x11 optional xserver-xephyr_1.5.99.902-1_amd64.deb
 c39cda64cfab4ff3ba24f1c056d0ddea 1566572 x11 optional xserver-xfbdev_1.5.99.902-1_amd64.deb
 c5880e4ecb271835a4f4ba950f382a4c 6315874 x11 extra xserver-xorg-core-dbg_1.5.99.902-1_amd64.deb

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

iEYEARECAAYFAkmEpeAACgkQmEvTgKxfcAzOZgCgpbTK8z7pq6A7N9AfQAaVLL0h
A6cAoLvpW+DTSvjV/EocIWwJJGxurAdT
=83Fa
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: