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

Bug#472823: marked as done (xserver-xorg-core: segfault if no primary pci device)



Your message dated Fri, 23 May 2008 00:02:08 +0000
with message-id <E1JzKjY-0003jr-Cs@ries.debian.org>
and subject line Bug#472823: fixed in xorg-server 2:1.4.99.902-1
has caused the Debian Bug report #472823,
regarding xserver-xorg-core: segfault if no primary pci device
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.)


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

Hi,

On my Ultra Sparc, I've just on Banshee PCI card plugged in the last PCI
port of the machine.

When I launch Xorg 2:1.4.99.901-2, I get this segfault:


(gdb) run
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: /usr/bin/Xorg
[Thread debugging using libthread_db enabled]
[New process 12903]

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.4.99.901 (1.5.0 RC 1)
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.99.901-2)
Current Operating System: Linux gloria 2.6.22-3-sparc64-smp #1 SMP Mon Nov 12 12:48:41 UTC 2007 sparc64
Build Date: 23 March 2008  02:04:09AM

        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 26 18:33:20 2008
(==) Using config file: "/etc/X11/xorg.conf"
[New Thread -134781264 (LWP 12903)]
[tcsetpgrp failed in terminal_inferior: Operation not permitted]
(EE) Failed to load module "glx" (module does not exist, 0)
(EE) Failed to load module "dri" (module does not exist, 0)
Primary device is not PCI

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -134781264 (LWP 12903)]
0x00081240 in chooseVideoDriver () at ../../../../hw/xfree86/common/xf86AutoConfig.c:441
441         matchDriverFromFiles(matches, info->vendor_id, info->device_id);
(gdb) bt full
#0  0x00081240 in chooseVideoDriver () at ../../../../hw/xfree86/common/xf86AutoConfig.c:441
        info = (struct pci_device *) 0x0
        iter = (struct pci_device_iterator *) 0x1e90c8
        chosen_driver = <value optimized out>
        matches = {0x0 <repeats 20 times>}
#1  0x00081840 in autoConfigDevice (preconf_device=0x1e2ee8) at ../../../../hw/xfree86/common/xf86AutoConfig.c:297
        ptr = (GDevPtr) 0x1e2ee8
#2  0x000720a4 in InitOutput (pScreenInfo=0x1db1e8, argc=1, argv=0xffe474a4) at ../../../../hw/xfree86/common/xf86Init.c:564
        flags = <value optimized out>
        configured_device = (GDevPtr) 0x1e2ee8
        i = <value optimized out>
        j = <value optimized out>
        k = <value optimized out>
        modulelist = (char **) 0x1e4850
        optionlist = (pointer *) 0x1e4870
        layout = <value optimized out>
        screenpix24 = <value optimized out>
        pix24 = <value optimized out>
        pix24From = <value optimized out>
        autoconfig = <value optimized out>
#3  0x00039918 in main (argc=1, argv=0xffe474a4, envp=0xffe474ac) at ../../dix/main.c:358
        i = <value optimized out>
        error = -134707216
        alwaysCheckForInput = {0, 1}




To fix it on my side, I did this patch:
diff --git a/hw/xfree86/common/xf86AutoConfig.c b/hw/xfree86/common/xf86AutoConfig.c
index 268b50c..c64df4e 100644
--- a/hw/xfree86/common/xf86AutoConfig.c
+++ b/hw/xfree86/common/xf86AutoConfig.c
@@ -436,9 +436,10 @@ chooseVideoDriver(void)
     if (!info) {
        ErrorF("Primary device is not PCI\n");
     }
-
 #ifdef __linux__
+    else {
     matchDriverFromFiles(matches, info->vendor_id, info->device_id);
+    }
 #endif /* __linux__ */

     /* TODO Handle multiple drivers claiming to support the same PCI ID */


Cheers,

      Gonéri Le Bouder

-- 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 Mar 26 16:46 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1669488 Mar 23 04:01 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
0000:00:05.0 VGA compatible controller: 3Dfx Interactive, Inc. Voodoo Banshee (rev 03)

