Bug#476930: compiz: quanta crashes X
Package: compiz Version: 0.6.3~git20080115.0ea58487-1 Severity: normal X crashes immediately when you run 'quanta' (web editor) and Compiz is running. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core) Locale: LANG=en_ZA, LC_CTYPE=en_ZA (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/bash Versions of packages compiz depends on: ii compiz-core 0.6.3~git20080115.0ea58487-1 OpenGL window and compositing mana ii compiz-gnom 0.6.3~git20080115.0ea58487-1 OpenGL window and compositing mana ii compiz-gtk 0.6.3~git20080115.0ea58487-1 OpenGL window and compositing mana ii compiz-plug 0.6.3~git20080115.0ea58487-1 OpenGL window and compositing mana compiz recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#476876: xserver-xorg-video-s3: S3 server crash/lockup with S3 Trio 64+
The Alpha BIOS itself doesn't enable or disable anything, so I'm not sure what I could do there. I'm not really sure what [disabled] means in the lspci output anyway. It also reports that the SCSI controller BIOS is disabled, but that is working fine. I have kept Etch up to date, but only with the "stable" configuration. The Xorg server shows a compile date in January of 2008, which really doesn't seem that old, but I suppose I might be able to install something from the testing or unstable packages. I tried switching to a different video card, ELSA Gloria L, that has an S3ViRGE chip, but that gives similar results, even though it seems to want the s3virge driver or possibly the glint (it has two 3DLabs coprocessors on it.) The ELSA card works with Windows NT on this box, but not with OpenVMS so I swapped back to the S3 Trio. On Sat, Apr 19, 2008 at 6:24 PM, Brice Goglin <[EMAIL PROTECTED]> wrote: > Gary Phillips wrote: > > Package: xserver-xorg-video-s3 > > Version: 1:0.4.1-5 > > Severity: critical > > Justification: breaks the whole system > > > > Digital Alpha PWS433au with 1GB RAM, Debian 4.0 (etch) > > S3 Trio 64+ video card (which works on this hardware with both Windows > > NT 4.0 and OpenVMS 8.3) > > Whether manually configured or set up with Xorg -configure, when X is > > run the display fills with random colored pixels, keyboard and mouse are > > disabled, and machine must be rebooted in order to recover control. When > > X is run with -probeonly, the only error it reports is "Unable to find > > V_BIOS". When lspci -v is run, it reports that the Video ROM is present > > but [disabled]. > > > > Is there anything to configure in the Alpha BIOS or whatever to help this? > > Can something more recent than Etch? The S3 driver is been a bit updated > since Etch, and the Xserver is much more recent. Trying Xorg fro; > testing might be good, for instance. > > Brice > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#476930: compiz: quanta crashes X
On Sun, Apr 20, 2008 at 10:59:03 +0200, David wrote: > X crashes immediately when you run 'quanta' (web editor) and Compiz is > running. > Then it's not a bug in compiz. Please run '/usr/share/bug/xserver-xorg-core/script 3> /tmp/476930.log' and send the output file to this bug. Cheers, Julien -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#476930: compiz: quanta crashes X
> Then it's not a bug in compiz. Please run > '/usr/share/bug/xserver-xorg-core/script 3> /tmp/476930.log' and send > the output file to this bug. I only get this crash in Compiz. When I switch to Kwin (with fusion-icon) it no longer crashes. I've attached the log you requested. David. 476930.log Description: Binary data
xserver-xorg-video-vmware: Changes to 'upstream-unstable'
README |7 configure.ac | 17 man/Makefile.am|1 src/Makefile.am|6 src/svga_escape.h | 30 + src/svga_overlay.h | 49 ++ src/svga_reg.h | 427 -- src/vmware.c | 184 +++- src/vmware.h | 47 ++ src/vmwarectrl.c |1 src/vmwarevideo.c | 1218 + 11 files changed, 1928 insertions(+), 59 deletions(-) New commits: commit 6849c0a5fbf10722ca475d2ffcce7d0d95d2377a Author: Vinay Bondhugula <[EMAIL PROTECTED]> Date: Fri Apr 18 18:00:38 2008 -0400 Change // comments to /* This will make it easier to compile the driver against ancient versions of X. diff --git a/src/svga_overlay.h b/src/svga_overlay.h index 58f71e4..b312577 100644 --- a/src/svga_overlay.h +++ b/src/svga_overlay.h @@ -15,8 +15,8 @@ * Video formats we support */ -#define VMWARE_FOURCC_YV12 0x32315659 // 'Y' 'V' '1' '2' -#define VMWARE_FOURCC_YUY2 0x32595559 // 'Y' 'U' 'Y' '2' +#define VMWARE_FOURCC_YV12 0x32315659 /* 'Y' 'V' '1' '2' */ +#define VMWARE_FOURCC_YUY2 0x32595559 /* 'Y' 'U' 'Y' '2' */ #define SVGA_ESCAPE_VMWARE_VIDEO 0x0002 @@ -34,7 +34,7 @@ typedef struct SVGAEscapeVideoSetRegs { uint32 streamId; } header; - // May include zero or more items. + /* May include zero or more items. */ struct { uint32 registerId; uint32 value; @@ -46,4 +46,4 @@ typedef struct SVGAEscapeVideoFlush { uint32 streamId; } SVGAEscapeVideoFlush; -#endif // _SVGA_OVERLAY_H_ +#endif /* _SVGA_OVERLAY_H_ */ diff --git a/src/svga_reg.h b/src/svga_reg.h index 0f064e1..4fa363a 100644 --- a/src/svga_reg.h +++ b/src/svga_reg.h @@ -320,7 +320,7 @@ enum { SVGA_FIFO_CAPABILITIES = 4, SVGA_FIFO_FLAGS, - // Valid with SVGA_FIFO_CAP_FENCE: + /* Valid with SVGA_FIFO_CAP_FENCE: */ SVGA_FIFO_FENCE, /* @@ -333,17 +333,17 @@ enum { * extended FIFO. */ - // Valid if exists (i.e. if extended FIFO enabled): + /* Valid if exists (i.e. if extended FIFO enabled): */ SVGA_FIFO_3D_HWVERSION, /* See SVGA3dHardwareVersion in svga3d_reg.h */ - // Valid with SVGA_FIFO_CAP_PITCHLOCK: + /* Valid with SVGA_FIFO_CAP_PITCHLOCK: */ SVGA_FIFO_PITCHLOCK, - // Valid with SVGA_FIFO_CAP_CURSOR_BYPASS_3: + /* Valid with SVGA_FIFO_CAP_CURSOR_BYPASS_3: */ SVGA_FIFO_CURSOR_ON, /* Cursor bypass 3 show/hide register */ SVGA_FIFO_CURSOR_X, /* Cursor bypass 3 x register */ SVGA_FIFO_CURSOR_Y, /* Cursor bypass 3 y register */ SVGA_FIFO_CURSOR_COUNT, /* Incremented when any of the other 3 change */ SVGA_FIFO_CURSOR_LAST_UPDATED,/* Last time the host updated the cursor */ - // Valid with SVGA_FIFO_CAP_RESERVE: + /* Valid with SVGA_FIFO_CAP_RESERVE: */ SVGA_FIFO_RESERVED, /* Bytes past NEXT_CMD with real contents */ /* * XXX: The gap here, up until SVGA_FIFO_3D_CAPS, can be used for new @@ -382,7 +382,7 @@ enum { * sets SVGA_FIFO_MIN high enough to leave room for them. */ - // Valid if register exists: + /* Valid if register exists: */ SVGA_FIFO_GUEST_3D_HWVERSION, /* Guest driver's 3D version */ SVGA_FIFO_FENCE_GOAL, /* Matching target for SVGA_IRQFLAG_FENCE_GOAL */ SVGA_FIFO_BUSY, /* See "FIFO Synchronization Registers" */ @@ -553,7 +553,7 @@ enum { #define SVGA_FIFO_FLAG_NONE 0 #define SVGA_FIFO_FLAG_ACCELFRONT (1<<0) -#define SVGA_FIFO_FLAG_RESERVED(1<<31) // Internal use only +#define SVGA_FIFO_FLAG_RESERVED(1<<31) /* Internal use only */ /* * FIFO reservation sentinel value @@ -817,13 +817,13 @@ typedef struct SVGAOverlayUnit { /* * Location and size of SVGA frame buffer and the FIFO. */ -#define SVGA_VRAM_MIN_SIZE (4 * 640 * 480) // bytes +#define SVGA_VRAM_MIN_SIZE (4 * 640 * 480) /* bytes */ #define SVGA_VRAM_MAX_SIZE (128 * 1024 * 1024) -#define SVGA_VRAM_SIZE_WS (16 * 1024 * 1024) // 16 MB -#define SVGA_MEM_SIZE_WS(2 * 1024 * 1024) // 2 MB -#define SVGA_VRAM_SIZE_SERVER (4 * 1024 * 1024) // 4 MB -#define SVGA_MEM_SIZE_SERVER(256 * 1024) // 256 KB +#define SVGA_VRAM_SIZE_WS (16 * 1024 * 1024) /* 16 MB */ +#define SVGA_MEM_SIZE_WS(2 * 1024 * 1024) /* 2 MB */ +#define SVGA_VRAM_SIZE_SERVER (4 * 1024 * 1024) /* 4 MB */ +#define SVGA_MEM_SIZE_SERVER(256 * 1024) /* 256 KB */ #if /* defined(VMX86_WGS) || */ defined(VMX86_SERVER) #define SVGA_VRAM_SIZE SVGA_VRAM_SIZE_SERVER commit b6c59761e2b984be32493f35224db523dd62bcd8 Author: Paulo Cesar Pereira de Andrade <[EMAIL PROTECTED]> Date: Thu Apr 17 23:04:45 2008 -0400 Compile warning fixes Major problem was prototype vmwareInitVideo not matching implementation vmwareVideoInit. Remaining are adding an "ansification" of a function without arguments, and removing/disabling unused variables
xserver-xorg-video-vmware: Changes to 'refs/tags/xserver-xorg-video-vmware-1_10.16.1-1'
Tag 'xserver-xorg-video-vmware-1_10.16.1-1' created by Brice Goglin <[EMAIL PROTECTED]> at 2008-04-20 13:08 + Tagging upload of xserver-xorg-video-vmware 1:10.16.1-1 to unstable. Changes since xserver-xorg-video-vmware-1_10.15.2-1: Adam Jackson (2): Fix distcheck. vmware 10.16.0 Bankim Bhavsar (2): Xv extension for VMware's video driver Video Overlay: Source video parameters Brice Goglin (5): Merge branch 'master' of git://git.freedesktop.org/git/xorg/driver/xf86-video-vmware into debian-unstable New upstream release Misc fixes in debian/control Run dpkg-shlibdeps with --warnings=6 Prepare changelog for upload Matthieu Herrb (1): Makefile.am: nuke RCS Id Paulo Cesar Pereira de Andrade (1): Compile warning fixes Timo Aaltonen (1): Add vmware.ids. Thanks Soren Hansen! Vinay (1): Trivial libpciaccess related fix Vinay Bondhugula (6): Port to libpciaccess. Send down guest display topology Fix build for all modular versions of Xorg Prepare for 10.16.1 Bump version to 10.16.1 in configure.ac Change // comments to /* --- ChangeLog| 112 ++ Makefile.in | 153 ++- README |7 aclocal.m4 | 413 ++ config.guess | 32 config.sub | 44 - configure| 1186 +++--- configure.ac | 17 debian/changelog | 15 debian/control |8 debian/rules |4 debian/vmware.ids|2 debian/xserver-xorg-video-vmware.install |1 depcomp | 93 +- install-sh | 514 + ltmain.sh| 58 + man/Makefile.am |1 man/Makefile.in | 95 +- missing | 61 - mkinstalldirs|5 src/Makefile.am |6 src/Makefile.in | 149 ++- src/svga_escape.h| 30 src/svga_overlay.h | 49 + src/svga_reg.h | 427 +- src/vmware.c | 184 src/vmware.h | 47 + src/vmwarectrl.c |1 src/vmwarevideo.c| 1218 +++ 29 files changed, 4034 insertions(+), 898 deletions(-) --- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
xserver-xorg-video-vmware: Changes to 'debian-unstable'
ChangeLog | 112 Makefile.in| 153 +++--- README |7 aclocal.m4 | 413 +++-- config.guess | 32 - config.sub | 44 + configure | 1186 --- configure.ac | 17 debian/changelog | 13 debian/control |8 debian/rules |2 depcomp| 93 +++- install-sh | 514 +++--- ltmain.sh | 58 +- man/Makefile.am|1 man/Makefile.in| 95 ++-- missing| 61 +- mkinstalldirs |5 src/Makefile.am|6 src/Makefile.in| 149 +++--- src/svga_escape.h | 30 + src/svga_overlay.h | 49 ++ src/svga_reg.h | 427 -- src/vmware.c | 184 +++- src/vmware.h | 47 ++ src/vmwarectrl.c |1 src/vmwarevideo.c | 1218 + 27 files changed, 4025 insertions(+), 900 deletions(-) New commits: commit 43e16993e4015bcc12368e62f8f1e51d39309066 Author: Brice Goglin <[EMAIL PROTECTED]> Date: Sun Apr 20 14:58:23 2008 +0200 Prepare changelog for upload diff --git a/debian/changelog b/debian/changelog index 05eb001..d98c0cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xserver-xorg-video-vmware (1:10.16.1-1) UNRELEASED; urgency=low +xserver-xorg-video-vmware (1:10.16.1-1) unstable; urgency=low [ Brice Goglin ] * New upstream release. @@ -11,7 +11,7 @@ xserver-xorg-video-vmware (1:10.16.1-1) UNRELEASED; urgency=low [ Timo Aaltonen ] * Add vmware.ids. Thanks Soren Hansen! - -- Brice Goglin <[EMAIL PROTECTED]> Sun, 20 Apr 2008 14:57:27 +0200 + -- Brice Goglin <[EMAIL PROTECTED]> Sun, 20 Apr 2008 14:58:19 +0200 xserver-xorg-video-vmware (1:10.15.2-1) unstable; urgency=low commit 81403d5452dbaa161d009923491f5ac451ce Author: Brice Goglin <[EMAIL PROTECTED]> Date: Sun Apr 20 14:58:07 2008 +0200 Run dpkg-shlibdeps with --warnings=6 Drivers reference symbols from /usr/bin/Xorg and other modules, and that's not a bug, so we want dpkg-shlibdeps to shut up about symbols it can't find. diff --git a/debian/changelog b/debian/changelog index 14f9d74..05eb001 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,11 +4,14 @@ xserver-xorg-video-vmware (1:10.16.1-1) UNRELEASED; urgency=low * New upstream release. * Bump Standards-Version to 3.7.3 (no changes). * The Vcs-* fields are now recognized by dpkg, so drop the XS- prefix. + * Run dpkg-shlibdeps with --warnings=6. Drivers reference symbols from +/usr/bin/Xorg and other modules, and that's not a bug, so we want +dpkg-shlibdeps to shut up about symbols it can't find. [ Timo Aaltonen ] * Add vmware.ids. Thanks Soren Hansen! - -- Brice Goglin <[EMAIL PROTECTED]> Sun, 20 Apr 2008 14:56:15 +0200 + -- Brice Goglin <[EMAIL PROTECTED]> Sun, 20 Apr 2008 14:57:27 +0200 xserver-xorg-video-vmware (1:10.15.2-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index d84751c..000df83 100755 --- a/debian/rules +++ b/debian/rules @@ -80,7 +80,7 @@ binary-arch: build install serverabi dh_compress dh_fixperms dh_installdeb - dh_shlibdeps + dh_shlibdeps -- --warnings=6 dh_gencontrol dh_md5sums dh_builddeb commit 9d69701929236274aea520cedb98e03e378f184d Author: Brice Goglin <[EMAIL PROTECTED]> Date: Sun Apr 20 14:57:08 2008 +0200 Misc fixes in debian/control diff --git a/debian/changelog b/debian/changelog index e303a4a..14f9d74 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,11 +2,13 @@ xserver-xorg-video-vmware (1:10.16.1-1) UNRELEASED; urgency=low [ Brice Goglin ] * New upstream release. + * Bump Standards-Version to 3.7.3 (no changes). + * The Vcs-* fields are now recognized by dpkg, so drop the XS- prefix. [ Timo Aaltonen ] * Add vmware.ids. Thanks Soren Hansen! - -- Brice Goglin <[EMAIL PROTECTED]> Sun, 20 Apr 2008 14:36:29 +0200 + -- Brice Goglin <[EMAIL PROTECTED]> Sun, 20 Apr 2008 14:56:15 +0200 xserver-xorg-video-vmware (1:10.15.2-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 61a8072..d7a6f50 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,11 @@ Source: xserver-xorg-video-vmware Section: x11 Priority: optional Maintainer: Debian X Strike Force -Uploaders: David Nusinow <[EMAIL PROTECTED]>, Drew Parsons <[EMAIL PROTECTED]> +Uploaders: David Nusinow <[EMAIL PROTECTED]>, Drew Parsons <[EMAIL PROTECTED]>, Brice Goglin <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 5.0.0), pkg-config, xserver-xorg-dev (>= 2:1.4), x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, x11proto-render-dev, x11proto-xext-dev, x11proto-xinerama-dev -Standards-Version: 3.7.2 -XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-vmware -XS-Vcs-Browser: http://git.debian.org
Processing of xserver-xorg-video-vmware_10.16.1-1_i386.changes
xserver-xorg-video-vmware_10.16.1-1_i386.changes uploaded successfully to localhost along with the files: xserver-xorg-video-vmware_10.16.1-1.dsc xserver-xorg-video-vmware_10.16.1.orig.tar.gz xserver-xorg-video-vmware_10.16.1-1.diff.gz xserver-xorg-video-vmware_10.16.1-1_i386.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#475754: fixed
We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: xserver-xorg-video-intel-dbg | 2:2.1.1-4 | sparc Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive (ftp-master.debian.org) and will not propagate to any mirrors (ftp.debian.org included) until the next cron.daily run at the earliest. Packages are never removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. Bugs which have been reported against this package are not automatically removed from the Bug Tracking System. Please check all open bugs and close them or re-assign them to another package if the removed package was superseded by another one. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED] This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED] Debian distribution maintenance software pp. Thomas Viehmann (the ftpmaster behind the curtain) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
xserver-xorg-video-vmware_10.16.1-1_i386.changes ACCEPTED
Accepted: xserver-xorg-video-vmware_10.16.1-1.diff.gz to pool/main/x/xserver-xorg-video-vmware/xserver-xorg-video-vmware_10.16.1-1.diff.gz xserver-xorg-video-vmware_10.16.1-1.dsc to pool/main/x/xserver-xorg-video-vmware/xserver-xorg-video-vmware_10.16.1-1.dsc xserver-xorg-video-vmware_10.16.1-1_i386.deb to pool/main/x/xserver-xorg-video-vmware/xserver-xorg-video-vmware_10.16.1-1_i386.deb xserver-xorg-video-vmware_10.16.1.orig.tar.gz to pool/main/x/xserver-xorg-video-vmware/xserver-xorg-video-vmware_10.16.1.orig.tar.gz Override entries for your package: xserver-xorg-video-vmware_10.16.1-1.dsc - source x11 xserver-xorg-video-vmware_10.16.1-1_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]
xserver-xorg-video-radeonhd: Changes to 'refs/tags/xserver-xorg-video-radeonhd-1.2.1-1'
Tag 'xserver-xorg-video-radeonhd-1.2.1-1' created by Julien Cristau <[EMAIL PROTECTED]> at 2008-04-20 20:11 + Tagging upload of xserver-xorg-video-radeonhd 1.2.1-1 to unstable. Changes since xserver-xorg-video-radeonhd-1.2.0-1: Egbert Eich (1): Add build rule for rhd_dump to Imakefile for backward compatibility. Julien Cristau (6): Merge tag '1.2.1' into debian-unstable Update changelogs Refresh patch 01_gen_pci_ids.diff. Run dpkg-shlibdeps with --warnings=6 Build and install rhd_conntest Prepare changelog for upload Matthias Hopf (2): Fix broken assert() in rhd_id.c. Use ASSERT() instead of assert() everywhere. Bump to 1.2.1. Add changes to README. Stefan Dirsch (1): Added two new RV670 devices. Removed unsupported M86 device. --- ChangeLog | 27 +++ README |5 + configure.ac |2 +- debian/changelog | 12 debian/control |2 +- debian/patches/01_gen_pci_ids.diff |6 +++--- debian/rules |4 +++- debian/xserver-xorg-video-radeonhd.install |1 + src/rhd_connector.c|2 +- src/rhd_id.c | 12 ++-- utils/conntest/Imakefile | 10 +++--- 11 files changed, 67 insertions(+), 16 deletions(-) --- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
xserver-xorg-video-radeonhd: Changes to 'debian-unstable'
debian/changelog |6 -- debian/control |2 +- debian/rules |2 ++ debian/xserver-xorg-video-radeonhd.install |1 + 4 files changed, 8 insertions(+), 3 deletions(-) New commits: commit a92435bf7033485152f4c662a7d309cb4e37d8fc Author: Julien Cristau <[EMAIL PROTECTED]> Date: Sun Apr 20 22:09:17 2008 +0200 Prepare changelog for upload diff --git a/debian/changelog b/debian/changelog index a041f2f..8cd0c6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xserver-xorg-video-radeonhd (1.2.1-1) UNRELEASED; urgency=low +xserver-xorg-video-radeonhd (1.2.1-1) unstable; urgency=low * New upstream release. * Refresh patch 01_gen_pci_ids.diff. @@ -8,7 +8,7 @@ xserver-xorg-video-radeonhd (1.2.1-1) UNRELEASED; urgency=low * Build-depend on pciutils-dev, so we can build and install the rhd_conntest utility. - -- Julien Cristau <[EMAIL PROTECTED]> Tue, 15 Apr 2008 20:50:53 +0200 + -- Julien Cristau <[EMAIL PROTECTED]> Sun, 20 Apr 2008 22:09:06 +0200 xserver-xorg-video-radeonhd (1.2.0-1) unstable; urgency=low commit a5cee3ad7cd083ab332e11db019209f8f1dcacee Author: Julien Cristau <[EMAIL PROTECTED]> Date: Sun Apr 20 22:08:19 2008 +0200 Build and install rhd_conntest This needs a build-dep on pciutils-dev. diff --git a/debian/changelog b/debian/changelog index d649f8b..a041f2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ xserver-xorg-video-radeonhd (1.2.1-1) UNRELEASED; urgency=low * Run dpkg-shlibdeps with --warnings=6. Drivers reference symbols from /usr/bin/Xorg and other modules, and that's not a bug, so we want dpkg-shlibdeps to shut up about symbols it can't find. + * Build-depend on pciutils-dev, so we can build and install the rhd_conntest +utility. -- Julien Cristau <[EMAIL PROTECTED]> Tue, 15 Apr 2008 20:50:53 +0200 diff --git a/debian/control b/debian/control index 6a8e14d..df23dfc 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: x11 Priority: optional Maintainer: Debian X Strike Force Uploaders: David Nusinow <[EMAIL PROTECTED]>, Julien Cristau <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5), quilt, pkg-config, xserver-xorg-dev (>= 2:1.4), x11proto-video-dev, x11proto-fonts-dev, x11proto-randr-dev (>= 1.2), x11proto-render-dev, automake, autoconf, libtool, xutils-dev +Build-Depends: debhelper (>= 5), quilt, pkg-config, xserver-xorg-dev (>= 2:1.4), x11proto-video-dev, x11proto-fonts-dev, x11proto-randr-dev (>= 1.2), x11proto-render-dev, automake, autoconf, libtool, xutils-dev, pciutils-dev Standards-Version: 3.7.3 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-radeonhd Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-radeonhd.git diff --git a/debian/rules b/debian/rules index 632c9b8..490 100755 --- a/debian/rules +++ b/debian/rules @@ -70,6 +70,8 @@ install: build dh_installdirs cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install + install -d -m 755 debian/tmp/usr/bin + install -m 755 obj-$(DEB_BUILD_GNU_TYPE)/utils/conntest/rhd_conntest debian/tmp/usr/bin/ # Build architecture-dependent files here. binary-arch: build install serverabi diff --git a/debian/xserver-xorg-video-radeonhd.install b/debian/xserver-xorg-video-radeonhd.install index a8fac35..0825e51 100644 --- a/debian/xserver-xorg-video-radeonhd.install +++ b/debian/xserver-xorg-video-radeonhd.install @@ -1,2 +1,3 @@ usr/lib/xorg/modules/drivers/*.so usr/share/xserver-xorg/pci/* +usr/bin/rhd_conntest -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processing of xserver-xorg-video-radeonhd_1.2.1-1_i386.changes
xserver-xorg-video-radeonhd_1.2.1-1_i386.changes uploaded successfully to localhost along with the files: xserver-xorg-video-radeonhd_1.2.1-1.dsc xserver-xorg-video-radeonhd_1.2.1.orig.tar.gz xserver-xorg-video-radeonhd_1.2.1-1.diff.gz xserver-xorg-video-radeonhd_1.2.1-1_i386.deb xserver-xorg-video-radeonhd-dbg_1.2.1-1_i386.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
xserver-xorg-video-radeonhd: Changes to 'debian-unstable'
debian/changelog |7 +++ debian/rules |7 +-- 2 files changed, 12 insertions(+), 2 deletions(-) New commits: commit 2eac136ca46526eb89cbf2ef65464bb721961760 Author: Julien Cristau <[EMAIL PROTECTED]> Date: Sun Apr 20 22:31:08 2008 +0200 Install the upstream READMEs in the package Put both the main README and the one from utils/conntest in the package's doc directory. diff --git a/debian/changelog b/debian/changelog index 8cd0c6e..d855e50 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xserver-xorg-video-radeonhd (1.2.1-2) UNRELEASED; urgency=low + + * Install the upstream README files for the driver and for rhd_conntest in +the package. + + -- Julien Cristau <[EMAIL PROTECTED]> Sun, 20 Apr 2008 22:20:21 +0200 + xserver-xorg-video-radeonhd (1.2.1-1) unstable; urgency=low * New upstream release. diff --git a/debian/rules b/debian/rules index 490..8613bd0 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +PACKAGE = xserver-xorg-video-radeonhd + include debian/xsfbs/xsfbs.mk CFLAGS = -Wall -g @@ -78,12 +80,13 @@ binary-arch: build install serverabi dh_testdir dh_testroot - dh_installdocs + dh_installdocs README dh_installchangelogs ChangeLog dh_install --sourcedir=debian/tmp --list-missing --exclude=radeonhd_drv.la --exclude=usr/share/man/man4 + install -m 644 utils/conntest/README debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/README.rhd_conntest dh_installman dh_link - dh_strip --dbg-package=xserver-xorg-video-radeonhd-dbg + dh_strip --dbg-package=$(PACKAGE)-dbg dh_compress dh_fixperms dh_installdeb -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Augmentez votre pouvoir d achat - Etude en ligne gratuite
( "_blank" ) ( "_blank" ) Carte de Crédit, Prêt Personnel, Prêt Voiture, Prêt Travaux, Prêt Immobilier, Dette Familiale, Découvert Bancaire, Impôt et autres ( "_blank" ) Exemple détaillé d'une proposition Partners Finances, cliquez ici ( "_blank" ) ( "_blank" ) ( "_blank" ) ( "_blank" ) Aucun versement de quelque nature que ce soit, ne peut être exigé dun particulier, avant lobtention dun ou de plusieurs prêts dargent. 1) Prêt hypothécaire BNPII sur une durée prévisionnelle de 20 ans, le taux sera fixe pendant les 12 premiers mois pour une mensualité de 876,09 , puis sera révisable et indexé sur lEuribor 3 mois (taux interbancaire offert en Europe) + partie fixe (marge Invest Immo). Possibilité à la fin de la période dopter pour un taux fixe. Le TEG annuel prévisionnel (à la date démission de loffre de prêt) sera de 5,46 % et le coût total prévisionnel du crédit de 82511,60 (frais de dossier, frais dacte et frais de mandat inclus, hors assurance facultative). Taux en vigueur le 01/07/2007. Durée possible de 8 à 30 ans. 2) Sous réserve dacceptation de votre dossier par BNPII. Tout document publicitaire ou tout document d'information remis à l'emprunteur et portant sur l'une des opérations visées à l'article L 312-2 doit mentionner que lemprunteur dispose dun délai de réflexion de 10 jours. La vente est subordonnée à lobtention du prêt ; si celui-ci nest pas obtenu, le vendeur doit lui rembourser les sommes versées. Conformément à la loi « informatique et liberté » du 6 janvier 1978, vous disposerez d'un droit d'accès, de rectification, de suppression et d'opposition sur les données personnelles vous concernant. Il vous suffit pour lexercer, de nous écrire à ladresse suivante : MB Finances, 16 rue Victor Hugo BP 70583 54000 Nancy. 3) Les frais représentent les indemnités de remboursement anticipé, les frais de notaire, les frais de dossier et la commission de courtage. PARTNERS FINANCES : RCS Nancy B 404 681 496 Intermédiaire en opérations bancaires. Mandants : CGI Lille. BNP Paribas Invest Immo Puteaux. GE Money Bank La Défense Paris. Protection des données personnelles: Vous êtes légalement enregistré dans un fichier déclaré à la CNIL (n° 806690) Vous bénéficiez d'un droit d'accès aux données vous concernant et vous pouvez demander à ne plus figurer dans ce fichier sur simple demande par email en précisant si possible la liste des emails à désabonner. (adresse e-mail inscrite: "debian-x@lists.debian.org") Pour vous desinscrire : cliquez ici ( "http://www.champ-reduit.com/remove2.htm"; )
xserver-xorg-video-radeonhd_1.2.1-1_i386.changes ACCEPTED
Accepted: xserver-xorg-video-radeonhd-dbg_1.2.1-1_i386.deb to pool/main/x/xserver-xorg-video-radeonhd/xserver-xorg-video-radeonhd-dbg_1.2.1-1_i386.deb xserver-xorg-video-radeonhd_1.2.1-1.diff.gz to pool/main/x/xserver-xorg-video-radeonhd/xserver-xorg-video-radeonhd_1.2.1-1.diff.gz xserver-xorg-video-radeonhd_1.2.1-1.dsc to pool/main/x/xserver-xorg-video-radeonhd/xserver-xorg-video-radeonhd_1.2.1-1.dsc xserver-xorg-video-radeonhd_1.2.1-1_i386.deb to pool/main/x/xserver-xorg-video-radeonhd/xserver-xorg-video-radeonhd_1.2.1-1_i386.deb xserver-xorg-video-radeonhd_1.2.1.orig.tar.gz to pool/main/x/xserver-xorg-video-radeonhd/xserver-xorg-video-radeonhd_1.2.1.orig.tar.gz Override entries for your package: xserver-xorg-video-radeonhd-dbg_1.2.1-1_i386.deb - extra x11 xserver-xorg-video-radeonhd_1.2.1-1.dsc - source x11 xserver-xorg-video-radeonhd_1.2.1-1_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]
Processed: Re: xfs: add descriptive comment to top of init script
Processing commands for [EMAIL PROTECTED]: > tags 446275 + patch Bug#446275: xfs: add descriptive comment to top of init script There were no tags set. Tags added: patch > 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#50859: xfs: daemon runs as root
This bug report asking for xfs to not run as root is flagged as release critical and keeps xfs from propagating into Lenny. Are there anyone working on fixing this for Lenny? There has been no comment from the maintainers since Julien Cristau changed the severity from wishlist to serious 2007-10-02. Does this mean that the Debian X Strike Force agree that this bug need to be fixed before the x font server is allowed into Lenny? A proposed solution was provided in 2000, but there has been no comment on the proposal since then. Debian Edu uses xfs with LTSP, and would very much like to see it in Lenny. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#476930: compiz: quanta crashes X
David wrote: >> Then it's not a bug in compiz. Please run >> '/usr/share/bug/xserver-xorg-core/script 3> /tmp/476930.log' and send >> the output file to this bug. >> > > I only get this crash in Compiz. When I switch to Kwin (with > fusion-icon) it no longer crashes. > > I've attached the log you requested. > Thanks. We need a backtrace of the crash. You can get a minimal one at the end of the log after the crash (in /var/log/Xorg.0.log.old if X already restarted since then). Better would be to install xserver-xorg-core-dbg, login from another machine through ssh, attach gdb to the X server with gdb -p $(pidof X), reproduce the crash, enter 'bt full' and send us the output. However, since you seem to be using the nvidia binary driver, it si very likely that any above backtraces will be empty. In this case, we won't be able to do anything about this bug unless you reproduce it with a free driver and provide us with a backtrace. Brice -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#446275: xfs: add descriptive comment to top of init script
tags 446275 + patch thanks Here is a patch I believe will solve this issue, by adding the appropriate LSB headers. --- /etc/init.d/xfs 2008-03-11 20:36:07.0 +0100 +++ /tmp/xfs2008-04-20 23:40:37.0 +0200 @@ -27,6 +27,9 @@ # Should-Stop: $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 +# Short-Description: Start/stop script for the X Font Server. +# Description: For more information, see /usr/share/doc/xfs/README.Debian +#or run: man xfs ### END INIT INFO set -e Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#50859: xfs: daemon runs as root
On Sun, Apr 20, 2008 at 23:29:31 +0200, Petter Reinholdtsen wrote: > > This bug report asking for xfs to not run as root is flagged as > release critical and keeps xfs from propagating into Lenny. Are there > anyone working on fixing this for Lenny? There has been no comment > from the maintainers since Julien Cristau changed the severity from > wishlist to serious 2007-10-02. Does this mean that the Debian X > Strike Force agree that this bug need to be fixed before the x font > server is allowed into Lenny? A proposed solution was provided in > 2000, but there has been no comment on the proposal since then. > Yes, I think we shouldn't have xfs running as root in lenny. I also don't plan to work on this bug (because I mostly don't care about xfs) other than applying patches, so unless someone does the work that means not shipping xfs in lenny, IMO. Cheers, Julien -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#148650: xfs: SEGV if catalogue line omitted from config file
Version: 1:1.0.6-1 I can confirm this with version 1:1.0.6-1. I just did a test run with valgrind, and this is the output when it crashes. Did not have time to rebuild xfs with debug symbols. Sorry about that. # valgrind xfs ==14613== Memcheck, a memory error detector. ==14613== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al. ==14613== Using LibVEX rev 1804, a library for dynamic binary translation. ==14613== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP. ==14613== Using valgrind-3.3.0-Debian, a dynamic binary instrumentation framework. ==14613== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al. ==14613== For more details, rerun with: -v ==14613== ==14613== Invalid read of size 1 ==14613==at 0x40239D8: strlen (mc_replace_strmem.c:242) ==14613==by 0x8051873: (within /usr/bin/xfs) ==14613==by 0x8054FD9: (within /usr/bin/xfs) ==14613==by 0x805268E: (within /usr/bin/xfs) ==14613==by 0x40CA44F: (below main) (libc-start.c:222) ==14613== Address 0x0 is not stack'd, malloc'd or (recently) free'd ==14613== ==14613== Process terminating with default action of signal 11 (SIGSEGV) ==14613== Access not within mapped region at address 0x0 ==14613==at 0x40239D8: strlen (mc_replace_strmem.c:242) ==14613==by 0x8051873: (within /usr/bin/xfs) ==14613==by 0x8054FD9: (within /usr/bin/xfs) ==14613==by 0x805268E: (within /usr/bin/xfs) ==14613==by 0x40CA44F: (below main) (libc-start.c:222) ==14613== ==14613== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 23 from 1) ==14613== malloc/free: in use at exit: 4,686 bytes in 67 blocks. ==14613== malloc/free: 101 allocs, 34 frees, 40,458 bytes allocated. ==14613== For counts of detected errors, rerun with: -v ==14613== searching for pointers to 67 not-freed blocks. ==14613== checked 168,548 bytes. ==14613== ==14613== LEAK SUMMARY: ==14613==definitely lost: 0 bytes in 0 blocks. ==14613== possibly lost: 0 bytes in 0 blocks. ==14613==still reachable: 4,686 bytes in 67 blocks. ==14613== suppressed: 0 bytes in 0 blocks. ==14613== Rerun with --leak-check=full to see details of leaked memory. Segmentation fault # Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
xfs: Changes to 'debian-unstable'
debian/changelog |3 ++- debian/xfs.init |3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) New commits: commit bb827191ed388eff3f616d6a3ce97a96825cecd5 Author: Brice Goglin <[EMAIL PROTECTED]> Date: Mon Apr 21 02:08:38 2008 +0200 Add descriptive comment to top of init script diff --git a/debian/changelog b/debian/changelog index 04de12d..c982cdd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,9 @@ xfs (1:1.0.6-2) UNRELEASED; urgency=low + Add --no-start to dh_installinit so that default daemon restart code is not automatically added after the xfs-specific one. * Remove obsolete stuff from maintainer scripts. + * Add descriptive comment to top of init script, closes: #446275. - -- Brice Goglin <[EMAIL PROTECTED]> Mon, 24 Mar 2008 18:28:00 +0100 + -- Brice Goglin <[EMAIL PROTECTED]> Mon, 21 Apr 2008 02:08:10 +0200 xfs (1:1.0.6-1) unstable; urgency=low diff --git a/debian/xfs.init b/debian/xfs.init index 813fe6d..664ee99 100644 --- a/debian/xfs.init +++ b/debian/xfs.init @@ -27,6 +27,9 @@ # Should-Stop: $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 +# Short-Description: Start/stop script for the X Font Server. +# Description: For more information, see /usr/share/doc/xfs/README.Debian +#or run: man xfs ### END INIT INFO set -e -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: Re: Bug#446275: xfs: add descriptive comment to top of init script
Processing commands for [EMAIL PROTECTED]: > tags 446275 +pending Bug#446275: xfs: add descriptive comment to top of init script Tags were: patch Tags added: pending > thank you 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#446275: xfs: add descriptive comment to top of init script
tags 446275 +pending thank you Petter Reinholdtsen wrote: > Here is a patch I believe will solve this issue, by adding the > appropriate LSB headers. > Applied to our git repo, thanks. Brice -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
xserver-xorg-video-ati: Changes to 'upstream-experimental'
src/AtomBios/includes/CD_Common_Types.h |4 src/atombios_crtc.c | 15 src/legacy_crtc.c | 88 ++- src/legacy_output.c | 92 +++ src/radeon.h| 30 - src/radeon_accel.c | 84 ++- src/radeon_accelfuncs.c |7 src/radeon_atombios.c | 78 ++ src/radeon_atombios.h |6 src/radeon_bios.c | 73 +- src/radeon_commonfuncs.c| 445 +++- src/radeon_dri.h|2 src/radeon_driver.c | 172 +++--- src/radeon_exa_funcs.c |6 src/radeon_exa_render.c | 857 src/radeon_output.c | 12 src/radeon_probe.h | 14 src/radeon_reg.h| 84 ++- src/radeon_textured_videofuncs.c| 319 +++ src/radeon_video.c | 13 20 files changed, 1535 insertions(+), 866 deletions(-) New commits: commit c5d62fa0e8f52c3264ff9db3ff10cdf5a806bfc0 Author: Owen Taylor <[EMAIL PROTECTED]> Date: Thu Apr 17 13:14:53 2008 +0200 Emulate repeats by drawing in tiles When we can't turn on hardware repeats, because the texture is non-power-of-two, or has padding at the ends of lines, try to draw the image in multiple tiles rather than falling back to software. (We can only do this when there is no transform.) diff --git a/src/radeon_exa_render.c b/src/radeon_exa_render.c index e35cc17..138216f 100644 --- a/src/radeon_exa_render.c +++ b/src/radeon_exa_render.c @@ -59,6 +59,12 @@ static Bool is_transform[2]; static PictTransform *transform[2]; static Bool has_mask; +/* Whether we are tiling horizontally and vertically */ +static Bool need_src_tile_x; +static Bool need_src_tile_y; +/* Size of tiles ... set to 65536x65536 if not tiling in that direction */ +static Bool src_tile_width; +static Bool src_tile_height; struct blendinfo { Bool dst_alpha; @@ -222,6 +228,95 @@ union intfloat { CARD32 i; }; +/* Check if we need a software-fallback because of a repeating + * non-power-of-two texture. + * + * canTile: whether we can emulate a repeat by drawing in tiles: + * possible for the source, but not for the mask. (Actually + * we could do tiling for the mask too, but dealing with the + * combination of a tiled mask and a tiled source would be + * a lot of complexity, so we handle only the most common + * case of a repeating mask.) + */ +static Bool RADEONCheckTexturePOT(PicturePtr pPict, Bool canTile) +{ +int w = pPict->pDrawable->width; +int h = pPict->pDrawable->height; + +if (pPict->repeat && ((w & (w - 1)) != 0 || (h & (h - 1)) != 0) && + !(!pPict->transform && canTile)) + RADEON_FALLBACK(("NPOT repeating %s unsupported (%dx%d), transform=%d\n", +canTile ? "source" : "mask", w, h, pPict->transform != 0)); + +return TRUE; +} + +/* Determine if the pitch of the pixmap meets the criteria for being + * used as a repeating texture: no padding or only a single line texture. + */ +static Bool RADEONPitchMatches(PixmapPtr pPix) +{ +int w = pPix->drawable.width; +int h = pPix->drawable.height; +CARD32 txpitch = exaGetPixmapPitch(pPix); + +if (h > 1 && ((w * pPix->drawable.bitsPerPixel / 8 + 31) & ~31) != txpitch) + return FALSE; + +return TRUE; +} + +/* We can't turn on repeats normally for a non-power-of-two dimension, + * but if the source isn't transformed, we can get the same effect + * by drawing the image in multiple tiles. (A common case that it's + * important to get right is drawing a strip of a NPOTxPOT texture + * repeating in the POT direction. With tiling, this ends up as a + * a single tile on R300 and newer, which is perfect.) + * + * canTile1d: On R300 and newer, we can repeat a texture that is NPOT in + * one direction and POT in the other in the POT direction; on + * older chips we can only repeat at all if the texture is POT in + * both directions. + * + * needMatchingPitch: On R100/R200, we can only repeat horizontally if + * there is no padding in the texture. Textures with small POT widths + * (1,2,4,8) thus can't be tiled. + */ +static Bool RADEONSetupSourceTile(PicturePtr pPict, + PixmapPtr pPix, + Bool canTile1d, + Bool needMatchingPitch) +{ +need_src_tile_x = need_src_tile_y = FALSE; +src_tile_width = src_tile_height = 65536; /* "infinite" */ + +if (pPict->repeat) { + Bool badPitch = needMatchingPitch && !RADEONPitchMatches(pPix); + + int w = pPict->pDrawable->width; + int h = pPict->pDrawable->height; + + if (pPict->transform) { + if (badPitch) + RADEON_FALLBA
xserver-xorg-video-ati: Changes to 'debian-experimental'
ChangeLog | 473 + aclocal.m4 |2 debian/changelog|9 debian/rules|2 ltmain.sh |2 src/AtomBios/includes/CD_Common_Types.h |4 src/atombios_crtc.c | 15 src/legacy_crtc.c | 88 ++- src/legacy_output.c | 92 +++ src/radeon.h| 30 - src/radeon_accel.c | 84 ++- src/radeon_accelfuncs.c |7 src/radeon_atombios.c | 78 ++ src/radeon_atombios.h |6 src/radeon_bios.c | 73 +- src/radeon_commonfuncs.c| 445 +++- src/radeon_dri.h|2 src/radeon_driver.c | 172 +++--- src/radeon_exa_funcs.c |6 src/radeon_exa_render.c | 857 src/radeon_output.c | 12 src/radeon_probe.h | 14 src/radeon_reg.h| 84 ++- src/radeon_textured_videofuncs.c| 319 +++ src/radeon_video.c | 13 25 files changed, 2020 insertions(+), 869 deletions(-) New commits: commit 19613d05efb0bdee0cc56c80cad96c0ce3871c5a Author: Brice Goglin <[EMAIL PROTECTED]> Date: Mon Apr 21 02:40:38 2008 +0200 Prepare changelog for upload diff --git a/debian/changelog b/debian/changelog index f63e51f..0e951f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -xserver-xorg-video-ati (1:6.8.1~git20080417.c5d62fa0-1) UNRELEASED; urgency=low +xserver-xorg-video-ati (1:6.8.1~git20080417.c5d62fa0-1) experimental; urgency=low * New upstream snapshot, up to commit c5d62fa0. * Run dpkg-shlibdeps with --warnings=6. Drivers reference symbols from /usr/bin/Xorg and other modules, and that's not a bug, so we want dpkg-shlibdeps to shut up about symbols it can't find. - -- Brice Goglin <[EMAIL PROTECTED]> Mon, 21 Apr 2008 02:39:24 +0200 + -- Brice Goglin <[EMAIL PROTECTED]> Mon, 21 Apr 2008 02:40:28 +0200 xserver-xorg-video-ati (1:6.8.1~git20080320.5e3b2128-1) experimental; urgency=low commit 8f95f4fb3c6176c238819896bbc265430deb36c6 Author: Brice Goglin <[EMAIL PROTECTED]> Date: Mon Apr 21 02:40:16 2008 +0200 Run dpkg-shlibdeps with --warnings=6 Drivers reference symbols from /usr/bin/Xorg and other modules, and that's not a bug, so we want dpkg-shlibdeps to shut up about symbols it can't find. diff --git a/debian/changelog b/debian/changelog index f6fddb4..f63e51f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,11 @@ xserver-xorg-video-ati (1:6.8.1~git20080417.c5d62fa0-1) UNRELEASED; urgency=low * New upstream snapshot, up to commit c5d62fa0. + * Run dpkg-shlibdeps with --warnings=6. Drivers reference symbols from +/usr/bin/Xorg and other modules, and that's not a bug, so we want +dpkg-shlibdeps to shut up about symbols it can't find. - -- Brice Goglin <[EMAIL PROTECTED]> Mon, 21 Apr 2008 02:35:05 +0200 + -- Brice Goglin <[EMAIL PROTECTED]> Mon, 21 Apr 2008 02:39:24 +0200 xserver-xorg-video-ati (1:6.8.1~git20080320.5e3b2128-1) experimental; urgency=low diff --git a/debian/rules b/debian/rules index 9a15a69..c80f62c 100755 --- a/debian/rules +++ b/debian/rules @@ -79,7 +79,7 @@ binary-arch: build install serverabi dh_compress dh_fixperms dh_installdeb - dh_shlibdeps + dh_shlibdeps -- --warnings=6 dh_gencontrol dh_md5sums dh_builddeb commit 75a0620a60ac94c6a90d2850ee15836f6e9fab56 Author: Brice Goglin <[EMAIL PROTECTED]> Date: Mon Apr 21 02:39:04 2008 +0200 New upstream snapshot diff --git a/ChangeLog b/ChangeLog index 82ac668..27b81ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,476 @@ +commit c5d62fa0e8f52c3264ff9db3ff10cdf5a806bfc0 +Author: Owen Taylor <[EMAIL PROTECTED]> +Date: Thu Apr 17 13:14:53 2008 +0200 + +Emulate repeats by drawing in tiles + +When we can't turn on hardware repeats, because the texture +is non-power-of-two, or has padding at the ends of lines, +try to draw the image in multiple tiles rather than falling +back to software. (We can only do this when there is no +transform.) + +commit eeb7b74bb6c813b0e3afa4b704f6ffb0d0aab92b +Author: Owen Taylor <[EMAIL PROTECTED]> +Date: Thu Apr 17 13:14:25 2008 +0200 + +Turn on wrapping when repeating on R100 + R200 + +Actually enable repeats for R100 and R200. This corresponds +to a R300 change made in the patch in: +http://bugs.freedesktop.org/show_bug.cgi?id=15333 + +commit e511f39dfef503006cf249b9f6934091eaade9b5 +Author: Alex Deucher <[EMAIL PROTECTED]> +Date: Thu Apr 17 05:04:34 2008 -0400 + +R300+: move more common c
xserver-xorg-video-ati: Changes to 'refs/tags/xserver-xorg-video-ati-1_6.8.1-git20080417.c5d62fa0-1'
Tag 'xserver-xorg-video-ati-1_6.8.1-git20080417.c5d62fa0-1' created by Brice Goglin <[EMAIL PROTECTED]> at 2008-04-21 00:51 + Tagging upload of xserver-xorg-video-ati 1:6.8.1~git20080417.c5d62fa0-1 to experimental. Changes since xserver-xorg-video-ati-1_6.8.1-git20080320.5e3b2128-1: Alex Deucher (42): RS4xx: attempt to fix TMDS/DVO support RS4xx: attempt to set up disp/disp2 fifos correctly RS4xx: missed this on the last commit. RS4xx: more work on disp/disp2 fifo setup RS4xx: Revert back to previous fifo settings for now R3xx/R5xx: use non VAP/TCP for textured video R3xx/R5xx: move more VAP, etc. state setup into common init3d() function R3xx/R5xx: flush PVS state before enabling pvs-bypass RV250: disable textured video due to HW bug RADEON: attempt to fix lid issues XAA: update message about render so as to not confuse users AVIVO: no need to call PreinitXv() on AVIVO chips as they have no overlay Revert "RADEON: attempt to fix lid issues" RADEON: fix lid issues on AVIVO chips for real this time :) Revert "atombios: fixup the width/height to use the mode values not the scrn ones" Revert "RADEON: remove driver rec copies of mc info, use save rec directly" Revert "RADEON: memmap rework 1" Minor cleanup RADEON: add some quirks RADEON: warning fixes ATOMBIOS: Add support for DynamicClocks option R3xx+: EXA/textured video fixes R3xx+: minor textured video fixes R3xx+: use the right register for engine flush RADEON: store tcl status in driver rec Revert "R3xx/R5xx: move more VAP, etc. state setup into common init3d() function" RADEON: cleanup R300+: textured video tcl cleanup R3xx+: tcl wip R3xx+: consolidate some common 3D code R3xx+: consolidate more tcl code R300+: pre-load vertex programs in init3D() Fix exa glyph corruption on newer chips R3xx+: more fixes to 2D/3D engine init R3xx+: fix XAA + textured video on non-TCL path R300+: consolidate some tcl/non-tcl paths R3xx+: 3D engine documentation and minor cleanups R300: move more common code to init3d() EXA: Don't wait for 3D idle after each Composite() R300+: properly setup vap_cntl fix up some things from the last commit R300+: move more common code into init3d() Brice Goglin (4): Merge branch 'master' of git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental New upstream snapshot Run dpkg-shlibdeps with --warnings=6 Prepare changelog for upload Dave Airlie (8): r300: don't bother with VAP/TCL for render. radeon: size bios to max of bar vs 64k. r500/r600: fix rotation to fill screen atombios: fixup the width/height to use the mode values not the scrn ones radeon: split quirks into separate function and new quirk for IBM RN50 radeon: use correct DDC interfaces so quirks get applied Revert "Revert "atombios: fixup the width/height to use the mode values not the scrn ones"" atombios: fix the dual-head hopefully. Michel Dänzer (2): Include config.h, so FGL_LINUX can actually be defined when it's tested... Increase default CP timeout. Owen Taylor (3): Radeon: Omit mask coordinates Turn on wrapping when repeating on R100 + R200 Emulate repeats by drawing in tiles Owen W. Taylor (2): R3xx/R5xx: Fix pitch and clamp mode for repeating textures Fix rendering of transformed sources for REPEAT_NONE with EXA on >= R300. --- ChangeLog | 473 + aclocal.m4 |2 debian/changelog|9 debian/rules|2 ltmain.sh |2 src/AtomBios/includes/CD_Common_Types.h |4 src/atombios_crtc.c | 15 src/legacy_crtc.c | 88 ++- src/legacy_output.c | 92 +++ src/radeon.h| 30 - src/radeon_accel.c | 84 ++- src/radeon_accelfuncs.c |7 src/radeon_atombios.c | 78 ++ src/radeon_atombios.h |6 src/radeon_bios.c | 73 +- src/radeon_commonfuncs.c| 445 +++- src/radeon_dri.h|2 src/radeon_driver.c | 172 +++--- src/radeon_exa_funcs.c |6 src/radeon_exa_render.c | 857 src/radeon_output.c | 12 src/radeon_probe.h | 14 src/radeon_reg.h| 84 ++- src/radeon_textured_videofuncs.c| 319 +++ src/radeon_video.c | 13 25 files changed, 2020 insertions(+),
xterm: Changes to 'debian-unstable'
MANIFEST |2 aclocal.m4| 63 +- charproc.c| 64 +- configure | 802 +- configure.in |8 ctlseqs.ms| 28 - ctlseqs.txt | 24 cursor.c | 24 debian/changelog | 11 debian/patches/901_xterm_manpage.diff |6 debian/patches/902_pointermode_never.diff |6 fontutils.c | 10 input.c | 25 misc.c|7 ptydata.c |4 ptyx.h|4 screen.c | 111 ++-- scrollbar.c | 40 - version.h |4 xterm.h |8 xterm.log.html| 46 + xterm.man | 24 xtermcfg.hin |3 23 files changed, 848 insertions(+), 476 deletions(-) New commits: commit 8819f2601656cd193014a00fdb7d7f0bbd9aef3d Author: Julien Cristau <[EMAIL PROTECTED]> Date: Mon Apr 21 02:48:16 2008 +0200 Prepare changelog for upload diff --git a/debian/changelog b/debian/changelog index 984fcec..2205844 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xterm (235-1) UNRELEASED; urgency=low +xterm (235-1) unstable; urgency=low * New upstream release. + adjust saved-cursor position if the window is resized while displaying @@ -7,7 +7,7 @@ xterm (235-1) UNRELEASED; urgency=low set via the utf8Fonts subresource (closes: #347790) * Refresh patches 901_xterm_manpage.diff and 902_pointermode_never.diff. - -- Julien Cristau <[EMAIL PROTECTED]> Mon, 21 Apr 2008 02:39:18 +0200 + -- Julien Cristau <[EMAIL PROTECTED]> Mon, 21 Apr 2008 02:48:05 +0200 xterm (234-1) unstable; urgency=low commit cb443f7615d8626e6a73ef808da453c192dfd2c1 Author: Julien Cristau <[EMAIL PROTECTED]> Date: Mon Apr 21 02:46:28 2008 +0200 Refresh patches diff --git a/debian/changelog b/debian/changelog index 362bd86..984fcec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ xterm (235-1) UNRELEASED; urgency=low the alternate screen (closes: #383384) + correct initialization of bold- and wide-, wide-bold fonts which may be set via the utf8Fonts subresource (closes: #347790) + * Refresh patches 901_xterm_manpage.diff and 902_pointermode_never.diff. -- Julien Cristau <[EMAIL PROTECTED]> Mon, 21 Apr 2008 02:39:18 +0200 diff --git a/debian/patches/901_xterm_manpage.diff b/debian/patches/901_xterm_manpage.diff index 2ca8df3..659ca52 100644 --- a/debian/patches/901_xterm_manpage.diff +++ b/debian/patches/901_xterm_manpage.diff @@ -7,9 +7,9 @@ This patch by Branden Robinson and David Martínez. Index: xterm.man === xterm.man.orig 2008-02-09 02:23:20.0 +0100 -+++ xterm.man 2008-02-09 02:24:58.0 +0100 -@@ -4739,10 +4739,10 @@ +--- xterm.man.orig xterm.man +@@ -4757,10 +4757,10 @@ .SH FILES The actual pathnames given may differ on your system. .TP 5 diff --git a/debian/patches/902_pointermode_never.diff b/debian/patches/902_pointermode_never.diff index 02f2d8f..6e6e7d8 100644 --- a/debian/patches/902_pointermode_never.diff +++ b/debian/patches/902_pointermode_never.diff @@ -3,9 +3,9 @@ by default. Index: xterm.man === xterm.man.orig 2008-02-09 02:23:20.0 +0100 -+++ xterm.man 2008-02-09 02:24:58.0 +0100 -@@ -2525,11 +2525,11 @@ +--- xterm.man.orig xterm.man +@@ -2543,11 +2543,11 @@ .RS .TP 3 0 commit 372ff2b9fe83df66a0fb3f15a4cce1acc7daa917 Author: Julien Cristau <[EMAIL PROTECTED]> Date: Mon Apr 21 02:41:04 2008 +0200 Update changelog for new upstream diff --git a/debian/changelog b/debian/changelog index c8c4a52..362bd86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +xterm (235-1) UNRELEASED; urgency=low + + * New upstream release. ++ adjust saved-cursor position if the window is resized while displaying + the alternate screen (closes: #383384) ++ correct initialization of bold- and wide-, wide-bold fonts which may be + set via the utf8Fonts subresource (closes: #347790) + + -- Julien Cristau <[EMAIL PROTECTED]> Mon, 21 Apr 2008 02:39:18 +0200 + xterm (234-1) unstable; urgency=low * New upstream release. commit 66ad0b237b0a500b01ec146b01dc04c2aec769a3 Author: Julien Cristau <[EMAIL PROTECTED]> Date: Mon Apr 21 02:36:56 2008 +0200 Import xterm 235 diff --git a/MANIFEST b/MANIFEST index 1351
xterm: Changes to 'upstream-unstable'
MANIFEST |2 aclocal.m4 | 63 +++- charproc.c | 64 +++- configure | 802 + configure.in |8 ctlseqs.ms | 28 + ctlseqs.txt| 24 + cursor.c | 24 + fontutils.c| 10 input.c| 25 + misc.c |7 ptydata.c |4 ptyx.h |4 screen.c | 111 --- scrollbar.c| 40 +- version.h |4 xterm.h|8 xterm.log.html | 46 +++ xterm.man | 24 + xtermcfg.hin |3 20 files changed, 831 insertions(+), 470 deletions(-) New commits: commit 66ad0b237b0a500b01ec146b01dc04c2aec769a3 Author: Julien Cristau <[EMAIL PROTECTED]> Date: Mon Apr 21 02:36:56 2008 +0200 Import xterm 235 diff --git a/MANIFEST b/MANIFEST index 1351cab..b8d25e5 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,4 +1,4 @@ -MANIFEST for xterm-233, version xterm-233 +MANIFEST for xterm-235, version xterm-235 MANIFESTthis file 256colres.h resource-definitions for 256-color mode diff --git a/aclocal.m4 b/aclocal.m4 index 7bee0f2..790628e 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $XTermId: aclocal.m4,v 1.247 2008/02/24 19:30:23 tom Exp $ +dnl $XTermId: aclocal.m4,v 1.251 2008/03/26 00:59:57 tom Exp $ dnl dnl $XFree86: xc/programs/xterm/aclocal.m4,v 3.65 2006/06/19 00:36:50 dickey Exp $ dnl @@ -219,7 +219,7 @@ ifelse($3,,[:]dnl ])dnl ])])dnl dnl --- -dnl CF_CHECK_CACHE version: 10 updated: 2004/05/23 13:03:31 +dnl CF_CHECK_CACHE version: 11 updated: 2008/03/23 14:45:59 dnl -- dnl Check if we're accidentally using a cache from a different machine. dnl Derive the system name, as a check for reusing the autoconf cache. @@ -250,7 +250,7 @@ test -n "$cf_cv_system_name" && AC_MSG_RESULT(Configuring for $cf_cv_system_name if test ".$system_name" != ".$cf_cv_system_name" ; then AC_MSG_RESULT(Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)) - AC_ERROR("Please remove config.cache and try again.") + AC_MSG_ERROR("Please remove config.cache and try again.") fi ])dnl dnl --- @@ -783,7 +783,7 @@ AC_DEFUN([CF_HELP_MESSAGE], [AC_DIVERT_HELP([$1])dnl ])dnl dnl --- -dnl CF_IMAKE_CFLAGS version: 29 updated: 2007/05/24 20:53:19 +dnl CF_IMAKE_CFLAGS version: 30 updated: 2008/03/23 15:04:54 dnl --- dnl Use imake to obtain compiler flags. We could, in principle, write tests to dnl get these, but if imake is properly configured there is no point in doing @@ -864,14 +864,14 @@ CF_EOF esac done if test -z "$cf_config" ; then - AC_WARN(Could not find imake config-directory) + AC_MSG_WARN(Could not find imake config-directory) else cf_imake_opts="$cf_imake_opts -I$cf_config" if ( $IMAKE -v $cf_imake_opts 2>&AC_FD_CC) then CF_VERBOSE(Using $IMAKE $cf_config) else - AC_WARN(Cannot run $IMAKE) + AC_MSG_WARN(Cannot run $IMAKE) fi fi fi @@ -1093,7 +1093,7 @@ if test -n "$cf_path_prog" ; then fi ])dnl dnl --- -dnl CF_PATH_SYNTAX version: 11 updated: 2006/09/02 08:55:46 +dnl CF_PATH_SYNTAX version: 12 updated: 2008/03/23 14:45:59 dnl -- dnl Check the argument to see that it looks like a pathname. Rewrite it if it dnl begins with one of the prefix/exec_prefix variables, and then again if the @@ -1125,7 +1125,7 @@ case ".[$]$1" in #(vi $1=`echo [$]$1 | sed -e s%NONE%$cf_path_syntax%` ;; *) - ifelse($2,,[AC_ERROR([expected a pathname, not \"[$]$1\"])],$2) + ifelse($2,,[AC_MSG_ERROR([expected a pathname, not \"[$]$1\"])],$2) ;; esac ])dnl @@ -1809,7 +1809,36 @@ else fi ])dnl dnl --- -dnl CF_TYPE_FD_SET version: 3 updated: 1999/10/16 13:49:00 +dnl CF_TYPE_FD_MASK version: 1 updated: 2008/03/25 20:56:27 +dnl --- +dnl Check for the declaration of fd_mask, which is like fd_set, associated +dnl with select(). The check for fd_set should have pulled in this as well, +dnl but there is a special case for Mac OS X, possibly other BSD-derived +dnl platforms. +AC_DEFUN([CF_TYPE_FD_MASK], +[ +AC_REQUIRE([CF_TYPE_FD_SET]) + +AC_CACHE_CHECK(for declaration of fd_mask,cf_cv_type_fd_mask,[ +if test x$cf_c
xterm: Changes to 'refs/tags/xterm-235-1'
Tag 'xterm-235-1' created by Julien Cristau <[EMAIL PROTECTED]> at 2008-04-21 00:55 + Tagging upload of xterm 235-1 to unstable. Changes since xterm-234-1: Julien Cristau (5): Import xterm 235 Merge branch 'upstream-unstable' into debian-unstable Update changelog for new upstream Refresh patches Prepare changelog for upload --- MANIFEST |2 aclocal.m4| 63 +- charproc.c| 64 +- configure | 802 +- configure.in |8 ctlseqs.ms| 28 - ctlseqs.txt | 24 cursor.c | 24 debian/changelog | 11 debian/patches/901_xterm_manpage.diff |6 debian/patches/902_pointermode_never.diff |6 fontutils.c | 10 input.c | 25 misc.c|7 ptydata.c |4 ptyx.h|4 screen.c | 111 ++-- scrollbar.c | 40 - version.h |4 xterm.h |8 xterm.log.html| 46 + xterm.man | 24 xtermcfg.hin |3 23 files changed, 848 insertions(+), 476 deletions(-) --- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processing of xserver-xorg-video-ati_6.8.1~git20080417.c5d62fa0-1_i386.changes
xserver-xorg-video-ati_6.8.1~git20080417.c5d62fa0-1_i386.changes uploaded successfully to localhost along with the files: xserver-xorg-video-ati_6.8.1~git20080417.c5d62fa0-1.dsc xserver-xorg-video-ati_6.8.1~git20080417.c5d62fa0.orig.tar.gz xserver-xorg-video-ati_6.8.1~git20080417.c5d62fa0-1.diff.gz xserver-xorg-video-ati_6.8.1~git20080417.c5d62fa0-1_i386.deb xserver-xorg-video-ati-dbg_6.8.1~git20080417.c5d62fa0-1_i386.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processing of xterm_235-1_i386.changes
xterm_235-1_i386.changes uploaded successfully to localhost along with the files: xterm_235-1.dsc xterm_235.orig.tar.gz xterm_235-1.diff.gz xterm_235-1_i386.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
xserver-xorg-video-ati_6.8.1~git20080417.c5d62fa0-1_i386.changes ACCEPTED
Accepted: xserver-xorg-video-ati-dbg_6.8.1~git20080417.c5d62fa0-1_i386.deb to pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati-dbg_6.8.1~git20080417.c5d62fa0-1_i386.deb xserver-xorg-video-ati_6.8.1~git20080417.c5d62fa0-1.diff.gz to pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.8.1~git20080417.c5d62fa0-1.diff.gz xserver-xorg-video-ati_6.8.1~git20080417.c5d62fa0-1.dsc to pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.8.1~git20080417.c5d62fa0-1.dsc xserver-xorg-video-ati_6.8.1~git20080417.c5d62fa0-1_i386.deb to pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.8.1~git20080417.c5d62fa0-1_i386.deb xserver-xorg-video-ati_6.8.1~git20080417.c5d62fa0.orig.tar.gz to pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.8.1~git20080417.c5d62fa0.orig.tar.gz Override entries for your package: xserver-xorg-video-ati-dbg_6.8.1~git20080417.c5d62fa0-1_i386.deb - extra x11 xserver-xorg-video-ati_6.8.1~git20080417.c5d62fa0-1.dsc - source x11 xserver-xorg-video-ati_6.8.1~git20080417.c5d62fa0-1_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]
xterm_235-1_i386.changes ACCEPTED
Accepted: xterm_235-1.diff.gz to pool/main/x/xterm/xterm_235-1.diff.gz xterm_235-1.dsc to pool/main/x/xterm/xterm_235-1.dsc xterm_235-1_i386.deb to pool/main/x/xterm/xterm_235-1_i386.deb xterm_235.orig.tar.gz to pool/main/x/xterm/xterm_235.orig.tar.gz Override entries for your package: xterm_235-1.dsc - source x11 xterm_235-1_i386.deb - optional x11 Announcing to [EMAIL PROTECTED] Closing bugs: 347790 383384 Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#347790: marked as done (ignores boldMode setting)
Your message dated Mon, 21 Apr 2008 01:02:06 + with message-id <[EMAIL PROTECTED]> and subject line Bug#347790: fixed in xterm 235-1 has caused the Debian Bug report #347790, regarding ignores boldMode setting 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 [EMAIL PROTECTED] immediately.) -- 347790: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=347790 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: xterm Version: 208-2 Severity: normal *XTerm*boldMode: false *XTerm*boldFont: fixed I use these settings to avoid ugly overstruck bold fonts. As of this version of xterm, the boldMode setting has stopped having any effect. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-1-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages xterm depends on: ii libc6 2.3.5-11 GNU C Library: Shared libraries an ii libfontconfig12.3.2-1.1 generic font configuration library ii libfreetype6 2.1.10-1 FreeType 2 font engine, shared lib ii libice6 6.9.0.dfsg.1-2 Inter-Client Exchange library ii libncurses5 5.5-1 Shared libraries for terminal hand ii libsm66.9.0.dfsg.1-2 X Window System Session Management ii libx11-6 6.9.0.dfsg.1-2 X Window System protocol client li ii libxaw8 6.9.0.dfsg.1-2 X Athena widget set library ii libxext6 6.9.0.dfsg.1-2 X Window System miscellaneous exte ii libxft2 2.1.7-1FreeType-based font drawing librar ii libxmu6 6.9.0.dfsg.1-2 X Window System miscellaneous util ii libxrender1 1:0.9.0.2-1X Rendering Extension client libra ii libxt66.9.0.dfsg.1-2 X Toolkit Intrinsics ii xlibs-data6.9.0.dfsg.1-2 X Window System client data ii zlib1g1:1.2.3-9 compression library - runtime Versions of packages xterm recommends: ii xutils6.9.0.dfsg.1-2 X Window System utility programs -- no debconf information -- see shy jo signature.asc Description: Digital signature --- End Message --- --- Begin Message --- Source: xterm Source-Version: 235-1 We believe that the bug you reported is fixed in the latest version of xterm, which is due to be installed in the Debian FTP archive: xterm_235-1.diff.gz to pool/main/x/xterm/xterm_235-1.diff.gz xterm_235-1.dsc to pool/main/x/xterm/xterm_235-1.dsc xterm_235-1_i386.deb to pool/main/x/xterm/xterm_235-1_i386.deb xterm_235.orig.tar.gz to pool/main/x/xterm/xterm_235.orig.tar.gz 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. Julien Cristau <[EMAIL PROTECTED]> (supplier of updated xterm 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.8 Date: Mon, 21 Apr 2008 02:48:05 +0200 Source: xterm Binary: xterm Architecture: source i386 Version: 235-1 Distribution: unstable Urgency: low Maintainer: Debian X Strike Force Changed-By: Julien Cristau <[EMAIL PROTECTED]> Description: xterm - X terminal emulator Closes: 347790 383384 Changes: xterm (235-1) unstable; urgency=low . * New upstream release. + adjust saved-cursor position if the window is resized while displaying the alternate screen (closes: #383384) + correct initialization of bold- and wide-, wide-bold fonts which may be set via the utf8Fonts subresource (closes: #347790) * Refresh patches 901_xterm_manpage.diff and 902_pointermode_never.diff. Checksums-Sha1: ec99584215296505ed9b387a7e0e9e35f3757d7a 1336 xterm_235-1.dsc 4d449a9e50e342e0b7a6deba9d713e6ba9323d1e 857714 xterm_235.orig.tar.gz 03da2dff297abfbf95ea360a8b38123c518415be 62136 xterm_235-1.diff.gz 7aedb7fc5dd906ad35246cf7442e250311aa2130 466530 xterm_235-1_i386.deb Checksums-Sha256: c288efd0a35c5bf156834e8596cd68c38697b73613869af2fbf9e4c71a993932 1336 xterm_235-1.dsc c8a7ccb515b967a11dc2ac1061943cddbf0b6640de89f72590b1ff79e69a49cf 857
Bug#383384: marked as done (cursor position is wrong after xterm window resize)
Your message dated Mon, 21 Apr 2008 01:02:06 + with message-id <[EMAIL PROTECTED]> and subject line Bug#383384: fixed in xterm 235-1 has caused the Debian Bug report #383384, regarding cursor position is wrong after xterm window resize 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 [EMAIL PROTECTED] immediately.) -- 383384: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=383384 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: xterm Version: 4.3.0.dfsg.1-14sarge1 Severity: normal *** Please type your report below this line *** When the xterm window is resized when the less (or other similar) program runs, after exiting the cursor is located at wrong place. How to reproduce: 1. Start an xterm window with bash shell 2. Type command: "echo columns=$COLUMNS, lines=$LINES" 3. The response will be: "columns=80, lines=24" (see the attached xterm-resize-step1.png) 4. Fill the xterm window with some lines: "for i in $(seq 4 100); do echo $i; done" (see the attached xterm-resize-step2.png) 5. Run the command "less -f /dev/null" 6. Now resize the xterm window from 24 lines to 34 lines 7. Press "q" to exit less Current result: The cursor is located at row instead of the number "92" (see the attached xterm-resize-step3.png) Expected result: The cursor is located below the "$ less -f /dev/null" line. -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.16.18 Locale: LANG=hu_HU, LC_CTYPE=hu_HU (charmap=ISO-8859-2) Versions of packages xterm depends on: ii libc6 2.3.5-6 GNU C Library: Shared libraries an ii libexpat1 1.95.8-3 XML parsing C library - runtime li ii libfontconfig1 2.3.1-2 generic font configuration library ii libfreetype6 2.1.7-2.4 FreeType 2 font engine, shared lib ii libice64.3.0.dfsg.1-14sarge1 Inter-Client Exchange library ii libncurses55.4-4 Shared libraries for terminal hand ii libsm6 4.3.0.dfsg.1-14sarge1 X Window System Session Management ii libxaw74.3.0.dfsg.1-14sarge1 X Athena widget set library ii libxext6 4.3.0.dfsg.1-14sarge1 X Window System miscellaneous exte ii libxft22.1.7-1 FreeType-based font drawing librar ii libxmu64.3.0.dfsg.1-14sarge1 X Window System miscellaneous util ii libxpm44.3.0.dfsg.1-14sarge1 X pixmap library ii libxrender11:0.9.0-2 X Rendering Extension client libra ii libxt6 4.3.0.dfsg.1-14sarge1 X Toolkit Intrinsics ii xfree86-common 4.3.0.dfsg.1-14sarge1 X Window System (XFree86) infrastr ii xlibs 4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB) configu ii xlibs-data 4.3.0.dfsg.1-14sarge1 X Window System client data -- no debconf information <><><><>--- End Message --- --- Begin Message --- Source: xterm Source-Version: 235-1 We believe that the bug you reported is fixed in the latest version of xterm, which is due to be installed in the Debian FTP archive: xterm_235-1.diff.gz to pool/main/x/xterm/xterm_235-1.diff.gz xterm_235-1.dsc to pool/main/x/xterm/xterm_235-1.dsc xterm_235-1_i386.deb to pool/main/x/xterm/xterm_235-1_i386.deb xterm_235.orig.tar.gz to pool/main/x/xterm/xterm_235.orig.tar.gz 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. Julien Cristau <[EMAIL PROTECTED]> (supplier of updated xterm 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.8 Date: Mon, 21 Apr 2008 02:48:05 +0200 Source: xterm Binary: xterm Architecture: source i386 Version: 235-1 Distribution: unstable Urgency: low Maintainer: Debian X Strike Force Changed-By: Julien Cristau <[EMAIL PROTECTED]> Description: xterm - X terminal emulator Closes: 347790 383384 Changes: xterm (235-1) unstable; urgency=low . * New upstream release. + adjust saved-cursor position if the window is resized while displaying the alternate screen (closes: #383384) + correct initialization of bold- and wide-, wide-bold fonts which may be set via the utf8Fonts subresource (closes: #34
xterm-235
Patch #235 - 2008/04/20 * add control sequences for some of the recent resource/menu settings: + altSendsEscape (private mode 1039) + keepSelection (private mode 1040) + selectToClipboard (private mode 1041) + bellIsUrgent (private mode 1042) + popOnBell (private mode 1043) * add resource formatOtherKeys to provide an alternate escape sequence format for the modifyOtherKeys resource (request by Paul LeoNerd Evans). * adjust saved-cursor position if the window is resized while displaying the alternate screen (Novell #196880, Debian #383384). * improve pointer-checks to fix a bug exposed by resizing during initialization under StumpWM window manager (Fedora Bugzilla #437928). * modify unselectwindow() to ensure that the mouse pointer is not hidden after xterm loses focus (report by Jeremy Huddleston). * add special check for fd_mask on Mac OS X (report by Jeremy Huddleston). * add dylib to autoconf's suffix list used for checking the result from xmkmf, to work with Mac OS X (report by Jeremy Huddleston). * correct initialization of bold- and wide-, wide-bold fonts which may be set via the utf8Fonts subresource (Debian #347790). -- Thomas E. Dickey <[EMAIL PROTECTED]> http://invisible-island.net ftp://invisible-island.net signature.asc Description: Digital signature