compiz: Changes to 'debian-unstable'
debian/changelog |6 - debian/compiz.real.1 | 54 +++ 2 files changed, 43 insertions(+), 17 deletions(-) New commits: commit 74331ad330fe75f4abc09b1bad6d9ce164d070ba Author: Thierry Reding <[EMAIL PROTECTED]> Date: Fri Jul 13 09:00:37 2007 +0200 Manpage overhaul. Add missing options and rearrange to match 'compiz --help'. diff --git a/debian/changelog b/debian/changelog index 6139369..964384a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,12 @@ compiz (0.5.0.dfsg-2) unstable; urgency=low * Drop the now obsolete Source-Version in favour of binary:Version in debian/control. + * Replace --strict-binding and --use-cow documentation by --loose-binding +and --use-root-window respectively in the compiz.real manpage. Thanks +Michael Gilbert. (Closes: 432920) + * Rearrange and add missing command-line options in the compiz.real manpage. - -- Thierry Reding <[EMAIL PROTECTED]> Thu, 12 Jul 2007 12:08:41 +0200 + -- Thierry Reding <[EMAIL PROTECTED]> Fri, 13 Jul 2007 08:49:29 +0200 compiz (0.5.0.dfsg-1) unstable; urgency=low diff --git a/debian/compiz.real.1 b/debian/compiz.real.1 index b476c26..87bc8e6 100644 --- a/debian/compiz.real.1 +++ b/debian/compiz.real.1 @@ -1,4 +1,4 @@ -.TH COMPIZ 1 "September 29, 2006" +.TH COMPIZ 1 "July 13, 2007" .SH NAME compiz.real \- OpenGL window and compositing manager @@ -13,12 +13,6 @@ is a compositing window-manager using OpenGL for rendering. .SH OPTIONS .TP -.B \-\-help -Show summary of options. -.TP -.B \-v, \-\-version -Show version of program. -.TP .BI "\-\-display " DISPLAY Manage the display called .I DISPLAY @@ -26,6 +20,11 @@ instead of the name obtained from the .I $DISPLAY environment variable. .TP +.BI "\-\-bg\-image " IMAGE +Use +.I IMAGE +as background image. +.TP .BI "\-\-refresh\-rate " RATE Set the default refresh rate. .TP @@ -35,11 +34,10 @@ Use a fast texture filter. .BI \-\-indirect\-rendering Force an indirect rendering context. Use this when running compiz on AIGLX. .TP -.BI \-\-strict\-binding -Enable strict binding of textures. Use this when running compiz on AIGLX. -.TP -.BI \-\-use\-cow -Make use of the composite overlay window. +.BI \-\-loose\-binding +Disable strict binding of textures. This may improve performance in some +situations (running on XGL). As opposed to strict binding, however, this isn't +guaranteed to work. Use with care. .TP .BI \-\-replace Replace any existing window managers on the given X display. @@ -52,10 +50,34 @@ Use the given .I ID as the client ID for session management. .TP -.BI "\-\-bg\-image " IMAGE -Use -.I IMAGE -as background image. +.BI \-\-no\-detection +Disable output screen detection. +.TP +.BI \-\-no\-fbo +Disable the use of FBOs (frame buffer objects). This can be useful to work +around drivers with broken FBO implementations. +.TP +.BI \-\-ignore\-desktop\-hints +Do not use desktop hints (number of desktops, current desktop) as left by the +previous window manager. +.TP +.BI \-\-only\-current\-screen +Manage only the screen defined by +.I $DISPLAY +(or given by the +.I \-\-display +option) and leave all other screens alone. +.TP +.BI \-\-use\-root\-window +Use the root window instead of the composite overlay window for drawing. +.TP +.BI \-\-version +Show the +.B compiz +version string. +.TP +.BI \-\-help +Show a summary of the command-line options. .SH AUTHOR compiz was written by David Reveman <[EMAIL PROTECTED]> and others. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#400583: Upgrading to metacity 2.18 worked!
On Fri, 2007-07-13 at 10:40 +1000, James Clark wrote: > > > > Which metacity are you running? Does 2.18 help? > > > > Brice > > > > Amazingly... yes! > A quick > > apt-get install -t unstable metacity > > , and things are working again! > Exactly why this should be so, I don't know... since I tried a failsafe > xterm session with no WM running at all, it's not related to --replacing > metacity. > I can only conclude that gtk-window-decorator shares some code with > metacity to do it's drawing? They use the same theme engine after all... > Does there need to be a package dependency set somewhere? compiz-gtk probably needs to bump the libmetacity0 dependency to (>= 1:2.15.21) (the reverse of the Conflicts: of older versions), as I pointed out various times in the past. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer
compiz: Changes to 'debian-unstable'
debian/changelog | 12 +++- debian/control | 16 +-- debian/patches/0001_upstream-fix-byteorder-check.patch | 23 + debian/patches/series |1 debian/rules |2 - debian/shlibs.local|2 + 6 files changed, 45 insertions(+), 11 deletions(-) New commits: commit f620b87ebabd92c4dab135ef7f6683891a5212e0 Author: Thierry Reding <[EMAIL PROTECTED]> Date: Fri Jul 13 11:30:19 2007 +0200 Use package-local shlibs override file to get correct dependencies. diff --git a/debian/changelog b/debian/changelog index 551b8b7..3e23379 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,8 +12,10 @@ compiz (0.5.0.dfsg-2) unstable; urgency=low * Add upstream patch that fixes non-tfp textures (icons, cube top image etc.) on big endian platforms. Thanks Michel Dänzer. * Run dh_makeshlibs with -V. (Closes: 425463) + * Use package-local shlibs override file to depend on libmetacity0 (>= +1:2.15.21) and libdecoration0 (>= 0.5.0). Thanks Sune Vuorela. - -- Thierry Reding <[EMAIL PROTECTED]> Fri, 13 Jul 2007 11:13:19 +0200 + -- Thierry Reding <[EMAIL PROTECTED]> Fri, 13 Jul 2007 11:25:13 +0200 compiz (0.5.0.dfsg-1) unstable; urgency=low diff --git a/debian/control b/debian/control index d572f30..02faa01 100644 --- a/debian/control +++ b/debian/control @@ -50,7 +50,6 @@ Description: OpenGL window and compositing manager - development files Package: compiz-gtk Architecture: any Depends: compiz-core (= ${binary:Version}), ${shlibs:Depends} -Conflicts: libmetacity0 (<< 1:2.15.21) Suggests: gnome-themes Description: OpenGL window and compositing manager - Gtk window decorator Compiz brings to life a variety of visual effects that make the Linux desktop diff --git a/debian/rules b/debian/rules index 119cdbc..f3450ed 100755 --- a/debian/rules +++ b/debian/rules @@ -99,8 +99,8 @@ binary-arch: build install dh_strip dh_compress dh_fixperms - dh_makeshlibs -V - dh_shlibdeps -L libdecoration0 -l debian/libdecoration0/usr/lib + dh_makeshlibs + dh_shlibdeps dh_installdeb dh_gencontrol dh_md5sums diff --git a/debian/shlibs.local b/debian/shlibs.local new file mode 100644 index 000..37d6ac1 --- /dev/null +++ b/debian/shlibs.local @@ -0,0 +1,2 @@ +libmetacity-private 0 libmetacity0 (>= 1:2.15.21) +libdecoration 0 libdecoration0 (>= 0.5.0) commit 81987271fc5012fc9aecca4cf2db30debc1694aa Author: Thierry Reding <[EMAIL PROTECTED]> Date: Fri Jul 13 11:14:20 2007 +0200 Conflict with libmetacity0 (<< 1:2.15.21). Pass -V to dh_makeshlibs. diff --git a/debian/changelog b/debian/changelog index 0de4610..551b8b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,13 +6,14 @@ compiz (0.5.0.dfsg-2) unstable; urgency=low and --use-root-window respectively in the compiz.real manpage. Thanks Michael Gilbert. (Closes: 432920) * Rearrange and add missing command-line options in the compiz.real manpage. - * compiz-gtk needs to depend on libmetacity0 (>= 1:2.15.21) because of an -incompatible ABI change. This should really be fixed in libmetacity. A -shlibs bump should do the trick. + * compiz-gtk needs to conflict with libmetacity0 (<< 1:2.15.21) because of +an incompatible ABI change. This should really be fixed in libmetacity. A +shlibs bump should do the trick. (Closes: 425631) * Add upstream patch that fixes non-tfp textures (icons, cube top image etc.) on big endian platforms. Thanks Michel Dänzer. + * Run dh_makeshlibs with -V. (Closes: 425463) - -- Thierry Reding <[EMAIL PROTECTED]> Fri, 13 Jul 2007 10:10:03 +0200 + -- Thierry Reding <[EMAIL PROTECTED]> Fri, 13 Jul 2007 11:13:19 +0200 compiz (0.5.0.dfsg-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 666e4ea..d572f30 100644 --- a/debian/control +++ b/debian/control @@ -49,7 +49,8 @@ Description: OpenGL window and compositing manager - development files Package: compiz-gtk Architecture: any -Depends: compiz-core (= ${binary:Version}), ${shlibs:Depends}, libmetacity0 (>= 1:2.15.21) +Depends: compiz-core (= ${binary:Version}), ${shlibs:Depends} +Conflicts: libmetacity0 (<< 1:2.15.21) Suggests: gnome-themes Description: OpenGL window and compositing manager - Gtk window decorator Compiz brings to life a variety of visual effects that make the Linux desktop diff --git a/debian/rules b/debian/rules index 11b35f2..119cdbc 100755 --- a/debian/rules +++ b/debian/rules @@ -99,7 +99,7 @@ binary-arch: build install dh_strip dh_compress dh_fixperms - dh_makeshlibs + dh_makeshlibs -V dh_shlibdeps -L libdecoration0 -l debian/libdecoration0/usr/lib dh_installdeb dh_gencontrol commit 1b7c8792dda9aa23fa9c634491d6312
Bug#432950: xserver-xorg-core: GoogleEarth causes X to crash with signal 11
Package: xserver-xorg-core Version: 2:1.3.0.0.dfsg-7 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 X crashes with the following error message when Google Earth loads (I'm not certain exactly when this happens, I think as soon as the first 3D view is about to appear): (**) RADEON(0): RADEONSaveScreen(2) ProcXCloseDevice to close or not ? SynapticsCtrl called. SynapticsCtrl called. (EE) DoSwapInterval: cx = 0x8490470, GLX screen = 0x8265638 Backtrace: 0: /usr/bin/X(xf86SigHandler+0x81) [0x80c8591] 1: [0xb7f8e420] 2: /usr/lib/xorg/modules/extensions//libglx.so [0xb7c2529a] 3: /usr/lib/xorg/modules/extensions//libglx.so [0xb7c29a8c] 4: /usr/bin/X [0x81549ae] 5: /usr/bin/X(Dispatch+0x19f) [0x808ed3f] 6: /usr/bin/X(main+0x495) [0x8076e85] 7: /lib/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb7da2030] 8: /usr/bin/X(FontFileCompleteXLFD+0x1e5) [0x80761a1] Fatal server error: Caught signal 11. Server aborting I've upgraded Google Earth, it still produces the same effect. I used to be able to run it with X.org 1.1 or 1.2 (I don't remember) and the exact same X.org configuration (I haven't changed it since I moved from fglrx to the radeon driver 6 months ago), but one day it stopped working. I don't use it frequently, so it could have been anything. I modified the information below to include the log from the crashed session instead of the current one. Note that I have installed a large assortment of -dbg packages including, but not restricted to: xserver-xorg-core-dbg, libgl1-mesa-glx-dbg, libgl1-mesa-dri-dbg. However, none of these seem to help filling up the symbols in the backtrace. My video card doesn't currently support DRI: the fglrx official driver used to support it but it broke and I read that although X.org has a DRI-enabled driver in the latest development branch, it is still pretty much broken. For what it's worth, glxgears runs fine without crashing anything. Let me know if there is anything I can add to make this report more useful. Thanks. - -- Package-specific info: Contents of /var/lib/x11/X.roster: xserver-xorg /etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum. X server symlink status: lrwxrwxrwx 1 root root 13 2006-08-25 03:00 /etc/X11/X -> /usr/bin/Xorg - -rwxr-xr-x 1 root root 1736280 2007-07-05 07:32 /usr/bin/Xorg Contents of /var/lib/x11/xorg.conf.roster: xserver-xorg VGA-compatible devices on PCI bus: 01:05.0 VGA compatible controller: ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE) /etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum. Xorg X server configuration file status: lrwxrwxrwx 1 root root 13 2007-04-08 15:26 /etc/X11/xorg.conf -> xorg.conf.dri 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 commands as root: # # cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom # md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum # dpkg-reconfigure xserver-xorg # Using workaround mouse device because the kernel Synaptics driver seems # to have a bug causing it to periodically lose synchronization. Section "Files" FontPath"/usr/share/fonts/X11/misc" FontPath"/usr/share/fonts/X11/cyrillic" FontPath"/usr/share/fonts/X11/100dpi/:unscaled" FontPath"/usr/share/fonts/X11/75dpi/:unscaled" FontPath"/usr/share/fonts/X11/Type1" FontPath"/usr/share/fonts/X11/100dpi" FontPath"/usr/share/fonts/X11/75dpi" # path to defoma fonts FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load"dbe" Load"i2c" Load"bitmap" Load"ddc" Load"dri" Load"extmod" # Required by fglrx module #SubSection "extmod" # Option "omit xfree86-dga" #EndSubSection Load"freetype" Load"glx" #Load "int10" #Load "type1" Load"vbe" Load"synaptics" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "dvorak" Option "XkbOptions" "ctrl:swapcaps,compose:ralt,altwin:super_win" EndSection Section "InputDevice"
Bug#432967: described as X11 Inter-Client Exchange library
Package: libsm Version: 2:1.0.3-1 Severity: normal Both libsm-dev and libsm6-dbg contain "X11 Inter-Client Exchange library" in their short description. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#156115: Current Message
Your private and confidential message is attached. (som) -- privatemessage7473.pdf Description: Adobe PDF document
Bug#197156: Check your mail
Your private and confidential message is attached. (pyd) -- privatemessage0969.pdf Description: Adobe PDF document
compiz-0.5.0.dfsg-2
Would anyone bind uploading compiz 0.5.0.dfsg-2? It fixes two rather important dependency issues that seem to cause a lot of problems for people. Cheers, Thierry signature.asc Description: Digital signature
Bug#185211: Current Message(s)
Your private and confidential message is attached. (lqn) -- privatemessage1999.pdf Description: Adobe PDF document
Bug#393767: compiz-core: Debian artwork for cube plugin
Sven Arvidsson wrote: > Package: compiz-core > Version: 0.2.0-1 > Severity: wishlist > > Hi, > > It would be a nice touch if the cube plugin could include the Debian > logo instead of the freedesktop.org logo. Maybe the attached image can > be made the default, or at least one in the rotation. > We just talked about this on IRC, people seem to agree it's a good idea, but there are several things to think about: * do we want a plain Debian logo or a combination of Debian and freedesktop logos? David created a mix of X and Debian logos for his Debconf talk [1], it might be a good idea too. * we could ask desktop-base to ship the logo (either directly in /usr/share/compiz or with a symlink) and just modify compiz so that it uses the Debian logo if available, and reverts to the freedesktop one if not. desktop-base seems to be a good place to customize things with a Debian theme. The attached patch seems to be what we need to change the default from "freedesktop only" to "Debian if available, freedesktop else". Brice [1] https://penta.debconf.org/~joerg/images/event-50-128x128.png --- compiz-0.5.0.dfsg.orig/plugins/compiz.schemas.in +++ compiz-0.5.0.dfsg/plugins/compiz.schemas.in @@ -15763,7 +15763,7 @@ compiz list string -[freedesktop] +[debian,freedesktop] Image files List of PNG and SVG files that should be rendered on top face of cube
Processed: tagging 432967
Processing commands for [EMAIL PROTECTED]: > # Automatically generated email from bts, devscripts version 2.10.6 > tags 432967 + pending Bug#432967: described as X11 Inter-Client Exchange library There were no tags set. Tags added: pending > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#432950: xserver-xorg-core: GoogleEarth causes X to crash with signal 11
Javier Kohen wrote: > Backtrace: > 0: /usr/bin/X(xf86SigHandler+0x81) [0x80c8591] > 1: [0xb7f8e420] > 2: /usr/lib/xorg/modules/extensions//libglx.so [0xb7c2529a] > 3: /usr/lib/xorg/modules/extensions//libglx.so [0xb7c29a8c] > 4: /usr/bin/X [0x81549ae] > 5: /usr/bin/X(Dispatch+0x19f) [0x808ed3f] > 6: /usr/bin/X(main+0x495) [0x8076e85] > 7: /lib/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb7da2030] > 8: /usr/bin/X(FontFileCompleteXLFD+0x1e5) [0x80761a1] Some symbol names are missing in this backtrace (near libglx.so). Could you get something better by logging in the machine with ssh before the crash and attachint gdb with: gdb -p $(pidof X) Then you enter 'bt full' when the crash occurs. It would nice to do that after instead xserver-xorg-core-dbg so that we get a full debugging calltrace. Thanks, Brice -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
libsm: Changes to 'debian-unstable'
debian/changelog |8 debian/control |4 ++-- debian/copyright |3 +++ 3 files changed, 13 insertions(+), 2 deletions(-) New commits: commit d7d31b826643d42a4ad8aae132fe6c7cefdcd42b Author: Brice Goglin <[EMAIL PROTECTED]> Date: Fri Jul 13 17:51:55 2007 +0200 Add upstream URL to debian/copyright. diff --git a/debian/changelog b/debian/changelog index 56cfc75..7326c85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libsm (2:1.0.3-2) UNRELEASED; urgency=low * Fix short descriptions of libsm-dev and libsm-dbg, thanks Philippe Cloutier, closes: #432967. + * Add upstream URL to debian/copyright. -- Brice Goglin <[EMAIL PROTECTED]> Fri, 13 Jul 2007 17:48:10 +0200 diff --git a/debian/copyright b/debian/copyright index 2b3f545..ddc4be2 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,3 +1,6 @@ +This package was downloaded from +http://xorg.freedesktop.org/releases/individual/lib/ + Copyright 1993, 1998 The Open Group Permission to use, copy, modify, distribute, and sell this software and its commit 3b241fba3d99f6a0cda4074928335e26f6b9 Author: Brice Goglin <[EMAIL PROTECTED]> Date: Fri Jul 13 17:49:49 2007 +0200 Fix short descriptions of libsm-dev and libsm-dbg diff --git a/debian/changelog b/debian/changelog index c1866e2..56cfc75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libsm (2:1.0.3-2) UNRELEASED; urgency=low + + * Fix short descriptions of libsm-dev and libsm-dbg, +thanks Philippe Cloutier, closes: #432967. + + -- Brice Goglin <[EMAIL PROTECTED]> Fri, 13 Jul 2007 17:48:10 +0200 + libsm (2:1.0.3-1) unstable; urgency=low [ Julien Cristau ] diff --git a/debian/control b/debian/control index 9fc84aa..e547f20 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Section: libdevel Architecture: any Priority: extra Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libsm6 (= ${Source-Version}) -Description: X11 Inter-Client Exchange library (debug package) +Description: X11 Session Management library (debug package) This package provides the main interface to the X11 Session Management library, which allows for applications to both manage sessions, and make use of session managers to save and restore their state for later use. @@ -42,7 +42,7 @@ Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libsm6 (= ${Source-Version}), x11proto-core-dev, libice-dev (>= 1:1.0.0-1) Pre-Depends: x11-common (>= 1:7.0.0) -Description: X11 Inter-Client Exchange library (development headers) +Description: X11 Session Management library (development headers) This package provides the main interface to the X11 Session Management library, which allows for applications to both manage sessions, and make use of session managers to save and restore their state for later use. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
future plans for compiz / compiz-fusion
Hi folks (please CC me on all follow-ups, i'm not subscribed) As some of you who hang around on #debian-x know, i've been recently talking a bit about getting some kind of compiz configuration manager (ccsm specifically) and the latest compiz fusion plugins into debian. the trouble is with all the compiz/beryl fussing going around lately, things have gotten a bit messy. to the point, none of the new plugins/apps/libraries related to compiz can go in until we update the compiz source package, as there are incompatible api/abi changes. i've written a description of the situation and a plan forward here: http://wiki.debian.org/XStrikeForce/Compiz short version of my recommendation is * update compiz * take source packages for everything else from ubuntu i'll have some free time in the next couple weeks, and plan on helping along this path if there are no objections (i've already spoken privately with thierry to make sure i'm not stepping on anyone's toes) questions/comments welcome sean signature.asc Description: This is a digitally signed message part.
Bug#432950: xserver-xorg-core: GoogleEarth causes X to crash with signal 11
El vie, 13-07-2007 a las 17:59 +0200, Brice Goglin escribió: > Some symbol names are missing in this backtrace (near libglx.so). Could > you get something better by logging in the machine with ssh before the > crash and attachint gdb with: > gdb -p $(pidof X) > Then you enter 'bt full' when the crash occurs. It would nice to do that > after instead xserver-xorg-core-dbg so that we get a full debugging > calltrace. I solved without resorting to ssh (as that was not an option for me here) with the following "magic" command-line: # gdb -p $(pidof X) -batch -ex 'handle all nostop' -ex 'handle all pass' -ex 'handle 11 stop' -ex 'cont' -ex 'bt full' -ex 'cont' In any case, either your suggestion or mine have to be run as root. The results are: Program received signal SIGSEGV, Segmentation fault. 0x01e1 in ?? () #0 0x01e1 in ?? () No symbol table info available. #1 0xb7c46ce8 in DoSwapInterval (cl=, pc=0x86373a0 "\217\020\004", do_swap=0) at ../../../GL/glx/swap_interval.c:93 client = (ClientPtr) 0x8517b40 tag = 1 cx = (__GLXcontext *) 0x85e3c30 interval = 1 __func__ = "DoSwapInterval" #2 0xb7c1e29a in __glXDisp_VendorPrivate (cl=0x85e3cd0, pc=0x86373a0 "\217\020\004") at ../../../GL/glx/glxcmds.c:2296 No locals. #3 0xb7c22a8c in __glXDispatch (client=0x8517b40) at ../../../GL/glx/glxext.c:551 stuff = (xGLXSingleReq *) 0x86373a0 opcode = 16 '\020' proc = ( __GLXdispatchSingleProcPtr) 0xb7c1e250 <__glXDisp_VendorPrivate> cl = (__GLXclientState *) 0x85e3cd0 retval = 1 #4 0x081549ae in XaceCatchExtProc (client=0x8517b40) at ../../Xext/xace.c:299 major = 143 ext = #5 0x0808ed3f in Dispatch () at ../../dix/dispatch.c:457 result = client = (ClientPtr) 0x8517b40 nready = 0 start_tick = 68940 #6 0x08076e85 in main (argc=13, argv=0xbfe720f4, envp=Cannot access memory at address 0x1e9 ) at ../../dix/main.c:477 pScreen = i = error = -1210511268 xauthfile = alwaysCheckForInput = {0, 1} Program received signal SIGABRT, Aborted. Program terminated with signal SIGABRT, Aborted. The program no longer exists. -- Javier Kohen <[EMAIL PROTECTED]> ICQ: blashyrkh #2361802 Jabber: [EMAIL PROTECTED] signature.asc Description: Esta parte del mensaje está firmada digitalmente
Bug#433036: xserver-xorg: Mouse stopped working after update
Package: xserver-xorg Version: 1:7.2-5 Severity: normal *** Please type your report below this line *** Hi, after updating my Debian/sid system yesterday the mouse stopped working, i.e. the X server starts up normally but the mouse pointer cannot be moved via trackpoint, touchpad or USB mouse (this is on a Thinkpad T41p). The keyboard is working normally. My last update was probably two to four weeks ago. Perhaps somebody can help me narrow down the problem. My idea was to downgrade X packages possibly causing the problem but I am not sure which of them are candidates. I'm not even sure if it's the fault of X. Another suspect could be the kernel but downgrading to 2.6.18 did not change anything. I also tried a new xorg.conf generated through `dpkg-reconfigure xserver-xorg'. This did not change anything either. Regards, Ralf -- Package-specific info: Contents of /var/lib/x11/X.roster: xserver-xorg /etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum. X server symlink status: lrwxrwxrwx 1 root root 13 2006-06-20 21:06 /etc/X11/X -> /usr/bin/Xorg -rwxr-xr-x 1 root root 1736280 2007-07-05 07:32 /usr/bin/Xorg Contents of /var/lib/x11/xorg.conf.roster: xserver-xorg VGA-compatible devices on PCI bus: 01:00.0 VGA compatible controller: ATI Technologies Inc M10 NT [FireGL Mobility T2] (rev 80) /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 3216 2007-07-13 20:38 /etc/X11/xorg.conf Contents of /etc/X11/xorg.conf: # XF86Config-4 (XFree86 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 XF86Config-4 manual page. # (Type "man XF86Config-4" at the shell prompt.) # # This file is automatically updated on xserver-xfree86 package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xfree86 # package. # # If you have edited this file but would like it to be automatically updated # again, run the following commands as root: # # cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom # md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum # dpkg-reconfigure xserver-xfree86 Section "Files" # FontPath"unix/:7100"# local font server # if the local font server has problems, we can fall back on these FontPath"/usr/share/fonts/X11/misc" FontPath"/usr/share/fonts/X11/Type1" FontPath"/usr/share/fonts/X11/100dpi" FontPath"/usr/share/fonts/X11/75dpi" # FontPath"/usr/lib/X11/fonts/cyrillic" # FontPath"/usr/lib/X11/fonts/100dpi/:unscaled" # FontPath"/usr/lib/X11/fonts/75dpi/:unscaled" # FontPath"/usr/lib/X11/fonts/CID" # FontPath"/usr/lib/X11/fonts/Speedo" EndSection Section "Module" Load"bitmap" Load"dbe" Load"ddc" # Load"dri" Load"extmod" Load"freetype" Load"glx" Load"int10" Load"record" Load"type1" Load"vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" # Option "XkbOptions""ctrl:swapcaps" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device""/dev/psaux" Option "Protocol" "ImPS/2" # Option "Device""/dev/input/mice" # Option "Protocol" "auto" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "ATI Technologies, Inc. M10 NT [FireGL Mobility T2]" # Driver "ati" Driver "radeon" Option "DynamicClocks" "true" EndSection Section "Monitor" Identifier "Internal LCD" HorizSync 28-49 VertRefresh 43-72 Option "DPMS" DisplaySize 286 215 EndSection Section "Screen" Identifier "Default Screen" Device "ATI Technologies, Inc. M10 NT [FireGL Mobility T2]" Monitor "Internal LCD" DefaultDepth24 SubSection "Display" Depth 1 Modes "1400x1050" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1400x1050
Processed: Re: Bug#433035: xserver-xorg-core: Extremely slow with chromium; crashes on exit
Processing commands for [EMAIL PROTECTED]: > severity 433035 normal Bug#433035: xserver-xorg-core: Extremely slow with chromium; crashes on exit Severity set to `normal' from `important' > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#433035: xserver-xorg-core: Extremely slow with chromium; crashes on exit
severity 433035 normal thanks > When I start the game, the graphics are immediately both way too slow > and not fluent. Then, when I exit the game, the xserver crashes with > the following output: Thanks to some help on #debian-x, it turned out I did not have libgl1-mesa-dri installed anymore. It got removed during a recent cleanup of unused (as reported by aptitude) libraries. Reinstalling solved the problems. Leaving the report open for two issues: - the X server should not crash if an optional lib is missing (known issue I understand) - maybe it would be good that xserver-xorg-core recommended this library, instead of the xorg metapackage For the second issue: Hmm. Looks like I cleaned it up myself as nothing depends on it, which is in itself not very nice for a lib. xserver-xorg recommends it, iirc bleh, no it doesn't ah, xorg does xorg does, but that is not the right level I'd say. * fjp does not have xorg installed. yeah, it should be recommended by xserver-xorg i think pgp5TxJe6E4f8.pgp Description: PGP signature
Bug#432950: xserver-xorg-core: GoogleEarth causes X to crash with signal 11
Javier Kohen wrote: > I solved without resorting to ssh (as that was not an option for me > here) with the following "magic" command-line: > > # gdb -p $(pidof X) -batch -ex 'handle all nostop' -ex 'handle all pass' > -ex 'handle 11 stop' -ex 'cont' -ex 'bt full' -ex 'cont' > Very nice ! I'll keep this line in mind for the future, it might help lots of people. > #1 0xb7c46ce8 in DoSwapInterval (cl=, > pc=0x86373a0 "\217\020\004", do_swap=0) > at ../../../GL/glx/swap_interval.c:93 > client = (ClientPtr) 0x8517b40 > tag = 1 > cx = (__GLXcontext *) 0x85e3c30 > interval = 1 > __func__ = "DoSwapInterval" > #2 0xb7c1e29a in __glXDisp_VendorPrivate (cl=0x85e3cd0, > pc=0x86373a0 "\217\020\004") at ../../../GL/glx/glxcmds.c:2296 > No locals. > #3 0xb7c22a8c in __glXDispatch (client=0x8517b40) > at ../../../GL/glx/glxext.c:551 > stuff = (xGLXSingleReq *) 0x86373a0 > opcode = 16 '\020' > proc = ( > __GLXdispatchSingleProcPtr) 0xb7c1e250 <__glXDisp_VendorPrivate> > cl = (__GLXclientState *) 0x85e3cd0 > retval = 1 > #4 0x081549ae in XaceCatchExtProc (client=0x8517b40) > at ../../Xext/xace.c:299 > major = 143 > ext = > #5 0x0808ed3f in Dispatch () at ../../dix/dispatch.c:457 > result = > client = (ClientPtr) 0x8517b40 > nready = 0 > start_tick = 68940 > #6 0x08076e85 in main (argc=13, argv=0xbfe720f4, envp=Cannot access > memory at address 0x1e9 > ) > at ../../dix/main.c:477 > pScreen = > i = > error = -1210511268 > xauthfile = > alwaysCheckForInput = {0, 1} > I have never seen this backtrace before, and I don't see it in any upstream bug at bugzilla.freedesktop.org. So I will forward this bug there (but I might not be able to actually do it before a couple days) Thanks, Brice -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#433036: xserver-xorg: Mouse stopped working after update
Ralf Angeli wrote: > after updating my Debian/sid system yesterday the mouse stopped working, > i.e. the X server starts up normally but the mouse pointer cannot be > moved via trackpoint, touchpad or USB mouse (this is on a Thinkpad > T41p). The keyboard is working normally. My last update was probably > two to four weeks ago. > I don't remember any really big X-related update in sid in the last month, at least regarding the server core and mouse driver. > Perhaps somebody can help me narrow down the problem. My idea was to > downgrade X packages possibly causing the problem but I am not sure > which of them are candidates. I'm not even sure if it's the fault of X. > xserver-xorg-core would be the first candidate. Then drivers. Then libs. > Another suspect could be the kernel but downgrading to 2.6.18 did not > change anything. I also tried a new xorg.conf generated through > `dpkg-reconfigure xserver-xorg'. This did not change anything either. > I would have voted for the kernel too. > Section "InputDevice" > Identifier "Configured Mouse" > Driver "mouse" > Option "CorePointer" > Option "Device""/dev/psaux" > Option "Protocol" "ImPS/2" > # Option "Device""/dev/input/mice" > # Option "Protocol" "auto" > Option "Emulate3Buttons" "true" > Option "ZAxisMapping" "4 5" > EndSection > Did you try both /dev/psaux and /dev/input/mice? You could try running "cat /dev/psaux" or "cat /dev/input/mice" as root while moving the mouse. If the kernel is fine, some ugly characters should appear in the terminal. > (EE) AIGLX error: dlopen of /usr/lib/dri/r300_dri.so failed > (/usr/lib/dri/r300_dri.so: cannot open shared object file: No such file or > directory) > Looks like you need to install libgl1-mesa-dri (unrelated to your problem). Brice -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#210309: Please clean your inbox
Your private and confidential message is attached. (ktq) -- privatemessage3098.pdf Description: Adobe PDF document
Bug#433036: xserver-xorg: Mouse stopped working after update
* Brice Goglin (2007-07-13) writes: > Ralf Angeli wrote: > >> Perhaps somebody can help me narrow down the problem. My idea was to >> downgrade X packages possibly causing the problem but I am not sure >> which of them are candidates. I'm not even sure if it's the fault of X. > > xserver-xorg-core would be the first candidate. Then drivers. Then libs. xserver-xorg-core alone did not really work since the server complained about incompatible ABI versions. I've now downgraded xserver-xorg, xserver-xorg-core, xlibs-data, xserver-xorg-input-kbd and xserver-xorg-input-mouse to the versions for etch (I guess). That did not help, unfortunately. I'll try a little more tomorrow. > Did you try both /dev/psaux and /dev/input/mice? Yes. The new xorg.conf generated by `dpkg-reconfigure xserver-xorg' contained a reference to this device. > You could try running "cat /dev/psaux" or "cat /dev/input/mice" as root > while moving the mouse. If the kernel is fine, some ugly characters > should appear in the terminal. Nothing appears. So perhaps it's really a problem of the kernel or a related package. >> (EE) AIGLX error: dlopen of /usr/lib/dri/r300_dri.so failed >> (/usr/lib/dri/r300_dri.so: cannot open shared object file: No such file or >> directory) > > Looks like you need to install libgl1-mesa-dri (unrelated to your problem). Thanks, I fixed that. -- Ralf -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#433036: xserver-xorg: Mouse stopped working after update
Ralf Angeli wrote: >> You could try running "cat /dev/psaux" or "cat /dev/input/mice" as root >> while moving the mouse. If the kernel is fine, some ugly characters >> should appear in the terminal. >> > > Nothing appears. So perhaps it's really a problem of the kernel or a > related package. > If you already tried downgrading to 2.6.18, I don't see what could cause the problem then. Does anything interesting appear in dmesg? Is psmouse or any other required mouse module loaded? Things like udev might be involved, but there are few chances it breaks something like this. Checking that you have the following attributes should be enough. crw-rw 1 root root 10, 1 2007-07-07 21:19 /dev/psaux crw-rw 1 root root 13, 63 2007-07-07 21:19 /dev/input/mice Brice -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#433036: xserver-xorg: Mouse stopped working after update
* Brice Goglin (2007-07-14) writes: > If you already tried downgrading to 2.6.18, I don't see what could cause > the problem then. Does anything interesting appear in dmesg? Not really: # dmesg | grep -C 1 mouse serio: i8042 AUX port at 0x60,0x64 irq 12 mice: PS/2 mouse device common for all mice TCP bic registered > Is psmouse > or any other required mouse module loaded? Oh, psmouse was _not_ loaded! Loading it made the mouse pointer responsive again. Thanks for the hint! Now I just wonder why this is not loaded automatically anymore. There appeared a new version of module-init-tools. Could that be the culprit? > Things like udev might be involved, The installation I have here is about three years old and is still working with devfs. I guess I should bite the bullet soon and install udev. (c: -- Ralf -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: future plans for compiz / compiz-fusion
On Fri, Jul 13, 2007 at 09:36:52PM +0200, sean finney wrote: > Hi folks > > (please CC me on all follow-ups, i'm not subscribed) > > As some of you who hang around on #debian-x know, i've been recently talking > a > bit about getting some kind of compiz configuration manager (ccsm > specifically) and the latest compiz fusion plugins into debian. the trouble > is with all the compiz/beryl fussing going around lately, things have gotten > a bit messy. > > to the point, none of the new plugins/apps/libraries related to compiz can go > in until we update the compiz source package, as there are incompatible > api/abi changes. > > i've written a description of the situation and a plan forward here: > > http://wiki.debian.org/XStrikeForce/Compiz > > short version of my recommendation is > * update compiz > * take source packages for everything else from ubuntu > > i'll have some free time in the next couple weeks, and plan on helping along > this path if there are no objections (i've already spoken privately with > thierry to make sure i'm not stepping on anyone's toes) > > questions/comments welcome I have a serious allergy to cdbs myself. I refuse to have it in the Xorg packages, but if it's on compiz then that's more peripheral so it's up to you. I'm totally unwilling to touch, sponsor, or even look at a package that uses cdbs though, so if you want to import the stuff from Ubuntu as-is, you'll have to go it alone. I'm a big fan of leveraging the work from Ubuntu, but not at the cost of using cdbs. The only other comment I have is that you'll want to be sure to stage all of this in experimental until it's ready to really use. - David Nusinow -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
xorg: Changes to 'debian-unstable'
debian/changelog |7 ++- debian/control |3 +-- 2 files changed, 7 insertions(+), 3 deletions(-) New commits: commit 2be9e19ebf4997072abbb00066fd6b72cac8ec8d Author: David Nusinow <[EMAIL PROTECTED]> Date: Fri Jul 13 19:33:16 2007 -0400 * Add libgl1-mesa-dri to the xserver-xorg recommends. Previously, this recommends was in the xorg package, but many people don't have the xorg package installed (even though they should). Moving it here makes it far more likely that people will actually have a working DRI. Thanks Frans Pop. Closes: #433035 diff --git a/debian/changelog b/debian/changelog index 8406d5a..9ebfbb7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,8 +19,13 @@ xorg (1:7.2-6) UNRELEASED; urgency=low * Remove the code to migrate old XFree86 templates over to Xorg. You'll have to install etch now if you're migrating from sarge for your settings to transition over. + * Add libgl1-mesa-dri to the xserver-xorg recommends. +Previously, this recommends was in the xorg package, but many people don't +have the xorg package installed (even though they should). Moving it here +makes it far more likely that people will actually have a working DRI. +Thanks Frans Pop. Closes: #433035 - -- David Nusinow <[EMAIL PROTECTED]> Mon, 18 Jun 2007 16:16:06 +0100 + -- David Nusinow <[EMAIL PROTECTED]> Fri, 13 Jul 2007 19:31:00 -0400 xorg (1:7.2-5) unstable; urgency=low diff --git a/debian/control b/debian/control index ed93371..09d094d 100644 --- a/debian/control +++ b/debian/control @@ -83,7 +83,7 @@ Conflicts: xserver-xfree86 (<< 6.8.2.dfsg.1-1), xserver-common Replaces: xserver-common Pre-Depends: x11-common (>= 7.0.0-0ubuntu3) Depends: xserver-xorg-core (>= 2:1.3.0.0.dfsg-3), xserver-xorg-video-all | xserver-xorg-video-1.0, xserver-xorg-input-all | xserver-xorg-input, ${misc:Depends}, xkb-data | xkb-data-legacy, xbase-clients -Recommends: xserver-xorg-video-all, xserver-xorg-input-all, laptop-detect, xresprobe, mdetect, discover1 | discover, ${F:XServer-Xorg-Detect-Depends} +Recommends: xserver-xorg-video-all, xserver-xorg-input-all, libgl1-mesa-dri, laptop-detect, xresprobe, mdetect, discover1 | discover, ${F:XServer-Xorg-Detect-Depends} Description: the X.Org X server This package depends on the full suite of the server and drivers for the X.Org X server, as well as providing a configuration infrastructure to manage @@ -120,7 +120,6 @@ Description: the X.Org X server -- input driver metapackage Package: xorg Architecture: all Depends: xserver-xorg, libgl1-mesa-glx | libgl1, libglu1-mesa, xfonts-base (>= 1:1.0.0-1), xfonts-100dpi (>= 1:1.0.0-1), xfonts-75dpi (>= 1:1.0.0-1), xfonts-scalable (>= 1:1.0.0-1), xbase-clients (>= 1:1.0.1-1), xutils (>= 1:1.0.1-1), xkb-data, xterm | x-terminal-emulator, sparc-utils | not+sparc, xorg-docs -Recommends: libgl1-mesa-dri Provides: x-window-system, x-window-system-core Description: X.Org X Window System This metapackage provides the components for a standalone -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
compiz: Changes to 'refs/tags/compiz-0.5.0.dfsg-2'
Tag 'compiz-0.5.0.dfsg-2' created by David Nusinow <[EMAIL PROTECTED]> at 2007-07-14 00:04 + Tagging upload of compiz-0.5.0.dfsg-2 to unstable. Changes since compiz-0.5.0.dfsg-1: Thierry Reding (7): Drop the now obsolete Source-Version in favour of binary:Version. Manpage overhaul. Add missing options and rearrange to match 'compiz --help'. compiz-gtk needs to depend on libmetacity0 (>= 1:2.15.21). Add upstream patch to fix non-tfp textures on big endian platforms. Cleanup dependencies. Drop ${misc:Depends} because it is not used anyway. Conflict with libmetacity0 (<< 1:2.15.21). Pass -V to dh_makeshlibs. Use package-local shlibs override file to get correct dependencies. --- debian/changelog | 19 + debian/compiz.real.1 | 54 +++-- debian/control | 18 ++--- debian/patches/0001_upstream-fix-byteorder-check.patch | 23 +++ debian/patches/series |1 debian/rules |2 debian/shlibs.local|2 7 files changed, 93 insertions(+), 26 deletions(-) --- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#425631: marked as done (compiz: needs to conflict with old metacity (<2.16?))
Your message dated Sat, 14 Jul 2007 00:17:02 + with message-id <[EMAIL PROTECTED]> and subject line Bug#425631: fixed in compiz 0.5.0.dfsg-2 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) --- Begin Message --- Package: compiz Version: 0.5.0.dfsg-1 Severity: normal (Discussed quickly on IRC today, but I don't want it to get lost.) Hi, I add metacity 1:2.14.5-4 installed (the one from Etch) when I installed compiz 0.5.0 today. When running compiz --replace from metacity, the decorator apparently failed to start correctly since their was no window decoration at all. After upgrading metacity to 1:2.18.2-3 (the one currently in unstable), it works fine. So I guess we need to conflict against old metacity packages. Brice -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.21=panpancucul Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages compiz depends on: ii compiz-core 0.5.0.dfsg-1 OpenGL window and compositing mana ii compiz-gnome0.5.0.dfsg-1 OpenGL window and compositing mana ii compiz-gtk 0.5.0.dfsg-1 OpenGL window and compositing mana ii compiz-plugins 0.5.0.dfsg-1 OpenGL window and compositing mana compiz recommends no packages. -- no debconf information --- End Message --- --- Begin Message --- Source: compiz Source-Version: 0.5.0.dfsg-2 We believe that the bug you reported is fixed in the latest version of compiz, which is due to be installed in the Debian FTP archive: compiz-core_0.5.0.dfsg-2_i386.deb to pool/main/c/compiz/compiz-core_0.5.0.dfsg-2_i386.deb compiz-dev_0.5.0.dfsg-2_i386.deb to pool/main/c/compiz/compiz-dev_0.5.0.dfsg-2_i386.deb compiz-gnome_0.5.0.dfsg-2_i386.deb to pool/main/c/compiz/compiz-gnome_0.5.0.dfsg-2_i386.deb compiz-gtk_0.5.0.dfsg-2_i386.deb to pool/main/c/compiz/compiz-gtk_0.5.0.dfsg-2_i386.deb compiz-kde_0.5.0.dfsg-2_i386.deb to pool/main/c/compiz/compiz-kde_0.5.0.dfsg-2_i386.deb compiz-plugins_0.5.0.dfsg-2_i386.deb to pool/main/c/compiz/compiz-plugins_0.5.0.dfsg-2_i386.deb compiz_0.5.0.dfsg-2.diff.gz to pool/main/c/compiz/compiz_0.5.0.dfsg-2.diff.gz compiz_0.5.0.dfsg-2.dsc to pool/main/c/compiz/compiz_0.5.0.dfsg-2.dsc compiz_0.5.0.dfsg-2_all.deb to pool/main/c/compiz/compiz_0.5.0.dfsg-2_all.deb libdecoration0-dev_0.5.0.dfsg-2_i386.deb to pool/main/c/compiz/libdecoration0-dev_0.5.0.dfsg-2_i386.deb libdecoration0_0.5.0.dfsg-2_i386.deb to pool/main/c/compiz/libdecoration0_0.5.0.dfsg-2_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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Thierry Reding <[EMAIL PROTECTED]> (supplier of updated compiz 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 [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Fri, 13 Jul 2007 11:25:13 +0200 Source: compiz Binary: libdecoration0-dev compiz libdecoration0 compiz-core compiz-plugins compiz-gtk compiz-dev compiz-kde compiz-gnome Architecture: source i386 all Version: 0.5.0.dfsg-2 Distribution: unstable Urgency: low Maintainer: David Nusinow <[EMAIL PROTECTED]> Changed-By: Thierry Reding <[EMAIL PROTECTED]> Description: compiz - OpenGL window and compositing manager compiz-core - OpenGL window and compositing manager compiz-dev - OpenGL window and compositing manager - development files compiz-gnome - OpenGL window and compositing manager - GNOME window decorator compiz-gtk - OpenGL window and compositing manager - Gtk window decorator compiz-kde - OpenGL window and compositing manager - KDE window decorator compiz-plugins - OpenGL window and compositing manager - plugins libdecoration0 - Compiz window decoration library libdecoration0-dev - Compiz window decoration library - development files Closes: 425463 425631 432920 Changes: compiz (0.5.0.dfsg-2) unstable; urgency=low . * Drop the now obsolete Source-Version in favour of binary:Version in debian/control. * Replace --strict-binding and --use-cow documentation by --loose-bi
Bug#425463: marked as done (compiz-plugins: Versioned depends on libdecoration)
Your message dated Sat, 14 Jul 2007 00:17:02 + with message-id <[EMAIL PROTECTED]> and subject line Bug#425463: fixed in compiz 0.5.0.dfsg-2 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) --- Begin Message --- Package: compiz-plugins Version: 0.5.0.dfsg-1 Severity: normal I get this message when I'm trying to start compiz; /usr/bin/compiz.real: symbol lookup error: /usr/lib/compiz/libdecoration.so: undefined symbol: decor_apply_gravity Upgrading libdecoration0 solves this, so I guess a versioned depends is needed. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages compiz-plugins depends on: ii compiz-core 0.5.0.dfsg-1 OpenGL window and compositing mana ii gconf2 2.18.0.1-3 GNOME configuration database syste ii libc6 2.5-7GNU C Library: Shared libraries ii libcairo2 1.4.6-1 The Cairo 2D vector graphics libra ii libdbus-1-3 1.0.2-5 simple interprocess messaging syst ii libdecoration0 0.3.6-1 Compiz window decoration library ii libfuse22.6.5-1 Filesystem in USErspace library ii libgconf2-4 2.18.0.1-3 GNOME configuration database syste ii libglib2.0-02.12.12-1The GLib library of C routines ii libglu1-mesa [libglu1] 6.5.3~rc3-1 The OpenGL utility library (GLU) ii libgtk2.0-0 2.10.12-2The GTK+ graphical user interface ii liborbit2 1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB ii librsvg2-2 2.16.1-2 SAX-based renderer library for SVG ii libx11-62:1.1.1-1X11 client-side library ii libxrender1 1:0.9.2-1X Rendering Extension client libra compiz-plugins recommends no packages. -- no debconf information --- End Message --- --- Begin Message --- Source: compiz Source-Version: 0.5.0.dfsg-2 We believe that the bug you reported is fixed in the latest version of compiz, which is due to be installed in the Debian FTP archive: compiz-core_0.5.0.dfsg-2_i386.deb to pool/main/c/compiz/compiz-core_0.5.0.dfsg-2_i386.deb compiz-dev_0.5.0.dfsg-2_i386.deb to pool/main/c/compiz/compiz-dev_0.5.0.dfsg-2_i386.deb compiz-gnome_0.5.0.dfsg-2_i386.deb to pool/main/c/compiz/compiz-gnome_0.5.0.dfsg-2_i386.deb compiz-gtk_0.5.0.dfsg-2_i386.deb to pool/main/c/compiz/compiz-gtk_0.5.0.dfsg-2_i386.deb compiz-kde_0.5.0.dfsg-2_i386.deb to pool/main/c/compiz/compiz-kde_0.5.0.dfsg-2_i386.deb compiz-plugins_0.5.0.dfsg-2_i386.deb to pool/main/c/compiz/compiz-plugins_0.5.0.dfsg-2_i386.deb compiz_0.5.0.dfsg-2.diff.gz to pool/main/c/compiz/compiz_0.5.0.dfsg-2.diff.gz compiz_0.5.0.dfsg-2.dsc to pool/main/c/compiz/compiz_0.5.0.dfsg-2.dsc compiz_0.5.0.dfsg-2_all.deb to pool/main/c/compiz/compiz_0.5.0.dfsg-2_all.deb libdecoration0-dev_0.5.0.dfsg-2_i386.deb to pool/main/c/compiz/libdecoration0-dev_0.5.0.dfsg-2_i386.deb libdecoration0_0.5.0.dfsg-2_i386.deb to pool/main/c/compiz/libdecoration0_0.5.0.dfsg-2_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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Thierry Reding <[EMAIL PROTECTED]> (supplier of updated compiz 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 [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Fri, 13 Jul 2007 11:25:13 +0200 Source: compiz Binary: libdecoration0-dev compiz libdecoration0 compiz-core compiz-plugins compiz-gtk compiz-dev compiz-kde compiz-gnome Architecture: source i386 all Version: 0.5.0.dfsg-2 Distribution: unstable Urgency: low Maintainer: David Nusinow <[EMAIL PROTECTED]> Changed-By: Thierry Reding <[EMAIL PROTECTED]> Description: compiz - OpenGL window and compositing manager compiz-core - OpenGL window and compositing manager compiz-dev - OpenGL window and compositing manager - development files compiz-gnome - Op
Bug#432920: marked as done (compiz.real still documents --strict-binding and --use-cow)
Your message dated Sat, 14 Jul 2007 00:17:02 + with message-id <[EMAIL PROTECTED]> and subject line Bug#432920: fixed in compiz 0.5.0.dfsg-2 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) --- Begin Message --- Package: compiz Version: 0.5.0.dfsg-1 Severity: minor the documentation for compiz.real still includes information on --strict-binding and --use-cow command line options, but these are now the defaults and no longer options. these references need to be removed from the documentation. mike -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (400, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.21-2-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages compiz depends on: ii compiz-core 0.5.0.dfsg-1 OpenGL window and compositing mana ii compiz-gnome0.5.0.dfsg-1 OpenGL window and compositing mana ii compiz-gtk 0.5.0.dfsg-1 OpenGL window and compositing mana ii compiz-plugins 0.5.0.dfsg-1 OpenGL window and compositing mana compiz recommends no packages. -- no debconf information --- End Message --- --- Begin Message --- Source: compiz Source-Version: 0.5.0.dfsg-2 We believe that the bug you reported is fixed in the latest version of compiz, which is due to be installed in the Debian FTP archive: compiz-core_0.5.0.dfsg-2_i386.deb to pool/main/c/compiz/compiz-core_0.5.0.dfsg-2_i386.deb compiz-dev_0.5.0.dfsg-2_i386.deb to pool/main/c/compiz/compiz-dev_0.5.0.dfsg-2_i386.deb compiz-gnome_0.5.0.dfsg-2_i386.deb to pool/main/c/compiz/compiz-gnome_0.5.0.dfsg-2_i386.deb compiz-gtk_0.5.0.dfsg-2_i386.deb to pool/main/c/compiz/compiz-gtk_0.5.0.dfsg-2_i386.deb compiz-kde_0.5.0.dfsg-2_i386.deb to pool/main/c/compiz/compiz-kde_0.5.0.dfsg-2_i386.deb compiz-plugins_0.5.0.dfsg-2_i386.deb to pool/main/c/compiz/compiz-plugins_0.5.0.dfsg-2_i386.deb compiz_0.5.0.dfsg-2.diff.gz to pool/main/c/compiz/compiz_0.5.0.dfsg-2.diff.gz compiz_0.5.0.dfsg-2.dsc to pool/main/c/compiz/compiz_0.5.0.dfsg-2.dsc compiz_0.5.0.dfsg-2_all.deb to pool/main/c/compiz/compiz_0.5.0.dfsg-2_all.deb libdecoration0-dev_0.5.0.dfsg-2_i386.deb to pool/main/c/compiz/libdecoration0-dev_0.5.0.dfsg-2_i386.deb libdecoration0_0.5.0.dfsg-2_i386.deb to pool/main/c/compiz/libdecoration0_0.5.0.dfsg-2_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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Thierry Reding <[EMAIL PROTECTED]> (supplier of updated compiz 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 [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Fri, 13 Jul 2007 11:25:13 +0200 Source: compiz Binary: libdecoration0-dev compiz libdecoration0 compiz-core compiz-plugins compiz-gtk compiz-dev compiz-kde compiz-gnome Architecture: source i386 all Version: 0.5.0.dfsg-2 Distribution: unstable Urgency: low Maintainer: David Nusinow <[EMAIL PROTECTED]> Changed-By: Thierry Reding <[EMAIL PROTECTED]> Description: compiz - OpenGL window and compositing manager compiz-core - OpenGL window and compositing manager compiz-dev - OpenGL window and compositing manager - development files compiz-gnome - OpenGL window and compositing manager - GNOME window decorator compiz-gtk - OpenGL window and compositing manager - Gtk window decorator compiz-kde - OpenGL window and compositing manager - KDE window decorator compiz-plugins - OpenGL window and compositing manager - plugins libdecoration0 - Compiz window decoration library libdecoration0-dev - Compiz window decoration library - development files Closes: 425463 425631 432920 Changes: compiz (0.5.0.dfsg-2) unstable; urgency=low . * Drop the now obsolete Source-Version in favour of binary:Version in debian/control. * Replace --strict-binding and --use-cow documentation by --loose-binding and --use-root-window respectively in the compiz.real manpage. Thanks Michael Gilbert. (Closes: 432920) * Rearrange and add missing command-line options in the compiz.real manpage. * compiz-gtk needs to
Processed: [bts-link] source package xserver-xorg-input-keyboard
Processing commands for [EMAIL PROTECTED]: > # > # bts-link upstream status pull for source package xserver-xorg-input-keyboard > # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html > # > user [EMAIL PROTECTED] Setting user to [EMAIL PROTECTED] (was [EMAIL PROTECTED]). > # remote status report for #428882 > # * https://bugs.freedesktop.org/show_bug.cgi?id=11301 > # * remote status changed: ASSIGNED -> RESOLVED > # * remote resolution changed: (?) -> FIXED > # * closed upstream > tags 428882 + fixed-upstream Bug#428882: xserver-xorg-input-kbd: xserver-xorg-input-keyboard break X There were no tags set. Bug#428794: kbd upgrade breaks keyboard driver Tags added: fixed-upstream > usertags 428882 - status-ASSIGNED Bug#428882: xserver-xorg-input-kbd: xserver-xorg-input-keyboard break X Usertags were: status-ASSIGNED. Usertags are now: . > usertags 428882 + status-RESOLVED resolution-FIXED Bug#428882: xserver-xorg-input-kbd: xserver-xorg-input-keyboard break X There were no usertags set. Usertags are now: resolution-FIXED status-RESOLVED. > # remote status report for #428882 > # * https://bugs.freedesktop.org/show_bug.cgi?id=11301 > # * remote status changed: ASSIGNED -> RESOLVED > # * remote resolution changed: (?) -> FIXED > # * closed upstream > tags 428882 + fixed-upstream Bug#428882: xserver-xorg-input-kbd: xserver-xorg-input-keyboard break X Tags were: fixed-upstream Bug#428794: kbd upgrade breaks keyboard driver Tags added: fixed-upstream > usertags 428882 - status-ASSIGNED Bug#428882: xserver-xorg-input-kbd: xserver-xorg-input-keyboard break X Usertags were: resolution-FIXED status-RESOLVED. Usertags are now: resolution-FIXED status-RESOLVED. > usertags 428882 + status-RESOLVED resolution-FIXED Bug#428882: xserver-xorg-input-kbd: xserver-xorg-input-keyboard break X Usertags were: resolution-FIXED status-RESOLVED. Usertags are now: resolution-FIXED status-RESOLVED. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
xorg-server: Changes to 'debian-unstable'
debian/changelog | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) New commits: commit 34be837d33bc297e7e75ffad9d7c3d668bbed48f Author: Julien Cristau <[EMAIL PROTECTED]> Date: Sat Jul 14 02:15:36 2007 +0200 Prepare changelog for upload. diff --git a/debian/changelog b/debian/changelog index 2032e74..b23c74e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,12 @@ -xorg-server (2:1.3.0.0.dfsg-8) UNRELEASED; urgency=low +xorg-server (2:1.3.0.0.dfsg-8) unstable; urgency=medium + + * Medium-urgency upload to get the fix for #428794 in testing faster, +hopefully. [ Brice Goglin ] - * Add 47_fbdevhw_magic_numbers.diff. + * Add 47_fbdevhw_magic_numbers.diff: patch by Adam Jackson to keep the +fbdev2xfree_timing() function from changing the pixel clock value if the +fbdev driver claims that it is 0. [ Julien Cristau ] * Don't build the type1 font module. @@ -11,7 +16,7 @@ xorg-server (2:1.3.0.0.dfsg-8) UNRELEASED; urgency=low testing by letting xserver-xorg-input-keyboard transition before the fixed xorg-server. - -- Julien Cristau <[EMAIL PROTECTED]> Thu, 12 Jul 2007 15:06:37 +0200 + -- Julien Cristau <[EMAIL PROTECTED]> Sat, 14 Jul 2007 01:48:20 +0200 xorg-server (2:1.3.0.0.dfsg-7) unstable; urgency=low -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
xorg-server: Changes to 'refs/tags/xorg-server-2_1.3.0.0.dfsg-8'
Tag 'xorg-server-2_1.3.0.0.dfsg-8' created by Julien Cristau <[EMAIL PROTECTED]> at 2007-07-14 01:23 + Tagging upload of xorg-server 2:1.3.0.0.dfsg-8 to unstable. Changes since xorg-server-2_1.3.0.0.dfsg-7: Branden Robinson (1): Test for existence of debian/patches directory before creating a symlink to it. Brice Goglin (6): Fix displaying of patches applied by quilt. Minor fixes in the patching system. Merge ../../xsfbs/xsfbs into debian-unstable Add 47_fbdevhw_magic_numbers.diff Fix "display the output of quilt push/pop". Merge ../../xsfbs/xsfbs into debian-unstable Julien Cristau (4): Fix copy/paste typo in the input driver provides. Don't build the type1 font module. Map the keyboard driver to kbd. Prepare changelog for upload. --- GL/Makefile.in |2 GL/glx/Makefile.in |2 GL/mesa/Makefile.in |2 GL/mesa/X/Makefile.in |2 GL/mesa/array_cache/Makefile.in |2 GL/mesa/glapi/Makefile.in |2 GL/mesa/main/Makefile.in|2 GL/mesa/math/Makefile.in|2 GL/mesa/shader/Makefile.in |2 GL/mesa/shader/grammar/Makefile.in |2 GL/mesa/shader/slang/Makefile.in|2 GL/mesa/swrast/Makefile.in |2 GL/mesa/swrast_setup/Makefile.in|2 GL/mesa/tnl/Makefile.in |2 Makefile.in |2 XTrap/Makefile.in |2 Xext/Makefile.in|2 Xi/Makefile.in |2 aclocal.m4 |2 afb/Makefile.in |2 cfb/Makefile.in |2 cfb32/Makefile.in |2 composite/Makefile.in |2 config.guess| 32 + config.sub | 16 configure | 170 +- damageext/Makefile.in |2 dbe/Makefile.in |2 debian/changelog| 20 + debian/patches/41_vbe_filter_less.diff |8 debian/patches/47_fbdevhw_magic_numbers.diff| 17 + debian/patches/48_disable_type1.diff| 67 +++ debian/patches/49_map_keyboard_driver_to_kbd.diff | 63 +++ debian/patches/series |3 debian/rules|3 debian/xsfbs/xsfbs.mk | 36 +- dix/Makefile.in |2 doc/Makefile.in |2 exa/Makefile.in |2 fb/Makefile.in |2 hw/Makefile.in |2 hw/darwin/Makefile.in |2 hw/dmx/Makefile.in |2 hw/dmx/config/Makefile.in |2 hw/dmx/doc/Makefile.in |2 hw/dmx/examples/Makefile.in |2 hw/dmx/glxProxy/Makefile.in |2 hw/dmx/input/Makefile.in|2 hw/kdrive/Makefile.in |2 hw/kdrive/ati/Makefile.in |2 hw/kdrive/chips/Makefile.in |2 hw/kdrive/ephyr/Makefile.in |2 hw/kdrive/epson/Makefile.in |2 hw/kdrive/fake/Makefile.in |2 hw/kdrive/fbdev/Makefile.in |2 hw/kdrive/i810/Makefile.in |2 hw/kdrive/linux/Makefile.in |
Bug#202096: Message 1 of 2
Your private and confidential message is attached. (qcq) -- privatemessage2522.pdf Description: Adobe PDF document
Processing of xorg-server_1.3.0.0.dfsg-8_i386.changes
xorg-server_1.3.0.0.dfsg-8_i386.changes uploaded successfully to localhost along with the files: xorg-server_1.3.0.0.dfsg-8.dsc xorg-server_1.3.0.0.dfsg-8.diff.gz xprint-common_1.3.0.0.dfsg-8_all.deb xserver-xorg-core_1.3.0.0.dfsg-8_i386.deb xserver-xorg-dev_1.3.0.0.dfsg-8_i386.deb xdmx_1.3.0.0.dfsg-8_i386.deb xdmx-tools_1.3.0.0.dfsg-8_i386.deb xnest_1.3.0.0.dfsg-8_i386.deb xvfb_1.3.0.0.dfsg-8_i386.deb xserver-xephyr_1.3.0.0.dfsg-8_i386.deb xprint_1.3.0.0.dfsg-8_i386.deb xserver-xorg-core-dbg_1.3.0.0.dfsg-8_i386.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
xorg-server_1.3.0.0.dfsg-8_i386.changes ACCEPTED
Accepted: xdmx-tools_1.3.0.0.dfsg-8_i386.deb to pool/main/x/xorg-server/xdmx-tools_1.3.0.0.dfsg-8_i386.deb xdmx_1.3.0.0.dfsg-8_i386.deb to pool/main/x/xorg-server/xdmx_1.3.0.0.dfsg-8_i386.deb xnest_1.3.0.0.dfsg-8_i386.deb to pool/main/x/xorg-server/xnest_1.3.0.0.dfsg-8_i386.deb xorg-server_1.3.0.0.dfsg-8.diff.gz to pool/main/x/xorg-server/xorg-server_1.3.0.0.dfsg-8.diff.gz xorg-server_1.3.0.0.dfsg-8.dsc to pool/main/x/xorg-server/xorg-server_1.3.0.0.dfsg-8.dsc xprint-common_1.3.0.0.dfsg-8_all.deb to pool/main/x/xorg-server/xprint-common_1.3.0.0.dfsg-8_all.deb xprint_1.3.0.0.dfsg-8_i386.deb to pool/main/x/xorg-server/xprint_1.3.0.0.dfsg-8_i386.deb xserver-xephyr_1.3.0.0.dfsg-8_i386.deb to pool/main/x/xorg-server/xserver-xephyr_1.3.0.0.dfsg-8_i386.deb xserver-xorg-core-dbg_1.3.0.0.dfsg-8_i386.deb to pool/main/x/xorg-server/xserver-xorg-core-dbg_1.3.0.0.dfsg-8_i386.deb xserver-xorg-core_1.3.0.0.dfsg-8_i386.deb to pool/main/x/xorg-server/xserver-xorg-core_1.3.0.0.dfsg-8_i386.deb xserver-xorg-dev_1.3.0.0.dfsg-8_i386.deb to pool/main/x/xorg-server/xserver-xorg-dev_1.3.0.0.dfsg-8_i386.deb xvfb_1.3.0.0.dfsg-8_i386.deb to pool/main/x/xorg-server/xvfb_1.3.0.0.dfsg-8_i386.deb Override entries for your package: xdmx-tools_1.3.0.0.dfsg-8_i386.deb - optional x11 xdmx_1.3.0.0.dfsg-8_i386.deb - optional x11 xnest_1.3.0.0.dfsg-8_i386.deb - optional x11 xorg-server_1.3.0.0.dfsg-8.dsc - source x11 xprint-common_1.3.0.0.dfsg-8_all.deb - optional x11 xprint_1.3.0.0.dfsg-8_i386.deb - optional x11 xserver-xephyr_1.3.0.0.dfsg-8_i386.deb - optional x11 xserver-xorg-core-dbg_1.3.0.0.dfsg-8_i386.deb - extra x11 xserver-xorg-core_1.3.0.0.dfsg-8_i386.deb - optional x11 xserver-xorg-dev_1.3.0.0.dfsg-8_i386.deb - optional x11 xvfb_1.3.0.0.dfsg-8_i386.deb - optional x11 Announcing to [EMAIL PROTECTED] Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]