/etc/X11/xorg.conf unchanged from checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1077 Mar 26 18:16 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org 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 "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 5486 Mar 26 18:37 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:
(WW) Failed to open protocol names file /etc/X11/xserver/protocol.txt
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.4.99.901 (1.5.0 RC 1)
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.99.901-2)
Current Operating System: Linux gloria 2.6.22-3-sparc64-smp #1 SMP Mon Nov 12 12:48:41 UTC 2007 sparc64
Build Date: 23 March 2008  02:04:09AM
 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 26 18:37:01 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Configured Monitor"
(==) No device specified for screen "Default Screen".
	Using the first device section listed.
(**) |   |-->Device "Configured Video Device"
(==) |-->Input Device "Configured Mouse"
(==) |-->Input Device "Generic Keyboard"
(==) The core pointer device wasn't specified explicitly in the layout.
	Using the first mouse device.
(==) The core keyboard device wasn't specified explicitly in the layout.
	Using the first keyboard device.
(==) 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"
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x1b3958
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 4.0
	X.Org XInput driver : 2.0
	X.Org Server Extension : 1.0
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(--) using VT number 2

(--) PCI: (0@0:5:0) 3Dfx Interactive, Inc. Voodoo Banshee rev 3, Mem @ 0x000001ff/-2113929216, 0x000001ff/-2080374784, I/O @ 0x000001fe/33624064
(II) System resource ranges:
	[0] -1	1	0x7fffffff - 0x7fffffff (0x1) MX[B]
	[1] -1	1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x7fffffff - 0x7fffffff (0x1) MX[B]
	[5] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1	1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[9] -1	1	0x00000000 - 0x00000000 (0x1) IX[B]
	[10] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[11] -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.4.99.901, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 1.0
