Bug#716684: xbacklight update

2013-07-11 Thread Julien Cristau
Source: xbacklight
Severity: wishlist
Control: submitter -1 Gianfranco Costamagna 
X-Debbugs-Cc: Gianfranco Costamagna 

- Forwarded message from Gianfranco Costamagna 
 -

From: Gianfranco Costamagna 
Reply-To: Gianfranco Costamagna 
Date: Thu, 11 Jul 2013 11:50:13 +0100 (BST)
To: Julien Cristau 
Subject: Re: xbacklight
Message-ID: <1373539813.51587.yahoomail...@web172704.mail.ir2.yahoo.com>



 Everything has been packaged, I cannot push on alioth right now, anyway I 
pushed on my github account
https://github.com/LocutusOfBorg/xbacklight

feel free to do whatever you prefer!

bests


Gianfranco

[...]
- End forwarded message -


signature.asc
Description: Digital signature


Processed: xbacklight update

2013-07-11 Thread Debian Bug Tracking System
Processing control commands:

> submitter -1 Gianfranco Costamagna 
Bug #716684 [src:xbacklight] xbacklight update
Changed Bug submitter to 'Gianfranco Costamagna 
' from 'Julien Cristau '

-- 
716684: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=716684
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b.137354554223765.transcr...@bugs.debian.org



xorg-server: Changes to 'ubuntu'

2013-07-11 Thread Maarten Lankhorst
 debian/changelog |6 ++
 debian/patches/xf86-detach-scanout.patch |2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit cde1b97c0e08b168eb89a50f64acb843a12737d7
Author: Maarten Lankhorst 
Date:   Thu Jul 11 16:55:09 2013 +0200

Fix null pointer deref on logout. (LP: #1194343)

diff --git a/debian/changelog b/debian/changelog
index ea0fd0d..cfb9eb0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xorg-server (2:1.14.1-0ubuntu1) saucy; urgency=low
+
+  * Fix null pointer deref on logout. (LP: #1194343)
+
+ -- Maarten Lankhorst   Thu, 11 Jul 2013 
16:52:28 +0200
+
 xorg-server (2:1.14.1-0ubuntu0.8) saucy; urgency=low
 
   * Use correct version for libxfixes3.
diff --git a/debian/patches/xf86-detach-scanout.patch 
b/debian/patches/xf86-detach-scanout.patch
index e25bd48..9226590 100644
--- a/debian/patches/xf86-detach-scanout.patch
+++ b/debian/patches/xf86-detach-scanout.patch
@@ -37,7 +37,7 @@ Dave, does this seem like a reasonable way to work around 
this particular crash?
 +int i;
 +
 +/* make sure there are no attached shared scanout pixmaps first */
-+for (i = 0; i < rp->numCrtcs; i++)
++for (i = 0; i < rp && rp->numCrtcs; i++)
 +RRCrtcDetachScanoutPixmap(rp->crtcs[i]);
 +
 +DetachOutputGPU(pScreen);


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uxih2-000227...@vasks.debian.org



xserver-xorg-video-ati: Changes to 'ubuntu'

2013-07-11 Thread Maarten Lankhorst
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 613b11895aea5ff2826849e44f15472438d77e06
Author: Maarten Lankhorst 
Date:   Thu Jul 11 17:02:11 2013 +0200

Rebuild for xserver 1.14

diff --git a/debian/changelog b/debian/changelog
index 4802c20..efb4ed8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-ati (1:7.1.0-0ubuntu2.1) raring; urgency=critical
+
+  * Rebuild for xserver 1.14
+
+ -- Robert Hooker   Fri, 22 Mar 2013 11:27:25 -0400
+
 xserver-xorg-video-ati (1:7.1.0-0ubuntu2) raring; urgency=low
 
   * Fix not removing socket and block handler on close (LP: #1157614)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uxinq-0002nl...@vasks.debian.org



xterm: Changes to 'pristine-tar'

2013-07-11 Thread Sven Joachim
 xterm_296.orig.tar.gz.delta |binary
 xterm_296.orig.tar.gz.id|1 +
 2 files changed, 1 insertion(+)

New commits:
commit 80358b22b9db622dd533f966edf6a397703cfb92
Author: Sven Joachim 
Date:   Thu Jul 11 20:24:56 2013 +0200

pristine-tar data for xterm_296.orig.tar.gz

diff --git a/xterm_296.orig.tar.gz.delta b/xterm_296.orig.tar.gz.delta
new file mode 100644
index 000..4445758
Binary files /dev/null and b/xterm_296.orig.tar.gz.delta differ
diff --git a/xterm_296.orig.tar.gz.id b/xterm_296.orig.tar.gz.id
new file mode 100644
index 000..54438b8
--- /dev/null
+++ b/xterm_296.orig.tar.gz.id
@@ -0,0 +1 @@
+12d302f275cbd5a03b82765f7cc8afbdfadc4003


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uxljb-00076n...@vasks.debian.org



xterm: Changes to 'upstream-unstable'

2013-07-11 Thread Sven Joachim
 MANIFEST |2 
 aclocal.m4   |   10 +-
 configure|   20 ++---
 graphics.c   |  164 ---
 graphics.h   |   16 ++--
 package/debian/changelog |6 +
 package/freebsd/Makefile |2 
 package/xterm.spec   |4 -
 screen.c |   66 +-
 util.c   |   70 +++-
 version.h|6 -
 xterm.log.html   |   20 +
 12 files changed, 244 insertions(+), 142 deletions(-)

New commits:
commit a3928ced8a82ccb420c23b2caad32f758cbf4aab
Author: Sven Joachim 
Date:   Thu Jul 11 20:24:55 2013 +0200

Imported Upstream version 296

diff --git a/MANIFEST b/MANIFEST
index 03fd848..5675bd8 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,4 @@
-MANIFEST for xterm-295, version xterm-295
+MANIFEST for xterm-296, version xterm-296
 

 MANIFESTthis file
 256colres.h resource-definitions for 256-color mode
diff --git a/aclocal.m4 b/aclocal.m4
index e32778e..da13727 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,4 +1,4 @@
-dnl $XTermId: aclocal.m4,v 1.368 2013/07/07 01:30:48 tom Exp $
+dnl $XTermId: aclocal.m4,v 1.369 2013/07/10 01:29:34 tom Exp $
 dnl
 dnl ---
 dnl
@@ -188,7 +188,7 @@ dnl $1 = libraries to add, with the "-l", etc.
 dnl $2 = variable to update (default $LIBS)
 AC_DEFUN([CF_ADD_LIBS],[ifelse($2,,LIBS,[$2])="$1 
[$]ifelse($2,,LIBS,[$2])"])dnl
 dnl ---
-dnl CF_ADD_LIB_AFTER version: 2 updated: 2010/11/08 20:33:46
+dnl CF_ADD_LIB_AFTER version: 3 updated: 2013/07/09 21:27:22
 dnl 
 dnl Add a given library after another, e.g., following the one it satisfies a
 dnl dependency for.
@@ -197,7 +197,7 @@ dnl $1 = the first library
 dnl $2 = its dependency
 AC_DEFUN([CF_ADD_LIB_AFTER],[
 CF_VERBOSE(...before $LIBS)
-LIBS=`echo "$LIBS" | sed -e "s/[[  ]][[]]*/ /g" -e "s,$1 ,$1 $2 ," -e 
's/  / /g'`
+LIBS=`echo "$LIBS" | sed -e "s/[[  ]][[]]*/ /g" -e "s%$1 %$1 $2 %" -e 
's%  % %g'`
 CF_VERBOSE(...after  $LIBS)
 ])dnl
 dnl ---
@@ -2322,7 +2322,7 @@ foo.c_ospeed = B9600;
 test "$cf_cv_termio_c_ispeed" = yes && 
AC_DEFINE(HAVE_TERMIO_C_ISPEED,1,[define 1 if we have IRIX 6.5 baud-rate 
redefinitions])
 ])dnl
 dnl ---
-dnl CF_TRIM_X_LIBS version: 1 updated: 2013/07/06 21:27:06
+dnl CF_TRIM_X_LIBS version: 2 updated: 2013/07/09 21:27:22
 dnl --
 dnl Trim extra base X libraries added as a workaround for inconsistent library
 dnl dependencies returned by "new" pkg-config files.
@@ -2331,7 +2331,7 @@ AC_DEFUN([CF_TRIM_X_LIBS],[
do
case "$LIBS" in
*-l$cf_trim_lib\ *-l$cf_trim_lib*)
-   LIBS=`echo "$LIBS " | sed -e 's/  / /g' -e 
's/-l'$cf_trim_lib' //' -e 's/ $//'`
+   LIBS=`echo "$LIBS " | sed -e 's/  / /g' -e 
's%-l'"$cf_trim_lib"' %%' -e 's/ $//'`
CF_VERBOSE(..trimmed $LIBS)
;;
esac
diff --git a/configure b/configure
index 1f4a5e6..1bfcb84 100755
--- a/configure
+++ b/configure
@@ -9225,7 +9225,7 @@ test -n "$verbose" && echo "  ...before $LIBS" 1>&6
 
 echo "${as_me:-configure}:9226: testing ...before $LIBS ..." 1>&5
 
-LIBS=`echo "$LIBS" | sed -e "s/[   ][  ]*/ /g" -e "s,-lXt ,-lXt -lX11 
," -e 's/  / /g'`
+LIBS=`echo "$LIBS" | sed -e "s/[   ][  ]*/ /g" -e "s%-lXt %-lXt -lX11 
%" -e 's%  % %g'`
 test -n "$verbose" && echo "   ...after  $LIBS" 1>&6
 
 echo "${as_me:-configure}:9231: testing ...after  $LIBS ..." 1>&5
@@ -9497,7 +9497,7 @@ test -n "$verbose" && echo "  ...before $LIBS" 1>&6
 
 echo "${as_me:-configure}:9498: testing ...before $LIBS ..." 1>&5
 
-LIBS=`echo "$LIBS" | sed -e "s/[   ][  ]*/ /g" -e "s,-lXt ,-lXt 
$X_PRE_LIBS ," -e 's/  / /g'`
+LIBS=`echo "$LIBS" | sed -e "s/[   ][  ]*/ /g" -e "s%-lXt %-lXt 
$X_PRE_LIBS %" -e 's%  % %g'`
 test -n "$verbose" && echo "   ...after  $LIBS" 1>&6
 
 echo "${as_me:-configure}:9503: testing ...after  $LIBS ..." 1>&5
@@ -10267,7 +10267,7 @@ EOF
do
case "$LIBS" in
*-l$cf_trim_lib\ *-l$cf_trim_lib*)
-   LIBS=`echo "$LIBS " | sed -e 's/  / /g' -e 
's/-l'$cf_trim_lib' //' -e 's/ $//'`
+   LIBS=`echo "$LIBS " | sed -e 's/  / /g' -e 
's%-l'"$cf_trim_lib"' %%' -e 's/ $//'`
test -n "$verbose" && echo "..trimmed $LIBS" 1>&6
 
 echo "${as_me:-configure}:10273: testing ..trimmed $LIBS ..." 1>&5
@@ -10436,7 +10436,7 @@ test -n "$verbose" && echo "...before $L

xterm: Changes to 'debian-unstable'

2013-07-11 Thread Sven Joachim
 MANIFEST |2 
 aclocal.m4   |   10 +-
 configure|   20 ++---
 debian/changelog |6 +
 graphics.c   |  164 ---
 graphics.h   |   16 ++--
 package/debian/changelog |6 +
 package/freebsd/Makefile |2 
 package/xterm.spec   |4 -
 screen.c |   66 +-
 util.c   |   70 +++-
 version.h|6 -
 xterm.log.html   |   20 +
 13 files changed, 250 insertions(+), 142 deletions(-)

New commits:
commit 736105b1db0522129a9e1bbffc049ed2c32a5ea1
Author: Sven Joachim 
Date:   Thu Jul 11 20:30:33 2013 +0200

New upstream release

diff --git a/debian/changelog b/debian/changelog
index 50bc01a..5d24019 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xterm (296-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Sven Joachim   Thu, 11 Jul 2013 20:30:29 +0200
+
 xterm (295-1) unstable; urgency=low
 
   * New upstream release.

commit a3928ced8a82ccb420c23b2caad32f758cbf4aab
Author: Sven Joachim 
Date:   Thu Jul 11 20:24:55 2013 +0200

Imported Upstream version 296

diff --git a/MANIFEST b/MANIFEST
index 03fd848..5675bd8 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,4 @@
-MANIFEST for xterm-295, version xterm-295
+MANIFEST for xterm-296, version xterm-296
 

 MANIFESTthis file
 256colres.h resource-definitions for 256-color mode
diff --git a/aclocal.m4 b/aclocal.m4
index e32778e..da13727 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,4 +1,4 @@
-dnl $XTermId: aclocal.m4,v 1.368 2013/07/07 01:30:48 tom Exp $
+dnl $XTermId: aclocal.m4,v 1.369 2013/07/10 01:29:34 tom Exp $
 dnl
 dnl ---
 dnl
@@ -188,7 +188,7 @@ dnl $1 = libraries to add, with the "-l", etc.
 dnl $2 = variable to update (default $LIBS)
 AC_DEFUN([CF_ADD_LIBS],[ifelse($2,,LIBS,[$2])="$1 
[$]ifelse($2,,LIBS,[$2])"])dnl
 dnl ---
-dnl CF_ADD_LIB_AFTER version: 2 updated: 2010/11/08 20:33:46
+dnl CF_ADD_LIB_AFTER version: 3 updated: 2013/07/09 21:27:22
 dnl 
 dnl Add a given library after another, e.g., following the one it satisfies a
 dnl dependency for.
@@ -197,7 +197,7 @@ dnl $1 = the first library
 dnl $2 = its dependency
 AC_DEFUN([CF_ADD_LIB_AFTER],[
 CF_VERBOSE(...before $LIBS)
-LIBS=`echo "$LIBS" | sed -e "s/[[  ]][[]]*/ /g" -e "s,$1 ,$1 $2 ," -e 
's/  / /g'`
+LIBS=`echo "$LIBS" | sed -e "s/[[  ]][[]]*/ /g" -e "s%$1 %$1 $2 %" -e 
's%  % %g'`
 CF_VERBOSE(...after  $LIBS)
 ])dnl
 dnl ---
@@ -2322,7 +2322,7 @@ foo.c_ospeed = B9600;
 test "$cf_cv_termio_c_ispeed" = yes && 
AC_DEFINE(HAVE_TERMIO_C_ISPEED,1,[define 1 if we have IRIX 6.5 baud-rate 
redefinitions])
 ])dnl
 dnl ---
-dnl CF_TRIM_X_LIBS version: 1 updated: 2013/07/06 21:27:06
+dnl CF_TRIM_X_LIBS version: 2 updated: 2013/07/09 21:27:22
 dnl --
 dnl Trim extra base X libraries added as a workaround for inconsistent library
 dnl dependencies returned by "new" pkg-config files.
@@ -2331,7 +2331,7 @@ AC_DEFUN([CF_TRIM_X_LIBS],[
do
case "$LIBS" in
*-l$cf_trim_lib\ *-l$cf_trim_lib*)
-   LIBS=`echo "$LIBS " | sed -e 's/  / /g' -e 
's/-l'$cf_trim_lib' //' -e 's/ $//'`
+   LIBS=`echo "$LIBS " | sed -e 's/  / /g' -e 
's%-l'"$cf_trim_lib"' %%' -e 's/ $//'`
CF_VERBOSE(..trimmed $LIBS)
;;
esac
diff --git a/configure b/configure
index 1f4a5e6..1bfcb84 100755
--- a/configure
+++ b/configure
@@ -9225,7 +9225,7 @@ test -n "$verbose" && echo "  ...before $LIBS" 1>&6
 
 echo "${as_me:-configure}:9226: testing ...before $LIBS ..." 1>&5
 
-LIBS=`echo "$LIBS" | sed -e "s/[   ][  ]*/ /g" -e "s,-lXt ,-lXt -lX11 
," -e 's/  / /g'`
+LIBS=`echo "$LIBS" | sed -e "s/[   ][  ]*/ /g" -e "s%-lXt %-lXt -lX11 
%" -e 's%  % %g'`
 test -n "$verbose" && echo "   ...after  $LIBS" 1>&6
 
 echo "${as_me:-configure}:9231: testing ...after  $LIBS ..." 1>&5
@@ -9497,7 +9497,7 @@ test -n "$verbose" && echo "  ...before $LIBS" 1>&6
 
 echo "${as_me:-configure}:9498: testing ...before $LIBS ..." 1>&5
 
-LIBS=`echo "$LIBS" | sed -e "s/[   ][  ]*/ /g" -e "s,-lXt ,-lXt 
$X_PRE_LIBS ," -e 's/  / /g'`
+LIBS=`echo "$LIBS" | sed -e "s/[   ][  ]*/ /g" -e "s%-lXt %-lXt 
$X_PRE_LIBS %" -e 's%  % %g'`
 test -n "$verbose" && echo "   ...after  $LIBS" 1>&6
 
 echo "${as_me:-configure}:9503: testing ...after  $LIBS ..." 1>&5
@@ -10267,7 +10267,7 @@ EOF
do

Bug#716660: xterm: Sixel support

2013-07-11 Thread Sven Joachim
On 2013-07-11 04:41 +0200, SATOH Fumiyasu wrote:

> Package: xterm
> Version: 295-1
> Severity: wishlist
>
> xterm patch #294 supports sixel graphics.
>
> Please add --enable-sixel-graphics option to the configure
> command-line for enabling sixel graphics.

Does this option do anything useful yet?  So far I haven't found out,
but then again I've heard of sixel graphics for the first time last
Saturday…

Cheers,
   Sven


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87ppuosypy@turtle.gmx.de



Bug#716660: xterm: Sixel support

2013-07-11 Thread Thomas Dickey
On Thu, Jul 11, 2013 at 09:06:33PM +0200, Sven Joachim wrote:
> On 2013-07-11 04:41 +0200, SATOH Fumiyasu wrote:
> 
> > Package: xterm
> > Version: 295-1
> > Severity: wishlist
> >
> > xterm patch #294 supports sixel graphics.
> >
> > Please add --enable-sixel-graphics option to the configure
> > command-line for enabling sixel graphics.
> 
> Does this option do anything useful yet?  So far I haven't found out,
> but then again I've heard of sixel graphics for the first time last
> Saturday…

It can paint a particular format of picture on the window;
there are few applications which create those pictures.

I've marked it experimental because it's still in development,
and have done only limited testing (valgrind while cat'ing test-images).

-- 
Thomas E. Dickey 
http://invisible-island.net
ftp://invisible-island.net


signature.asc
Description: Digital signature


Bug#716660: xterm: Sixel support

2013-07-11 Thread Sven Joachim
On 2013-07-11 21:33 +0200, Thomas Dickey wrote:

> On Thu, Jul 11, 2013 at 09:06:33PM +0200, Sven Joachim wrote:
>> On 2013-07-11 04:41 +0200, SATOH Fumiyasu wrote:
>> 
>> > Package: xterm
>> > Version: 295-1
>> > Severity: wishlist
>> >
>> > xterm patch #294 supports sixel graphics.
>> >
>> > Please add --enable-sixel-graphics option to the configure
>> > command-line for enabling sixel graphics.
>> 
>> Does this option do anything useful yet?  So far I haven't found out,
>> but then again I've heard of sixel graphics for the first time last
>> Saturday…
>
> It can paint a particular format of picture on the window;
> there are few applications which create those pictures.

The netpbm package contains a converter which I used:

$ jpegtopnm foo.jpg | ppmquant 256 | ppmtosixel > foo.sixel

In mlterm, I can then simply view the image with "cat foo.sixel", but
this did not work in xterm.

> I've marked it experimental because it's still in development,
> and have done only limited testing (valgrind while cat'ing test-images).

Could you please send such a test image?

Cheers,
   Sven


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87k3kwsvo9@turtle.gmx.de



Bug#714531: xserver-xorg-core: Xorg freezes with i915 intel_crtc_wait_for_pending_flips problem

2013-07-11 Thread Francesco Poli
On Wed, 10 Jul 2013 22:31:25 +0200 Francesco Poli wrote:

[...]
> I am currently trying to see what happens if I disable dpms in
> xscreensaver...

After disabling dpms, I again experienced the slowness issue
similar to #682816.
After leaving the box with a locked display, I type my password, unlock
the X session and find that almost everything (especially the text
displayed inside XTerm windows) is repainted extremely slowly.
If I close all the graphical applications and try to exit from the X
session (which was started with startx), I never get back to the
console. Hence I cannot login again and the only way out is to press
the power button to shut the system down (luckily the power button
press event is handled and triggers a clean shutdown...).

After doing this, I found the attached snippet
inside /var/log/kern.log: it's really similar to what I obtained with
dpms on, although not identical.

Maybe #714531 and #682816 are two sides of the same coin?



-- 
 http://www.inventati.org/frx/frx-gpg-key-transition-2010.txt
 New GnuPG key, see the transition document!
. Francesco Poli .
 GnuPG key fpr == CA01 1147 9CD2 EFDF FB82  3925 3E1C 27E1 1F69 BFFE


snippet_nodpms_kern.log
Description: Binary data


pgpxP2rk0rvbS.pgp
Description: PGP signature


Bug#714793: mitigated by installing 3.9-0.bpo.1-amd64

2013-07-11 Thread Ersek, Laszlo

merge 714793 714798
thanks

The nexuiz symptoms are mitigated by installing the wheezy-backports 
kernel.


Laszlo


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/alpine.deb.2.00.1307112218270.16...@login01.caesar.elte.hu



Processed: mitigated by installing 3.9-0.bpo.1-amd64

2013-07-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> merge 714793 714798
Bug #714793 [xserver-xorg-video-radeon] [xserver-xorg-video-radeon] serious 2D 
and 3D regressions after upgrading from Squeeze to Wheezy (Radeon HD 4200)
Bug #714798 [xserver-xorg-video-radeon] [xserver-xorg-video-radeon] serious 2D 
and 3D regressions after upgrading from Squeeze to Wheezy, Radeon HD 4200
Merged 714793 714798
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
714793: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714793
714798: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714798
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.137357616414930.transcr...@bugs.debian.org



Bug#716660: xterm: Sixel support

2013-07-11 Thread Thomas Dickey
On Thu, Jul 11, 2013 at 10:12:22PM +0200, Sven Joachim wrote:
> On 2013-07-11 21:33 +0200, Thomas Dickey wrote:
> 
> > On Thu, Jul 11, 2013 at 09:06:33PM +0200, Sven Joachim wrote:
> >> On 2013-07-11 04:41 +0200, SATOH Fumiyasu wrote:
> >> 
> >> > Package: xterm
> >> > Version: 295-1
> >> > Severity: wishlist
> >> >
> >> > xterm patch #294 supports sixel graphics.
> >> >
> >> > Please add --enable-sixel-graphics option to the configure
> >> > command-line for enabling sixel graphics.
> >> 
> >> Does this option do anything useful yet?  So far I haven't found out,
> >> but then again I've heard of sixel graphics for the first time last
> >> Saturday…
> >
> > It can paint a particular format of picture on the window;
> > there are few applications which create those pictures.
> 
> The netpbm package contains a converter which I used:
> 
> $ jpegtopnm foo.jpg | ppmquant 256 | ppmtosixel > foo.sixel

hmm - in a quick check, I got a file which does not begin with an escape 
sequence.
In visible form:
 
\302\2200;0;8q"1;1

> In mlterm, I can then simply view the image with "cat foo.sixel", but
> this did not work in xterm.

xterm has to be running as a vt240 or whatever, set using the decTerminalID 
resource
or -ti command-line option.  Otherwise the control sequences are parsed but 
nothing
happens.
 
> > I've marked it experimental because it's still in development,
> > and have done only limited testing (valgrind while cat'ing test-images).
> 
> Could you please send such a test image?

These are the images that Ross Combs provided; he said he had found them by 
googling
(I don't know where - all I found was mention of mlterm and tanasinn).

ftp://invisible-island.net/temp/SIXEL.tgz

The biplane one is defective - probably some test-case of Ross's.
The others all display with vt240 level.

-- 
Thomas E. Dickey 
http://invisible-island.net
ftp://invisible-island.net


signature.asc
Description: Digital signature