(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 TOG-CUP
(II) Loading extension Extended-Visual-Information
(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.4.99.901, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 1.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"

(WW) Warning, couldn't open module glx
(II) UnloadModule: "glx"
(EE) Failed to load module "glx" (module does not exist, 0)
(II) LoadModule: "freetype"

(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.4.99.901, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "record"

(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.4.99.901, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 1.0
(II) Loading extension RECORD
(II) LoadModule: "dri"

(WW) Warning, couldn't open module dri
(II) UnloadModule: "dri"
(EE) Failed to load module "dri" (module does not exist, 0)
Primary device is not PCI

Backtrace:

Fatal server error:
Caught signal 11.  Server aborting



-- System Information:
Debian Release: testing/unstable
  APT prefers stable
  APT policy: (500, 'stable'), (1, 'experimental')
Architecture: sparc (sparc64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-3-sparc64-smp
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages xserver-xorg-core depends on:
ii  libc6               2.7-6                GNU C Library: Shared libraries
ii  libdbus-1-3         1.1.20-1             simple interprocess messaging syst
ii  libfontenc1         1:1.0.4-2            X11 font encoding library
ii  libgcc1             1:4.3.0~rc2-1        GCC support library
ii  libhal1             0.5.10+git20080301-1 Hardware Abstraction Layer - share
ii  libpciaccess0       0.10-1               Generic PCI access library for X
ii  libpixman-1-0       0.9.6-1              pixel-manipulation library for X a
ii  libssl0.9.8         0.9.8g-7             SSL shared libraries
ii  libxau6             1:1.0.3-2            X11 authorisation library
ii  libxdmcp6           1:1.0.1-2            X11 Display Manager Control Protoc
ii  libxfont1           1:1.3.2-1            X11 font rasterisation library
ii  x11-common          1:7.4~1              X Window System (X.Org) infrastruc
ii  xserver-xorg        1:7.4~1              the X.Org X server

Versions of packages xserver-xorg-core recommends:
ii  xfonts-base                   1:1.0.0-3  standard fonts for X
ii  xkb-data                      0.8-12     X Keyboard Extension (XKB) configu

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: xorg-server
Source-Version: 2:1.4.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.4.99.902-1_i386.deb
  to pool/main/x/xorg-server/xdmx-tools_1.4.99.902-1_i386.deb
xdmx_1.4.99.902-1_i386.deb
  to pool/main/x/xorg-server/xdmx_1.4.99.902-1_i386.deb
xnest_1.4.99.902-1_i386.deb
  to pool/main/x/xorg-server/xnest_1.4.99.902-1_i386.deb
xorg-server_1.4.99.902-1.diff.gz
  to pool/main/x/xorg-server/xorg-server_1.4.99.902-1.diff.gz
xorg-server_1.4.99.902-1.dsc
  to pool/main/x/xorg-server/xorg-server_1.4.99.902-1.dsc
xorg-server_1.4.99.902.orig.tar.gz
  to pool/main/x/xorg-server/xorg-server_1.4.99.902.orig.tar.gz
xserver-xephyr_1.4.99.902-1_i386.deb
  to pool/main/x/xorg-server/xserver-xephyr_1.4.99.902-1_i386.deb
xserver-xfbdev_1.4.99.902-1_i386.deb
  to pool/main/x/xorg-server/xserver-xfbdev_1.4.99.902-1_i386.deb
xserver-xorg-core-dbg_1.4.99.902-1_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core-dbg_1.4.99.902-1_i386.deb
xserver-xorg-core_1.4.99.902-1_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core_1.4.99.902-1_i386.deb
xserver-xorg-dev_1.4.99.902-1_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-dev_1.4.99.902-1_i386.deb
xvfb_1.4.99.902-1_i386.deb
  to pool/main/x/xorg-server/xvfb_1.4.99.902-1_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 472823@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: Fri, 23 May 2008 00:58:45 +0200
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-dev xdmx xdmx-tools xnest xvfb xserver-xephyr xserver-xfbdev xserver-xorg-core-dbg
Architecture: source i386
Version: 2:1.4.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-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: 164379 343384 472823 473260
Changes: 
 xorg-server (2:1.4.99.902-1) experimental; urgency=low
 .
   * Add postrm script for xserver-xorg-core, to remove
     /var/log/Xorg.*.log{,.old} on purge (closes: #343384).
   * Use dh_* -s instead of -a in binary-arch, to fix FTBFS on s390 (which
     doesn't build xserver-xfbdev).
   * New upstream release candidate.
     + refresh 13_debian_add_xkbpath_env_variable.diff
     + doesn't crash when there is no pci device (closes: #472823)
     + includes a quirk for LPL monitors with broken EDID (closes: #473260)
     + XKB is now enabled in Xnest (closes: #164379)
   * Stop building Xprt, and drop related patches; it will be provided as a
     separate package.
Checksums-Sha1: 
 470abd6db2ced5cec47318b0dc6d116e9a29d458 2926 xorg-server_1.4.99.902-1.dsc
 b67afcc34738c14821acf467e014cf5e55e4b42f 7466499 xorg-server_1.4.99.902.orig.tar.gz
 604ccfb79854d31fb65eb94d4fb4dc1cc8181f44 345985 xorg-server_1.4.99.902-1.diff.gz
 1e17dc8c70f150ba03073ce2750e155337dc0287 2431344 xserver-xorg-core_1.4.99.902-1_i386.deb
 5a81fcf2cfe61999f5c92b303339d602e6d29a7c 778108 xserver-xorg-dev_1.4.99.902-1_i386.deb
 263b17ff3a5f712a5c6a1d059e81aaf387eeb30e 1184182 xdmx_1.4.99.902-1_i386.deb
 1ccca6dd2421a08234281ed09f843d57d628fe3c 572252 xdmx-tools_1.4.99.902-1_i386.deb
 6186e7ea1a83bec951095703158ae01823ce02bb 1019358 xnest_1.4.99.902-1_i386.deb
 a6c060ac8b7826960c424e2b9628557fa5300e06 1119156 xvfb_1.4.99.902-1_i386.deb
 c167503cadafe7386b8af4e4913bea57f5d71e8c 1183384 xserver-xephyr_1.4.99.902-1_i386.deb
 ce9f4813ac54b50ddc24128f7bd3590995767c9e 1149862 xserver-xfbdev_1.4.99.902-1_i386.deb
 78b1121de6f185e0bc7df65e8beeaa3d5de32391 6435760 xserver-xorg-core-dbg_1.4.99.902-1_i386.deb
Checksums-Sha256: 
 1e90ab4ae3826ca01594b9cc14a0182defc66aa6e0c2209b70619ff396831bd4 2926 xorg-server_1.4.99.902-1.dsc
 892a06dbf604bc7f5bf12e3c6039f9cc7398c844aa3539ad6e14e54106451d84 7466499 xorg-server_1.4.99.902.orig.tar.gz
 7f41a26b7a66c6811120f408bdd7866f31c67d55f6532b83cffc5bcf4ef49702 345985 xorg-server_1.4.99.902-1.diff.gz
 f97fddabde54b726600621f15825a32601db348f343b65b99457d865dca7d638 2431344 xserver-xorg-core_1.4.99.902-1_i386.deb
 6d7f03ac858ccda7f7c50d02e28f66bcefa987f5c967b9fef2573e5b2801fc71 778108 xserver-xorg-dev_1.4.99.902-1_i386.deb
 7a165d73482d39a49221acd9f4ef0005604451f945359ea536616fa336588a5d 1184182 xdmx_1.4.99.902-1_i386.deb
 1daffe696c709bfc628e22ce3ce68b44ee5dd9683ffd8a2381a4a161dc930fd2 572252 xdmx-tools_1.4.99.902-1_i386.deb
 bd4fc7e8b983dc699c2fa844f1ebb90da3e331c755ff58fbceed6537a2160401 1019358 xnest_1.4.99.902-1_i386.deb
 4bb3379186d483e96c4ee4ec8b373dee3c849984a3b462230ef09790dd7a8e39 1119156 xvfb_1.4.99.902-1_i386.deb
 5195877fb9cd9305c9e45c39395f3241a59d8240db1242a8fcd46ccba409c9ac 1183384 xserver-xephyr_1.4.99.902-1_i386.deb
 f9deba13a4fe7ec79a15323e757fb8dc84132d6ac475e025b8cd75290f1e2d56 1149862 xserver-xfbdev_1.4.99.902-1_i386.deb
 51554fbc34d7f90e6a934c9d923a971349ed33dcdf4d0c77dbec691cd0c2da00 6435760 xserver-xorg-core-dbg_1.4.99.902-1_i386.deb
Files: 
 739963d93d834ff0c382caef88f3fe5d 2926 x11 optional xorg-server_1.4.99.902-1.dsc
 3e376d8b397caa6a9a83e58bfcdc572c 7466499 x11 optional xorg-server_1.4.99.902.orig.tar.gz
 c59337f5ace1ae8fdcec187a0786dcc0 345985 x11 optional xorg-server_1.4.99.902-1.diff.gz
 9025608d78eef95abce86ccd8e5d29e5 2431344 x11 optional xserver-xorg-core_1.4.99.902-1_i386.deb
 a9a694b9f3a9cc5bb207985d03ce38f6 778108 x11 optional xserver-xorg-dev_1.4.99.902-1_i386.deb
 a12e0b4b3cc7cf90c965f34f13e9ceaa 1184182 x11 optional xdmx_1.4.99.902-1_i386.deb
 7a62e76fcc5edc8b160c459e1987783b 572252 x11 optional xdmx-tools_1.4.99.902-1_i386.deb
 c56b9ff5a563d4cc8b5f15e30f76108b 1019358 x11 optional xnest_1.4.99.902-1_i386.deb
 6648f5ec4148a32e9b47fc7146481a86 1119156 x11 optional xvfb_1.4.99.902-1_i386.deb
 19ccdbe1374a79d08924eeb3487af722 1183384 x11 optional xserver-xephyr_1.4.99.902-1_i386.deb
 780010986a6f326ff9ed753ac885cc61 1149862 x11 optional xserver-xfbdev_1.4.99.902-1_i386.deb
 0165d6503777d5045028c7160b0d5143 6435760 x11 extra xserver-xorg-core-dbg_1.4.99.902-1_i386.deb

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

iD8DBQFINgBMmEvTgKxfcAwRAmHxAJ9c0D46wNbzpACNdtc0slQGHr/oGwCdExrD
+zHTNfQITDVvFSyWb0f8VTo=
=Jd55
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: